Updating My Scheduler App with More CSS and JavaScript Goodness
May 1st, 2010 · View Comments · code, css, javascript, jquery
Remember the scheduler app that I wrote? It’s a tiny web app that doesn’t do much: You add a bunch of entries to a time slot, and it randomly picks an entry from each time slot. Essentially, you use it when you’ve got a lot of choices (e.g., scheduling volunteers to work at an event), and you’d like to have a random way of picking those choices.
Regardless of how simple it is, it was a perfect candidate on which for me to practice my JavaScript and CSS skills.
How do you organize jQuery code? How do you use CSS to make an intuitive UI? Those were the kinds of questions I tried to answer when fiddling with this web app. I’ll show you what I did to make it look cool and make it work the way I want.
