PHP Lesson 2: Data types

PHP Lesson 2: Data types

Today’s PHP lesson is about data types. Although PHP can work with many different data types, we divide them in two different categories: scalar data and composite data. Scalar data Scalar data can hold only one value at a time. PHP knows four different types of...

PHP Lesson 1: General Introduction

What is PHP? PHP is a scripting language, primarily intended to generate dynamical websites on a webserver. PHP is designed in 1994, by a senior software engineer at IBM, Rasmus Lerdorf, and the language was clearly inspired by Perl. The letters PHP used to mean...
The best scripting-tips on the net

The best scripting-tips on the net

ASP.NET Microsoft ASP.NET Developer Center http://msdn.microsoft.com/asp.net The Microsoft-homepage for ASP.NET-developpers with documentation and community ASP Free www.aspfree.com Website of independent ASP-programmers with help, trics, manuals, blogs, forum and...
Recognizing the iPhone for webpages

Recognizing the iPhone for webpages

As said in my 2009 predictions, the iPhone, and other mobile devices, will get a larger share in the tools your visitors use to visit your websites. So I suppose you will not be surprised when I tell you that it is very important to sure that your website is ready to...

Jumpstart AJAX Tutorial

Days I’ve been searching after a decent, small, simple tutorial, to help me take the first steps into the World Of Ajax (Asynchronous JavaScript + XML). None did I find… Therefor, I decided to write this small jumpstart Ajax Tutorial Thingy. Feel free to...