Friday, August 24, 2007

5 video tutorials on AJAX

I was looking around for video tutorials for AJAX and Javascript and I came across Stian Solberg's blog.  The videos include one about debugging AJAX with Firebug and an introduction to jQuery.

http://ajaxwidgets.com/Blogs/stian/5_video_tutorials_on_ajax.bb

Technorati Tags: , , ,

Friday, June 15, 2007

JRuby 1.0 released

If you have been using Java for some time, but have dabbled in Ruby as of late, you might be interested in knowing that JRuby 1.0 has been released. It provides a 100% pure-Java implementation of the Ruby programming language based on version 1.8.5 of the Ruby interpreter.





Monday, June 11, 2007

.NET Garbage Collector

How much do you really know about the garbage collector in .NET?  Take the .NET GC PopQuiz and then read the followup to find out the real answers.