php101

PHP 101: Variables (Part 3)

Hello again, welcome back to our PHP 101 web design tutorials. Today I am going to explain the use of variables, and what they are. A variable is a method of storing a value throughout a PHP page. A variable … Continue reading

actionscript101

ActionScript 3 is a language predominantly used for flash projects, because of this you will need one of the flash authoring environments such as flash, flex, flash builder or catalyst. All of these environments can be quite expensive to buy … Continue reading

javascript101

JavaScript is an easy scripting language to get started with. No extra programs or additional resources are needed to write JavaScript for a web design project. However there are many programs available to help programmers with their scripting, programs with … Continue reading

actionscript101

ActionScript 3 is an object oriented language used in Flash and Adobe Air programs. ActionSript is a dialect of the ECMAScript meaning it has the same syntax and semantics as the hugely popular browser scripting language, JavaScript.  The fact that ActionScript … Continue reading

php101

PHP 101: The Syntax (Part 2)

PHP 101: Getting Started (Part 1) Yesterday I introduced you to PHP and explained how to install it and run it on a page. Web designer, Warren, very rightly queried the differences between “print” and “echo”, and I should say, … Continue reading