from my blog

latest Posts


Some time we face the 503 error in Magento website. Reason behind it is Magento Downloader. If you will check Magento Downloader you will get a option to unable or disable the maintenance mode. You can go to Magento Downloader directly by adding "downloader"...

Shortcode is a set of function to use in your post/page content. For instance, we use contact form 7 or any gallery plugin, we use a simple code to put in our post/page content: [contactform] Its really easy to built....

Static Block plays a big role in magento to show the information, links, banner etc. on the Magento sites. All the website developer use static block in a different manner. below is the process to add static block in your...

If you want to show the manufacturers list on your sidebar or anywhere else in magento site.  You just need add some little code. First open the file app/code/core/Mage/Catalog/Block/Navigation.php Add the below code at the end of file public function getAllManu() {...

Apache wont start on Xampp

November 29, 2011

Many days ago, I wrote a post for "Apache Problem in Xampp". on that article,  skype was problem, but recently I got a query: "Hi e'm trying to install xampp 1.7.7 version in my laptop which is with xp3,32 bit....

Wordpress sidebar has many feature and we can customize that just drag and drop widgets. If we talk about developer end, we can use widget feature to customize our blog. We can as many as side bar and can manage...

Custom field play very big role in Wordpress. We can use it to call extra feature in post and page. For example (only to show custom field functionality), if you want to add a source url in your every post....

URL Opener has been created

September 2, 2011

I created the url opener which can be useful to open multiple url at a time. It can be reduce the time who work on SEO. It is good seo tool. Hope you will like it. Please check it : URL Opener

Basic WordPress Functions

August 20, 2011

Everybody wants to make wordpress theme and like to have their own blog. Below are some basic wordpress function which can help to make basic theme for wordpress. 1) <?php bloginfo('stylesheet_directory'); ?> This wordpress function returns your active theme path. Like...

Below is the code to get sub categories list from specific category in magento. For example, if we make a category by name "brand" (fro example id is 35) and we want to show all the subcategory list as select...