How To Earn Money From Google Adsense


Adsense is a program that allows us to place an ad in you website or blog. The ads is from Google and if the ads is clicked by other peoples that visit you site or blog(of course), Google will pay you for the clicks. The most peoples visit the ads and clicked, the most you paid. Let's start!

1. You must have a gmail account first, if you don't have just go to mail.google.com and signup. Then comeback here.

2. After signup for gmail you must have website (or) blog to place the ads. If you have a website just go to the next step. If you don't have money to make a website, just make a blog from Blogger.com its free. Its quiet nice, easy to customize and edit. Just go to Blogger.com and use your Gmail account to sign up, like me. You must make your blog as interesting as possible to make many peoples visit your blog. And you must make them visit your ads. It's pretty though, but if you keep updating your blog with high quality content it's pretty nice. You can store your blog with your diaries (or) experience, even a magic trick!! If you done with the Gmail account and the blog, then we will go to the final step. Ready for it?

3. Go to www.google.com/adsense or type "adsense" in google search engine, then follow the instruction. Fill the field with your real identity, or if you are under 18 you can make it with your parents identity. Of course with their permission!! If you done with your adsense, then start promoting your blog (or) website to your friends, your relative, your family, your parents/children friends, even a STRANGERS. OK, have a nice blog and a nice money from Adsense. I hope your succeed can be my succeed too.

How to Earn from the internet?


Where's George?There are several ways to earn from the internet. But you have to remember that there is no special trick or quick rich set up to do this. If anyone says that they have a product that will let you earn while just sitting around after buying their program, then most likely its a scam. To earn from the internet takes effort and time as well as knowledge on how use the internet for your advantage.

Some ways to earn from the internet are the following:

Blogging - this would be making post from time to time. You can place ads in your blog and earn from them.

Paid to click - there are several sites that pays you when you click some ads. Though they do not pay that high, but this is the easiest way since all you have to do is click.

Affiliate Marketing - certain sites will accept you as a member to become an affiliate marketer. You don't need to have a product of your own to sell. You simply sell the products of others and earn commission for every sale.

Article Writing - several sites pays you to write articles. You simply submit to the site articles that you write basing on different categories and once accepted they will pay you depending on how good your article is.

There are still a lot of ways to earn from the internet. Basically, what is needed is your time and effort. Just like any work, you need to devote time and effort to be successful.

HTML Reference & Tutorial Websites


Hypertext Mark-up Language, more commonly known in its abbreviated form HTML, is the markup language which is widely used to display web pages on the internet.
Below you will find a list of good HTML reference and tutorial websites. This will teach you more advanced HTML techniques and help you to understand the language better.

http://www.w3.org/html/ - World Wide Web Consortium (W3C)

http://validator.w3.org/ - Official W3C validation page.

http://www.htmlcodetutorial.com/

http://www.htmlgoodies.com/

http://htmldog.com/

http://reference.sitepoint.com/html/

http://www.w3schools.com/html/DEFAULT.asp

http://www.tizag.com/htmlT/

Remove Subscribe to: Post Comments (Atom)


Hi all, Hope you are doing fine. Here i explain a small trick in the blogger blogspot. It is very useful when doing customization of your blog.

How to remove "Subscribe to: Post Comments (Atom)"?

Remove Subscribe To Post Atoms from blogger layout that appears at end of page and also after each post individually. Atom feeds work in a very similar way to RSS, and there is very little difference for either publishers or those who choose to subscribe.








1. Go to Dashboard/ Design / Edit HTML
2. Click the 'Expand Widgets Templates' box
3. Find: Press "Ctrl+f"


<b:include name='feedLinks'/> 

Search for the above word and delete the line and Save the Template.

Now check your blog. It is removed now.

Appeal Google Adsense Account


Hi, everyone! I'm going to tell you the method for appealing adsense account. The first time they replied my appeal, they won't change their mind. But, it doesn't make me hopeless. I still try appealing again and again. But, none of my appeal was replied. So I'm send a mail to Google Adsense Support, a mail not an e-mail. This mail include a few important things that help me get my account approve.

These things are :



1. Your biography
Your biography help Google Adsense Team to know your personal identities. It much help when you need extra attention from the Google Adsense Team.

2. Your problem
Write your problem in professional and good language. This will help The Google Adsense Team understand your problem.

3. Print screen of Google Analytics
Login to your Google Analytics and show them that you are not a cheater. Print the visitor, traffic, and bounce rate section. This will help Google Adsense Team know more about your site.

4. About your site
Describe about your site in two paragraph. The first paragraph describing the making of your site. The second paragraph describing your activities in your site and how often do you update it.

5. About your visitor
Tell them about your visitor, where they came from, what part of communities are they, and what kind of human are they. Also tell them about how you promote your website. If you promote through forums then give them the forums url. Or if you promote through Google Adwords, then just write your Google Adwords account data.

6. Your photo
Include your photo and it will help Google Adsense Team to know more about you. Show your saint face and it will touch the Google Adsense Team deepest heart.

7. Handwriting
DON'T print your mail. Just write it with your hand, because it's a gift from God. Don't waste your time, write it with good style. No scratch, no dirty, and you'll be fine.

OK, that's enough, now send the mail to this address :

Google Adsense Support
1600 Amphitheater Parkway
Mountain View, CA 94043 USA

Automatic Read More For Blogger



Automatic Read More Hack For Blogger With Thumbnails i.e expandable post hack for blogger with thumbnail of image used in blogger posts and all this work is done by the script automatically,you just dont need to locate your image the script will do all work for you automatically.Just you have to write your post and publish it with one image in post related to post.
If you dont want to add thumbnail image in post summary then i had an post previously on automatic read more hack for blogger,read this.
Now how to install Automatic Read More Hack For Blogger With Thumbnails Demo snapshot is below.

