Another glossary I’m afraid, but you can never have too many of them. This one on Smashing Magazine covers everything from typography to marketing, CSS to print design and Twitter to even higher level things such as software development. There are loads of links to all over the intertubes, so if you’ve got a spare moment, head over to this article and get reading!
AJAX is easy, but remember accessibility
AJAX is easy. It’s just javascript talking to your server to grab a little bit of content instead of the browser grabbing the whole thing. With this in mind, let’s get to work and build a simple AJAX application that will work with javascript turned off. We’ll do this by assuming that there is no javascript in your user’s browser, then use jQuery to change the DOM to add in the behaviours.
