Tag Archives: Javascript

regular Javascript v. AJAX for dynamic content insertion

Recently for work, I’ve had cause to write functionality so that a certain chunk of a form can be inserted again, over and over, by the user. The form involves data about course equivalencies between schools, and the user might need to submit data for multiple courses a student has taken. Hence, the [...]
Posted in Programming | Also tagged , , , | 1 Comment | Current music 11h30 by Danger

using Javascript and CSS to mark outgoing links

It may be useful to your visitors to know which links will take them off of your site without having to hover over all of them. It might also be a nice touch to mark links pointing to PDF documents, for example, with a little Adobe PDF logo. With the help of Javascript [...]
Posted in Programming | Also tagged , , , | 4 Comments | Current music The Way I Are by Timbaland

using AJAX to implement a live search

I recently implemented a live search on the quotes page, so I figured I'd give a tutorial on how I did it. A "live" search is like a regular search feature, but if the user has Javascript enabled, the search will run as they type, instead of waiting for them to hit the 'Submit' [...]
Posted in Programming | Also tagged , , | 1 Comment | Current music Beautiful Liar by Beyonce and Shakira

using AJAX to spiff up a gallery

Lightbox is nice and all, but sometimes I find it clunky, particularly in Firefox when I have a lot of other tabs open. However, I don't want to go the route of having an image load by itself in the browser, because it would be so much nicer to have it integrated into my [...]
Posted in Programming | Also tagged , , , , | 6 Comments