Sunday, September 28, 2014

How to bounce an object with animated effect in css3

 Hi friends, hope you are doing well. I am busy with my work so I can't post here regularly. Today I will teach you how to make an animated effect to an object, text or an image that bounces from left side of the page. In this tutorial I have used CSS3 styles to make animated effect to an image. In my latest project...

0 comments:

Saturday, July 5, 2014

CSS3 social sharing buttons with fading effect and tooltip on hover

I have discussed about making a sticky menu bar at bottom of blogger footer. I have given you how to put social sharing buttons in that menu bar. In today’s tutorial I will show you how to make social sharing widget that will show fading effect with tooltips when mouse over. These social sharing buttons are very good looking and suits all blogger themes....

0 comments:

Saturday, June 7, 2014

How to send activation link to email on user registration in PHP (Email verification)

During user registration in order to verify the email address of the user, a confirmation email is sent to the provided email address with activation link and when user clicks the link provided in the mail, his account gets activated. If you are looking for such PHP code. Then read this tutorial carefully. This is a basic code to implement email verification using PHP...

0 comments:

Monday, May 26, 2014

How facebook fan page can make you money?

Facebook is most popular social site that helps you to keep in touch with your friends. Facebook has 1,110,000,000 monthly active members. There are 50,000,000 pages on facebook. The average time spent by the members is almost 20 minutes per a visit. So now we have to know the ways to make money with the time that you spend on facebook everyday. You...

0 comments:

Saturday, May 24, 2014

How Can Students Earn More Money.

How many of you want to earn money while you study? Isn’t it great to earn money when you study? And it is also hard to earn money. Everyone looks for short ways to earn money but hard work always pays. You might be heard about many youngsters earning millions a day. Why can’t you be one of them? Think it well, I...

0 comments:

Can Blogging make money/Can I earn from blog?

As I was busy with my college life after long back I came back to you with a new post that will explain you about How to make money off your blogs. We know that today many people are blogging for the sake of enjoyment and some to earn money. Because blogging has opened the doors to earn money by writing content. They...

0 comments:

Friday, May 23, 2014

Top 5 Affiliate Networks to Earn Money

One of the best way to earn money online is affiliate marketing. It helps you in adding some extra money to earn. It also helps you in getting some quality traffic to your blogs when you add content that is related to your product or service that you are selling. Here are few sites to earn from affiliates:   1. E-Junkie E-junkie is...

0 comments:

Saturday, May 3, 2014

Get free likes for your social pages (Facebook Twitter Youtube Google+ Pinterest etc)

 Today every business is using social websites like facebook, twitter, google plus, youtube and many more other sites to promote their businesses. Online business marketing has became one of the most easiest ways to grow. Today we also use social networks to improve traffic to our websites. This is because most of the people are now using facebook, twitter and other websites to...

0 comments:

Friday, May 2, 2014

Google maps API to show map after button click using text input value javascript with hide and show

Hi friends, in this tutorial I am going to discuss about Google maps API using javascript. I worked with a project in which a user will add his address and that address needs to be shown in a map. This looks like a complex task but is a very simple task. Google Maps provides an API code to display maps and we are...

0 comments:

Saturday, March 29, 2014

5 best tips for writing good keywords to optimize for SEO

Content is the KING for SEO and keywords play an essential part of SEO. Keywords are nothing but the search terms that people use on various search engines to search the topics related to those keywords. We often spend too much time for optimizing our blog post for search engine. Using effective keywords is a successful part of blog optimization. Search engine crawlers crawl...

0 comments:

How to get website domains at cheaper rates?

Today every business needs a website to grow in this competitive world. So most of the businesses are getting online with websites. Not only for businesses but also to earn money online bloggers are establishing blogs and running them by writing content that is useful for the readers. I have seen most of them are searching for money earning methods online without any investment...

0 comments:

Friday, March 28, 2014

How to display preview of image before upload using JQuery

When our application needs to have an option for image uploads we use input tag in a form. The upload process is handled inside a PHP file which we can discuss in future. We have already discussed about hiding an image which is broken. File uploading is very easy but sometimes we even want to preview the image before it is uploaded. For...

0 comments:

Thursday, March 27, 2014

How to hide or fix a broken image using jquery

We commonly face a problem with broken images on websites. Our browsers will show a broken image when the link to an image doesn't work or when there is no image. Mostly this problem is faced when you make dynamic websites in which you work on putting a default image for posts. When a user/visitor come across your site having a broken image...

0 comments:

Friday, March 21, 2014

3 ways to make money online

Many of you might have heard about making money online. You might have also seen many advertisements or websites that says they will make you earn huge amounts of money in 10 days or a month working part/full time. They say that all these things happens without any efforts and works done by you. Be careful with these schemes. Most of these schemes...

0 comments:

Friday, March 7, 2014

PHP simple login script

Hi dear friends, we have discussed about deleting a file using PHP script in our previous tutorial. In this tutorial I am going to explain you about login script using PHP. Login is used in applications where a user needs to be authenticated to access an application. This tutorial will give you the basic login form. I have used MySql to connect to the...

0 comments:

Friday, February 21, 2014

How to delete a file using PHP

When I was working with a project with file uploads, I had a thought of deleting those files with php. unlink is used to delete a file from a folder. It takes the file path along with the file name as parameter. This funtion can be simply written as shown below. unlink("path_to_img/file_name.extension"); For example if you want to delete a text file sample.txt ...

0 comments:

© 2013 tricks town