Query of the day: SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME = ‘tablename’ Gotta luv the MS SQL databases 😛 (in addition: for MySQL a simple DESCRIBE ‘tablename’ is enough)
Author Archives: Bramus!
Snook.ca V8
CSS2.2
Andy Budd has a great idea: “If CSS3 is as big and complicated as the development timeline suggests, maybe we need something simpler? <snip> Maybe we should take all the CSS3 properties, value and selectors currently supported by the likes Safari, Opera and Firefox. Maybe we should take all of this information and build a …