Old 26-08-2005, 07:57   #1 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
One page website

I'm working on a little something at the mo that requires content to be loaded directly into the browser window.

I spoke to a developer who said he would do it for me (as a mate) for £100, but would normally charge £300.

He said he would do it with xml and xsl, which is the point I turned off. Then he said it would load into a hidden iframe which would then display the content elsewhere.

He says there is no other way that he knows of that will work effectively.

I said I would get the piss taken out of me for using iframes, but does that sound right?

( I need text and images to be loaded once a hyperlink is clicked and format as I want it to....and its needs to be siiiiiiiiimple)
  Reply With Quote
Old 26-08-2005, 07:59   #2 (permalink)
oli
I Call Shenanigans™
 
oli's Avatar
 
Join Date: Feb 2003
Location: Manchester, England.
Posts: 9,971
you can do it with a bit of javascript, will forward code if u like
  Reply With Quote
Old 26-08-2005, 08:00   #3 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
you mean something like
http://conceptart.org/

if you click on the sponsors and about links you'll see some hidden layers display...
  Reply With Quote
Old 26-08-2005, 08:00   #4 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
please, does it come with a "javascript for dummies" book?
  Reply With Quote
Old 26-08-2005, 08:01   #5 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
Aye, something like that, but of course mine has no nasty tables
  Reply With Quote
Old 26-08-2005, 08:01   #6 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,563
Or you could use ajax.

Iframes. Yes /No ?
  Reply With Quote
Old 26-08-2005, 08:04   #7 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
cheers, il read up. Wanting to do it without MSQL, too complicated for me that.
  Reply With Quote
Old 26-08-2005, 08:09   #8 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,563
Was that to me?

You don't need a database to make use of ajax. Its just a client-side script requesting data from the server with no refresh.
  Reply With Quote
Old 26-08-2005, 08:11   #9 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
Quote:
written in JavaScript and usually tucked away in a hidden frame

AJAX sounds very similar to what this guy wants to make.
  Reply With Quote
Old 26-08-2005, 08:11   #10 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,563
What's he need frames for then?
  Reply With Quote
Old 26-08-2005, 08:12   #11 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,563
Give me £100 and I'll do it properly.


Edit: not really.
  Reply With Quote
Old 26-08-2005, 08:18   #12 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
  Reply With Quote
Old 26-08-2005, 08:19   #13 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
Found some demo kit

Quote:
<?php
ob_start();
print_r($_POST);
$postdata = ob_get_clean();

ob_start();
print_r($_GET);
$getdata = ob_get_clean();

ob_start();
print_r($_SERVER);
$serverdata = ob_get_clean();

$string = "<p>The following data was recieved:</p>\n<table id=\"demo\">\n<thead><tr><th>POST data</th><th>GET data</th></tr></thead>\n<tr><td>$postdata</td><td>$getdata</td></tr>\n</table>\n";
echo $string;
?>

looks like a bag of warm doughnuts that
  Reply With Quote
Old 26-08-2005, 08:21   #14 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,563
Quote:
Originally Posted by emilpaun
Show / hide scripts are great, but narate said he wants the content to load into the browser. With those types of script, the content is loaded in all at once and then the visibility of certain bits is controlled via javascript.
  Reply With Quote
Old 26-08-2005, 08:26   #15 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
aye sorry. my mistake
  Reply With Quote
Old 26-08-2005, 08:26   #16 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,270
Just need a snazzzier version of this http://www.alistapart.com/articles/imagegallery that will load text as well as the image.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8