“Twitter was first on the scene again when an estimated 5.4-magnitude earthquake struck near Los Angeles today.” (source / graph)
Author Archives: Bramus!
Webkit Transitions
jQuery Documentation
MySQL: Get next AUTO_INCREMENT value from/for table
Note to self: To get the next auto_increment value from a table run this query: SELECT AUTO_INCREMENT FROM information_schema.TABLES WHERE TABLE_SCHEMA = "databaseName" AND TABLE_NAME = "tableName" Don’t forget it (again). Did this help you out? Like what you see?Consider donating. I don’t run ads on my blog nor do I do this for profit. …
Continue reading “MySQL: Get next AUTO_INCREMENT value from/for table”
Leo’s Song
Pixar Short : Presto
Fireplays
Firefox 3.1 Alpha 1 out
Developer release, use at own risk 😉 What I like most about it is the new tab switching system (already available through an add-on) and the improvements to the location bar: You can restrict the search to your history by typing “^”, or bookmarks with “*”, or tagged pages with “+”. To make what you’ve …