Programming & web-design links
This page contains links related to programming and web design. Guides and such. The link list will be updated now and then so be sure to check back.
Regular Expressions
- Regular Expression Cheat Sheet
Good “quick reference” for Regular Expressions. I have a printed copy of this on my desk. - Regular Expression Tutorial @ Regular-Expressions.info
Easy to understand tutorial for writing Regular Expressions. Good for use as “secondary quick reference” too when cheat sheet is not enough
Web design
- CSS Cheat Sheet (V2)
I have a printed hard copy of this on my desktop. Extremely valuable CSS quick reference. - westciv.com - CSS tutorials, info and help
Basically I use this, along with CSS cheat sheet, as my only regular CSS documentation to check whenever I dont remember something. Includes also a bunch of great examples. - How to beat Internet Explorer when it comes to CSS
Let’s face it: IE still has major part of web browser market share and it does not comply to standards. With help of this page you can fix most problems that only IE has when viewing your www standards compatible site. - The IE5/6 Doubled Float-Margin Bug (fix)
With this simple explanation of IE’s one CSS rendering bug I fixed this sites right sidebar so that it does not dissapear beyond right ege of browser window when using IE 6 (or older).