Lets start with its installation:-
 
Now Login to Blogger Go to Layout > Edit HTML in your Blogger dashboard and check the "expand widget templates" box.
Find the closing </head> tag in your blog template, and paste the following section of code immediately before it:


<script type='text/javascript'>var thumbnail_mode = "no-float" ;
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) { 
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
 

Note in above codes we can change the numeric numbers according to our need



summary_noimg = 430; is post cut height without image
summary_img = 340; is post cut height with image
img_thumb_height = 100; is thumbnail image height
img_thumb_width = 120; is thumbnail image width




Now find this code <data:post.body/> in your template and replace it with below codes.



<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'> read more "<data:post.title/>"</a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>
 

Preview Your template if its showing thumbnail with read more hack Save it.

Applying for adsense & Pasting the ads in the body section


If you have an AdSense account, this latest launch of Google AdSense Referrals 2.0 is something you must look at. In addition to the traditional Google products, there is now a very long and varied list of products that you can include in your Blogs and offer your readers. In contextual ad targeting, the AdSense ads that appear in your Blog may not always be relevant, especially if you do not have a consistent theme in your posts. With AdSense Referrals, you are now able to pick the specific products that you like, and are paid the referral fees. In Blogger.com, it is easy to insert an AdSense for content widget but not a Referral unit. This article will explain how you can fill the “shopping cart”, customize the ad colors, insert the code and have the Referral ads appear just before or after your Blogs posts.

Before we begin, we assume that you already have an AdSense account. If you don't, you can always sign up for a Google AdSense account. AdSense is by far one of the preferred ways of monetizing your Blogs and they have various features which can earn you that extra income and revenue through blogging.

Setting up the Referral ads

1. Country and Language

Login to your AdSense account, click the “AdSense Setup” tab and choose “Referrals”. Somewhere near the top, you will see the default country and language that your Referral ads will be based in. If your readers are mainly from another country or are using another language, change the preferences and click “Show”. Since this is a new feature, some of the languages may see fewer advertisers.

AdSense Product Referrals in Blogger

2. Ad Format

Although you can begin to view the products and add them to the Shopping Cart, it may be wise to set the ad format at this stage. Some advertisers have predetermined ad formats which may not fit into your desired size. Choose the “Ad format” size that you like.

3. Choice of products

It is time to go shopping for the relevant ads. There are three ways you can do that:-

a. Keyword

Enter a keyword that is in line with your theme. You will be shown a list of products that match the keyword (maximum of ten keywords). You can click “Add this keyword to cart.” When you use this option, Google AdSense will rotate the ads to match this keyword and new products will be added automatically without further action at your end.

AdSense Product Referrals in Blogger

b. Category

You can browse by category. View the products. If you find a suitable category for your Blog, you can add the entire category to the Shopping Cart. New products in the category will be automatically rotated to show the highest-paying product ads in your Blog. You can have up to ten categories added into the Shopping Cart.

AdSense Product Referrals in Blogger

c. Products

You can also choose the specific products (a maximum of fifteen) to be added to your ad unit. View the products and click the link. You will be shown the referral fees and the terms. There may be different text ad formats and image ad formats that you can choose from. Where the ad size does not fit into the ad unit format that you have earlier determined, you will see a message “This size not compatible with currently chosen ad format.” Choose the one that fits and the product will appear in your Shopping Cart.

AdSense Product Referrals in Blogger

4. Best performing ads

You can tick the “Pick best performing ads” option to have Google AdSense display ads that they believe will bring you more revenue. Since it is based on Google's contextual targeting and analysis, the ads you chose may not be shown.

5. Advanced Options

Click “Advanced Options” and you will be asked to choose a color combination and a channel. Most of us would like the colors to blend with our Blogs. If that were the case, do not use the “Default Google palette” but choose instead any of the “AdSense palettes.” We shall talk about changing the colors later.

You can specify a custom channel to track the performance of these ads. This is particularly useful if you have several blogs and you want to know how well the ads in each blog have performed. Some may want to try out different ad positioning and assign a tracking channel to each of the ad units to monitor the clicks.

AdSense Product Referrals in Blogger

6. Colors customization

Once you are done, click “Continue” and you will be shown the Referrals code that you can add to your web site. The code looks something like this:-




The parts in red are the color codes. You can change the color values and assign different colors to the Referral ad border, background (bg), link, text or url. You may refer to the list of color codes and values or look at your template to find out what colors have been used for your Blog.

7. Placement of code

To insert the code into the Blog, go to Template -> Page Elements -> Add a Page Element either in your sidebar or post body area, and select HTML/JavaScript. Copy and paste the entire JavaScript code and save.

If you would like to have AdSense Referrals appear in every individual post, between your post title and post body, or between your post body and post footer, you may follow this guide AdSense Code in Blogger Post Body, parse the code and place it into the appropriate part of your template.

Under the current rules, you can place up to three AdSense Referral units and three standard AdSense for content units on a single webpage. Therefore, if you have placed the AdSense Referral code into your template, and there are five posts in your page, the ads will only be shown in the first three posts.

50 adsence revenue sharing sites


Advertisement is the best way to sell Ur product. Now a day's Advertisement is covered 90% internet market. Adsence is the logo of Google inc. Google adsence mean internet advertisement provided by Google on publisher's website. There are many sites provided By internet advertisement but Google is Unscramble king of all of them. They cover 80% of all internet advertisement market.

Adsence revenue mean few sites share his adsence revenue to its register members for improve his site tariff and high search engine ranking. This is the best way to make part time money from leaser time. In below I provide the list of 50 adsence sharing sites list.


1- http://www.indiastudychannel.com

2- http://www.indiareviewchannel.com

3- http://www.yousaytoo.com

4- http://www.flixya.com

5- http://www.mybengaluru.com

6- http://www.hubpages.com

7- http://www.articlesrevenue.com

8- http://www.bloggerparty.com

9- http://www.data.net

10- http://www.reviewparty.com

11- http://www.xomba.com

12- http://www.bangalspider.com

13- http://www.delhispider.com

14- http://www.kerelaspider.com

15- http://www.chennaispider.com

16- http://www.mumbaiSpider.com

17- http://www.blogburner.com

18- http://www.wisebread.com

19- http://www.triond.com

20- http://blogevolve.com

21- http://www.about.com

22- http://www.squidoo.com

23- http://www.helium.com

24- http://www.oondi.com

25- http://www.digitaljournal.com

26- http://www.senserely.com

27- http://www.5050articles.com

28- http://www.greendoc.net

29- http://www.daytipper.com

30- http://www.blip.tv

31- http://www.expotv.com

32- http://www.grooveshark.com

33- http://scoopt.com

34- http://www.gearthhacks.com

35- http://www.music-nerds.com

36- http://knol.google.com

37- http://revver.com

38- http://www.thewebmasterforum.net

39- http://www.yourfreeforum.com

40- http://www.scratchprojects.com

41- http://writingcampus.com

42- http://www.break.com

43- http://www.lulu.tv

44- http://www.expotv.com

45- http://www.si-mi.com/

46- http://www.citizenimage.com

47- http://scoopt.com

48- http://tubeimage.com

49- http://www.rateitall.com

50- http://www.valuepay2.com

Join these sites and make good money, happy earnings.

10 best Twitter Tips for Power Users


twitter-logo
The real power users on Twitter are celebrities like Ashton Kutcher, Britney Spears and Kim Kardasian to name a few. Well, if you are to make somewhere near Robert Scoble - make every tweet a magic, you need to go an extra mile. There's a host of things to explore on Twitter. If you are power user looking to make the most of Twitter, there are several cool tips and tricks to take your experience beyond the typical Twitter usage. We sorted out 10 best Twitter tips for power users.

1.  Socialoomph

Even if you have a few hundred or a few thousands, you can manage them with Socialoomph. It offers a host of features that automates your job on Twitter. Some of the exclusive features of SocialOomph includes scheduling tweets, tracking keywords on Twitter, saving and reusing drafts, Bit.ly URL shortening, personal status feed and more. Automatically follow those who follow you and unfollow those who unfollow you.

2. Multiplying followers in Twitter

You need to propagate your Twitter posts on various social networks to get followers.  There's an aggregation service called HelloTXtt that allows you to post once through their interface and propagate the message to all other major microblogging networks like Twitter, Tumblr, Jaiku, Pownce, and a few smaller ones.

3. Blogging/ Twitter Mashup

Most of you must be having a blog. Do you know there are much more people reading blogs that those using Twitter. Why not use your blog for Twittering? There's service called LoudTwitter that allows you take all your tweets for a day, bundle them up into a blog post and publish it on your blog.
Well, you might ask how does it count? We all know Twitter is a real time application, but it's spread across the world. Say for instance, If you are in UK and you have a lot of followers in US and Australia, you can't expect them to go back in timeline to search for tweets posted a night ago. By posting your tweets to your blog you would ensure that you’re readers don’t miss a thing.

4. Tag your followers into groups

Are you using the same Twitter account for your personal or business life. Well, In the current form Twitter has no filters to draw a line between your close friends and potential clients following the same account. You can sort out people that follow you into groups using a simple third party service known as Twitter Groups. It allows you to tag your followers into different groups. With Twitter Groups you will be able to send the message to each person one at a time

5. Build up followers with like-interest

On Twitter you must be looking for people with the same interest as you. There's a Twollow.com service that allows you automatically start following people based on keywords you are interested in.  Simply it's a great way to build up followers.

6. Tweet your status

If you are a Twitter user with lots of friends on Facebook, you can turn your tweets into your Facebook status updates. Twitter has a Facebook application that integrates Twitter feed into your Facebook feed. Once this application is installed your tweets would appear in the news feed of all your friends.  This would allow you exposure without direct followers. What's more, Twitter is smart enough to filter out @replies so that personal messages donation end up on your profile.

7. Handy Firefox Plugins

This is a handy Firefox plugin for any  power users on Twitter. With TwitterBar you can post tweets about web pages you are currently browsing.  Not just the web address, you can also type an additional text along with the tweet as a note. It gets added as a tiny icon into your Firefox address bar. When clicked it will send an update containing everything in the address bar.

8. Timeline for each city

This is a simple but handy idea for Twitter power users. Store the public timeline xml feed. This will allow you to input a specific city to see what’s been said lately by people that live in your city.

9. Fetching latest updates

For any power user Twitter updates are crucial. You can use a simple web application for Twitter updates called GeoTwitter. It is a mashup of Google Maps API and Twitter API. It fetches the latest updates from the public timeline every minute and displays them on an interactive map.

10. Making tweets  keyword-rich

One of the simple tricks that every power user should adopt is optimizing your tweets. Start your tweet with a primary keyword to theme each message. Look for buzz word that would enable you to make the most of timely searches for that issue. However, it doesn't mean you make your message keyword rich without adding value to your tweets. Choose the words that will best convey your message.

Related Post Widget - Powered by Google


Displaying a related posts is a smart way for keeping your site visitors around. and you may have seen other Related Posts Widgets out there.. but this one will be Easier and Smarter. For example: see this site related post. To get this widget to your blogs do follow the below instructions check features list:
  1. Easier : since All of the work is(has to be) done on the client side, You will not need to modify your template at all. widget will read post tags that blogger already display with each post.
  2. Smarter : Cause This widget will list the top related 5(or more) posts sorted by relevancy! Top relevant posts are the posts that have more tags in common with the current post.
  3. More Optimized: Will only use summary feeds instead of querying default feeds that return full contents!
  4. This widget also can work as a recent posts widget when there is no tags to aggregate.
  5. Can be also used to get related posts from another blogspot blog. And in that case you don't have to run it on a blogspot!
  6. A fixed list of tags can be used to aggregate.
  7. It can display loading text or icon until widget is loaded.
  8. Related posts list can be styled based on relevancy!
  9. You can specify either to load widget on document ready or on window load.
  10. Widget will be attached to container specified or it will be placed where you made the JavaScript call.
To see the widget in action, Scroll down to the end of this post. also hover on links to see relevancy tip. This is the complete options table Every variable is optional. exclude it to have default value.
OptionDescriptionDefault value
blogURLOther Blog URL or leave empty to aggregate yours''
maxTagsmax tags to look for on the page5
maxPostsPerTagmax posts to be aggregated per tag5
maxPostsSpecify a max. to remove extra posts that are least relevant or set to 0 to keep them.5
containerSelectorjQuery Selector to find a container to append widget at the end of it, Use 'div.post-body' to have widget appended at the end of your post body. or leave empty so widget is placed where you called it''
tagsdon't specify any and tags are read from page content. or specify a fixed list to aggregate like ['jQuery','JSON']. also setting it to empty array [] will make it work as recent widget all the time.null means not fixed
loadingTextText to be displayed until widget is loaded. for example 'loading..' '' means no loading text
loadingClassCSS class will be set on list until widget is loaded which you can use to style the list with an AJAX icon on the background[ajaxload.info]. for example 'related-posts-loading' '' means no CSS class
relatedTitleH2 Title to be used for related posts widget. To disable title output set this to empty.'Related Posts'
recentTitleH2 Title to be used for recent posts widget when there are no tags on the page. Set this to empty and widget is canceled.'Recent Posts'
postScoreClassA CSS class prefix to be used to style posts based on relevancy. If you set to 'related-link' and maxTags=5 then related links can have classes like ('related-link1' to 'related-link5')'' so feature is disabled
onLoadtrue would insert widget on window load and after all page content(like images) is loaded. or false and widget is loaded after document is ready(before images)false
relevantTipFor demo purpose you can show each post relevancy as a tool tip. set to '\d relevant tags!' and '\d' is replaced with number of tags in common.''
If you want to understand code behind this widget, check [Code behind : A Smarter Related Posts widget for Blogger]. Typical Usage #1 To display related links at the end of every post. copy this code into a new HTML/Javascript widget and place at the bottom of the post or at the footer in the page elements section. Widget uses jQuery v1.3.2, If you already included jQuery into your blog. no need to do it again. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script src="http://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script> <script type="text/javascript"> relatedPostsWidget({ 'containerSelector':'div.post-body' ,'loadingText':'loading...' });</script> [containerSelector : 'div.post-body'] is the default container selector of your post body as output by blogger. which means find 'div' tag with class="post-body" if you unlikely modified it; find your new selector. * Note that: - you should host widget javascript file on your own, Google code has no problem hosting the project javascript files. - You may also try Fileden as it is only file hosting I know that would give you a direct-link (A Must for javascript to work) or you can just upload it to your Google pages(phasing out). But keep the jQuery URL as is, since Google hosts jQuery(and others) very very well. Typical Usage #2 To show related links at the side column. copy this code into a new HTML/Javascript widget and place at the side in the page elements section. Again, If you already included jQuery into your blog. no need to do it again. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script src="http://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script> <script type="text/javascript"> relatedPostsWidget({ 'loadingText':'loading...' });</script> Style Widget with CSS You wouldn't need any CSS unless you need extra customization. Check Project page for more information.. to follow project changes or request features or submit bugs.

Blogger Trick - Remove the Nav Bar


Blogger Nav Bar : Blogger has a default navigation bar.This navigation bar will not be present on most of the downloaded templates.If your blog shows a blogger navigation bar, you can remove it. To remove the blogger navigation bar,follow these steps.

1.Login to your blogger account
2.From your Dashboard opt for Layout
3.Now choose Edit Html
4.You will see your template code there.
5.In that template code find

]]></b:skin>

