Docs

TwitterFacebook
Get flash to fully experience Pearltrees
http://hyperpolyglot.org/scripting#dictionaries

Scripting Languages: PHP, Perl, Python, Ruby - Hyperpolyglot

a side-by-side reference sheet sheet one: grammar and invocation | variables and expressions | arithmetic and logic | strings | regexes dates and time | arrays | dictionaries | functions | execution control sheet two : file handles | files | directories | processes and environment | libraries and namespaces | objects | reflection net and web | unit tests | debugging and profiling | java interop | contact
http://msdn.microsoft.com/en-us/library/cc351024(v=vs.85).aspx

CSS Compatibility and Internet Explorer

With each new release of Windows Internet Explorer, support for the World Wide Web Consortium (W3C) Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS, Level 1-compliant version of Internet Explorer. Internet Explorer 8 is fully compliant with the CSS, Level 2 Revision 1 (CSS 2.1) specification and supports some features of CSS Level 3 (CSS3).
-p parameter tells wget to include all files, including images. -e robots=off you don't want wget to obey by the robots.txt file -U mozilla as your browsers identity. --random-wait to let wget chose a random number of seconds to wait, avoid get into black list.

All commands sorted by votes

http://www.commandlinefu.com/commands/browse/sort-by-votes
http://danielmiessler.com/study/git/

A Git Primer

<img width="200" height="100" src="http://danielmiessler.com/wp-content/uploads/2011/06/git.png" alt="git"/> git is a wicked-powerful distributed revision control system. It is confusing to many, so there are myriad tutorials and explanations online to help people understand it. This one will focus on the fundamental concepts and tasks rather than trying to compete with the documentation . "I'm an egotistical bastard, and I name all my projects after myself.
http://www.alvit.de/handbook/ Vitaly Friedman's The Web Developer's Handbook creativity | css galleries & showcases | color tools | color schemes, palettes | color patterns | fashion: colors selection | color theory | royalty free photos | css daily reading | web design daily reading | css layouts | css navigation menus | css techniques | css: software & Firefox Extensions | css-web-tools & services |

Web Developer's Handbook | CSS, Web Development, Color Tools, SEO, Usability etc.

Here is an A - Z list of some Javascript idioms and patterns. The idea is to convey in simple terms some features of the actual Javascript language (rather than how it can interact with DOM). Enjoy... Array Literals An array literal can be defined using a comma separated list in square brackets. Arrays in javascript have a wide selection methods including push() and pop(). Suppose the world got taken over by a dictator who wanted to get rid of the last month of the year?

JavaScript language a- z cheat sheet

http://dublintech.blogspot.com/2012/04/javascript-language-z-cheat-sheet.html
Styleguides