- What the iPad 3′s Retina display looks like under a microscope
Check out this article: http://www.extremetech.com/computing/122725-what-the-ipad-3s-retina-display-l...
Techparade |
technology blog |
Please click on the following link to view the article.
http://www.ncsi.com/dodiis12/index.html
The 'outline-color' accepts all colors, as well as the keyword 'invert'.
TextWrangler is an excellent and free text editing application for OS X. Common text editing "sanitation" issues include removing blank lines and HTML tags from a text document. Two simple methods to sanitize text are described below.
Removing Blank Lines:
To remove blank lines from a text file in TextWrangler, you have to run Search and Replace, tick the ‘Use Grep’ option and then search on the pattern:
^\r
Replace with nothing and the effect is like magic.
Removing HTML Tags from a File:
The pattern < /?[^>]> can be used to remove all the HTML tags.
Using a simple telnet address you Terminal will connect in and play Star Wars Episode IV in its ASCII glory:
telnet towel.blinkenlights.nl
I have been hearing so much about the time saving goodness of JavaScript frameworks that I decided to see about it myself. Wow! I've been wasting time and keystrokes.
It took me about ten seconds to permanently switch to jQuery.
Compare the difference between the following two JavaScript fragments:
Non jQuery:
jQuery:
See what I mean?!


After you click Reset, reload your page and be happy!
Are you using CSS3 and wonder why the CSS even has the standard if they won't validate perfectly legal CSS3 code? All you have to do is hack the badge code.
Here is the code provided by W3C for CSS validation badge:
http://jigsaw.w3.org/css-validator/check/referer
Just substitute this URL for the one in the code:
http://jigsaw.w3.org/css-validator/check/referer?profile=css3