and replace it with

#navbar-iframe { display: none !important; } ]]></b:skin>

6.Now opt for SaveTemplate.

7.Affter saving the template take a look at your template and your blogger navigation bar must have disappeared.



Improve Your Google Rankings in One Easy Step


We're going to have to make a quick edit to your Blogger template which might intimidate some of you but it's very small and painless. All I ask you to do first is to backup your template just in case you make a boo boo. That makes it easy to revert back without much headache.

Step #1

In your Blogger dashboard, go to "Layout" => "Edit HTML".

Step #2

In the template code, do a search for this: <title><data:blog.pageTitle/></title>. It's usually in the first 5-10 lines of code in your template near the top.

Step #3

Replace that bit of code with the following code:
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

Step #4

Save your template and go back to your blog. Click into any individual post and look at the page title.

All your blogger posts are now much better optimized to rank higher in Google. I'm not going to promise you a night and day difference but you've taken a step in the right direction. Now just go post unique high quality content so people searching Google will find your blog first!

Blogger Comment Problem Solution


if you comment link at the bottom of the post disappears, or the posts won't show...or anything major malfunction of any other part of that particular widget. Now...going back to the comment thing for a minute. If your comment link is not showing on your blog posts, check out these thress things first to make sure that all of your settings are correct: Post Options in post editor...the box at the bottom of the rectangle post box that you write in....click on 'Post Options' and make sure comments are allowed. Settings - Comment tab...on the Settings tab, go to comments and make sure they are set to "Show". Template - Page Elements - Blog post...and lastly go to your Layout(Template), go to Page Elements, then click on the edit box in the Blog Post element...hint:(it will be the biggest on on the page). When the Coonfigure box opens up, make sure comments are checked. Okay, after all that your @#%$# comment link is still not showing...LOL...chill! We can fix it. LOL...we're going to play in your template HTML...wheeee! Go to Template...Edit HTML...scroll down in the code until you find this piece of code (the black highlighted section): Okay, select it like I did and cut that puppy out of there. Save the piece in your mouse because you're gonna put it back in a few minutes. And remember where it was, so that you can pust it back in the exact same place...LOL! If your anal retentive like me...copy a whole section of the template...like say five lines before and after the section you're going to cut out and save it on a Notepad page ore WORD page...just so you can see the exact spot to put it back! Okay...I digress...cut that highlighted section out of the template and click save...it will be fine...go ahead...click! Now...this page pops up:" Warning Will Robinson, Warning...LOL...just kidding, I'm a Lost In Space addict! Anyhow...the page says...Egads, you're about to delete a widget!...LOL...never fear...click that Confirm and Save...with pride! Okay now that you've deleted the bad bugger, you're going to reset the widget by scrolling down the template to the spot where you deleted the piece of code that is still in your mouse...Remember up above I told you to remember where you took it out of...another thing that you could do to remember the spot, before you take the piece out hit your Enter key a few times before and after the section, LOL...it will leave a big hole in the template, that will be easy to find! Okay...mouse pointer in the empty spot...right click...paste....put that baby back and hit Save. TaDa!!!! You're all better now, the Blog widget has been reset!

