Wednesday, 27 June 2012

Automatic Read More Hack For Blogger With Thumbnail


 Today, I will try to explain how to summarize content and show only summary with a “read more” thumbnail in Home page, Archives Page and Label Page using Automatic Read More simple script in your template. Using automatic read more on your blog will make your blog load faster by showing few post instead of the full post on the homepage and it will also make your blog look professional.
Automatic-read-more-hack-for-blogger

Automatic read more for BlogSpot post can be done by inputting some code into your blog templates. Below are simple explanations on how to install Automatic Read More Hack for Blogger with Thumbnails and a snapshot of how it will look after the installation.


Now let’s start the installation:-

Note: before you make any changes on your templates, always make a back up of it.

Login in to your blogger account, then navigate to Layout section of your blog and then move to Edit HTML and use your mouse to mark “expand widget templates” box.

Then search for this tag: </head> . Use Ctrl F on your keyboard to search for it.

Now place the code below above the </head> tag in your templates:

<script type='text/javascript'>
summary_noimg = 300;
summary_img = 300;
img_thumb_height = 120;
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 you can change the numeric numbers according to how you wish it appears on your blog.

summary_noimg = 430; this code will decide how much characters must be shown in the post if that post doesn’t contain any images. I have selected 430 characters. You can customize it to suit your template 

summary_img = 340; If the post contains image, then this code will decide how many characters must be shown in that post. Change the number of characters to be shown to suit your template.

img_thumb_height = 100; this tag decides the height of the thumbnail to be shown in the post. Vary the number 100 to suit your template.

img_thumb_width = 120; This tag decides the width of the Thumbnail image to be shown.

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

 
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<div class='readmore-wrap'>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url'>Read More</a></span>
</div>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

You can now preview your template and then save it.

It will look like this:

Snap-shot-of-Automatic-read-more

For help, use the comment box below.

Monday, 25 June 2012

How to create a 'search description' for your Blogger post


How to create a 'search description' for your Blogger post

This post is for people who use Blogger.
  • It introduces you to the new functionality within Blogger which allows you to write an individual summary descriptions for each of their blog posts.  
  • It also explains how this improves the post's listing by search engines - and may well improve the number of visitors - via search - to your blog too
New functionality within Blogger

Blogger has recently introduced new functionality to its software for blogging.  Within the new template there is now a new option to include a meta description for the blog AND each individual blog post.
Meta elements provide information about a given Web page, most often to help search engines categorize them correctly. They are inserted into the HTML document, but are often not directly visible to a user visiting the site.Wikipedia - Meta element
The meta description says what your blog or post is about - but doesn't appear on your blog.  However it does appear in the listing for the post in a search engine index.

Various attempts by some to manipulate search engine rankings have led to some meta tags becoming much less influential than they used to be - keywords being a case in point.

However a meta description is still used by search engines, particularly if it accurately reflects the content of the post (eg text or the alt tags on an image)

Why describe your blog post in summary?

Prior to implementation of the new functionality, the snippets used for my blog posts which had been indexed were usually
  • either the first sentence of the post 
  • or the labels/categories identified for the post.  
I've always suggested that the first 200 characters of a post were the most important - and this is one of the reasons why!

However if YOU create a 'search description' for your blog post, this means YOU - rather than Google or the other search engines - get to define how that post is summarised when indexed by a search engine.   You are not left to the tender mercies or whims of the different search engines!


In other words, if you want people to visit your blog YOU can now define the best way of describing your post in Google.  For all visits generated by a search, this will improve the chances of people  clicking the link in the search results and visiting your blog as a result and finding what they wanted.  It may well improve traffic to your blog as a result.

However the description only works to best effect if it accurately describes the content of the blog post eg repeats words used in the text.

How to describe a blog post

There are two stages to this.

  • The first stage only needs to be done once as it enables the description functionality and sets a description for the blog.  
  • The second stage relates to the description of the blog post and needs to be done for every individual post you want to describe.

Stage 1: Enable the meta description functionality in Blogger

Set the blog's search descriptionHelp users choose to click on your blog in search results by writing a compelling summary of what your blog is all about. Learn more.
Contents of ? button next to "Description"

