Another reason to love cyberduck - I've just realised it supports Amazon S3. S3Fox for Firefox on OS X is fux0red so I was casting around for an alternative when I realised I already had one :D
Whats the best way, using html, to create a small bit of code that will show another page, from a separate domain, in one of my pages? I want to show to show pages from thissite.otherdomain.com within a browser, but give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
-- Important notice: We have moved offices. Our new address is below.
G2 Support Network Support : Online Backups : Server Management
Using a scalpel - cut a rectangle out of the laptop monitor- do it around the webpage where you want the magic to happen. Get another laptop with the other web page on it and position it directly behind.
[mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver Marshall Sent: 12 August 2008 16:22 To: Brighton New Media Subject: [BNM] Quick webby html question
Hi chaps,
Whats the best way, using html, to create a small bit of code that will show another page, from a separate domain, in one of my pages? I want to show to show pages from thissite.otherdomain.com within a browser, but give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
-- Important notice: We have moved offices. Our new address is below.
G2 Support Network Support : Online Backups : Server Management
> Using a scalpel - cut a rectangle out of the laptop monitor- do it > around the webpage where you want the magic to happen. > Get another laptop with the other web page on it and position it > directly behind.
> Hey presto.
> Web 3.0
> :)
> W://
> <sorry - couldn't resist. />
> -----Original Message----- > From: bnmlist-boun...@brightonnewmedia.org > [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver > Marshall > Sent: 12 August 2008 16:22 > To: Brighton New Media > Subject: [BNM] Quick webby html question
> Hi chaps,
> Whats the best way, using html, to create a small bit of code that will > show another page, from a separate domain, in one of my pages? I want to > show to show pages from thissite.otherdomain.com within a browser, but > give out thispage.mydomain.com as the URL.
> Does that make sense ?
> Olly
> -- > Important notice: > We have moved offices. Our new address is below.
> G2 Support > Network Support : Online Backups : Server Management
[mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of wayne Sent: 12 August 2008 16:44 To: Brighton New Media Subject: Re: [BNM] Quick webby html question
Easy peezy:
Using a scalpel - cut a rectangle out of the laptop monitor- do it around the webpage where you want the magic to happen. Get another laptop with the other web page on it and position it directly behind.
Hey presto.
Web 3.0
:)
W://
<sorry - couldn't resist. />
-----Original Message----- From: bnmlist-boun...@brightonnewmedia.org [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver Marshall Sent: 12 August 2008 16:22 To: Brighton New Media Subject: [BNM] Quick webby html question
Hi chaps,
Whats the best way, using html, to create a small bit of code that will show another page, from a separate domain, in one of my pages? I want to show to show pages from thissite.otherdomain.com within a browser, but give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
-- Important notice: We have moved offices. Our new address is below.
G2 Support Network Support : Online Backups : Server Management
On Tue, Aug 12, 2008 at 4:00 PM, Jay Caines-Gooby <j...@gooby.org> wrote: > Another reason to love cyberduck - I've just realised it supports > Amazon S3. S3Fox for Firefox on OS X is fux0red so I was casting > around for an alternative when I realised I already had one :D
> (bit unsure about European bucket support though)
All looks fine. There's a "Default location option" in Preferences and you can set Euro or US. w00t.
[mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver Marshall Sent: 12 August 2008 16:22 To: Brighton New Media Subject: [BNM] Quick webby html question
Hi chaps,
Whats the best way, using html, to create a small bit of code that will show another page, from a separate domain, in one of my pages? I want to show to show pages from thissite.otherdomain.com within a browser, but give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
-- Important notice: We have moved offices. Our new address is below.
G2 Support Network Support : Online Backups : Server Management
> -----Original Message----- > From: bnmlist-boun...@brightonnewmedia.org > [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver > Marshall > Sent: 12 August 2008 16:22 > To: Brighton New Media > Subject: [BNM] Quick webby html question
> Hi chaps,
> Whats the best way, using html, to create a small bit of code that will > show another page, from a separate domain, in one of my pages? I want to > show to show pages from thissite.otherdomain.com within a browser, but > give out thispage.mydomain.com as the URL.
> Does that make sense ?
> Olly
> -- > Important notice: > We have moved offices. Our new address is below.
> G2 Support > Network Support : Online Backups : Server Management
[mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Michael Rose Sent: 12 August 2008 17:09 To: Brighton New Media Subject: Re: [BNM] Quick webby html question
This makes it fullscreen with no border or scrollbars
-----Original Message----- From: bnmlist-boun...@brightonnewmedia.org [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver Marshall Sent: 12 August 2008 16:22 To: Brighton New Media Subject: [BNM] Quick webby html question
Hi chaps,
Whats the best way, using html, to create a small bit of code that will show another page, from a separate domain, in one of my pages? I want to show to show pages from thissite.otherdomain.com within a browser, but give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
-- Important notice: We have moved offices. Our new address is below.
G2 Support Network Support : Online Backups : Server Management
For full screen, instead of an IFRAME I think you could just go with with a frameset with a single frame, this will also keep the user in the frame when they click links (unless the target page specifically deframes itself) which I don't think the IFRAME will.
This will 'cloak' the URL (by not changing in the address bar as the user clicks), but the source code will show the genuine URL.
If you try to hide the URL by pulling the content through your own server and sending it from there, then for all but the simplest pages you will probably get into a nightmare scenario with relative and absolute URLs in the original page having to be fixed up and post backs getting confused...
Paul /)/+)
2008/8/12 Oliver Marshall <Oliver.Marsh...@g2support.com>
> Next, is there a PHP way of doing it so that the user cant get the URL > in the SRC param ?
> -----Original Message----- > From: bnmlist-boun...@brightonnewmedia.org > [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Michael Rose > Sent: 12 August 2008 17:09 > To: Brighton New Media > Subject: Re: [BNM] Quick webby html question
> This makes it fullscreen with no border or scrollbars
> -----Original Message----- > From: bnmlist-boun...@brightonnewmedia.org > [mailto:bnmlist-boun...@brightonnewmedia.org] On Behalf Of Oliver > Marshall > Sent: 12 August 2008 16:22 > To: Brighton New Media > Subject: [BNM] Quick webby html question
> Hi chaps,
> Whats the best way, using html, to create a small bit of code that will > show another page, from a separate domain, in one of my pages? I want to > show to show pages from thissite.otherdomain.com within a browser, but > give out thispage.mydomain.com as the URL.
> Does that make sense ?
> Olly
> -- > Important notice: > We have moved offices. Our new address is below.
> G2 Support > Network Support : Online Backups : Server Management