LATEST
WEB DEVELOPMENT TUTORIALS, ARTICLES, REVIEWS & SCRIPTS
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 …
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, …
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 …
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 …
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 …
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. …
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 …
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 …
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 …
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 …
