Happy New Year

I just wanted to wish everyone a happy new year. Lots of new things scheduled for this coming year. You can see some of the changes around the website already. You will be seeing more soon (some subtle, some not so much). — Walter Happy New Year was originally found on Access 2 Learn

CSS3 – Animations

Some things are more complex/fancy than useful. Consider the Star Wars Crawl, The Matrix, or a 3D cube. These are often proof’s of concept/fun projects that see what can be done. Of course, soon we’ll see clients who want to have their websites scroll vertically automatically like the matrix, or into a distance like with…

jQuery UI – Adding a DatePicker to Make Calendar/Date Selector

Datepicker is a part of jQueryUI which allows you to include a calendar. This does two things: Makes it easier for the end user to pick a date Makes for more consistent and correctly formatted dates, so it will be easier to work with form processors that need to handle those dates. You might wonder…