Thursday, December 17, 2015

How to configure Magento to work with a new domain

There are two things you should do to configure Magento with a domain: By editing the Magento database - Open your cPanel > phpM... thumbnail 1 summary
  • There are two things you should do to configure Magento with a domain: By editing the Magento database - Open your cPanel > phpM...

    Wednesday, December 2, 2015

    How to change Magento base URLs

      This article gives three methods to change Magento Base URLs through PHPMyAdmin and the command line.   Method 1: Change Magento ba... thumbnail 1 summary
  •   This article gives three methods to change Magento Base URLs through PHPMyAdmin and the command line.   Method 1: Change Magento ba...

    How to change you database or mysql settings for Magento?

      First you will need to open your FTP or SHELL client and navigate to the following folder. Open the folder and edit the code. /app/... thumbnail 1 summary
  •   First you will need to open your FTP or SHELL client and navigate to the following folder. Open the folder and edit the code. /app/...

    Monday, November 23, 2015

    How to add related post link in blogger

    When you are reading any post from a blog, you can follow one thing just down of the post there has some more related post link is shown.... thumbnail 1 summary
  • When you are reading any post from a blog, you can follow one thing just down of the post there has some more related post link is shown....

    How to earn money from internet

    Now a days you used to listen that there has many people became rich or earn more money using internet. Well here I will discuss about ... thumbnail 1 summary
  • Now a days you used to listen that there has many people became rich or earn more money using internet. Well here I will discuss about ...

    How to check domain name suggestion tools

     In my experience there has one website is very good to check domain name idea suggestion tools. By this site you will get a lot of domain ... thumbnail 1 summary
  •  In my experience there has one website is very good to check domain name idea suggestion tools. By this site you will get a lot of domain ...

    Download school management software free

    We are offering free to download school management software. It is a open source software, which was made on raw php. It is a demo ... thumbnail 1 summary
  • We are offering free to download school management software. It is a open source software, which was made on raw php. It is a demo ...

    How to change database or mysql connection settings for Magento?

    Just browse this file - /app/etc/local.xml Here you see very similar to the following. Simply modify the connection settings and sav... thumbnail 1 summary
  • Just browse this file - /app/etc/local.xml Here you see very similar to the following. Simply modify the connection settings and sav...

    Sunday, November 22, 2015

    How to add custom fields into onepage checkout in magento

    To add custom fields into onepage checkout option than you have to follow these 5 steps - 1. Create your module 2. Make your sql install ... thumbnail 1 summary
  • To add custom fields into onepage checkout option than you have to follow these 5 steps - 1. Create your module 2. Make your sql install ...

    Tuesday, October 20, 2015

    Saturday, October 17, 2015

    Users role system in wordpress

    User Roles User roles determine the access level or permissions of a person authorized (invited by an Administrator) to use a WordP... thumbnail 1 summary
  • User Roles User roles determine the access level or permissions of a person authorized (invited by an Administrator) to use a WordP...

    Monday, October 12, 2015

    How to change logo in magento

    Working With the Header Logo The responsive theme enables you to set two different logos: one is for small screens (smaller than 770px) a... thumbnail 1 summary
  • Working With the Header Logo The responsive theme enables you to set two different logos: one is for small screens (smaller than 770px) a...

    How to change default welcome msg in magento

    1. From your Magento Dashboard go to  – System – Configuration tab.  2. Then open Design option. 3. Click on Header tab and find the Welc... thumbnail 1 summary
  • 1. From your Magento Dashboard go to  – System – Configuration tab.  2. Then open Design option. 3. Click on Header tab and find the Welc...

    Sunday, October 11, 2015

    What is cloud hosting and How to use cloud hosting

    In this post i have discussed about why we should use cloud hosting. When we are going to use server based hosting service then we a... thumbnail 1 summary
  • In this post i have discussed about why we should use cloud hosting. When we are going to use server based hosting service then we a...

    Thursday, October 8, 2015

    How to add country wise hit counter with flag on my blog or website

    In my experience there has one website. which offers free hit counter option with country flag and it shows the traffic source by country w... thumbnail 1 summary
  • In my experience there has one website. which offers free hit counter option with country flag and it shows the traffic source by country w...

    Wednesday, October 7, 2015

    How to use domain name suggestion tools

    In my experience this website is best to check domain name suggestion tools. Here will get more than 200 domain name suggestion in one clic... thumbnail 1 summary
  • In my experience this website is best to check domain name suggestion tools. Here will get more than 200 domain name suggestion in one clic...

    How to write or practice php code online

    How to write or practice php code online Try this url -  http://www.tutorialspoint.com/execute_php_online.php thumbnail 1 summary
  • How to write or practice php code online Try this url -  http://www.tutorialspoint.com/execute_php_online.php

    How to put currency symbol beside number in php

    How to put currency symbol beside number in php -  Try this code: //show USD sign $ setlocale(LC_MONETARY,'en_US'); $amount=... thumbnail 1 summary
  • How to put currency symbol beside number in php -  Try this code: //show USD sign $ setlocale(LC_MONETARY,'en_US'); $amount=...

    How to put decimal or format number in php

    How to put decimal after number. Use number_format() function. try this code: $num=365; echo number_format($num,2); thumbnail 1 summary
  • How to put decimal after number. Use number_format() function. try this code: $num=365; echo number_format($num,2);