SEO Basics, introduction to Search Engine Optimisation 20 maart 2008 0 Search Engine Optimisation (SEO) is the on-going process of making sure that your web site performs as well as possible on specific search engine searches. This article aims to explain the absolute basics of SEO that every web site designer,…
Silverlight 2 Developer Poster 18 maart 2008 0 At Mix08, the Silverlight 2 Poster was a hot item given out in many of the session. If you didn’t get yours or if you couldn’t make it, you can feel free to download and print your own! Silverlight 2…
Create MOSS 2007 Virtual VPC Image 17 maart 2008 0 Step by Step understanding of creating MOSS 2007 Virtual PC Image. Part 1: Getting Started, Installing IIS, and Installing .NET Framework 2.0Part 2: Installing and Configuring POP3 EmailPart 3: Installing and Configuring Outlook 2007Part 4: Installing and Configuring the .NET…
ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, AppDomain and friends 20 februari 2008 0 This article has cheat sheets for retrieving various bits of ASP.NET runtime information. For each bit of info, there is: * A code snippet for retrieving it in a page, with a link to MSDN * Description, sometimes explanation *…
Top 10 Best Practices for Production ASP.NET Applications 14 februari 2008 0 In no particular order, here are the top ten things I’ve learned to pay attention to when dealing with production ASP.NET applications. Hopefully they will help you save you some time and headaches. As always, your thoughts and additions are…
Troubleshooting Expired ASP.NET Session State and Your Options 1 februari 2008 0 I have a love/hate relationship with the ASP.NET Session. It’s such a convenient place to put things, but when you start putting applications into production there are a number of less-than-obvious edge cases that can come up and bite you.…
CSS Reference 31 januari 2008 0 One of the most complete and comprehensive references about CSS from the guys of SitePoint: SitePoint CSS Reference
Web Developer’s Field Guide 28 januari 2008 0 This site is pretty much a collection of links that I’ve found very useful over the last year, or so. First, and foremost, I must thank Vitaly.Friedman for getting the vast majority of them together all in one place for…
PHP Code Beautifier 8 januari 2008 0 This tool is designed to beautify PHP code, applying most of the PEAR standard requirements to it. It can even process really scrambled scripts, e.g. all code in one line, and thus may help you to get scripts into a…
HTML Entity Character Lookup 7 januari 2008 0 Using HTML entities is the right way to ensure all the characters on your page are validated. However, often finding the right entity code requires scanning through 250 rows of characters. This lookup allows you to quickly find the entity…
Log4net: simple way to use in your Asp.net application 4 januari 2008 0 Log the actions of your applications is very important especially when you develop new features or develop very difficult logical business.But it is also important when users use your applications to understand the critical issues or problems.To implement quickly the…