$(‘button#light’).click(function() {
$(‘#stars’).fadeOut(3000);
});
April 16, 2012
by admin
0 comments
April 16, 2012
by admin
0 comments
$(‘button#light’).click(function() {
$(‘#stars’).fadeOut(3000);
});
December 8, 2011
by admin
0 comments
So, Amazing Breaker is better than Angry Birds, and here’s why:
October 5, 2011
by admin
0 comments

That rather speaks for itself. Thanks to cnet.com and theunderstatement.com
September 30, 2011
by admin
0 comments
Say goodbye to ajaxload, and say a big hello to spin.js.
Check out these features:
- No images, no external CSS
- No dependencies (jQuery is supported, but not required)
- Highly configurable
- Resolution independent
- Uses VML as fallback in old IEs
- Uses @keyframe animations, falling back to setTimeout()
- Works in all major browsers, including IE6
- MIT License
September 30, 2011
by admin
0 comments
If a unit test connects to a database, interacts with the file system, reads a configuration file value, requests some data from a web service, it isn’t a unit test.