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…
PNG in IE6 and IE7 18 januari 2008 0 Two related posts about the same problem. The solved mine 🙂 While working on a new site, I started playing around a little more with 8-bit PNG files, comparing them to GIFs. In a few cases the PNG was smaller…
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…