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
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. So if you like to add such kind of related post link in blogger then you can try the following thing steps by step. So let start the first code example.


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 it. How to earn money from Internet and is it easy, any one can do this?

how to earn money from internet

Simple answer is yes. If you can browse and know to use internet then you can earn money from internet. Its not easy but its easy.


What do you need for it -
1. 1 pc/laptop
2. Internet connection
3. Be patient

In my idea I make it into two categories to earn money from internet -
1. Short way method
2. Long term method


Short way method:
This short way method is very effect-able. By this method you can earn money so quickly. There has lot of way to earn money in short way.
a. Captcha entry/Data entry
how to earn money

 This type of work is very common and popular also. After entering correct 1000 of captcha you will be paid about $1. But it can be difference one to another company. From this site you can start this captcha entry job, http://www.2captcha.com

b. Forum/Comment Post, Share, Like etc
This type of work is very popular also and there has many people is earning a lot of money monthly. From http://microworkers.com, you will get these type of short work and payment is not bad per task. 


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 name idea.

Try it now http://www.namemesh.com

Domain name check how to


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
school management software download free

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

how to download school management software free

It is a demo version to check and try this software. If you want full version and need to customize it than please feel free to contact with us by this email shahin2k5@gmail.com.

To install this software you need to unzip the downloaded file and inside this folder you will get mysql database file, which you have to import into your database.

1. Unzip download folder
2. Put it into htdocs
3. Create any database and import sql file from unzip folder
4. Edit dbconnection.php file
5. User type: user
6. User id: admin
7. Password: 12345

For any inquiry call us 01940271713 or mail us at shahin2k5@gmail.com 

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
Magento local xml

Just browse this file -
/app/etc/local.xml

Here you see very similar to the following. Simply modify the connection settings and save.

<connection>
   <host><![CDATA[localhost]]></host>
   <username><![CDATA[database_username]]></username>
   <password><![CDATA[database_password]]></password>
   <dbname><![CDATA[database_name]]></dbname>
   <active>1</active>
</connection>

Important: Only change the values within the CDATA brackets.

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 file
3. Make your xml file for module
4. Edit Customer template option from admin dashboard
5. Put input box in the checkout page


Create your module