Make a Mobile Friendly Version of your Blog with Google Reader


You blog design may be perfectly optimized for the desktop screen but there are lot of people out there who frequently check your website for new content using their mobile phones.

They are not interested in the sidebars, navigation areas and other design elements - all they want to see is a simple listing of your blog posts in reverse chronological order. If they like to read a post, they can click the title and a mobile friendly version of that page should open on the screen of their cell phone.

You may not be a geek or may have the time to create a mobile edition of your blog so here are two simple hacks to help you out - your blog content won't just look extremely readable on a mobile phone screen, it will also load very fast.

1. Google Reader - The Ten Second Solution

Google Reader can generate an excellent mobile view of your RSS feed without any effort. Just append your feed address to the following URL and your mobile blog is ready.

http://www.google.com/reader/m/view/feed/[feed_address]

labnol-google-reader

And here's a live example - use your mobile phone to see the awesome page rendering

http://www.google.com/reader/m/view/feed/http://feeds2.feedburner.com/tipsntrickstutor

Call this link "Mobile Site" and place it somewhere at the top of your blog design so mobile phone users will notice it instantly and switch to the mobile view.

2. The next solution is to create a free account at mofuse.com and they'll give a personal mobile website with a .mobi address - something like http://domain.mofuse.mobi/.

If you have self-hosted blog like on WordPress or Blogger Custom domains, you can easily setup the mobile edition of your site on a subdomain (e.g. m.domain.com) - it is short and your users can easily guess the URL since almost all popular sites now follow the m. convention.

