Archive for March, 2010


What is Facebook Marketing?

So what ways can you market with Facebook? This guide shows you how, with all free ways for Facebook marketing.

Read More...

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 scalar data: Boolean: possible values are TRUE or FALSE [...]

Read More...