May 6, 2013 at 6:55 pm
PHP
TUTORIALS
1
{the_title()}

Codeigniter Tutorial – Codeigniter in 40 Minutes

CODEIGNITER TUTORIAL This codeigniter tutorial will show you everything you need to know to set-up and use the popular PHP framework codeigniter. Download demo files: Download Demo Files INTRODUCTION This codeigniter tutorial will provide you with all the …

READ MORE
March 21, 2013 at 8:15 am
Web Development
ARTICLES
2
{the_title()}

Paper Prototype, the anti-coding usability test

PAPER PROTOTYPE Most software engineers, when building a product either for their company or based on an idea they came up, go straight into the coding! Spending hours and sometimes even weeks on their product, …

READ MORE
February 26, 2013 at 7:28 pm
PHP
TUTORIALS
4
{the_title()}

PHP Ternary Operator / PHP Inline IF practical examples

PHP Ternary Operator / PHP Inline IF The PHP ternary operator or PHP inline if is a shorthand method for doing evaluations. It is useful in many situations, this tutorial provides a few practical examples. It …

READ MORE
February 25, 2013 at 8:51 pm
CSS/HTML
TUTORIALS
48
{the_title()}

Twitter Bootstrap Tutorial – Up and running with Twitter Bootstrap in 20 Minutes

This twitter bootstrap tutorial is designed to get you up and running with twitter bootstrap within 20 minutes. After this tutorial you should be able to create a basic responsive layout using twitter bootstrap. You …

READ MORE
February 20, 2013 at 2:48 pm
jQuery
TUTORIALS
4
{the_title()}

jQuery foreach: Using jQuery $.each to loop through arrays, objects and HTML elements

jQuery foreach: Using jQuery $.each to loop through arrays, objects and HTML elements jQuery's foreach equivalent can be very useful for many situations. These examples will get you started and teach you how you can loop …

READ MORE
February 13, 2013 at 9:33 pm
PHP
TUTORIALS
1
{the_title()}

PHP Functions – Useful PHP functions for beginners – PHP var_dump, PHP explode / implode, PHP empty, and many more!

PHP Functions - Useful PHP functions for beginners I thought it would be great if new starters to PHP had a list of useful functions that they can learn to aid them in their PHP development. …

READ MORE
February 8, 2013 at 1:39 pm
Web Development
ARTICLES
0
{the_title()}

Why use JSON? – 3 Reasons why you should use JSON

Why use JSON? So why use JSON and what is it? JSON stands for JavaScript Object Notation and there are many reasons why you should use JSON objects to represent your data and transfer it between …

READ MORE
January 29, 2013 at 8:16 pm
CSS/HTML, jQuery
TUTORIALS
14
{the_title()}

jQuery disable button – Disabling and enabling buttons with jQuery

jQuery disable button and then re-enable This short tutorial will show you how to easily enable and disable a button using jQuery. View Demo Using jQuery to disable a button has many advantages as it will …

READ MORE
January 28, 2013 at 8:47 pm
Resources, Web Development
ARTICLES
1
{the_title()}

How did you get into Web Development?

I want to know how you got into web development I have always been very interested in how people become to work in the field that they do, what decisions or events edged them towards the …

READ MORE
January 27, 2013 at 10:05 pm
Flex 3, Flex 3
TUTORIALS
0
{the_title()}

Flex 3: First Character of String to Upper

Just a quick post which provides an example and a usable function that will allow you to make the first character of a string to upper case using Flex 3. The code below is well commented …

READ MORE