Tag Archives: code
Skindiving into HTML 5
With all the buzz and hubbub surrounding HTML 5, the web community has been pretty slow in adapting the next iteration of the HTML language. Yes, there is a growing selection of websites written in HTML 5, but it seems that most of them are websites about HTML 5. I think it’s time for web [...]
Simple and Easy CSS Image Replacement
I thought I’d summarize a quick, but very important CSS technique. This technique is best used when: You need to use a really, really fancy typeface for headings … or a standard typeface with effects that can’t be replicated in CSS. You need to place a layout image (one that isn’t a piece of content) [...]
What is Your Coding Style?
{[( I “recently” realized that one of the most important things to do when writing any sort of code, is to develop a clean and consistent coding style. Everyone has a preference as to where brackets go, and these styles also evolve over time, especially with growing screen resolutions. A quick wikipedia search will show [...]
Simple Two Column Layout
One of the most basic and useful layouts to know how to create is the two column layout. There is a way to create it that is both easy to understand, but also cross-browser compatible. Rather than go on in depth as to how to do it, I have opted to show a small flash [...]