WordPress users are lucky as there's a plugin that will automatically detect if the client is a mobile phone browser and it then renders a mobile friendly version of the blog to the visitor.

Tutorial: Create RSS Feeds for your Website


This tutorial shows how you can quickly make an RSS feed of any website without requring software or having to write a single line of XML code.

Among other benefits, adding an RSS feed to a regular website can help increase visibility and also boost site traffic because your web pages will now get indexed in blog search engines and online feed readers as well in addition to regular web search.

How to Make a RSS Feed from an existing Website

rss-website Let's say you run a website "IceCreamFlavors.com" that sells about a dozen different ice-cream flavors online. This site is small with about 15-20 pages in all.

You created this website in the web 1.0 era using Frontpage and HTML but now you desperately want to have an RSS feed for this website so that customers can automatically know when you launch a new flavor or when there's a new promotion running on the site.

Great idea but the only problem is that you are no geek and have absolutely no clue about RSS feeds. How do you then go about publishing XML web feeds for your site?

Generate RSS Feeds through Google Reader

Well, there's a very popular tool that help you do all this for free – it's called Google Reader. Here are the steps involved:

Step 1: Login to your Google Reader account and drag n' drop the "note in reader" link from the web page into the bookmarks toolbar of your web browser. See screecast demo if this sound confusing.

google-reader

Step 2: Manually open all the web pages of your Ice Cream site in the browser – you only to need to open pages that are to be included in the RSS feed so you can safely skip pages like "Contact Me", "Terms & Conditions", "Return Policy", etc.

Step 3: Now the real fun starts. For each page, select just the relevant content (i.e., text, images, embedded YouTube clips but no navigation areas) with your mouse and then press the "Note in Reader" button.

 take-notes

Step 4: A pop-up dialog will open in your browser as shown in the screenshot. Click "add tags" and assign some tag to this page (we use "website") for this example. Close the browser tab and repeat the same process for all other pages of your site – make sure you assign the same tag to each page.

Step 5: Go to Google Reader Settings => "Folders and Tags" and click that gray RSS icon next to the tag "website" to make it public. You'll then see a new link that says "view public page" – copy the URL of that page to the clipboard.

  public-tag

We are almost done now. Go to FeedBurner, paste the URL in that feed box, click Next and give your RSS feed some nice title and an address. You can subscribe to this new feed address in Bloglines or Google Reader to see if things are working as expected – they should.

