Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

17 July 2011

Increase Your Web Traffic!




Blog Engage RSS and Contest Sponsorship Services

If you're thinking of increasing you web traffic with real visitors and increase the visibility of your website, try the Blog Engage RSS Syndication!

07 June 2011

Using Google Search

Hi everyone!
I believe most of us use search engines every day (or maybe almost everyday) for query for certain subjects. Yes, it is easy to just go to Google.com and type in whatever you want to search for. But to get the specific , accurate and fast results, there's something that is easy for you to do.

24 April 2011

How To Refer / Link To A Website Using HTML coding

Let say you upload a picture to a picture sharing website and you get the html codes similar to the one below (I used Imageshack).

The site automatically generates the html code similar to the one below and all you have to do is just copy and paste the code to anywhere the accepts html coding. Let's say you have something like this:



Now, let's say you paste that code in you blog so that the picture appears in your blog. But now you want that picture to redirect to you online store when someone clicks on it.
So, what you need to do is to look for the href and edit that part. Let's say I want it to be redirected to my online store. (The one in blue is what you're supposed to edit.)



Compare the first and the second code... What differs the two is the URL/web address at the href section.
The href is where you want your image to redirect when someone clicks on it. So basically the general format is as below:



This html coding works on almost anywhere that accepts html. Keep that in mind and you're good to go =)