Tag Archives: webdev

Skeleton: Responsive CSS Boilerplate

You should use Skeleton if you’re overwhelmed by UI frameworks like Bootstrap and Foundation or if you’re embarking on a smaller project. Skeleton only styles a handful of standard HTML elements and includes a grid, but that’s often more than enough to get started. In fact, this site is built on Skeleton and has ~200 lines of custom CSS (half of which is the docking navigation).
http://getskeleton.com/#examples

JS NICE: Statistical renaming, Type inference and Deobfuscation

we make even obfuscated JavaScript code readable. We will rename variables and parameters to names that we learn from thousands of open source projects. Furthermore, often we are also able to guess or infer type annotations. Try JSNice on your JavaScript code to see how it works! Override the names suggested by JSNice (by enabling “interactive renames” in settings).
http://www.jsnice.org/