Later, when you add new pages to your ice cream website, you can easily distribute them via the RSS feed by just repeating steps #3 and #4. You may also add the following line of code to your HTML web pages (inside the <HEAD> tag) so that visitors may auto-discover your RSS feed:

<link rel="alternate" type="application/rss+xml" title="Ice Cream Flavors" href="http://feedproxy.google.com/icecream" />

Keep a Record Of All Things You Do On the Computer & the Web


There are so many things you do on the computer at the same time.

You watch videos on YouTube, reply to emails, write Word documents, upload photos, listen to MP3 music, play games, read blogs, chat with friends, search the web, share files and so much more.

So here are some free software programs / web tools that help you know exactly how you spend time in front of the computer – they record all computer activity including the websites you visit, the applications you run, etc.

Debut Video Capture – This is like an internal surveillance camera for your computer that runs in the background and can record a movie of everything you do on the desktop.

Unlike other screencasting software, Debut is light-weight and would therefore work just fine on even low-end machine.

Wakoopa – Available for Windows PC and Mac, Wakoopa will help you understand how you spend time with different software applications and games that are installed on the computer.

wakoopa Since Wakoopa stores all your software logs online, it can track your application usage across multiple computers as well.

Thumbstrips – This is especially useful for Wilfers who surf the web using Firefox. ThumbStrips captures screenshot images of web pages that you visit inside Firefox.

thumbstripsIt them put these images in an horizontal strip of images arrange in the order in which they were take. You can also think of ThumbStrips as a visual browser of your web history.

RescueTime – Available for Windows, Mac and Linux systems, RescueTime is an impressive software for tracking computer usage and other online activity.

Like Wakoopa, Rescue Time runs a small monitor in the background that periodically uploads your activity log on the web. Thus you can access the information from any computer that's connected to the web.

website-timeRescue Time will show you the exact time you spend on different websites or with each software. Best of all, you may setup Goals and Email alerts to get more productive.

For example, you can set a goal that says "I want to spend less than 1 hour per day on Google Talk" – if you cross that limit, you'll get an email alert. Highly recommended.

Track Exactly How You Spend Time At The Computer


Internet and computers are addictive. In a survey, 65 percent of Americans said they spent more time with a computer than with their spouse.

So how do you exactly spend your time at the computer ? Are you doing something productive or just whiling away time that could otherwise be utilized for better things. What apps are you using most frequently ? What websites and blog consume most of your time ?

track computer usage

You will get answers to all these questions and more through RescueTime, a free tool for PC and Mac that's more like having Google Analytics for your computer.

RescueTime is a free tool that runs in the background and keeps a track of all your computer activities. Privacy experts may frown but all this data is uploaded every 30 minutes to the web and you can check your computer usage reports online from any computer. (see screenshot)

Since RescueTime is web+desktop solution, it can be used to track usage across computers (like home and work).

You can also selectively delete certain websites and software apps from your usage history. Or just add them to the ignore list and RescueTime would stop monitoring them.


Update: If you are worried about data that RescueTime is transferring from your computer to the web, check the log files available at the following location:

Windows XP:
C:\Documents and Settings\<username>\Local Settings\Application Data\RescueTime.com\logs\pending

Windows Vista:
C:\Users\<username>\AppData\Local\RescueTime.com\logs\pending

Find Out How Much Traffic a Website is Getting


Do you want to spy (or 'research') on your competitors to know how much traffic their sites are getting?

Now there are a bunch of traffic estimation services (like Alexa, Compete, Quantcast, etc.) from where you can obtain statistics (page views + unique visitors) of almost any website for free but is the data accurate? I did a rough comparison using actual data from Google Analytics data and here are the results:

1. Alexa - Alexa won't tell you the actual page views of a site but an estimate of the percentage of Internet users that may have visited your site during a given period. Now assuming that the number of Internet users did not changed drastically in the past 6 months or so, a site's reach as determined by Alexa can be proportional to the unique visitors.

Verdict: The Alexa chart pattern for my blog is fairly similar to Google Analytics which is actually very surprising.

Google Trends vs Google Analytics

2. Trends for Websites - Google Trends uses data from Google search, Google Analytics and other third-party market research services. Since Google search is the largest source of traffic to most websites (especially those in the tech domain), Trends for Website can give a fairly accurate estimate of site traffic.

Verdict: Google Trends estimation of "daily unique visitors" can get very close to actual numbers but the only problem is that Trends doesn't provide data for low-traffic websites.

3. StatBrain - This is the only service that claims to provide a count of daily visitors to any website. StatBrain does so using data from a number of external sources like Alexa Rank, backlinks in Google, location of web server, etc.

Verdict: StatBrain says that Digital Inspiration gets around 33k unique visitor per day which is definitely on the lower side but still not a very bad guess.

compete  web traffic

4. Compete - You can use Compete to estimate the total US traffic for nearly every site on the web. Compete uses data from ISPs, their own toolbar and other data source to calculate the unique visitors and hits (or pageviews) of a site.

Verdict: Very close to actual data but limited to visitors from US only so you won't get the true picture for an international website.

5. QuantCast - Like Compete, QuantCast too gives an estimate of hits and unique visitors along with visitor demographics.

Verdict: Data is not available for all websites and also less accurate than Compete (at least for Digital Inspiration) though the situation may be different for quantified sites.

google ad planner traffic

6. Google Ad Planner - This is my favorite tool that is both accurate and comprehensive. You get to know the traffic of any website in a particular geographic region (or worldwide), average number of visits per visitor, total page views, unique visitors and the broad category of that site.

Here's how you can use Google Ad Planner to determine the traffic of any website:

