Archive for March, 2009

Printing a HTML color chart with php

As a web-designer you have probably seen the tables of web-safe colors a million times on different sites. They are all over the web, and a google search for the term “web-safe color chart” yields about 2.5 million results. But how are they actually made ? An easy version On the website codecharts i made [...]

Social Icons Digg this page! Add this page to del.icio.us Bookmark this page on Google Bookmark this page on Google

Leave a Comment

Integer types and their ranges

There are 8 basic integer types in C#. The names and ranges af these types are an industry standard, so they should also be valid in most other languages.
This article describes the range of values these types can hold, as well as a few usefull tricks.

Social Icons Digg this page! Add this page to del.icio.us Bookmark this page on Google Bookmark this page on Google

Leave a Comment

HTML colors and color chart

Color in HTML Color adds a lot of information to your documents. It is rare to see a webpage with only black text on white background. Luckily you have 16.7 million colors in HTML to spice up your pages. You can specify these colors in two ways. You can either use one of the 16 [...]

Social Icons Digg this page! Add this page to del.icio.us Bookmark this page on Google Bookmark this page on Google

Leave a Comment