Accessing data saved in the class property of DOM-elements with jQuery
Use of this plugin is not recommended anymore. Use data-* attributes and $.fn.data instead. This was a possible solution, a long time ago. A few weeks ago former colleague Jurriaan wrote a PrototypeJS...
View ArticleFaker
Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data...
View ArticleA Most Peculiar Test Drive
When data trumps journalism: A Most Peculiar Test Drive → Here’s the New York Times’ article referenced
View ArticleSimple PHP Valuestore Class
If you’re looking for a simple Value Store (you know: key-value) Freek and Jolita over at spatie has whipped up a simple class that does this for you. $valuestore = Valuestore::make($pathToFile);...
View ArticleDesign Better Data Tables
Good data tables allow users to scan, analyze, compare, filter, sort, and manipulate information to derive insights and commit actions. This article presents a list of design structures, interaction...
View Article