AJAX solutions
Javascript June 26, 2007

For a neat collection of AJAX articles, visit Smashing Magazine.

So yeah, I've gotten really comfortable with using Javascript and AJAX everywhere. It really makes things both easier and cooler, mostly because all updates are in real time, and there's no need to refresh the page.

Meanwhile, I find that it's kind of a pain if it's overused, so the new trick is figuring out where it SHOULD go and where it shouldn't. Too many AJAX tricks will just annoy people.


Other Javascript Posts

Mar 15, 2008

An AJAX Restaurant

I was putting together a little presentation talking about what AJAX is and why it's useful and I was trying to think of some kind of real-world analogy to explain the benefits. I came up with the interactions you have a...

Feb 07, 2008

Press Enter to Submit

This is just a quick entry to mention that forms should always be allowed to be submitted using the Enter key. Sometimes when you want the form to do something special (i.e. some special Javascript/AJAX function), use...

Jul 27, 2007

Improving User Experience Through Client-Side Scripting

I feel pretty comfortable with AJAX and Javascript nowadays, which is great because I just started playing around intensely with these two languages in late April. Being that I'm interested in user-interface design an...