You should:
  1. view the dashboard of your Blogger blog
  2. Go to "Settings"
  3. Click "search preferences"
  4. Find "Meta Tags".  This should indicate the default option - ie the description is disabled.
  5. Click "edit" button re. "Description"
  6. Click "Yes" button to enable search description functionality
  7. Create a meta description for your blog in l50 characters or less.  (Use Letter Count - set to the character option if you want to check.) This is the description which will appear on your home page - see example below.
  8. Click 'save changes' button
EXAMPLE:  I condensed the strapline beneath the title of Travels with a Sketchbook to create this description which is exactly 150 characters
When I travel, I sketch. When I sketch on my travels I record it here. Plus information about places I visit and links for those who want to know more
Menu of post settings in Blogger
AFTER search description has been enabled
(in Stage 1)

Stage 2: Create a search description in Blogger

In the Blogger Post edit view, you can insert a 'search description' when you create a post or edit it.

To do this, you should:
  1. view your dashboard for your Blogger blog
  2. Go to "posts"
  3. EITHER create a new post OR select a post to edit
  4. View the Post Settings on the right hand side of the edit view.  This includes 'Search description' (as illustrated on the right) - but only if you have acted on Stage 1 above.  Otherwise the setting is missing.
  5. Click on 'Search Description' and a window box appears
  6. Enter a brief and accurate (meta) description of the post in the window.  This will be the text used in a search engine listing.
  7. Try and make sure you use 150 characters of plain text or less (recommended by most reputable sources).  
  8. click done
Here's an example - the summary I've created for this post is shown below in description window

Example of a search description
for an individual Blogger blog post
Once you've done this, your indexed blog post will show up with the correct description.  This is the one for yesterday's post

Meta 'search' description for yesterday's blog post
This is also the description which will show up if you promote your blog post on Facebook.

Extra!  For those who want to know more about site description check out Google's Search Engine Optimisation Starter Guide (pdf).  This is what it has to say about "best practice"

Accurately summarize the page's content
Write a description that would both inform and interest users if they saw your description meta tag as a snippet in a search result.


Avoid:
  • writing a description meta tag that has no relation to the content on the page
  • using generic descriptions like "This is a web page" or "Page about baseball cards"
  • filling the description with only keywords
  • copying and pasting the entire content of the document into the description meta tag
and
Use unique descriptions for each page

Having a different description meta tag for each page helps both users and Google, especially in searches where users may bring up multiple pages on your domain (e.g. searches using the site:operator). If your site has thousands or even millions of pages, hand-crafting description meta tags probably isn't feasible. In this case, you could automatically generate description meta tags based on

Avoid:using a single description meta tag across all of your site's pages or a large group of pages

Do tell me whether or not you decided to try enabling this functionality and how you got on using these instructions.

Sunday, 24 June 2012

5 Ways to Increase Your Blog’s Visibility


5 Ways to Increase Your Blog’s Visibility
When you first started your blog you probably had no idea what it would take to gain a strong readership, and you might not even have cared. But what usually starts as a hobby can quickly morph into a dedicated pastime and even a potential career, and growing your blog’s audience and expanding its reach suddenly moves up in importance. Starting a blog is the easy part; all you need to do is decide on an URL and blogging platform and start regularly posting new content. However getting your blog to the point where it has a high visibility and is regularly being exposed to new readers is a little trickier. If you’re trying to increase your blog’s visibility and gain new traffic, here are five ways that can help you out:

Guest post on other blogs – One of the easiest ways to increase exposure, guest posting should be high on your priority list of things to do for the blog. Providing unique content for other blogs is a great way to not only get your blog’s name out there, but also give the host blog’s readers a chance to preview what type of content you write and what your writing style is. Readers that enjoy your writing can then click over to your blog and become regular readers there as well. 

Learn the magic of SEO  Search Engine Optimization, more commonly known as SEO, is a website’s best friend when it comes to making it more searchable and more easily found. Through several different SEO tactics you can get better indexed on the major search engines which will give your blog more exposure and drive more traffic to your website. 

Use the power of social media – There is a reason that so many people are regularly implementing social media into their marketing ploys: it works at an astounding rate. Promoting your blog on Facebook and Twitter alone gives you exposure to hundreds of thousands of potential new readers every day, and it would be a huge mistake not to leverage that. 

Become an active participant in the blogging community – Whether it’s joining in on a weekly Twitter chat (almost every niche has them) or participating in blog challenges and round-ups, there is always something you can join in on that will help you promote your blog and expose it to new readers. If you’re serious about growing the blog you have to get involved. 

