Date and Time Format Patterns 28 september 2007 0 Date and Time Format Patterns taken from AspAlliance.com All the patterns: 0 MM/dd/yyyy 09/28/2007 1 dddd, dd MMMM yyyy Friday, 28 September 2007 2 dddd, dd MMMM yyyy HH:mm Friday, 28 September 2007 07:06 3 dddd, dd MMMM yyyy hh:mm…
10 Hot ASP.NET Tips and Tricks 27 september 2007 0 Every week or two I am going to try to throw together a feature list of 10 ASP.NET articles that I’ve found interesting or have been referred to by my readers, so I’ll start with 10 hot ASP.NET tips for…
Demo on automating your build with NAnt and CCNet 27 september 2007 0 I’ve prepared a presentation and demo of automating a build with NAnt and CCNet. It uses Subversion for the trunk, and all you have to do is checkout the trunk and run the build. You can check it out anonymously…
Subversion presentation available on GoogleCode 27 september 2007 0 I’ve shared a presentation on source code with Subversion on my GoogleCode. It covers how to use SVN for a project as well as recommendations for setting up the repository, tagging, and branching. Subversion presentation available on GoogleCode – Jeffrey…
Learn Apache mod_rewrite: 13 Real-world Examples 26 september 2007 0 Apache’s low-cost, powerful set of features make it the server of choice for organizations around the world. One of its most valuable treasures is the mod_rewrite module, the purpose of which is to rewrite a visitor’s request URI in the…