Wednesday, 16 October 2013
Interesting Snippets from 2013-10-16
-
freelan - an open-source, multi-platform, peer-to-peer VPN software
A free, open-source, multi-platform, highly-configurable and peer-to-peer VPN software, designed to easily connect remote hosts and mainly focused on security and performance.
-
Ultimate guide to learning AngularJS in one day
Angular is a client-side MVC/MVVM framework built in JavaScript, essential for modern single page web applications (and even websites). It's a huge leap into the future of HTML and what HTML5 brings, and is a breath of fresh air when dealing with the modern web. This post is a full end to end crash course from my experiences, advice and best practices I've picked up from using it.
-
The JavaScript console API
In most JavaScript engines, there is a global object console with methods for logging and debugging. That object is not part of the language proper, but has become a de facto standard, since being pioneered by the Firebug debugger. Since their main purpose is debugging, the console methods will most frequently be used during development and rarely in deployed code. This blog post gives an overview of the methods of console.
-
QuestionMark.js
A lightweight, cross-browser, modal window that displays shortcut keys for your app, similar to Twitter, Gmail, GitHub, etc.
-
stretchr/arg.js ยท GitHub
Arg.js gives you quick and easy access to parameters in the URL.