Comment often on both blogs you regularly read and blogs that are new to you – Every comment on a blog opens a door to gaining new readers to your own site. By commenting frequently on blogs you regularly read you can build relationships with those bloggers. By seeking out new-to-you blogs and commenting there, you expand your potential audience and increase your networking.

High traffic and blog visibility don’t happen overnight and don’t occur simply through good luck or well-written content; they are a direct result of a dedicated approach to increasing your blog’s reach to its readers, both new and old alike.

Author Bio:
Kate Croston is a freelance writer, holds a bachelors degree in Journalism and Mass Communication. She writes guest posts for different sites and loves contributing business internet service related topics. Questions can be sent to:  katecroston.croston09[at]gmail.com.

Top 6 free Proxy Websites for Anonymous surfing


Proxy website are used then you are not allowed to access a website, it may be blocked in your country, school, college, offices, these are the best free proxies by which you can surf the web when website are blocked in your area, you can also use them to surf anonymously on the web without leaving any indentification of yours.

Proxies works on clients request when you visit a proxy website you will see a text area where you can put any URL and the proxy servers open that URL for you. Like you live in India and some websites are blocked in India and you want to Open that then you can use a US based Proxy or proxy of any other country where that website is not blocked by their country.


aniscartujo.com(Best for Downloading Torrent)

Fetch4.me
Fetch4.me

Free-Proxy.me
Free-Proxy.me

NewIPNow.com
NewIPNow.com

Open-browser.com
Open-browser.com

SurfMo.com
SurfMo.com

HidemyAss.com
HidemyAss.com


How SMO Can help to increase traffic


I know how much you are worried to make your own blow or website like a famous other website and also want to earn like they earn. But always keep in mind they all started from a zero and the only thing which you can do is follow those thing which they did. But doing those things perfectly also matters. So today friends all my dear bloggers I am going t tell you a biggest tip and followed by a way to do it and belief me if you stick to this article and followed as said they the traffic coming to your blog will increase many a times.
How SMO Can help to increase traffic

           So I will suggest you to keep any one blog of you niche in mind and just want to track it till the end of the article. Just for example www.incomediary.com I follow this blog and just follow whatever they say. So as I said they also started from zero and now where they are we all know. A small thing which they use to do is SMOSocial Media Optimization. Yes SMO is the only thing which is done by all the blogs when they where a newbie like you.

What is SMO?


Social media optimization is a very small but very effective way of showing existence of your website. SMO help basically in increasing traffic just by referring your website in other social website like Facebook, twitter and many more.

How this SMO helps a website?


Now it’s high time to unwrap secrete of SMO and how to use it. I will suggest you to follow alexa traffic rank hence forth and the simple reason is analysis. Yes after following the tip from this article you will see a great change in traffic ranking. SMO is just like SEO, it’s just optimizing your websites and content in terms of sharing across social media and network sites and gaining loads of traffic. Yes sharing in social media website and I know most of you might be doing this but have you guys ever tracked this traffic? I have done this and honestly have found it to be very useful for me.

How to use it?


Considering you might have account in social media website but still if you don’t have then activate account in these following websites.
facebook
yelp
twitter
Del.icio.u
LinkedIn
Deviantart
Wikipedia
Yahoobuzz
MySpace
Hackernews
Digg
Newsvine
YouTube
Technorat
StumbleUpon
Reddit

Now you might be thinking that you must register on these sites and star posting links. Now this type of activates are not known to be SMO but social media spamming. What to you think if any one post a link on facebook fan page how many people’s will click on it- Truly speaking NO ONE will click on it rather it will harm your website. While you should interact with those fellow peoples who had like and subscribed you and want something useful from you.

Do a calculation


Just think upon it and calculate it properly and then you will get to know how much traffic you can drag just from SMO.
You have registered to 5 top social website and everything is going fine on regular basis. Then for sure each article your blog will get more that 200 clicks in a day. So 200 * 5 = 1000 visitors just when you have started and getting 1000 visits daily is not a joke it can change a blogs future.

6 Big Myths about Making Money Online


