Posted by Andrew Cetinick on July 15th, 2008
Here’s how you can setup debugging with your Ruby environment using Netbeans 6.1. Netbeans 6.1 comes with a debugger installed, but only with JRuby, this is how to set it up to work with Ruby.
Read the rest of this entry »
Posted by Andrew Cetinick on July 4th, 2008
When using alot of Ajax it is recommended to use JSON instead of XML for data. This is mainly because JSON is native to Javascript and is faster to process. As Script.aculo.us creator Thomas Fuchs puts it XML is “dog slow…don’t do it”. In this tutorial i’m going to show you a simple implementation of a PHP JSON web service.
Read the rest of this entry »
Posted by Andrew Cetinick on June 6th, 2008
Today developers are pushed harder to produce results faster. This trend has developed due to the fast paced industry we are in, and the expectations of upper management. Expectations of today’s software programmers are to produce full applications with many semi-advanced features quite easily and quickly. However, this is not case with few resources and dead-lines to meet. It is very important to leverage from code already written and start coding the core functionality.
Read the rest of this entry »
Recent Comments