Sunday, October 23, 2011

Launched a killer landing page: http://ping.fm/CkXj6 - customized parallax, accordion, modal, and javascript animation.

Thursday, October 20, 2011

MSSQL select rows where title does not start with a letter: WHERE title NOT LIKE '[a-z]%'

jQuery's $("#elem").hide('puff') only puffs the first word in your element? Fix: use non breaking spaces.

Headache Alert: 'X-UA-Compatible: IE=EmulateIE8' causes IE9 to report itself as IE8 to javascript... including jQuery's $.browser.version

Saturday, October 8, 2011

If you need any web work done, you better request it before April. http://ping.fm/I8rfA =)

Wednesday, October 5, 2011

The light that burns twice as bright burns for half as long. http://www.apple.com/stevejobs/

Tuesday, October 4, 2011

To make jQuery UI not nest sortables by accident set "items:'li:not(li li)'".