The Vader Project, a “reimagining of the iconic Darth Vader helmet by some of today’s hottest pop and underground artists”
House of Cards … in Lego!
Oh happy day — the new Delicious is here
Unnecessary Knowledge
Twitter As News-wire
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”