Tag Archives: Build

Remove index.php from CodeIgniter URL Path using

Nov 15, 2013

If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..

Read more

Pinterest Launches Its First API

Nov 15, 2013

Pinterest is today, at long last, releasing its first API for developers, which will let third-party sites embed Pinterest pins, and make it easier to..

Read more

What is the HTML DOM(Document Object Model)?

Nov 12, 2013

The HTML DOM views an HTML document as a tree-structure. The tree structure that is defined known as a node-tree.All nodes can be accessed through..

Read more

Difference between visibility:hidden and display:none

Nov 12, 2013

The CSS rules visibility:hidden and display:none both result in the element not being visible, then what is the difference between visibility:hidden and display:none? The css..

Read more

Cs Cart 4.0.3 Released

Nov 07, 2013

Hi all Cs Cart has released its next version 4.0.3 with error fixes and added minor features CS-Cart & Multi-Vendor releases, packed with many improvements..

Read more

Control Statements in PHP

Nov 06, 2013

PHP If…Else Control Statements When we write code in any language, we perform different actions for different decisions. Like other languages PHP script is built..

Read more