6 Big Myths about Making Money Online
Internet has grown exponentially over the last decade and it is still rapidly expanding. It has given an opportunity to online visitors to earn an income and make their living. In fact every day people are starting their career online.
They can become blogger, internet marketer, data entry operator, freelance writer etc. Today no one can disagree with the huge potential of Internet. It is not just for fun & entertainment but people are making serious amount of money.
So if you are planning to start your career online then I must bust 6 myths regarding online businesses which are very common.  

A Big Scam  
Let me bust the first myth about online or Internet business. It is that online businesses are a big scam and there is no money to be made. Well! This is not true and reality is quite different.
I do agree that there are many programs which are online and they are a big scam however there is no doubt that today millions of people are making money through Internet.
The proof is the big companies like Google, eBay, Amazon, Clickbank and Commission Junction, all are actually eCommerce websites. Google Adsense pays around 1.5+ billion dollars every year in cash to bloggers. Clickbank has paid at least 2 billion dollars to affiliate marketers.
So an online business is genuine and it is no scam.

Huge Start up Cost
Next big lie about Internet business is that it needs a lot of capital or investment to start. In fact you will be surprised to know that an online business is the only business which can be started without paying a penny.
Yes, without paying a single dime. You do not need any money to pay employees, buy office space, furniture or stationery. You just need a desktop or laptop with an Internet connection. That is it.
If you want to start as a blogger then go to blogger and get a free blog and start blogging. If you want to start as an affiliate marketer then you can register to Clickbank or Commission Junction and start selling products on your blog.
Everything is free, no start-up cost. Isn’t it amazing?

Prior Experience
The third myth is that you need a great experience if you want to be successful in an online business. Well this is not the reality. Anyone can start without any prior experience.
You will be surprised to know that today people who all are making money online are very young. College going or just fresh college graduates. Just you need is desire to make money, you can gain experience in no time.
So do not bother about any experience just start working with dedication. If anyone else can do it then you can also do it.  
   
Programming & Web Designing
You might think if an online business is free to start without any experience then you must have the knowledge of Web programming or designing. Like HTML coding, JavaScript, etc. Let me tell you, you do not need to know any of these things, from coding to designing.
Now a day everything comes in pre designed templates, you can integrate any great design to your website. Even a novice can do it.
You can just focus on business aspect rather technical aspect.  

Multi Level Marketing
The fifth myth is that an online business is all about MLM or multi level marketing, so you need to have great marketing background. Again I must say this is not true.
You do have to sell products to your customers however it is nothing like a multi level marketing. It is very simple and you can do it easily with some experience.
That is the reason why even youngsters are making a lot of money with Internet business and they do not know anything about MLM.

Easy Money
The last big myth that can kill you is that an online business is just a cake walk. Yes! It is relatively easy compared to other conventional businesses. However you cannot take it too lightly.
You have to work around basics. You are not going to make money overnight as it is no get rich scheme or a jackpot. You have to work hard initially. After some experience it would be easy to run the business.
So never take it too lightly.

Conclusion
In conclusion I would only say that in this blog I busted 6 biggest myths about an online business. If you are clear about these myths then you can surely start thinking to work online.
Here are these 6 myths.
  1. A Big Scam
  2. Huge Start Up Cost
  3. Prior Experience
  4. Programming & Web Designing
  5. Multi Level Marketing
  6. Easy Money

How to Turn Newbie Blogger into ProBlogger


How to Turn Newbie Blogger into ProBlogger


If your newbie then you need to follow other large blogs based on your niche (theme of your blog). All most every blogger want to make money from there blog but 90% of them are flop. You need some time to make money blogging such that three to six months. If you want to become a ProBlogger them you need to follow my tips which are written below.

Blogging with Passion and Patience

If you want to make good blog then you  need to write high quality content. You need to choose your blog niche about which you are best means that select the topic of your blog which is based on your interest. Blogging required time to become a good blog, you just need to update it on daily base because there so much blog whom have high quality content but their blogs are not updated after day by day you need to make post frequency(Our Next Topic).

Post Frequency

As i mentioned above that you need to make post frequency but here i am saying it again because you need to make post frequency. Post frequency mean that to make the strategy of  posting article i post article per day and if you are busy then you need to publish 3 to 5 article per week.


Make Social Media Marketing Strategy

Social media is the second largest source to drive huge quantity of web traffic to your site. Few year ago there is no concept of social media marking but now a day there are huge fan and huge traffic are present on social media sited like twitter,facebook, digg and stumbleupon. If you want to increase your facebook fan and twitter follower then you need to share so information with them ;) but social media marketing is not easy.
Must Read : 3 Quick Ways to Get more Traffic from Twitter

