Found myself looking up the syntax for the JavaScript setTimeout function today.
Category Archives: Programming
jQuery.browser
I used the jQuery.browser interface for the first time today to put in an IE hack.
CSS drop down menus
Doing some research into CSS based drop down menus. Found 25 Scripts for Dropdown Navigation Menus. The ones I like the most are All Levels Navigational Menu and particularly jQuery Multi Level CSS Menu #1.
Apache module mod_macro
Learned about Apache module mod_macro today.
Support for OpenID
HTTP request methods
I wanted a complete list of the HTTP methods and I found them over here. They are:
- HEAD
- GET
- POST
- PUT
- DELETE
- TRACE
- OPTIONS
- CONNECT
- PATCH
Web browser access keys
Reading about Access Keys. Also a good article on Wikipedia.
For Firefox on Linux use: Alt + Shift.
CSS positioning
Reading about CSS positioning today.
MySQL IF syntax
Found myself looking up the MySQL IF Syntax.
WordPress post email notifications
Was looking for how to get WordPress to send email about new posts and found Post Notification a WordPress plugin that claims to do just that. Haven’t installed it yet.