Browse by Tags
All Tags »
asp.net (
RSS)
I've had this book for quite some time now and it definitely deserves a long overdue review. I was looking for something that gave an up to date insight on how real applications are built using some of the most popular and proven patterns. There are too...
NDepend is a code analysis tool for Visual Studio, allowing you to measure code quality using various techniques included within the software package that plugs quite neatly into Visual Studio. I have been working on a complete refactoring of www.sk8loc8...
After running with a somewhat disconnected set of tools (vs 2008, Ontime, sharepoint 2007) for managing our projects we decided to make the move to Team Foundation Server 2010. With limited coverage of the product available online i went in search...
I've been using the 960 Grid system for a while on some of my personal projects and if like me you are no css ninja its convenient for sidestepping the usual nightmare of a good cross browser layout, and allows you to move on to the nitty gritty code...
Attached to this post is an excel spreadsheet i use for populating drop down lists for choosing countries. Personally i prefer to have these in a table, and fill the drop down from there, but i have also included formatted markup for the list items that...
I came across a nasty issue when i installed the Advanced Logging feature for IIS7 via the Web Platform Installer on my Windows 2008 Server. Basically, after installation and reboot none of my sites were working and returned 503 – Internal Server...
I stumbled across this neat little iPhone app/site while checking out the jQuery cheatsheet made available by colorcharge.com Its called jTouch and gives you the jQuery API (currently only v1.2.3) as a nice browsable app on your iPhone...
Just a little snippet of jQuery that i find useful for toggling selection of items in an asp.net CheckBoxList control. Set the CssClass of your CheckBoxList to recipientList Add a reference in your page/master to jQuery Add the following javascript into...
More Posts