Dynamic Drive has a tutorial on creating AJAX Tabs similar to the ones I have in the portfolio section on my home page. While I didn’t use this script to create them, many sites such as CNN and Yahoo have incorporated this feature. It’s actually a pretty nice way of organizing a lot of content and only sending the content that the user wants to see making the page load faster and less bandwidth hits on your server.
It pretty much uses the main concept of AJAX, which is serving the client only what they need. This makes downloading faster and as I said in the previous paragraph less bandwidth hits on the server.
Now there are quite a few ways to handle this task. This tutorial is pretty well documented and offers all the files for implementation including a demo. Do you have a better implementation of AJAX tabs? If so let me know and I’ll link to it from my site.









