<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>TECH YARD</title>
	
	<link>http://www.techyard.net</link>
	<description>Freeware, Wordpress, How To Guides, Tips Tricks &amp; Hacks &amp; Tutorials</description>
	<pubDate>Mon, 06 Jul 2009 07:01:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TechYard" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">TechYard</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to Show First Image In Post as Thumbnail In Wordpress Blog</title>
		<link>http://www.techyard.net/how-to-show-first-image-in-post-as-thumbnail-in-wordpress-blog/</link>
		<comments>http://www.techyard.net/how-to-show-first-image-in-post-as-thumbnail-in-wordpress-blog/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:51:35 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[wordpress tips]]></category>

		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4623</guid>
		<description><![CDATA[Show image thumbnails in your blog’s homepage using Attached Image WP plugin that will automatically show the first image in your post as a thumbnail image in your blogs homepage.]]></description>
			<content:encoded><![CDATA[<p>I’ve shared a plugin called <a href="http://www.techyard.net/display-thumbnails-for-excerpts-in-wordpress/" target="_blank">Thumbnail For Excerps</a> that let you show thumbnails in your blog’s homepage using wordpress blogging platform.Here’s <a href="http://wordpress.org/extend/plugins/the-attached-image/" target="_blank">Attached Image WP plugin</a> that will automatically show the first image in your post as a thumbnail image in your blogs homepage with more control on how the images look and easier to manage.</p>
<ul>
<li>It can show the full, medium or thumbnail sized image attached to the current post.</li>
<li>It can make a hyperlink around the image that points to the post the image is attached to, the full image, the attachment page or a custom URL using custom fields on a post by post basis.</li>
<li>If more than one image is attached to a post then the image to be shown can be changed using the WordPress gallery page. Just pull the image you wish to show right to the top of the list and press save.</li>
</ul>
<p>The plugins options page makes it easy to customize how the plugin works.Just call the plugin function within the loop.</p>
<blockquote>
<pre>&lt;?php if (have_posts()) : ?&gt;
&lt;?php while (have_posts()) : the_post(); ?&gt;
      	&lt;!-- Some HTML will be here –&gt;
<em>&lt;?php the_attached_image(); ?&gt; /*Insert this code preferably after the the_title() function*/</em>
&lt;?php endwhile; ?&gt;
&lt;?php endif; ?&gt;</pre>
</blockquote>
<p>You can also pass parameters,like this</p>
<blockquote>
<pre>&lt;?php the_attached_image('img_size=thumb&amp;css_class=hpimg'); ?&gt;</pre>
</blockquote>
<p>You can set more options right from the <strong>Plugins Options Page</strong>, that will be available after activating the plugin.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/2009/07/the-attached-image-options.jpg"><img class="aligncenter size-full wp-image-4624" title="the-attached-image-options" src="http://www.techyard.net/wp-content/uploads/2009/07/the-attached-image-options.jpg" alt="the-attached-image-options" width="400" height="574" /></a></p>
<p>The added advantage with this plugins is that in case you have been using Custom Fields With your current theme, you can also call the images set using custom fields using the plugin.</p>
<p>You can also choose to show the nth as the thumbnail using the Pick Functionality from the options theme, you can enable this by checking the Pick Functionality box and providing a number (n), the plugin will instead use the nth numbered image tag from the post content as the thumbnail.</p>
<p>You can also have multiple instances of the function call by passing parameters.You can also pass the parameters of the options available through the plugins options page, Check out the list of supported parameters <a href="http://return-true.com/2008/12/wordpress-plugin-the-attached-image/" target="_blank">here</a>.</p>
<p><strong>Download </strong> <a href="http://downloads.wordpress.org/plugin/the-attached-image.2.4.9.2.zip" target="_blank">The Attached Image Plugin</a> | <a href="http://return-true.com/2008/12/wordpress-plugin-the-attached-image/" target="_blank">Plugin Documentation</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/display-thumbnails-for-excerpts-in-wordpress/' rel='bookmark' title='Permanent Link: Display Thumbnails For Excerpts On Homepage In Wordpress Without Using Custom Fields.'>Display Thumbnails For Excerpts On Homepage In Wordpress Without Using Custom Fields.</a></li><li><a href='http://www.techyard.net/show-custom-message-during-wp-blog-maintenance/' rel='bookmark' title='Permanent Link: How To Show Custom Message For Visitors During Maintenance of Your WP Blog'>How To Show Custom Message For Visitors During Maintenance of Your WP Blog</a></li><li><a href='http://www.techyard.net/4-plugins-for-faster-and-optimized-wordpress-blog/' rel='bookmark' title='Permanent Link: 4 plugins for Faster and Optimized Wordpress Blog'>4 plugins for Faster and Optimized Wordpress Blog</a></li><li><a href='http://www.techyard.net/change-wordpress-font-easily-using-anyfont-plugin/' rel='bookmark' title='Permanent Link: Change Font Of Your Wordpress Blog Easily Using AnyFont Plugin'>Change Font Of Your Wordpress Blog Easily Using AnyFont Plugin</a></li><li><a href='http://www.techyard.net/create-featured-posts-section-in-wordpress-blog/' rel='bookmark' title='Permanent Link: Create Featured Posts Section In Wordpress Blog'>Create Featured Posts Section In Wordpress Blog</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=CGkDoz12A40:bXtcpyve3JE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=CGkDoz12A40:bXtcpyve3JE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=CGkDoz12A40:bXtcpyve3JE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=CGkDoz12A40:bXtcpyve3JE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=CGkDoz12A40:bXtcpyve3JE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=CGkDoz12A40:bXtcpyve3JE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=CGkDoz12A40:bXtcpyve3JE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=CGkDoz12A40:bXtcpyve3JE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/how-to-show-first-image-in-post-as-thumbnail-in-wordpress-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scan Files and URL For Virus Online Using Dr.Web Online Scanner</title>
		<link>http://www.techyard.net/scan-files-and-url-for-virus-online-using-drweb-online-scanner/</link>
		<comments>http://www.techyard.net/scan-files-and-url-for-virus-online-using-drweb-online-scanner/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:11:16 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[anti virus]]></category>

		<category><![CDATA[online scan]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4618</guid>
		<description><![CDATA[Scan a website or file to check whether it is free from virus using Dr.Web online scanner which checks the URL/uploaded file with the latest version of the Dr.Web Anti-virus on completion a scan report will be displayed with the result.]]></description>
			<content:encoded><![CDATA[<p>Scan a website or file to check whether it is free from virus using <a href="http://vms.drweb.com/online/" target="_blank">Dr.Web Online Scanner</a> which checks the URL/uploaded file with the latest version of the Dr.Web Anti-virus on completion a scan report will be displayed with the result.</p>
<p>There are online virus scanner but you need browser addons like <strong>SecureBrowsing</strong> or tools like <strong>AVG LinkScanner</strong> for <a href="http://www.techyard.net/avoid-phising-malware-virus-attacks-by-scanning-shorted-urls/" target="_blank">scanning links</a> in your browser, incase you want to checkout whether a single URL is safe and free from any virus, malware you can try Dr.Web’s Online URL Checker, where you can just enter the URL you want to check and Dr.Web checks the URL and generates a report of the URL, whether it is safe or not.</p>
<p>Visit <a href="http://online.us.drweb.com/?url=1" target="_blank">Dr.Web Online Check</a>, Enter the URL in the text box, and click “Scan”.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/CheckURLForPhishingVirusorMalwareOnline_129A6/drweburlchecker.jpg"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="drweb-url-checker" src="http://www.techyard.net/wp-content/uploads/images/CheckURLForPhishingVirusorMalwareOnline_129A6/drweburlchecker_thumb.jpg" border="0" alt="drweb-url-checker" width="475" height="53" /></a></p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/CheckURLForPhishingVirusorMalwareOnline_129A6/drweburlcheckerreport.jpg"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="drweb-url-checker-report" src="http://www.techyard.net/wp-content/uploads/images/CheckURLForPhishingVirusorMalwareOnline_129A6/drweburlcheckerreport_thumb.jpg" border="0" alt="drweb-url-checker-report" width="466" height="312" /></a></p>
<p><a href="http://vms.drweb.com/online/" target="_blank">Dr.Web Online Scanner</a>.</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/check-your-wireless-network-vulnerabilities-online/' rel='bookmark' title='Permanent Link: Check Your Wireless Network Vulnerabilities Online'>Check Your Wireless Network Vulnerabilities Online</a></li><li><a href='http://www.techyard.net/download-mcafee-virus-scan-plus-for-free/' rel='bookmark' title='Permanent Link: Download Free McAfee Virus Scan Plus With 90 day License'>Download Free McAfee Virus Scan Plus With 90 day License</a></li><li><a href='http://www.techyard.net/scan-documents-without-scanner/' rel='bookmark' title='Permanent Link: How To Scan Documents Without Scanner'>How To Scan Documents Without Scanner</a></li><li><a href='http://www.techyard.net/remove-im-virus-using-msn-virus-cleaner/' rel='bookmark' title='Permanent Link: Delete Windows Live or MSN, Yahoo, AOL Messengers Virus/Worms Using MSN Virus Cleaner'>Delete Windows Live or MSN, Yahoo, AOL Messengers Virus/Worms Using MSN Virus Cleaner</a></li><li><a href='http://www.techyard.net/scan-for-viruses-before-downloading/' rel='bookmark' title='Permanent Link: Scan For Viruses Before Downloading'>Scan For Viruses Before Downloading</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=BOQPQMn2ZJI:i0c2WbIkHKQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=BOQPQMn2ZJI:i0c2WbIkHKQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=BOQPQMn2ZJI:i0c2WbIkHKQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=BOQPQMn2ZJI:i0c2WbIkHKQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=BOQPQMn2ZJI:i0c2WbIkHKQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=BOQPQMn2ZJI:i0c2WbIkHKQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=BOQPQMn2ZJI:i0c2WbIkHKQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=BOQPQMn2ZJI:i0c2WbIkHKQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/scan-files-and-url-for-virus-online-using-drweb-online-scanner/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 SEO Tools To Improve Search Engines Ranking and Traffic</title>
		<link>http://www.techyard.net/10-seo-tools-to-improve-search-engines-ranking-and-traffic/</link>
		<comments>http://www.techyard.net/10-seo-tools-to-improve-search-engines-ranking-and-traffic/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:17:11 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[seo tools]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4612</guid>
		<description><![CDATA[10 Free SEO Tools that can help find keywords for better SERP and in return increase your site/blog traffic and analyze your blog/site with tools like Broken link checker,Page Rank Analyzer and Keyword Suggestion Tool.]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimization (SEO) is the buzz word and something that every webmaster wants to master to make his/her  blog/website rank well in SERP’s and also making it easily available for SearchBots to index our site/blog well.Today I’ve listed out a few free and commercial SEO Tools that you can try to see how you blog fairs.</p>
<ol>
<li><a href="http://www.seoadministrator.com/" target="_blank">SEO Administrator</a> : Collection of SEO tools for website promotion and optimization for many major search engines.It has the following tools<a href="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/SEOAdministrator.gif"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="SEO-Administrator" src="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/SEOAdministrator_thumb.gif" border="0" alt="SEO-Administrator" width="105" height="171" align="right" /></a>- Ranking Monitor<br />
- Link Popularity Checker<br />
- Site Indexation Tool<br />
- Broken link checker<br />
- Link exchange software<br />
- Reciprocal link checker<br />
- Log Analyzer<br />
- Sitemap software<br />
-  Page Rank Analyzer<br />
-  Keyword Suggestion Tool<br />
-  HTML Analyzer</p>
<p>Though a commercial SEO Tool you can try out their trial version.<br />
<strong>Download</strong> <a href="http://www.seoadministrator.com/seoadministrator.exe" target="_blank">SEO Administrator</a> <strong>Trial Version</strong>.</li>
<li><a href="http://www.webceo.com/" target="_blank">Web CEO</a> – It is a free SEO software that has <strong>12 SEO Tools</strong> in One Powerful SEO Suite with some really nice features like  <a href="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/webceo.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="web-ceo" src="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/webceo_thumb.jpg" border="0" alt="web-ceo" width="118" height="167" align="right" /></a>
<ol style="list-style-type: disc">
<li>Find best keywords</li>
<li>Promote Your Site</li>
<li>Check your rankings with search engines</li>
<li>Know who links to your site</li>
<li>Track and analyze your visitors</li>
<li>Find broken links and other errors on your site</li>
<li><strong>Monitor</strong> your website uptime/downtime.<a href="http://www.webceo.com/download/index.htm" target="_blank">Download Web CEO</a></li>
</ol>
</li>
<li><a href="http://www.sheerseo.com/" target="_blank">Sheer SEO</a> - SheerSEO is an online SEO software that specializes in tracking SERPs, PageRank and generates reports on a weekly basis and there is 90 day free day that you can try to see how this tool works.
<ol style="list-style-type: disc">
<li>Checks current positions for key words in the first 200 results in Search Engines</li>
<li>Historical positions in SERP</li>
<li>Keyword Density</li>
<li>Current Supplemental Index</li>
<li>Current and Historical index of pages on Digg and Delicious.</li>
<li>Referral Information and many more<a href="http://www.sheerseo.com/seo-monitoring-tools/signup.html" target="_blank">SignUp for Trail Version</a></li>
</ol>
</li>
<li><a href="http://www.traffictravis.com/" target="_blank"></a><a href="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/traffictravisinterface.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" title="traffic-travis-interface" src="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/traffictravisinterface_thumb.jpg" border="0" alt="traffic-travis-interface" width="350" height="223" align="right" /></a><a href="http://www.traffictravis.com/" target="_blank">Traffic Travis</a> – This SEO Tool has a very easy to use interface and has many commonly used SEO tools packed into it.It can also monitor your website rank on multiple search engines, manages your PPC campaign with service providers, like Google Adwords and advices alternate keywords for your SEO campaign.
<ul>
<li>Keyword Finder</li>
<li>Page analysis</li>
<li>Backlinks to site</li>
<li>Graphs and reports</li>
<li>Top sites for keywords</li>
<li>Website&#8217;s keyword list</li>
<li>Most popular keywordsDownload <a href="http://www.traffictravis.com/register" target="_blank">Traffic Travis</a>, you need to provide your name valid email address to receive your registration code.</li>
</ul>
</li>
<li><a href="http://www.wordsfinder.com/tools.php" target="_blank">WordsFinder</a> has few useful SEO Tools like
<ol style="list-style-type: disc">
<li><a href="http://www.wordsfinder.com/tools_traffic_estimator.php" target="_blank">Traffic Estimator SEO Tool</a> – This online tool has a simple interface where you type the keyword that you want to target and it shows an estimated volume of traffic the keyword attracts across 4 Search Engines namely (Google, Yahoo,Live and Ask), This tool also has a wordpress plugin that you can try.</li>
<li><a href="http://www.wordsfinder.com/tools_keywords_suggestions.php">Keywords Suggestions</a></li>
<li><a href="http://www.wordsfinder.com/tools_long_tail_generator.php">Long Tail Generator</a></li>
<li><a href="http://www.wordsfinder.com/tools_alert.php">Intelligence Alert</a></li>
<li><a href="http://www.wordsfinder.com/tools_link_building.php">Link Builder</a></li>
</ol>
</li>
<li><a href="http://www.goodkeywords.com/products/gkw">Good Keywords</a> – This site has 3 free seo tools that you can try and each complement each other very well and all the 3 tools are free to download.
<ol style="list-style-type: disc">
<li><a href="http://www.goodkeywords.com/products/keywordpad/" target="_blank">Keyword Pad</a> - clean, sort, modify, multiply (into long tail keywords) and manage huge keyword phrase lists in a tabbed interface.</li>
<li><a href="http://www.goodkeywords.com/products/gkw/" target="_blank">Good Keywords</a> - Find the best keywords for your web pages and analyze your competition and check the progress of your web marketing and advertising efforts to ensure the best return on your investments (ROI).</li>
<li><a href="http://www.goodkeywords.com/products/kwexplorer/" target="_blank">Keyword Explorer</a> – This tool shows how a keyword phrase is used by different web pages like InTitle, InAnchor, Phrase or Search</li>
</ol>
</li>
<li><a title="http://www.w3optimizer.com/free.php" href="http://www.w3optimizer.com/free.php" target="_blank"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="w3optimizer" src="http://www.techyard.net/wp-content/uploads/images/XSEOToolsThatYouCanTryToImproveYourBlogs_AAD5/w3optimizer.jpg" border="0" alt="w3optimizer" width="240" height="68" align="right" /> W3optimizer</a> – This is an online SEO Tool that automatically analyzes your wepage and provides improvement suggestions on the on-page factors, off-page factors, competitor analysis and many more.</li>
</ol>
<p>You can also check out the recently reviewed <a href="http://www.techyard.net/track-keyword-ranking-across-search-engines-using-rockinseo/" target="_blank">SeoRockin</a>, which can also help analyze your keywords with your competitors.</p>
<p>General functions of all SEO tools are relatively the same but each of these SEO tools come with advantage of its own.</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/track-keyword-ranking-across-search-engines-using-rockinseo/' rel='bookmark' title='Permanent Link: Track Your Blog Keyword Ranking Across Search Engines Easily Using RockinSEO'>Track Your Blog Keyword Ranking Across Search Engines Easily Using RockinSEO</a></li><li><a href='http://www.techyard.net/see-how-your-site-looks-for-popular-search-engines/' rel='bookmark' title='Permanent Link: See How Your Site Looks For Popular Search Engines'>See How Your Site Looks For Popular Search Engines</a></li><li><a href='http://www.techyard.net/tools-for-bloggers/' rel='bookmark' title='Permanent Link: Tools For Bloggers'>Tools For Bloggers</a></li><li><a href='http://www.techyard.net/3-tools-to-replace-windows-default-search/' rel='bookmark' title='Permanent Link: 3 Tools To Replace Windows Default Search'>3 Tools To Replace Windows Default Search</a></li><li><a href='http://www.techyard.net/show-your-search-engine-referred-visitors-related-posts-based-on-their-search-keywords/' rel='bookmark' title='Permanent Link: Show Your Search Engine Referred Visitors Related Posts Based On Their Search KeyWords'>Show Your Search Engine Referred Visitors Related Posts Based On Their Search KeyWords</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=PJIIGDABbPE:d2gyv5GsP4k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=PJIIGDABbPE:d2gyv5GsP4k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=PJIIGDABbPE:d2gyv5GsP4k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=PJIIGDABbPE:d2gyv5GsP4k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=PJIIGDABbPE:d2gyv5GsP4k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=PJIIGDABbPE:d2gyv5GsP4k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=PJIIGDABbPE:d2gyv5GsP4k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=PJIIGDABbPE:d2gyv5GsP4k:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/10-seo-tools-to-improve-search-engines-ranking-and-traffic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download and BackUp Google Docs On Your PC</title>
		<link>http://www.techyard.net/download-and-backup-google-docs-on-your-pc/</link>
		<comments>http://www.techyard.net/download-and-backup-google-docs-on-your-pc/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:31:13 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[backup gdocs]]></category>

		<category><![CDATA[gdocs]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4607</guid>
		<description><![CDATA[GDocBackup is a simple backup utility to export all your documents on Google Doc’s to your local disk.It downloads the documents only  if the document is not present on the local disk or if it has a different date.It supports Documents,Spreadsheets and Presentations.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/07/gdocs-backup.jpg"><img class="alignright size-full wp-image-4608" title="google documents backup" src="http://www.techyard.net/wp-content/uploads/2009/07/gdocs-backup.jpg" alt="google documents backup" width="275" height="112" /></a>Online Office Suites are making it easy to collaborate and share documents easily, Google Doc’s has made it even easier and incase you are worried about the files being online or wanted access to your files even while offline, you can download your GDocs files to your PC using <strong>GDocBackup</strong>.</p>
<p><a href="http://gs.fhtino.it/gdocbackup" target="_blank">GDocBackup</a> is a simple backup utility (export) for all your documents on Google Doc’s which can backup all your GDoc’s to local disk.It downloads the documents only  if the document is not present on the local disk or if it has a different date.It supports the following export formats :</p>
<li>Documents:  doc, odt, rtf, txt, pdf</li>
<li>Spreadsheets:  xls, csv, ods, tsv, pdf</li>
<li>Presentations:  ppt, pdf<strong>How To Use :</strong>
<ul>
<li>Download and Run gdocbackup.exe</li>
<li>Set username, password and backup directory.</li>
<li>Choose the export format for each type of document:</li>
<li>Save configuration</li>
<li>Click Exec Backup button, to start downloading of files to local disk.</li>
</ul>
<p>It runs on Windows and Linux and requires NET 2.0 framework on Windows.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:989edbcb-bcef-4dac-b7db-86f6a6cde943" class="wlWriterEditableSmartContent" style="padding: 0px; display: block; float: none; margin-left: auto; width: 425px; margin-right: auto;">
<div id="96605bb0-88e0-4dd3-8bf1-daf84167faa7" style="margin: 0px; padding: 0px; display: inline;">
<div><a href="http://www.youtube.com/watch?v=WM0hAVUw6KI&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" target="_new"><img style="border-style: none" src="http://www.techyard.net/wp-content/uploads/images/DownloadandBackUpGoogleDocsOnYourPC_A094/video0ca922064141.jpg" alt="video0ca922064141"  title="Download and BackUp Google Docs On Your PC" /></a></div>
</div>
</div>
<p>Download <a href="http://gdocbackup.googlecode.com/files/GDocBackup_0.3.2_Setup.exe" target="_blank">GDocsBackUp</a></li>


<p>Related posts:<ol><li><a href='http://www.techyard.net/create-google-docs-out-of-your-google-mail/' rel='bookmark' title='Permanent Link: Create Google Doc&rsquo;s Out Of Your Google Mail'>Create Google Doc&rsquo;s Out Of Your Google Mail</a></li><li><a href='http://www.techyard.net/backup-your-twitter-profile-online-at-tweetbackup/' rel='bookmark' title='Permanent Link: Backup Your Twitter Profile Online At TweetBackup'>Backup Your Twitter Profile Online At TweetBackup</a></li><li><a href='http://www.techyard.net/gfi-backup-free-backup-and-data-recovery-software/' rel='bookmark' title='Permanent Link: GFI Backup - Free Backup and Data Recovery Software'>GFI Backup - Free Backup and Data Recovery Software</a></li><li><a href='http://www.techyard.net/download-titan-backup-software-for-free/' rel='bookmark' title='Permanent Link: Download Titan BackUp Software For Free'>Download Titan BackUp Software For Free</a></li><li><a href='http://www.techyard.net/backup-data-faster-and-easier-with-fbackup/' rel='bookmark' title='Permanent Link: Backup Data Faster And Easier With FBackup'>Backup Data Faster And Easier With FBackup</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=KV6pq0y2mD4:H1m2PmQ4Q0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=KV6pq0y2mD4:H1m2PmQ4Q0Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=KV6pq0y2mD4:H1m2PmQ4Q0Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=KV6pq0y2mD4:H1m2PmQ4Q0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=KV6pq0y2mD4:H1m2PmQ4Q0Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=KV6pq0y2mD4:H1m2PmQ4Q0Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=KV6pq0y2mD4:H1m2PmQ4Q0Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=KV6pq0y2mD4:H1m2PmQ4Q0Y:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/download-and-backup-google-docs-on-your-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Floating Feed Subscription and Twitter Follow Button</title>
		<link>http://www.techyard.net/create-floating-feed-and-twitter-follow-button/</link>
		<comments>http://www.techyard.net/create-floating-feed-and-twitter-follow-button/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:38:43 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[rss feeds]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4598</guid>
		<description><![CDATA[Increase RSS Subscribers by create a floating feed subscription and twitter follow button using only CSS and that works with all browsers.]]></description>
			<content:encoded><![CDATA[<p>I’ve recently came across a free Twitter Follow Badge generator online at <a href="http://www.go2web20.net/twitterFollowBadge/" target="_blank">Go2Web20</a> but that does not work on Internet Explorer and uses JavaScript and I was looking for an CSS alternative and found a way to implement it at <a title="http://gotchance.com/blog/2009/06/23/how-to-put-your-own-feedback-style-twitter-badge/" href="http://gotchance.com/blog/2009/06/23/how-to-put-your-own-feedback-style-twitter-badge/" target="_blank">Got Chance</a>.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/2009/07/rss-twitter.jpg"><img class="alignright size-full wp-image-4599" title="rss-twitter" src="http://www.techyard.net/wp-content/uploads/2009/07/rss-twitter.jpg" alt="rss-twitter" width="169" height="112" /></a></p>
<p>Which works with all browsers, and uses only CSS.</p>
<p>Here’s how you can create a floating</p>
<p>CSS Part</p>
<p>If you want just 1 floating link, then this is fine</p>
<blockquote>
<pre>img, a img { border: 0; }
#badge1
{
	position: fixed;
	left: 0;
	top: 200px;
}</pre>
<pre>If you want another floating link then add another like this below #badge1</pre>
<pre>#badge2
{
	position: fixed;
	left: 0;
	top: 200px;
}</pre>
</blockquote>
<pre>Replace <strong><em>left </em></strong>with <em><strong>right</strong><strong> </strong></em>to float the icons to the right hand side of the browser.
Next In your header.php just before &lt;/head&gt; place this code</pre>
<blockquote>
<pre>&lt;div id="badge1"&gt;
	&lt;a href="http://twitter.com/shrihari"&gt;&lt;img src="twitter-follow.jpg" alt="Twitter" /&gt;&lt;/a&gt;
&lt;/div&gt;</pre>
<pre>&lt;div id="badge2"&gt;
	&lt;a href="http://twitter.com/shrihari"&gt;&lt;img src="subscribe.jpg" alt="Subscribe" /&gt;&lt;/a&gt;
&lt;/div&gt;</pre>
</blockquote>
<pre>I’ve implemented the same in my blog, check it out and subscribe to my <a href="http://feeds2.feedburner.com/TechYard" target="_blank">RSS Feed</a> and <a href="http://www.twitter.com/venkat_ty" target="_blank">Follow Me on Twitter</a>.</pre>


<p>Related posts:<ol><li><a href='http://www.techyard.net/follow-twitter-updates-on-your-screensaver/' rel='bookmark' title='Permanent Link: Follow Twitter Updates On Your Screensaver'>Follow Twitter Updates On Your Screensaver</a></li><li><a href='http://www.techyard.net/twitter-phishing-alert/' rel='bookmark' title='Permanent Link: Twitter Phishing Alert'>Twitter Phishing Alert</a></li><li><a href='http://www.techyard.net/twitter-revamp-in-the-pipelin/' rel='bookmark' title='Permanent Link: Twitter Revamp In The Making'>Twitter Revamp In The Making</a></li><li><a href='http://www.techyard.net/backup-your-twitter-profile-online-at-tweetbackup/' rel='bookmark' title='Permanent Link: Backup Your Twitter Profile Online At TweetBackup'>Backup Your Twitter Profile Online At TweetBackup</a></li><li><a href='http://www.techyard.net/social-bookmarks-buttons-for-blogspot-blogs/' rel='bookmark' title='Permanent Link: Social Bookmarks Buttons For Google&#8217;s Blogger Based Blogs'>Social Bookmarks Buttons For Google&#8217;s Blogger Based Blogs</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=VoPffVMmv28:t0xemxEwMxI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=VoPffVMmv28:t0xemxEwMxI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=VoPffVMmv28:t0xemxEwMxI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=VoPffVMmv28:t0xemxEwMxI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=VoPffVMmv28:t0xemxEwMxI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=VoPffVMmv28:t0xemxEwMxI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=VoPffVMmv28:t0xemxEwMxI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=VoPffVMmv28:t0xemxEwMxI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/create-floating-feed-and-twitter-follow-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Avoid Phishing, Malware, and Viruses Attacks By Examining Short URLs On Social Networking Sites</title>
		<link>http://www.techyard.net/avoid-phising-malware-virus-attacks-by-scanning-shorted-urls/</link>
		<comments>http://www.techyard.net/avoid-phising-malware-virus-attacks-by-scanning-shorted-urls/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:19:52 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[FireFox]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[expand url]]></category>

		<category><![CDATA[link scanner]]></category>

		<category><![CDATA[tinyurl]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4590</guid>
		<description><![CDATA[Avoid phishing, malware, and viruses attacks by examining short URLs before visiting them using simple tools and browser addons to examine shortened URL’s by using services like tinyurl, Bit.ly and many more such services making it tough to know the exact destination of the URL.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/links.jpg"><img class="alignright size-full wp-image-4592" title="links" src="http://www.techyard.net/wp-content/uploads/2009/06/links.jpg" alt="links" width="261" height="100" /></a></p>
<p>Most major Antivirus Companies have link scanners but there are just limited to just direct links, but in the age micro-blogging url’s are being shortened using services like tinyurl, Bit.ly and many more it tough to know the exact destination of the URL.</p>
<p>You can avoid phishing, malware, and viruses attacks by examining short URLs before visiting them using simple tools and Browser addons that have been listed below.</p>
<ol>
<li><a href="http://longurl.org/" target="_blank">LongURL</a> – LongURL supports many URL shortening services like <strong></strong>tinyurl.com, is.gd, ping.fm, ur1.ca, bit.ly, snipurl.com,etc and many more.Check the list of supported URL Shortening services <a href="http://longurl.org/services" target="_blank">here</a>.But this addon does not scan the url but just shows the destination URL.LongURL also provides a Firefox Addon that you can use to see the actual destination of the shortened url, the addon shows a tooltip windows with the destination URL on hovering the mouse pointer over the shortened URL.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/longurl.png"><br />
<img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="longurl" src="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/longurl_thumb.png" border="0" alt="longurl" width="566" height="124" /></a></p>
<p>There’s also a GreaseMonkey Script that you can use with Firefox, incase you are already have GreaseMonkey installed.</p>
<p>Download <a href="https://addons.mozilla.org/en-US/firefox/addon/8636" target="_blank">LongURL Firefox Addon</a> or <a href="http://userscripts.org/scripts/show/32115" target="_blank">LongURL GreaseMonkey Script</a>.</li>
<li><a href="http://securebrowsing.finjan.com/index.html" target="_blank">Finjan’s SecureBrowsing</a> - <a href="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/finjin.png"><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="finjin" src="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/finjin_thumb.png" border="0" alt="finjin" width="217" height="77" align="right" /></a> <em>Scans</em> the current form of a page as it available on the Web now, in real-time and <em>Detects</em> malicious content based on code analysis and provides a rating beside the link.It has addons for Firefox 1.5 and above and Internet Explorer 6.0 or 7.0.<br />
It currently supports the following services</p>
<ul>
<li><em>Search Engines: Google, Yahoo, Live (msn)</em></li>
<li><em>Advertising systems: Google Adsense</em></li>
<li><em>Online email applications (AJAX-based): Gmail, Yahoo mail, Hotmail</em></li>
<li><em>Popular Websites: Twitter, MySpace, Digg, Slashdot, Blogger </em></li>
</ul>
<p><a href="http://securebrowsing.finjan.com/FinjanSecureBrowsingSetup.xpi" target="_blank">Download Firefox Addon</a> -    <a href="http://securebrowsing.finjan.com/FinjanSecureBrowsingSetup.exe" target="_blank">Download IE Addon</a> [ <a href="http://www.jkwebtalks.com/2009/06/antivirus-for-twitter-scans-urls-for.html" target="_blank">Source</a> ]</li>
<li><a href="http://linkscanner.avg.com/" target="_blank">AVG LinkScanner</a> <a href="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/avg.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="avg" src="http://www.techyard.net/wp-content/uploads/images/2FirefoxAddonsToCheckLinkSecurityOnTwitt_9D30/avg_thumb.png" border="0" alt="avg" width="237" height="70" align="right" /></a><br />
Incase you are using a free antivirus that does not have a linkscanner feature you can try out AVG LinkScanner which looks for threats in every search result and every link to a web page - right as you click on it. It works on Internet Explorer, Firefox and Opera can run alongside your current anti-virus software providing an additional layer of protection.Download <a href="http://linkscanner.avg.com/" target="_blank">AVG LInkScanner</a></li>
</ol>
<p>Last but not the least, It is always better to check the source before trying to access an external link.</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/' rel='bookmark' title='Permanent Link: Defeat KeyLoggers Using Virtual Keyboard GreaseMonkey Script'>Defeat KeyLoggers Using Virtual Keyboard GreaseMonkey Script</a></li><li><a href='http://www.techyard.net/scan-for-viruses-before-downloading/' rel='bookmark' title='Permanent Link: Scan For Viruses Before Downloading'>Scan For Viruses Before Downloading</a></li><li><a href='http://www.techyard.net/link-alert-change-cursor-styles-according-to-links-in-firefox/' rel='bookmark' title='Permanent Link: Link Alert : Change Cursor Styles According To Links In FireFox'>Link Alert : Change Cursor Styles According To Links In FireFox</a></li><li><a href='http://www.techyard.net/grease-monkey-scripts-in-opera/' rel='bookmark' title='Permanent Link: How To Use Grease Monkey Scripts(User Scripts) In Opera'>How To Use Grease Monkey Scripts(User Scripts) In Opera</a></li><li><a href='http://www.techyard.net/open-documents-online-from-browser-using-open-it-online-addon/' rel='bookmark' title='Permanent Link: Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .'>Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=9ACOgV_q4Ps:yKWs3MTrXIA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=9ACOgV_q4Ps:yKWs3MTrXIA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=9ACOgV_q4Ps:yKWs3MTrXIA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=9ACOgV_q4Ps:yKWs3MTrXIA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=9ACOgV_q4Ps:yKWs3MTrXIA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=9ACOgV_q4Ps:yKWs3MTrXIA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=9ACOgV_q4Ps:yKWs3MTrXIA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=9ACOgV_q4Ps:yKWs3MTrXIA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/avoid-phising-malware-virus-attacks-by-scanning-shorted-urls/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send Free Fax Online Using MyFax</title>
		<link>http://www.techyard.net/send-free-fax-online-using-myfax/</link>
		<comments>http://www.techyard.net/send-free-fax-online-using-myfax/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 06:47:41 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[myfax]]></category>

		<category><![CDATA[online service]]></category>

		<category><![CDATA[send fax]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4581</guid>
		<description><![CDATA[Send Free FAX online in minutes to over 40 countries using MyFax.You can fax upto 9 pages and also upload PDF and Word Documents that you want to fax.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/myfax.png"><img class="aligncenter size-full wp-image-4582" title="myfax" src="http://www.techyard.net/wp-content/uploads/2009/06/myfax.png" alt="myfax" width="270" height="76" /></a>Sending a fax (Facsimile) copy of a document requires a fax machine which operate over the telephone network.With the huge penetration of internet to furlong areas we can also send fax’s over the internet, <a href="http://www.myfax.com/free/" target="_blank">MyFax</a> is one such service which lets you send Free FAX online in minutes to over 40 countries.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/SendFreeFaxOnlineUsingMyFax_A46B/myfaxform.png"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="myfax-form" src="http://www.techyard.net/wp-content/uploads/images/SendFreeFaxOnlineUsingMyFax_A46B/myfaxform_thumb.png" border="0" alt="myfax-form" width="424" height="331" /></a></p>
<p><strong>Steps :</strong></p>
<ol>
<li>Visit <a href="http://www.myfax.com/free/sendfax.aspx" target="_blank">MyFax</a> Fill in details of the sender(email address) and the receiver details like Name,Company,Country and Fax Number.</li>
<li>Upload a document file (MS Word Document, PDF,Excel, PowerPoint, PDF, TIF, GIF, JPEG,etc) or type in the text message.<br />
<strong>Note :<br />
</strong><br />
You can send up to two (2) free faxes per day, each fax should not to exceed nine (9) pages in length (plus the cover page) and not to exceed 10MBs in size.</p>
<p><a href="http://www.myfax.com/collaterals/UserGuide_Supported_File_Formats.pdf" target="_blank">Click Here</a> complete list of Supported File Formats.[PDF]</li>
<li>Click “Send Fax” Button to send the fax.</li>
<li>You will then receive a confirmation email to the email address provided to confirm your fax submission.</li>
</ol>
<p>Send Free Fax Online @ <a href="http://www.myfax.com/free/sendfax.aspx" target="_blank">MyFax</a> [<a href="http://www.anewmorning.com/2009/06/02/sending-a-free-fax-wasnt-this-easy/" target="_blank">Source</a>]</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/send-free-sms-from-firefox/' rel='bookmark' title='Permanent Link: Send Free SMS via Google&#8217;s FireFox Extension'>Send Free SMS via Google&#8217;s FireFox Extension</a></li><li><a href='http://www.techyard.net/send-real-postcards-to-your-friends-on-facebook-for-free/' rel='bookmark' title='Permanent Link: Send Real PostCards To Your Friends On Facebook For Free'>Send Real PostCards To Your Friends On Facebook For Free</a></li><li><a href='http://www.techyard.net/open-documents-online-from-browser-using-open-it-online-addon/' rel='bookmark' title='Permanent Link: Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .'>Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .</a></li><li><a href='http://www.techyard.net/pdfmenot-read-pdf-files-online/' rel='bookmark' title='Permanent Link: PDFMeNot - Read PDF Files Online'>PDFMeNot - Read PDF Files Online</a></li><li><a href='http://www.techyard.net/remove-pdf-protection-online-and-offline/' rel='bookmark' title='Permanent Link: Remove PDF Protection Online and Offline.'>Remove PDF Protection Online and Offline.</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=77D--tTSTDs:P7gmabpJLCI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=77D--tTSTDs:P7gmabpJLCI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=77D--tTSTDs:P7gmabpJLCI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=77D--tTSTDs:P7gmabpJLCI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=77D--tTSTDs:P7gmabpJLCI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=77D--tTSTDs:P7gmabpJLCI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=77D--tTSTDs:P7gmabpJLCI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=77D--tTSTDs:P7gmabpJLCI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/send-free-fax-online-using-myfax/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Thumbnail For Image Formats In Windows Explorer</title>
		<link>http://www.techyard.net/create-thumbnail-view-for-images-in-windows-explorer/</link>
		<comments>http://www.techyard.net/create-thumbnail-view-for-images-in-windows-explorer/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:24:17 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[thumbnail viewer]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4577</guid>
		<description><![CDATA[ThumbView a free software enables image thumbnails and tooltips in MS-Windows Explorer for 19 image types inside any Explorer window.There are 2 versions(full and lite) of the software and both the versions are free.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/thumbview.png"><img class="aligncenter size-full wp-image-4578" title="thumbview" src="http://www.techyard.net/wp-content/uploads/2009/06/thumbview.png" alt="thumbview" width="292" height="54" /></a>I’ve shared how you can add <a href="http://www.techyard.net/enable-thumbnail-view-for-psd-files-in-windows-explorer/" target="_blank">PSD Thumbnails In Windows Explorer</a>, but there are many Image Formats that are not natively supported by Windows OS because of this most images don’t have thumbnails in Windows Explorer which makes it difficult to preview the file unless opened in the required program.</p>
<p><a href="http://www.seriema.net/thumbview/" target="_blank">ThumbView</a> a free software enables image thumbnails and tooltips in MS-Windows Explorer for 19 image types inside any Explorer window.It supports the following image formats .cut, .dcx, .dds, .mdl, .mng, .pcd, .pcx, .pic, .pix, .png, .pnm/.pbm/.pgm/.ppm, .psd/.pdd, .psp, .pxr, .sgi/.rgb, .tga/.vda/.icb/.vst, .tif/.tiff, .wal, .xpm</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/CreateThumbnailForImageFormatsThatAreNot_F5B4/thumbnailview.png"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="thumbnail-view" src="http://www.techyard.net/wp-content/uploads/images/CreateThumbnailForImageFormatsThatAreNot_F5B4/thumbnailview_thumb.png" border="0" alt="thumbnail-view" width="412" height="274" /></a></p>
<p>There are 2 versions of the software and both the versions are free and It’s you choice and required features that can make the choice.</p>
<p><strong>ThumbView</strong> – Gives users the total control over the installed Thumbnail Extractors.</p>
<p><strong>ThumbView Lite</strong> – if you just want to have thumbnails and infotips for 19 image types, you can use the Lite Version.</p>
<p>Both work on Windows XP/2003/2000 and (Not yet tried on Windows Vista) and requires .NET Framework 1.1 or higher installed.</p>
<p>Download <a href="http://www.seriema.net/thumbview/index.php?page=download_full" target="_blank">ThumbView</a> – <a href="http://www.seriema.net/thumbview/index.php?page=download_lite" target="_blank">Thumbnail Lite</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/enable-thumbnail-view-for-psd-files-in-windows-explorer/' rel='bookmark' title='Permanent Link: Enable Thumbnail View For PSD Files In Windows Explorer'>Enable Thumbnail View For PSD Files In Windows Explorer</a></li><li><a href='http://www.techyard.net/how-to-show-first-image-in-post-as-thumbnail-in-wordpress-blog/' rel='bookmark' title='Permanent Link: How to Show First Image In Post as Thumbnail In Wordpress Blog'>How to Show First Image In Post as Thumbnail In Wordpress Blog</a></li><li><a href='http://www.techyard.net/install-multiple-versions-of-ie-using-ie-collection/' rel='bookmark' title='Permanent Link: Install Multiple Versions Of Internet Explorer Using IE Collection.'>Install Multiple Versions Of Internet Explorer Using IE Collection.</a></li><li><a href='http://www.techyard.net/create-wall-posters-of-any-image-using-posterazor/' rel='bookmark' title='Permanent Link: Create Wall Posters Of Any Image Using Posterazor'>Create Wall Posters Of Any Image Using Posterazor</a></li><li><a href='http://www.techyard.net/free-download-manager-turns-opensource/' rel='bookmark' title='Permanent Link: Free Download Manager Turns OpenSource'>Free Download Manager Turns OpenSource</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=3bwd5CBlF5o:e05vUABK29U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=3bwd5CBlF5o:e05vUABK29U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=3bwd5CBlF5o:e05vUABK29U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=3bwd5CBlF5o:e05vUABK29U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=3bwd5CBlF5o:e05vUABK29U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=3bwd5CBlF5o:e05vUABK29U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=3bwd5CBlF5o:e05vUABK29U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=3bwd5CBlF5o:e05vUABK29U:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/create-thumbnail-view-for-images-in-windows-explorer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generate Color Palettes With Colors In Images Using Pictaculous</title>
		<link>http://www.techyard.net/generate-color-palettes-from-images-using-pictaculous/</link>
		<comments>http://www.techyard.net/generate-color-palettes-from-images-using-pictaculous/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:08:06 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[color palette generator]]></category>

		<category><![CDATA[color palette.]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4567</guid>
		<description><![CDATA[Generate color palettes with colors used in an photo using Pictaculous.It creates a color palette with 5 colors with complete hex code right from the image you upload.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/pictaculous.png"><img class="aligncenter size-full wp-image-4568" title="pictaculous" src="http://www.techyard.net/wp-content/uploads/2009/06/pictaculous.png" alt="pictaculous" width="323" height="75" /></a></p>
<p>Generate color palettes with colors used in an photo using <a href="http://pictaculous.com/" target="_blank">Pictaculous</a>.It creates a color palette with 5 colors right from the image you upload.It provides complete details like the hexa code for each color. It handles PNG, GIF, JPG image file format and your file cannot be larger than 500kb.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/GenerateColorPalettesWithColorsInPhotosU_13A62/pictaculouspalette.png"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pictaculous-palette" src="http://www.techyard.net/wp-content/uploads/images/GenerateColorPalettesWithColorsInPhotosU_13A62/pictaculouspalette_thumb.png" border="0" alt="pictaculous-palette" width="452" height="297" /></a></p>
<p>Once the Palette is created you can download the Adobe Swatch File, Email or Share the Palette on Social Media.It will also suggest you some alternatives of color schemes from Adobe Kuler and COLOURlovers.</p>
<p>You can also create Color Palettes directly from your camera phone for the photos taken with your camera phone by emailing the photo to email{at}mailchimp.com and you would receive a reply with the Color Palette.</p>
<p>Create your color palettes @ <a href="http://pictaculous.com/" target="_blank">Pictaculous</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/colorotate-create-color-palettes-in-3d/' rel='bookmark' title='Permanent Link: ColoRotate : Create Color Palettes In 3D'>ColoRotate : Create Color Palettes In 3D</a></li><li><a href='http://www.techyard.net/color-detector/' rel='bookmark' title='Permanent Link: Identify The Color On Your Screen Using Color Detector'>Identify The Color On Your Screen Using Color Detector</a></li><li><a href='http://www.techyard.net/colorpix-pick-colors-in-different/' rel='bookmark' title='Permanent Link: ColorPix &#8212; Pick Colors In Different Formats'>ColorPix &#8212; Pick Colors In Different Formats</a></li><li><a href='http://www.techyard.net/create-zoom-capable-widgets-of-your-images-at-closr/' rel='bookmark' title='Permanent Link: Create Zoom Capable Widgets Of Your Images at ClosR'>Create Zoom Capable Widgets Of Your Images at ClosR</a></li><li><a href='http://www.techyard.net/4-tools-to-watermark-images/' rel='bookmark' title='Permanent Link: 4 Tools To Watermark Images'>4 Tools To Watermark Images</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=Oq8Va5Ciq78:e8nOtGsq368:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Oq8Va5Ciq78:e8nOtGsq368:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Oq8Va5Ciq78:e8nOtGsq368:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Oq8Va5Ciq78:e8nOtGsq368:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Oq8Va5Ciq78:e8nOtGsq368:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Oq8Va5Ciq78:e8nOtGsq368:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Oq8Va5Ciq78:e8nOtGsq368:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Oq8Va5Ciq78:e8nOtGsq368:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/generate-color-palettes-from-images-using-pictaculous/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backup Data Faster And Easier With FBackup</title>
		<link>http://www.techyard.net/backup-data-faster-and-easier-with-fbackup/</link>
		<comments>http://www.techyard.net/backup-data-faster-and-easier-with-fbackup/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 11:45:26 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[FireFox]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Tools]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[Data Backup]]></category>

		<category><![CDATA[data restore]]></category>

		<category><![CDATA[fbackup]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4561</guid>
		<description><![CDATA[FBackup is a free data backup utility which helps make backups of your data in the drive or external drives,It can also back up data of commonly used programs like iTunes,Firefox,Google Chrome,Opera,Picasa Avast and AVG with the help of FBackUp Plugins.]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.techyard.net/wp-content/uploads/2009/06/fbackup.png"><img class="alignright size-full wp-image-4563" title="fbackup" src="http://www.techyard.net/wp-content/uploads/2009/06/fbackup.png" alt="fbackup" width="280" height="64" /></a><a href="http://www.fbackup.com/" target="_blank">FBackup</a></strong> is a free data backup utility which helps make backups of your data very easily.It can create automated backups, and password-protected and compressed automatically either to same disk or any other device like an external device or across the network.The restore function is also very simple simply browse and select your backup file and everything is restored.</p>
<p>This backup tool is the best any home user can use,with its simple interface and its plugins supports makes it a must have on any home user.</p>
<p>The easy to use interface makes it easy to backup with simple questions to answer like</p>
<ul>
<li><strong>Where</strong> do you want to store the backup (the destination).</li>
<li><strong>What</strong> do you want to backup (the sources).</li>
<li><strong>How</strong> do you want to run the backup (using full backup that zips the files, or mirror backup that doesn&#8217;t zip them).</li>
<li><strong>When</strong> do you want to run the backup (you can schedule it to run automatically or run it manually).</li>
</ul>
<p><a href="http://www.techyard.net/wp-content/uploads/images/BackupDataFasterAndEasierWithFBackup_E761/freebackupsoftware.gif"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="free-backup-software" src="http://www.techyard.net/wp-content/uploads/images/BackupDataFasterAndEasierWithFBackup_E761/freebackupsoftware_thumb.gif" border="0" alt="free-backup-software" width="484" height="364" /></a></p>
<p><strong>Features :</strong></p>
<ul>
<li>Automatic backups</li>
<li>Backup with standard zip compression using ZIP64 which can create backups over 2GB.</li>
<li>Create exact copies of files making &#8220;mirror&#8221; copy of the original files.</li>
<li>Multiple backup destinations like external USB/Firewire drive, or on a mapped network drive.</li>
<li>Backup open files</li>
<li>Backup Plugins for backing up commonly used programs like internet browser data, game data etc.</li>
</ul>
<p>The <a href="http://www.backup4all.com/backup-plugins.php" target="_blank">FBackup Plugins</a> lets you back up commonly used program data across like <strong>iTunes</strong>, Instant Messengers ( Yahoo Messenger, MSN, Pidgin, Trillian, Skype, Mozilla Suite, ICQ ) and Thunderbird and Adobe Photoshop, Dreamweaver, <strong>Picasa</strong>, <strong>Firefox</strong>, <strong>Opera, Google Chrome, Avast Antivirus, Spybot Search and Destroy, AVG Antivirus </strong>and also backup your Windows Registry and more applications are supported.</p>
<p>To Add plugins to FBackup, Download the plugin(s) of your choice and then <strong>Open FBackUp</strong> and navigate to <strong>Tools-&gt;Plugins</strong> and Click <strong>Add</strong> to browse and select the downloaded plugin.</p>
<p>Supports Windows 7 (RC), Vista, XP, 2008/2003/2000 Server (32 and 64-bit)</p>
<p><strong>Download</strong> <a style="text-decoration: none;" href="http://www.fbackup.com/free-download.php" target="_blank">FBackUp</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/gfi-backup-free-backup-and-data-recovery-software/' rel='bookmark' title='Permanent Link: GFI Backup - Free Backup and Data Recovery Software'>GFI Backup - Free Backup and Data Recovery Software</a></li><li><a href='http://www.techyard.net/backup-restore-your-system-using-driveimage-xml/' rel='bookmark' title='Permanent Link: BackUp and Restore Your System Using DriveImage XML'>BackUp and Restore Your System Using DriveImage XML</a></li><li><a href='http://www.techyard.net/mozbackup-backup-your-mozilla-profiles/' rel='bookmark' title='Permanent Link: MozBackUp : BackUp Your Mozilla Profiles'>MozBackUp : BackUp Your Mozilla Profiles</a></li><li><a href='http://www.techyard.net/keep-your-data-safe-in-vhdd-using-secretdrive/' rel='bookmark' title='Permanent Link: Keep Your Data Safe In Virtual Hard Disc Drives Using SecretDrive'>Keep Your Data Safe In Virtual Hard Disc Drives Using SecretDrive</a></li><li><a href='http://www.techyard.net/create-bootable-backup-of-mac-osx-drive-using-carbon-copy-cloner/' rel='bookmark' title='Permanent Link: Create Bootable BackUp Of Mac OSX Drive Using Carbon Copy Cloner'>Create Bootable BackUp Of Mac OSX Drive Using Carbon Copy Cloner</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=R4QLG8vOXp8:eIAMy0MCx58:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=R4QLG8vOXp8:eIAMy0MCx58:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=R4QLG8vOXp8:eIAMy0MCx58:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=R4QLG8vOXp8:eIAMy0MCx58:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=R4QLG8vOXp8:eIAMy0MCx58:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=R4QLG8vOXp8:eIAMy0MCx58:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=R4QLG8vOXp8:eIAMy0MCx58:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=R4QLG8vOXp8:eIAMy0MCx58:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/backup-data-faster-and-easier-with-fbackup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track Your Blog Keyword Ranking Across Search Engines Easily Using RockinSEO</title>
		<link>http://www.techyard.net/track-keyword-ranking-across-search-engines-using-rockinseo/</link>
		<comments>http://www.techyard.net/track-keyword-ranking-across-search-engines-using-rockinseo/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:40:40 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[keyword tracking]]></category>

		<category><![CDATA[search engines]]></category>

		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4556</guid>
		<description><![CDATA[Track your blog or websites results across Google, Yahoo and Bing for up to 20 keywords, for free using RockinSEO and compare your keywords with 3 other competitors and see how you fair with the same set of keywords with your competitors.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/rockinseo.png"><img class="alignright size-full wp-image-4557" style="margin: 1px;" title="rockinseo" src="http://www.techyard.net/wp-content/uploads/2009/06/rockinseo.png" alt="rockinseo" width="248" height="82" /></a>Keywords play a vital role in helping you rank better in Search Engine Results but Its difficult for beginners to do this analysis and track how your fair with your competitors for the same keywords.</p>
<p>Now you can easily track your Blog or Websites Results across Google, Yahoo and Bing for up to 20 keywords, for free using <a href="http://www.rockinseo.com/" target="_blank">RockinSEO</a>.You can compare your keywords with 3 other competitors and see how you fair with the same set of keywords with your competitors.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/TrackYourBlogKeywordsEasilyUsingRockinSE_A22F/rockinseo1.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="track blog competitors" src="http://www.techyard.net/wp-content/uploads/images/TrackYourBlogKeywordsEasilyUsingRockinSE_A22F/rockinseo1_thumb.png" border="0" alt="track blog competitors" width="600" height="237" /></a><br />
Keyword Positions Comparison With Competitors Across Different Search Engines</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/TrackYourBlogKeywordsEasilyUsingRockinSE_A22F/rockinseo2.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="keywords rankings on SERP" src="http://www.techyard.net/wp-content/uploads/images/TrackYourBlogKeywordsEasilyUsingRockinSE_A22F/rockinseo2_thumb.png" border="0" alt="keywords rankings on SERP" width="600" height="259" /></a></p>
<p>Keywords Positions Across The 3 Search Engines</p>
<p>There are many commercial software and online services which provides such services, but RockinSEO makes it easy easy for beginners to start off.</p>
<p><a href="http://www.rockinseo.com/" target="_blank">Signup at RockinSEO</a></p>
<p><strong>Source :</strong> <a style="text-decoration: none;" href="http://blogsessive.com/blogging-tips/rockinseo-com-a-free-keyword-tracking-seo-tool/" target="_blank">Blogsessive</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/10-seo-tools-to-improve-search-engines-ranking-and-traffic/' rel='bookmark' title='Permanent Link: 10 SEO Tools To Improve Search Engines Ranking and Traffic'>10 SEO Tools To Improve Search Engines Ranking and Traffic</a></li><li><a href='http://www.techyard.net/see-how-your-site-looks-for-popular-search-engines/' rel='bookmark' title='Permanent Link: See How Your Site Looks For Popular Search Engines'>See How Your Site Looks For Popular Search Engines</a></li><li><a href='http://www.techyard.net/ixquick-search-engine-with-complete-privacy/' rel='bookmark' title='Permanent Link: Ixquick - Search Engine With Complete Privacy'>Ixquick - Search Engine With Complete Privacy</a></li><li><a href='http://www.techyard.net/keyboardr-meta-search-engine/' rel='bookmark' title='Permanent Link: KeyBoardr &ndash; Meta Search Engine With Inline Search Results'>KeyBoardr &ndash; Meta Search Engine With Inline Search Results</a></li><li><a href='http://www.techyard.net/show-your-search-engine-referred-visitors-related-posts-based-on-their-search-keywords/' rel='bookmark' title='Permanent Link: Show Your Search Engine Referred Visitors Related Posts Based On Their Search KeyWords'>Show Your Search Engine Referred Visitors Related Posts Based On Their Search KeyWords</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=tdQ4qiksEWg:HY-59OkEpSs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=tdQ4qiksEWg:HY-59OkEpSs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=tdQ4qiksEWg:HY-59OkEpSs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=tdQ4qiksEWg:HY-59OkEpSs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=tdQ4qiksEWg:HY-59OkEpSs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=tdQ4qiksEWg:HY-59OkEpSs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=tdQ4qiksEWg:HY-59OkEpSs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=tdQ4qiksEWg:HY-59OkEpSs:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/track-keyword-ranking-across-search-engines-using-rockinseo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Write Programs In Various Programming Languages Online At CodeRun</title>
		<link>http://www.techyard.net/write-programs-in-various-programming-languages-online-at-coderun/</link>
		<comments>http://www.techyard.net/write-programs-in-various-programming-languages-online-at-coderun/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:17:55 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[coderun]]></category>

		<category><![CDATA[online ide]]></category>

		<category><![CDATA[run code online]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4551</guid>
		<description><![CDATA[CodeRun is a browser-based Integrated Development Environment (IDE),allows programmers to easily develop, test, deploy and publish code online directly from your browser and supports C#/.NET (3.5), PHP (5.1), JavaScript and HTML programming languages.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/coderun.png"><img class="alignright size-full wp-image-4552" title="coderun" src="http://www.techyard.net/wp-content/uploads/2009/06/coderun.png" alt="coderun" width="197" height="57" /></a>I’ve shared with our reader <a href="http://www.techyard.net/code-and-test-php-online-at-phpanywhere/" target="_blank">PHPAnywhere</a> which lets you code and test PHP Code online using their Online IDE, but Incase you would like to program in a different programming language like <a href="http://www.coderun.com/Code/?q=.NET">.NET</a>, <a href="http://www.coderun.com/Code/?q=PHP">PHP</a> and <a href="http://www.coderun.com/Code/?q=Ajax">Ajax</a> then you can check out <a href="http://www.coderun.com/" target="_blank">CodeRun</a> which is an Online Development Platform or IDE where you can <a href="http://www.coderun.com/About/Tour/?f=Edit">View, modify and run code</a>, <a href="http://www.coderun.com/About/Tour/?f=Debug">Debug client / server code</a>, <a href="http://www.coderun.com/About/Tour/?f=Publish">Publish and share code links</a>.</p>
<p>Instead of downloading the code and running it on your desktop, you can open it with your browser using CodeRun provides an easy to use interface of an IDE and check the code right in your browser.</p>
<p>Here are some more things that you can do.</p>
<ul>
<li><strong>View</strong>, modify and run code without having to download it to your desktop</li>
<li><strong>Search</strong> the fastest growing collection of runnable code examples from within the IDE</li>
<li><strong>Create</strong> new projects, or upload existing code online</li>
<li><strong>Edit</strong> code with syntax-coloring and code completion</li>
<li><strong>Compile</strong> managed code applications</li>
<li><strong>Debug</strong> client / server code with your browser</li>
<li><strong>Deploy</strong> applications to the cloud with a single click</li>
<li><strong>Manage</strong> your deployed websites and databases in the cloud</li>
<li><strong>Track</strong> code versioning with built-in SVN support</li>
<li><strong>Publish</strong> your own code links and allow others to branch from your code</li>
</ul>
<p><a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunide.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-ide" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunide_thumb.png" border="0" alt="coderun-ide" width="244" height="184" /></a> <a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunautocomplete.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-auto-complete" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunautocomplete_thumb.png" border="0" alt="coderun-auto-complete" width="244" height="184" /></a></p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunDebug.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-Debug" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunDebug_thumb.png" border="0" alt="coderun-Debug" width="244" height="184" /></a> <a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunsharecode.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-sharecode" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunsharecode_thumb.png" border="0" alt="coderun-sharecode" width="244" height="184" /></a></p>
<p>You can create C#, PHP, JavaScript, HTML, CSS, ASP.NET applications, WCF services, WPF Applications, PHP projects, Facebook applications, iPhone browser applications and supports Amazon <strong>SimpleDB</strong> and <strong>SQL Server</strong> 2005 Databases.</p>
<p>With Code Auto Completion which can be triggered using CTRL+SPACE for the code completion popup make it easy to use even for novice programmers.</p>
<p>There are also various channels for programming languages with sample code and example which can also be run directly and the source code can also be seen.</p>
<p>CodeRun Online IDE is currently supports Internet Explorer 7 and Firefox.</p>
<p>This is how you can test the examples available in the channels</p>
<ol>
<li>Search for example in the Channels or through Search Box<br />
<a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/ajaxcoderun.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ajax-coderun" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/ajaxcoderun_thumb.jpg" border="0" alt="ajax-coderun" width="198" height="124" /></a></li>
<li>Run/Execute the code or View the Source Code using the CodeRun Online IDE.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunsearch.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-search" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunsearch_thumb.png" border="0" alt="coderun-search" width="457" height="205" /></a></li>
<li>View the output in your browser.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunexamplerun.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="coderun-example-run" src="http://www.techyard.net/wp-content/uploads/images/CodeTestandExecuteInVariousProgrammingLa_F80A/coderunexamplerun_thumb.png" border="0" alt="coderun-example-run" width="457" height="132" /></a></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.techyard.net/code-and-test-php-online-at-phpanywhere/' rel='bookmark' title='Permanent Link: Code and Test PHP Online At PHPAnywhere'>Code and Test PHP Online At PHPAnywhere</a></li><li><a href='http://www.techyard.net/hello-world-in-400-programming-languages/' rel='bookmark' title='Permanent Link: Hello World In 400 + Programming Languages'>Hello World In 400 + Programming Languages</a></li><li><a href='http://www.techyard.net/pdfmenot-read-pdf-files-online/' rel='bookmark' title='Permanent Link: PDFMeNot - Read PDF Files Online'>PDFMeNot - Read PDF Files Online</a></li><li><a href='http://www.techyard.net/twithive-browser-based-online-twitter-client/' rel='bookmark' title='Permanent Link: TwitHive – Online Alternative To Tweet Deck Twitter Client'>TwitHive – Online Alternative To Tweet Deck Twitter Client</a></li><li><a href='http://www.techyard.net/open-documents-online-from-browser-using-open-it-online-addon/' rel='bookmark' title='Permanent Link: Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .'>Open Documents,Spreadsheets,Presentation and Images Online From Firefox,IE and Flock Using Open IT Online .</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=au6H4RCPVTs:noLPXHfPdGM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=au6H4RCPVTs:noLPXHfPdGM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=au6H4RCPVTs:noLPXHfPdGM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=au6H4RCPVTs:noLPXHfPdGM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=au6H4RCPVTs:noLPXHfPdGM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=au6H4RCPVTs:noLPXHfPdGM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=au6H4RCPVTs:noLPXHfPdGM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=au6H4RCPVTs:noLPXHfPdGM:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/write-programs-in-various-programming-languages-online-at-coderun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create An Unattended Installer For All Your Favorite Software Using Windows Post Install (WPI)</title>
		<link>http://www.techyard.net/create-unattended-install-disc-of-softwares/</link>
		<comments>http://www.techyard.net/create-unattended-install-disc-of-softwares/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:27:02 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Portable Softwares]]></category>

		<category><![CDATA[Windows Tools]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[post install]]></category>

		<category><![CDATA[slipstream]]></category>

		<category><![CDATA[wpi]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4546</guid>
		<description><![CDATA[Create an unattended installer with all your favorite applications slipstreamed with your OS Installation with a unlimited set of softwares using Windows Post Install (WPI).]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techyard.net/wp-content/uploads/2009/06/wpi.png"><img class="alignright size-full wp-image-4547" title="windows post install" src="http://www.techyard.net/wp-content/uploads/2009/06/wpi.png" alt="windows post install" width="100" height="100" /></a>Similar to slipstreaming Service Packs for auto installing Windows Updates, you can now create an unattended installer for all your software that you would normally install after formatting or on buying a new system, We’ve recently shared with our readers <a href="http://www.techyard.net/smart-installer-pack-bundled-installer-of-free-software/" target="_blank">Smart Installer Pack</a> which had shortcoming like we were limited to the software that came with the pack and install each software manually from the pack and the size was also a concern.</p>
<p>With <a href="http://www.wpiw.net/" target="_blank">Windows Post Install (WPI)</a> you can now create an unattended installer with all your favorite applications and just start the executable for installing all the application.You can also add it to your OS Installation disc so that it starts immediately after installing your OS.</p>
<p>With your typical setup of WPI you have your OS and all of the apps, tweaks and such on one disk. After windows installs, WPI kicks in and you are given a selection of everything you have configured WPI with, then you can select the ones you want or simply let the timer run out and your default apps will install.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/WPI_1471E/wpiinstaller.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="wpi-installer" src="http://www.techyard.net/wp-content/uploads/images/WPI_1471E/wpiinstaller_thumb.jpg" border="0" alt="wpi-installer" width="400" height="291" /></a></p>
<p><strong>Features :</strong></p>
<ul>
<li>Unattended installation of software</li>
<li>Slipstreamed to run after installation of Windows OS</li>
<li>Force Install applications</li>
<li>No limit on the number of applications that can be installed via WPI.</li>
<li>Categorize softwares for easy installation.</li>
</ul>
<p>For Help on how to add an application can be referred <a href="http://www.wpiw.net/The_Dark_Side/help.html" target="_blank">here</a>.</p>
<p><strong>Download</strong> <a href="http://www.wpiw.net/downloads/WPI_v7.5.0.rar" target="_blank">Windows Post Install</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/smart-installer-pack-bundled-installer-of-free-software/' rel='bookmark' title='Permanent Link: Install Most Commonly Used Softwares At Once Using Smart Installer Pack'>Install Most Commonly Used Softwares At Once Using Smart Installer Pack</a></li><li><a href='http://www.techyard.net/download-windows-xp-sp3-rc2-standalone-installer/' rel='bookmark' title='Permanent Link: Download Windows XP SP3 (RC2) Standalone Installer'>Download Windows XP SP3 (RC2) Standalone Installer</a></li><li><a href='http://www.techyard.net/how-to-create-bootable-usb-drive-of-windows-7-and-install/' rel='bookmark' title='Permanent Link: Guide : How To Create Bootable USB Drive Of Windows 7 and Install'>Guide : How To Create Bootable USB Drive Of Windows 7 and Install</a></li><li><a href='http://www.techyard.net/how-to-get-a-featured-post-section-in-wordpress-without-any-plugins/' rel='bookmark' title='Permanent Link: How To Create A Featured Post Section In Wordpress Without Any Plugins'>How To Create A Featured Post Section In Wordpress Without Any Plugins</a></li><li><a href='http://www.techyard.net/windows-live-wave-3-beta-available-for-download/' rel='bookmark' title='Permanent Link: Windows Live Wave 3 Beta Available For Download'>Windows Live Wave 3 Beta Available For Download</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=ELBQcCOOt7s:yGhlOPhHvPM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=ELBQcCOOt7s:yGhlOPhHvPM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=ELBQcCOOt7s:yGhlOPhHvPM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=ELBQcCOOt7s:yGhlOPhHvPM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=ELBQcCOOt7s:yGhlOPhHvPM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=ELBQcCOOt7s:yGhlOPhHvPM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=ELBQcCOOt7s:yGhlOPhHvPM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=ELBQcCOOt7s:yGhlOPhHvPM:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/create-unattended-install-disc-of-softwares/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make Free VoIP Calls To Over 40 Countries Using TuiTalk From Your PC and Your Phone</title>
		<link>http://www.techyard.net/make-free-voip-calls-to-over-40-countries-using-tuitalk/</link>
		<comments>http://www.techyard.net/make-free-voip-calls-to-over-40-countries-using-tuitalk/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:21:01 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[free calls]]></category>

		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4541</guid>
		<description><![CDATA[make free international phone calls from anywhere in the world using VoIP to over 40 countries with Tuitalk to any phone number.]]></description>
			<content:encoded><![CDATA[<p>VoIP has changed the way we communicate and make long distance phone calls, but you can now make free VoIP phone calls using <a href="http://tuitalk.com/" target="_blank">TuiTalk</a>, which lets you make internet calls to your friends and family to landline and mobile phones in over 40 countries [ <a href="http://tuitalk.com/provisioning/end-user/zhtml/countries.zhtml" target="_blank">List Of Supported Countries</a> ].</p>
<p><img class="aligncenter size-full wp-image-4542" title="tuitalk" src="http://www.techyard.net/wp-content/uploads/2009/06/tuitalk.png" alt="tuitalk" width="186" height="77" /> Just register and download the desktop client thats it and your ready to make free phone calls over in the internet.Here’s the catch for the free calls,Before your call connects, you will watch a short video ad that the only catch and the length of each call depends on which country you are calling.You can talk as long as your sponsorship lasts for your call. An indicator on your computer screen will tell you how much time you have left for each call. You may make up to three free phone calls per day.</p>
<p>They also have a version for Mobile Version of TuiTalk for <a href="http://208.96.20.66/tuitalk/client/tuitalker-0.5.1-ORTP.cab" target="_blank">Windows SmartPhone</a> and an iPhone version is in the making.</p>
<p>1. Join tuitalk</p>
<p>2. <a href="http://tuitalk.com/free-phone-calls/start-making-free-calls-now.zhtml" target="_blank">Download tuitalk</a> to your PC or Mobile Phone</p>
<p>3. Dial the #, watch an ad, and talk for free!</p>
<p>Looks like with such VoIP alternatives Long Distance calls will get even cheaper and even free.</p>
<p><a title="http://tuitalk.com/index.zhtml" href="http://tuitalk.com/index.zhtml" target="_blank">TuiTalk</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/make-free-viop-calls-using-gtalk/' rel='bookmark' title='Permanent Link: Make Free VIOP Calls To 30+ Countries For Free Using GTalk'>Make Free VIOP Calls To 30+ Countries For Free Using GTalk</a></li><li><a href='http://www.techyard.net/make-free-international-voip-calls/' rel='bookmark' title='Permanent Link: Make Free International VoIP Calls'>Make Free International VoIP Calls</a></li><li><a href='http://www.techyard.net/make-voip-calls-from-ipod-touch/' rel='bookmark' title='Permanent Link: Make VoIP Calls From iPod Touch Using Truphone'>Make VoIP Calls From iPod Touch Using Truphone</a></li><li><a href='http://www.techyard.net/record-skype-calls-using-skype-call-recorder-for-free/' rel='bookmark' title='Permanent Link: Record Skype Calls Using Skype Call Recorder For Free'>Record Skype Calls Using Skype Call Recorder For Free</a></li><li><a href='http://www.techyard.net/receive-calls-and-post-voicemail-with-your-blog-on-blogger/' rel='bookmark' title='Permanent Link: Receive Calls and Post Voicemail With Your Blog On Blogger'>Receive Calls and Post Voicemail With Your Blog On Blogger</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=EhDkIClY8A8:fbB0752npG4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=EhDkIClY8A8:fbB0752npG4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=EhDkIClY8A8:fbB0752npG4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=EhDkIClY8A8:fbB0752npG4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=EhDkIClY8A8:fbB0752npG4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=EhDkIClY8A8:fbB0752npG4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=EhDkIClY8A8:fbB0752npG4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=EhDkIClY8A8:fbB0752npG4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/make-free-voip-calls-to-over-40-countries-using-tuitalk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Use Grease Monkey Scripts(User Scripts) In Opera</title>
		<link>http://www.techyard.net/grease-monkey-scripts-in-opera/</link>
		<comments>http://www.techyard.net/grease-monkey-scripts-in-opera/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:04:24 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[FireFox]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Tips,Tricks and Hacks]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[grease monkey scripts]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4533</guid>
		<description><![CDATA[Use Grease Monkey Scripts in Opera using User Scripts Feature Of Opera.]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Grease Monkey Addon</a> is a good addon for Firefox that let you add extra functionality in websites using JavaScript, but what many don’t know is that you can use the same <a href="http://userscripts.org/" target="_blank">Grease Monkey Scripts</a> in Opera.With the new version of Opera faster and good, using grease monkey scripts in it can really make it even more powerful.</p>
<p>Here are the steps, I’am going to show it with the example of using the virtual keyboard grease monkey script in Opera.</p>
<ol>
<li>Open Opera</li>
<li>Check if the User Scripts Folder  is already set in Opera, Enter “<em>opera:about</em>” in the address bar and for the highlighted sentence as shown in the following image.<a href="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserjsfolder.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="opera-user-js-folder" src="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserjsfolder_thumb.png" border="0" alt="opera-user-js-folder" width="536" height="413" /></a></li>
<li>In case you don’t find the User JavaScripts Files Path, set it using the following steps.
<ul>
<li>Create a UserScripts Folder in the Opera Installation Folder</li>
<li>Open Opera and Goto Preferences from Tools ( Ctrl + F12 ),</li>
<li>Select Content under Advaned Tab and Click “JavaScript Options” button</li>
<li>Browse and choose the path to the created UserScripts Folder.<a href="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserjsfoldersettings.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="opera-user-js-folder-settings" src="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserjsfoldersettings_thumb.png" border="0" alt="opera-user-js-folder-settings" width="481" height="413" /></a></li>
</ul>
</li>
<li>Now place the GreaseMonkey Scripts in the UserScripts folder and you can use the Grease Monkey Scripts in Opera.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserscriptsfolder.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="opera-user-scripts-folder" src="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/operauserscriptsfolder_thumb.jpg" border="0" alt="opera-user-scripts-folder" width="490" height="268" /></a></li>
</ol>
<p>You can try out the <a href="http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/" target="_blank">Virtual Keyboard GreaseMonkey Script</a> In Opera, Here’s how it looks in action in Opera.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/launchscriptinopera.png"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="launch-script-in-opera" src="http://www.techyard.net/wp-content/uploads/images/HowToUseGreaseMonkeyScriptsInOpera_1369B/launchscriptinopera_thumb.png" border="0" alt="launch-script-in-opera" width="430" height="241" /></a></p>
<p>Desp :</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/' rel='bookmark' title='Permanent Link: Defeat KeyLoggers Using Virtual Keyboard GreaseMonkey Script'>Defeat KeyLoggers Using Virtual Keyboard GreaseMonkey Script</a></li><li><a href='http://www.techyard.net/increase-speed-dial-slots-in-opera-95/' rel='bookmark' title='Permanent Link: Increase Speed Dial Slots In Opera 9.5'>Increase Speed Dial Slots In Opera 9.5</a></li><li><a href='http://www.techyard.net/take-snapshots-with-imagemaps-online-using-kwout/' rel='bookmark' title='Permanent Link: Take Snapshots Of Webpage With ImageMaps Online Using Kwout'>Take Snapshots Of Webpage With ImageMaps Online Using Kwout</a></li><li><a href='http://www.techyard.net/view-opera-and-chrome-cache/' rel='bookmark' title='Permanent Link: How To View Opera and Google Chrome Cache'>How To View Opera and Google Chrome Cache</a></li><li><a href='http://www.techyard.net/avoid-phising-malware-virus-attacks-by-scanning-shorted-urls/' rel='bookmark' title='Permanent Link: How To Avoid Phishing, Malware, and Viruses Attacks By Examining Short URLs On Social Networking Sites'>How To Avoid Phishing, Malware, and Viruses Attacks By Examining Short URLs On Social Networking Sites</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=lPlGFng30X4:bKnlamVVZSk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=lPlGFng30X4:bKnlamVVZSk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=lPlGFng30X4:bKnlamVVZSk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=lPlGFng30X4:bKnlamVVZSk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=lPlGFng30X4:bKnlamVVZSk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=lPlGFng30X4:bKnlamVVZSk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=lPlGFng30X4:bKnlamVVZSk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=lPlGFng30X4:bKnlamVVZSk:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/grease-monkey-scripts-in-opera/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Most Commonly Used Softwares At Once Using Smart Installer Pack</title>
		<link>http://www.techyard.net/smart-installer-pack-bundled-installer-of-free-software/</link>
		<comments>http://www.techyard.net/smart-installer-pack-bundled-installer-of-free-software/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 17:30:36 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Utilities]]></category>

		<category><![CDATA[Windows Tools]]></category>

		<category><![CDATA[installer pack]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4527</guid>
		<description><![CDATA[Smart Installer Pack is a bundled installer for the the most commonly used free software in Windows OS.It includes 24 of the most popularly used freeware.]]></description>
			<content:encoded><![CDATA[<p>Did you buy a new system or formatted your system, then you might noticed that most of the commonly used programs have to installed one by one later which is boring and time consuming, but with <a href="http://www.smartinstallerpack.com/" target="_blank">Smart Installer Pack</a> which is a bundled installer for the the most commonly used free software in Windows OS.</p>
<p>Smart Installer Pack contains 24 popular software utilities.It includes Yahoo! Messenger, Yahoo Widgets, Skype, Google Earth, Winamp, Firefox, BitTorrent, Gmail Notifier, Rocket Dock, Codec Pack, Adobe Flash Player, Apple Quicktime, the Java Runtime, Adobe Reader, WinRAR, Open Office, Daemon Tools, Thunderbird, Gimp, Picasa, Avira Antivirus, Google Chrome, CCleaner and KMPlayer.</p>
<p>You don’t have to install all the applications.Just run the application and choose the application icon you want install for options.</p>
<p style="text-align: center;"><img class="size-full wp-image-4528 aligncenter" title="smart-installer-pack" src="http://www.techyard.net/wp-content/uploads/2009/06/smart-installer-pack.jpg" alt="smart-installer-pack" width="440" height="213" /></p>
<p>Supports : Win98/98SE/Me/2000/XP/Vista.</p>
<p><strong>Size</strong> : 227 MB</p>
<p>Download <a href="http://www.smartinstallerpack.com/Versions/Versions/download-smart-installer-pack-version-10.html" target="_blank">Smart Installer Pack</a> (torrent), you can install a torrent client to download SIP or try <a href="http://www.techyard.net/download-torrents-without-a-bittorrent-client/" target="_blank">torrent2exe</a>.</p>
<p>Alternate <a href="http://smart-installer-pack.en.softonic.com/" target="_blank">Download Links</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/create-unattended-install-disc-of-softwares/' rel='bookmark' title='Permanent Link: Create An Unattended Installer For All Your Favorite Software Using Windows Post Install (WPI)'>Create An Unattended Installer For All Your Favorite Software Using Windows Post Install (WPI)</a></li><li><a href='http://www.techyard.net/backup-and-restore-firefox-chrome-thunderbird-profiles/' rel='bookmark' title='Permanent Link: Backup Profiles Of Commonly Used Programs Using MailBrowserBackup'>Backup Profiles Of Commonly Used Programs Using MailBrowserBackup</a></li><li><a href='http://www.techyard.net/download-windows-xp-sp3-rc2-standalone-installer/' rel='bookmark' title='Permanent Link: Download Windows XP SP3 (RC2) Standalone Installer'>Download Windows XP SP3 (RC2) Standalone Installer</a></li><li><a href='http://www.techyard.net/backup-data-faster-and-easier-with-fbackup/' rel='bookmark' title='Permanent Link: Backup Data Faster And Easier With FBackup'>Backup Data Faster And Easier With FBackup</a></li><li><a href='http://www.techyard.net/vista-live-transformation-shell-pack/' rel='bookmark' title='Permanent Link: Vista Live Transformation Shell Pack'>Vista Live Transformation Shell Pack</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=Cx5gl14FKQM:ZUDOqfMEcHU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Cx5gl14FKQM:ZUDOqfMEcHU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Cx5gl14FKQM:ZUDOqfMEcHU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Cx5gl14FKQM:ZUDOqfMEcHU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Cx5gl14FKQM:ZUDOqfMEcHU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Cx5gl14FKQM:ZUDOqfMEcHU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=Cx5gl14FKQM:ZUDOqfMEcHU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=Cx5gl14FKQM:ZUDOqfMEcHU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/smart-installer-pack-bundled-installer-of-free-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Defeat KeyLoggers Using Virtual Keyboard GreaseMonkey Script</title>
		<link>http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/</link>
		<comments>http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:47:31 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[FireFox]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[grease monkey scripts]]></category>

		<category><![CDATA[javascripts]]></category>

		<category><![CDATA[keyloggers]]></category>

		<category><![CDATA[virtual keyboard]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4522</guid>
		<description><![CDATA[Virtual Keyboard GreaseMoneky Script for Firefox adds a virtual keyboard to text fields, password fields and textareas allowing keyboardless input of text and special characters.]]></description>
			<content:encoded><![CDATA[<p>Keyloggers can log all the keystrokes and if you to defeat keyloggers you can try out the <a href="http://www.greywyvern.com/code/javascript/keyboard" target="_blank">Virtual Keyboard GreaseMoneky Script</a> that  you can use in Firefox .It adds a virtual keyboard to text fields, password fields and textareas allowing keyboardless input of text and special characters.</p>
<p>It supports the following keyboard layouts Arabic, Belarusian, Belgian, Bulgarian Phonetic, Burmese, Czech, Danish, Dutch, Dvorak, Farsi (Persian), French, German, Greek, Hebrew, Hungarian, Italian, Lithuanian, Norwegian, Number Pad, Polish Programmers, Portuguese, Romanian, Russian, Serbian Cyrillic, Serbian Latin, Slovak, Slovenian, Spanish (Spain), Swedish, Turkish-F, Turkish-QWERTY, UK, US Standard and US International.</p>
<p><a href="http://www.techyard.net/wp-content/uploads/images/DefeatKeyLoggersUsingVirtualKeyboardGrea_F843/virtualkeyboard.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="virtual-keyboard" src="http://www.techyard.net/wp-content/uploads/images/DefeatKeyLoggersUsingVirtualKeyboardGrea_F843/virtualkeyboard_thumb.jpg" border="0" alt="virtual-keyboard" width="451" height="149" /></a></p>
<ul>
<li>For installing Virtual Keyboard you need have <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey Addon For Firefox</a> installed, If not already installed you can download it from <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">here</a>.</li>
<li>Next to install Virtual Keyboard Script, visit <a href="http://userscripts.org/scripts/show/10974" target="_blank">UserScripts</a> and Click on “Install”. or Download the script file</li>
<li>To use the virtual keyboard just click the keyboard image beside the text or double click in the field to launch the virtual keyboard.</li>
</ul>
<p>Check out the <a href="http://www.greywyvern.com/code/javascript/keyboard" target="_blank">demo here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/install-multiple-keyboard-layouts/' rel='bookmark' title='Permanent Link: Install Multiple Keyboard Layouts In Windows'>Install Multiple Keyboard Layouts In Windows</a></li><li><a href='http://www.techyard.net/grease-monkey-scripts-in-opera/' rel='bookmark' title='Permanent Link: How To Use Grease Monkey Scripts(User Scripts) In Opera'>How To Use Grease Monkey Scripts(User Scripts) In Opera</a></li><li><a href='http://www.techyard.net/mount-iso-image-files-in-xp-as-virtual-drives/' rel='bookmark' title='Permanent Link: Mount ISO Image Files In XP As Virtual Drives'>Mount ISO Image Files In XP As Virtual Drives</a></li><li><a href='http://www.techyard.net/virtual-ruler/' rel='bookmark' title='Permanent Link: Virtual Ruler'>Virtual Ruler</a></li><li><a href='http://www.techyard.net/keep-your-data-safe-in-vhdd-using-secretdrive/' rel='bookmark' title='Permanent Link: Keep Your Data Safe In Virtual Hard Disc Drives Using SecretDrive'>Keep Your Data Safe In Virtual Hard Disc Drives Using SecretDrive</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=eigKyXN8ZqM:bOlqXtG-Ht0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=eigKyXN8ZqM:bOlqXtG-Ht0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=eigKyXN8ZqM:bOlqXtG-Ht0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=eigKyXN8ZqM:bOlqXtG-Ht0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=eigKyXN8ZqM:bOlqXtG-Ht0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=eigKyXN8ZqM:bOlqXtG-Ht0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=eigKyXN8ZqM:bOlqXtG-Ht0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=eigKyXN8ZqM:bOlqXtG-Ht0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/defeat-keyloggers-using-virtual-keyboard-greasemonkey-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search and Download Videos From Video Sharing Sites From Your Desktop</title>
		<link>http://www.techyard.net/search-and-download-videos-from-video-sharing-sites-using-vdownloader/</link>
		<comments>http://www.techyard.net/search-and-download-videos-from-video-sharing-sites-using-vdownloader/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:29:46 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Online Services]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[YouTube]]></category>

		<category><![CDATA[vdownloader]]></category>

		<category><![CDATA[video conversion]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4516</guid>
		<description><![CDATA[Search, download and convert videos from Youtube, Google Video, Metacafe, MySpace, DailyMotion, and many other similar sites from your desktop and save them in AVI or MPG format using VDownloader.]]></description>
			<content:encoded><![CDATA[<p>Search, download and convert videos from Youtube, Google Video, Metacafe, MySpace, DailyMotion, and many other similar sites from your desktop and save them in AVI or MPG format using <strong><a href="http://www.vdownloader.es/" target="_blank">VDownloader</a></strong>.</p>
<p><strong>VDownloader </strong>can save videos<strong> </strong>in AVI, MPG, iPOD/iPHONE, PSP, 3GP, NOKIA N8&#215;0, VCD, SVCD, DVD, FLV formats and also save the audio from video files in MP3 (audio only).It can also monitor the clipboard and asks for Save As information as soon the link to a video is copied to the clipboard.</p>
<p><strong>List of supported video sites :</strong> <a href="http://www.techyard.net/wp-content/uploads/images/SearchandDownloadVideosFromVideoSharingS_F7B7/VDownloader.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="VDownloader" src="http://www.techyard.net/wp-content/uploads/images/SearchandDownloadVideosFromVideoSharingS_F7B7/VDownloader_thumb.jpg" border="0" alt="VDownloader" width="323" height="292" align="right" /></a></p>
<ul>
<li>Youtube (in HD if available)</li>
<li>Google Video</li>
<li>DailyMotion</li>
<li>MySpace</li>
<li>Veoh</li>
<li>GoFish</li>
<li>Netlog</li>
<li>Blip TV</li>
<li>MyVideo.de</li>
<li>Porkolt</li>
<li>Metacafe</li>
<li>Break.com</li>
<li>123 Video</li>
<li>Bolt</li>
<li>Vreel (Beta)</li>
<li>Clevver</li>
<li>Tudou</li>
<li>VSocial</li>
<li>Lulu TV</li>
<li>Guba</li>
<li>HideBehind</li>
<li>Dale al Play</li>
<li>Yahoo! Video</li>
<li>Tu.tv Hispavista</li>
<li>Vimeo</li>
</ul>
<p>Download <a href="http://www.vdownloader.es/files/vdownloader.zip" target="_blank">VDownloader</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/convert-and-download-videos-online-using-firefox/' rel='bookmark' title='Permanent Link: Convert And Download Video&rsquo;s Online Using Firefox'>Convert And Download Video&rsquo;s Online Using Firefox</a></li><li><a href='http://www.techyard.net/search-and-watch-youtube-videos-on-desktop-with-sprink/' rel='bookmark' title='Permanent Link: Search and Watch YouTube Videos Right On Your Desktop With Sprink'>Search and Watch YouTube Videos Right On Your Desktop With Sprink</a></li><li><a href='http://www.techyard.net/download-youtube-videos-using-pwn-youtube/' rel='bookmark' title='Permanent Link: Download YouTube Videos Using PWN YouTube'>Download YouTube Videos Using PWN YouTube</a></li><li><a href='http://www.techyard.net/convert-and-download-youtube-videos-online/' rel='bookmark' title='Permanent Link: Convert And Download YouTube Videos Online'>Convert And Download YouTube Videos Online</a></li><li><a href='http://www.techyard.net/convert-videos-online-at-movavi-online-convert/' rel='bookmark' title='Permanent Link: Convert Videos Online At MovAvi Online Convert'>Convert Videos Online At MovAvi Online Convert</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=gY3TndbSD7g:xmym47hPp14:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=gY3TndbSD7g:xmym47hPp14:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=gY3TndbSD7g:xmym47hPp14:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=gY3TndbSD7g:xmym47hPp14:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=gY3TndbSD7g:xmym47hPp14:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=gY3TndbSD7g:xmym47hPp14:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=gY3TndbSD7g:xmym47hPp14:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=gY3TndbSD7g:xmym47hPp14:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/search-and-download-videos-from-video-sharing-sites-using-vdownloader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download 264 Portable Applications Using LiberKey</title>
		<link>http://www.techyard.net/download-264-portable-applications-using-liberkey/</link>
		<comments>http://www.techyard.net/download-264-portable-applications-using-liberkey/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 09:14:18 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Portable Softwares]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[liberkey]]></category>

		<category><![CDATA[portable applications]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4511</guid>
		<description><![CDATA[LiberKey is a collections of over 200 free portable applications that can be run from usb drives, and also be updated directly from the application itself.It has portable application categorized into Audio, CD/DVD, Education, File Management, Graphics – Photo, Internet, Networking – Server, Office, Security, System Utilities, and Video.]]></description>
			<content:encoded><![CDATA[<p>Portable appliations have become very popular making it easy to carry all your favorite tools right <a href="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeylaunch.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="liberkey-launch" src="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeylaunch_thumb.jpg" border="0" alt="liberkey-launch" width="125" height="240" align="right" /></a>on your USB Drives and use them on any computer without the need of any installations.<strong><a href="http://www.liberkey.com/en/" target="_blank">LiberKey</a></strong> groups a lot of free software making it a True &#8220;swiss army knife&#8221; for portable applications.You can also update applications from the LiberKey application itself, making it even easier to have an updates version.</p>
<p>LiberKey come in 3 different packages ( Basic, Standard and Ultimate ) and each package has it own set of tools arranged into different categories like Audio, CD/DVD, Education, File Management, Graphics – Photo, Internet, Networking – Server, Office, Security, System Utilities, and Video.</p>
<p><strong>Features :</strong></p>
<ul>
<li>Updates of the main LiberKey softwares can be downloaded directly via Internet.( Registration Required )</li>
<li>Temporarily associate files extensions (.avi, .jpg, doc.,…)</li>
<li>Applications can be installed on USB key, external hard drive, music player,iPod etc</li>
<li>Access all applications from the LiberKey system tray icon.</li>
<li>3 Different packages.</li>
</ul>
<table border="0" width="382" align="center">
<tbody>
<tr>
<td width="88" bgcolor="#d6e3fe">
<div><strong>LiberKey Package</strong></div>
</td>
<td width="79" bgcolor="#d6e3fe">
<div><strong>Softwares</strong></div>
</td>
<td width="88" bgcolor="#d6e3fe">
<div><strong>Setup size</strong></div>
</td>
<td width="99" bgcolor="#d6e3fe">
<div><strong>Installed size on FAT32</strong></div>
</td>
</tr>
<tr>
<td>
<div><strong>Basic</strong></div>
</td>
<td>
<div>28</div>
</td>
<td>
<div>56 MB</div>
</td>
<td>
<div>179 MB</div>
</td>
</tr>
<tr>
<td>
<div><strong>Standard</strong></div>
</td>
<td>
<div>106</div>
</td>
<td>
<div>144 MB</div>
</td>
<td>
<div>410 MB</div>
</td>
</tr>
<tr>
<td>
<div><strong>Ultimate</strong></div>
</td>
<td>
<div>202</div>
</td>
<td>
<div>197 MB</div>
</td>
<td>
<div>575 MB</div>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeyinterface2.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="liberkey-interface" src="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeyinterface2_thumb.jpg" border="0" alt="liberkey-interface" width="208" height="240" /></a> <a href="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeyupdates.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="liberkey-updates" src="http://www.techyard.net/wp-content/uploads/images/Download200InASinglePackageUsingLiberKey_C104/liberkeyupdates_thumb.jpg" border="0" alt="liberkey-updates" width="229" height="240" /></a></p>
<p>Check the complete list of software available in LiberKey <a href="http://www.liberkey.com/en/logiciels-a-installer.html" target="_blank">here</a>.</p>
<p>For a list of softwares under each package click <a href="http://www.liberkey.com/en/liste-des-logiciels-comparaison.html" target="_blank">here</a>.</p>
<p>LiberKey is compatible with Windows 2000/XP/Vista.</p>
<p><strong>Download</strong> <a href="http://www.liberkey.com/en/download/2-liberkey-en/" target="_blank">LiberKey</a> – <a href="http://www.liberkey.com/en/download/4-liberkey-basic/" target="_blank">Basic</a> – <a href="http://www.liberkey.com/en/download/5-liberkey-standard/" target="_blank">Standard</a> – <a href="http://www.liberkey.com/en/download/6-liberkey-ultimate/" target="_blank">Ultimate</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/computer-repair-utility-kit-with-57-portable-apps/' rel='bookmark' title='Permanent Link: Computer Repair Utility Kit With 57 Portable Applications'>Computer Repair Utility Kit With 57 Portable Applications</a></li><li><a href='http://www.techyard.net/10-handy-portable-apps-on-the-move/' rel='bookmark' title='Permanent Link: 10 Portable Applications That Can Be Really Handy'>10 Portable Applications That Can Be Really Handy</a></li><li><a href='http://www.techyard.net/free-download-trend-micro-internet-security-2008/' rel='bookmark' title='Permanent Link: Download Trend Micro Internet Security 2008 With 3 Year License'>Download Trend Micro Internet Security 2008 With 3 Year License</a></li><li><a href='http://www.techyard.net/download-portable-version-of-chrome-browser/' rel='bookmark' title='Permanent Link: Download Portable Version Of Chrome Browser'>Download Portable Version Of Chrome Browser</a></li><li><a href='http://www.techyard.net/2-free-portable-antivirus-solutions-for-your-usb-drives/' rel='bookmark' title='Permanent Link: 2 Free Portable Antivirus Solutions For Your USB Drives'>2 Free Portable Antivirus Solutions For Your USB Drives</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=J1Z9E5zStKw:YwL3RaTnpRE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=J1Z9E5zStKw:YwL3RaTnpRE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=J1Z9E5zStKw:YwL3RaTnpRE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=J1Z9E5zStKw:YwL3RaTnpRE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=J1Z9E5zStKw:YwL3RaTnpRE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=J1Z9E5zStKw:YwL3RaTnpRE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=J1Z9E5zStKw:YwL3RaTnpRE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=J1Z9E5zStKw:YwL3RaTnpRE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/download-264-portable-applications-using-liberkey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lock Your PC With USB Drive As Key</title>
		<link>http://www.techyard.net/lock-your-pc-with-usb-drive-as-key/</link>
		<comments>http://www.techyard.net/lock-your-pc-with-usb-drive-as-key/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:39:24 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Security Tools]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[lock pc]]></category>

		<category><![CDATA[system lock]]></category>

		<category><![CDATA[USB drive]]></category>

		<guid isPermaLink="false">http://www.techyard.net/?p=4442</guid>
		<description><![CDATA[ Lock your PC when you are away,using a regular USB flash drive as key.It also disables your Keyboard, Mouse and Windows Task Manager while your away and unlocks your system by again plugging your USB Drive.]]></description>
			<content:encoded><![CDATA[<p>Most users use Win+L to lock their Windows PC but software solutions to lock your PC can be overcomed easily.For more better security you can make use of a USB Pen Drive as a key to unlock your PC.<a href="http://www.montpellier-informatique.com/predator/en/" target="_blank">Predator</a> is free tool that lets you pair up your USB Drive and your system and help lock and unblock your PC using only the same USB Pen Drive.</p>
<p>Using Predator you can also lock your live session by simply unplugging the USB Drive, and immediately your mouse and keyboard are locked and your monitor screen darken.Plug the USB flash drive in place and the keyboard and mouse are immediately released, and the display is restored.</p>
<p>But before that you need to setup your USB Flash Drive to pair up with your system.Here’s how to do that</p>
<ol>
<li>Install <a href="http://www.montpellier-informatique.com/predator/en/dl/InstallPredator.exe" target="_blank">Predator</a></li>
<li>On the first launch you are asked to enter a password and to prepare a USB flash drive.Insert the USB Drive and Click “OK”.<br />
<a href="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/predator1.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="predator1" src="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/predator1_thumb.png" border="0" alt="predator1" width="240" height="113" /></a></li>
<li>A Preferences Window is shown
<ul>
<li>Enter New Password, Incase you lose your USB Pen Drive you will be able to unlock your session using this.</li>
<li> Choose the Drive Letter, that assigned to the PenDrive ( Check In My Computer for the Drive Letter ) and choose it from the dropdown menu.</li>
<li>Click “Create Key”.</li>
<li>Click “OK”<br />
<a href="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/PredatorPreferences.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Predator-Preferences" src="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/PredatorPreferences_thumb.png" border="0" alt="Predator-Preferences" width="402" height="407" /></a></li>
<li>Check out the details about each setting <a href="http://www.montpellier-informatique.com/predator/en/index.php?n=Main.Parametrage" target="_blank">here</a>.</li>
</ul>
</li>
</ol>
<p>Predator also has a few added security features like :</p>
<ul>
<li>Records all security-related events in a log file.</li>
<li>Frequently changes the security codes recorded on your USB drive.</li>
<li>Disables the Windows task manager, so that nobody can even close the application by pressing Ctrl+Alt+Del</li>
<li>Sound an alarm if an invalid password is entered.<a href="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/predatorsystray.png"><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="predator-systray" src="http://www.techyard.net/wp-content/uploads/images/LockYourPCWithUSBDriveAsKey_A52F/predatorsystray_thumb.png" border="0" alt="predator-systray" width="240" height="85" align="right" /></a></li>
<li>You can prtotect multiple PC’s with the same key.</li>
</ul>
<p>Next time you Remove / Plugin in your USB Thumb Drive,  you can find predator running in the system tray with this icon in the tray.</p>
<p><strong>Note :</strong> All existing files on your USD drive remain intact and no files are deleted.</p>
<p>Predator is compatible with Windows XP SP1 or later, Windows 2000 SP3, Windows Server 2003 and Windows Vista all editions and requires Microsoft. NET Framework 2.0 installed.</p>
<p>Download <a href="http://www.montpellier-informatique.com/predator/en/dl/InstallPredator.exe" target="_blank">Predator</a></p>


<p>Related posts:<ol><li><a href='http://www.techyard.net/lock-your-desktop-securely-with-secureit-pro/' rel='bookmark' title='Permanent Link: Lock Your Desktop Securely With SecureIt Pro'>Lock Your Desktop Securely With SecureIt Pro</a></li><li><a href='http://www.techyard.net/my-lockbox-hide-your-private-files-from-everyone/' rel='bookmark' title='Permanent Link: My LockBox - Hide Your Private Files From Everyone'>My LockBox - Hide Your Private Files From Everyone</a></li><li><a href='http://www.techyard.net/lock-unlock-your-pc-using-bluetooth/' rel='bookmark' title='Permanent Link: Lock and Unlock Your PC Using Mobile Phone&#8217;s BlueTooth'>Lock and Unlock Your PC Using Mobile Phone&#8217;s BlueTooth</a></li><li><a href='http://www.techyard.net/lock-windows-by-disabling-input-devices/' rel='bookmark' title='Permanent Link: Lock Windows OS By Disabling Input Devices'>Lock Windows OS By Disabling Input Devices</a></li><li><a href='http://www.techyard.net/check-your-password-strength-online/' rel='bookmark' title='Permanent Link: Test Your Password Strength Online'>Test Your Password Strength Online</a></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TechYard?a=DRkdDvYHDLU:sxSEibHdXHI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=DRkdDvYHDLU:sxSEibHdXHI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TechYard?i=DRkdDvYHDLU:sxSEibHdXHI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=DRkdDvYHDLU:sxSEibHdXHI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TechYard?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=DRkdDvYHDLU:sxSEibHdXHI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TechYard?i=DRkdDvYHDLU:sxSEibHdXHI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TechYard?a=DRkdDvYHDLU:sxSEibHdXHI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TechYard?i=DRkdDvYHDLU:sxSEibHdXHI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.techyard.net/lock-your-pc-with-usb-drive-as-key/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