1. Click the "Begin Research" tab in your Ad Planner dashboard.

2. Type the URLs of all websites that you want to research in the "Sites Visited" section of "Online Activity"

3. You'll see that all those sites now appear on the right side. Click the name of the site to view the traffic and demographic details of that site.

Add Language Translation Flags to your web site


What's you first reaction when you land on a website that's written in Russian, Chinese or Japanese ? Most of us would hunt for that English language translation flag and if that's missing, we will copy-paste the site address in Google Translate website to convert the site content to English.

Way too much effort. Now let's reverse the roles and say somebody from China or Japan visits your blog (written in English). The foreign visitor will have exactly the same problems that you faced when you were visiting that non-English website above.

Since more than 65% of web users speak a language other than English, it is essential that you provide language translation features in your blog so that you don't miss the non-English speaking traffic.

So when an Arabic visitor passes your English blog, he or she can just click the Arab flag to translate the website into his native language - That way you don't loose a visitor plus he could even subscribe if the content is good even if written in another language.

Here's a quick tutorial to add language translation to your blog. You can be any blogging platform including Blogger, Typepad, Wordpress that provides access to templates. The visitor will see nine country flags corresponding to German, Chinese, Japanese, Korean, Arabic, French, Portuguese, Spanish and Italian languages.

All you have to do is copy-paste the following lines of Javascript code anywhere in your blog template.

<form action="http://www.google.com/translate" >

<script language="JavaScript">
<!--
document.write ("<input name=u value="+location.href+" type=hidden>")
// -->
</script>

<input name="hl" value="en" type="hidden">

<input name="ie" value="UTF8" type="hidden">

<input name="langpair" value="" type="hidden">

<input name="langpair" value="en|fr" title="French" src= "http://photos1.blogger.com/img/43/1633/320/13539949_e76af75976.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|de" title="German" src= "http://photos1.blogger.com/img/43/1633/320/13539933_041ca1eda2.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|it" title="Italian" src= "http://photos1.blogger.com/img/43/1633/320/13539953_0384ccecf9.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|pt" title="Portuguese" src= "http://photos1.blogger.com/img/43/1633/320/13539966_0d09b410b5.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|es" title="Spanish" src= "http://photos1.blogger.com/img/43/1633/320/13539946_2fabed0dbf.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|ja" title="Japanese" src= "http://photos1.blogger.com/img/43/1633/320/13539955_925e6683c8.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|ko" title="Korean" src= "http://photos1.blogger.com/img/43/1633/320/13539958_3c3b482c95.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair" value="en|zh-CN" title="Chinese Simplified" src= "http://photos1.blogger.com/img/43/1633/320/14324441_5ca5ce3423.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30">

<input name="langpair2" value="en|ar" title="Arabic" src= "http://photos1.blogger.com/blogger/3709/485/1600/arabic-flag.gif" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30" />
</form>


Actually the above tutorial is an enhanced version of our previous Language Translation Tutorial.

The Twitter Toolset: 50+ Guides, Hacks, and Scripts


Twitter's popularity has soared within the social networking and blogging communities, even attracting high profile users like presidential candidates and journalists. Twitter lets users create profiles so that friends, family, fans or loyal readers have the ability to see updates on what they're up to via the web, email, or even their mobile phones. Twitter's mobility and easy-to-use interface are great features, but there are ways that users can make Twitter an even more useful and interactive tool. Here are more than 50 plug-ins, add-ons and other tools that can help you improve your Twitter experience. Browser Add-Ons Make integrating Twitter with your browser simple and easy with these fun browser add-ons for Firefox.
  1. TwitBin: This Firefox extension allows you to send and receive messages via Twitter straight from your browser sidebar.
  2. TwittyTunes: Users of FoxyTunes will find this to be a cool Firefox extension. It allows you to post your current playlists of music, videos or websites on Twitter with the click of a button, so you can easily share your selections with friends.
  3. Shareaholic: Spread around the Internet gems you find using Shareaholic. It allows users to share links and webpages through Twitter using Firefox.
  4. Twitter Search Plugin: Expand the functionality of your Firefox search box by adding Twitter. You'll be able to create tweets just by typing where you'd normally put your search query.
  5. Tweetbar: Add Twitter to your Firefox sidebar with this easy-to-use and feature-filled plugin. Just type your tweet into the address bar and post away!
  6. TwitterFox: Keep up on your friends' status with this Firefox extension. It will add a tiny icon that will notify you whenever someone on your friends list adds new content.
  7. Lud.icro.us: Ludicrous is another great tool for posting updates to your Twitter directly from your search bar. Just don't forget to change it back when you want to search.
  8. Power Twitter: This addon lives up to its name. It allows you to embed Flickr and YouTube on your Twitter page, see full addresses for tinyurls, and much more.
  9. Twippera: Don't have Firefox? Try using this add-on that allows you to send and receive tweets through Opera.

Plug-Ins and Scripts Whether you want to send twitter updates from your instant messenger, or integrate your music, these tools can do it all.

  1. Twitter Tools: This plugin for WordPress will allow you to fully integrate your blog and your Twitter account. You'll get archiving, posting and display tools to make Twitter an integral part of your blogging experience.
  2. Twitter Badge: Let your blog readers in on your Twitter status with this WordPress badge plugin. Users will be able to see what you're posting to your Twitter account right from your blog sidebars.
  3. TwitThis: TwitThis makes it easy for readers to spread the word about your blog. Simply attach the button to your posts or website and users can click on it to send the URL to their friends.
  4. TwitterBox: Fans of Second Life will love this plugin which allows users to receive updates and messages from Twitter while in Second Life.
  5. TikiTwit: Designed for Mac users, this plugin will allow you to automatically sync up your Twitter status with your iChat status.
  6. Twessenger: Bring your Windows Messenger and Twitter together with this plugin. Your Messenger status will update whenever you change your Twitter status.
  7. Twitter Updater: This plugin will automatically send a status update to your Twitter account anytime you make a change or add new posts to your WordPress blog.
  8. Twit-Twoo: This simple plugin allows you to update your Twitter status right from your blog.
  9. TwitterYM: This plugin integrates your Twitter and Yahoo Instant Messenger accounts, updating your status based on your latest Twitter.

