Saturday, 18 May 2013
Interesting Snippets from 2013-05-18
-
JavaScript Regular Expression Enlightenment - Tech.Pro
Two types of developers will benefit from a reading of this tutorial. The first is the intermediate JavaScript developer who has not found the right resource for learning regular expressions and, thus, has put off a thorough understanding of the details. The second is an intermediate programmer looking to get a handle on the JavaScript regular expression parser, what is supported by the parser (i.e. meta/shortand characters), and what methods and properties JavaScript provides for working with regular expressions.
-
Building a Spreadsheet in 20 Minutes with Angular.js — Thomas Street
Angular makes it incredibly easy to bind model data to your HTML, and to propagate changes to your view. This, it turns out, makes developing something like a spreadsheet very easy. Cells in the spreadsheet can depend on each other, and Angular will handle propogating the necessary changes.
-
List.js - Add search, sort and flexibility to plain HTML lists or tables with cross-browser native JavaScript by @javve
Do you want a 3 KB cross-browser native JavaScript that makes your plain HTML lists/tables super flexible, searchable, sortable and filterable? Yeah! Do you also want the possibility to add, edit and remove items by dead simple templating? Hell yeah!