Write Unique Content

Most problogger say that content is  king and it is true. Google is making so much changes in its boot so you need to write unique article the head of google spam Matt Cutts said that do white hat seo or do not do seo but the pount is that you need to write unique article to get web traffic. Today my chemistry teacher told me that you need to do creative writing and now i am going to tell you that you need to do unique creative writing.

Use Guest Posting

Guest is the best way to make good loyal reader and web traffic. Most newbie blogger do not know that what is guest posting and how to do. Guest post means that on other blog guest visitor or author make post. The advantage of guest post is that you will go dofollow backlink to your blog  this is awesome.

Difference between Win 7 & Win 8 CP (Changes & Improvements)




Changes and Improvement in Windows 8 ( Windows 7 Vs Windows 8 )


Window 7
Windows 8 (CP)
Boot time: 48 sec.
Boot time: 10 sec.
Installation time: minimum 35 min. approx. (varies depending on the system)
Installation time: minimum 15 min. approx. (varies depending on the system)
Start menu: as usual
Start menu: Microsoft has replaced the normal shortcut icons with dynamic LIVE tiles.
Their size can be changed & they can be adjusted by placing similar software (applications) stacked together around each other- or anything else to suit our liking.
Themes & Wallpapers: as usual
Themes & Wallpapers: automatic themes which can adjust their colour to match the wallpaper you use.
Improves the overall look & feel of the desktop totally.
New Software & Apps: almost none or available through updates only.
MS Store has been launched provides very useful, informative, entertaining, latest available apps made solely for win8
Games: Chess Titans, FreeCell, Hearts,Mahjong Titans, Mine Sweeper, Purble Place, Solitaire, Spider Solitaire, (online games: Internet Backgammon, Internet Checkers, Internet Spades).
Games: Cut The Rope, Train Titans,Flow, Flip Saw, Puzzle Touch, Pinball FX 2, Solitaire, Mahjong Deluxe, Wordament, Air Soccer, Carmen Sandigo, Hive Mind, Pirate Love Daisies, Ultraviolet Dawn, Hydro Thunder Hurricane, Euro Cup.
Windows Photo Viewer
Photos App, 6 Camera Apps.
Windows Media Player for music
Music App
Windows Media Player for videos
Video App
Weather Info: Sidebar Gadget - Weather
Elements Weather Forecast, Weather App.
IsoImages : additional virtual drive software required such as: Power Iso, Alcohol 120%, Daemon Tools etc.
No. of virtual drives is limited according to the software used.
Windows 8 itself has inbuilt ability that allows you to create a virtual drive to mount the ISO image so that you can easily use it just like a normal DVD.
No. of virtual drives not limited.
Antivirus Required
Built-in Antivirus (bad news for hackers): Windows 8 has an antivirus present inside the kernel of the operating system. This means that your system won’t boot if a corrupt USB device is plugged in. It sounds impressive though we yet don’t know whether it would pass the test of time…. & viruses!
PDF files: additional PDF reader is required such as: Foxit Reader, Adobe Reader etc.
Reader App: inbuilt capability to read PDF files.
Browser: IE8 (upgradable to 9) or IE9
2 Separate browsers IE9 & futuristic IE10

Enhanced multiple monitors support:Microsoft has announced that users can now separately use morethan one monitor to connect withWin 8operating system running on a single PC. Win 8’s PCmanagement allows user to use multiple monitors atsame time with allowing the flexibility offered never before by allowingstart screen at one monitor & desktop in another.

One can also choose taskbar onboth screens having different icons oneach monitor; it is just like having 2 different PC’s.Moreover, you can play with wallpapersalso bychanging them separate on each monitor.Such support isn’t there inwin 7.
The settings areahascontextual apps likevolume, brightness, restart&shutdown buttons. We canalso share stuffs, links & contacts etc. as Hotmail, Gmail, Facebook & Twitter support also has been provided but limited only.& on other side, win 7 is missingall these cool social networking features.

All in all, I do expect Windows 8 to be a serious upgrade on Windows 7 and with Microsoft working on the things that require some tweaking; I genuinely believe that Microsoft is finally ready to launch an OS which will take the world by storm.