Tutorials

How to add Floating share box to your website

May 26 2010, By , 69 Comments

advertisement After spending couple of hours searching for floating share box plugin for WordPress, I  finally decided not to use ...

51 photoshop tutorials for creating wallpaper and poster

May 20 2010, By , 10 Comments

Wallpaper are the most appreciated and refreshing creation of designers that has so much of art in it. When you ...

35 icon design tutorials in Photoshop and Illustrator

April 21 2010, By , 9 Comments

Icon is a work of art that adds beauty to a website. We all know the importance of artistic design ...

Logo designing tutorial using photoshop and illustrator plus resources

April 14 2010, By , 25 Comments

A logo defines your brand; it is one that gives you a perception of what you and your organization is ...

Introduction to PHP – Part9

December 5 2009, By , 14 Comments

Forms: A form is an area where user can input data. The place in the form where user input data ...

Introduction to PHP – Part8

December 2 2009, By , 9 Comments

Function: A function is a subprogram that performs a specific task when called by the main program. It is always ...

Introduction to PHP – Part7

November 23 2009, By , 5 Comments

Array: Array is a systematic collection of data of similar data types that can be accessed by numeric index. Array ...

Introduction to PHP – Part6

November 20 2009, By , 9 Comments

Strings: A string is an array of characters. This tutorial demonstrates the use of string to manipulate text. A string ...

Introduction to PHP – Part 5

November 15 2009, By , 7 Comments

Loops A loop is a programming construct that facilitates programmer to execute some code number of times or a specified ...

Introduction to PHP – Part4

November 10 2009, By , 7 Comments

Control Statements A program is a collection of modules working together to perform certain task. The modules can be thought ...