Archive for August, 2005

Pick A Language, Any Language

Posted by Justin on August 25, 2005
Open Source Projects /

After you have designed out all of your requirements for your project, you will need to pick a language. Most people will already know what language they want. In fact, most hobbyists stick with one language for most of their programming lifetime and sway just a little when needed.

Personally, I primarily program in PHP with HTML, a tad bit of JavaScript, CSS, etc… If you know anything about any of those languages, you know thats all web based stuff. Continue reading…

PHP: Differences Between Echo and Print

Posted by Justin on August 15, 2005
Open Source Projects /

There are countless books and examples in the world with PHP snippets and there is usually one major difference between the code: Print vs Echo - two commands to display $omething… Continue reading…

The Project Map

Posted by Justin on August 14, 2005
Open Source Projects /

After deciding that I wanted to start another project, I decided to cover the whole process, in detail. This is mainly for people that would like to start projects, but don’t know where to start due to the amount of things that need to be done. Continue reading…