how to do this

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

how to do this

Post by eshban »

i have just visit a website,
http://www.softec.org.pk/softec07/main.php

Mostly it uses AJAX, in menus and in loading new page.

Can anyone tell , that which thing is used to do this stuff.

thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

It looks like they are using jQuery to do the loading. The Javascript code is here:

http://www.softec.org.pk/softec07/navigation.js
(#10850)
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

One thing to note, you might not want to do it exactly like that site, because lots of users (like me for example) who have Firefox's NoScript extension installed go to the site and see a blank page.

Use AJAX to rewrite the page with fancy stuff. Don't use it to load basic content. Unless you don't have a choice or you just don't care.
Post Reply