JavaScript – In The Beginning, Hello World!

In the beginning, well as far as Web development is concerned, there was HTML and Web development was a simple static collection of HTML pages which was referred to as a Web Page. Web development was simple , and there was not a whole lot to learn. As the Web, or WWW, or Internet, you [...]

June 13th, 2009 by Allen Sanford 

Java – The Hello World Example

Like any good book on programming my first article about programming in Java starts with the Hello World Example. It has become common place that if you are going to write a set of programming tutorials in a given language that you start with “Hello World!”, so I will not deviate here. “Hello World” examples [...]

June 6th, 2009 by Allen Sanford 

PHP – A Simple Start

First I would like to say that this article makes the assumption you already have a working PHP installation. If not go here first. Alrighty then , now most tutorials will have you do the classic “Hello World!” as is customary in almost every programming language tutorial in existence, so I shall not disappoint. In [...]

May 19th, 2009 by Allen Sanford