Ruby Programming Language…for beginners

August 20, 2006

The Pragmatic Programmers' Guide, Second Edition

The Ruby language is very easy to underdstand, it is much different from any other langugae I have ever worked with. It wold be the ideal Object-Oriented language for a beginner to learn the concpets of programming.

What you need to get started: Read the rest of this entry »


AJAX Developer Resource Center

August 14, 2006

Great source of AJAX info from Sun. Your first stop for AJAX related material. Obligatory quote: “Get ahead of the curve and start developing AJAX applications today. This is your source for Java tools, technologies and expert advice.”

read more | digg story


Google: the Godfather of Open Source?

August 14, 2006

It’s well known that Google runs its vast array of servers using a custom version of GNU/Linux. But this is only one aspect of its support for free software. Others include its Summer of Code, now well established as an incubator of both coding talent and projects, and more recently its open source code repository.

read more | digg story


How to create a Ruby extension in C in under 5 minutes

August 14, 2006

Many coders will reach a situation where developing a C extension makes sense, whether for doing ‘heavy lifting’, diving into assembly language, interfacing with other C code, etc. Luckily, developing a basic Ruby extension in C is easy.

read more | digg story


Lead PHP programmer quits

July 30, 2006

He leaves a short and somewhat bitter email saying goodbye

read more | digg story


MSDN & .NET, why so hard to keep up with.

June 25, 2006

MSDN website & magazine…Anything current???

A few years ago, well around 2000 - 2003 I was all against using another Microsoft product. These were the days of the anti-trust suites and post 9/11, Microsoft was still the bad guy. I became a die hard Linux guru and everything I implemented, all new projects at the company I worked for were presented to be built using Linux, it was easy and cheap. The desktop was still 100% dominated by Windows, Programming still had to be done in Windows. Spending much time and previously being a VB6 programmer and since moving on to C/C++, Perl, and PHP programming was back to the Windows desktop, it had been nearly 4 years since I had written a Windows form program in VB6, I had to find a new technology. I looked into .Net, 1.1 at the time. After using C-Style languages for a couple of years using VB.Net was even more obtuse. Moving from an event driven language to an object-oriented language was even more difficult but that is for another blog.

Read the rest of this entry »