home

Archive for the 'Asides' Category

Google Charts

Tuesday, September 23rd, 2008

I just came across Google Charts API. This is basically a chart rendering engine that lives at Google, that you can use to render any piece of arbitrary data and display it. Very cool, and a quick and easy way to make nice looking charts, without having to install/buy a charting library.

The power of jQuery

Friday, August 15th, 2008

Jeff Atwood made a post today talking about the benefits of coding using Javascript frameworks. It totally echos my own thoughts and experiences on it, namely that I used to hate writing client-side code because javascript was so terrible. After discovering first Prototype + Script.aculo.us, and then completely moving to jQuery, my outlook has completely changed. I really do enjoy writing client-side code now. It’s easy, and the results are among the most immediate real programming results you can get, because it runs right there in your browser. Using Firebug, you can even test code interactively while you write it.

Great Error Messages

Wednesday, September 20th, 2006

Here are some great error messages that should remind programmers to put some effort into what they display, and always check for those impossible situations that can “never happen” — otherwise you, too, may find yourself lost at the subway station “Integer divide by 0″.