WPFunction.Me lets you quickly build all the functionality you need for your next WordPress project!
Essential JavaScript Design Patterns For Beginners
A pattern is a reusable solution that can be applied to commonly occurring problems in software design – in our case – in writing JavaScript applications. Another way of looking at patterns are as templates for how you solve problems – ones which can be used in quite a few different situations.
Stop paying your jQuery tax
Turns out that pushing jQuery to the footer is quite easy for the common case. If all we want is a nice $.ready function that we have accessible everywhere we can explicitly define it without jQuery. Then we can pass the functions we capture to jQuery later on after it loads.
Tor Project: Anonymity Online
Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis
SSH tricks
SSH is a protocol for authenticating and encrypting remote shell sessions.But, using SSH for just remote shell sessions ignores 90% of what it can do.
via SSH tricks.