<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ToTheTech.Net - The Webmaster Guide &#187; Webmaster</title>
	<atom:link href="http://www.tothetech.net/category/webmaster/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tothetech.net</link>
	<description>We write all about Webmaster needs.</description>
	<lastBuildDate>Sat, 04 Sep 2010 05:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Redirecting WordPress Feed to Feedburner URL</title>
		<link>http://www.tothetech.net/webmaster/redirecting-wordpress-feed-to-feedburner-url.html</link>
		<comments>http://www.tothetech.net/webmaster/redirecting-wordpress-feed-to-feedburner-url.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 00:58:16 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=210</guid>
		<description><![CDATA[We are enhancing our main site www.tothetech.com and so we are making some changes in our background. In this post we would like to share about how to redirect your wordpress feed to Feedburner URL. If you are already familiar with .htaccess then it is easy. This file .htaccess is present inside your WWW folder [...]]]></description>
			<content:encoded><![CDATA[<p>We are enhancing our main site <a title="The Technology Guide" href="http://www.tothetech.com" target="_blank">www.tothetech.com</a> and so we are making some changes in our background. In this post we would like to share about how to redirect your wordpress feed to Feedburner URL.</p>
<p><span id="more-210"></span>If you are already familiar with .htaccess then it is easy. This file .htaccess is present inside your WWW folder where you need to edit this file and insert the following code in the first part which redirects your <strong>yourdomain.com/feed</strong> to <strong>http://feeds.feedburner.com/tothetech</strong>.</p>
<pre>
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner    [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.tothetech.com/tothetech [R=302,NC,L]
&lt;/IfModule&gt;
</pre>
<p>I have entered the following entries in the first part of .htaccess and please not do not take this rewrite conditions to the end of .htaccess file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/redirecting-wordpress-feed-to-feedburner-url.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Speed Vs User Needs</title>
		<link>http://www.tothetech.net/webmaster/site-speed-vs-user-needs.html</link>
		<comments>http://www.tothetech.net/webmaster/site-speed-vs-user-needs.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:39:18 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=203</guid>
		<description><![CDATA[Google Engineer Matt Cutts clearly explained about what is required for a website. Most of the webmasters are in a confusion because recently Google announced that speed of the website also matters in ranking. So most of the webmasters are in confusion   whether to remove the Javascript and extra plugins present in the site. Matt [...]]]></description>
			<content:encoded><![CDATA[<p>Google Engineer Matt Cutts clearly explained about what is required for a website. Most of the webmasters are in a confusion because recently <strong><a title="Google SERP for Ranking" href="http://www.tothetech.com/webmaster/website-speed-is-considered-in-search-rankings.html" target="_blank">Google announced that speed of the website also matters in ranking</a></strong>. So most of the webmasters are in confusion   whether to remove the Javascript and extra plugins present in the site.</p>
<p><span id="more-203"></span>Matt Cutts clearly explained about Website speed and the User needs in Google Webmaster Help videos. He clearly said that Google first prefers more users to visit your site and next is website speed. If  you have more visitors to your page or website then that page is considered as trust worthy page or site.</p>
<p><object width="500" height="385"><param name="movie" value="http://www.youtube.com/v/oG7y87SVG6A&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oG7y87SVG6A&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="385"></embed></object></p>
<p>If you plan to have more attractive plugins or javascripts and if you want to make the website more speedy, you need to make asynchronous javascript and implement in your site.</p>
<p>If your advertiser is using Javascript which is not asynchronous javascript then it is tough to make the website more speedy .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/site-speed-vs-user-needs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing Webmaster tools</title>
		<link>http://www.tothetech.net/webmaster/bing-webmaster-tools.html</link>
		<comments>http://www.tothetech.net/webmaster/bing-webmaster-tools.html#comments</comments>
		<pubDate>Fri, 23 Jul 2010 04:07:05 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=186</guid>
		<description><![CDATA[Microsoft&#8217;s Bing  blog today released the new version of Bing webmaster tools and also Bing upgraded all the webmaster center accounts to Webmaster tools accounts. The new Bing webmaster tools which has lots of new features and the new Bing webmaster tools is developed with the help of silverlight. So we recommend you to install [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Bing  blog today released the new version of Bing webmaster tools and also Bing upgraded all the webmaster center accounts to Webmaster tools accounts. The new Bing webmaster tools which has lots of new features and the new Bing webmaster tools is developed with the help of silverlight.</p>
<p><span id="more-186"></span>So we recommend you to install <a title="Microsoft Silverlight" href="http://www.microsoft.com/getsilverlight" target="_blank">Microsoft Silverlight</a> before visiting <a title="Bing Webmaster Tools" href="http://www.bing.com/webmaster" target="_blank">Bing webmaster tools</a>. As it is developed in silverlight it will take little bit of time to load the features for first time in your browser.</p>
<p>The new <a title="Bing Webmaster Tools" href="http://www.bing.com/webmaster" target="_blank">Bing webmaster tools</a> contains three tabs <strong>Dashboard, Crawl, Index </strong>and<strong> Traffic</strong></p>
<p><strong>Dashboard</strong></p>
<p>The <a title="Bing Webmaster Tools" href="http://www.bing.com/webmaster" target="_blank">Bing webmaster tools</a> Dashboard allows you to track the whole information of your website like number of pages indexed, clicks, Pages crawled, traffic summary.</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-dashboard.jpg"><img class="alignnone size-large wp-image-191" title="Bing webmaster tools dashboard" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-dashboard-1024x622.jpg" alt="Bing webmaster tools dashboard" width="1024" height="622" /></a></p>
<p><strong>Crawl </strong></p>
<p>Crawl option consists Crawl Summary Crawl Details and Sitemap</p>
<p>Crawl Summary gives you information on Pages Crawled, Crawl Errors etc.<br />
<a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-details.jpg"><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl.jpg"><img class="alignnone size-large wp-image-188" title="bing webmaster-tools crawl" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-1024x612.jpg" alt="bing webmaster-tools crawl" width="1024" height="612" /></a></a></p>
<p>Crawl Details</p>
<p>Crawl Details gives the information of errors, redirects, malwares and exclusion detected during the latest crawl of the site.</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-details.jpg"><img class="alignnone size-large wp-image-190" title="Bing Webmaster tools crawl details" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-details-1024x302.jpg" alt="Bing Webmaster tools crawl details" width="1024" height="302" /></a></p>
<p>Sitemap</p>
<p>Sitemap allows you to sitemap of your website to be crawled</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-add-sitemap.jpg"><img class="alignnone size-large wp-image-189" title="bing webmaster tools crawl add sitemap" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-crawl-add-sitemap-1023x288.jpg" alt="Bing webmaster tools crawl add sitemap" width="1023" height="288" /></a></p>
<p><strong>Index</strong></p>
<p>Index consists of Index summary, Index Explorer, Submit URL and Block URL</p>
<p>Index Summary presents the number of pages indexed</p>
<p>Index Explorer which explorer&#8217;s the entire index in a hierarchy structure.</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-index-explorer.jpg"><img class="alignnone size-large wp-image-192" title="bing webmaster tools index explorer" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-index-explorer-1024x400.jpg" alt="bing webmaster tools index explorer" width="1024" height="400" /></a></p>
<p>You can also apply filters in the index explorer as shown above picture.</p>
<p>Submit URL</p>
<p>You can submit URL to Bing webmaster tools but it is limited to 50 per month and 10 per day.</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-submit-url.jpg"><img class="alignnone size-full wp-image-193" title="bing webmaster tools submit url" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-submit-url.jpg" alt="bing webmaster tools submit url" width="646" height="515" /></a></p>
<p>Block URL&#8217;s</p>
<p>You can also block indexed URL, block cached URL and unblock cache, URL</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-block-url.jpg"><img class="alignnone size-large wp-image-187" title="bing webmaster tools block url" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-block-url-1024x334.jpg" alt="bing webmaster tools block url" width="1024" height="334" /></a></p>
<p><strong>Traffic</strong></p>
<p>Traffic Summary gives the review of last six months of traffic data in graphical format and also you can find most searched query, impressions, clicks, CTR etc.</p>
<p><a href="http://images.tothetech.net/2010/07/bing-webmaster-tools-traffic.jpg"><img class="alignnone size-large wp-image-194" title="bing webmaster tools traffic" src="http://images.tothetech.net/2010/07/bing-webmaster-tools-traffic-1024x616.jpg" alt="bing webmaster tools traffic" width="1024" height="616" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/bing-webmaster-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More data on Top Search Queries in Google Webmaster Tools</title>
		<link>http://www.tothetech.net/webmaster/more-data-on-top-search-queries-in-google-webmaster-tools.html</link>
		<comments>http://www.tothetech.net/webmaster/more-data-on-top-search-queries-in-google-webmaster-tools.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 02:34:35 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=170</guid>
		<description><![CDATA[Google Webmaster tools provides information on top search queries for your website. Now Google webmaster tools provides more data information on top search quereies. Login to your Google webmaster tools account and select your website dashboard in the left pane you can get an view option called your site on the web under that option [...]]]></description>
			<content:encoded><![CDATA[<p>Google Webmaster tools provides information on top search queries for your website. Now Google webmaster tools provides more data information on top search quereies.</p>
<p><span id="more-170"></span><img class="alignleft size-full wp-image-172" title="Google Webmaster tools site dashboard" src="http://images.tothetech.net/2010/04/google-webmaster-tools-site-dashboard.jpg" alt="Google Webmaster tools site dashboard" width="181" height="113" />Login to your <a title="Google Webmaster tools" href="https://www.google.com/webmasters/tools" target="_blank">Google webmaster tools</a> account and select your website dashboard in the left pane you can get an view option called your site on the web under that option yo can see Top search queries which displays the top searched query and the position for the particular query.</p>
<p>Top search queries displays more information like clickthrough percentage, clickthrough and impressions for every search query as shown below picture.</p>
<p><a href="http://images.tothetech.net/2010/04/google-webmaster-tools-top-search-queries.jpg"><img class="alignnone size-full wp-image-177" title="Google Webmaster Tools Top Search Query" src="http://images.tothetech.net/2010/04/google-webmaster-tools-top-search-queries.jpg" alt="Google Webmaster Tools Top Search Query" width="707" height="351" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/more-data-on-top-search-queries-in-google-webmaster-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz button for your Website</title>
		<link>http://www.tothetech.net/webmaster/google-buzz-button-for-your-website.html</link>
		<comments>http://www.tothetech.net/webmaster/google-buzz-button-for-your-website.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 01:51:23 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=166</guid>
		<description><![CDATA[If you still didn&#8217;t set up your Google buzz button for your website, you no need to worry. As Google integrated Google buzz social network inside Gmail, everyone are forced to accept Google buzz and finally there are lot privacy complaints and everything was supressed. Now Google buzz became popular, even i use regularly to [...]]]></description>
			<content:encoded><![CDATA[<p>If you still didn&#8217;t set up your Google buzz button for your website, you no need to worry. As Google integrated Google buzz social network inside Gmail, everyone are forced to accept Google buzz and finally there are lot privacy complaints and everything was supressed.</p>
<p><span id="more-166"></span>Now Google buzz became popular, even i use regularly to share my views. Because it connects my website, twitter, friendfeed etc.. If you didn&#8217;t setup Google buzz button for your website, now its easy Google buzz Stuff provides option to generate code to follow your content as well as you in Google buzz.</p>
<p><a title="Google Buzz Stuff" href="http://www.google.com/buzz/stuff" target="_blank"><img class="alignnone size-full wp-image-167" title="Google Buzz Stuff" src="http://images.tothetech.net/2010/04/google-buzz-stuff.jpg" alt="Google Buzz Stuff" width="519" height="306" /></a></p>
<p>Check out <strong><a title="Google Buzz Stuff" href="http://www.google.com/buzz/stuff" target="_blank">Google Buzz Stuff</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/google-buzz-button-for-your-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize your Website in cPanel</title>
		<link>http://www.tothetech.net/webmaster/optimize-your-website-in-cpanel.html</link>
		<comments>http://www.tothetech.net/webmaster/optimize-your-website-in-cpanel.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 05:22:20 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Optimize]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=158</guid>
		<description><![CDATA[If you hosting provider gives you cPanel, then you can do HTTP compression which makes your site to load much faster when compared to normal load. To optimize your website, login to your webhost control panel normally (cPanel) yourdomain.com/cpanel find out Optimize Website option. Click on Optimize website and you will be taken to Optimize [...]]]></description>
			<content:encoded><![CDATA[<p>If you hosting provider gives you cPanel, then you can do HTTP compression which makes your site to load much faster when compared to normal load.</p>
<p><span id="more-158"></span>To optimize your website, login to your webhost control panel normally (cPanel) <strong>yourdomain.com/cpanel</strong> find out Optimize Website option.</p>
<p><img class="alignnone size-full wp-image-159" title="cpanel optimize" src="http://images.tothetech.net/2010/04/cpanel-optimize.jpg" alt="cpanel optimize" width="500" height="110" /></p>
<p>Click on Optimize website and you will be taken to Optimize website page, which looks as shown below.</p>
<p><img class="alignnone size-full wp-image-162" title="cpanel optimize website" src="http://images.tothetech.net/2010/04/cpanel-optimize-website.jpg" alt="cpanel optimize website" width="500" height="328" /></p>
<p>Select Compress all content and update the settings, finally HTTP compression is done from your cPanel.</p>
<p><img class="alignnone size-full wp-image-163" title="cpanel optimize website enabled" src="http://images.tothetech.net/2010/04/cpanel-optimize-website-enabled.jpg" alt="cpanel optimize website enabled" width="369" height="122" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/optimize-your-website-in-cpanel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Improve Google Page Rank</title>
		<link>http://www.tothetech.net/webmaster/how-to-improve-google-page-rank.html</link>
		<comments>http://www.tothetech.net/webmaster/how-to-improve-google-page-rank.html#comments</comments>
		<pubDate>Fri, 02 Apr 2010 06:31:34 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Rank]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=152</guid>
		<description><![CDATA[Google the search leader of the internet provides users more efficient search results. If you are running website, you might think how to get into top in Google search engine. To get into top in Google search engine for particular keyword, your website must have Good page rank. We found some interesting points to improve [...]]]></description>
			<content:encoded><![CDATA[<p>Google the search leader of the internet provides users more efficient search results. If you are running website, you might think how to get into top in Google search engine. To get into top in Google search engine for particular keyword, your website must have Good page rank.</p>
<p><span id="more-152"></span>We found some interesting points to improve Google page rank while searching over the web, there are simple nine basic steps that you need to follow.</p>
<p>1. Quality Of Content</p>
<p>2. Link bait (Link Building)</p>
<p>3. Submit Your Site To Web Directories</p>
<p>4. Start a Blog</p>
<p>5. Create An RSS Feed</p>
<p>6. Don’t Link To Just Anybody</p>
<p>7. Guest Post On Other-More Powerful Blogs</p>
<p>8. Keep It Fresh</p>
<p>9. Take Care of The 404 Pages</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/K1dC1ANiM84&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K1dC1ANiM84&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/how-to-improve-google-page-rank.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Bing Webmaster FAQ</title>
		<link>http://www.tothetech.net/webmaster/download-bing-webmaster-faq.html</link>
		<comments>http://www.tothetech.net/webmaster/download-bing-webmaster-faq.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:43:35 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Bing]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=139</guid>
		<description><![CDATA[The Bing Webmaster center recently posted about updated free ebook on Bing Webmaster FAQ. This ebook contains all the important key notes for webmasters about crawling, indexing etc.. This ebook helps webmasters to learn about Bing webmaster tools, the IIS SEO Toolkit, robots and crawling, indexing, malware, sitemaps and more. Download Bing Webmaster Center FAQ [...]]]></description>
			<content:encoded><![CDATA[<p>The Bing Webmaster center recently posted about updated free ebook on Bing Webmaster FAQ. This ebook contains all the important key notes for webmasters about crawling, indexing etc..</p>
<p><span id="more-139"></span>This ebook helps webmasters to learn about Bing webmaster tools, the IIS SEO Toolkit, robots and crawling,  indexing, malware, sitemaps and more.</p>
<p><img class="alignnone size-full wp-image-148" title="Bing Webmaster Center FAQ" src="http://images.tothetech.net/2010/03/bing-webmaster-center-faq.jpg" alt="Bing Webmaster Center FAQ" width="500" height="268" /></p>
<p><strong><a title="Bing Webmaster Center FAQ" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=05bcf5b6-c0ea-4bef-b381-72434e826681" target="_blank">Download Bing Webmaster Center FAQ ebook in PDF format</a></strong> from Microsoft download center.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/download-bing-webmaster-faq.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google SEO Report Rate Card &#8211; Ebook</title>
		<link>http://www.tothetech.net/webmaster/google-seo-report-rate-card-ebook.html</link>
		<comments>http://www.tothetech.net/webmaster/google-seo-report-rate-card-ebook.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:32:40 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=141</guid>
		<description><![CDATA[Google Webmaster blog published a new ebook called Google&#8217;s SEO report card prepared by Brandon Falls, Adi Goradia, and Charlene Perez. The main objective of this ebook is to identify potential areas for improvement in Google&#8217;s product pages. This ebook explains how to improve Google&#8217;s product pages and discuss about fixes. Finally this ebook serves [...]]]></description>
			<content:encoded><![CDATA[<p>Google Webmaster blog published a new ebook called <a title="Google SEO Report Card" href="http://googlewebmastercentral.blogspot.com/2010/03/googles-seo-report-card.html" target="_blank">Google&#8217;s SEO report card</a> prepared by Brandon Falls, Adi Goradia, and Charlene Perez. The main objective of this ebook is to identify potential areas for improvement in Google&#8217;s product pages.</p>
<p><span id="more-141"></span>This ebook explains how to improve Google&#8217;s product pages and discuss about fixes. Finally this ebook serves as a good model for Webmasters and Companies.</p>
<p><img class="alignnone size-full wp-image-143" title="Google SEO Report Card" src="http://images.tothetech.net/2010/03/google-seo-report-card.jpg" alt="Google SEO Report Card" width="629" height="196" /></p>
<p>This ebook not only contains about page improvement, it also contains some important tips for user&#8217;s experience like fixing 404s and broken links, simplifying URL choice, and providing easier to understand titles and snippets.</p>
<p>This ebook covers around 100 different Google products pages and optimization tips for the 100 products. <strong><a title="Google SEO Report Card" href="http://www.google.com/webmasters/docs/google-seo-report-card.pdf" target="_blank">Download Google&#8217;s SEO Report Card ebook</a></strong>, If you are new and like to know about Google SEO tips you can download <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf">SEO Beginner&#8217;s Guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/google-seo-report-rate-card-ebook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tips for Beginners</title>
		<link>http://www.tothetech.net/webmaster/useful-tips-for-beginners.html</link>
		<comments>http://www.tothetech.net/webmaster/useful-tips-for-beginners.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 05:03:18 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Webserver]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=134</guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p>Everyday new web technologies been introduced and new webmasters are emerged over past ten years, Well i like to share some useful tips those who work in low bandwidth internet connection and beginners.</p>
<p><span id="more-134"></span>There are many open source Content management system, but if you are testing a site or learning how to work with the CMS. You can take my following suggestions.</p>
<p>1. Install <a title="Wamp Server" href="http://www.wampserver.com/en/download.php" target="_blank">WAMP server</a> ( local web server for windows with MySQL + PHP + Apache) and start all services (Note : If you installed IIS then it should be stopped otherwise you may face error)</p>
<p>2. Download your Open Source script for instance <a title="WordPress Download" href="http://wordpress.org/download/" target="_self">WordPress</a></p>
<p>3. Unzip WordPress inside <strong>htdocs</strong> or <strong>www</strong> folder</p>
<p>4. Go to your browser and type this http://localhost/wordpress</p>
<p>5. WordPress will ask for installation details like username and password for MySQL. I hope WAMP doesn&#8217;t have any password for MySQL and username must be root.</p>
<p>6. Proceed with installations and do necessary changes, tests  in your local machine and try later in your web server</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/webmaster/useful-tips-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
