Post: What do you think of mine website?
06-02-2011, 09:51 PM #1
anddrew
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); just started, (and testing it)
You must login or register to view this content.

never tryed AJAX before. only started html like 2 week ago :/

I find AJAX really confusing :(

btw, this site serves no purpose but for me to learn

not 100% written by me (lots of copy pasta jquery scripts and such)

oh and another thing; this site preceded this one:
You must login or register to view this content.
enjoy te pics from lolbird :carling:
(adsbygoogle = window.adsbygoogle || []).push({});
06-03-2011, 07:16 AM #11
anddrew
League Champion
Originally posted by 9685
No, more up-to-date, with better uses. And is used more widely than HTML5 at the minute.

Originally posted by Stxyzth View Post
I win Smile


The way I have a ajax set up is it calls from a page called loader.php, that contains:
    
<?

switch($_GET['page']) {

case '#home' : $page = '<b>Welcome to this site.</b></b><br/>'; break;

case '#page' : $page = '<b>Welcome to this site.</b></b><br/>'; break;

case '#different' : $page = '<b>Welcome to this site.</b></b><br/>'; break;

}

echo $page;
?>

(The jquery checks the url and loads the case)

I think this is a bad way to do it as if I get a big website it will load it all at once, is that true?
(although I don't know what else to do)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo