Subscribe to my RSS feed RSS

Archive for the ‘AJAX’ Category

August 10, 2009

How do I create an alternative to Javascript?

I’m coding this new left navigation menu for a new website site, and I want to be able to have the navigation show if the visitor has Javascript turned off. Unfortunately the menu has sub-menus that don’t show if the user doesn’t have Javascript turned on. How do I create an alternative section to accommodate this?

{Read More}

March 5, 2008

How do I add a spinner to my AJAX application?

I have an AJAX application using Prototype which pulls data from a server. How can I show one of those spinning AJAX-style circles while data is loading?

{Read More}