Justin Cooney

Web Development Tips and Examples

Category: Programming

  • It is often very useful to be able to query the SQL Server system tables to find data about stored procedures. Rather than running visual searches through the GUI or scripting the stored procedures, the fastest way to find what you are looking for is a direct query via SSMS (SQL Server Management Studio). Specifically,…

  • See on Scoop.it – JQuery-Features The official Web site for JQuery for mobile devices. Instead of writing unique apps for each mobile device or OS, the jQuery mobile framework allows you to design a single highly-branded web site or application that will work on all popular smartphone, tablet, and desktop platforms. See on jquerymobile.com

  • See on Scoop.it – Web App Dev An article that’s definitely worth checking out, with example code of basic authentication using the new Asp.Net WebAPI framework See on stevescodingblog.co.uk