Desktop Apps Add these applications to help you get the most out of your Twitter experience.

  1. Twadget: Keep your Twitters close at hand with this widget for Windows Vista which hangs out in the sidebar so you can send and receive tweets.
  2. What's Up?: This gadget allows you to see the latest updates to your friend's twitters right on your desktop.
  3. Twitteroo: Send out tweets straight from your PC with Twitteroo. You'll also be able to send out shortened URLs, message other users, browse the Twitter homepage, and much more.
  4. Twitteriffic: This tiny client for Mac users makes it possbile to easily publish and read tweets as well as view profiles and timelines.
  5. Tweeter: This Java-based Twitter client has a fully customizable user interface to make your experience as personalized as possible.
  6. Twinja: This desktop client for PC and Macs allows users to easily send messages, timelines, updates and even follow your favorite users.
  7. TwitterPost: TwitterPost is a simple client that allows Twitter users to post new updates, integrate their iTunes into their Twitter and much more.
  8. Twitterlicious: Take all the work out of updating Twitter with Twitterlicious. Change your status and easily send and receive messages with this Windows client.
  9. TwitBox: This Twitter client for Windows is fully featured. View and submit tweets, see replies and direct messages, delete your own tweets, and manage multiple accounts from one easy window.
  10. Triqqr: This slick tool for Windows allows you to publish and read tweets as well as check out other users profiles.

Mobile Don't miss out on your Twitter just because you're out of the house. Use these mobile programs to take it on the road.

  1. Jargong: Jargong is more than just a mobile Twitter client, though it's great for publishing and reading tweets. You can also use it to browse and post on Flickr and user a number of social networking sites.
  2. Twapper: Twapper is a mobile Twitter device that allows users to do just about anything Twitter-related on the go. It has special features for users that are 30 Boxes members, too.
  3. Twit!: Windows Mobile users can spruce up their cells with this simple app, designed to help you avoid racking up those expensive SMS charges.
  4. TinyTwitter: Bring your Twitter with you using this mobile program. Designed to work with any Java supported device, including BlackBerries, it allows you stay connected without being bothered every time a friend's update comes through.
  5. Tweeter: This program goes by the same name as another, but is designed especially to work on cell phones and help you avoid text messages charges when Twittering away from home.
  6. iTweet: Take your Twittering to your iPhone with this slick mobile app designed to work on Safari, offering features designed especially for mobile browsing.
  7. WildSets: WildSets is a fully functional Twitter client with one important enhancement: it's made just for your phone, making it easy for you to take your Twitter addiction with you anywhere.
  8. TreoTwit: This program is designed to make using Twitter easy from your Treo.
  9. TwitterBerry: BlackBerries aren't just for work, you can also use TwitterBerry to keep your friends up to date with Twitter updates and messages as well.

Guides and How-To's Heard a lot about Twitter but not sure how to get started using it? Check out these guides to learn the basics.

  1. Newbie's Guide to Twitter: Get in the know about Twitter with this extensive guide for newbies from WebWare.
  2. Twitter Guide: This multi-part series will take you through everything you need to know about how and why to use Twitter.
  3. Your Guide to Microblogging: Learn to embrace the trend of microblogging by using your Twitter account. Get all the details in this blog from PBS.
  4. Twitteroid's Guide to Mastering Twitter: Don't just use Twitter, learn to master it. Find all the information you'll need in this guide from Twitteroid.
  5. The 12-Minute Definitive Guide to Twitter: Even if you don't have a lot of time to spare, you can learn all about Twitter with this short and straight to the point guide to learning everything you ever wanted to know about the program.
  6. Hacking Twitter for Fun and Profit: If you're not sure just what Twitter is useful for, then check out this article from Daily Wireless. It gives suggestions ranging from running a presidential campaign to keeping up with group projects.

Extras These are some additional tools to further fuel your Twitter addiction.

  1. Twitter Weather: Find out what to wear in the morning or if you should bring your umbrella to work directly from your Twitter with this useful bot.
  2. Twitter Vision: This web app shows a real-time visual display of the Twitter stream as users from all over the world create updates.
  3. AutoTwit: If you know you're going to be away and won't be able to update your status, set up automatic updates through the AutoTwit program.
  4. Friend or Follower: See who is your Twitter friend and who is just really interested in what you're doing with this easy-to-use Web application.
  5. GeoTwitter: This simple web app uses Google Maps and information from Twitter to show where in the world the last posts on Twitter have been coming from.
  6. TwitterFeed: Feed your blog directly into your Twitter account with this simple web-based tool.
  7. TwitterBuzz: Twitter Buzz compiles a list of all the sites people are linking to on Twitter so you can keep on top of the biggest stories or coolest websites easily.
  8. TwitterSearch: This tool allows you to search through all Twitter users and postings to find the information or person you're looking for.
  9. TwitterMap: TwitterMap will show you what updates are being posted from a specific geographic area. Just enter your information and find out how many people are Twittering in your neighborhood.
  10. Twitterverse: Keep up with everything that's being posted on Twitter with this site. Simply click on a keyword to view all posts that contain that word.
  11. TwitterNotes: This helpful tool lets you share public or private notes via Twitter.