Friday, January 27, 2012

Tab Slideout Menu

http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/

http://www.building58.com/examples/tabSlideOut.html

http://www.roseindia.net/tutorial/jquery/TabSlideOut.html

Tuesday, January 10, 2012

sort stored procedure by modified date

SELECT name, create_date, modify_date,type
FROM sys.objects
WHERE type = 'P' order by modify_date desc