Posts Tagged ‘compass’
Links^2 | July 8th, 2010
Thursday, July 8th, 2010- Remember SASS/LESS, my new favorites? Here are TextMate bundles for them: SASS TextMate Bundle / LESS TextMate Bundle
- Compass Style is a large bundle of SASS functions and shortcuts (such as border-radius, box-shadow, gradient etc.). Watch the 4 minutes introduction and prepare to be amazed, this is a truly changer.
- ScottGu (Microsoft) introduces “Razor” – a new view engine for ASP.NET. Cute.
- WhatTheCommit – can’t decide which commit message to put? Use this generator. Bash command for the lazy people (via @yokofakun’s twitter):
svn commit -m "`curl "http://whatthecommit.com/" | grep '^<p>' | cut -d '>' -f 2`" src/mycode
- GeddyJS – Super cool JS MVC framework for Node.js. I’ll probably test it someday. Nice to see JS on the Server-Side after years with JScript on Classic ASP.
- Andrew Hoyer Experiments – Way too cool <canvas> animation and other JavaScript experiments
- JavaScript Random Hints, by one of my favorite blogs, WebReflection