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

<channel>
	<title>Tech-Talkers &#187; Software</title>
	<atom:link href="http://www.tech-talkers.com/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-talkers.com</link>
	<description>Let's Talk Tech...</description>
	<lastBuildDate>Fri, 15 Jan 2010 03:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting FLAC to 320kbps MP3 with Foobar</title>
		<link>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/</link>
		<comments>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 06:44:04 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[Foobar]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=323</guid>
		<description><![CDATA[
Lossless codecs, like FLAC, are great when it comes to preserving all the quality present on the original media. Unfortunately though, they do take up quite a bit of space and most lossless codecs are far from popular in the mainstream. Therefore, it often becomes necessary to sacrifice some of the quality in order to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-333" title="foobar2000" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar2000.jpg" alt="foobar2000" width="325" height="48" /></p>
<p>Lossless codecs, like FLAC, are great when it comes to preserving all the quality present on the original media. Unfortunately though, they do take up quite a bit of space and most lossless codecs are far from popular in the mainstream. Therefore, it often becomes necessary to sacrifice some of the quality in order to recoup some disk space and increase compatibility &#8212; because the day that the iPod supports open source codecs, is also likely to be the day that hell freezes over&#8230;</p>
<p>So, you&#8217;re stuck with hordes of FLAC files and you want to convert them all into high-quality MP3&#8217;s, and, of course, you&#8217;d like to do all this without paying a penny, correct? Is that even possible? After all, the <a href="http://www.fraunhofer.de/EN/">Fraunhofer Society</a> currently owns the rights to the MP3 codec, and they&#8217;re not shy about cashing in on it.</p>
<p>Fortunately, there is a solution, and both of the tools needed for this operation are available for free!</p>
<p><span id="more-323"></span></p>
<p>Ever since I gave up on iTunes and Winamp, I&#8217;ve been using a very light-weight and very elegant music player known as <a href="http://www.foobar2000.org/">Foobar2000</a>, or just Foobar for short. Besides the wonderful job it does playing back music with an absolute minimum of fuss, unlike iTunes, it also features an extensive array of useful plug-ins, the most fundamental of which come pre-installed. One of these built-in tools is the codec converter, which is what we&#8217;ll be using to solve our little dilemma.</p>
<p>In order to encode and decode MP3 files, Foobar uses the LAME codec. Due to reasons I don&#8217;t fully understand, the guys behind this codec have somehow circumvented the need to license the relevant technology from the Fraunhofer Society, and can therefore offer MP3 support for free &#8212; sounds like that might be an interesting article all on its own, but I digress.</p>
<p>Anyway without further ado, here&#8217;s the interesting bit:</p>
<p>Once you have Foobar installed and fired up, click on the &#8220;Library&#8221; menu, and select &#8220;Configure&#8221; &#8212; alternatively, you can just hit Ctrl-P, and that will get you to the same place. On the left side of the &#8220;Preferences&#8221; window that just opened up expand the entry titled &#8220;Tools,&#8221; and click on &#8220;Converter.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-329" title="foobar-pref" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar-pref.jpg" alt="foobar-pref" width="782" height="573" /></p>
<p>From here, look to the right side of this window, and you should see a button labeled &#8220;Add New.&#8221; Click on that.</p>
<p>You should now see the window pictured below. From the &#8220;Encoder&#8221; list, select &#8220;Custom.&#8221; The first text box under the drop-down that you just used should now read &#8220;lame.exe&#8221; &#8211;  again, just like in the picture.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-330" title="foobar-pref-ii" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar-pref-ii.jpg" alt="foobar-pref-ii" width="597" height="577" /></p>
<p>The settings are almost perfect right from the start. There is, however, one problem. We would like to convert our pristine FLAC files to the highest quality offered for MP3&#8217;s, but unfortunately, that&#8217;s not what the settings reflect at the moment. In order to rectify this, all that we need to do is replace the text in the &#8220;Parameters&#8221; box with the following:</p>
<blockquote><p><code>-S --noreplaygain -b 320 - %d</code></p></blockquote>
<p>From a technical standpoint, that&#8217;s all you need to change; your files will now be properly converted to 320kbps MP3&#8217;s. The description of this conversion preset, however, won&#8217;t reflect the fact that we&#8217;ve forced the LAME encoder to use a constant bit rate of 320kbps. But, this is easily fixed as well. At the very bottom of the window, simply update the &#8220;Bitrate&#8221; field to 320, and set the &#8220;Settings&#8221; field to &#8220;CBR,&#8221; short for &#8220;Constant Bit Rate.&#8221;</p>
<p>That&#8217;s it, you&#8217;re now ready to convert your FLAC files.</p>
<p>Now, in case you&#8217;re new to Foobar, once you&#8217;re ready to actually convert a file, all you need to do is add the FLAC files in question to any playlist, select the song, right-click, and hit &#8220;Convert.&#8221; The rest is really straight forward&#8230;</p>
<p>Oh, almost forgot: The first time that you convert something to MP3, Foobar will ask you where it can find the LAME executable (i.e.: the file called LAME.exe). If you don&#8217;t already have it, you can download it from <a href="http://www.free-codecs.com/Lame_Encoder_download.htm" target="_blank">www.free-codecs.com</a>. Once you&#8217;ve downloaded it, simply extract it to any location of your choosing &#8212; perhaps you might want to extract it your music folder, so you know where it is for future reference. After the extraction, head back over to Foobar, and when prompted, simply select the executable from the folder that you extracted the .zip file into.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How to Safely Test-Drive the Windows 7 Beta</title>
		<link>http://www.tech-talkers.com/index.php/2009/01/how-to-safely-test-drive-the-windows-7-beta/</link>
		<comments>http://www.tech-talkers.com/index.php/2009/01/how-to-safely-test-drive-the-windows-7-beta/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 22:38:35 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=300</guid>
		<description><![CDATA[
Despite the troubled roll-out, the beta to Microsoft&#8217;s next operating system, Windows 7, is finally available. But, unless you are either a die-hard Microsoft fan (possible, though unlikely), or a true geek, you&#8217;re probably thinking to yourself, &#8220;So what?&#8221;
Well, if that&#8217;s your first reaction, then I really can&#8217;t blame you. Traditionally, trying out beta releases [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-309 alignnone" title="win7vb" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/win7vb.jpg" alt="" width="451" height="155" /></p>
<p>Despite the troubled roll-out, the beta to Microsoft&#8217;s next operating system, Windows 7, is finally available. But, unless you are either a die-hard Microsoft fan (possible, though unlikely), or a true geek, you&#8217;re probably thinking to yourself, &#8220;So what?&#8221;</p>
<p>Well, if that&#8217;s your first reaction, then I really can&#8217;t blame you. Traditionally, trying out beta releases of operating systems has been a real hassle. Either you&#8217;re so eager and willing to try out the very latest that you can&#8217;t wait to repartition and reformat a drive in order to install the new OS, or you just can&#8217;t be bothered.</p>
<p>Wouldn&#8217;t it be great if you could just boot your current operating system – be it XP, Vista, or some Unix variant – pop open a window and run Windows 7 in that?</p>
<p>Not only would this be a great alternative to a traditional installation, but it&#8217;s also pretty easy to setup!</p>
<p><span id="more-300"></span></p>
<p>First off, a few terms. What we&#8217;re trying to achieve here is known as &#8220;full virtualization,&#8221; meaning that we&#8217;ll be virtualizing not just a single application or service, but an entire operating system. From now on the operating system that boots up when you turn on the machine will be called the &#8220;host,&#8221; and the operating system that we&#8217;re going to run virtually on that host will be known as the &#8220;client.&#8221; So, in other words, the client will be running within the host.</p>
<p>A critical aspect to virtualization is the fact that the client will think that it&#8217;s the one and only operating system running on the machine; it will, by design, be completely oblivious to the host. From a practical standpoint, this means that the beta to Windows 7 should behave exactly as it would if you had installed it on a fresh machine.</p>
<p>Unfortunately, the complete isolation achieved by virtualization also has a few downsides. First off, Windows 7 won&#8217;t have direct access to any of the machine&#8217;s hardware; for any action that it wishes to perform it will have to go through a middleman, the host. In short, this means that you&#8217;re computing experience in Windows 7 won&#8217;t be quite as spiffy as it might otherwise be on the host. Additionally, Windows 7 won&#8217;t have any access to OpenGL or Direct3D implementations on the hardware level. In layman&#8217;s terms, this means that the graphics will, for lack of a better term, suck. You&#8217;ll have to forgo the Aero eye-candy, and forget about playing solitaire at a decent framerate &#8212; I&#8217;m serious.</p>
<p>With all the warnings out of the way, let&#8217;s get started.</p>
<p>There are several application that will provide us with the capabilities that we need, but we&#8217;ll go with Sun Microsystem&#8217;s VirtualBox, since it&#8217;s free. You will find the appropriate download link <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">here</a>.</p>
<p>Besides VirtualBox, you will also need the ISO image of Windows 7 so that you can actually install it. Microsoft already has an entire page dedicated to Windows 7, located <a href="http://www.microsoft.com/windows/windows-7/" target="_blank">here</a>. At the top of the page, you should be able to see a link that reads &#8220;Download the Windows 7 Beta.&#8221; Clicking on this link should start you on your way towards getting the beta, as well as the key that you&#8217;ll need if you don&#8217;t want Windows 7 to expire after 30 days. Since we&#8217;ll be using VirtualBox, make sure to get the 32-bit version of Windows 7; 64-bit clients aren&#8217;t completely supported yet in VirtualBox, but it&#8217;s coming soon, I hear.</p>
<p>Once you&#8217;ve downloaded and installed VirtualBox, go ahead and run it.</p>
<p>After the application starts, click on the blue star icon labeled &#8220;New,&#8221; this will start the &#8220;Create New Virtual Machine Wizard.&#8221; Sun has done a great job with VirtualBox, as such the Wizard is pretty straight forward and easy to use. Nevertheless, I&#8217;ll share some of the more important details to getting this all to work.</p>
<p>The second page of this Wizard will ask for the VM name and the OS type. The name can be whatever you like, so &#8220;Windows 7 x86,&#8221; for instance. The OS type, however, is more important. The operating system is obviously &#8220;Microsoft Windows,&#8221; so leave that as it is. As for the version, select &#8220;Windows 2008&#8243; &#8211; not &#8220;Windows 2008 (64 bit).&#8221;</p>
<p>The third page is where you choose the amount of RAM that client will be able to access. The general rule of thumb is that you want to allocate about 40% of the total physical memory in your system. Too little, and the client won&#8217;t run properly, just like in real life; too much, and the host won&#8217;t be all too pleased. I would strongly recommend at least one gigabyte, the minimum recommended by Microsoft. On to the next page!</p>
<p>On the fourth page, you&#8217;ll be asked to select, and if necessary, create a virtual hard disk to install the client onto. Go head, and hit the &#8220;New&#8230;&#8221; button. This should bring up another Wizard, the &#8220;Create New Virtual Disk&#8221; wizard. I left all the setting in this Wizard at their default values and that seems to be working just fine for me. These would be: Dynamically expanding storage, the default virtual drive file location, 20.00 GB in size, and that&#8217;s it. Once you&#8217;re done with new Wizard, you should end up with the first Wizard. Just hit &#8220;Next.&#8221;</p>
<p>You should be seeing a summary page, so if everything is satisfactory, click &#8220;Finish.&#8221;</p>
<p>Going back to the main &#8220;Sun xVM VirtualBox&#8221; window, you should be seeing you&#8217;re newly created virtual machine in the left-most side of the window. Virtually speaking, we have just assembled you&#8217;re brand new machine from all the various parts, and we are now ready to boot it up for the first time.</p>
<p>Double click on the virtual machine to start it.</p>
<p>You should now see a new window, and a new Wizard, the &#8220;First Run Wizard.&#8221; Click &#8220;Next.&#8221;</p>
<p>The second page will ask you to select the installation media; in our case, that would be the ISO image of Windows 7 that we just downloaded. So select the ISO, select the &#8220;Image File&#8221; bullet, and click on the browse icon. This will open the &#8220;Virtual Media Manager.&#8221; From this new window, click on the &#8220;Add&#8221; icon and browse to the 2.44 GB (if it&#8217;s the 32-bit version) ISO image that you just downloaded. Once you&#8217;ve selected that image, you should end up back in the &#8220;First Run Wizard.&#8221; Click &#8220;Next&#8221; once more.</p>
<p>You should new be seeing another summary page. If all the listed information is correct, click &#8220;Finish.&#8221; If we go back to the analogy of before, you&#8217;ve just booted your machine for the first time, the Windows installation disc is in the drive, and you&#8217;ll now be asked to install Windows.</p>
<p>After Windows 7 installs itself, you can safely shutdown the client, just as you would with any &#8220;real&#8221; computer, and the next time you start her up, she&#8217;ll behave exactly like you would expect. Any changes you make will be saved for the next session. So, if you want to install Firefox, or OpenOffice in Windows 7, you can, and the next time you boot into Windows 7 everything will be exactly as you left it.</p>
<p>Enjoy, and remember, it&#8217;s a <strong><em>beta</em></strong>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2009/01/how-to-safely-test-drive-the-windows-7-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Lil&#8217; Guide to Installing Ubuntu</title>
		<link>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/</link>
		<comments>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 03:44:50 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2008/03/27/a-lil-guide-to-installing-ubuntu/</guid>
		<description><![CDATA[
If you&#8217;ve taken the time to read the last two posts, then surely you must be aware that the time has now come to finally install Ubuntu; and if not, then oh well, just look at the pictures or something.
In my last two posts, I&#8217;ve attempted to explain the pains that I went through trying [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-install.png" /></p>
<p>If you&#8217;ve taken the time to read the last two posts, then surely you must be aware that the time has now come to finally install Ubuntu; and if not, then oh well, just look at the pictures or something.</p>
<p>In my last two posts, I&#8217;ve attempted to explain the pains that I went through trying to get the best out of my new laptop. The problem originally started with my realization that I am in no means whatsoever a fan of Vista. Postpartum depression urged me to seek out XP&#8217;s familiar setting. Much to my dismay, though, XP would not install on my new laptop, so that was the <a href="http://www.tech-talkers.com/index.php/2007/12/28/how-to-install-xp-on-vista-laptops/" target="_blank">first hurdle</a> I had to surmount.</p>
<p>Not only was I interested in a return to XP, I was also curious about Linux; particularly Ubuntu. So, the obvious choice, or at least a logic one in my mind, was to dual-boot. In the previous two articles, I explained how to install XP on a new machine intended for Vista, as well as how to prepare a system for a dual boot operation. Okay, so now that we&#8217;re all up to speed once again, let&#8217;s take the plunge once more, shall we&#8230;</p>
<p>If this first step doesn&#8217;t seem blatantly obvious, then maybe Linux isn&#8217;t for you, but in order to do anything further you&#8217;ll need the Ubuntu installation disc. So, head on over to <a href="http://www.ubuntu.com">Ubuntu.com</a>. and download the latest version &#8212; 7.10 at the time of writing. Once armed with the image file, you&#8217;ll need to burn this to a disc. If you already own it, I would recommend using Nero, but if not, InfraRecorder is an excellent, and not to mention free, alternative.</p>
<p><span id="more-265"></span>Once the disc has been burned and finalized, pop it into the machine you wish to persuade into conversion &#8212; and cross your fingers, for the moment of truth is at hand. Linux is often labeled as being far more stable than Windows, which is true for the most past, but the main problem is getting it to run in the first place. Not all hardware likes Linux flavor. If you&#8217;re unlucky, you may have in front of you a machine cursed with unsupported hardware. If this is the case, you may experience issues ranging the benign, such as a nonfunctional web cam, to real show-stoppers,  like incompatible graphics cards or display devices. Curing any of these issues may require long and inquisitive searches of some of the less frequented fringes of the net. Fortunately though, there always seem to be a plethora of willing and able Linux hobbyists to help you out.</p>
<p>Oh, and if the CD doesn&#8217;t boot right away, make sure that your BIOS is set to boot from CD-ROM drive&#8230;</p>
<p>Okay, so assuming that the CD boots properly, you should soon see the Ubuntu desktop&#8211;but, hey, wait a minute! What happened; nothing was installed, or was it?</p>
<p>The CD you just popped into your machine is what is known as a Live-CD, meaning that it contains a bootable version of the operating system. Allowing the user to experience the full operating system without having to install a single file is a great way of demonstrating the potential of product that many might be too hesitant to install.</p>
<p>&#8220;Okay,&#8221; you say, &#8220;but I want to install it, not just demo it.&#8221; Well, see that little icon on the desktop, the one that says &#8220;Install&#8221;? That&#8217;s where you wanna be if you&#8217;re interested in giving Ubuntu a serious test-drive.</p>
<p>Starting up the Installer, you should see a dialog box that will guide you through the installation process in seven rather easy steps. The first three steps are real no-brainers, simply select your prefered language, the appropriate time zone and your keyboard layout.</p>
<p>Step four is were things start to get a little more exciting. Depending on how many drives and partitions your machine has, this step may be more or less complicated. Since I&#8217;m writing this as part of a series in which I explain how I managed to dual boot XP and Ubuntu on a Vista-shipped laptop, the path I chose to follow in step four of the Ubuntu installer is quite specific to my particular needs. In the <a href="http://www.tech-talkers.com/index.php/2008/02/10/partitioning-with-gparted/" target="_blank">previous article</a>, I explained how GParted was used to partition my drive into a Windows partition and a Linux partition companioned by  a SWAP partition. If you followed the same procedure as I did, and used GParted to prepare the drive, then all you&#8217;ll have to do is select the correct partition, and move on. Since we already used GParted for most of the heavy labor, it makes little sense to reformat/resize the partition again &#8212; unless, of course, you made a mistake the first time around. Not to sound to repetitive, but step four is where you really want to pay attention. It&#8217;s very important that you select the correct drive to install Ubuntu onto, otherwise you&#8217;ll be in serious danger of losing existing, potentially important, data.</p>
<p>Looking at the screenshot below, we see that the system I used to grab the screenshots has two physical hard drives: HDA and HDB. We can also tell that the first drive, HDA, has three partitions on it: HDA1, HDA2, and HDA3. The one we&#8217;re after is the one that is formatted as EXT3, so in this case that would be HDA2. To double check that this is the right drive, take a look at the size of the partition. If this number corresponds to what you specified in GParted then you&#8217;re good to go. Note that there is no need to check any of the boxes unless you want to reformat the drive again, which really can&#8217;t hurt. So, once again, if you want to reformat, check the box, otherwise just highlight the drive. And in case you are wondering, SDA1 is a removable thumb drive.</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-partition.png" /></p>
<p>If you have decided to reformat any of the drives again, make sure to also hit the &#8220;Edit partition&#8221; button. This should bring up another dialog box, asking you to specify the new size of the partition as expressed in megabytes, what format to use, and where to set the mount point. If the drive that you are partitioning is meant to house an installation of Ubuntu, it&#8217;s critical that you use the EXT3 format and set the mounting point as a single forward slash. If you&#8217;re confused, refer to the picture below.</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-mount.png" /></p>
<p>Once you&#8217;re done with the &#8220;Edit Partition&#8221; dialog box, hit &#8220;OK,&#8221; and then click &#8220;Forward&#8221; once you&#8217;re back at larger dialog box.</p>
<p>Step five is particularly useful for those of us who have decided to dual boot, since Ubuntu will scan existing partitions for any other operating system from which it might be able to port over any important documents and folders. I always prefer to start fresh, and since Gutsy Gibbon is capable of reading Windows partitions, I will leave this step up to you. If you&#8217;re not interested, just proceed to the next page.</p>
<p>Even though there appear to be 7 steps, number 6 is really the last one that really requires any work. The purpose of this step is to help you set up a user account, and it&#8217;s pretty straight forward. As such the only note to make here is that your log in name cannot be capitalized and that&#8230;uhm, oh yeah, don&#8217;t forget your password.</p>
<p>Series: <strong>Dual-Booting: XP and Ubuntu</strong></p>
<p><strong><a href="http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/" target="_blank">Part I</a> | <a href="http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/" target="_blank">Part II</a></strong><strong> | </strong>Part III</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partitioning with GParted</title>
		<link>http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/</link>
		<comments>http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:04:04 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2008/02/10/partitioning-with-gparted/</guid>
		<description><![CDATA[
After I got my new laptop,  it didn&#8217;t take me all to long to determine that I wasn&#8217;t all too fond of Vista. Instead of hastily ditching Vista and running right back into XP&#8217;s familiar settings, I thought I&#8217;d try out Linux. Having heard myriad glowing reports of its user friendliness, Ubuntu seemed like [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/02/gparted-ubuntu.png" alt="" /></p>
<p>After I got my new laptop,  it didn&#8217;t take me all to long to determine that I wasn&#8217;t all too fond of Vista. Instead of hastily ditching Vista and running right back into XP&#8217;s familiar settings, I thought I&#8217;d try out Linux. Having heard myriad glowing reports of its user friendliness, <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> seemed like the obvious choice. However, if I did dedicate my entire system to Ubuntu, there&#8217;d always be the problem of gaming; Linux isn&#8217;t exactly a hotbed for interactive entertainment. So, why not dual-boot?</p>
<p>There are several approaches to dual-booting a system with XP and Linux: you can either nuke the drive, partition it, and then reinstall both operating system; install Linux first, then partition and install XP; or you can install Windows first and then get Linux working afterwards. In this article, I&#8217;m going to choose the latter method, but no matter which way you choose to go, an essential tool to have in your arsenal is GParted.</p>
<p>GParted is a nondestructive UNIX-based partition editing application used to create, destroy, resize and move entire partitions and their file systems. The application is widely available on many Linux systems, but more importantly, it also comes as a live-cd. What that means is that you can download the <a href="http://gparted-livecd.tuxfamily.org/" target="_blank">application image</a>, burn it to a disc and boot from it, without having to touch the rest of your system.</p>
<p><span id="more-262"></span>For the purposes of dual-booting, I&#8217;ll describe how to use GParted to shrink an existing Windows partition, so that the freed up space can then be reformatted as EXT3 and SWAP partitions to host a fresh installation of Ubuntu&#8217;s Gutsy Gibbon:</p>
<ul>
<li>First thing&#8217;s first: since you&#8217;re going to be making critical changes to your hard drive, make sure that the data on that drive is properly backed up and secure. Even though GParted is designed to be nondestructive, you never know what might happen; the wrong button might get pressed, or the power might fail &#8212; so backup first!</li>
</ul>
<ul>
<li>Okay, now that we&#8217;ve gotten that out of the way, let&#8217;s start. In order to do anything you&#8217;ll need the program, so go get the 	<a href="http://gparted-livecd.tuxfamily.org/">GParted Live-CD</a> image first and burn it to a disc. After the burning process finishes, pop 	the CD back in and reboot. Note: if GParted doesn&#8217;t load, then 	you&#8217;ll have to amend your machine&#8217;s boot order in the BIOS first.</li>
</ul>
<ul>
<li>When booting from the Live-CD, 	you&#8217;ll be asked to input some system information, such as hardware 	configuration, language and keymap &#8211; don&#8217;t worry, it&#8217;s easy. A few 	seconds into the boot process, you&#8217;ll see a list of possible boot 	configurations. From my experience the first option, the one that 	reads &#8220;Gparted-liveCD 0.3.4-11 (auto-configuration),&#8221; seems to 	work just fine, so go ahead and select that. After a few more loading cycles, 	you&#8217;ll be asked to select the appropriate keymap and after that your language; 	the numbers you should be entering in are 41 and 33, 	respectively. This should take care of the setup, now just wait for 	the distro to finish booting.</li>
</ul>
<ul>
<li>Now that everything is loaded and 	set you&#8217;ll want to get started by shrinking the existing Windows 	partition. To do this, select the partition, either from the list or 	from the graphical representation, and then hit the button labeled 	&#8220;Resize/Move.&#8221; This will bring up a smaller window from which 	you can choose by how much to shrink the existing partition. Notice 	that there are three input fields in this window; enter the desired 	new size of the partition in the second field, or just move the 	arrows at either end of the graphic. Since GParted aims to keep your existing data intact, the minimum size that an existing partition can be shrunk to is equal to the amount of data 	already on that partition. The other two fields in the window 	describe how much of the new free space will appear before the newly 	resized partition and how much of it will appear after it. How you 	organize the layout of the partitions isn&#8217;t crucial to getting both 	operating systems running, but it keeps everything organized. Once 	you feel comfortable with the changes, hit &#8220;Resize/Move&#8221; &#8212; 	don&#8217;t worry, the changes aren&#8217;t permanent yet.</li>
</ul>
<ul>
<li>Once you&#8217;re back to the main 	interface, you&#8217;ll notice that the existing partition is smaller and 	that it is now surrounded on either one or both sides by unallocated 	dark gray space. To create any further partitions, which you&#8217;ll need 	to if you want to install Linux, simply select the dark matter and 	click &#8220;New.&#8221; Creating a new partition is just as simple as 	shrinking an existing one, the only difference being that you&#8217;ll 	also have to select the filesystem type; since the new partition will host a Linux install, select EXT3. When specifying the size of the new 	partition, make sure that you leave about 512MB to 2GB for a Linux 	swap partition. Think of the swap partition as an extension of your 	RAM, but on the hard drive.</li>
</ul>
<ul>
<li>To create the swap partition 	repeat the previous step, but instead of choosing EXT3 as the 	filesystem type, select LINUX-SWAP. With the size set, hit 	&#8220;Resize/Move,&#8221; and return to the main interface.</li>
</ul>
<ul>
<li>Up to this point, GParted hasn&#8217;t 	done anything to your hard drive; the only thing that you have done up to now has been planning out what to do. So, once you&#8217;re 	confident that you&#8217;ve set everything up correctly, press the &#8220;Apply&#8221; 	button to actually make the changes to the system. Hitting &#8220;Apply&#8221; 	should bring up a cautionary message, telling you that you&#8217;d 	better be sure about what you&#8217;re doing. Once you dismiss that 	message, GParted will get to work and the operations that you have 	specified will commence. Depending on the size of your hard drive, 	the amount of data on, and how many new partitions you are going to 	create, GParted may be at work for a couple of minutes or a couple 	of hours.</li>
</ul>
<p>Once you&#8217;re done, GParted will kick you back to its main interface window, from where you can go on to the main menu and quit. If everything went to plan you should now have at least three partitions: one based on NTFS, another on EXT3, and then a third to serve as a SWAP partition. At this point you&#8217;re free to install whatever Linux distro you fancy.</p>
<p>However, if you&#8217;re new to Linux, then I would highly recommend you try out Ubuntu, which is highly user friendly, very stable, and extremely customizable. For help on installing Ubuntu, be sure to check back in a couple of days for the last installment of my dual-booting series to get detailed instructions on what to do and not to do&#8230;</p>
<p>Series: <strong>Dual-Booting: XP and Ubuntu</strong></p>
<p><strong><a href="http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/" target="_blank">Part I</a> | </strong>Part II<strong> | </strong><a href="http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/" target="_blank">Part III</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install XP on Vista Laptops</title>
		<link>http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 04:53:16 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2007/12/28/how-to-install-xp-on-vista-laptops/</guid>
		<description><![CDATA[
If you&#8217;ve recently purchased a new laptop, chances are that it came with Windows Vista installed on it. Now, depending on how easily you can adapt, that might be a little bit of a problem. Even though Vista has been out for about a year now, many users are still reporting on having a hard [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/12/windows-logo.png" alt="windows logo" /></p>
<p>If you&#8217;ve recently purchased a new laptop, chances are that it came with Windows Vista installed on it. Now, depending on how easily you can adapt, that might be a little bit of a problem. Even though Vista has been out for about a year now, many users are still reporting on having a hard time with the new operating system. Some consumers just can&#8217;t get all of their peripherals to work properly, others are experiencing horrendous performance issues, while still others just hate the changes that Microsoft made.</p>
<p>One solution to this dilemma would be to take Apple&#8217;s advice and just &#8220;upgrade&#8221; back to XP. If you&#8217;ve already gone ahead and tried this approach, though, you may have noticed that this causes another problem &#8212; quite a serious one actually. XP refuses to install!</p>
<p>So what&#8217;s the problem, you ask? Well, let&#8217;s think about this chronologically, shall we. Windows XP is old. No wait, let me rephrase that: XP is ancient! This means that the software and the drivers included with the installation package are just as old; that&#8217;s six years to be precise. Back in 2001, when XP debuted, Microsoft expected motherboards to interface with hard drives via an IDE cable. But, six years down the road, PCs and laptops manufacturers have all dumped IDE in favor of SATA, which is faster, allows for hot swapping of drives, and insures better data integrity and reliability. This all sounds wonderful, until you consider that Microsoft never included any SATA drivers with their XP installers. So now what?</p>
<p><span id="more-243"></span>Fortunately, there is a fairly easy way to rectify this problem. The necessary SATA drivers aren&#8217;t included with the standard installation disc, so we&#8217;ll have to add, or slipstream, them using a neat little tool called nLite:</p>
<ul>
<li>First off, we&#8217;ll need to download 	and install nLite, a freeware application developed and hosted by 	Dino Nuhagic. The latest version can be found at <a href="http://www.nliteos.com/">www.nliteos.com</a>. 	I got everything up and running with version 1.4.</li>
</ul>
<ul>
<li>Next, we&#8217;ll need to locate and 	download the appropriate SATA driver. Since it took me quite a bit 	of time and effort to locate the necessary drivers, 	I&#8217;ll do my part to simplify  the task by hosting the driver I used 	<a href="http://www.tech-talkers.com/wp-content/uploads/2007/12/SATA.zip" title="SATA Drivers" target="_blank">here</a>.</li>
</ul>
<ul>
<li>The only other thing that we need 	now is an XP installation disc &#8211; hopefully a legal copy &#8211; into 	which we&#8217;ll slipstream the SATA driver.</li>
</ul>
<p align="left">Okay, now that we have the right software and the correct driver, let&#8217;s get started. Since we&#8217;re going to be adding a 	component to the standard Windows installation files, we&#8217;ll have to 	extract the files from the CD. While doing so, it is important to make sure that the file structure stays 	intact.  By far the easiest way of getting all the right files onto your 	system is to simply insert the CD, head over to My Computer, right 	click the CD directory, hit copy, and then paste it to the desktop. Once that is done you&#8217;ll be ready to get started with nLite:</p>
<ul>
<li>Once nLite is launched, go ahead 	and skip the first screen which only contains information about the 	program.</li>
</ul>
<ul>
<li>The second screen will ask you to 	locate the Windows installation, which will be on the desktop if you 	followed the instructions above verbatim. Once you&#8217;ve located the 	correct directory, hit OK in the selection window and wait for nLite 	to analyze the directory. If you&#8217;ve identified the correct 	directory, you should be able to see the Windows version, what 	service pack you have, the version number and installer size. If you don&#8217;t see 	this information, chances are that you&#8217;ve identified the wrong 	directory.</li>
</ul>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-1-large.png" title="nLite-1-Large"></a></p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-1-large.png" alt="nLite-1-Large" /></p>
<ul>
<li>The third page isn&#8217;t really that 	important, so skip it and make sure you get to the Task Selection 	page, since that&#8217;s the part where paying attention becomes 	important; it&#8217;ll be where you tell nLite what to do with the 	Windows installation files. Depending on what version of the Windows 	XP installation disc you have, you might want to alter a few of the 	settings. However,  for the purposes of this article, I&#8217;m going to 	assume that we&#8217;re dealing with a standard Microsoft installation disc that already has 	Service Pack 2 installed on it, and that we&#8217;re not interested in 	slipsteaming in any other components, hotfixes, addons or tweaks. 	So, with all these considerations in mind, go ahead and check the 	third box down, labeled &#8220;Drivers,&#8221; as well as the very last one, 	labeled &#8220;Bootable ISO.&#8221; Click next when done.</li>
</ul>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-2-large.png" title="nLite-2-Large"></a></p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-2-large.png" alt="nLite-2-Large" /></p>
<ul>
<li>We should now be at the Drivers 	page; this is where you should locate the correct driver for nLite 	to slip into the installation. In the bottom right hand side 	of the window, right above &#8220;Next,&#8221; you should see a button 	labeled &#8220;Insert.&#8221; Click it, and then select &#8220;Multiple Driver 	Folder.&#8221; Doing so should bring up yet another window within which 	you&#8217;ll have to locate the folder that the SATA driver, which you 	should have downloaded earlier, resides in. Clicking OK in this, as 	well as in the next window, should bring up a list of possible SATA 	drivers. Now, if you know exactly what hardware you have, go ahead 	and select the appropriate driver. However, if you don&#8217;t know 	exactly what you need, then you might want to try the fourth one 	from the bottom &#8212; that&#8217;s the one that worked for my HP DV6500T. 	Clicking OK again should kick you back to the Drivers page; go ahead 	and click next.</li>
</ul>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-5-large1.png" title="nLite-5-Large"></a></p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-5-large1.png" alt="nLite-5-Large" /></p>
<ul>
<li>This next page is really 	straightforward. If you feel that you&#8217;ve set everything up 	correctly, hit OK, and watch nLite got to work &#8212; okay, well maybe 	there isn&#8217;t that much to see&#8230;</li>
</ul>
<ul>
<li>After nLite finishes working its 	magic proceed to the next page, where you&#8217;ll have to complete one 	last task. Now that nLite has analyzed and modified your XP 	installation files, it&#8217;s going to want to know what it&#8217;s supposed to 	do with the newly created files. Your two best options are either to 	burn a new XP installation disc directly from within nLite, or to 	have the program create an ISO image which you can then do with as 	you please. In my case, I went ahead and created an image (just in 	case I happen to loose the CD at some point), which I then burned to 	a disc with Alcohol 120% (there are plenty of other applications, such as Nero, that will 	do the exact same thing).</li>
</ul>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-7-large.png" title="nLite-7-Large"></a></p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/12/nlite-7-large1.png" alt="nLite-7-Large" /></p>
<p>If you successfully followed the steps outlined above, then you should now have a brand new installation disc for Windows XP. The only remaining step is to insert the disc in your laptop and reboot. If everything went to plan, your machine will recognize the drive and start the installation process, which should be the exact same as it would otherwise be. If you have any remaining questions, please feel free to post a comment down below, and I&#8217;ll try my best to assist.</p>
<p><strong>Note:</strong> This slipsteaming process will only work if you want to install Windows 2000, Windows XP, or Windows Server 2003.</p>
<p>Series: <strong>Dual-Booting: XP and Ubuntu</strong></p>
<p>Part I<strong> | <a href="http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/" target="_blank">Part II</a></strong><strong> | </strong><a href="http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/" target="_blank">Part III</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A Comparative Look at Winamp 5.5</title>
		<link>http://www.tech-talkers.com/index.php/2007/11/a-comparative-look-at-winamp-55/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/11/a-comparative-look-at-winamp-55/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 01:42:47 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Nullsoft]]></category>
		<category><![CDATA[Winamp]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2007/11/03/a-comparative-look-at-winamp-55/</guid>
		<description><![CDATA[
A couple of months ago, I got so fed up with iTunes and its unstable nature that I completely abandoned it as my primary music player. iTunes was giving me all sorts of problems: it would crash unpredictably, it would halt podcast downloads without reason, it would require my processor&#8217;s full attention for extended periods [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp-2.jpg"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp-thumb.jpg" id="id" style="border-width: 0px" alt="winamp" border="0" height="152" width="150" /></a></p>
<p>A couple of months ago, I got so fed up with iTunes and its unstable nature that I completely abandoned it as my primary music player. iTunes was giving me all sorts of problems: it would crash unpredictably, it would halt podcast downloads without reason, it would require my processor&#8217;s full attention for extended periods of time, and the list goes on. All of these problems slowly but surely built upon my existing contempt for Apple&#8217;s often hailed piece of junk. Apple tries to have iTunes perform all sorts of functions, but unfortunately it fails to please on almost every single level &#8211; I&#8217;m sure I&#8217;ll piss off at least one Apple fan, so don&#8217;t hesitate to leave me a comment or two.</p>
<p>After ridding my hard drive of any and all things Apple, I hit Google in search of a replacement for iTunes. After a few quick searches it quickly becomes clear how tight Apple&#8217;s stranglehold on music playback is &#8211; practically everyone with an iPod uses iTunes, and most are completely unaware of exactly how lackluster this combination really is. Looking through the queries, it was nothing but Apple this and iTunes that. There has gotta be something out there that doesn&#8217;t suck&#8230;</p>
<p>After a few more searches, I finally found something that I had almost forgotten about: Winamp. Developed by Nullsoft, Winamp has been faithfully reproducing audio since 1997. In fact, the guys over at Nullsoft have just released version 5.5 to commemorate the player&#8217;s 10<sup>th</sup> anniversary &#8211; ironically, this latest version was released on the tenth day of the tenth month of the player&#8217;s tenth year of its existence.</p>
<p><span id="more-242"></span></p>
<p><strong>Winamp vs. iTunes: A Battle of Philosophies</strong></p>
<p>Apple&#8217;s most identifiable mantra is simplicity. Designing software with this philosophy in mind has its fair share of advantages, as well as drawbacks. For example, one of the things that Apple is fond of doing is binding multiple functions to a single button. The play/pause/stop button is a good example of this practice; it keeps the interface clean, possible aiding new users in finding desired functions, but it also pisses off more experienced users. One of the things I hate most about this practice is that it means that I can&#8217;t always pause or stop a song or podcast from my current location in the interface &#8212; I might, for example, have to switch from the podcast directory to my music library in order to pause the song instead of completely stopping it.</p>
<p>Another drawback of &#8220;simplicity&#8221; is that it inherently cripples functionality and, by implication, also the ability to customize. Every instance of iTunes conforms perfectly to Apple&#8217;s cookie-cutter ideal; in all probability you&#8217;ll never find anyone whose iTunes is black instead of white, or whose ID3 tags display any differently than yours. Again, this might be fine for the average user, but every once in a while it&#8217;s nice to able to change things around, especially when the mold that you&#8217;re being forced into simply doesn&#8217;t fit.</p>
<p>Apple, with its simplicity, is at one end of the spectrum, while Winamp is far more towards the center, offering a wider range of functions and settings, without being too complicated. Winamp isn&#8217;t in the least bit shy about is capabilities, and as such, it places every commonly used function right on the dash. The interface might look a little more intimidating than that of Apple, but at least everything is right there in front of you.</p>
<p><strong>Winamp&#8217;s Look &#8216;n Feel</strong></p>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp55-2.png"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp55-thumb.png" style="border-width: 0px; margin: 5px 8px 0px 10px" alt="winamp55" align="right" border="0" height="201" width="300" /></a>I wrote quite an extensive article on why I got extremely fed up with iTunes a months ago, right after it happened; as such, I won&#8217;t burden anyone with repeated arguments and explanations. Instead, I&#8217;ll try to focus more on that Winamp does and why I ultimately like it better.</p>
<p>Winamp does a nice job of balancing simplicity and functionality without losing customizability. By default, Winamp 5.5 will display three major information panes: Right under the menu bar is a horizontal pane featuring all the major controls, as well as all of information about the file being played. Now if this were iTunes, that would be the only thing displayed here, but it&#8217;s not; depending on your needs, you might want to use this pane to display visualizations, playlists, or perhaps, equalizer settings &#8211; all of which can also be displayed elsewhere if you so please.</p>
<p align="justify">Positioned directly underneath the playback/information pane, you&#8217;ll find the directory and media navigation pane. This pane has been vertically split into two parts; the leftmost part lists all the available music, podcast and video directories on your machine, while the right hand portion of the pane displays a more detailed list of the contents of each directory. This part of Winamp, I suppose, is actually quite similar to its iTunes counterpart, save for a few (embarrassing) differences. As much as I had wanted Winamp 5.5 to be perfect, there are still a few minor things that I think iTunes does-dare I say it-better. For one, it would have been nice to see a little more information in the directory listings pane. Don&#8217;t get me wrong, detailed library information, like the album name, track number, genre, rating and play count is available, but you&#8217;ll have to venture over to a different part of the interface. Perhaps I&#8217;ve conformed to Apple&#8217;s mold a little too much, but I&#8217;m of the opinion that this should available from within the playlist.</p>
<p>Onwards, though. On to the last pane: All the way on the right of the display is what ha s been dubbed the &#8220;Playlist Editor.&#8221; Occupying all vertical space on right side of the screen, the editor displays all songs currently in the playlist, along with their item number and play time. At the bottom of this pane is a series of buttons which allow you to add to, remove from, and otherwise manipulate the playlist. This feature comes in quite handy when you want to dump a new album directly into a playlist.</p>
<p><strong>A Few More Things Winamp Does</strong></p>
<p>If you haven&#8217;t read the preceding paragraphs, you might have missed it: I&#8217;m not a big fan of iTunes. One of the things that I hate most about iTunes, and by association also Quicktime, is the general lack of formats that it supports. I happen to like high-fidelity audio reproduction; lossy MP3&#8217;s don&#8217;t always do it for me. As such, I&#8217;m a big fan of high quality, open source formats, such as FLAC, which-you guessed it-Apple doesn&#8217;t support. Winamp on the other hand, does support FLAC, along with a whole list of other formats. It&#8217;s small things like this that matter to me.</p>
<p><a href="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp-modern-2.png"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/11/windowslivewriteracomparativelookatwinamp5.5-106ccwinamp-modern-thumb.png" style="border-width: 0px" alt="winamp_modern" align="left" border="0" height="164" width="240" /></a>In similar fashion, I also enjoy the fact that I can have Winamp look and behave how I want it to. As I&#8217;ve already stated, I consider Winamp to be somewhere towards the middle of spectrum when it comes to functionality. It might not be as customizable as Foobar2000, for example, but simply having a variety of skins to choose from is very nice. Skins don&#8217;t just change the look, but they also affect the feel of the player; some skins are really elaborate, some are only about the essentials, while still others might be completely modular.</p>
<p>Additionally, Winamp&#8217;s Preferences menu reads like Tolstoy&#8217;s <u>War and Peace</u> in comparison to its anemic counterpart in iTunes. After using iTunes for an extended amount of time, the number of options and variables open to change in Winamp is astounding: Would you like to see the splash screen on startup? Do you want to allow multiple instances of the program? How about a scrolling the ID3 tag information in the taskbar icon? Or perhaps you&#8217;d like to automatically convert underscores into spaces when reading song names? Winamp even solves of the biggest nuisances in iTunes:<strong> </strong>you can set it to keep an eye on specific music folders so that any chances in the folder (like the deletion of a song, for example) will automatically reflect in playlist &#8211; so no more stupid exclamation marks!</p>
<p>And if there&#8217;s something you think Winamp ought to do but doesn&#8217;t, there&#8217;s always a vast plugins library available. There are plugins that&#8217;ll do everything from managing your playlists and post-processing your music, to enabling support for your favorite MP3 player-yes, that includes iPods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/11/a-comparative-look-at-winamp-55/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gutsy Gibbon: Linux for the Masses</title>
		<link>http://www.tech-talkers.com/index.php/2007/10/gutsy-gibbon-linux-for-the-masses/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/10/gutsy-gibbon-linux-for-the-masses/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 08:50:25 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2007/10/19/gutsy-gibbon-linux-for-the-masses/</guid>
		<description><![CDATA[
First released three years ago, Ubuntu has managed to permanently alter the Linux scene. Before Ubuntu grabbed the Linux world by storm, Linux was plagued by the stigmatic notion of being only for the geekiest of the geeks. Ubuntu&#8217;s undying focus on usability and ease of installation changed all that, and Gutsy Gibbon, the latest [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/10/windowslivewritergutsygibbonlinuxforthemasses-1a01ubuntu-logo-3.png" id="id" style="border: 0px none " alt="Ubuntu_Logo" border="0" height="156" width="600" /></p>
<p>First released three years ago, <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> has managed to permanently alter the Linux scene. Before Ubuntu grabbed the Linux world by storm, Linux was plagued by the stigmatic notion of being only for the geekiest of the geeks. Ubuntu&#8217;s undying focus on usability and ease of installation changed all that, and Gutsy Gibbon, the latest release, is the best yet at demonstrating this commitment.</p>
<p><strong>Major New Features:</strong></p>
<ul>
<li>GNOME 2.20
<ul>
<li><a href="http://www.gnome.org/" target="_blank">GNOME</a> is the essence of Ubuntu&#8217;s Graphical User Interface (GUI), and version 2.20 introduces a long list of new features – some of which are actually pretty impressive. Thanks to this newest version of GNOME, Ubuntu will now feature: integrated desktop search, enhanced image browsing, simplified system preferences, better power management and laptop battery monitoring. One of the neatest features that I&#8217;ve seen so far has to do with the Evolution e-mail client (which is part of GNOME): if Ubuntu finds keywords in your e-mail suggesting that there should be an attachment appended to the message, it will automatically check to see if this is actually the case. If it can&#8217;t find the attachment, it&#8217;ll warn you before you send it off by mistake. It&#8217;s little things like this that often stand out the most.</li>
</ul>
</li>
</ul>
<ul>
<li>3D DESKTOP EFFECTS
<ul>
<li>If you&#8217;ve done some research on Linux lately, you&#8217;ve probably come across a few <a href="http://youtube.com/watch?v=E4Fbk52Mk1w" target="_blank">videos</a> that show off some very impressive 3D visuals. It may not increase your productivity, but the integration of <a href="http://www.compiz-fusion.org/" target="_blank">Compiz Fusion</a> into Gutsy is sure to please many. If you have a slower system, however, there is no need to worry. The developers have thought this through, and if your system doesn&#8217;t have the graphical horsepower to take advantage of the beautiful, but taxing, aesthetics of Compiz Fusion, your system will automatically fall back onto the standard 2D desktop environment.</li>
</ul>
</li>
</ul>
<p><span id="more-233"></span></p>
<ul>
<li>FAST USER SWITCHING
<ul>
<li>If your Linux box also happens to be the family PC that&#8217;s used by just about everyone who walks into the house, then you might be pleased to hear that with this latest version of Ubuntu you will be able to switch between different users without having to repeatedly log out and re-enter your username and password. The security provided by passwords will still be there, but you won&#8217;t have to jump through nearly as many hoops to switch from one account to the next.</li>
</ul>
</li>
</ul>
<ul>
<li>BETTER SCREEN CONFIGURATION
<ul>
<li>Anyone who&#8217;s installed Linux on a variety of machines knows that it&#8217;s not always a hassle-free experiences. Fortunately, the Ubuntu developers know this and they&#8217;ve taken the time to try to correct the most common issues. Gutsy Gibbon comes equipped with a decent variety of drivers, including those for <a href="http://www.compiz-fusion.org/" target="_blank">ATI</a>, <a href="http://www.nvidia.com/page/home.html" target="_blank">nVidia</a>, and Intel graphics chips. In addition to proper support for the most popular cards, Gutsy is also far more intelligent when is comes to detecting multiple monitors and the like. On top of this, a lot of the configuration options and settings needed to properly set up a display (or two) have been taken out of the terminal and put into a user-friendly dialog box. However, let me tell you from personal experience that things still aren&#8217;t a 100% perfect; if you happen to have a rather obscure setup like I do (with two off-brand displays that connected to a PC via different interfaces), you might still have a little trouble getting it all to work seamlessly.</li>
</ul>
</li>
</ul>
<ul>
<li>FULLY AUTOMATED PRINTER INSTALLATION
<ul>
<li>This one is as simple as it sounds: plug the printer in, let Ubuntu detect and configure it, and your ready to go&#8230;</li>
</ul>
</li>
</ul>
<ul>
<li>COMPLETE NTFS SUPPORT
<ul>
<li>Practically every major operating system has its own file system: Windows prefers NTFS, Apple like HFS+, while Linux has EXT3. This creates an inherent problem. What if you want to take a file off of one system and put it on another to work on? In previous Ubuntu distros, you could read files from an NTFS system to edit them, but you couldn&#8217;t write them back onto their original drive. Once again, Gutsy Gibbon comes to the rescue. Thanks to the integration of the <a href="http://www.ntfs-3g.org/" target="_blank">NTFS-3g Project</a> into Ubuntu, version 7.10 now fully supports both reading as well as writing.</li>
</ul>
</li>
</ul>
<ul>
<li>BETTER POWER MANAGEMENT
<ul>
<li>Linux and laptops is either hit or miss; it either works or it doesn&#8217;t. One major source of frustration for some users is that Ubuntu might not properly interface with the hardware present in the machine. This can be especially troublesome when the hardware in question is the battery and its management. Gibbon&#8217;s new Linux kernel promises to go easy on both the battery as well as the user&#8217;s lap.</li>
</ul>
</li>
</ul>
<ul>
<li>HARD DISK ENCRYPTION
<ul>
<li>Data security is very important these days. Whether you work for the government or maintain a simple blog, having your data securely tucked away (and backed-up) is extremely important, and the Ubuntu guys know this. That&#8217;s why they&#8217;re offering an alternate system installer that will allow you to set up Ubuntu so that the entire disk is encrypted. Unfortunately, this will only protect you if your system is off. For some more hardcore protection, check out <a href="http://www.truecrypt.org/" target="_blank">TrueCrypt</a>.</li>
</ul>
</li>
</ul>
<p>Overall, Gutsy Gibbon is yet another solid step forward for Ubuntu. As others have already noted, Gibbon does a far better job of being ready to use right out of the box (so to speak), than Windows. If you&#8217;ve never used a Linux system before, then let me honestly say that Gibbon is the perfect stepping stone; it&#8217;s just as user-friendly as most Windows operating systems, and yet it doesn&#8217;t relinquish any of the power that Linux is known for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/10/gutsy-gibbon-linux-for-the-masses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit Photos Online with Picnik</title>
		<link>http://www.tech-talkers.com/index.php/2007/10/edit-photos-online-with-picnik/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/10/edit-photos-online-with-picnik/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 04:04:19 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[Picnik]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2007/10/03/edit-photos-online-with-picnik/</guid>
		<description><![CDATA[
Ever wondered what all the &#8220;Web 2.0&#8243; fuss is all about? Sure, it&#8217;s often described as the second generation of online services and applications designed to keep people social; but what does that actually mean for the average user? For an answer that leaves little doubt about the usefulness and inevitable need for powerful, interlinked [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/10/picnik1.png" alt="Picnik" /></p>
<p>Ever wondered what all the &#8220;Web 2.0&#8243; fuss is all about? Sure, it&#8217;s often described as the second generation of online services and applications designed to keep people social; but what does that actually mean for the average user? For an answer that leaves little doubt about the usefulness and inevitable need for powerful, interlinked web applications, check out <a href="http://www.picnik.com/" target="_blank">Picnik</a>.</p>
<p>Picnik &#8211; possibly the epitome of Web 2.0 &#8211; is the ultimate showcase when it comes to demonstrating that online applications can be just as fast and smooth as any local application. Picnik is a sophisticated, yet simple, photo-editing application, which has all the necessary features to easily outperform and outclass Vista&#8217;s <a href="http://www.microsoft.com/windows/products/windowsvista/features/details/photogallery.mspx" target="_blank">Photo Gallery</a> and Apple&#8217;s <a href="http://www.apple.com/ilife/iphoto/" target="_blank">iPhoto</a>.</p>
<p>Although there is no way that Picnik is going to convert anyone away from professional powerhouses such as Photoshop, it has enough elegance and grace to become a social networker&#8217;s best friend. Picnik is lightning fast thanks to the clever implementation of AJAX and Flash. Once you hit the &#8220;Fullscreen&#8221; button, there is no way to tell that Picnik is all the way up in the clouds, as they say.</p>
<p>After a quick and painless registration process, users are presented with a very simple tabbed interface that easily guides users through the process of uploading, manipulating, and sharing their creations. One of the things that makes Picnik such a powerful &#8220;Web 2.0&#8243; applications is that fact it is set up to seamlessly integrate with a most popular image sharing sites out there, including: <a href="http://flickr.com/" target="_blank">Flickr</a>, <a href="http://picasaweb.google.com/" target="_blank">Picasa Web Albums</a>, <a href="http://www.facebook.com" target="_blank">Facebook</a> and <a href="http://photobucket.com/" target="_blank">Photobucket</a>.</p>
<p><span id="more-217"></span></p>
<p>Uploading images is a piece of cake. Once a user hits the &#8220;Connect&#8221; button and enters their login credentials, it&#8217;s a synch to import images from any of the above mentioned networking sites. And if you&#8217;re not into the whole &#8220;Web 2.0&#8243; phenomena, then there&#8217;s plenty of other options at your disposal: either upload your images directly from a local directory, enter a URL, or snap a quick picture with your webcam. You can even search for images from within Picnik, using the <a href="http://www.yahoo.com" target="_blank">Yahoo Search</a> tools.</p>
<p>Once you&#8217;ve got they image you want into Picnik, you&#8217;ll be able to do all sorts of things to it; some good, some not so much. Obviously, all of the standard manipulation tools are present: Auto-fix, rotate, crop, resize, exposure and color correction, sharpen, and, of course, red-eye correction. But, if you really want to create something unique, then there&#8217;s a whole other tab waiting for you.</p>
<p>Under the &#8220;Create&#8221; tab, you&#8217;ll be able to apply a wide variety of &#8220;Effects.&#8221; If you&#8217;ve ever used <a href="http://www.adobe.com/products/photoshop/index.html" target="_blank">Photoshop</a> or any other photo editing package, then you should be pretty familiar with the range of filters that exist. Some are useful, while others are a complete joke. Besides just apply one (or more) of the 24 filters available, you&#8217;ll also be able to <strike>ruin</strike>, erh, enhance your images with text and shapes. To be fair, though, the power of each of these tools is pretty amazing; you&#8217;ll not only be able to choose the font and size you want, but also how align the text, what color to make it, and whether you&#8217;d like it to appear faded. Once you&#8217;ve added all the necessary shapes and text, you might want to add one of five different borders.</p>
<p>Another incredibly useful feature is the Undo &amp; Redo system. Any change you make to the image can be easily undone, and if need by, redone. The part that surprised me about the feature was that it&#8217;s not just limited to undoing one or two changes, like that sorry excuse for a photo editor called <a href="http://www.apple.com/ilife/iphoto/" target="_blank">iPhoto</a>. At one point, I was able to undo 12 changes I made to the image.</p>
<p>Once you&#8217;re all done editing, hit the last tab to save and share you photo with the world. At this point, <a href="http://www.picnik.com/" target="_blank">Picnik </a>doesn&#8217;t actually store images on the own service, but you can easily export your image back into <a href="http://flickr.com/" target="_blank">Flickr</a>, <a href="http://picasaweb.google.com/" target="_blank">Picasa Web Albums</a>, <a href="http://www.facebook.com">Facebook</a>, or <a href="http://www.photobucket.com/" target="_blank">Photobucket</a> gallaries. And if that isn&#8217;t the way that you wann go, then you can always save it locally, e-mail it, or send it off to an insane number of other sites, like: <a href="http://imageshack.us/" target="_blank">ImageShack</a>, <a href="http://www.freewebs.com/" target="_blank">Freewebs</a>, <a href="http://www.walmart.com/photo-center" target="_blank">Walmart Photos</a>, <a href="http://www.typepad.com/" target="_blank">TypePad</a>, <a href="http://www.costco.com/PhotoCenter/PhotoCenter.aspx" target="_blank">Costo Photo</a>, <a href="http://www.snapfish.com/" target="_blank">Snapfish</a>, <a href="http://www.tumblr.com/" target="_blank">Tumblr</a>, and <a href="http://www.smugmug.com/" target="_blank">SmugMug</a>, to name only a few.</p>
<p>Overall, <a href="http://www.picnik.com" target="_blank">Picnik</a> deserves to do well; it&#8217;s a good concept, that&#8217;s been executed really well. This is Picnik&#8217;s first week out of beta, and to celebrate the accomplishment, the developers have decided to grant everyone full access to all the features. So, go check it out while you can. At the end of the week, Picnik will cut off some of the more advanced features and make them part of their &#8220;Premium Feature Stream,&#8221; which will go for an easy $24.95 a year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/10/edit-photos-online-with-picnik/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FireStats: The Easy Way to Track Visitors</title>
		<link>http://www.tech-talkers.com/index.php/2007/09/firestats-the-easy-way-to-track-visitors/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/09/firestats-the-easy-way-to-track-visitors/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 19:25:17 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[FireStats]]></category>
		<category><![CDATA[Google-Analytics]]></category>
		<category><![CDATA[Tracking]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=188</guid>
		<description><![CDATA[&#160;

If you&#8217;re keen on tracking all activity on your site and you&#8217;d like to have access to those statistics locally, then FireStats might be just what you&#8217;ve been looking for. I&#8217;ve used the tool for a little over a year now, and I&#8217;ve been impressed with it right from the beginning when it was still [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in">&nbsp;</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/09/firestats_trac.jpg" alt="firestats_trac.jpg" /></p>
<p>If you&#8217;re keen on tracking all activity on your site and you&#8217;d like to have access to those statistics locally, then <a href="http://firestats.cc/" target="_blank">FireStats</a> might be just what you&#8217;ve been looking for. I&#8217;ve used the tool for a little over a year now, and I&#8217;ve been impressed with it right from the beginning when it was still in beta.</p>
<p>Most of the credit for this awesome little tool goes to Omry Yadan, who has done an outstanding job of maintaining the project. Omry pushes out regular updates, and also does an excellent job of documenting all changes and fixes. The <a href="http://firestats.cc/wiki/Download" target="_blank">latest stable version</a> of FireStats is 1.3.6, and development is still going strong.More&#8230;</p>
<p>Written entirely in PHP, and with plenty of Ajax support wherever possible, FireStats provides all the essentials and a bit more. There are plenty of tracking tools on the Net, but many, like <a href="https://www.google.com/analytics/" target="_blank">Google Analytics</a> (which I also use) don&#8217;t afford the user any privacy protection. Since FireStats resides locally on a users server, you can be assured that no unwanted information will be send to any third party – not that I don&#8217;t trust Google, but it&#8217;s nice to have complete control over all of your data.</p>
<p><span id="more-188"></span></p>
<p>Besides protecting a user&#8217;s privacy, FireStats will provide users with all of the following:</p>
<ul>
<li>  Basic hit statistics, including 	all hits since installation, and all hits in the last 24 hours.</li>
</ul>
<ul>
<li>
<p style="margin-bottom: 0in">Recent pages visited by your 	traffic.</p>
</li>
<li>
<p style="margin-bottom: 0in">Recent referrers.</p>
</li>
<li>
<p style="margin-bottom: 0in">Complete breakdown of browsers and 	operating systems used; all organized very neatly in a number of 	tree lists.</p>
</li>
<li>
<p style="margin-bottom: 0in">IP origin analysis to determine 	the nationality of visitors.</p>
</li>
<li>
<p style="margin-bottom: 0in">List of search engine entries used 	to arrive at your site.</p>
</li>
<li>
<p style="margin-bottom: 0in">The ability to exclude unwanted 	visitors from the statistics. This can be done by IP, as well as by 	user-agent.</p>
</li>
<li>
<p style="margin-bottom: 0in">The ability to add statistics to 	the Wordpress sidebar and/or footer.</p>
</li>
<li>
<p style="margin-bottom: 0in">Publicize nationality of comment 	posters.</p>
</li>
</ul>
<p style="margin-bottom: 0in">Another cool thing about FireStats is that it&#8217;s not platform specific. As longs as your site is coded in PHP, you&#8217;re free to use the standalone version. FireStats will also integrate nicely into any of the following content management systems: Django, Drupal, Gallery2, Gregarius, Joomla, MediaWiki, Trac, and, of course, Wordpress.</p>
<p style="margin-bottom: 0in">Check out the <a href="http://firestats.cc/wiki/Demo" target="_blank">Live Demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/09/firestats-the-easy-way-to-track-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjusting to Vista</title>
		<link>http://www.tech-talkers.com/index.php/2007/08/adjusting-to-vista/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/08/adjusting-to-vista/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 19:45:56 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=151</guid>
		<description><![CDATA[
Despite having posted a variety of articles on Vista, I’ve had only limited access to the new operating system until recently when I purchased a new HP DV6500t laptop. The laptop came with Vista, and as such it has offered me the opportunity to some more exploring. Having spent two weeks with Vista now, there [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2006/12/500px-windows_vista.jpg" alt="Logo" /></p>
<p>Despite having posted a variety of articles on Vista, I’ve had only limited access to the new operating system until recently when I purchased a new HP DV6500t laptop. The laptop came with Vista, and as such it has offered me the opportunity to some more exploring. Having spent two weeks with Vista now, there are things I like and, perhaps obviously, things I don&#8217;t. If you’re used to XP, like I am, then switching will present a certain number of adaptive challenges; below are some of my biggest qualms.</p>
<p><strong>THE CONTROL PANEL<br />
</strong><br />
<a href="http://www.tech-talkers.com/wp-content/uploads/2007/08/cp.jpg" title="cp.jpg" rel="lightbox"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/08/cp.thumbnail.jpg" alt="cp.jpg" align="left" /></a>One of the things that bugs me most in Vista is the fact the Microsoft somehow decided that it would be good idea to completely reorganize the control panel in what seems to be an attempt at making it easier to use. Well, that didn’t work; for anyone who is used to the setup and organization of XP, trying to do something simple, like adding and removing programs, can be quite a chore. In Windows XP, performing this task was easily accomplished by hitting “Add and Remove Programs” in the control panel. Easy enough, right? Well, in Vista it took me a whole lot longer to do than I’d care to admit. The biggest problem I had was getting to the right place. As it turns out, “Add and Remove Programs” has been renamed to “Programs and Features.” Who&#8217;s bright idea was that?</p>
<p>Another change that I honestly don’t get is the removal of “Display” from the control panel. Don’t get me wrong, you can still modify all of the usual suspects, like resolution, themes, screen savers and appearances, but in order to do so you’ll have to head over to something called, get this, “Personalize.” And once you’ve figured this out and you’ve hit the icon, you’ll notice that the trusty old tabbed dialog box no longer exists in Vista as it did in XP. Instead, you simply delve deeper into the control panel.</p>
<p><span id="more-151"></span></p>
<p>Luckily, the rest of the icons and settings in the Vista control panel remain pretty much the same as they were in XP, but that which has changed is quite is annoying to re-locate, especially for “old skool” Windows users. Obviously, these are only petty complaints that most users will probably get used to pretty quick, but, nonetheless, if you’ve spent almost every waking hour on an XP system for the past half decade, it’s really annoying (and embarrassing) to be unable to quickly amend settings. On top of all this, I find that the changes don’t even make it any easier to get the job done.</p>
<p><strong>FILE EXPLORER</strong></p>
<p>Another rather large complaint that I have about Vista is that the “File Browser,” or whatever you might want to call this unnamed application, underwent major changes as well, and once again, I’m not too happy about what Microsoft has done. If you’ve spent any time with Vista, you probably know what I’m talking about.</p>
<p><img src="http://www.tech-talkers.com/wp-content/uploads/2007/08/up.jpg" alt="up" align="left" />First of all, why the hell mess with something that really isn’t broken? As a self-proclaimed computer geek, I spend a lot of time in the XP file browser, and I’ve gotten quite used to its already simple interface. One of the most used buttons in the XP version is the “Up” button, which allows me to move up the parent folder of the folder that I&#8217;m currently in. What Microsoft has done in a(n) (failed) attempt to “enhance” my computing experience is to get rid of this beloved button, and replace is with a dynamic address bar. Sure, it might be more noob friendly, but, in my opinion, it’s easier to just keep pounding the “Up” button to get where I want to be—but hey, maybe that&#8217;s just me…</p>
<p>If you want to make the Vista file explorer look and feel more like the XP version, head over to the “Folder and Search Options,” found in the “Organize” drop-down menu, and try changing a few things around. The same options menu can also be found in the Control Panel, and there it&#8217;s called “Folder Options.” Is it so hard to stay consistent?</p>
<p>I can understand that Microsoft would like to make the operating system friendlier, but the least that they could have done is include an option to revert back to the old, “Classic” scheme, much like you can with the themes.</p>
<p><strong>USER ACCOUNT CONTROL (UAC)</strong></p>
<p>Wikipedia describes User Account Control as a system infrastructure that “aims to improve the security of Windows by limiting applications to standard user privileges until an administrator authorizes an increase in privilege level. In this way, only applications that the user trusts receive higher privileges, and malware is kept from receiving privileges necessary to wreak havoc on the operating system.” Translation: it’s a nuisance for the experienced user.</p>
<p>If you are a new PC user and Vista is the first operating system that you have ever used, then this might be a pretty good security infrastructure to keep in place; if you didn’t launch an application and UAC pops up, then you know something, somewhere is up to no good. However, there is a huge drawback to UAC. It has the tendency to pop up with every keystroke, especially on a clean install, and this is sure to piss people off. All users, old or new, will eventually succumb to “pop-up fatigue,” meaning that every pop-up will be met with the same general response, either yes, no, or ignore—think of it as having Windows cry wolf far too many times.</p>
<p>If you know what you are doing, you shouldn’t have too much of a security problem if you just turn off UAC; in fact, I will go as far as to say that everyone will be better off with it turned off, because the level of annoyance it creates far outweighs the benefits. Just get a good anti-virus application instead.</p>
<p><strong>SO WHAT DO I LIKE IN VISTA?</strong></p>
<p>Good question! Vista is slower than XP, it&#8217;s not really any user friendlier, and it doesn’t really keep you safer in any meaningful way. So, there really isn’t that much to warrant a switch from XP—besides maybe the eye-candy.</p>
<p>Oh wait, there is one thing. Having a search bar built into the start menu is actually really convenient. It makes it a lot easier to find a specific application or file&#8230;And that&#8217;s really about it as far as I&#8217;m concerned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/08/adjusting-to-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
