Posts Tagged 'ajax'

Toolbox – Ajax requests and caching

Today was a reminder of how much I can forget. I have been working on a quick little report to help a group of people here at work. Nothing special, but I was adding some nice functionality to make updating things easier. Basically each result row had 2 check boxes. Where they could check or [...]

ToolBox – Preloading With Jquery

I thought I’d start a new Category called “Toolbox”, specifically for what I use on a daily basis for web development. These are snippets, functions, cheats, etc that anyone can use and make my life as a web developer that much easier… This installment is something I’ve been using lately to preload images so they [...]

Parsing what's dished out (I'm looking at you Godaddy)

It’s no secret – well if you’ve been listening to me for the past few days, that I’ve been upset with GoDaddy’s free web hosting. I have a side project for a client, and it needed an admin back end done – something to edit the pages, nothing crazy or too difficult and since I [...]

Jquery Sliding

The Project In one of my projects, I thought it would be cool to have a drop down select box trigger a slide down for the results, then slide up and slide back down when a new choice was selected. Seemed pretty easy, but when I got into it, it wasn’t as easy as I [...]