<?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>Core Digest &#187; Tools</title>
	<atom:link href="http://www.coredigest.com/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coredigest.com</link>
	<description>Digital &#38; Techno Feeds</description>
	<lastBuildDate>Thu, 07 Jul 2011 01:35:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<atom:link rel='hub' href='http://www.coredigest.com/?pushpress=hub'/>
		<item>
		<title>How to Take Website Screenshot / Thumbnail in Windows Server</title>
		<link>http://www.coredigest.com/tools/how-to-take-website-screen-shot-thumbnail-in-windows-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-take-website-screen-shot-thumbnail-in-windows-server</link>
		<comments>http://www.coredigest.com/tools/how-to-take-website-screen-shot-thumbnail-in-windows-server/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 18:24:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[how to take screen shot script]]></category>
		<category><![CDATA[intall thumbnail generator script]]></category>
		<category><![CDATA[own thumbnail generator]]></category>
		<category><![CDATA[webpage_screenshot]]></category>
		<category><![CDATA[website screen shot]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=1243</guid>
		<description><![CDATA[&#160; We have tried to take Webpage/Website screenshot and use it&#8217;s Thumbnail  in website worth calculator website. This method  works for most of the websites which are hosted on Linux server except for few  java script enabled websites where it throws a error. But for websites hosted on  windows server it works 100%  perfectly. &#160; <a href='http://www.coredigest.com/tools/how-to-take-website-screen-shot-thumbnail-in-windows-server/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/how-to/google-1-button-for-websites-like-facebook/' rel='bookmark' title='Permanent Link: <strong> Google +1 Button for websites like facebook</strong>'><strong> Google +1 Button for websites like facebook</strong></a></li>
<li><a href='http://www.coredigest.com/how-to/what-to-do-when-you-cannot-open-a-particular-website/' rel='bookmark' title='Permanent Link: What to Do When You Cannot Open a Particular Website'>What to Do When You Cannot Open a Particular Website</a></li>
<li><a href='http://www.coredigest.com/how-to/turn-your-home-computer-into-a-web-server-in-2-minutes/' rel='bookmark' title='Permanent Link: Turn Your Home Computer into a Web Server in 2 Minutes'>Turn Your Home Computer into a Web Server in 2 Minutes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>We have tried to take Webpage/Website screenshot and use it&#8217;s Thumbnail  in <a title="website worth" href="http://websitesoutlook.com" target="_blank">website worth calculator</a> website.</p>
<p>This method  works for most of the websites which are hosted on  Linux server except for few  java script enabled websites where it throws a error.</p>
<p>But for websites hosted on  windows server it works 100%  perfectly.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>How to Take website screen shot in Windows Server</strong></span></p>
<p><span style="text-decoration: underline;"><strong><br />
</strong></span></p>
<p>If you want to start your own website thumbnail generation service it is best to take windows hosting  because this software / script  works 99.99% correctly  on windows Operating System as it is an .exe file</p>
<p>&nbsp;</p>
<p><strong>Requirements :</strong></p>
<pre>Windows Hosting

PHP GD Library

Permissions to execute ".exe" files (VPS/Dedicated server is best for this)

IE must be installed (because screenshot is taken from IE only)</pre>
<p>&nbsp;</p>
<p><strong>How this script will work in your hosting server</strong></p>
<p><strong><br />
</strong></p>
<p>Thumbnail Generator software checks if it can capture particular website thumbnail or not.</p>
<p>If it can take the screenshot, it will be in the cache.</p>
<p>If not it will capture full webpage (home page of the given domain) and shows it in the IE Browser by using IECapte.exe</p>
<p>The images now are saved  into the folder which is specified in the script and the thumbnail would be resized by given dimensions and finally displayed in the Browser</p>
<p>&nbsp;</p>
<p><strong>How to Install this Script</strong></p>
<p><strong><br />
</strong></p>
<p><a title="IEcapt.exe" href="http://coredigest.com/downloads/IECapt.zip" target="_blank">Download IECapt</a> and upload it to your windows hosting server</p>
<p><a title="thumbnail generator script" href="http://coredigest.com/downloads/webthumb.zip" target="_blank">Download Website Thumbnail Generator</a> script and unzip to the same folder where you  uploaded the <strong>IEcapt</strong></p>
<p><strong><br />
</strong></p>
<p>Change the webthumb.php as  needed . You can change the cache time, thumbnail size, folder path for thumbnails etc..</p>
<p>&nbsp;</p>
<p><strong>Usage Example</strong></p>
<pre>webthumb.php?url=http://www.google.com

webthumb.php?url=http://www.facebook.com&amp;x=150&amp;y=150</pre>
<p>&nbsp;</p>
<p><strong>Sample Screen shots taken by me in my PC</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p>save all files to your PHP folder In my PC it is C:\xampp\htdocs\webthumb (I am using XAMPP)</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Screenshot of files in that folder</strong></span></p>
<p><a href="http://www.coredigest.com/wp-content/uploads/2011/06/thumbnail_generator_files.png"><img class="aligncenter size-medium wp-image-1244" title=" thumbnail_generator_files" src="http://www.coredigest.com/wp-content/uploads/2011/06/thumbnail_generator_files-300x225.png" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Modify webthumb.php to use it in your PC as like below:</strong></p>
<div id="attachment_1246" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.coredigest.com/wp-content/uploads/2011/06/Script-changes.png"><img class="size-medium wp-image-1246" title=" Script changes" src="http://www.coredigest.com/wp-content/uploads/2011/06/Script-changes-300x225.png" alt="Script changes" width="300" height="225" /></a><p class="wp-caption-text">script changes</p></div>
<p>&nbsp;</p>
<p>open your browser and copy/type this path</p>
<pre>"http://localhost/webthumb/webthumb.php?url=http://www.google.com"</pre>
<p>&nbsp;</p>
<p>Check the cache folder.Full size thumbnail image will be saved in that folder (in my System i have created cache folder in &#8220;C:/webthumb/cache&#8221;</p>
<div id="attachment_1245" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.coredigest.com/wp-content/uploads/2011/06/google_thumbnail.png"><img class="size-medium wp-image-1245" title=" google_thumbnail" src="http://www.coredigest.com/wp-content/uploads/2011/06/google_thumbnail-300x225.png" alt="google thumbnail screen shot" width="300" height="225" /></a><p class="wp-caption-text">thumbnail screen shot</p></div>
<p>&nbsp;</p>
<p>We will see in next post how to take website screen shot in Linux Server</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3EHow+to+Take+Website+Screenshot+%2F+Thumbnail+in+Windows+Server%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1243" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3EHow+to+Take+Website+Screenshot+%2F+Thumbnail+in+Windows+Server%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1243" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/how-to/google-1-button-for-websites-like-facebook/' rel='bookmark' title='Permanent Link: <strong> Google +1 Button for websites like facebook</strong>'><strong> Google +1 Button for websites like facebook</strong></a></li>
<li><a href='http://www.coredigest.com/how-to/what-to-do-when-you-cannot-open-a-particular-website/' rel='bookmark' title='Permanent Link: What to Do When You Cannot Open a Particular Website'>What to Do When You Cannot Open a Particular Website</a></li>
<li><a href='http://www.coredigest.com/how-to/turn-your-home-computer-into-a-web-server-in-2-minutes/' rel='bookmark' title='Permanent Link: Turn Your Home Computer into a Web Server in 2 Minutes'>Turn Your Home Computer into a Web Server in 2 Minutes</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/how-to-take-website-screen-shot-thumbnail-in-windows-server/" rel="bookmark"><strong>How to Take Website Screenshot / Thumbnail in Windows Server</strong></a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on June 22, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/how-to-take-website-screen-shot-thumbnail-in-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharp IP Getter Find Yahoo Messenger Internet Protocol</title>
		<link>http://www.coredigest.com/tools/sharp-ip-getter-find-yahoo-messenger-internet-protocol/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharp-ip-getter-find-yahoo-messenger-internet-protocol</link>
		<comments>http://www.coredigest.com/tools/sharp-ip-getter-find-yahoo-messenger-internet-protocol/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 18:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[find yahoo messenger internet protocol]]></category>
		<category><![CDATA[sharp ip getter]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=1094</guid>
		<description><![CDATA[Sharp IP Getter is an application that has a purpose to find Internet Protocol of Yahoo Messenger through Instant Message Service. Whenever you chat with people in Yahoo Messenger Private Message or Instant Message, Sharp IP Getter will help you to find the real IP address of the current people or user that being chat <a href='http://www.coredigest.com/tools/sharp-ip-getter-find-yahoo-messenger-internet-protocol/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/how-to/how-to-get-ip-address-in-instant-message-yahoo-messenger/' rel='bookmark' title='Permanent Link: <strong>How to Get IP Address in Instant Message Yahoo Messenger</strong>'><strong>How to Get IP Address in Instant Message Yahoo Messenger</strong></a></li>
<li><a href='http://www.coredigest.com/how-to/catch-your-buddy-ip-trough-webcam/' rel='bookmark' title='Permanent Link: <strong>Catch your Buddy IP trough Webcam</strong>'><strong>Catch your Buddy IP trough Webcam</strong></a></li>
<li><a href='http://www.coredigest.com/yahoo/yahoo-messenger-invisible-checker-detector/' rel='bookmark' title='Permanent Link: Yahoo Messenger Invisible Checker Detector'>Yahoo Messenger Invisible Checker Detector</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sharp IP Getter is an application that has a purpose to find Internet Protocol of Yahoo Messenger through Instant Message Service. Whenever you chat with people in Yahoo Messenger Private Message or Instant Message, Sharp IP Getter will help you to find the real IP address of the current people or user that being chat with you. Sharp IP (Internet Protocol) Getter was developed and created by www.Sharp-Soft.Net.</p>
<p>How to find IP address from Yahoo Messenger chat? How to find ip address of a person in yahoo messenger? how to get ip in yahoo messenger? how to find ip address from instant message in yahoo messenger?. Those all questions might be ask from people who wanna know how to get ip address from yahoo messenger.</p>
<p>Actually there is a simple steps using command prompt windows to find ip address from chat in yahoo messenger, but this is not the good time We give you that such ways, to get ip of Y!M, because without that steps, with Sharp IP Getter you already knew how to look for the IP address of a user or people in yahoo messenger.</p>
<p><strong>How to use Sharp IP Getter</strong></p>
<p>Just run the software and instantly you will see a list of IP address in the software. That IP address should be the one / people who chat with you. If you are unable to see the IP, make sure you send a file or image aka photo to the target and the IP address of the target will rise at Sharp IP Getter.</p>
<p><strong>Download Sharp IP Getter</strong><br />
As long as we understand Sharp IP Getter is a free software. This meant you do not have to buy or paid this software to download and use it. Below is the download link of Sharp IP Getter.</p>
<p>Sharp IP Getter in RapidShare: Download <a href="http://rapidshare.com/files/63435583/Sharp_IP_Getter.zip">Sharp IP Getter</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3ESharp+IP+Getter+Find+Yahoo+Messenger+Internet+Protocol%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1094" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3ESharp+IP+Getter+Find+Yahoo+Messenger+Internet+Protocol%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1094" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/how-to/how-to-get-ip-address-in-instant-message-yahoo-messenger/' rel='bookmark' title='Permanent Link: <strong>How to Get IP Address in Instant Message Yahoo Messenger</strong>'><strong>How to Get IP Address in Instant Message Yahoo Messenger</strong></a></li>
<li><a href='http://www.coredigest.com/how-to/catch-your-buddy-ip-trough-webcam/' rel='bookmark' title='Permanent Link: <strong>Catch your Buddy IP trough Webcam</strong>'><strong>Catch your Buddy IP trough Webcam</strong></a></li>
<li><a href='http://www.coredigest.com/yahoo/yahoo-messenger-invisible-checker-detector/' rel='bookmark' title='Permanent Link: Yahoo Messenger Invisible Checker Detector'>Yahoo Messenger Invisible Checker Detector</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/sharp-ip-getter-find-yahoo-messenger-internet-protocol/" rel="bookmark"><strong>Sharp IP Getter Find Yahoo Messenger Internet Protocol</strong></a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on December 22, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/sharp-ip-getter-find-yahoo-messenger-internet-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best OCR Tools for Converting Images to Text</title>
		<link>http://www.coredigest.com/tools/the-best-ocr-tools-for-converting-images-to-text/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-best-ocr-tools-for-converting-images-to-text</link>
		<comments>http://www.coredigest.com/tools/the-best-ocr-tools-for-converting-images-to-text/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 00:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[best ocr softwares]]></category>
		<category><![CDATA[convert_images_to_text]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=1009</guid>
		<description><![CDATA[OCR software let you easily convert images, such as digital photographs, scanned documents, printed books, etc. into text. Once you perform OCR on an image, you’ll be able to copy-paste or edit the text content of that image without any retyping and it also becomes more searchable. The Best Web-based OCR Services Most scanners ship <a href='http://www.coredigest.com/tools/the-best-ocr-tools-for-converting-images-to-text/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/google/perform-ocr-with-google-docs-%e2%80%93-turn-images-into-editable-documents/' rel='bookmark' title='Permanent Link: Perform OCR with Google Docs Turn Images Into Editable Documents'>Perform OCR with Google Docs Turn Images Into Editable Documents</a></li>
<li><a href='http://www.coredigest.com/softwares/adobe-pdf-guide-how-to-do-everything-with-pdf-files/' rel='bookmark' title='Permanent Link: Adobe PDF Guide: How to Do Everything with PDF Files'>Adobe PDF Guide: How to Do Everything with PDF Files</a></li>
<li><a href='http://www.coredigest.com/google/use-google-docs-as-a-batch-pdf-converter/' rel='bookmark' title='Permanent Link: Use Google Docs as a Batch PDF Converter'>Use Google Docs as a Batch PDF Converter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>OCR software let you easily convert images, such as digital photographs, <a href="http://www.coredigest.com/wp-content/uploads/2010/11/OCR-document.png"><img class="alignright size-full wp-image-1010" title="OCR-document" src="http://www.coredigest.com/wp-content/uploads/2010/11/OCR-document.png" alt="" width="128" height="128" /></a>scanned documents, printed books, etc. into text. Once you perform OCR on an image, you’ll be able to copy-paste or edit the text content of that image without any retyping and it also becomes more searchable.</p>
<p><span style="line-height: normal; font-size: 26px;">The Best Web-based OCR Services</span></p>
<p>Most scanners ship with some sort of OCR software but if you don’t have a scanner, you can simply capture a photograph of the printed text with your digital camera or even your mobile phone and then use an online OCR utility to extract text out of that image.</p>
<p>Meet the best online OCR services that can help you convert images into text.</p>
<p><strong>1. </strong><a title="Upload Files to Google Docs" href="https://docs.google.com/DocAction?action=updoc&amp;hl=en" target="_blank"><strong>Google Docs</strong></a> – When you upload an image file or a scanned PDF to Google Docs, check the option that says “Convert text to Google Docs format” and Google Docs will automatically perform OCR on the file before saving it to your account.</p>
<p>If the OCR operation is successful, all the extracted text is stored as a new document else Google Docs will store your original image without any modification.</p>
<p><a href="http://www.coredigest.com/wp-content/uploads/2010/11/google_docs_OCR.png"><img class="aligncenter size-full wp-image-1011" title="google_docs_OCR" src="http://www.coredigest.com/wp-content/uploads/2010/11/google_docs_OCR.png" alt="" width="540" height="210" /></a></p>
<p>With Google Docs, you can perform OCR on images and PDFs as large as 2 MB, the text recognition accuracy is quite impressive and there are no limits on the number of files that you can process in a day. However, Google Docs won’t retain the original formatting of the document and the OCR engine almost fails with low-resolution images.</p>
<p><strong>2. </strong><a href="http://finereader.abbyyonline.com/en/Account/Welcome" target="_blank"><strong>Abbyy FineReader</strong></a> – FineReader Online is a web-based OCR service that can instantly convert your PDF files and images into corresponding office file formats. This is an Abbyy service and therefore the character recognition accuracy is quite good.</p>
<p>Unlike the OCR engine in Google Docs that can only recognize printed text written Latin characters, FineReader can understand a much wider variety of languages. It even works with multilingual documents that have text written multiple languages.</p>
<p>A free account at FineReader Online will only let you convert a handful of images to text and you’ll have to shell out around $3 per 10 pages for additional conversions.</p>
<p><strong>3. </strong><a href="http://www.onlineocr.net/" target="_blank"><strong>OnlineOCR.net</strong></a> – Online OCR, as the name suggests, is a cloud based OCR service that can handle all common images formats including scanned PDFs. If you have multiple images that you would like to convert to text in one go, you can put them all in a single zip file and upload it to Online OCR.</p>
<p>Of all the OCR services that I have tried so far, Online OCR has impressed me the most. The character recognition accuracy is quite good and the converted documents look like a replica of the original images. In my limited test with three different types of images, Online OCR was able to preserve the structure and formatting after the conversion in all the three case.</p>
<p><a href="http://www.coredigest.com/wp-content/uploads/2010/11/online_OCR.png"><img class="aligncenter size-full wp-image-1012" title="online_OCR" src="http://www.coredigest.com/wp-content/uploads/2010/11/online_OCR.png" alt="" width="540" height="200" /></a></p>
<p>Like FineReader, Online OCR offers credits for converting around 5-6  images to text for free and after the limit is over, you’ll have to pay around $4 per 50 pages.</p>
<p><strong>4. </strong><a href="http://www.free-ocr.com/" target="_blank"><strong>FreeOCR.com</strong></a> – If you ever need to extract plain text from an image or a scanned PDF file, Free OCR may be worth a try. The service requires no registration and you can handle up to 10 image uploads per hour.</p>
<p>Free OCR is like a graphical front-end for Google’s Tesseract OCR engine that is often considered as one of the most accurate text recognition engines around. However, Tesseract supports only a limited number of languages and it ignores most of the formatting of the scanned image.</p>
<p><strong>5. </strong><a href="https://www.ocrterminal.com/" target="_blank"><strong>OCR Terminal</strong></a> – OCR Terminal is one of the most mature online OCR services out there that not only supports images and scanned PDFs but even software screenshots.</p>
<p>For instance, if you ever get an error message on your computer, capture a screenshot, upload the image to OCR terminal and it will return you the entire error in plain text that you can copy-paste in emails or online forums.</p>
<p>OCR Terminal is internally powered by Abbyy’s OCR engine. A free account with OCR Terminal gets you 20 free conversions every month and you can pay around 7-9 ¢ per additional conversion.</p>
<p><strong>6. </strong><a href="http://ocronline.com/" target="_blank"><strong>OCR Online</strong></a> – Like FreeOCR, OCR Online doesn’t require any registration and you can translate up to 100 images to text in a single day. It also supports a large number of languages.</p>
<p>OCR Online offers good recognition accuracy and preserves most of the original formatting but what you’ll like most about this service is batch processing. You can upload a large number of files in one batch and it will output the results as one document.</p>
<h2>Online OCR Software – A Comparison</h2>
<p><a href="http://www.coredigest.com/wp-content/uploads/2010/11/online_OCR_software.png"><img class="aligncenter size-full wp-image-1013" title="online_OCR_software" src="http://www.coredigest.com/wp-content/uploads/2010/11/online_OCR_software.png" alt="" width="540" height="255" /></a></p>
<p>[*] One obvious downside will all the above mentioned OCR software is that they work only with printed text, they cannot recognize characters from hand-written text.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3EThe+Best+OCR+Tools+for+Converting+Images+to+Text%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1009" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=%3Cstrong%3EThe+Best+OCR+Tools+for+Converting+Images+to+Text%3C%2Fstrong%3E+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D1009" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/google/perform-ocr-with-google-docs-%e2%80%93-turn-images-into-editable-documents/' rel='bookmark' title='Permanent Link: Perform OCR with Google Docs Turn Images Into Editable Documents'>Perform OCR with Google Docs Turn Images Into Editable Documents</a></li>
<li><a href='http://www.coredigest.com/softwares/adobe-pdf-guide-how-to-do-everything-with-pdf-files/' rel='bookmark' title='Permanent Link: Adobe PDF Guide: How to Do Everything with PDF Files'>Adobe PDF Guide: How to Do Everything with PDF Files</a></li>
<li><a href='http://www.coredigest.com/google/use-google-docs-as-a-batch-pdf-converter/' rel='bookmark' title='Permanent Link: Use Google Docs as a Batch PDF Converter'>Use Google Docs as a Batch PDF Converter</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/the-best-ocr-tools-for-converting-images-to-text/" rel="bookmark"><strong>The Best OCR Tools for Converting Images to Text</strong></a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on November 21, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/the-best-ocr-tools-for-converting-images-to-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free yahoo invisible script for blogs</title>
		<link>http://www.coredigest.com/yahoo/free-yahoo-invisible-script-for-blogs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-yahoo-invisible-script-for-blogs</link>
		<comments>http://www.coredigest.com/yahoo/free-yahoo-invisible-script-for-blogs/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 06:10:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[tracer]]></category>
		<category><![CDATA[vizgin]]></category>
		<category><![CDATA[yahoo invisble checker script for your blogs]]></category>
		<category><![CDATA[yahoo_detect]]></category>
		<category><![CDATA[yahoo_status_script]]></category>
		<category><![CDATA[ydetector]]></category>
		<category><![CDATA[ym]]></category>
		<category><![CDATA[ymsg script for blogs]]></category>
		<category><![CDATA[ymsg16 invisible script]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=984</guid>
		<description><![CDATA[Every one want to know who is online in the messengers, but all people are hiding from others by changing mode to invisible, here is the script which checks yahoo messenger real status(stealth). Just type your friend or buddy id below textbox and press check, it shows the result whether they are online/invisible/offline if you <a href='http://www.coredigest.com/yahoo/free-yahoo-invisible-script-for-blogs/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/yahoo/yahoo-messenger-invisible-checker-detector/' rel='bookmark' title='Permanent Link: Yahoo Messenger Invisible Checker Detector'>Yahoo Messenger Invisible Checker Detector</a></li>
<li><a href='http://www.coredigest.com/yahoo/working-yahoo-messenger-status-detector/' rel='bookmark' title='Permanent Link: Working yahoo messenger status detector'>Working yahoo messenger status detector</a></li>
<li><a href='http://www.coredigest.com/yahoo/yahoo-invisible-detector-php-code/' rel='bookmark' title='Permanent Link: yahoo invisible detector PHP Code'>yahoo invisible detector PHP Code</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Every one want to know who is online in the <strong>messengers</strong>, but all people are hiding from others by changing mode to <strong>invisible</strong>, here is the <strong><a href="http://yahoohunter.com">script</a></strong> which checks yahoo messenger real status(stealth).</p>
<p>Just type your friend or buddy id below textbox and press check, it shows the result whether they are online/invisible/offline</p>
<div style="text-align:center">
<p><iframe frameborder=0 src ='http://yahoohunter.com/Aff' scrolling=no style='border:0px;'  bgcolor='#000000' allowtransparency='true' width='380px' height='227px'></iframe>
</div>
<p>if you want you own copy for your <strong><a href="http://www.coredigest.com/uncategorized/free-yahoo-inv…ript-for-blogs/">blogs</a></strong> or <strong><a href="http://yahoohunter.com/demo">websites</a></strong> you can copy below code in to your blog or website for your own yahoo status script its all free with this you can check unlimited buddy ids </p>
<blockquote><p>&lt;iframe frameborder=0 src =&#8217;http://yahoohunter.com/Aff&#8217; scrolling=no style=&#8217;border:0px;&#8217;  bgcolor=&#8217;#000000&#8242; allowtransparency=&#8217;true&#8217; width=&#8217;380px&#8217; height=&#8217;227px&#8217;&gt;&lt;/iframe&gt;
	</p></blockquote>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=free+yahoo+invisible+script+for+blogs+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D984" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=free+yahoo+invisible+script+for+blogs+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D984" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/yahoo/yahoo-messenger-invisible-checker-detector/' rel='bookmark' title='Permanent Link: Yahoo Messenger Invisible Checker Detector'>Yahoo Messenger Invisible Checker Detector</a></li>
<li><a href='http://www.coredigest.com/yahoo/working-yahoo-messenger-status-detector/' rel='bookmark' title='Permanent Link: Working yahoo messenger status detector'>Working yahoo messenger status detector</a></li>
<li><a href='http://www.coredigest.com/yahoo/yahoo-invisible-detector-php-code/' rel='bookmark' title='Permanent Link: yahoo invisible detector PHP Code'>yahoo invisible detector PHP Code</a></li>
</ol></p><p><a href="http://www.coredigest.com/yahoo/free-yahoo-invisible-script-for-blogs/" rel="bookmark">free yahoo invisible script for blogs</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on November 17, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/yahoo/free-yahoo-invisible-script-for-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Test the Performance of your Website Online</title>
		<link>http://www.coredigest.com/tools/test-the-performance-of-your-website-online/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-the-performance-of-your-website-online</link>
		<comments>http://www.coredigest.com/tools/test-the-performance-of-your-website-online/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:53:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[test_your_webiste]]></category>
		<category><![CDATA[webiste_online_performance]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=965</guid>
		<description><![CDATA[It is important that you speed up your website as much as possible because, all other factors remaining the same, a faster performing site may rank higher in Google search results. That’s because Google now considers page speed as one of the factors while ranking pages. How to Measure your Site Performance Google offers a <a href='http://www.coredigest.com/tools/test-the-performance-of-your-website-online/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/tools/site-clinic-an-seo-checklist-for-your-website/' rel='bookmark' title='Permanent Link: Site Clinic: An SEO Checklist for your Website'>Site Clinic: An SEO Checklist for your Website</a></li>
<li><a href='http://www.coredigest.com/google/pick-the-right-google-translation-widget-for-your-website/' rel='bookmark' title='Permanent Link: Pick the Right Google Translation Widget for your Website'>Pick the Right Google Translation Widget for your Website</a></li>
<li><a href='http://www.coredigest.com/how-to/how-to-create-website-back-links-in-an-efficient-way/' rel='bookmark' title='Permanent Link: <strong> How to Create Website Back-links in an Efficient Way</strong>'><strong> How to Create Website Back-links in an Efficient Way</strong></a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is important that you speed up your website as much as possible because, all other factors remaining the same, a faster performing site may rank higher in Google search results. That’s because Google now considers page speed as one of the factors while <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">ranking pages</a>.</p>
<p><strong>How to Measure your Site Performance</strong><br />
Google offers a free tool called <a href="http://code.google.com/speed/page-speed/">Page Speed</a> that you may use to improve the performance of your web pages. The tool performs several tests against your website and then suggests simple ways to make your site even faster.</p>
<p><a href="http://developer.yahoo.com/yslow/">YSlow</a> from Yahoo! is another such tool that measures the performance of your pages and offers suggestions for improvement. Yahoo! says that the response time of web pages can be improved by 25% to 50% by following the recommendations made by the tool.</p>
<p><strong>Run Page Speed and YSlow Online</strong><br />
Both Page Speed and YSlow are available as add-ons for Firebug and will therefore only work if you have Google Chrome or Firefox on your computer.</p>
<p>If you are however running a different browser (like IE) or would like to evaluate the performance of your sites without installing add-ons, you should give <a href="http://gtmetrix.com/">GTMetrix</a> a try.<br />
<a href="http://www.coredigest.com/wp-content/uploads/2010/11/site_performance_report.png"><img src="http://www.coredigest.com/wp-content/uploads/2010/11/site_performance_report.png" alt="" title="site_performance_report" width="518" height="480" class="aligncenter size-full wp-image-966" /></a></p>
<p>GTMetrix will analyze your pages using both Page Speed and YSlow rules in one go and other advantage is that it runs online without requiring any add-ons.</p>
<p>You can setup a free account and the service will automatically run performance tests against your site at pre-defined intervals. It also preserves the reports of previous tests and you can therefore easily measure the outcome of your optimization efforts over time.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Test+the+Performance+of+your+Website+Online+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D965" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Test+the+Performance+of+your+Website+Online+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D965" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/tools/site-clinic-an-seo-checklist-for-your-website/' rel='bookmark' title='Permanent Link: Site Clinic: An SEO Checklist for your Website'>Site Clinic: An SEO Checklist for your Website</a></li>
<li><a href='http://www.coredigest.com/google/pick-the-right-google-translation-widget-for-your-website/' rel='bookmark' title='Permanent Link: Pick the Right Google Translation Widget for your Website'>Pick the Right Google Translation Widget for your Website</a></li>
<li><a href='http://www.coredigest.com/how-to/how-to-create-website-back-links-in-an-efficient-way/' rel='bookmark' title='Permanent Link: <strong> How to Create Website Back-links in an Efficient Way</strong>'><strong> How to Create Website Back-links in an Efficient Way</strong></a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/test-the-performance-of-your-website-online/" rel="bookmark">Test the Performance of your Website Online</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on November 17, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/test-the-performance-of-your-website-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if the ISP is Limiting your Download Speed</title>
		<link>http://www.coredigest.com/tools/check-if-the-isp-is-limiting-your-download-speed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=check-if-the-isp-is-limiting-your-download-speed</link>
		<comments>http://www.coredigest.com/tools/check-if-the-isp-is-limiting-your-download-speed/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Glasnost]]></category>
		<category><![CDATA[Limiting_Download_Speed_ISP]]></category>
		<category><![CDATA[Test_your_ISP]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=946</guid>
		<description><![CDATA[You have a fairly good Internet connection at home and regular websites load pretty quickly in your browser. However, the speed seems to go down while you are watching videos on YouTube or are trying to download files through a torrent client. If you observe such a speed pattern quite frequently, chances are that your <a href='http://www.coredigest.com/tools/check-if-the-isp-is-limiting-your-download-speed/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/how-to/how-to-enable-google%e2%80%99s-speed-module-on-dreamhost/' rel='bookmark' title='Permanent Link: How to Enable Google’s Speed Module on Dreamhost'>How to Enable Google’s Speed Module on Dreamhost</a></li>
<li><a href='http://www.coredigest.com/code-snippets/embed-youtube-videos-in-both-flash-and-html5/' rel='bookmark' title='Permanent Link: Embed YouTube Videos in both Flash and HTML5'>Embed YouTube Videos in both Flash and HTML5</a></li>
<li><a href='http://www.coredigest.com/games/need-for-speed-undercover-trailer-hot-babes/' rel='bookmark' title='Permanent Link: Need For Speed: Undercover Trailer &#038; Hot Babes'>Need For Speed: Undercover Trailer &#038; Hot Babes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You have a fairly good Internet connection at home and regular websites load pretty quickly in your browser. However, the speed <a href="http://www.coredigest.com/wp-content/uploads/2010/11/flash_video.png"><img class="alignright size-full wp-image-947" title="flash_video" src="http://www.coredigest.com/wp-content/uploads/2010/11/flash_video.png" alt="" width="93" height="93" /></a>seems to go down while you are watching videos on YouTube or are trying to download files through a torrent client.<br />
If you observe such a speed pattern quite frequently, chances are that your ISP could be rate limiting your traffic for certain bandwidth intensive operations. To give you an example, if your regular download speed is 100 kB/s, YouTube videos could be streaming at a speed of 30 kB/s due to rate limiting by the ISP.</p>
<p><strong>Is your ISP is limiting your download speeds?</strong></p>
<div><a href="http://www.coredigest.com/wp-content/uploads/2010/11/glasnost_test.png"><img class="alignright size-full wp-image-948" title="glasnost_test" src="http://www.coredigest.com/wp-content/uploads/2010/11/glasnost_test.png" alt="" width="575" height="275" /></a></div>
<p> </p>
<p>You can run the <a href="http://broadband.mpi-sws.org/transparency/glasnost.php#tests">Glasnost test </a>in your browser to determine whether or not your ISP is following any such tactic to manipulate your download speeds for specific sites.</p>
<p>The test uses a Java applet to compare your regular download speed against the speed at which Flash videos get streamed to your system. Other than videos, it can also compare the download speed for email attachments (via POP and IMAP), normal HTTP based file transfers, torrents and binary downloads from Usenet servers.<br />
You should consider running these tests at different times of the day since some ISPs may be limiting speeds only during peak hours. Also, do remember to stop any other downloads that might be running in the background for more accurate results.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Check+if+the+ISP+is+Limiting+your+Download+Speed+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D946" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Check+if+the+ISP+is+Limiting+your+Download+Speed+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D946" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/how-to/how-to-enable-google%e2%80%99s-speed-module-on-dreamhost/' rel='bookmark' title='Permanent Link: How to Enable Google’s Speed Module on Dreamhost'>How to Enable Google’s Speed Module on Dreamhost</a></li>
<li><a href='http://www.coredigest.com/code-snippets/embed-youtube-videos-in-both-flash-and-html5/' rel='bookmark' title='Permanent Link: Embed YouTube Videos in both Flash and HTML5'>Embed YouTube Videos in both Flash and HTML5</a></li>
<li><a href='http://www.coredigest.com/games/need-for-speed-undercover-trailer-hot-babes/' rel='bookmark' title='Permanent Link: Need For Speed: Undercover Trailer &#038; Hot Babes'>Need For Speed: Undercover Trailer &#038; Hot Babes</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/check-if-the-isp-is-limiting-your-download-speed/" rel="bookmark">Check if the ISP is Limiting your Download Speed</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on November 16, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/check-if-the-isp-is-limiting-your-download-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quix A Command-Line Like Bookmarklet for your Browser</title>
		<link>http://www.coredigest.com/tools/quix-%e2%80%93-a-command-line-like-bookmarklet-for-your-browser/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quix-%25e2%2580%2593-a-command-line-like-bookmarklet-for-your-browser</link>
		<comments>http://www.coredigest.com/tools/quix-%e2%80%93-a-command-line-like-bookmarklet-for-your-browser/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:30:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Bookmarklet_for_your_Browser]]></category>
		<category><![CDATA[Quix-Command-Line]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=638</guid>
		<description><![CDATA[You have tons of bookmarklets in your browser. There a bookmarklet that lets you search articles on Wikipedia while another one let find the whois information of a site. And your most recent addition is a goo.gl bookmarklet that you use to shorten URLs using Google. Merge Multiple Bookmarklets into One Your bookmarklet collection is <a href='http://www.coredigest.com/tools/quix-%e2%80%93-a-command-line-like-bookmarklet-for-your-browser/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/google/enhance-google-search-results-with-twitter-wikipedia-flickr-etc/' rel='bookmark' title='Permanent Link: Enhance Google Search Results with Twitter, Wikipedia, Flickr, etc.'>Enhance Google Search Results with Twitter, Wikipedia, Flickr, etc.</a></li>
<li><a href='http://www.coredigest.com/google/use-google-sidewiki-without-the-google-toolbar/' rel='bookmark' title='Permanent Link: Use Google Sidewiki without the Google Toolbar'>Use Google Sidewiki without the Google Toolbar</a></li>
<li><a href='http://www.coredigest.com/games/command-conquer-3-tiberium-wars-in-2007/' rel='bookmark' title='Permanent Link: Command &#038; Conquer 3 Tiberium Wars in 2007'>Command &#038; Conquer 3 Tiberium Wars in 2007</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You have tons of bookmarklets in your browser. There a bookmarklet that lets you search articles on Wikipedia while another one let find the whois information of a site. And your most recent addition is a goo.gl bookmarklet that you use to shorten URLs using Google.</p>
<p><strong>Merge Multiple Bookmarklets into One</strong></p>
<p><a href="http://www.coredigest.com/wp-content/uploads/2010/01/bookmarkletscommandline_thumb.png"><img src="http://www.coredigest.com/wp-content/uploads/2010/01/bookmarkletscommandline_thumb.png" alt="bookmarkletscommandline_thumb" title="bookmarkletscommandline_thumb" width="544" height="216" class="alignnone size-full wp-image-639" /></a></p>
<p>Your bookmarklet collection is growing everyday but if you are looking to trim it down, try <a href="http://quixapp.com/">Quix</a>. It is a powerful bookmarklet that combines the functions of multiple bookmarklets into one and works just like the command-line in Unix Ã¢â‚¬â€œ you hit the bookmarklet button and it will open a dialog box where you can type a command.</p>
<p>For instance, if you say bitly, it will shorten the address of the current web page using bit.ly while a command like tr will automatically translate the page into your language using Google Translate. Easy to remember commands like s, w and yt will help you search Twitter, Wikipedia and YouTube respectively while you can always <a href="http://quixapp.com/help/syntax/">extend</a> that <a href="http://img.labnol.org/files/commands.txt">list</a> with your own custom commands.</p>
<p>Ubiquity for Firefox and Quicksilver on Mac offer similar functionality but what interesting about Quix is that you may also use it on your iPhone and iPod Touch.</p>
<p>To learn more about the Quix bookmarklet, check this video screencast by <a href="http://yoast.com/">Joost de Valk</a>, the developer. </p>
<p><object width="400" height="285"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8540763&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8540763&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="285"></embed></object>
<p><a href="http://vimeo.com/8540763">An introduction to Quix</a> from <a href="http://vimeo.com/yoast">Joost de Valk</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Quix+A+Command-Line+Like+Bookmarklet+for+your+Browser+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D638" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Quix+A+Command-Line+Like+Bookmarklet+for+your+Browser+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D638" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/google/enhance-google-search-results-with-twitter-wikipedia-flickr-etc/' rel='bookmark' title='Permanent Link: Enhance Google Search Results with Twitter, Wikipedia, Flickr, etc.'>Enhance Google Search Results with Twitter, Wikipedia, Flickr, etc.</a></li>
<li><a href='http://www.coredigest.com/google/use-google-sidewiki-without-the-google-toolbar/' rel='bookmark' title='Permanent Link: Use Google Sidewiki without the Google Toolbar'>Use Google Sidewiki without the Google Toolbar</a></li>
<li><a href='http://www.coredigest.com/games/command-conquer-3-tiberium-wars-in-2007/' rel='bookmark' title='Permanent Link: Command &#038; Conquer 3 Tiberium Wars in 2007'>Command &#038; Conquer 3 Tiberium Wars in 2007</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/quix-%e2%80%93-a-command-line-like-bookmarklet-for-your-browser/" rel="bookmark">Quix A Command-Line Like Bookmarklet for your Browser</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on January 13, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/quix-%e2%80%93-a-command-line-like-bookmarklet-for-your-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create Windows 7 Bootable USB Stick</title>
		<link>http://www.coredigest.com/tools/how-to-create-windows-7-bootable-usb-stick/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-windows-7-bootable-usb-stick</link>
		<comments>http://www.coredigest.com/tools/how-to-create-windows-7-bootable-usb-stick/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 15:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=625</guid>
		<description><![CDATA[On several occasions, you might come across situations where you dont have access to a CD-ROM or for some other reason you couldnt install Windows OS on your PC, notebook or netbook. Recently, while playing with my Acer Aspire One A110 netbook, I tried installing Windows 7 on it. Since it doesnt have any CD <a href='http://www.coredigest.com/tools/how-to-create-windows-7-bootable-usb-stick/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/microsoft/fix-windows-7-blue-screen-of-death-bsod-error-stop-0x0000000a/' rel='bookmark' title='Permanent Link: Fix Windows 7 Blue Screen of Death (BSOD) Error STOP: 0x0000000A'>Fix Windows 7 Blue Screen of Death (BSOD) Error STOP: 0x0000000A</a></li>
<li><a href='http://www.coredigest.com/how-to/adobe-introduces-acrobat-com-presentations-%e2%80%93-create-impressive-slides-online/' rel='bookmark' title='Permanent Link: Adobe Introduces Acrobat.com Presentations Create Impressive Slides Online'>Adobe Introduces Acrobat.com Presentations Create Impressive Slides Online</a></li>
<li><a href='http://www.coredigest.com/microsoft/windows-7-installation-and-upgrade-guides-from-microsoft/' rel='bookmark' title='Permanent Link: Windows 7 Installation and Upgrade Guides from Microsoft'>Windows 7 Installation and Upgrade Guides from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>On several occasions, you might come across situations where you dont have access to a CD-ROM or for some other reason you couldnt install Windows OS on your PC, notebook or netbook.</p>
<p>Recently, while playing with my Acer Aspire One A110 netbook, I tried installing Windows 7 on it. Since it doesnt have any CD drive, I had to create a bootable windows 7 USB stick in order to install it on my netbook.</p>
<p>There are several applications i.e Ultimate Multiboot,  that can make your USB bootable and even configure it to boot with Windows XP, Vista etc. But it didnt support the latest upcoming OS by Microsoft, Windows 7.</p>
<p><a href="http://www.coredigest.com/?attachment_id=624" rel="attachment wp-att-624"><img src="http://www.coredigest.com/wp-content/uploads/2010/01/a_bootable_usb.png" alt="a_bootable_usb" title="a_bootable_usb" width="277" height="574" class="alignnone size-full wp-image-624" /></a></p>
<p><strong>A Bootable USB</strong> is a free application to create bootable Windows 7 USB. There are lots of online tutorials to do this manually, but it always better if an application does it all automatically.</p>
<p>The process of this tool can be explained in just 4 easy steps!</p>
<p>    * Check USB drive<br />
    * Format USB drive<br />
    * Choose DVD or ISO image<br />
    * Start the process</p>
<h2>Download A Bootable USB</h2>
<p>You can create bootable Windows 7 USB by downloading A Bootable USB from here: <a href="http://www.askvg.com/a-bootable-usb-utility-to-create-bootable-usb-drive-to-install-windows-vista-server-2008-and-7/">Download A Bootable USB</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=How+To+Create+Windows+7+Bootable+USB+Stick+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D625" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=How+To+Create+Windows+7+Bootable+USB+Stick+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D625" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/microsoft/fix-windows-7-blue-screen-of-death-bsod-error-stop-0x0000000a/' rel='bookmark' title='Permanent Link: Fix Windows 7 Blue Screen of Death (BSOD) Error STOP: 0x0000000A'>Fix Windows 7 Blue Screen of Death (BSOD) Error STOP: 0x0000000A</a></li>
<li><a href='http://www.coredigest.com/how-to/adobe-introduces-acrobat-com-presentations-%e2%80%93-create-impressive-slides-online/' rel='bookmark' title='Permanent Link: Adobe Introduces Acrobat.com Presentations Create Impressive Slides Online'>Adobe Introduces Acrobat.com Presentations Create Impressive Slides Online</a></li>
<li><a href='http://www.coredigest.com/microsoft/windows-7-installation-and-upgrade-guides-from-microsoft/' rel='bookmark' title='Permanent Link: Windows 7 Installation and Upgrade Guides from Microsoft'>Windows 7 Installation and Upgrade Guides from Microsoft</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/how-to-create-windows-7-bootable-usb-stick/" rel="bookmark">How To Create Windows 7 Bootable USB Stick</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on January 2, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/how-to-create-windows-7-bootable-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Secure Your Wireless Home Network</title>
		<link>http://www.coredigest.com/technology/how-to-secure-your-wireless-home-network/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-secure-your-wireless-home-network</link>
		<comments>http://www.coredigest.com/technology/how-to-secure-your-wireless-home-network/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 04:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[how_to_secure_wireles_home_network]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=620</guid>
		<description><![CDATA[This article describes how you can secure your Wireless Network from hackers and youll also learn about free tools that people generally use to intercept your Wi-Fi signals. Wireless Networking (Wi-Fi) has made it so easy for you to use the computer, portable media player, mobile phones, video game consoles, and other wireless devices anywhere <a href='http://www.coredigest.com/technology/how-to-secure-your-wireless-home-network/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/softwares/build-a-wireless-home-network-without-a-router/' rel='bookmark' title='Permanent Link: Build a Wireless Home Network without a Router'>Build a Wireless Home Network without a Router</a></li>
<li><a href='http://www.coredigest.com/google/video-how-to-setup-google-dns-on-your-computer/' rel='bookmark' title='Permanent Link: Video: How to Setup Google DNS on your Computer'>Video: How to Setup Google DNS on your Computer</a></li>
<li><a href='http://www.coredigest.com/how-to/turn-your-home-computer-into-a-web-server-in-2-minutes/' rel='bookmark' title='Permanent Link: Turn Your Home Computer into a Web Server in 2 Minutes'>Turn Your Home Computer into a Web Server in 2 Minutes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>This article describes how you can secure your Wireless Network from hackers and youll also learn about free tools that people generally use to intercept your Wi-Fi signals.</strong></p>
<p>Wireless Networking (Wi-Fi) has made it so easy for you to use the computer, portable media player, mobile phones, video game consoles, and other wireless devices anywhere in the house without the clutter of cables.</p>
<p>With traditional wired networks, it is extremely difficult for someone to steal your bandwidth but the big problem with wireless signals is that others can access the Internet using your broadband connection even while they are in a neighboring building or sitting in a car that parked outside your apartment.</p>
<p>This practice, also known as piggybacking, is bad for three reasons:</p>
<p>    * It will increase your monthly Internet bill especially when you have to pay per byte of data transfer.<br />
    * It will decrease your Internet access speed since you are now sharing the same internet connection with other users.<br />
    * It can create a security hazard* as others may hack your computers and access your personal files through your own wireless network.</p>
<p>*] What do the bad guys use &#8211; There have been quite a few instances where innocent Internet users have been arrested for sending hate emails when in reality, their email accounts where hacked though the unsecured Wi-Fi networks that they had at home. <a href="http://www.wireshark.org/">Wireshark</a> is a free packet sniffing tool for Linux, Mac and Windows that can scan traffic flowing though a wireless network including cookies, forms and other HTTP requests.</p>
<h2>How to Secure Your Wireless Network</h2>
<p>The good news is that it is not very hard to make your wireless network secure, which will both prevent others from stealing your internet and will also prevent hackers from taking control of your computers through your own wireless network.</p>
<p>Here a few simple things that you should to secure your wireless network:<br />
Step 1. Open your router settings page</p>
<p>First, you need to know how to access your wireless router settings. Usually you can do this by typing in 192.168.1.1 into your web browser, and then enter the correct user name and password for the router. This is different for each router, so first check your router user manual.</p>
<p>You can also use Google to find the manuals for most routers online in case you lost the printed manual that came with your router purchase. For your reference, here are direct links to the manufacturer site of some popular router brands Ã¢â‚¬â€œ <a href="http://www.linksysbycisco.com/US/en/support">Linksys</a>, <a href="http://www.cisco.com/cisco/web/support/index.html">Cisco</a>, <a href="http://www.netgear.com/support.aspx">Netgear</a>, <a href="http://www.apple.com/support/airport/">Apple</a> AirPort, <a href="http://www.smc.com/index.cfm?event=support&#038;localeCode=EN_USA">SMC</a>, <a href="http://www.dlink.com/support/">D-Link</a>, <a href="http://www.buffalotech.com/support/downloads/">Buffalo</a>, <a href="http://www.tp-link.com/support/download.asp">TP-LINK</a>, <a href="http://www.3com.com/swd/jsp/user/downloadsindex.jsp">3Com</a>, <a href="http://en-us-support.belkin.com/">Belkin</a></p>
<p>Step 2. <strong>Create a unique password on your router</strong></p>
<p>Once you have logged into your router, the first thing you should do to secure your network is to change the default password* of the router to something more secure.</p>
<p>This will prevent others from accessing the router and you can easily maintain the security settings that you want. You can change the password from the Administration settings on your router settings page. The default values are generally admin / password.</p>
<p>[*] What do the bad guys use &#8211; This is a <a href="http://www.cirt.net/passwords">public database </a>of default usernames and passwords of wireless routers, modems, switches and other networking equipment. For instance, anyone can easily make out from the database that the factory-default settings for Linksys equipment can be accessed by using admin for both username and password fields.</p>
<p><strong>Step 3. Change your Network SSID name</strong></p>
<p>The SSID (or Wireless Network Name) of your Wireless Router is usually pre-defined as &#8220;default&#8221; or is set as the brand name of the router (e.g., linksys). Although this will not make your network inherently* more secure, changing the SSID name of your network is a good idea as it will make it more obvious for others to know which network they are connecting to.</p>
<p>This setting is usually under the basic wireless settings in your router settings page. Once this is set, you will always be sure that you are connecting to the correct Wireless network even if there are multiple wireless networks in your area. Dont use your name, home address or other personal information in the SSID name.</p>
<p>[*] What do the bad guys use &#8211; Wi-Fi scanning tools like in<a href="http://www.metageek.net/products/inssider">SSIDer </a>(Windows) and <a href="http://www.kismetwireless.net/">Kismet</a> (Mac, Linux) are free and they will allow anyone to find all the available Wireless Networks in an area even if the routers are not broadcasting their SSID name.</p>
<p><strong>Step 4. Enable Network Encryption</strong></p>
<p>In order to prevent other computers in the area from using your internet connection, you need to encrypt your wireless signals.</p>
<p>There are several encryption methods for wireless settings, including <a href="http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy">WEP</a>, <a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access">WPA</a> (WPA-Personal), and <a href="http://en.wikipedia.org/wiki/IEEE_802.11i-2004">WPA2</a> (Wi-Fi Protected Access version 2). WEP is basic encryption and therefore least secure (i.e., it can be easily cracked*, but is compatible with a wide range of devices including older hardware, whereas WPA2 is the most secure but is only compatible with hardware manufactured since 2006.</p>
<p>To enable encryption on your Wireless network, open the wireless security settings on your router configuration page. This will usually let you select which security method you wish to choose; if you have older devices, choose WEP, otherwise go with WPA2. Enter a passphrase to access the network; make sure to set this to something that would be difficult for others to guess, and consider using a combination of letters, numbers, and special characters in the passphrase.</p>
<p>[*] What do the bad guys use &#8211; <a href="http://en.wikipedia.org/wiki/Aircrack-ng">AirCrack</a> and <a href="http://wirelessdefence.org/Contents/coWPAttyMain.htm">coWPAtty </a>are some free tools that allow even non-hackers to crack the WEP / WPA (PSK) keys using dictionary or brute force techniques. A <a href="http://www.youtube.com/watch?v=4R69KLYC7bg">video on YouTube </a>suggests that AirCrack may be easily used to break WiFi encryption using a jail-broken iPhone or an iPod Touch.</p>
<p><strong>Step 5. Filter MAC addresses</strong></p>
<p>Whether you have a laptop or a Wi-Fi enabled mobile phone, all your wireless devices have a unique MAC address (this has nothing to do with an Apple Mac) just like every computer connected to the Internet has a unique IP address. For an added layer of protection, you can add the <a href="http://en.wikipedia.org/wiki/Mac_address">MAC addresses</a> of all your devices to your wireless router settings so that only the specified devices can connect to your Wi-Fi network.</p>
<p>MAC addresses are hard-coded into your networking equipment, so one address will only let that one device on the network. It is, unfortunately, possible to <strong>spoof a MAC address</strong>*, but an attacker must first know one of the MAC addresses of the computers that are connected to your Wireless network before he can attempt spoofing.</p>
<p>To enable MAC address filtering, first make a list of all your hardware devices that you want to connect to your wireless network**. Find their MAC addresses, and then add them to the MAC address filtering in your router administrative settings. You can find the MAC address for your computers by opening Command Prompt and typing in ipconfig /all, which will show your MAC address beside the name Physical Address. You can find the MAC addresses of Wireless mobile phones and other portable devices under their network settings, though this will vary for each device.</p>
<p>[*] What do the bad guys use &#8211; Someone can change the MAC address of his or her own computer and can easily connect to your network since your network allows connection from devices that have that particular MAC address. Anyone can determine the MAC address of your device wireless using a sniffing tool like <a href="http://en.wikipedia.org/wiki/Nmap">Nmap</a> and he can then change the MAC address of his own computer using another free tool like <a href="http://devices.natetrue.com/macshift/">MAC Shift</a>.<br />
<strong><br />
Step 6. Reduce the Range of the Wireless Signal</strong></p>
<p>If your wireless router has a high range but you are staying in a small studio apartment, you can consider decreasing the signal range by either changing the mode of your router to 802.11g (instead of 802.11n or 802.11b) or use a different wireless channel.</p>
<p>You can also try placing the router under the bed, inside a shoe box or wrap a foil around the router antennas so that you can somewhat restrict the direction of signals.</p>
<p><strong>Apply the Anti-Wi-Fi Paint</strong> Ã¢â‚¬â€œ Researchers <a href="http://news.bbc.co.uk/2/hi/technology/8279549.stm">have developed</a> a special Wi-Fi blocking paint that can help you stop neighbors from accessing your home network without you having to set up encryption at the router level. The paint contains chemicals that blocks radio signals by absorbing them. &#8220;By coating an entire room, Wi-Fi signals cant get in and, crucially, cant get out.&#8221; </p>
<p><strong>Step 7. Upgrade your Router firmware</strong></p>
<p>You should check the manufacturer site occasionally to make sure that your router is running the latest firmware. You can find the existing firmware version of your router using from the router dashboard at 192.168.*.<br />
<strong>Connect to your Secure Wireless Network</strong></p>
<p>To conclude, MAC Address filtering with WPA2 (AES) encryption (and a really complex passphrase) is probably the best way to secure your wireless network.</p>
<p>Once you have enabled the various security settings in your wireless router, you need to add the new settings to your computers and other wireless devices so that they all can connect to the Wi-Fi network. You can select to have your computer automatically connect to this network, so you wont have to enter the SSID, passphrase and  other information every time you connect to the Internet.</p>
<p><strong>Your wireless network will now be a lot more secure and intruders may have a tough time intercepting your Wi-Fi signals.</strong></p>
<p><strong>Who is Connected to your Wireless Network</strong></p>
<p>If you are worried that an outsider may be connecting to the Internet using your Wireless network, try <a href="http://home.comcast.net/%7Ejay.deboer/airsnare/index.html">AirSnare</a> Ã¢â‚¬â€œ it a free utility that will look for unexpected MAC addresses on your Wireless network as well as to DHCP requests. Another option is that you open your router administration page (using the 192.168.* address) and look for the DHCP Clients Table (it under Status > Local Network on Linksys routers). Here you will see a list of all computers and wireless devices that are connected to your home network.</p>
<p>*It is also a good idea to turn off the router completely when you are not planning to use the computer for a longer period (like when you are out shopping). You save on electricity and the door remains 100% shut for wireless piggybackers.</p>
<p>**If you ever want to let a new device connect to your network, you will have to find its MAC address and add it to your router. If you simple want to let a friend connect to your wireless network one time, you can remove his MAC address from the router settings when he or she leaves your place.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=How+to+Secure+Your+Wireless+Home+Network+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D620" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=How+to+Secure+Your+Wireless+Home+Network+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D620" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/softwares/build-a-wireless-home-network-without-a-router/' rel='bookmark' title='Permanent Link: Build a Wireless Home Network without a Router'>Build a Wireless Home Network without a Router</a></li>
<li><a href='http://www.coredigest.com/google/video-how-to-setup-google-dns-on-your-computer/' rel='bookmark' title='Permanent Link: Video: How to Setup Google DNS on your Computer'>Video: How to Setup Google DNS on your Computer</a></li>
<li><a href='http://www.coredigest.com/how-to/turn-your-home-computer-into-a-web-server-in-2-minutes/' rel='bookmark' title='Permanent Link: Turn Your Home Computer into a Web Server in 2 Minutes'>Turn Your Home Computer into a Web Server in 2 Minutes</a></li>
</ol></p><p><a href="http://www.coredigest.com/technology/how-to-secure-your-wireless-home-network/" rel="bookmark">How to Secure Your Wireless Home Network</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on December 18, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/technology/how-to-secure-your-wireless-home-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hackers Brew Self-Destruct Code to Counter Police Forensics</title>
		<link>http://www.coredigest.com/tools/hackers-brew-self-destruct-code-to-counter-police-forensics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hackers-brew-self-destruct-code-to-counter-police-forensics</link>
		<comments>http://www.coredigest.com/tools/hackers-brew-self-destruct-code-to-counter-police-forensics/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[hackers_self_destructed_code]]></category>

		<guid isPermaLink="false">http://www.coredigest.com/?p=616</guid>
		<description><![CDATA[Hackers have released an application designed to thwart a Microsoft-packaged forensic toolkit used by law enforcement agencies to examine a suspect hard drive during a raid. The hacker tool, dubbed DECAF, is designed to counteract the Computer Online Forensic Evidence Extractor, aka COFEE. The latter is a suite of 150 bundled, off-the-shelf forensic tools that <a href='http://www.coredigest.com/tools/hackers-brew-self-destruct-code-to-counter-police-forensics/'>[...]</a>


Related posts:<ol><li><a href='http://www.coredigest.com/how-to/most-popular-virus-threats/' rel='bookmark' title='Permanent Link: Most Popular Virus Threats'>Most Popular Virus Threats</a></li>
<li><a href='http://www.coredigest.com/softwares/programmer-101-teach-yourself-how-to-code/' rel='bookmark' title='Permanent Link: Programmer 101: Teach Yourself How to Code'>Programmer 101: Teach Yourself How to Code</a></li>
<li><a href='http://www.coredigest.com/microsoft/download-microsoft-office-for-free/' rel='bookmark' title='Permanent Link: Download Microsoft Office for Free'>Download Microsoft Office for Free</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hackers have released an application designed to thwart a Microsoft-packaged forensic toolkit used by law enforcement agencies to examine a suspect hard drive during a raid.</p>
<p>The hacker tool, dubbed <a href="http://www.decafme.org/">DECAF</a>, is designed to counteract the Computer Online Forensic Evidence Extractor, aka COFEE. The latter is a <a href="http://www.wired.com/threatlevel/2008/04/microsoft-gives/">suite of 150 bundled</a>, off-the-shelf forensic tools that run from a script. Microsoft combined the programs into a portable tool that can be used by law enforcement agents in the field before they bring a computer back to their forensic lab. The script runs on a USB stick that agents plug into the machine.</p>
<p>The tools scan files and gather information about activities performed on the machine, such as where the user surfed on the internet or what files were downloaded.</p>
<p>Someone submitted the COFEE suite to the whistleblower site Cryptome last month, prompting Microsoft lawyers to issue a take-down notice to the site. The tool was also being distributed through the Bit Torrent file sharing</p>
<p>This week two unnamed hackers <a href="http://www.theregister.co.uk/2009/12/14/microsoft_cofee_vs_decaf/">released DECAF</a>, an application that monitors a computer for any signs that COFEE is operating on the machine.</p>
<p>According to the Register, the program deletes temporary files or processes associated with COFEE, erases all COFEE logs, disables USB drives, and contaminates or spoofs a variety of MAC addresses to muddy forensic tracks.</p>
<p>The hackers say that later releases of the program will allow computer owners to remotely lock down their machine once they detect that it has fallen into law enforcement hands. The hackers, however, have not released source code for the program, which would make it easy for anyone to see if the program contains malware that might also harm a computer or allow the attackers to take control of it.</p>
<p>Update: The developers of DECAF have taken issue with Threat Level referring to them as hackers. Were just two developers who support the free flow of information and privacy, one of them wrote Threat Level in an anonymous e-mail. You could say were just average joes</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Hackers+Brew+Self-Destruct+Code+to+Counter+Police+Forensics+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D616" title="Post to Twitter"><img class="nothumb" src="http://www.coredigest.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Hackers+Brew+Self-Destruct+Code+to+Counter+Police+Forensics+http%3A%2F%2Fcoredigest.com%2F%3Fp%3D616" title="Post to Twitter">Tweet This Post</a></p></div>

<p>Related posts:<ol><li><a href='http://www.coredigest.com/how-to/most-popular-virus-threats/' rel='bookmark' title='Permanent Link: Most Popular Virus Threats'>Most Popular Virus Threats</a></li>
<li><a href='http://www.coredigest.com/softwares/programmer-101-teach-yourself-how-to-code/' rel='bookmark' title='Permanent Link: Programmer 101: Teach Yourself How to Code'>Programmer 101: Teach Yourself How to Code</a></li>
<li><a href='http://www.coredigest.com/microsoft/download-microsoft-office-for-free/' rel='bookmark' title='Permanent Link: Download Microsoft Office for Free'>Download Microsoft Office for Free</a></li>
</ol></p><p><a href="http://www.coredigest.com/tools/hackers-brew-self-destruct-code-to-counter-police-forensics/" rel="bookmark">Hackers Brew Self-Destruct Code to Counter Police Forensics</a> originally appeared on <a href="http://www.coredigest.com">Core Digest</a> on December 16, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coredigest.com/tools/hackers-brew-self-destruct-code-to-counter-police-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

