Month: March 2012
-
PHP: Object Oriented Programming for Absolute Beginners
Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes and provide you greater flexibility, easier maintenance, easier to extend and share your code with your team-mates.
-
PHP: Control Structures for Absolute Beginners
PHP has support various conditional statement that allow developer to manipulate data easily, such as If, Else, Else If, For, Foreach, While, Do-While, Switch, Break, Return, Include, Include_Once, Require and Require_Once.
-
Create Impressive Web Animated Presentation Slides Within 10 Minutes
How are you going to create an impressive animated presentation slides without spending a single cent on animation authoring software? The answer is JavaScript! With the help of – “Impress.js” – an open source library that allow you to create impressive animated slides using purely CSS3’s transition and transform property.
-
HTML5 Game Development: Adding Sound Effects
Welcome to the 4th tutorial of ‘HTML5 Canvas Game Development’! We will learn to add sound effects to your game using HTML5.
-
HTML5 Game Development: Adding Health / Score to Your Game
Welcome to the 3rd tutorial of ‘HTML5 Canvas Game Development’! We will continue using the previous coding in this tutorial, and you will learn to add health or score of HUD(heads-up display) to your HTML5 Canvas game – “bubble breaker”.
