Web Development Starts Here…

Open Source

WordPress Theme Files Execution Hierarchy

Posted by on Jan 25, 2012 in Wordpress | 0 comments

WordPress Theme Files Execution Hierarchy

As you know I also write for the wp tuts site which is great resource for the wordpress development. Yesterday they have published my one of the article for very useful infomation in wordpress theme development.

Here are some excepts from that article.

Read More

Change WordPress Database Prefix

Posted by on Dec 19, 2011 in Wordpress, Wordpress Tricks | 1 comment

Change WordPress Database Prefix

In one of my earlier post I have mentioned that it is good to change the wordpress database prefix.

This article is about to explain “How to change Wordpress database Prefix for Existing site”. This process will be covered in 5 easy steps. You should be litter familiar with the SQL for this process.

Read More

10 Quick Tips: Optimizing & Speeding Up Your WordPress Site

Posted by on Dec 6, 2011 in Wordpress, Wordpress Tricks | 0 comments

10 Quick Tips: Optimizing & Speeding Up Your WordPress Site

Here goes my another article on TutsPlus network. This time I have written about optimizing the wordpress.

Personally website optimization is my favourite task.

Read More

11 Quick Tips: Securing Your WordPress Site

Posted by on Dec 4, 2011 in Wordpress, Wordpress Tricks | 1 comment

11 Quick Tips: Securing Your WordPress Site

In this post I have explained about securing the wordpress site with few Quick Tips.
This tips covers verious points like protecting files, protecting important folders, protecting the database, etc.

Read More

5 WordPress Plugins to Highlight Your Code

Posted by on Nov 3, 2011 in Plugins, Wordpress | 0 comments

5 WordPress Plugins to Highlight Your Code

In this post I am going to show the wordpress plugins which are used to highlight the block of code.

These plugins mainly used for people who are involved in the web development. They generally have to post the css code, js code or other language’s code. By using any of the below plugin you can highlight your code block in better way.

Read More

Execute Custom Query in WordPress

Posted by on Aug 17, 2011 in Open Source, Wordpress, Wordpress Tricks | 0 comments

Execute Custom Query in WordPress

Wordpress is a great platform to build the any types of sites in now a days. It has a great functionality and feasibility to perform our own stuffs. Because of this feasibilty we can create our own code and plug that code into wordpress.

Read More