In Defense of Eye Candy
I’ve done the unthinkable: I tried to communicate the value of aesthetics to a group of developers. Read on for an explanation, or jump into the... more »
1 commentsSave Tags: gui, opinion, web design
21+ Fresh Ajax CSS Tables
21+ Beautiful Ajax CSS Tables with different sorting and filtering techniques, using different libraries including mootools, jQuery ,etc...
0 commentsSave Tags: ajax, css-html, javascript, web design
(File) Streams in D
In my C++ college course, we’ll be covering file streams in the next few weeks and I had this funny thought, why not try and code the workshop/lab... more »
0 commentsSave Tags: c-and-cpp, how-to, other languages, tools
6 Reasons why Code Generation Sucks
Discussing different pitfalls and traps of using code generators
5 commentsSave Tags: methodology, opinion, tools
Interview with Allan Odgaard, creator of TextMate
A couple months ago, Allan Odgaard, creator of the OS X text editor TextMate, mentioned on his blog that he was going to be traveling to the US and... more »
0 commentsSave Tags: apple, ruby, tools
11 Visual Studio 2005 IDE Tips and Tricks to Make You a More Productive Developer
Here are my top 11 tips and tricks for getting things done faster with the Visual Studio 2005 IDE (without using third-party add-ins or upgrading... more »
1 commentsSave Tags: .net, microsoft, tools, windows
Meta-meta-programming
I recently read an article on meta-programming where the author writes a Ruby script that uses the eval function to generate Ruby and Java code for a... more »
2 commentsSave Tags: methodology, other languages, perl, ruby
Got Closures ? Have OO
In the classical object oriented model, an object encapsulates local state (instance variables) and contains a pointer to the shared procedures. These... more »
0 commentsSave Tags: javascript, other languages
via