Tag Archives: Code

Automatically set permission to various file types

Nov 29, 2013

Set file permissions with .htaccess, this is a great method for ensuring the CHMOD settings for various file types. Apply the following rules in the..

Read more

How to enable SSL in your CS-Cart?

Nov 28, 2013

You should login to your CS-Cart admin area and go to Settings under the Administration menu.. Under General settings, you should check the boxes next..

Read more

A Quick view on PHP magic methods

Nov 26, 2013

Let’s have a quick view on magic methods, as sometimes it looks like it will hard to use these function but reality is these are..

Read more

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