Topics
Dates
200902 · 05 · 06
2008
01 · 02 · 03 · 04 · 07 · 08 · 09 · 11
2007
06 · 07 · 08 · 09 · 10 · 11 · 12
Also check out FishoftheBay.com for more thoughts about design and life.
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
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...
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...
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...