Posts Tagged ‘git’
Links^2 – November 16th, 2010
Tuesday, November 16th, 2010- Shoulda.js – A test framework for JS, inspired by Shoulda for Ruby
- Understanding JavaScript Closures – Great one!
- Slim templating engine – and I thought Haml was cute….
- GitX – Git GUI for Mac OS X
- easyXDM – Cross domain requests with JavaScript, works on all browsers (but implemented differently for each)
- Moock – A test-suite agnostic JS stubbing library
Links^2 – September 13th, 2010
Monday, September 13th, 2010- The Official Guide to HTML5 Boilerplate
- Stylebot – a Chrome extension that lets you customize any site’s CSS, like Firefox’s Stylish, or a Greasemonkey for CSS. Great WYSIWYG UI.
- Firefox 4.0 beta 5 – I’ve been using FF 4 since beta 2, and I’m very pleased. In order to have all add-ons skip the version check, go to the url
about:config, create a new boolean key namedextensions.checkCompatibility.4.0bwith the value offalse. Restart FF and most of the add-ons will work. - CSS3 Playground - Yet another CSS3 WYSIWYG
- SmartGit – A UI client for Git. Available for Mac/Windows/Linux
Links^2 – Aug 22nd, 2010
Sunday, August 22nd, 2010- Why Git is better than X
- CSS3Maker – Yet another awesome WYSIWYG for CSS3
- Choco – JavaScript MVC framework
- Knockout – JavaScript MVVM library
- JSTraits – Object Oriented JavaScript library
- Onilabs – Application server and client based on enhanced JavaScript, including a UI library. Watch the video. Not yet available.
- How to Become a JavaScript Badass
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