<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-27044524</id><updated>2009-11-16T13:27:42.749-08:00</updated><title type='text'>ryanspicks (freeware reviews)</title><subtitle type='html'>Ryan's picks for the best free software.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-27044524.post-6233475203215815</id><published>2007-08-07T13:46:00.000-07:00</published><updated>2007-08-07T13:52:44.836-07:00</updated><title type='text'>7-zip (file archiver)</title><content type='html'>&lt;a href="http://www.7-zip.com/"&gt;7-zip&lt;/a&gt; is an open-source file archiver with high compression ratio. It can compress your files using a variety of methods, such as 7z, ZIP, GZIP, BZIP2 and TAR. It can also extract RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO and NSIS archives.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/7zfm.png" /&gt;&lt;br /&gt;&lt;br /&gt;Like other file archives you may be used to, 7-zip can integrate into the windows shell and it also has a command-line version. 7-ZIP also offers some advantages over other windows based archive programs such as winzip and winrar:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Open-source - You can read and modify the program source code.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Cross-platform - You can run 7-zip on any modern operating system (Windows, Linux, OS X, and so on)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;No registration - There are no annoying splash screens or nagging registration pop-ups&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Provides a compression ratio that is 2-10% better than PKZIP and WINZIP provide for ZIP and GZIP archives.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;Note that you can register 7-zip if you want to support it by clicking &lt;b&gt;Help-&gt;About 7-Zip-&gt;register&lt;/b&gt; in the 7-Zip File manager but it’s not a requirement and it will never bug you to.&lt;br /&gt;&lt;br /&gt;There are two basic ways you can associate certain file types with 7-zip. The easiest way is to open up the 7-zip file manager and choose &lt;b&gt;Tools-&gt;Options&lt;/b&gt; and in the System tab choose the file extensions you want to associate with 7-zip. This will make it so files ending in those extensions are automatically opened in the 7-Zip file manager for extraction. If you choose to add the associations manually by the standard MS Windows way of right-clicking on a file, choosing “open with”, selecting the “always open files of this type with this program” and then browse for the 7-zip program then make sure you select &lt;i&gt;C:\Program Files\7-Zip\7zFM.exe&lt;/i&gt;. There are two other binaries in the 7-Zip installation folder that could confuse you and they are called 7z.exe and 7zG.exe; so make sure to use 7zFM.exe (FM means File Manager)&lt;br /&gt;&lt;br /&gt;It is possible that 7-Zip can handle all your file archiving needs but you may run into some files that were compressed using Winzip and they won’t always be compatible with 7-Zip. I personally haven’t came across this issue but just be aware of it.&lt;br /&gt;&lt;br /&gt;To extract all the files of an archive first click &lt;b&gt;Edit-&gt;Select All&lt;/b&gt; and then click the 'Extract' Button.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-6233475203215815?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/6233475203215815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=6233475203215815' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/6233475203215815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/6233475203215815'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2007/08/7-zip-file-archiver.html' title='7-zip (file archiver)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-2167540540149961362</id><published>2007-08-06T12:16:00.000-07:00</published><updated>2007-08-06T14:48:44.442-07:00</updated><title type='text'>TortoiseSVN (source code control system)</title><content type='html'>&lt;a href="http://tortoisesvn.net/"&gt;TortoiseSVN&lt;/a&gt; can be thought of as a Win32 GUI front end to the source code control system &lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt;, which is an open-source software engineering tool to allow developers to easily maintain their projects.&lt;br /&gt;&lt;br /&gt;Once you install Subversion via &lt;a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91"&gt;Windows Installer&lt;/a&gt;, grab the &lt;a href="http://tortoisesvn.net/downloads"&gt;TortoiseSNV Installer&lt;/a&gt;. You can of course just use the svn command-line tool that comes with Subversion but there are some benefits for using TortoiseSVN instead. For one, TortoiseSVN allows you to work completely in a Graphical User Interface to manage your projects, but it does more than that; TortoiseSVN is basically a shell add-on to the windows shell, which means you can right-click on any file/folder in windows–be it on the Desktop or from within Windows Explorer–and you will have access to TortoiseSVN via the pop-up menu. What’s more is, only commands that make sense for the selected file/folder are shown. You won’t see any commands that you can’t use in your situation!&lt;br /&gt;&lt;br /&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/tortoisesvn_sshot.jpg" alt="tortoisesvn" /&gt;&lt;br /&gt;&lt;br /&gt;Here’s a couple hints to make your life easier:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;    &lt;li&gt;When you install Subversion note that the client runs on Win9x/Me but the server does not. If you use Win9x/Me then add the following line to your autoexec.bat:&lt;br /&gt;      SET APR_ICONV_PATH=”C:\Program Files\Subversion\iconv” (or whatever your path to it is if not this)&lt;br /&gt;      (Don’t forget to reboot windows for the changes to take effect after you edit your autoexec.bat)&lt;/li&gt;&lt;br /&gt;    &lt;li&gt;When you install Subversion it comes with documentation, which is actually the official book on Subversion. It will be in .chm format (Compiled HTML) but you can get other versions, like PDF (if you want to print it out) or both single page or multi-page HTML versions to download for off-line viewing from &lt;a href="http://svnbook.red-bean.com/"&gt;here&lt;/a&gt;. Trust me, you will want to read this if you’re new to Subversion–at least chapters 2, 3, and 1–in that order. That site also has dead-tree versions for sale.&lt;/li&gt;&lt;br /&gt;    &lt;li&gt;If you’re not a programmer but still want to use TortoiseSVN then check out &lt;a href="http://software.newsforge.com/article.pl?sid=05/06/02/1454229&amp;tid=130"&gt;this&lt;/a&gt; tutorial.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-2167540540149961362?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/2167540540149961362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=2167540540149961362' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/2167540540149961362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/2167540540149961362'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2007/08/tortoisesvn.html' title='TortoiseSVN (source code control system)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114965739981220802</id><published>2006-06-06T21:00:00.000-07:00</published><updated>2007-02-13T20:04:33.410-08:00</updated><title type='text'>imgv (image viewer)</title><content type='html'>&lt;a href="http://imgv.sourceforge.net/"&gt;imgv&lt;/a&gt; is a unique and feature rich Image Viewer. It is released as free software with full sourcecode.&lt;br /&gt;&lt;br /&gt;Features include a GUI that doesn't get in the way of viewing your images, a file browser, slideshows, zooming, rotating, on-the-fly Exif viewing, histograms, fullscreen support, wallpaper setting, the ability to view 4 images on the screen at once, adjustable thumbnail sizes, playlists, view and download images from Web sites, movie playing, file searching/filtering, multiple directory loading, transitional effects, image hiding and more.&lt;br /&gt;&lt;br /&gt;I actually wrote this program myself and have been working on it since the summer of 2001. It's the only image viewer I use because it's fast, has features that other image viewers don't support that I like and it can run on other operating systems besides just Windows.&lt;br /&gt;&lt;br /&gt;Here's a screenshot of imgv I took where I'm using it to view a picture of my old cat with it:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://imgv.sourceforge.net/images/imgv-catshot.jpg"&gt;&lt;img src="http://imgv.sourceforge.net/images/imgv-catshot-thumb.jpg" alt="imgv-image-viewer-screenshot" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Check out the &lt;a href="http://imgv.sourceforge.net/doc/index.html"&gt;documentation&lt;/a&gt; to quickly learn how to use it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://imgv.sourceforge.net/"&gt;http://imgv.sourceforge.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114965739981220802?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114965739981220802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114965739981220802' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114965739981220802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114965739981220802'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/06/imgv-image-viewer.html' title='imgv (image viewer)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114877010689747384</id><published>2006-05-27T15:47:00.000-07:00</published><updated>2007-02-04T00:46:53.706-08:00</updated><title type='text'>KeePass (password manager)</title><content type='html'>&lt;a href="http://keepass.sourceforge.net/"&gt;KeePass&lt;/a&gt; is a free, light-weight and easy to use password safe. You have many passwords to remember these days but you don't want to use easy to memorize passwords because they're easy to crack. This program allows you to generate very secure passwords and not have to remember any of them except one master password. It also highly encrypts your passwords (and usernames) so you won't have to worry about anyone getting ahold of them.&lt;br /&gt;&lt;br /&gt;I've tried many "password safes" and KeePass is by far my favorite. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish) and it uses SHA-256 as the master password hash. It also protects you from keyloggers by never making you type out your password. It even has in-memory password protection so physical password scanners won't reveal your passwords. It has a host of great features that you should read up on its Web site.&lt;br /&gt;&lt;br /&gt;Some people rely on saving all their passwords in their Web browser but the problem with this is that they're extremely easy to find if anyone has access to your system and it encourages you to choose bad passwords. Plus if you reinstall your operating system or try to access your accounts from another computer you'll be out of luck. So a good password manager is the right way to go.h You can configure KeePass to always sit minimized in your system tray and whenever you need to sign onto an account just pop it open and drag the appropriate password into the password field to log in to your accounts.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://keepass.sourceforge.net/"&gt;http://keepass.sourceforge.net/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114877010689747384?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114877010689747384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114877010689747384' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114877010689747384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114877010689747384'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/keepass-password-manager.html' title='KeePass (password manager)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114876936448139861</id><published>2006-05-27T15:33:00.000-07:00</published><updated>2007-02-12T20:21:06.363-08:00</updated><title type='text'>EZBack-it-up (personal file backup utility)</title><content type='html'>&lt;a href="http://www.rdcomp.net/ezbackitup/"&gt;EZBack-it-up&lt;/a&gt; is a personal file backup utility. It is designed to be very easy to learn and use. It is not an archival tool that compresses all your files and folders into one file, but instead, it copies your data to a destination of your choice where you can readily access your backed up files any time you need. All directory structure is preserved and you can optionally choose to delete files from the target that are not in the source. EZBack-it-up includes a built-in scheduler, command-line switches, logging functionality, and more.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Features:&lt;/span&gt;&lt;br /&gt;    :: Fast.  Compares over 3500 files in less than 3 seconds! (1.2 GHz Athlon under XP)&lt;br /&gt;    :: Efficient.  Incremental style backup - only backs up files if they were created or modified since the previous backup.&lt;br /&gt;    :: Full logging.  Detailed logs provide you with peace of mind about your data's safety.&lt;br /&gt;    :: Scheduler.  Built-in scheduler allows for scheduled backups. Command-line switches give additional flexibility.&lt;br /&gt;    :: Free.  No nags, no registration, just free.&lt;br /&gt;    :: All Windows platforms.  95/98/ME/NT4/2000/XP&lt;br /&gt;&lt;br /&gt;This utility makes it so easy to backup my files that I no longer have any excuse to not do it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.rdcomp.net/ezbackitup/"&gt;http://www.rdcomp.net/ezbackitup/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114876936448139861?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114876936448139861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114876936448139861' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114876936448139861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114876936448139861'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/ezback-it-up-personal-file-backup.html' title='EZBack-it-up (personal file backup utility)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114737674271468840</id><published>2006-05-11T12:33:00.000-07:00</published><updated>2006-05-27T14:55:35.766-07:00</updated><title type='text'>Wake-on-Lan (remotely wake up a computer)</title><content type='html'>&lt;a href="http://www.depicus.com/wake-on-lan/wake-on-lan-gui.aspx"&gt;Wake-on-Lan&lt;/a&gt; (WoL) is both a hardware and software solution to allow a computer to be woken up remotely. &lt;br /&gt;&lt;br /&gt;Much like a modern television set, a computer that is Advanced Configuration Power Interface (ACPI) compliant can be turned on remotely, note that while you can currently only turn your television set on from within a certain distance WoL allows you to remotely start a computer from anywhere in the world, that is as long as it has an internet connection. &lt;br /&gt;&lt;br /&gt;WoL works by sending what's called a "magic packet" (no joke). When your PC shuts down, the NIC still gets power, and keeps listening on the network for a 'magic' packet to arrive. The basic premise is that a specifically formatted packet send over a network is send to every network card and identifying features in this packet allow the network card to identify that the magic packet is intended for it. All the other cards therefore reject or rather dispose of the packet. It is analogous to standing in a crowded room of people and shouting out somebody's name, where nobody in the room has the same name, although everybody would hear you hopefully the only person to answer would be the person who's name you have just called out.&lt;br /&gt;&lt;br /&gt;This only works with network cards and motherboards that are Wake on LAN compliant. For more information on this and links to download the software check out:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.depicus.com/wake-on-lan/wake-on-lan-gui.aspx"&gt;http://www.depicus.com/wake-on-lan/wake-on-lan-gui.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.depicus.com/wake-on-lan/what-is-wake-on-lan.aspx"&gt;http://www.depicus.com/wake-on-lan/what-is-wake-on-lan.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html"&gt;http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href="http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/"&gt;http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114737674271468840?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114737674271468840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114737674271468840' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114737674271468840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114737674271468840'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/wake-on-lan-remotely-wake-up-computer.html' title='Wake-on-Lan (remotely wake up a computer)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114731576691453834</id><published>2006-05-10T19:49:00.000-07:00</published><updated>2006-05-28T14:36:07.573-07:00</updated><title type='text'>Foxit Reader (freeware PDF reader)</title><content type='html'>&lt;a href="http://www.foxitsoftware.com/pdf/rd_intro.php"&gt;Foxit Reader&lt;/a&gt; is a great alternative to &lt;span style="font-style:italic;"&gt;Adobe Reader&lt;/span&gt; for reading and printing your PDF files because it's much lighter, faster and friendlier.&lt;br /&gt;&lt;br /&gt;Foxit Reader is very fast, it loads up in a second and without any splash screens. Foxit doesn't even require you to install it, you just run the standalone .exe, so it's perfect for putting on a disk and using on other computers. &lt;br /&gt;&lt;br /&gt;It's also a lot easier to configure than Adobe Reader. For example, in Adobe Reader if wanted to change the background color of the reader from the default white, to another color, you would have to go into 'Edit-&gt;Preferences-&gt;Accessibility' and replace the document colors that way; this isn't very intuitive and took me a while to figure out. However, in Foxit Reader all you have to do is go to 'Edit-&gt;preferences-&gt;Document Colors'.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.foxitsoftware.com/pdf/rd_intro.php"&gt;http://www.foxitsoftware.com/pdf/rd_intro.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114731576691453834?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114731576691453834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114731576691453834' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114731576691453834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114731576691453834'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/foxit-reader-freeware-pdf-reader.html' title='Foxit Reader (freeware PDF reader)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114724076501527642</id><published>2006-05-09T22:50:00.000-07:00</published><updated>2006-05-28T14:33:59.546-07:00</updated><title type='text'>SIW (freeware system information display tool)</title><content type='html'>&lt;a href="http://www3.sympatico.ca/gtopala/about_siw.html"&gt;SIW&lt;/a&gt; is my favorite Windows System Information display program. &lt;br /&gt;&lt;br /&gt;SIW (&lt;span style="font-style:italic;"&gt;System Information for Windows&lt;/span&gt;) is a program that performs computer configuration analysis and diagnostics. It gives detailed information about your computer properties and settings, detailed specs for CPU, motherboard, chipset, BIOS, CPU, PCI/AGP, USB and ISA/PnP devices, memory, monitor, video card, disk drives, CD/DVD devices, SCSI devices, S.M.A.R.T., ports, network cards, printers, operating system, installed programs and hotfixes, processes, services, serial numbers (CD keys), users, open files, system uptime, network, network shares, as well as real-time monitors for CPU, memory, page file usage and network traffic. It displays currently active network connections, passwords hidden behind asterisks, installed codecs, and more.&lt;br /&gt;&lt;br /&gt;This program also creates a report file, and is able to run in batch mode.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Everest - Home Edition&lt;/span&gt; used to be my favorite system information tool but the company that makes it decided to stop developing the free version.  I've also tried other ones like &lt;span style="font-style:italic;"&gt;Fresh Diagnose&lt;/span&gt; but I like SIW much better; and it doesn't require installation or registration either.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www3.sympatico.ca/gtopala/about_siw.html"&gt;http://www3.sympatico.ca/gtopala/about_siw.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114724076501527642?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114724076501527642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114724076501527642' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114724076501527642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114724076501527642'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/siw-freeware-system-information.html' title='SIW (freeware system information display tool)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114685523757818177</id><published>2006-05-05T11:03:00.000-07:00</published><updated>2006-08-07T01:40:07.873-07:00</updated><title type='text'>SpywareBlaster, Ad-Aware, Spybot-S&amp;D, Windows Defender (freeware anti-spyware software)</title><content type='html'>I'm recommending all four of these anti-spyware tools because they make a great team to keep you spyware/adware free.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Spyware&lt;/span&gt; is a relatively new kind of threat that common anti-virus applications do not yet fight very well. If you see new toolbars in your Internet Explorer that you didn't intentionally install, if your browser crashes, or if you browser start page has changed without your knowing, you most probably have spyware. But even if you don't see anything, you may be infected, because more and more spyware is emerging that is silently tracking your surfing behavior to create a marketing profile of you that will be sold to advertisement companies.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;SpywareBlaster&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;a href="http://www.javacoolsoftware.com/spywareblaster.html"&gt;SpywareBlaster&lt;/a&gt; doesn't scan for and clean spyware--it prevents it from being installed in the first place. SpywareBlaster prevents the installation of ActiveX-based spyware, adware, dialers, browser hijackers, and other potentially unwanted programs. It can also block spyware/tracking cookies in IE and Mozilla/Firefox, and restrict the actions of spyware/ad/tracking sites. With the built-in Check for Updates feature, you can help ensure your protection is up-to-date. SpywareBlaster also includes a System Snapshot feature, which lets you take a snapshot of your computer in its clean state and later revert, undoing many changes made by spyware and browser hijackers.&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;To use SpywareBlaster:&lt;/span&gt;&lt;br /&gt;1) Open SpywareBlaster &lt;br /&gt;2) Click on the "Enable All Protection" link under Quick Tasks on the main screen. &lt;br /&gt;3) Exit the program - you're done! &lt;br /&gt;&lt;br /&gt;SpywareBlaster does not need to remain open for its protection to be active!&lt;br /&gt;&lt;br /&gt;You might be thinkng that SpywareBlaster should be enough since it &lt;span style="font-style:italic;"&gt;prevents&lt;/span&gt; spyware but it's goal is to prevent you attaining spyware while surfing the Web--and there's more ways to get spyware than just the web--plus there's no way to be sure it can truly prevent all web based spyware. So also scan your system with the programs mentioned below.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Ad-Aware&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;a href="http://www.lavasoft.de/software/adaware/"&gt;Ad-Aware&lt;/a&gt;&lt;br /&gt;Ad-Aware Personal provides advanced protection from known data-mining, aggressive advertising, Trojans, dialers, malware, browser hijackers, and tracking components. &lt;br /&gt;&lt;br /&gt; :: Scans fixed and removable drives, memory and Windows registry.&lt;br /&gt; :: Detects known and unknown variants of malware by using the Code Sequence Identification (CSI) technology.&lt;br /&gt; :: Removes aggressive spyware and malicious content.&lt;br /&gt; :: Logs information about scans and malicious content removals.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Spybot-S&amp;D&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;a href="http://www.spybot.info/"&gt;Spybot-S&amp;D&lt;/a&gt; (Search &amp; Destroy) can detect and remove spyware of different kinds from your computer. To see a list of threats that Spybot-S&amp;D can remove, click on Support in the navigation bar at the left, and there on Threats. &lt;br /&gt;&lt;br /&gt;Spybot-S&amp;D can start in two modes: Easy mode for new users who want just the basic features, and Advanced mode for professional users and those who want more control. Both modes are available in the free version. For a list of the features that are available in the different modes &lt;a href="http://www.spybot.info/en/features/index.html"&gt;click here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Windows Defender&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;a href="http://www.microsoft.com/athome/security/spyware/software/default.mspx"&gt;Windows Defender&lt;/a&gt; is a free program that helps protect your computer against pop-ups, slow performance, and security threats caused by spyware and other unwanted software. It features Real-Time Protection, a monitoring system that recommends actions against spyware when it's detected, and a new streamlined interface that minimizes interruptions and helps you stay productive.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Tips&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;If you can't see a download link for Windows Defender on its web site it's because you have to use the Internet Explorer web browser, since it's on microsoft.com and Microsoft doesn't want to support other browsers than their own. I am proud of Microsoft for finally caring enough about security to provide this fine and free security tool.&lt;br /&gt;&lt;br /&gt;These four programs, along with using &lt;a href="http://ryanspicks.blogspot.com/2006/04/firefox-web-browser.html"&gt;Firefox&lt;/a&gt; when you surf the web--and being careful of programs you download and install--should be more than enough to keep you adware/spyware free. Beyond them you can manually check if you have any spyware with a process probing tool such as &lt;a href="http://www.sysinternals.com/Utilities/ProcessExplorer.html"&gt;Process Explorer&lt;/a&gt;; doing an online virus/spyware scan with &lt;a href="http://housecall.trendmicro.com/"&gt;Housecall&lt;/a&gt; (note: this scans very slowly); using an anti-malware tool such as &lt;a href="http://www.ewido.net/en/"&gt;Ewido&lt;/a&gt;; and if you're more advanced, definitely check out &lt;a href="http://www.download.com/HijackThis/3000-8022_4-10379544.html?tag=pdp_prod"&gt;Hijack This&lt;/a&gt; (Read &lt;a href="http://www.bleepingcomputer.com/tutorials/tutorial42.html"&gt;this&lt;/a&gt; and &lt;a href="http://www.spywareinfo.com/~merijn/htlogtutorial.html"&gt;this&lt;/a&gt; tutorial first) &lt;br /&gt;&lt;br /&gt;I also &lt;span style="font-style:italic;"&gt;highly&lt;/span&gt; recommend that you use a program called &lt;a href="http://nonadmin.editme.com/DropMyRights"&gt;DropMyRights&lt;/a&gt; which is a tool that allows administrators to run internet-facing applications (such as email clients and web browsers) as a non-administrator.&lt;br /&gt;&lt;br /&gt;If your system is already totally infested with spyware and you're not a Windows expert I recommend that you backup your important files, format your harddrive and reinstall--then use these tools from a fresh system. Unfortunately, you can't just rely on anti-spyware applications to completely save you from all the evils of the world.&lt;br /&gt;&lt;br /&gt;Read &lt;a href="http://mozilla.gunnars.net/firefox_help_firefox_cookie_tutorial.html"&gt;this article&lt;/a&gt; if you use &lt;a href="http://ryanspicks.blogspot.com/2006/04/firefox-web-browser.html"&gt;FireFox&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Remember that security is all about having the latest updates and patches for your security software--so make sure to update these things all the time!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.javacoolsoftware.com/spywareblaster.html"&gt;http://www.javacoolsoftware.com/spywareblaster.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.lavasoft.de/software/adaware/"&gt;http://www.lavasoft.de/software/adaware&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.spybot.info/"&gt;http://www.spybot.info&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/athome/security/spyware/software/default.mspx"&gt;http://www.microsoft.com/athome/security/spyware/software&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114685523757818177?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114685523757818177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114685523757818177' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114685523757818177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114685523757818177'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/spywareblaster-ad-aware-spybot-sd.html' title='SpywareBlaster, Ad-Aware, Spybot-S&amp;D, Windows Defender (freeware anti-spyware software)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114678682254933247</id><published>2006-05-04T16:28:00.000-07:00</published><updated>2006-07-19T06:43:37.593-07:00</updated><title type='text'>EvilLyrics (freeware lyrics search and play tool)</title><content type='html'>&lt;a href="http://www.evillabs.sk/evillyrics/"&gt;EvilLyrics&lt;/a&gt; automatically searches for lyrics as your song is played in your player (supports: Foobar2000, Winamp, Windows Media Player, iTunes, Real Player, MusicMatch or QCD)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;EvilLyric's Features&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;:: Searches over 15,000,000 lyrics and INCREDIBLY FAST. &lt;br /&gt;:: Karaoke: create &amp; share timestamps. &lt;br /&gt;:: Stores lyrics for offline viewing.&lt;br /&gt;:: Translates lyrics.&lt;br /&gt;:: Allows searching for guitar chords, AMG profiles, album covers arts, posters etc.&lt;br /&gt;:: Only 300 kB installation file.&lt;br /&gt;:: Contains no spyware or adware and is free.&lt;br /&gt;&lt;br /&gt;This program is anything but "Evil". Going to most lyrics websites is evil because they bombard you with popup ads and this puppy is ad and spyware free. EvilLyrics isn't the prettiest lyrics program yet, but it's free to use unlike others like &lt;span style="font-style:italic;"&gt;&lt;/span&gt;minilyrics&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;You can use EvilLyrics as a stand-alone program and just manually type artist names and song titles into it to have it instantly find and display the lyrics or you can have it automatically load lyrics as you're playing songs in your audio player.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Tips for Using EvilLyrics with foobar2000&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;If you've been reading my blog then you know &lt;a href="http://ryanspicks.blogspot.com/2006/05/foobar2000-freeware-audio-player.html"&gt;foobar2000&lt;/a&gt;  is my favorite audio player, so naturally I'm going to tell you how to get EvilLyrics to work with it ;)&lt;br /&gt;&lt;br /&gt;When you install EvilLyrics and tell it to install the foobar2000 plugin during the install it may say that it couldn't find the foobar2000 folder on your system. That's okay, just continue the installation. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;All&lt;/span&gt; I needed to do to get EvilLyrics working with foobar2000 0.9 was to install the special Winamp API file &lt;a href="http://www.evillabs.sk/evillyrics/foo_winamp_spam.dll"&gt;foo_winamp_spam.dll&lt;/a&gt; into the folder: &lt;span style="font-style:italic;"&gt;C:\Program Files\foobar2000\Components\&lt;/span&gt; Read more &lt;a href="http://www.evillabs.sk/forum/index.php/topic,1382.0.html"&gt;here&lt;/a&gt; if you want. The recommended things they say to do &lt;a href="http://www.evillabs.sk/evillyrics/faq/faq1.php?faqnr=49"&gt;here&lt;/a&gt; weren't necessary. However, you may want to play around with it anyway if it's still not working for you or your version. &lt;br /&gt;&lt;br /&gt;The file foo_winamp_spam.dll mimics basic Winamp API behavior so that EvilLyrics plugin can work right with foobar2000. If you go into "File-&gt;Preferences-&gt;Components" you'll see it listed as "Winamp API Emulator, module: foo_winamp_spam." Note that winamp does not need to be installed for this to work and I recommend not having winamp installed for foobar2000 to work properly anyway.&lt;br /&gt;&lt;br /&gt;Once foo_winamp_spam.dll is installed in foobar2000's components folder you're set. Just load foobar2000 and EvilLyrics and start playing songs. The lyrics for the curerrently playing song will automatically be found and played in EvilLyrics. See my screenshot below: &lt;br /&gt;&lt;br /&gt;(click to enlarge)&lt;br /&gt;&lt;a href="http://rtfm.insomnia.org/~gt3/images/evillyrics-fb2k.jpg"&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/evillyrics-fb2k-small.jpg" alt="evillyricsandfoobar2000/"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.evillabs.sk/evillyrics/"&gt;http://www.evillabs.sk/evillyrics/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114678682254933247?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114678682254933247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114678682254933247' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114678682254933247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114678682254933247'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/evillyrics-freeware-lyrics-search-and.html' title='EvilLyrics (freeware lyrics search and play tool)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114671062817826078</id><published>2006-05-03T19:43:00.000-07:00</published><updated>2006-05-28T14:11:18.850-07:00</updated><title type='text'>Foobar2000 (freeware audio player)</title><content type='html'>&lt;a href="http://www.foobar2000.org/"&gt;Foobar2000&lt;/a&gt; is an awsome audio player that can play MP3, Ogg Vorbis, MP2, AAC, WAV, AIFF, Musepack, VOC and SND out-of-the-box. Through supported plugins it can also play TTA, FLAC, Monkey's Audio, WavPack, Speex, Mod, SPC, TFMX, Shorten, OptimFROG, LPAC, WMA, AC3, PSF, NSF, XID, XA and Matroska. It can not only play, it can also make a library, transcode files, rip CDs, ... the list goes on and on.&lt;br /&gt;&lt;br /&gt;I was a &lt;span style="font-style:italic;"&gt;Winamp&lt;/span&gt; fan for a long time but I wanted something less bloated, with a better interface and more powerful playlist features--and I definitely found it in foobar2000! This is by far the best mp3 player, in my opinion, and it's only in fairly early development (as I write this the latest version is v0.9.1) so it's only gonna get better and better and it's already great.&lt;br /&gt;&lt;br /&gt;Unlike Winamp, foobar2000 won't try to install other software when you install it or ask you to pay for a "pro" version, nor will it try to break your ear drums by playing a sound file when you first load it, and it has more powerful playlist options. It currently can't play movies like Winamp can but there are much better movie players out there than Winamp anyway) If you wanted a bloated, all-in-one app to play movies, music, etc, then you're better off with using something like &lt;span style="font-style:italic;"&gt;Media Jukebox.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Foobar's Main Features&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt; :: Full unicode support.&lt;br /&gt;    :: Play music directly from compressed RAR, ZIP and 7-Zip archives without requiring the user to extract the files prior to playing.&lt;br /&gt;    :: Multiple playlists in tabbed windows.&lt;br /&gt;    :: Import .m3u (winamp) playlists.&lt;br /&gt;    :: Low memory footprint, efficient handling of really large playlists.&lt;br /&gt;    :: Music library.&lt;br /&gt;    :: Auto-play your CD's when you insert them into your CD-ROM drive.&lt;br /&gt;    :: Advanced file info processing capabilities (generic file info box and masstagger) - advanced tagging capabilities.&lt;br /&gt;    :: Support for transcoding all supported audio formats using the Converter component (requires external commandline encoder executables for different output formats).&lt;br /&gt;    :: ReplayGain support - both playback and calculation.&lt;br /&gt;    :: Customizable keyboard shortcuts.&lt;br /&gt;    :: Open component architecture allowing third-party developers to extend functionality of the player.&lt;br /&gt;    :: Highly customizable playlist display.&lt;br /&gt;    :: DSP components.&lt;br /&gt;    :: Streaming Support.&lt;br /&gt;    :: Gapless playback.&lt;br /&gt;&lt;br /&gt;To give you an idea of how light foobar2000 is compared to something like Winamp look at the system requirements for Winamp:&lt;br /&gt;&lt;br /&gt;    :: CPU: 500MHz Pentium III or comparable (1.5 GHz Pentium IV or comparable recommended)&lt;br /&gt;    :: RAM: 64MB (128MB recommended)&lt;br /&gt;    :: 15MB to 30MB Hard Disk Space&lt;br /&gt;&lt;br /&gt;And now the requirements for foobar2000:&lt;br /&gt;&lt;br /&gt;    :: CPU: 200 MHz, AMD K5 or Pentium or equivalent (500MHz Athlon or Pentium III recommended)&lt;br /&gt;    :: RAM: 32 MB&lt;br /&gt;    :: 5MB Hard Disk Space&lt;br /&gt;&lt;br /&gt;Screenshot of me using foobar2000 (click to enlarge):&lt;br /&gt;&lt;a href="http://rtfm.insomnia.org/~gt3/images/foobar2000.jpg"&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/foobar2000-small.jpg" alt="foobar2000" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Notice by default there's no Winamp like &lt;span style="font-style:italic;"&gt;skins&lt;/span&gt; that get in the way of being able to see the song titles and navigate the interface. You can make it look beautiful with &lt;a href="http://foobar.nub4life.net/columns/pafiledb.php?action=category&amp;id=10"&gt;custom color schemes&lt;/a&gt; and if you want, there are some &lt;a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=30281"&gt;skinnable interface plugins&lt;/a&gt; in development.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Some Tips&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;You can use the scroll-wheel on your mouse if you have one, to adjust the volume by hovering over the volume control (located on the bottom/right where it shows the dB (decibels).&lt;br /&gt;&lt;br /&gt;If you want to be able to right-click on your files from within &lt;span style="font-style:italic;"&gt;Windows Explorer&lt;/span&gt; to bring up a menu with an option that says "Play in foobar2000" or "Enqueue in foobar2000" then uninstall Winamp. Winamp seems to conflict and try to fight to even let you load files into foobar2000 even after you've associated your audio files with foobar2000. Once you've tried foobar2000 you probably won't see a need for Winamp anyway.&lt;br /&gt;&lt;br /&gt;You can't currently enqueue a folder into foobar2000 from a right-click menu in Windows Explorer but you can just simply drag the folder into foobar2000 normally or, if you have your windows all maximized, you can drag the folder to the foobar2000 button on your task bar--making sure not to release the mouse button until foobar2000 automatically brings its main window into view--then release your cursor over the window to drop the files into queue. If foobar2000 isn't already open you can use this same idea by dragging the folder onto a blank area of the Windows toolbar and holding it there for a second, which auto loads the desktop, then drop the files over foobar2000's desktop icon.&lt;br /&gt;&lt;br /&gt;You can download some equalizer presets &lt;a href="http://sjeng.org/ftp/fb2k/eq_presets.zip"&gt;here&lt;/a&gt; or &lt;a href="http://rtfm.insomnia.org/~gt3/eq_presets.zip"&gt;here&lt;/a&gt;. Then just load them by clicking "View-&gt;Equalizer-&gt;Load Preset" from within foobar2000.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.foobar2000.org/"&gt;http://www.foobar2000.org/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114671062817826078?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114671062817826078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114671062817826078' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114671062817826078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114671062817826078'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/foobar2000-freeware-audio-player.html' title='Foobar2000 (freeware audio player)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114670443675293369</id><published>2006-05-03T17:42:00.000-07:00</published><updated>2006-05-28T14:06:21.110-07:00</updated><title type='text'>VirtualDub (free video editing and capturing software) and XviD (mpeg-4 video codec)</title><content type='html'>&lt;a href="http://www.virtualdub.org/"&gt;VirtualDub&lt;/a&gt; is a freeware video capture/processing utility for Windows. It isn't as powerful as a non-linear video editor such as &lt;span style="font-style:italic;"&gt;Adobe Premiere&lt;/span&gt;, but is streamlined for fast linear operations over video--and well, it's free! It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 (but check out &lt;span style="font-style:italic;"&gt;VirtualDubMod&lt;/span&gt; below) and also handle sets of BMP images.&lt;br /&gt;&lt;br /&gt;If you have a digital camera that can make AVI format movies, VirtualDub can allow you to enhance them with its filters such as making them brighter with the &lt;span style="font-style:italic;"&gt;levels&lt;/span&gt; filter and much more. You can also delete unwanted frames from the video easily with VirtualDub.&lt;br /&gt;&lt;br /&gt;I highly recommand that you get the &lt;a href="http://www.koepi.org/xvid.shtml"&gt;XviD&lt;/a&gt; codec. XviD is an open-source ISO MPEG-4 compliant video codec, designed to compress/decompress digital video. To use XviD with VirtualDub click "Video-&gt;Compression" and choose "XviD MPEG-4 Codec" from the list where it says "Select video compression". Make sure you do this before you save your edits with "File-&gt;Save as AVI". When you save with the XviD codec your AVI file sizes will be much smaller and will still be high quality!&lt;br /&gt;&lt;br /&gt;Once you get the hang of VirtualDub you might want to try &lt;a href="http://sourceforge.net/projects/virtualdubmod"&gt;VirtualDubMod&lt;/a&gt;, for more specialized operations. VirtualDubMod is a unification of several popular modifications of the VirtualDub. Unification of three projects, &lt;span style="font-style:italic;"&gt;VirtualDubMPeg2&lt;/span&gt; (MPEG-2 support for SVCD, DVD, VOB, AC3, OGG Vorbis, VBR MP3 and experimental ASF/WMV parsing), &lt;span style="font-style:italic;"&gt;VirtualDubOGM&lt;/span&gt;, &lt;span style="font-style:italic;"&gt;VirtualDubAVS&lt;/span&gt; and more (such as Matroska support, multiple (&gt;2) audio stream support for all output formats, and improved AviSynth integration). &lt;br /&gt;&lt;br /&gt;With VirtualDubMod you can do cool things like change framerate and match video and audio durations if your sound is out of sync with the video. You can also multiplex AC3 audio into XviD or DivX movies. Read the &lt;a href="http://virtualdubmod.sourceforge.net/?page=faq"&gt;FAQ&lt;/a&gt; for more info.&lt;br /&gt;&lt;br /&gt;If you want a Smart Bitrate Control (SBC) method of encoding DivX (DivX3.11a) check out &lt;a href="http://ndub.sourceforge.net/"&gt;nandub&lt;/a&gt; for more specialized AVI editing--but read &lt;a href="http://en.wikipedia.org/wiki/Nandub"&gt;this&lt;/a&gt; first.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.virtualdub.org/"&gt;http://www.virtualdub.org/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.xvid.org/"&gt;http://www.xvid.org/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/virtualdubmod"&gt;http://sourceforge.net/projects/virtualdubmod&lt;/a&gt;&lt;br /&gt;&lt;a href="http://ndub.sourceforge.net/"&gt;http://ndub.sourceforge.net/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114670443675293369?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114670443675293369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114670443675293369' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114670443675293369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114670443675293369'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/virtualdub-free-video-editing-and.html' title='VirtualDub (free video editing and capturing software) and XviD (mpeg-4 video codec)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114661840186598951</id><published>2006-05-02T17:54:00.000-07:00</published><updated>2006-05-28T14:03:28.030-07:00</updated><title type='text'>EphPod (ipod software)</title><content type='html'>If you dislike the bloated &lt;span style="font-style:italic;"&gt;iTunes&lt;/span&gt; application you've probably wondered what a good alternative is...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ephpod.com/"&gt;EphPod&lt;/a&gt; is a full-featured, easy-to-use Windows (and Linux) application that connects with Apple's iPod. With a FireWire card and EphPod on a PC, it takes under 30 minutes to transfer 1,000 songs to an iPod. In addition, EphPod supports standard WinAmp (.M3U) playlists, includes powerful playlist creation features, and will synchronize an entire music collection with one click. It imports Microsoft Outlook contacts, in addition to allowing users to create and edit their own contacts. EphPod can also download the latest news, weather, e-books, and movie listings to an iPod. You can also easily add songs to EphPod playlists from within it by having it pop open a file browser dialog so you're not forced to drag-n-drop files into it.&lt;br /&gt;&lt;br /&gt;EphPod is compatible with all iPods, either Mac* or Windows formatted, through firewire and USB connectors.&lt;br /&gt;&lt;br /&gt;I was looking for an iTunes alternative and stumbled across &lt;span style="font-style:italic;"&gt;Songbird Media Player&lt;/span&gt;, which is a pretty nice app, but it currently requires weird hacks and plugins to make it import playlists and work with iPods. EphPod is less bloated and works better out of the box. EphPod doesn't have any ads and its playlist features are greater than iTunes. Some people like &lt;span style="font-style:italic;"&gt;YamiPod&lt;/span&gt; and it would be nice if it actually worked, but it's super slow and didn't work for me at all when I tried to import a playlist it just stalled forever and when I tried to drag files to the playlist it somehow copied the wrong ones and then it pops up windows asking for donations. You could also use Winamp but it requires the 3rd party plugin &lt;span style="font-style:italic;"&gt;ml_ipod&lt;/span&gt; but I prefer not to have Winamp installed because it's bloated and conflicts with my &lt;a href="http://ryanspicks.blogspot.com/2006/05/foobar2000-freeware-audio-player.html"&gt;favorite audio player for Windows&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;That all being said I still wouldn't rush to uninstall iTunes because the alternatives aren't perfect either and you may find you still need it once in a while.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ephpod.com/"&gt;http://www.ephpod.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114661840186598951?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114661840186598951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114661840186598951' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114661840186598951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114661840186598951'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/ephpod-ipod-software.html' title='EphPod (ipod software)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114660524684675234</id><published>2006-05-02T14:19:00.000-07:00</published><updated>2006-05-02T14:33:11.560-07:00</updated><title type='text'>CCleaner (junk file cleaner and privacy tool)</title><content type='html'>&lt;a href="http://www.ccleaner.com/"&gt;CCleaner&lt;/a&gt; is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. It's 100% spyware/adware/virus free too.&lt;br /&gt;&lt;br /&gt;CCleaner stands for "Crap Cleaner" and it really just gets rid of your crap files, nothing you really need, so it's safe to use. This program is just so much better than anything else I've used, including software that cost money. It can let you set up custom folders to delete, remove files from 3rd party programs, remove programs that autoatically start when windows starts, uninstall programs you currently have, and even clean your windows registry safely.&lt;br /&gt;&lt;br /&gt;Read the &lt;a href="http://www.ccleaner.com/help/tour1.asp"&gt;Quick Tour&lt;/a&gt; to see how cool and easy this program is.&lt;br /&gt;&lt;br /&gt;What more could you ask for in a free program than for it to free up hard-drive space and protect your privacy--and do it super quickily, easily and safely? I love this thing and you will too :)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ccleaner.com/"&gt;http://www.ccleaner.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114660524684675234?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114660524684675234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114660524684675234' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114660524684675234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114660524684675234'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/ccleaner-junk-file-cleaner-and-privacy.html' title='CCleaner (junk file cleaner and privacy tool)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114651933760740931</id><published>2006-05-01T14:35:00.000-07:00</published><updated>2006-05-28T01:17:52.590-07:00</updated><title type='text'>Memtest86+ (memory tester)</title><content type='html'>&lt;a href="http://http://www.memtest.org/"&gt;Memtest86+&lt;/a&gt; is a thorough, stand alone memory tester. &lt;br /&gt;&lt;br /&gt;This program is an excellent way to find out if your RAM is bad--and needs to be replaced. Your memory can go bad, or even already be bad when you first bought it if it's cheap memory. So if you get blue screens, constant crashing of your software, and so forth, then you need to run memtest86 to find out if it's being caused by bad memory. Often, programs won't crash until the memory has hit a bad spot in your memory stick.&lt;br /&gt;&lt;br /&gt;Memtest86+ isn't technically a &lt;span style="font-style:italic;"&gt;Windows&lt;/span&gt; program because, since it's a standalone program, it doesn't require any operating system support for execution. It can be used with any PC (x86 platform) regardless of what operating system, if any, is installed. I'm mentioning this program on my blog because it's something that every computer user &lt;span style="font-weight:bold;"&gt;needs&lt;/span&gt; in my opinion. Running this diagnostic program can save you the time and money of paying someone in a repair shop to run this program for you, and since memtest86 is so easy to use, that would be a silly thing to do!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;How to use Memtest86+&lt;/span&gt;&lt;br /&gt;All you need to do is download memtest86+ and extract the ISO (image) file from the ZIP file. Then, using any CD-burning software you have, burn the image to a CD. Then just reboot with the CD in your drive and it will boot and run Memtest86 from the CD automatically. If the CD doesn't boot automatically then go into your system's BIOS and make sure you have CD-ROM to boot before your Hard drive. If it &lt;span style="font-style:italic;"&gt;still&lt;/span&gt; doesn't boot then try making another boot image; I actually had this happen and had to burn it again for it to work because of a bad burn.&lt;br /&gt;&lt;br /&gt;Once memtest86+ boots itself it will run automatically and start testing your memory. It will do 10 tests and then start over again, continuing forever until you stop it by hitting the &lt;span style="font-style:italic;"&gt;Escape&lt;/span&gt; key. One complete test, called a &lt;span style="font-style:italic;"&gt;pass&lt;/span&gt;, is all you really need to do. A complete test will take about 20-30 minutes. &lt;br /&gt;&lt;br /&gt;I've made a screen shot of memtest86 running on my system so you can see how easy it works:&lt;br /&gt;&lt;a href="http://rtfm.insomnia.org/~gt3/images/ryans-memtest86.jpg"&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/ryans-memtest86-small.jpg" alt="memtest86" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I drew black circles around the main things for you to notice while memtest86 is running. In my screen shot memtest86 is currently on Test #8 (8 out of 10) and there were 0 errors so far. &lt;br /&gt;&lt;br /&gt;Remember, once you've completed Test #10, memtest86 will loop over and over forever until you hit the &lt;span style="font-style:italic;"&gt;Escape&lt;/span&gt; key to stop it. Once you've exited the memtest86 just take the CD out of your drive and reboot Windows.&lt;br /&gt;&lt;br /&gt;If memtest86 reports even just one error it probably means it's time to replace your memory stick(s). Don't get cheap memory! it's not worth trying to save money on memory, even good memory is cheap these days. Get a good brand like &lt;a href="http://www.crucial.com/"&gt;Crucial&lt;/a&gt;, &lt;a href="http://www.kingston.com/"&gt;Kingston&lt;/a&gt;, &lt;a href="http://www.corsairmicro.com/"&gt;Corsair&lt;/a&gt; or &lt;a href="http://www.mushkin.com/"&gt;Mushkin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You might also want to consider getting a different freeware package called the &lt;a href="http://www.ultimatebootcd.com/"&gt;Ultimate Boot CD&lt;/a&gt; because it comes with memtest, and memtest+ as well as a ton of other great programs that diagnose your machine and help fix it if you're crashing or locked out.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.memtest.org/"&gt;http://www.memtest.org/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.memtest86.com/"&gt;http://www.memtest86.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114651933760740931?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114651933760740931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114651933760740931' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114651933760740931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114651933760740931'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/05/memtest86-memory-tester_114651933760740931.html' title='Memtest86+ (memory tester)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114642145901441867</id><published>2006-04-30T11:09:00.000-07:00</published><updated>2006-11-08T10:29:04.266-08:00</updated><title type='text'>Gaim (multi-protocol instant messaging client)</title><content type='html'>&lt;a href="http://gaim.sourceforge.net/win32/index.php"&gt;Gaim&lt;/a&gt; is a multi-protocol instant messaging (IM) client. &lt;br /&gt;&lt;br /&gt;I mainly use Gaim for AIM and Yahoo! messaging. It beats having two instances of the bloated standard AIM and Yahoo! clients running and it is just better than them for the reasons listed below.&lt;br /&gt;&lt;br /&gt;Gaim is totally free (unlike &lt;span style="font-style:italic;"&gt;DeadAIM&lt;/span&gt;) and is better than other Windows AIM clients because Gaim doesn't have ads, spyware, and let's you use multiple protocols such as Yahoo!, IRC, MSN, ICQ, Jabber and others (unlike &lt;span style="font-style:italic;"&gt;AIM Triton&lt;/span&gt;); it has a very simple interface that supports themes; it has tabbed messaging windows that actually work right (unlike &lt;span style="font-style:italic;"&gt;Trillian&lt;/span&gt;); and Gaim has many other great features that other clients like &lt;span style="font-style:italic;"&gt;Miranda&lt;/span&gt; don't have, plus Gaim runs on more than just Windows so you don't have to learn and use a different IM client when you're using other operating systems.&lt;br /&gt;&lt;br /&gt;To enable certain features in Gaim you need to go to "Tools-&gt;Preferences-&gt;Plugins" and check "Load" next to any plugin you want to use. Gaim comes with some standard plugins so you don't have to download them, just load them and you're good to go. Once you've loaded the plugin click its name in the preferences panel and then you can adjust its options.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Gaim's Features&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Multiple Protocol Support&lt;/span&gt;&lt;br /&gt;To use other protocols with Gaim such as MSN, Yahoo!, Jabber, ICQ, etc, just go to "Tools-&gt;Accounts" and add the account of the appropriate messaging service. Use the checkbox in the account editor to sign online. You will now see yourself logged onto multiple protocols in the buddylist.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Buddy Pounce&lt;/span&gt;&lt;br /&gt;Gaim has a feature called &lt;span style="font-style:italic;"&gt;Buddy Pounce&lt;/span&gt; whch is a like an event alert you can set on indidivual buddies and assign certain actions to take when these events occur. For example, you can make Gaim play a certain sound everytime your friend John signs on (kinda like ring tones). Buddy pounces can do more than play sounds though; read the manual for more info.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Finding&lt;/span&gt;&lt;br /&gt;You can search for text in your conversations easily by clicking 'Conversation-&gt;Find' (or typing Ctrl+F) and entering a search string. Now you don't have to scroll up looking all over for things that were said in a conversation!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Spell Checking&lt;/span&gt;&lt;br /&gt;Gaim has an optional spell checker.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Buddy Icons&lt;/span&gt;&lt;br /&gt;To set your buddy icon go to the Account Editor (Tools-&gt;Accounts from the buddy list), and click to "Modify" the AIM/ICQ account you wish to have an icon. Enter the full path to the image you wish to use in the box labeled "Buddy Icon File." The file must be smaller than 4KB. It can have any dimensions, and can be in any format. However, if you wish Windows users to see it, it must be in a format Windows understands, such as .bmp, .gif, and .jpg.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Privacy&lt;/span&gt;&lt;br /&gt;Gaim has many privacy settings, including &lt;span style="font-style:italic;"&gt;invisibility.&lt;/span&gt; To go invisible click "Tools-&gt;Away-&gt;&lt;span style="font-style:italic;"&gt;account&lt;/span&gt;-&gt;Invisible."&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Transparent Buddylist and IM Windows&lt;/span&gt;&lt;br /&gt;If you load the &lt;span style="font-style:italic;"&gt;transparency&lt;/span&gt; plugin that comes with Gaim you can adjust the alpha (transparency/opacity) of both your buddylist and your IM window. You can also choose whether you want to show others that you've been idle based on your IM activity or your Operating System activity.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic"&gt;Plugin and Scripting Support&lt;/span&gt;&lt;br /&gt;If you're a programmer you can write your own plugins and scripts for Gaim. Plus, since Gaim is &lt;span style="font-style:italic;"&gt;open source&lt;/span&gt; you can even modify gaim itself. If you're not a programmer you can still download and use other peoples' plugins and scripts. &lt;br /&gt;&lt;br /&gt;There are many more features but listing them would take forever but they're all in the gaim documentation.&lt;br /&gt;&lt;br /&gt;So to summarize, Gaim is in my opinion the best IM client, not because it's perfect (file transfers don't work most of the time), but because it has more &lt;span style="font-style:italic;"&gt;pros&lt;/span&gt; for me than any other IM client--mainly because it meets all the qualifications of being free, open-source, cross-platform, programmable, multi-protocol, has tabbed IM windows, is ad and spyware free, easy to use, is customizable and has good privacy settings. If you care about these things then you can't beat Gaim. &lt;br /&gt;&lt;br /&gt;Oh yeah, there's also an &lt;a href="http://gaim.sourceforge.net/contactinfo.php"&gt;IRC channel&lt;/a&gt; where you can talk to other users of gaim and the developers of it to ask questions about how to use it and make feature requests.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gaim.sourceforge.net/"&gt;http://gaim.sourceforge.net/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114642145901441867?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114642145901441867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114642145901441867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114642145901441867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114642145901441867'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/gaim-multi-protocol-instant-messaging.html' title='Gaim (multi-protocol instant messaging client)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114635499413306267</id><published>2006-04-29T16:51:00.000-07:00</published><updated>2006-05-28T13:32:36.643-07:00</updated><title type='text'>EAC  (free CD ripper) and Monkey's Audio (lossless audio compressor)</title><content type='html'>&lt;a href="http://www.exactaudiocopy.de/"&gt;EAC&lt;/a&gt; (Exact Audio Copy) is an audio grabber for CD-ROM drives. The main differences between EAC and most other audio grabbers is that it works with a new technology, reading audio CDs almost perfectly. If there are any errors that can't be corrected, it will tell you on which time position the (possible) distortion occurred, so you could easily control it with e.g. the media player. &lt;br /&gt;&lt;br /&gt;I used to just use &lt;span style="font-style:italic;"&gt;CDex&lt;/span&gt; but I find EAC much faster and able to rip CD's with scratches better, and it just does a lot of stuff that other rippers don't to ensure a perfect copy. If you care about quality then use EAC.&lt;br /&gt;&lt;br /&gt;Depending on what you want, EAC can provide several modes. You could choose between speed and accuracy. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.monkeysaudio.com/"&gt;Monkey's Audio&lt;/a&gt; is a fast and easy way to compress digital music. Unlike traditional methods such as mp3, ogg, or lqt that permanently discard quality to save space, Monkey’s Audio only makes perfect, bit-for-bit copies of your music. That means it always sounds perfect – exactly the same as the original. Even though the sound is perfect, it still saves a lot of space. (think of it as a beefed-up &lt;span style="font-style:italic;"&gt;Winzip&lt;/span&gt; for your music) The other great thing is that you can always decompress your Monkey's Audio files back to the exact, original files. That way, you'll never have to recopy your CD collection to switch formats, and you'll always be able to recreate the original music CD if something ever happens to yours.&lt;br /&gt;&lt;br /&gt;The newest EAC has built in support for Monkey's Audio, so you just need to pick "Monkey's Audio Lossless Encoder" as the parameter passing scheme for the external selection, then locate MAC.exe, pick the compression mode, and the other options, and off you go.&lt;br /&gt;&lt;br /&gt;EAC can also decompress Monkey's Audio APE files into a WAV file ('Tools-&gt;Decompress') &lt;span style="font-weight:bold;"&gt;and&lt;/span&gt; it can split individual tracks of the file into multiple WAV files, based on its cue sheet. This means that you can have perfect sound by ripping a CD album into an APE file with EAC using the Monkey's Audio compressor, and then later decompress the APE inside of EAC into a WAV file--then, by clicking "Tools-&gt;Split WAV By CUE Sheet", you can split the WAV into multiple WAV's, based on the track numbers of the album. So, you won't have to listen to just the single APE or WAV file as one continuosly running file.&lt;br /&gt;&lt;br /&gt;If you get an error in EAC when you choose "Tools-&gt;Split WAV by CUE Sheet" then open up the .cue file inside of notepad and make sure it looks like this: &lt;a href="http://rtfm.insomnia.org/~gt3/images/cuesheet1.jpg"&gt;&lt;img src="http://rtfm.insomnia.org/~gt3/images/cuesheet1-small.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.exactaudiocopy.de/"&gt;http://www.exactaudiocopy.de/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.monkeysaudio.com/"&gt;http://www.monkeysaudio.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114635499413306267?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114635499413306267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114635499413306267' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114635499413306267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114635499413306267'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/eac-free-cd-ripper-and-monkeys-audio.html' title='EAC  (free CD ripper) and Monkey&apos;s Audio (lossless audio compressor)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114635275343572932</id><published>2006-04-29T16:09:00.000-07:00</published><updated>2007-02-13T02:09:00.763-08:00</updated><title type='text'>Audacity (free audio editor and recorder)</title><content type='html'>&lt;a href="http://audacity.sourceforge.net/"&gt;Audacity&lt;/a&gt; is free software for recording and editing sounds. Downloading Audacity is a great alternative to purchasing expensive audio editing packages such as &lt;span style="font-style:italic;"&gt;Sound Forge&lt;/span&gt; and &lt;span style="font-style:italic;"&gt;Adobe Audition&lt;/span&gt;, as well as being easier to use.&lt;br /&gt;&lt;br /&gt;Note that if you want to export mp3s you will have to download the &lt;a href="http://www-users.york.ac.uk/~raa110/audacity/lame.html"&gt;LAME MP3 Encoder&lt;/a&gt; called &lt;span style="font-style:italic;"&gt;Lamenc.dll&lt;/span&gt; by doing the following:&lt;br /&gt;    1. Go to the &lt;a href="http://www-users.york.ac.uk/~raa110/audacity/lame.html"&gt;LAME download page&lt;/a&gt;.&lt;br /&gt;    2. Click on any link from the list of links.&lt;br /&gt;    3. When you have finished downloading LAME, unzip it and save the file lame_enc.dll anywhere on your computer.&lt;br /&gt;    4. The first time you use the "Export as MP3" command, Audacity will ask you where lame_enc.dll is saved.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Audacity's Features&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;&lt;span style="font-style:italic;font-weight:bold;"&gt;Editing:&lt;/span&gt;&lt;br /&gt;    :: Easy editing with Cut, Copy, Paste, and Delete.&lt;br /&gt;    :: Use unlimited Undo (and Redo) to go back any number of steps.&lt;br /&gt;    :: Very fast editing of large files.&lt;br /&gt;    :: Edit and mix an unlimited number of tracks.&lt;br /&gt;    :: Use the Drawing tool to alter individual sample points.&lt;br /&gt;    :: Fade the volume up or down smoothly with the Envelope tool.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;font-weight:bold;"&gt;Recording:&lt;/span&gt;&lt;br /&gt;    :: Record from microphone, line input, or other sources.&lt;br /&gt;    :: Dub over existing tracks to create multi-track recordings.&lt;br /&gt;    :: Record up to 16 channels at once (requires multi-channel hardware).&lt;br /&gt;    :: Level meters can monitor volume levels before, during, and after recording.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;font-weight:bold;"&gt;Effects:&lt;/span&gt;&lt;br /&gt;    :: Change the pitch without altering the tempo, or vice-versa.&lt;br /&gt;    :: Remove static, hiss, hum, or other constant background noises.&lt;br /&gt;    :: Alter frequencies with Equalization, FFT Filter, and Bass Boost effects.&lt;br /&gt;    :: Adjust volumes with Compressor, Amplify, and Normalize effects.&lt;br /&gt;    :: Other built-in effects include:&lt;br /&gt;          :::: Echo&lt;br /&gt;          :::: Phaser&lt;br /&gt;          :::: Wahwah&lt;br /&gt;          :::: Reverse&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;font-weight:bold;"&gt;Plug-ins:&lt;/span&gt;&lt;br /&gt;    :: Add new effects with LADSPA plugins.&lt;br /&gt;    :: Audacity includes some sample plugins by Steve Harris.&lt;br /&gt;    :: Load VST plugins for Windows and Mac, with the optional VST Enabler.&lt;br /&gt;    :: Write new effects with the built-in Nyquist programming language.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Sound Quality:&lt;/span&gt;&lt;br /&gt;    :: Record and edit 16-bit, 24-bit, and 32-bit (floating point) samples.&lt;br /&gt;    :: Record at up to 96 KHz.&lt;br /&gt;    :: Sample rates and formats are converted using high-quality resampling and dithering.&lt;br /&gt;    :: Mix tracks with different sample rates or formats, and Audacity will convert them automatically in realtime.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Analysis:&lt;/span&gt;&lt;br /&gt;    :: Spectrogram mode for visualizing frequencies.&lt;br /&gt;    :: "Plot Spectrum" command for detailed frequency analysis.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;font-style:italic;"&gt;Import and Export&lt;/span&gt;&lt;br /&gt;    :: Import and export WAV, AIFF, AU, and Ogg Vorbis files.&lt;br /&gt;    :: Import MPEG audio (including MP2 and MP3 files) with libmad.&lt;br /&gt;    :: Export MP3s with the optional LAME encoder library.&lt;br /&gt;    :: Create WAV or AIFF files suitable for burning to CD.&lt;br /&gt;    :: Import and export all file formats supported by libsndfile.&lt;br /&gt;    :: Open raw (headerless) audio files using the "Import Raw" command.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold"&gt;Using Audacity as a freeware MIDI to MP3 converter&lt;/span&gt;&lt;hr /&gt;I like to convert my MIDI files to mp3 with audacity for use in my SWF files. It works well and is actually a good free way to do it. All you have to basically do is play the .mid file in your audio player then hit the record button in Audacity (for the Web use 22050Hz, at 32-bit float, Mono) then export as mp3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://audacity.sourceforge.net/"&gt;http://audacity.sourceforge.net/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114635275343572932?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114635275343572932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114635275343572932' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114635275343572932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114635275343572932'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/audacity-free-audio-editor-and.html' title='Audacity (free audio editor and recorder)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114626425900898200</id><published>2006-04-28T15:43:00.000-07:00</published><updated>2006-05-28T13:23:57.726-07:00</updated><title type='text'>Firefox (web browser)</title><content type='html'>&lt;span style="font-style:italic;"&gt;Firefox&lt;/span&gt; is a web browser that blocks viruses, spyware, and popup ads--making it much safer to use than Internet Explorer. It has useful features like tabbed browsing, Live Bookmarks, and an integrated Search bar. There are tons of free extensions and plugins you can download to enhance Firefox even further. Most Web pages work in firefox; it is very rare when I really need to open IE. I find that microsoft.com is about the only site that I visit where I'm required to use IE. I also find that Firefox also has more useful features and a more intuitive interface than the &lt;span style="font-style:italic;"&gt;Opera&lt;/span&gt; web browser.&lt;br /&gt;&lt;br /&gt;There are many great extensiosn for Firefox but my absolute favorite is &lt;a href="https://addons.mozilla.org/extensions/moreinfo.php?id=1122"&gt;Tab Mix Plus&lt;/a&gt; because it enhances Firefox's tab browsing abilities with features like undoing closed tabs and windows and other useful tab options. It also has a session manager with crash recovery that can save and restore combinations of opened tabs and windows. So, with this extension installed you'll never have to worry about renavigating to the web pages you last viewing after the browser is closed. &lt;br /&gt;&lt;br /&gt;You have to be careful not to just go installing every extension that looks good because a lot of them contain memory leaks and things that will end up crashing firefox. &lt;span style="font-style:italic;"&gt;Tab Mix Plus&lt;/span&gt; has been tested as safe and free from memory leaks unlike other tab/session extensions.&lt;br /&gt;&lt;br /&gt;And for the rare times when you'll need to use IE, check out &lt;a href="http://thespoke.net/blogs/travisowens/archive/2005/10/05/476899.aspx"&gt;this article&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;To download Firefox please click the &lt;span style="font-weight:bold;"&gt;"Browse the Web faster. Get Firefox with Google Toolbar"&lt;/span&gt; button on the right side panel of this blog (on the main page). Downloading it this way helps support this blog. Thank you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114626425900898200?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114626425900898200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114626425900898200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114626425900898200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114626425900898200'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/firefox-web-browser.html' title='Firefox (web browser)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114616345258005197</id><published>2006-04-27T11:31:00.000-07:00</published><updated>2006-05-28T13:04:47.393-07:00</updated><title type='text'>xplorer2 lite (freeware filemanager)</title><content type='html'>Okay, it's time to put away &lt;span style="font-style:italic;"&gt;Windows Explorer&lt;/span&gt; for good. &lt;a href="http://zabkat.com/x2lite.htm"&gt;xplorer2 lite&lt;/a&gt; is a very fast and innovative freeware file manager for Windows. Unlike Windows Explorer it has a &lt;span style="font-weight:bold;"&gt;tabbed interface&lt;/span&gt;--so you will no longer need to have multiple Windows Explorer's open!&lt;br /&gt;&lt;br /&gt;What's also great is that it remembers what folders/tabs you had open the last time you used it; so you won't have to renavigate to them every time you start the program. xplorer2 lite has many other features such as favorites, file previews, mass renaming and many other features you can find listed on its homepage.&lt;br /&gt;&lt;br /&gt;I used to use &lt;span style="font-style:italic;"&gt;ExplorerXP&lt;/span&gt; but it's buggy and doesn't seem to be developed on very often. Dragging files often didn't work, renaming by the typical 2-slow-clicks on a filename didn't work, and it didn't show my &lt;a href="http://www.viksoe.dk/code/gmail.htm"&gt;Gmail Drive&lt;/a&gt;, plus it seems to take twice the RAM to run than xplorer2 lite. I also tried other freeware file managers like &lt;span style="font-style:italic;"&gt;FreeCommander&lt;/span&gt;, &lt;span style="font-style:italic;"&gt;A43&lt;/span&gt;, &lt;span style="font-style:italic;"&gt;JExplorer&lt;/span&gt; and others, but they either didn't support tabs or just didn't work as well as xplorer2 lite.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://zabkat.com/x2lite.htm"&gt;http://zabkat.com/x2lite.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114616345258005197?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114616345258005197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114616345258005197' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114616345258005197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114616345258005197'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/xplorer2-lite-freeware-filemanager.html' title='xplorer2 lite (freeware filemanager)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114607867005034617</id><published>2006-04-26T12:02:00.000-07:00</published><updated>2007-02-03T15:11:19.146-08:00</updated><title type='text'>AntiVir (Free anti-virus software)</title><content type='html'>For anti-virus software I use &lt;a href="http://www.free-av.com/"&gt;AntiVir&lt;/a&gt;. AntiVir "PersonalEdition Classic" is free (no registration is necessary either) and protects you from viruses and malware. I like it better than other free antivirus programs like &lt;span id="progname"&gt;AVG, ClamWin&lt;/span&gt; and &lt;span id="progname"&gt;Avast&lt;/span&gt; and better than even non-free programs like &lt;span id="progname"&gt;Norton AV&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="font-style:italic;"&gt;AntiVir PersonalEdition Classic&lt;/span&gt; features&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;• Control Center for monitoring, administration and control of the entire program.&lt;br /&gt;• Central configuration with user-friendly standard and default configurations and                                                          context-sensitive help.&lt;br /&gt;• Scanner (on-demand scan) with profile-based and configurable scanning for all known virus and malware types.&lt;br /&gt;• On-access scan for constant monitoring of all file accesses.&lt;br /&gt;• Integrated quarantine management for containment and handling of suspicious files.&lt;br /&gt;• Direct access to detailed information on found viruses and malware via the Internet.&lt;br /&gt;• Quick and easy updating of the program, the virus definitions (VDF) and the search engine via Single File Update from the Internet.&lt;br /&gt;• Integrated scheduler for the scheduling of single or recurring tasks such as updates and scan jobs.&lt;br /&gt;• Extremely high rate of virus and malware detection thanks to innovative scanning technologies (search engine) with heuristic scanning.&lt;br /&gt;• Detection of all common archive types including detection of nested archives and smart extension detection.&lt;br /&gt;• High performance via multi-threading capability (simultaneous scanning of many files at high speed).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Monitoring active files (on-access scan)&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;By default, AntiVir Guard scans files for viruses and malware on access before they are opened, read or executed or after they have been written to.&lt;br /&gt;AntiVir Guard should be active continuously for effective protection of your computer from viruses and malware.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Targeted scan for viruses and malware (direct scan)&lt;/span&gt;&lt;br /&gt;&lt;hr /&gt;You have the following options for a targeted virus and malware scan:&lt;br /&gt;• Via a scan profile - If you want to check a specific selection of drives.&lt;br /&gt;• Via drag &amp; drop - If you want to check individual files which you have placed on your desktop, for example.&lt;br /&gt;• Via the pop-up menu - If, for example, you want to check individual files in Windows Explorer and do not want to start the Control Center first.&lt;br /&gt;• Automated - If you want drives to be checked automatically on a regular basis.&lt;br /&gt;&lt;br /&gt;When using different virus protection programs with the reasoning the more the better, the following rules must be followed:&lt;br /&gt;- Use only one on-access scanner (also called Guard).&lt;br /&gt;- Before installing a second software package, decide which on-access scanner you want to trust. If you decide on a new on-access scanner, deactivate the on-access scanner currently in use. Serious errors can occur otherwise.&lt;br /&gt;The parallel installation of scanners with which scans are started manually is usually possible. Under certain circumstances, error messages can arise if an anti-virus program uses unencrypted search strings for detection or has repaired a file only partially.&lt;br /&gt;&lt;br /&gt;While AntiVir Guard monitors your system constantly (via on-access scan) you should still do a manual scan regularly for optimal security.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.free-av.com/"&gt;http://www.free-av.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114607867005034617?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114607867005034617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114607867005034617' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114607867005034617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114607867005034617'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/antivir-free-anti-virus-software.html' title='AntiVir (Free anti-virus software)'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-27044524.post-114607333505515480</id><published>2006-04-26T10:30:00.000-07:00</published><updated>2006-05-28T12:06:14.053-07:00</updated><title type='text'>About this blog</title><content type='html'>My name is Ryan Kulla and I've been a computer enthusiast and programmer for over 10 years.&lt;br /&gt;&lt;br /&gt;This page is about me sharing the software for Windows that I use. These tools are what I recommend to my friends and family. I will also be offering some tips. All of the software I'll be discussing are freeware, which means it's software that is totally free to download and use.&lt;br /&gt;&lt;br /&gt;I have spent a lot of time researching and trying out various tools over the years and I think you will save yourself a lot of time and energy by using this page as a reference point for finding the best of the best in software for Windows.&lt;br /&gt;&lt;br /&gt;Of course, defining the "best" is hard to do but these are just my opinions. Feel free to comment if you agree or disagree. This is all about learning and sharing useful tools.&lt;br /&gt;&lt;br /&gt;Note that a lot of the software I'll be discussing runs on more than just Windows. So even if you use Linux, Mac OS X, or whatever, you may still want to visit the Web pages for the software posted here to see if there's a version for your particular Operating System.&lt;br /&gt;&lt;br /&gt;I will be adding new software to this page very often so check back often for updates.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27044524-114607333505515480?l=ryanspicks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ryanspicks.blogspot.com/feeds/114607333505515480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=27044524&amp;postID=114607333505515480' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114607333505515480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27044524/posts/default/114607333505515480'/><link rel='alternate' type='text/html' href='http://ryanspicks.blogspot.com/2006/04/about-this-blog.html' title='About this blog'/><author><name>ryank</name><uri>http://www.blogger.com/profile/02964859822653134726</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11383424454331824988'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>