Late 2011 iMac Review
The iMac has been the primary part of Apple's consumer desktop offerings since its introduction in 1998, and has evolved through five distinct forms.
Initial Thoughts and Reactions
The announcement of the iMac in 1998 was a source of discussion and anticipation among commentators, Mac fans, and detractors. Opinions were divided over Apple's drastic changes to the Macintosh hardware. At the time, Apple was trying to improve its retail strategy. Apple declared that "the back of our computer looks better than the front of anyone else's".
How It Performed
In 2005, as it ...
Just A Quick Note About Code
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including plain XML, SVG and XUL.
body {
margin: 0;
color: #666;
font: 14px/22px 'Merriweather', Georgia, serif;
background: #f0f3f4;
}
::selection{background:#fff8ab; color:#666}
::-moz-selection{background:#fff8ab; color:#666}
CSS is designed ...