Object Oriented JavaScript
Getting started with JavaScript is no problem. As a hobbyist I remember my delight at being able to hack together some code so that whenever a button was clicked it would change the background colour of my page and make cool “windows style” dialog boxes appear on screen. The very nature of JavaScript allowed me [...]
Posted at 2pm on 4/15/09 | no comments; | Filed Under: JavaScript | Tagged: JavaScript, JSON, OOP, Prototype | read on
Converting px to em
An em is a unit of measurement in the field of typography, equal to the point size of the current font. This unit is not defined in terms of any specific typeface, and thus is the same for all fonts at a given point size. So, 1 em in a 16 point typeface is 16 [...]
Posted at 1pm on 3/16/09 | 1 comment | Filed Under: HTML and CSS | Tagged: CSS, em, font-size, line-height, px, XHTML | read on
