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

<channel>
	<title>About Tricks &#187; Software</title>
	<atom:link href="http://abouttricks.com/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://abouttricks.com</link>
	<description>Technology, Blogging, Twitter, Social media</description>
	<lastBuildDate>Wed, 16 May 2012 14:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Easy way to identify a BUG in your APP</title>
		<link>http://abouttricks.com/easy-way-to-identify-a-bug-in-your-app/</link>
		<comments>http://abouttricks.com/easy-way-to-identify-a-bug-in-your-app/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 14:11:50 +0000</pubDate>
		<dc:creator>Jai</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://abouttricks.com/?p=994</guid>
		<description><![CDATA[Finding a BUG in an APP is very important thing, Right? If you are a software tester or a QA engineer then you must be thinking every minute to find a bug in an application. And you should be! I think finding a blocker bug like any system crash is often rewarding! No I don’t think like that. You should [...]


Related posts:<ol><li><a href='http://abouttricks.com/citrix-xenapp-tips/' rel='bookmark' title='Permanent Link: 12 Steps to Citrix XenApp 5.0 Success'>12 Steps to Citrix XenApp 5.0 Success</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://abouttricks.com/wp-content/uploads/2012/04/bug.bmp"><img class="alignleft size-full wp-image-995" src="http://abouttricks.com/wp-content/uploads/2012/04/bug.bmp" alt="bug Easy way to identify a BUG in your APP"  title="Easy way to identify a BUG in your APP" /></a></p>
<p>Finding a BUG in an APP is very important thing, Right? <strong>If you are a software tester or a QA engineer then you must be thinking every minute to find a bug in an application. And you should be!</strong></p>
<p>I think finding a <em>blocker bug</em> like any <strong>system crash</strong> is often rewarding! No I don’t think like that. <strong>You should try to find out the bugs that are most difficult to find and those always misleads users.</strong></p>
<p>&nbsp;</p>
<p><strong>Finding such a subtle bugs is most challenging work and it gives you satisfaction of your work.</strong></p>
<p><em><strong>For Instance</strong>, &#8220;There was a cron (cron is a automated script that runs after specified time or condition) to process the log files and update the database. Such multiple crons are running on log files and DB to synchronize the total data. There were two crons running on one table with some time intervals. There was a column in table that was getting overwritten by other cron making some data inconsistency. It will take a long time to figure out the problem due to the vast DB processes and different crons.&#8221;</em></p>
<p><strong>Point is try to find out the hidden bugs in the system that might occur for special conditions and causes strong impact on the system. You can find such a bugs with some tips and tricks.</strong></p>
<p><strong>So what are those tips:</strong></p>
<p><strong>1.</strong> <strong>Understand the whole application</strong> or module in depth before starting the testing.</p>
<p><strong>2.</strong> Prepare <strong>good test cases</strong> before start to testing. I mean give stress on the functional test cases which includes major risk of the application.</p>
<p><strong>3.</strong> Create a <strong>sufficient test data</strong> before tests, this data set include the test case conditions and also the database records if you are going to test DB related application.</p>
<p><strong>4.</strong> Perform repeated tests with <strong>different test environment</strong>.</p>
<p><strong>5.</strong> Try to find out the <strong>result pattern</strong> and then compare your results with those patterns.</p>
<p><strong>6.</strong> When you think that you have completed most of the test conditions and when you think you are tired somewhat then <strong>do some monkey testing.</strong></p>
<p><strong>7.</strong> Use your previous <strong>test data pattern</strong> to analyse the current set of tests.</p>
<p><strong> </strong> <strong>8.</strong> Try some <strong>standard test cases</strong> for which you found the bugs in some different application. Like if you are testing input text box try inserting some html tags as the inputs and see the output on display page.</p>
<p><strong>9.</strong> Last and the best trick is try very hard to find the bug .  As if you are testing only to break the application!</p>
<p>Follow these Tips and DeBUG your app&#8230;</p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/citrix-xenapp-tips/' rel='bookmark' title='Permanent Link: 12 Steps to Citrix XenApp 5.0 Success'>12 Steps to Citrix XenApp 5.0 Success</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/easy-way-to-identify-a-bug-in-your-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Protect your Firefox passwords</title>
		<link>http://abouttricks.com/how-to-protect-your-firefox-passwords/</link>
		<comments>http://abouttricks.com/how-to-protect-your-firefox-passwords/#comments</comments>
		<pubDate>Sat, 14 May 2011 04:38:48 +0000</pubDate>
		<dc:creator>solidusse</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Master Password]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[protect passwords]]></category>

		<guid isPermaLink="false">http://abouttricks.com/?p=837</guid>
		<description><![CDATA[Welcome to  your PC tips and tricks blog ; I guess all of us know that Firefox is the best browser in the internet soToday we will talk about  how to Protect your Firefox passwords , this will help so many people, and save the lives of others. &#160; Protect your Firefox passwords When we are using internet we have [...]


Related posts:<ol><li><a href='http://abouttricks.com/private-browsing-hide-a-particular-session-in-your-firefox-browser/' rel='bookmark' title='Permanent Link: Private browsing- Hide a particular session in your FireFox browser'>Private browsing- Hide a particular session in your FireFox browser</a></li>
<li><a href='http://abouttricks.com/firefox-bookmarks-backup/' rel='bookmark' title='Permanent Link: How to backup Firefox bookmarks by manually'>How to backup Firefox bookmarks by manually</a></li>
<li><a href='http://abouttricks.com/translating-webpage-in-a-single-click-without-leaving-webpage/' rel='bookmark' title='Permanent Link: Translating webpage in a single click without leaving webpage'>Translating webpage in a single click without leaving webpage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Welcome to  your PC tips and tricks blog ; I guess all of us know that <span style="text-decoration: underline;"><em>Firefox </em></span>is the best browser in the internet soToday we will talk about  how to Protect your <span style="text-decoration: underline;">Firefox </span>passwords , this will help so many people, and save the lives of  others.</h3>
<p style="text-align: center;"><img title="How to Protect your Firefox passwords" src="http://lovebeats.org/gallery/wp-content/uploads/2009/08/Firefox-Wallpapers-11.jpg " alt=" How to Protect your Firefox passwords" width="358" height="268" /></p>
<p style="text-align: center;">&nbsp;</p>
<h1 style="text-align: center;">Protect your Firefox passwords</h1>
<p>When we are using internet we have to deal a several logins and passwords and some sites impose some weird usernames and passwords that are impossible to remember.here comes our favourite browser The biggest<strong> Mozilla FireFox </strong>to store all of our passwords so when you try to access your facebook ,gmail , twitter &#8230; accounts you dont have to write every time your informations</p>
<p>this is really great but there is a little problem in this , the problem is that every person using your computer can go and see all of your stored passwords with just a few mouse clicks. hopefully firefox have a feature that can help us to make this private and dont lete anyone except us to see those passwords.</p>
<p>so how you are supposed to <strong>Protect your Firefox passwords</strong> ,the answer is so simple <strong>&#8220;set a master password&#8221;</strong></p>
<h3>The steps to Protect your Firefox passwords are :</h3>
<p>1. Start Mozilla Firefox<br />
2. Click to Tools<br />
3. Select Option<br />
4. Go to Security Tab<br />
5. Check <strong>Use a Master Password</strong><br />
6. Specify your password and VOILA it&#8217;s done</p>
<p>before finishing i will send you to see this steps by video this will help all of those that are not making it by following the steps <a title="How to Protect your Firefox passwords" rel="nofollow" href="http://www.youtube.com/watch?v=k5VJJPF5drg" target="_blank">click here</a> to see the video</p>
<h2>In abouttricks.com you can find all sort of tech news related to Data  Recovery,Hard Drive Failure , software reviews,firefox,Computer Support,Laptop     Computer,PC tips,etc</h2>


<p>Related posts:<ol><li><a href='http://abouttricks.com/private-browsing-hide-a-particular-session-in-your-firefox-browser/' rel='bookmark' title='Permanent Link: Private browsing- Hide a particular session in your FireFox browser'>Private browsing- Hide a particular session in your FireFox browser</a></li>
<li><a href='http://abouttricks.com/firefox-bookmarks-backup/' rel='bookmark' title='Permanent Link: How to backup Firefox bookmarks by manually'>How to backup Firefox bookmarks by manually</a></li>
<li><a href='http://abouttricks.com/translating-webpage-in-a-single-click-without-leaving-webpage/' rel='bookmark' title='Permanent Link: Translating webpage in a single click without leaving webpage'>Translating webpage in a single click without leaving webpage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/how-to-protect-your-firefox-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate the process of handling your blogspot blogs</title>
		<link>http://abouttricks.com/automate-the-process-of-handling-your-blogspot-blogs/</link>
		<comments>http://abouttricks.com/automate-the-process-of-handling-your-blogspot-blogs/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 14:50:01 +0000</pubDate>
		<dc:creator>solidusse</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogger api]]></category>

		<guid isPermaLink="false">http://abouttricks.com/?p=751</guid>
		<description><![CDATA[Blogger is a big fish in the ocean of blogs he’s the Google blogging system and now we can customize the template, install plugins and a lot of other features and all of that is completely free and you don’t and with a single Google account you can create how many blogs you want What is the Blogger Data API? [...]


Related posts:<ol><li><a href='http://abouttricks.com/google-can-submit-your-post-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Google can submit your post to twitter automatically'>Google can submit your post to twitter automatically</a></li>
<li><a href='http://abouttricks.com/explore-sort-by-magic-in-google-reader/' rel='bookmark' title='Permanent Link: Make use of two new features available in Google Reader'>Make use of two new features available in Google Reader</a></li>
<li><a href='http://abouttricks.com/get-your-site-checked-by-google-employees-only-for-indians/' rel='bookmark' title='Permanent Link: Get your site checked by Google Employees ! [only for Indians]'>Get your site checked by Google Employees ! [only for Indians]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Blogger is a big fish in the ocean of blogs he’s the Google blogging system and now we can customize the template, install plugins and a lot of other features and all of that is completely free and you don’t and with a single Google account you can create how many blogs you want</p>
<h1>
<div>
<dl>
<dt><a href="http://code.google.com/intl/fr/apis/blogger/"><img class="aligncenter" title="Blogger LOGO" src="http://code.google.com/apis/blogger/images/gdata-blogger-icon.png" alt="gdata blogger icon Automate the process of handling your blogspot blogs" width="250" height="250" /></a></dt>
</dl>
</div>
</h1>
<p><strong> </strong></p>
<p><strong> </strong></p>
<h1><strong>What is the Blogger Data API?</strong></h1>
<p>Today we are here to talk about the Google API or to be more specific the Blogger Data API, this API allows client applications to view and update Blogger content in the form of Google Data API feeds this mean that this API let you do all of the CRUD (create read update delete) operation on your blogs without having to access to your blog with the Web Browser by implementing this API in a programing language .NET or Java or even use it in a web Interface with PHP</p>
<p>If you are a developer you can create an app that describe your needs and to do it you should take a look on the Blogger API website ,else you should try to use some existing tools like the Autoblog samurai or even use the demos application provided with the API</p>
<p>Before finish this post I would like to give you some links to learn how to use this API or find a product using it to handle your blogs without wasting a lot of time on some steps that you can avoid</p>
<p>Blogger API official website <a href="http://code.google.com/intl/fr/apis/blogger/">here </a></p>
<p>The Auto blog Samurai official website <a href="http://bit.ly/fcOGBj">here </a></p>
<p>In the future I will create some posts on how to create application with this API and other APIs and I will keep you updated, so stay tuned<br />
<noindex><br />
In abouttricks.com you can find all sort of tech news related to <a href="http://www.webhostingsearch.com">Webhosting</a>, Digital  Camera,Data Recovery , software reviews,Computer Support,Laptop  Computer,PC tips,etc</noindex></p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/google-can-submit-your-post-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Google can submit your post to twitter automatically'>Google can submit your post to twitter automatically</a></li>
<li><a href='http://abouttricks.com/explore-sort-by-magic-in-google-reader/' rel='bookmark' title='Permanent Link: Make use of two new features available in Google Reader'>Make use of two new features available in Google Reader</a></li>
<li><a href='http://abouttricks.com/get-your-site-checked-by-google-employees-only-for-indians/' rel='bookmark' title='Permanent Link: Get your site checked by Google Employees ! [only for Indians]'>Get your site checked by Google Employees ! [only for Indians]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/automate-the-process-of-handling-your-blogspot-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 10 Best Windows Backup Software Programs</title>
		<link>http://abouttricks.com/windows-backup-software/</link>
		<comments>http://abouttricks.com/windows-backup-software/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 11:10:01 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://abouttricks.com/?p=679</guid>
		<description><![CDATA[Backing up data regularly should be one of the most important tasks of every computer user; Yet only a minority is doing it thoroughly and regularly. The rest is flirting with disaster as there are numerous incidents that can delete data on computer systems. The most common ones are hardware failures, which can mean damaged hard drives but also (partially) [...]


Related posts:<ol><li><a href='http://abouttricks.com/best-data-recovery-softwares/' rel='bookmark' title='Permanent Link: Top 10 FREE Data Recovery Software'>Top 10 FREE Data Recovery Software</a></li>
<li><a href='http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/' rel='bookmark' title='Permanent Link: Download Windows Live Writer 2009 standalone/offline installer'>Download Windows Live Writer 2009 standalone/offline installer</a></li>
<li><a href='http://abouttricks.com/firefox-bookmarks-backup/' rel='bookmark' title='Permanent Link: How to backup Firefox bookmarks by manually'>How to backup Firefox bookmarks by manually</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Backing up data regularly should be one of the most important tasks of every computer user; Yet only a minority is doing it thoroughly and regularly. The rest is flirting with disaster as there are numerous incidents that can delete data on computer systems. The most common ones are hardware failures, which can mean damaged hard drives but also (partially) unreadable CDs or DVDs, computer virus attacks but also human error. If you have ever met someone who partitioned the wrong hard drive you know that the latter can be cause for great frustration.</p>
<p>Backups are the single most effective method of preventing data loss on computer systems. The following article will list the 10 best Windows backup software programs.</p>
<div class="post-title-big">Cobian Backup</div>
<p>Cobian Backup is a free for personal use backup software that supports both local and remote backups. The software is constantly under development by the developer which means that features are included regularly. Some of the key features include full, differential and incremental backups, file compression including the popular 7-zip format plus strong encryption for data security.<br />
<a href="http://www.educ.umu.se/~cobian/cobianbackup.htm" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">DeltaCopy</div>
<p>An Open source backup solution supporting incremental backups, one-click restore options, task scheduling and email notifications. Some advanced options include ssh tunneling and connecting to rsync daemons.</p>
<p>It makes use of a server client system. One or multiple backup servers can be created on computers running Windows by installing the server version on these computer systems. The client will be installed on the any computer system where files should be backed up regularly.</p>
<p>The backup software supports authentication, scheduling and connection by IP or hostname.<br />
<a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Cucku Backup</div>
<p>Cucku Backup calls itself social backup. It provides local backups but also backups on friend?s computers. It supports complete and continuous backups and can automate the remote backup process to take that of the user?s shoulders. All files that are backed up use encryption algorithms to ensure data safety and integrity so that the backup partners cannot see the filenames nor contents of the files that are send over to their computer systems.<br />
It works best in computer networks but can also work over the Internet if enough time or upload bandwidth is provided.</p>
<p><a href="http://www.cucku.com/index.aspx" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Backup Maker</div>
<p>Backup Maker provides extensive backup capabilities. It comes with a standard and expert mode to suite both the needs of experienced and inexperienced users. The software supports full and partial backups, local and remote backups, selection of a backup execution interval and execution on certain events like USB detection or start and shutdown.</p>
<p>All in all an excellent software program to backup files on the Windows operating system.<br />
<a href="http://www.ascomp.de/index.php?php=prog&#038;page=desc&#038;prog=backupmaker" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Ace Backup</div>
<p>Powerful backup software that supports multi-versioning, backups to local and remote locations, file compression and encryption.<br />
<a href="http://www.acebackup.com/" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Microsoft SyncToy</div>
<p>SyncToy is offered by Microsoft as a free download<br />
for the Windows operating system. It can be used to easily synchronize data between computer systems. The program offers five different synchronization options that the user can choose from including a preview option before starting the process.<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&#038;displaylang=en" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Mozy</div>
<p>Mozy is an online backup solution that offers backup clients for Windows NT based systems and Mac OS X. Every registered user receives 2 Gigabytes of free space with the option to sign up for a paid account for currently $4.95 that offers unlimited backup space. Several pre-configured backup sets are populated after installation including bookmarks, documents and multimedia files. These can but do not have to be backed up. Expert mode provides access to the full file system to pick files or folders to backup directly.<br />
<a href="http://www.mozy.com/" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Personal Backup</div>
<p>A backup for the advanced user that provides great file filtering options. It comes with the usual set of features including local and remote backup creation (including SFTP), file compression and encryption, status reports and log file generation.<br />
<a href="http://personal-backup.rathlev-home.de/index-e.html" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Allways Sync</div>
<p>Another software that has been primarily designed for file synchronization that is also supporting file backups to a local drive, over a local network or the Internet. It works on a per directory basis and can be installed on as many computer systems as the user desires. The software comes as a setup or portable version.<br />
<a href="http://allwaysync.com/screenshot.html" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">Comodo Backup</div>
<p>Another free backup solution for Laptop Computer users. Comodo Backup can backup files and folders on a local computer system to other drives, network locations, ftp servers and removable media. Backups can be scheduled and notifications can be send to inform about completed backup jobs. Other features include compressing backups, data recovery options, support of multi-session backups and incremental backups.<br />
<a href="http://backup.comodo.com/" target="_blank" rel="nofollow">Download Now</a></p>
<div class="post-title-big">DriveImage XML</div>
<p>DriveImage XML is more a drive imaging software than a backup program. It can however be used to backup a full hard drive or partition to another drive. It uses the Volume Shadow Service to create exact backups during runtime. It is afterwards possible to restore the backup either from within Windows or with the use of a boot disk.<br />
<a href="http://www.runtime.org/driveimage-xml.htm" target="_blank" rel="nofollow">Download Now</a></p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/best-data-recovery-softwares/' rel='bookmark' title='Permanent Link: Top 10 FREE Data Recovery Software'>Top 10 FREE Data Recovery Software</a></li>
<li><a href='http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/' rel='bookmark' title='Permanent Link: Download Windows Live Writer 2009 standalone/offline installer'>Download Windows Live Writer 2009 standalone/offline installer</a></li>
<li><a href='http://abouttricks.com/firefox-bookmarks-backup/' rel='bookmark' title='Permanent Link: How to backup Firefox bookmarks by manually'>How to backup Firefox bookmarks by manually</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/windows-backup-software/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Top 10 FREE Data Recovery Software</title>
		<link>http://abouttricks.com/best-data-recovery-softwares/</link>
		<comments>http://abouttricks.com/best-data-recovery-softwares/#comments</comments>
		<pubDate>Sun, 30 May 2010 16:46:55 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup softwares]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=657</guid>
		<description><![CDATA[Top 10 FREE Data Recovery Software In my experience, accidentally deleting important files or forgetting to backup important files before formatting are quite often. At first when i lost my data in a External Hard-drive crash i didn&#8217;t know how to restore my data. But recently i came across these bunch of free softwares which can restore data from crashed [...]


Related posts:<ol><li><a href='http://abouttricks.com/easeus-data-recovery-wizard-4-3-6-free-and-full-version-giveaway/' rel='bookmark' title='Permanent Link: EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]'>EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]</a></li>
<li><a href='http://abouttricks.com/windows-backup-software/' rel='bookmark' title='Permanent Link: The 10 Best Windows Backup Software Programs'>The 10 Best Windows Backup Software Programs</a></li>
<li><a href='http://abouttricks.com/completely-uninstall-any-software-using-revo-uninstaller/' rel='bookmark' title='Permanent Link: Completely uninstall any software using Revo uninstaller'>Completely uninstall any software using Revo uninstaller</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="float: right;"><img src="http://abouttricks.com/wp-content/uploads/2010/05/pc_backup.jpg" alt="pc backup Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /></div>
<h1>Top 10 FREE Data Recovery Software</h1>
<p>In my experience, accidentally deleting important files or forgetting to backup important files before formatting are quite often. At first when i lost my data in a External Hard-drive crash i didn&#8217;t know how to restore my data. But recently i came across these bunch of free softwares which can restore data from crashed HDD and flash drives.</p>
<h1>STEPS To follow</h1>
<p>When recovering data from accidental deletion, there are some rules to follow.<br />
1. Stop using the hard drive you want to recover as main hard drive (Windows has disk and registry activity in background. Don’t believe? Run RegMon, FileMon and DiskMon)<br />
2. Do not install the data recovery software on the hard drive that you want to recover.<br />
3. Do not save the recovered files on the hard drive that you’re recovering.</p>
<p>Do take note that these are my top 10 picks for <strong>FREE data recovery software</strong>. Number 1 does not mean it is better than number 5.</p>
<h2>PC INSPECTOR File Recovery</h2>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh5.ggpht.com/_aVtbdMo1J34/TAFIS6IoE2I/AAAAAAAADHc/jxv_gvgkJhQ/PC-inspector.jpg" alt="PC inspector Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
PC INSPECTOR File Recovery is a data recovery program that supports the FAT 12/16/32 and NTFS file systems. Finds partitions automatically, even if the boot sector or FAT has been erased or damaged. Recovers files with the original time and date stamp. Supports the saving of recovered files on network drives. Recovers files, even when a header entry is no longer available. Setup file is 5.83 MB in size.<br />
[ <a rel="nofollow" href="http://download.pcinspector.de/pci_filerecovery.exe" target="_blank">Download PC INSPECTOR File Recovery </a> ]</p>
<p>&nbsp;</p>
<h2>Recuva</h2>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh6.ggpht.com/_aVtbdMo1J34/TAFIdVqDrgI/AAAAAAAADHg/hEx8kdeF_ko/recuva.png" alt="recuva Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
From the maker of the popular CCleaner. Recuva (pronounced “recover”) is a freeware Windows utility to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses! Setup is only 646 KB in size and it’s portable.<br />
[ <a rel="nofollow" href="http://www.recuva.com/download/downloadbin" target="_blank">Download Recuva</a> ]</p>
<p>&nbsp;</p>
<h2>Panda Recovery</h2>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh3.ggpht.com/_aVtbdMo1J34/TAFJLLC9PJI/AAAAAAAADHo/6Gy7K5Lybys/panda-recovery.png" alt="panda recovery Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
Pandora Recovery actually recovers files permanently removed from Recycle Bin, files originally deleted using Shift + Delete keys bypassing Recycle Bin and files deleted from DOS prompt. Pandora Recovery allows you to find and recover recoverable deleted files from NTFS-formatted volumes, regardless of their type – you can recover pictures, songs, movies or documents. Setup file is 2.12 MB in size.<br />
[ <a rel="nofollow" href="http://www.pandorarecovery.com/bin/PandoraRecovery.exe" target="_blank">Download Panda Recovery </a>]</p>
<p>&nbsp;</p>
<h2>TOKIWA DataRecovery</h2>
<p>DataRecovery is freeware and written by TOKIWA to undelete accidentally deleted files even from recycle bin. It supports FAT12, FAT16, FAT32 and NTFS undeletion. Even in both NTFS compressed files and EFS encrypted files. Zip file is only 198 KB in size, no installation required and it’s portable.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh4.ggpht.com/_aVtbdMo1J34/TAFJrliohmI/AAAAAAAADHw/Bb47RJ9CbD8/tokiwa-datarecovery-file-recovery.jpg" alt="tokiwa datarecovery file recovery Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[ <a rel="nofollow" href="http://tokiwa.qee.jp/EN/DataRecovery_EN.zip" target="_blank">Download TOKIWA DataRecovery </a>]</p>
<p>&nbsp;</p>
<h2>SoftPerfect File Recovery</h2>
<p>SoftPerfect File Recovery is a free and useful tool to restore accidentally deleted files from hard and floppy disks, USB flash drives, CF and SD cards and other storage media. It supports the popular file systems such as FAT12, FAT16, FAT32, NTFS and NTFS5 with compression and encryption. If your important files disappeared and you canâ€™t find them in the recycle bin, try this software product and get the files back to life. Easy to use, no installation is required. Program is only 247 KB in size.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh4.ggpht.com/_aVtbdMo1J34/TAFKBix0Y-I/AAAAAAAADH4/tfVik93YYOI/SoftPerfect-File-Recovery.gif" alt="SoftPerfect File Recovery Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[ <a rel="nofollow" href="http://www.softperfect.com/download/file_recovery.exe" target="_blank">Download SoftPerfect File Recovery</a> ]</p>
<p>&nbsp;</p>
<h2>Undelete Plus</h2>
<p>Undelete Plus is a quick and effective way to restore accidentally deleted files. It can also recover files that have been emptied from the Recycle Bin, permanantly deleted files within Windows using the Shift + Delete, and files that have been deleted from within a Command Prompt. Undelete Plus works under Win 95/98/Me/NT/2000/XP/2003/Vista operating systems. The program supports all Windows file systems for hard and floppy drives including FAT12/16/32,NTFS/NTFS5 and image recovery from CompactFlash, SmartMedia, MultiMedia and Secure Digital cards. Program is only 583 KB in size and requires no installation. Portable.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh3.ggpht.com/_aVtbdMo1J34/TAFKTF8lt9I/AAAAAAAADH8/F7pjUbteehU/Portable-Undelete-Plus.png" alt="Portable Undelete Plus Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[ <a rel="nofollow" href="http://undelete-plus.com/files/undelete_plus.exe" target="_blank">Download Undelete Plus</a> ]</p>
<p>&nbsp;</p>
<h2>FreeUndelete</h2>
<p>FreeUndelete is data recovery program for deleted files. In case of accidental deletion of files on a NTFS (used by default in Windows XP, 2000 and NT), FAT32 or FAT16 file systems FreeUndelete is the utility to help. Setup file is 866 KB in size.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh5.ggpht.com/_aVtbdMo1J34/TAFKdkz1otI/AAAAAAAADIA/pP9UtLRqKp0/sc_freeundelete.gif" alt="sc freeundelete Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[ <a rel="nofollow" href="http://www.officerecovery.com/download/freeundelete.exe" target="_blank">Download FreeUndelete</a> ]</p>
<p>&nbsp;</p>
<h2>ADRC Data Recovery Software Tools</h2>
<p>ADRC Data Recovery Software Tools contains a collection of DIY data recovery tools that supports a wide variety of drives and file systems. The software incorporates extremely simple GUI with novice users in mind. The software zooms in to do only critical recovery functions with minimum complexity so one could recover the data easily. It gives you full control to undelete files, disk image back up, restore a backup image, copy files from hard disk with bad sectors, disk cloning, backup, edit and restore your boot parameters. No installation required, portable and program is only 132 KB in size.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh4.ggpht.com/_aVtbdMo1J34/TAFKrDGC6hI/AAAAAAAADIE/_kaEJ5X0-vI/adrc_data_recovery_tools.jpg" alt="adrc data recovery tools Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[ <a rel="nofollow" href="http://www.adrc.com/software/data_recovery_tools/ADRC_Data_Recovery_Tools.zip" target="_blank">Download ADRC Data Recovery Software Tools</a> ]</p>
<p>&nbsp;</p>
<h2>Glary Undelete</h2>
<p>Glary Undelete is a free and easy-to-use yet powerful file undelete solution for FAT and NTFS file systems. It will bring back files emptied from the Recycle Bin, in a DOS window, from Windows Explorer with the SHIFT key held down. It will even recover files that have been deleted by bugs, crashes and viruses! Glary Undelete works under Win 95/98/Me/NT/2000/XP/2003/Vista operating systems. The program supports all Windows file systems for hard and floppy drives including FAT12/16/32,NTFS/NTFS5 and image recovery from CompactFlash, SmartMedia, MultiMedia and Secure Digital cards. Setup is 1.17 MB in size.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh6.ggpht.com/_aVtbdMo1J34/TAFK45IZdpI/AAAAAAAADII/f7Q8W64TOu8/glaryundelete.gif" alt="glaryundelete Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[<a rel="nofollow" href="http://www.glarysoft.com/download/gun.exe" target="_blank"> Download Glary Undelete </a>]</p>
<p>&nbsp;</p>
<h2>Avira UnErase Personal</h2>
<p>Avira UnErase recovers data that have been deleted from the hard drive â€“ either accidentally or as a result of a virus infection, an uninstaller or defective software. The danger of important data being lost forever is averted with Avira UnErase. Setup file is 402 KB in size.</p>
<p>&nbsp;</p>
<p><img style="width: 500px; height: 300px;" src="http://lh6.ggpht.com/_aVtbdMo1J34/TAFLMJdYuHI/AAAAAAAADIU/rBMCDbjQPpk/avira_unerase_personal-350745-1269243752.jpeg" alt=" Top 10 FREE Data Recovery Software"  title="Top 10 FREE Data Recovery Software" /><br />
[<a rel="nofollow" href="http://dl5.avgate.net/down/windows/unerase_en_h.exe" target="_blank"> Download Avira UnErase Personal </a>]</p>
<p>&nbsp;</p>
<p>There you go, the <strong>top 10 free data recovery software</strong>. That should help you get your data back.</p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/easeus-data-recovery-wizard-4-3-6-free-and-full-version-giveaway/' rel='bookmark' title='Permanent Link: EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]'>EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]</a></li>
<li><a href='http://abouttricks.com/windows-backup-software/' rel='bookmark' title='Permanent Link: The 10 Best Windows Backup Software Programs'>The 10 Best Windows Backup Software Programs</a></li>
<li><a href='http://abouttricks.com/completely-uninstall-any-software-using-revo-uninstaller/' rel='bookmark' title='Permanent Link: Completely uninstall any software using Revo uninstaller'>Completely uninstall any software using Revo uninstaller</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/best-data-recovery-softwares/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>12 Steps to Citrix XenApp 5.0 Success</title>
		<link>http://abouttricks.com/citrix-xenapp-tips/</link>
		<comments>http://abouttricks.com/citrix-xenapp-tips/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:37:10 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=618</guid>
		<description><![CDATA[Fix it cheaply during testing or pay a fortune later! It&#8217;s critical to find issues during the test phase, as finding them later when a system has been deployed can be very costly. Bringing a &#8216;live&#8217; system down for maintenance can cause widespread disruption and affect productivity, costing thousands in &#8216;downtime&#8217;. How can you be sure you&#8217;ve found all the [...]


Related posts:<ol><li><a href='http://abouttricks.com/easy-way-to-identify-a-bug-in-your-app/' rel='bookmark' title='Permanent Link: Easy way to identify a BUG in your APP'>Easy way to identify a BUG in your APP</a></li>
<li><a href='http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/' rel='bookmark' title='Permanent Link: Download Windows Live Writer 2009 standalone/offline installer'>Download Windows Live Writer 2009 standalone/offline installer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Fix it cheaply during testing or pay a fortune later!</strong></p>
<p>It&#8217;s critical to find issues during the test phase, as finding them later when a system has been deployed can be very costly. Bringing a &#8216;live&#8217; system down for maintenance can cause widespread disruption and affect productivity, costing thousands in &#8216;downtime&#8217;.</p>
<p>How can you be sure you&#8217;ve found all the issues during testing?</p>
<p>Well, firstly it&#8217;s impossible to fully test any system so we need to look at minimising the risk by trying to cover as much testing as possible in the time and budget available. By using an appropriate test tool our testing coverage can be good enough to isolate many major issues before going &#8216;live&#8217;, which can save thousands in rectification costs.</p>
<p>The effectiveness in spotting the major issues during testing has a substantial reliance on the test tool used. Unfortunately not all test tools are the same and can very considerably in their effectiveness, which can lead to some issues being undetected, leading to substantial costs in rectification later on.</p>
<p><strong>1. Enterprise Class</strong></p>
<p>There is no point in designing and building an enterprise system and then using a non enterprise test tool, to test it with. I&#8217;ve seen many systems worth millions being tested by test tools which have been cobbled together by a bunch of developers, designers or system builders, with little regard to fundamentals of testing.</p>
<p>It&#8217;s like building a jet engine to the highest quality, with stringent processes, top notch components and incredible tolerances and then using a measuring tape (which measures only in centimetres and inches) to validate the correctness of the measurements.</p>
<p>Sounds crazy I know but this isn&#8217;t far off the mark with how Citrix fronted environments are being tested.</p>
<p><strong>2. End to End Capability</strong></p>
<p>From experience most of the serious problems I&#8217;ve encountered in the larger organisations have not been with Citrix servers but with the associated infrastructure components. Such as poor configuration of databases, networks, directory services and so on. These also need to be tested and therefore the test tool needs an end to end capability.</p>
<p>Smaller businesses can have serious issues with their Citrix infrastructure. This is down to limited Citrix skills at hand and/or using substandard technical consultants who don&#8217;t understand what&#8217;s under hood.</p>
<p><strong>3. Modular</strong></p>
<p>The way the test tool is designed to run is very important. Design encompasses not only whether the test tool has a modular component structure but how these components work together.</p>
<p>Running a single test tool application on a Citrix server, which runs the test scripts, collects data and then alerts when it&#8217;s finished, isn&#8217;t an ideal test tool design.</p>
<p>Ideally the test tool must have a controller component, scripting component, generator component, data capture component and analysis component.</p>
<p><strong>4. Non Intrusive</strong></p>
<p>It&#8217;s important to use a test tool which doesn&#8217;t run any of it&#8217;s components actually on the Citrix servers, as the overhead produced can taint the quality of results produced.</p>
<p>Having sessions initiated on the Citrix server side, can add several megabytes per test user and additional CPU processing. Multiply this by 50, 60, 70 test users and this needless hit on the Citrix server resources, will affect the quality of test data produced.</p>
<p>It&#8217;s like testing the acceleration time of a Ferrari and having extra passengers occupying the seats as well as the test driver in the test. This won&#8217;t give an accurate reading of the acceleration capabilities of the Ferrari.</p>
<p><strong>5. Test Language</strong></p>
<p>Over simplifying things means it&#8217;s difficult to work out what&#8217;s happening under the hood and I&#8217;ve found tools which haven&#8217;t a scripting language as such, don&#8217;t provide the granularity of control needed to test and analyse accurately. They use a black box approach of using simple controls and wizards to create tests.</p>
<p>I ideally look for a test tool which has it&#8217;s own language specifically designed for testing, this reassures me of the pedigree of the test tool I&#8217;m evaluating. Any test tool with it&#8217;s own language which has evolved to become a testing language in it&#8217;s own right, scores mega points with me.</p>
<p><strong>6. Scalability</strong></p>
<p>Enterprise organisations can have multiple test sites and these need to be factored in during a test. Moving test apparatus from one site to another site to do the next set of tests and then moving them back, isn&#8217;t practical. Test apparatus doesn&#8217;t just involve test equipment but the people involved in developing, running and managing the tests.</p>
<p>A scalable test tool architecture needs to be able to accommodate horizontal scaling of test sessions, so additional test sessions can be added to share the work load at any particular site.</p>
<p><strong>7. Usability</strong></p>
<p>When I talk about usability, I&#8217;m not referring to how easy a test tool is to use. This doesn&#8217;t come into the equation, as a professional tester will be able to use the test tools they&#8217;re experienced with. The consideration to evaluate a test tool for the sole purposes of it being suitable for non test professionals such as Citrix designers and implementers is not recommended either.</p>
<p>What I&#8217;m more concerned about is whether the test tool can do what is expected. I say this, thinking back to a series of tests I did with applications delivered via Softricity&#8217;s Softgrid (pre-Microsoft).</p>
<p>Where the majority of the test tools evaluated, failed to recognise the applications being launched and therefore none of the test scripts ran. These test tools couldn&#8217;t see inside the Softgrid sandbox and therefore the applications running inside.</p>
<p><strong>8. Transaction Processing</strong></p>
<p>Testing isn&#8217;t just about metrics, that is relying solely on performance monitoring graphs to see how well the infrastructure handles it&#8217;s resources. Application usability is the key and by measuring whether an application is still usable when tested is essential.</p>
<p>The usability measurement for applications can be achieved by defining transactions. A good test tool will have a transaction facility built into their scripting language, so there will be no need to reinvent the wheel, to monitor transactions.</p>
<p><strong>9. Scenarios</strong></p>
<p>A good test tool will cater for the grouping of different test scripts, so different scenarios can be run and managed easily. Each scenario can include a series of events and a number of test users to be associated with these events. This strategy allows the testing to simulate more closely with what is expected in a &#8216;live&#8217; environment.</p>
<p><strong>10. Error Handling</strong></p>
<p>To make it easier to find errors in test scripts, a test tool should have excellent debug facilities, which allow the code to be checked.</p>
<p><strong>11. Scheduling</strong></p>
<p>Logging on and off Citrix servers places a high demand on resources such as CPU. Additionally using products like SoftGrid, places a further burden on resources at logon, as the SoftGrid services authenticate and update application access when the user logs on. This can if not assessed create a dangerous situation where Citrix servers can temporarily stop responding if they become overloaded.</p>
<p>From previous experiences I&#8217;ve come across situations where additional servers were needed to bolster a farm, as during testing, we found the farm under test couldn&#8217;t cope with the expected user logon loads. At other times, I found the servers to be underpowered, so these servers were required to be either replaced or upgraded to meet the logon demands.</p>
<p>To be able to test the implications of adding users to the Citrix server, the test tool needs to have the capability to schedule user logons onto servers.</p>
<p><strong>12. Spike Testing</strong></p>
<p>Sometimes certain steps in a program may require a large degree of processing power, memory or hard disk utilisation, which needs to be assessed.</p>
<p>A test tool creates spike testing by allowing test user scripts to reach a pre-defined point in the test script and then waits for all other test users to reach the same point. Once all the test users have reached the pre-defined point in the test script, only then does the rest of the test script run. This allows a coordinated run of a particular part of the script, so test users could run the spell checker if it&#8217;s the next piece of code in the script.</p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/easy-way-to-identify-a-bug-in-your-app/' rel='bookmark' title='Permanent Link: Easy way to identify a BUG in your APP'>Easy way to identify a BUG in your APP</a></li>
<li><a href='http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/' rel='bookmark' title='Permanent Link: Download Windows Live Writer 2009 standalone/offline installer'>Download Windows Live Writer 2009 standalone/offline installer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/citrix-xenapp-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]</title>
		<link>http://abouttricks.com/easeus-data-recovery-wizard-4-3-6-free-and-full-version-giveaway/</link>
		<comments>http://abouttricks.com/easeus-data-recovery-wizard-4-3-6-free-and-full-version-giveaway/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 17:03:55 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Giveaway]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=570</guid>
		<description><![CDATA[EASEUS Data Recovery Wizard is an advance software to recover the deleted data from the system. This software is not a freeware, but now can download it for free. This offer is given by the software developers itself for few days to get feedback of the software for the feature development of the software. Here what the developer saying about [...]


Related posts:<ol><li><a href='http://abouttricks.com/best-data-recovery-softwares/' rel='bookmark' title='Permanent Link: Top 10 FREE Data Recovery Software'>Top 10 FREE Data Recovery Software</a></li>
<li><a href='http://abouttricks.com/get-1year-free-license-of-uniblue-speedupmypc2009-legally/' rel='bookmark' title='Permanent Link: Get 1year Free license of uniblue SpeedUpMyPc2009 Legally'>Get 1year Free license of uniblue SpeedUpMyPc2009 Legally</a></li>
<li><a href='http://abouttricks.com/recover-pictures-from-hard-drive/' rel='bookmark' title='Permanent Link: How to Recover Pictures From a Corrupted External Hard Drive'>How to Recover Pictures From a Corrupted External Hard Drive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>EASEUS Data Recovery Wizard is an advance software to recover the deleted data from the system. This software is not a freeware, but now can download it for free. This offer is given by the software developers itself for few days to get feedback of the software for the feature development of the software.</p>
<h3><span id="more-570"></span>Here what the developer saying about Giveaway</h3>
<blockquote><p>Data Recovery Wizard is an excellent data recovery software to recover deleted, formatted data or lost files from lost partitions. However, we still need your advice to improve it in next upgrade. And this giveaway is to collect feedback or suggestions from users. Please send your feedback to <a href="mailto:feedback@easeus.com">feedback@easeus.com</a>. EASEUS thanks you for your comments and feedback.</p>
</blockquote>
<h5>Features:</h5>
<ul>
<li>Recover deleted or lost files emptied from the Recycle Bin.</li>
<li>File recovery after accidental format, even if you have reinstalled Windows.</li>
<li>Get data back from RAW hard drives.</li>
<li>Get back files after a partitioning error.</li>
<li>Disk recovery after a hard disk crash.</li>
<li>Recover office documents, photos, images, videos, music, email, etc.</li>
<li>Support FAT12, FAT16, FAT32, NTFS/NTFS5 file systems.</li>
<li>Recover from hard drive, USB drive, memory card, memory stick, camera card, Zip, floppy disk or other storage media.</li>
<li>Bootable media based on WinPE.</li>
<li>High quality of file recovery.</li>
</ul>
<p><a href="http://abouttricks.com/wp-content/uploads/2010/01/EASEUSDataRecoveryWizard4.3.6FreeandfullversionGiveaway1.gif"><img style="display: inline; border-width: 0px;" title="EASEUS Data Recovery Wizard 4.3.6-Free and full version [Giveaway]" src="http://abouttricks.com/wp-content/uploads/2010/01/EASEUSDataRecoveryWizard4.3.6FreeandfullversionGiveaway_thumb1.gif" border="0" alt="EASEUSDataRecoveryWizard4.3.6FreeandfullversionGiveaway thumb1 EASEUS Data Recovery Wizard 4.3.6 Free and full version [Giveaway]" width="324" height="226" /></a></p>
<p><strong>How to know this offer is still available?</strong></p>
<p>Visit the <a href="http://www.easeus.com/giveaways/drw/" target="_blank">EASEUS Data Recovery Wizard  promotional page</a> in the right side you will see the screen shot of the EASEUS Data Recover Wizard below to that screen shot you will get the information about whether the offer is still available or not.</p>
<p><a href="http://abouttricks.com/wp-content/uploads/2010/01/EASEUSDataRecoveryWizard4.3.6Freeandfullversiongiveaway1.jpg"><img style="display: inline; border: 0px;" title="EASEUS Data Recovery Wizard 4.3.6-Free and full version giveaway" src="http://abouttricks.com/wp-content/uploads/2010/01/EASEUSDataRecoveryWizard4.3.6Freeandfullversiongiveaway_thumb1.jpg" border="0" alt="EASEUSDataRecoveryWizard4.3.6Freeandfullversiongiveaway thumb1 EASEUS Data Recovery Wizard 4.3.6 Free and full version [Giveaway]" width="402" height="421" /></a></p>
<p><strong>Download Link:</strong> <a href="http://www.easeus.com/giveaways/drw/" target="_blank">Promotional Page</a> | <a href="http://files1.majorgeeks.com/files/d1ff1ec86b62cd5f3903ff19c3a326b2/drives/drw.zip" target="_blank">Direct Download</a></p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/best-data-recovery-softwares/' rel='bookmark' title='Permanent Link: Top 10 FREE Data Recovery Software'>Top 10 FREE Data Recovery Software</a></li>
<li><a href='http://abouttricks.com/get-1year-free-license-of-uniblue-speedupmypc2009-legally/' rel='bookmark' title='Permanent Link: Get 1year Free license of uniblue SpeedUpMyPc2009 Legally'>Get 1year Free license of uniblue SpeedUpMyPc2009 Legally</a></li>
<li><a href='http://abouttricks.com/recover-pictures-from-hard-drive/' rel='bookmark' title='Permanent Link: How to Recover Pictures From a Corrupted External Hard Drive'>How to Recover Pictures From a Corrupted External Hard Drive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/easeus-data-recovery-wizard-4-3-6-free-and-full-version-giveaway/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Download Windows Live Writer 2009 standalone/offline installer</title>
		<link>http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/</link>
		<comments>http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 04:31:55 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging tools]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows live writer]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=550</guid>
		<description><![CDATA[If you are trying to download Windows Live Writer from the official website, then you will get only online installer that only small portion of the windows live writer software (windows live writer Installer)  and you will get full version after running that windows live writer installer. They were not providing any direct link to download the full installer or [...]


Related posts:<ol><li><a href='http://abouttricks.com/change-windows-password-without-knowing-old-password/' rel='bookmark' title='Permanent Link: Click here to change windows xp password !'>Click here to change windows xp password !</a></li>
<li><a href='http://abouttricks.com/trick-to-download-rapidshare-for-free/' rel='bookmark' title='Permanent Link: Trick to DOWNLOAD RAPIDSHARE for FREE !!!'>Trick to DOWNLOAD RAPIDSHARE for FREE !!!</a></li>
<li><a href='http://abouttricks.com/windows-backup-software/' rel='bookmark' title='Permanent Link: The 10 Best Windows Backup Software Programs'>The 10 Best Windows Backup Software Programs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are trying to download Windows Live Writer from the official website, then you will get only online installer that only small portion of the windows live writer software (windows live writer Installer)  and you will get full version after running that windows live writer installer. They were not providing any direct link to download the full installer or standalone installer in their official website.</p>
<p><span id="more-550"></span></p>
<p>Downloading the 110+ MB again and again is really painful job for dial up user or slow connection user. It is always better to keep the offline installer for feature use. Today we are providing the windows live writer standalone installer. This standalone installer is for  “English” users only and not for other language.</p>
<p><strong>Windows Live Writer Standalone Installer 2009 Includes:</strong></p>
<ol>
<li><a href="http://download.live.com/messenger">Messenger</a></li>
<li><a href="http://download.live.com/wlmail">Mail</a></li>
<li><a href="http://download.live.com/writer">Writer</a></li>
<li><a href="http://download.live.com/photogallery">Photo Gallery</a></li>
<li><a href="http://download.live.com/moviemaker">Movie Maker</a></li>
<li><a href="http://download.live.com/familysafety">Family Safety</a></li>
<li><a href="http://download.live.com/toolbar">Toolbar</a></li>
</ol>
<p><a href="http://abouttricks.com/wp-content/uploads/2010/01/WindowsLiveWriter2009offlineinstallerstandaloneinstaller1.jpg"><img style="display: inline; border-width: 0px;" title="Windows-Live-Writer-2009-offline-installer-standalone installer" src="http://abouttricks.com/wp-content/uploads/2010/01/WindowsLiveWriter2009offlineinstallerstandaloneinstaller_thumb1.jpg" border="0" alt="WindowsLiveWriter2009offlineinstallerstandaloneinstaller thumb1 Download Windows Live Writer 2009 standalone/offline installer" width="375" height="230" /></a></p>
<p><strong><a href="http://wl.dlservice.microsoft.com/download/E/3/E/E3EEC6D6-1141-40C4-840F-770F99B67986/en/wlsetup-all.exe" target="_blank">Download Windows Live Writer Offline Installer 2009</a></strong></p>
<p>The above download link is only for English language users. If you are from other language and you need direct download link, then provide your language information in comment we will try to provide you the direct link for that language too.</p>
<p>We will try to provide the standalone/offline installer for Windows Live Writer 2010 also as soon as they launch, so don’t forget to subscribe to our blog.</p>
<p><strong>Download Link</strong>: <a href="http://wl.dlservice.microsoft.com/download/E/3/E/E3EEC6D6-1141-40C4-840F-770F99B67986/en/wlsetup-all.exe" target="_blank">Windows Live Writer Standalone Installer 2009</a></p>
<p>Get latest and various methods for data recovery from external hard drive.</p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/change-windows-password-without-knowing-old-password/' rel='bookmark' title='Permanent Link: Click here to change windows xp password !'>Click here to change windows xp password !</a></li>
<li><a href='http://abouttricks.com/trick-to-download-rapidshare-for-free/' rel='bookmark' title='Permanent Link: Trick to DOWNLOAD RAPIDSHARE for FREE !!!'>Trick to DOWNLOAD RAPIDSHARE for FREE !!!</a></li>
<li><a href='http://abouttricks.com/windows-backup-software/' rel='bookmark' title='Permanent Link: The 10 Best Windows Backup Software Programs'>The 10 Best Windows Backup Software Programs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/download-windows-live-writer-2009-standaloneoffline-installer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>K9 web protection-Block website based on categories</title>
		<link>http://abouttricks.com/k9-web-protection-block-website-based-on-categories/</link>
		<comments>http://abouttricks.com/k9-web-protection-block-website-based-on-categories/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 08:34:34 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adult site block]]></category>
		<category><![CDATA[k9 software]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=538</guid>
		<description><![CDATA[K9 web protection is one of the best Internet Filter available in the market today and it’s also a freeware. It protects you and your family from visiting certain websites based on the categories you have chosen. In the setup tab you will find more than 60++ categories are available to block website related to that categories. So you have [...]


Related posts:<ol><li><a href='http://abouttricks.com/how-to-copy-text-or-images-when-right-click-disabled-in-website/' rel='bookmark' title='Permanent Link: How to copy text or images when right click disabled in website'>How to copy text or images when right click disabled in website</a></li>
<li><a href='http://abouttricks.com/translating-webpage-in-a-single-click-without-leaving-webpage/' rel='bookmark' title='Permanent Link: Translating webpage in a single click without leaving webpage'>Translating webpage in a single click without leaving webpage</a></li>
<li><a href='http://abouttricks.com/get-ubuntu-linux-based-o-s-cd-for-free/' rel='bookmark' title='Permanent Link: Get Ubuntu Linux based O.S CD for FREE'>Get Ubuntu Linux based O.S CD for FREE</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>K9 web protection is one of the best Internet Filter available in the market today and it’s also a freeware. It protects you and your family from visiting certain websites based on the categories you have chosen. In the setup tab you will find more than 60++ categories are available to block website related to that categories. So you have a greater control over blocking sites to a particular topic like porn site, illegal sites etc.</p>
<h3><span id="more-538"></span>About K9 Web protection:</h3>
<p>K9 web protection is a product of Blue Coat. Blue coat uses unique web filtering technology for filtering the Internet. It divides the content into different categories and stores in their database. These categories are stored in the master Blue Coat database, through which the maintain and update more than 15 million ratings of websites and domains. These database are updated frequently based on the content of the website or domain. These different categories allow you to select which category website must block visiting or allow visiting.</p>
<h3>How to use Blue Coat K9 web protection?</h3>
<ol>
<li>Firstly download<a href="http://www1.k9webprotection.com/getk9/download-software.php" target="_blank"> K9 web protection software</a></li>
<li>During installation it will ask License key, get yours free license key from <a href="http://www1.k9webprotection.com/getk9/index.php" target="_blank">here</a> and install k9 software.</li>
</ol>
<p><strong>Configuring K9 Web Protection:</strong></p>
<p id="title-blk3">After installation of K9 web protection run that application it will open in your default browser. In that select  <strong>setup</strong> option or setup tab,  you will see &#8220;Web Categories to Block&#8221; option below to that select <strong>Custom</strong> option and check the categories which you would like to block or filter the website and click <strong>Save </strong>option.  If any one trying to visit the website which are currently blocked, then it will display the &#8220;Category Blocked&#8221; by k9 software. If you wish to visit that site then you  need the password, which is provided during configuration.</p>
<p><strong>pros:</strong></p>
<ul>
<li>Software is very small in size (620 kb).</li>
<li>No need to update database.</li>
<li>Easy to use and it&#8217;s free.</li>
<li>It won&#8217;t take much cpu memory.</li>
<li>It records the Internet Activity (records the URL that we visited and stored in appropriate categories ).</li>
<li>Password protected application.</li>
<li>We can also provide the website url for exception.</li>
<li>We can restrict based on time too using Time Restrictions option.</li>
<li>It won&#8217;t  slow down our Internet speed.</li>
</ul>
<p><strong>Cons: </strong></p>
<ul>
<li>Some times it blocks good content too.</li>
</ul>
<p><strong><br />
</strong></p>
<p><strong>Screen Shot:</strong></p>
<p><img class="aligncenter size-full wp-image-541" title="K9 web protection internet filter" src="http://abouttricks.com/wp-content/uploads/2010/01/1-5-2010-3-04-25-PM1.gif" alt="1 5 2010 3 04 25 PM1 K9 web protection Block website based on categories" width="414" height="184" /></p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/how-to-copy-text-or-images-when-right-click-disabled-in-website/' rel='bookmark' title='Permanent Link: How to copy text or images when right click disabled in website'>How to copy text or images when right click disabled in website</a></li>
<li><a href='http://abouttricks.com/translating-webpage-in-a-single-click-without-leaving-webpage/' rel='bookmark' title='Permanent Link: Translating webpage in a single click without leaving webpage'>Translating webpage in a single click without leaving webpage</a></li>
<li><a href='http://abouttricks.com/get-ubuntu-linux-based-o-s-cd-for-free/' rel='bookmark' title='Permanent Link: Get Ubuntu Linux based O.S CD for FREE'>Get Ubuntu Linux based O.S CD for FREE</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/k9-web-protection-block-website-based-on-categories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recover password from any messenger</title>
		<link>http://abouttricks.com/recover-password-from-any-messenger/</link>
		<comments>http://abouttricks.com/recover-password-from-any-messenger/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 19:11:58 +0000</pubDate>
		<dc:creator>Mohamed Rias</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[MessenPass]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Password recover]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.abouttricks.com/?p=512</guid>
		<description><![CDATA[MessenPass is a small utility which helps you to recover forgotten password from a wide variety of popular instant messenger program. Note that this MessenPass utility can recover only if you selected remember me option in the messenger otherwise it won’t recover any password. Supported Messenger: MSN Messenger Windows Messenger (In Windows XP) Windows Live Messenger (In Windows XP/Vista/7) Yahoo [...]


Related posts:<ol><li><a href='http://abouttricks.com/change-windows-password-without-knowing-old-password/' rel='bookmark' title='Permanent Link: Click here to change windows xp password !'>Click here to change windows xp password !</a></li>
<li><a href='http://abouttricks.com/get-your-twitter-updates-in-your-messenger/' rel='bookmark' title='Permanent Link: Get your Twitter updates in your messenger'>Get your Twitter updates in your messenger</a></li>
<li><a href='http://abouttricks.com/login-multiple-chat-networks-simultaneously-with-pidgin/' rel='bookmark' title='Permanent Link: Login multiple chat networks simultaneously with Pidgin'>Login multiple chat networks simultaneously with Pidgin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>MessenPass is a small utility which helps you to recover forgotten password from a wide variety of popular instant messenger program. Note that this MessenPass utility can recover only if you selected remember me option in the messenger otherwise it won’t recover any password.</p>
<h3><strong>Supported Messenger:</strong></h3>
<p><strong><span id="more-512"></span><br />
</strong></p>
<ul>
<li>MSN Messenger</li>
<li>Windows Messenger (In Windows XP)</li>
<li>Windows Live Messenger (In Windows XP/Vista/7)</li>
<li>Yahoo Messenger (Versions 5.x and 6.x)</li>
<li>Google Talk</li>
<li>ICQ Lite 4.x/5.x/2003</li>
<li>AOL Instant Messenger v4.6 or below, AIM 6.x, and AIM Pro.</li>
<li>Trillian</li>
<li>Trillian Astra</li>
<li>Miranda</li>
<li>GAIM/Pidgin</li>
<li>MySpace IM</li>
<li>PaltalkScene</li>
<li>Digsby</li>
</ul>
<h2><strong>How this MessenPass works ?</strong></h2>
<p>Every time you Sign-In in the messenger (only supported messenger as listed above) by checking the Remember Me option or something similar, the messenger the messenger stores password in our local disk. But the stored password in Encrypted which we cannot able to see our password directly. This Encryption method may vary on one messenger to another.</p>
<p>This MessenPass can recover any stored password in our local disk. It will automatically decrypts all the messenger supported and shows the password with username and which messenger client used to Log-in.</p>
<h2><strong>Using MessenPass: </strong></h2>
<p>This MessenPass is designed in a way that all users can easily understand the working of MessenPass.This tool is available in two formats one is install and uninstall support and another is simply standalone executable file.</p>
<p>As soon as you run the application it automatically start scanning your system and if any messenger password stored in your system then it will displays the username, software and password.</p>
<p>We can also save the displayed username, password in the *.txt format, it saved in a cool manner. Have a look on the below image how it is saved in notepad.</p>
<p><a href="http://abouttricks.com/wp-content/uploads/2010/01/1230200992232PM1.jpg"><img style="display: inline; border-width: 0px;" title="12-30-2009 9-22-32 PM" src="http://abouttricks.com/wp-content/uploads/2010/01/1230200992232PM_thumb1.jpg" border="0" alt="1230200992232PM thumb1 Recover password from any messenger" width="450" height="327" /></a></p>
<h2><strong>Antivirus detect it has virus ?</strong></h2>
<p>Some of your antivirus may detect it has virus, but don’t worry about it because it is fully clean. Some of the antivirus detect these type of tools has virus those are only a false alert. Here the developer have written a brief post on this tool in his <a href="http://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers/" target="_blank">blog</a> you there about false alert there.</p>
<h3><strong>Screen Shot: </strong></h3>
<p><a href="http://abouttricks.com/wp-content/uploads/2010/01/1230200993601PM1.jpg"><img style="display: inline; border-width: 0px;" title="12-30-2009 9-36-01 PM" src="http://abouttricks.com/wp-content/uploads/2010/01/1230200993601PM_thumb1.jpg" border="0" alt="1230200993601PM thumb1 Recover password from any messenger" width="487" height="365" /></a></p>
<p><strong>Download Link:</strong> <a href="http://download.cnet.com/MessenPass/3000-2092_4-10873101.html?tag=contentMain;overviewHead" target="_blank">MessenPass</a> | <a href="http://www.nirsoft.net/utils/mspass.html" target="_blank">From Author</a></p>


<p>Related posts:<ol><li><a href='http://abouttricks.com/change-windows-password-without-knowing-old-password/' rel='bookmark' title='Permanent Link: Click here to change windows xp password !'>Click here to change windows xp password !</a></li>
<li><a href='http://abouttricks.com/get-your-twitter-updates-in-your-messenger/' rel='bookmark' title='Permanent Link: Get your Twitter updates in your messenger'>Get your Twitter updates in your messenger</a></li>
<li><a href='http://abouttricks.com/login-multiple-chat-networks-simultaneously-with-pidgin/' rel='bookmark' title='Permanent Link: Login multiple chat networks simultaneously with Pidgin'>Login multiple chat networks simultaneously with Pidgin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://abouttricks.com/recover-password-from-any-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

