Php tutorials for beginners with example 0

ucfirst – PHP String Functions

Syntax : ucfirst ( string ); Description : ucfirst() function will take string as input and converts its first letter of a string to uppercase letter, if that character is alphabetic. In...

Php tutorials for beginners with example 0

ucwords – PHP String Functions

Syntax : ucwords ( string, seperator/delimiters ); Description : ucwords() function will take string as input and converts first letter of every word in a string to uppercase letter, if that character...

Php tutorials for beginners with example 0

join – PHP String Functions

Syntax : join ( separator, array ); Description : join() function will glue(join) array elements in a string. join()  is an alias of the PHP implode() function. Parameter : separator – Optional....

Php tutorials for beginners with example 0

convert_cyr_string – PHP String Functions

Syntax : convert_cyr_string (string, from, to); Description : convert_cyr_string() function will converts a string from one Cyrillic character set to another. Parameter : string – This is Required parameter. This is string which...

Magento Step by Step tutorials 0

Magento Create Category Programmatically

Magento Create Category Programmatically : You can create categories programmatically in Magento by Mage::getModel(‘catalog/category’) method which is used to initialize and create the category in Magento 1.9 Note : There...

Step by step Bootstrap 3 tutorials 0

Bootstrap 3 Wells

Bootstrap provides special well classes to give content inset effect for the content to be given different look. You can give the element this look by just adding .well class...

Php tutorials for beginners with example 0

implode – PHP String Functions

Syntax : implode ( separator, array ); Description : implode function will join array elements in a string. Parameter : separator – Optional. This is an optional parameter. By default it is an...

JavaScript tutorials for beignners 0

What is JavaScript?

JavaScript is a high level programming language used vividly in web development.JavaScript was standardized using ECMAScript language specification. Most of the websites uses JavaScript in some way during their website...

JavaScript tutorials for beignners

JavaScript Tutorial

JavaScript is programming language which is widely used along with HTML and CSS for creating websites and applications used vividly in Information technology via World Wide Web. In short form...

Step by step Bootstrap 3 tutorials 0

Bootstrap 3 Images

Use of graphic images has increased a lot with social media boom along with animated GIF’s. In Bootstrap there are provisions for styling with respect to being responsive and giving...

Php tutorials for beginners with example 0

explode – PHP String Functions

Syntax : explode (separator, string, limit); Description : PHP explode function will splits the string by string, into array of elements. Parameter : separator – This is required parameter from which string is splited....

Step by step Bootstrap 3 tutorials 0

Bootstrap 3 Buttons

In Bootstrap there are seven basic classes that are allowed to use anywhere in the web layout for getting desired results. With different name and color they are used as...