70 Expert Ideas For Better CSS Coding | CSS | Smashing Magazine 25 februari 2008 0 CSS isn’t always easy to deal with. Depending on your skills and your experience, CSS coding can sometimes become a nightmare, particularly if you aren’t sure which selectors are actually being applied to document elements. An easy way to minimize…
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…
Regular Expressions cheat sheets 12 februari 2008 0 Regular Expressions (RegEx) give me a headache most of the time. That’s where cheat sheets like these com in handy: via:Scott Klarr – Regular Expressions cheat sheets http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/http://regexlib.com/CheatSheet.aspxhttp://www.funduc.com/regexp.htmhttp://krijnhoetmer.nl/stuff/regex/cheat-sheet/http://opencompany.org/download/regex-cheatsheet.pdf
Secured Subversion on Windows 8 februari 2008 0 Recently I decided that I want to move to Subversion 1.1, and have a central repository that manages all my code. The main reason for this was that I got myself a laptop, so having a file-based repository1 that I…
Design Patterns and Refactoring 4 februari 2008 0 Design patternsIn software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn’t a finished design that can be transformed directly into code. It is a description or template…
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.…