<?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>Mad Rants &#187; Guides</title>
	<atom:link href="http://codylogan.net/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://codylogan.net</link>
	<description>Randomosity at its randomest</description>
	<lastBuildDate>Thu, 14 Apr 2011 16:30:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SSH into a Windows computer</title>
		<link>http://codylogan.net/2011/04/14/ssh-into-a-windows-computer/</link>
		<comments>http://codylogan.net/2011/04/14/ssh-into-a-windows-computer/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 16:30:36 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codylogan.net/?p=601</guid>
		<description><![CDATA[So you&#8217;re cruising along in Linux, happily using SSH to tunnel into every server you have access to, and suddenly you realize you need to get a file on your Windows computer. Sure, you could set up a remote desktop client like LogMeIn or GoToMyPC, but it&#8217;s just so simple to use SSH. But Windows [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re cruising along in Linux, happily using <acronym title="Secure Shell">SSH</acronym> to tunnel into every server you have access to, and suddenly you realize you need to get a file on your Windows computer. Sure, you could set up a remote desktop client like <a href="http://www.logmein.com/">LogMeIn</a> or <a href="http://www.gotomypc.com/">GoToMyPC</a>, but it&#8217;s just so simple to use SSH. But Windows only has telnet, which is not only disabled by default but horribly insecure to boot.</p>
<p>The solution is simple: <a href="http://cygwin.com/">Cygwin</a>.</p>
<p>Cygwin provides access to a plethora tools you might find on your average Linux system, including an SSH server and related tools. I won&#8217;t go into the gory details of getting it up and running, as Gina Trapani of Lifehacker fame has already written <a title="Geek to Live: Set up a personal, home SSH server" href="http://lifehacker.com/#!205090/geek-to-live--set-up-a-personal-home-ssh-server">a wonderful tutorial</a> on this very topic. It&#8217;s an old article (from 2006), but it should still be accurate as far as all the steps go.</p>
<p>One thing you may notice if you&#8217;re running Windows Vista or Windows 7 is the addition of a mysterious user account called Privileged Server on your login screen. When SSH was being set up in Cygwin, a separate user was created for the SSH server, presumably so you couldn&#8217;t muck up too much on your own account when tunneling into your computer. It&#8217;s supposed to be there, but it may be kind of annoying to have a user account you&#8217;re never going to directly access taking up space on your login page. This can be fixed using the registry, but don&#8217;t edit it if you&#8217;re not entirely sure what you&#8217;re doing. Screwing up the registry can potentially result in irreparable damage to your Windows installation, computer hardware, and personal relationships. Yes, it&#8217;s that powerful. (I&#8217;m kidding.)</p>
<p>First things first, open up regedit via either the search box in the Start menu or the Run dialog. Once it&#8217;s open, navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon. Right-click on Winlogon in the tree directory (left panel) and select New&gt;Key. Type SpecialAccounts in the box that appears and hit Enter. Again in the tree directory, right-click on SpecialAccounts and create a new key titled UserList. (Note: these keys may already exist. In that case, simply click to enter them.)</p>
<p>Now, in UserList, right-click in the right panel and select New&gt;DWORD (32-bit) Value. Name it cyg_server. (Note: I believe this is the account name, but you can double-check by right-clicking on My Computer, selecting Properties, then Advanced Properties, and clicking the Settings button under User Profiles. There may be a number of profiles there other than your personal account, but the SSH server likely has cyg somewhere in the name.)</p>
<p>Double-clicking on the value name will allow you to modify the data contained within. The default of 0 hides the account from the login screen, but you can show it again by changing that to 1.</p>
<p>Now you can exit out of regedit and log out or restart your computer to see the login screen sans Privileged Server! Congratulations, you are now a computer wizard. You may now put on your robe and hat.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2011/04/14/ssh-into-a-windows-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to easily upgrade WordPress</title>
		<link>http://codylogan.net/2008/02/07/how-to-easily-upgrade-wordpress/</link>
		<comments>http://codylogan.net/2008/02/07/how-to-easily-upgrade-wordpress/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 19:48:39 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://codylogan.net/2008/02/07/how-to-easily-upgrade-wordpress/</guid>
		<description><![CDATA[If you&#8217;re like me and run your own copy of WordPress that&#8217;s not actually hosted by WordPress.com, upgrading can be a little bit annoying, especially with the minor security fixes that come out every so often. Luckily, there&#8217;s a fairly easy way to do this, as Zack of All Trades illustrates. You can do this [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me and run your own copy of WordPress that&#8217;s not actually hosted by WordPress.com, upgrading can be a little bit annoying, especially with the minor security fixes that come out every so often. Luckily, there&#8217;s a fairly easy way to do this, as <a href="http://zackofalltrades.com/2007/06/quick-guide-to-using-diff-and-patch-to-update-a-wordpress-weblog/" title="Quick Guide to using diff and patch to update a WordPress Weblog">Zack of All Trades</a> illustrates. You can do this if you have access to an SSH or Telnet shell. Some hosts don&#8217;t offer it, but others do, so you&#8217;ll need to check with your web host to see if you can access your account via a shell client. It&#8217;s is not for the weak of heart.</p>
<p>I wouldn&#8217;t recommend this method for major upgrades, but I suppose it&#8217;d work out just fine. I&#8217;ve used it for the past few minor updates and it&#8217;s been great. Less time spent using an FTP client and more time spent&#8230;uh&#8230;writing, I suppose. Maybe. Sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2008/02/07/how-to-easily-upgrade-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Missing recent documents in Vista</title>
		<link>http://codylogan.net/2008/01/15/recent-documents-in-vista/</link>
		<comments>http://codylogan.net/2008/01/15/recent-documents-in-vista/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 20:13:15 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Home Premium]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codylogan.net/2008/01/15/recent-documents-in-vista/</guid>
		<description><![CDATA[This may be an unusual problem, but I figured I&#8217;d post a how-to just in case. Anyways, ever since I installed Microsoft Office 2007 on my copy of Windows Vista Home Premium I have been unable to view recent documents. Normally, there&#8217;s a list of documents you&#8217;ve opened that shows up in a few places [...]]]></description>
			<content:encoded><![CDATA[<p>This may be an unusual problem, but I figured I&#8217;d post a how-to just in case. Anyways, ever since I installed Microsoft Office 2007 on my copy of Windows Vista Home Premium I have been unable to view recent documents. Normally, there&#8217;s a list of documents you&#8217;ve opened that shows up in a few places in Windows, including all the Office programs. For me, it has always been grayed out. Why? Apparently, my administrator (a.k.a. me) disallowed recent document history using group policy. Now, since I had done no such thing, it must have been something Windows did on its own. Or something. My copy of Windows is really screwed up.</p>
<p>Anyways, I know all about group policy. On any other version of Windows, you could simply go to your Start men, and type &#8220;gpedit.msc&#8221; (no quotes) in the Run box. Here&#8217;s a <a href="http://www.softwaretipsandtricks.com/windowsxp/articles/448/1/No-recent-documents-history">short tutorial</a> for this on Windows XP and earlier. It should also work on Vista Business, Enterprise, and Ultimate. Unfortunately, you can&#8217;t use gpedit.msc to edit group policy on Vista Home Basic or Home Premium. Instead, you have to directly edit the registry. Don&#8217;t panic! I&#8217;ll guide you through. But always be sure to make a backup before editing the registry. This is easily done by clicking File>Export&#8230; in the Registry Editor and selecting &#8220;All&#8221; at the bottom of the screen that comes up. Do it now. Do it.</p>
<p>Go ahead and open up the Registry Editor by typing &#8220;regedit&#8221; (no quotes) in your Start menu search box and pressing enter. Find the following registry key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. (HKCU stands for HKEY_CURRENT_USER.) Double-click on the value inside the key labeled &#8220;NoRecentDocsHistory&#8221;. Change the 1 to 0. If it&#8217;s already 0, you don&#8217;t even need this tutorial and have wasted five minutes of your life. Way to go.</p>
<p>Anyways, now that you&#8217;ve edited this value, you should be able to view recent documents in Office programs and Windows itself. At the very least, you can actually edit the recent documents options in Windows and Office. Hopefully this will be helpful to someone. Maybe I just have strange computer problems that never show up for anyone else&#8230; And if I was too technical or confusing in this guide, feel free to leave me a comment.</p>
<p>Finally, if you&#8217;re interested in editing more group policy stuff in Vista Home Basic or Home Premium, I suggest downloading <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=41dc179b-3328-4350-ade1-c0d9289f09ef&#038;DisplayLang=en">this Excel spreadsheet</a> from Microsoft, which lists all the group policy settings and their corresponding registry keys. Very useful, especially without gpedit.msc (which is basically an easier to use interface for these particular registry keys). Or you could spring for Vista Ultimate.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2008/01/15/recent-documents-in-vista/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>FAT32 to NTFS</title>
		<link>http://codylogan.net/2007/05/21/fat32-to-ntfs/</link>
		<comments>http://codylogan.net/2007/05/21/fat32-to-ntfs/#comments</comments>
		<pubDate>Mon, 21 May 2007 17:04:29 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[useful-tip]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codylogan.net/2007/05/21/fat32-to-ntfs/</guid>
		<description><![CDATA[NTFS is the file system of choice for Windows operating systems based off the NT kernel. It&#8217;s popularly used in Windows 2000, XP, and Vista, among others. It replaced FAT32, which was used by previous Windows and MS-DOS operating systems, such as Windows 95 and 98. Why use NTFS? Well, there are plenty of good [...]]]></description>
			<content:encoded><![CDATA[<p>NTFS is the file system of choice for Windows operating systems based off the NT kernel. It&#8217;s popularly used in Windows 2000, XP, and Vista, among others. It replaced FAT32, which was used by previous Windows and MS-DOS operating systems, such as Windows 95 and 98.</p>
<p>Why use NTFS? Well, there are plenty of good reasons, such as metadata and larger file sizes. FAT32 limited filesize to 4 GB, but it&#8217;s nigh-unlimited in NTFS. However, FAT32 has a bonus over  NTFS in that it is easily read by other operating systems, such as Linux and Mac OS. Both other operating systems can only read NTFS partitions, so special software or drivers must be installed in order to give write access. That&#8217;s really the only advantage, but it doesn&#8217;t beat the 4 GB filesize limit or the 32 GB partition limit inherent in FAT32, making NTFS the all-around better choice if you just use Windows.</p>
<p><span id="more-120"></span></p>
<p>History lesson aside, how do you go about converting a FAT32 partition to NTFS? That&#8217;s rather easy, and it involves Windows&#8217; convert utility. This tutorial should work in Windows XP as well as Windows Vista.</p>
<p>First off, click on the Start button and click Run (or just click in the search box in Vista). Type in &#8216;cmd.exe&#8217; and hit Enter. Note: in Vista, you&#8217;ll need to hit Ctrl+Shift+Enter in order to get the Administrator privileges necessary to run the convert utility.</p>
<p>When the command prompt pops up, type in the following:</p>
<p class="code">convert volume /fs:ntfs</p>
<p>replacing &#8216;volume&#8217; with the drive letter of the volume you want to convert. So, if I was to convert my drive E to NTFS, I&#8217;d type:</p>
<p class="code">convert e: /fs:ntfs</p>
<p>Hit Enter after typing this and wait for Windows to work. If the drive is being used, Windows will prompt you to restart so it can convert during the start-up process. Otherwise, it will work for a while and give you the all-clear. Also, if you&#8217;re wondering what else the convert utility can do, just type &#8216;convert /?&#8217; and it will display a list of useful commands.</p>
<p>Now, say you want to convert NTFS to FAT32. Well, I really have no idea why you&#8217;d want to do this (unless you want interoperability between Windows and Linux and/or Mac OS), but it&#8217;s not as simple as typing a few things in the command line. In order to go from NTFS to FAT32, you&#8217;d need to buy a program like Partition Magic to do it or simply backup your data, erase the partition, and reformat it as FAT32, which could cause major headaches. My advice is to stick with NTFS unless you really need the compatibility FAT32 offers.</p>
<p>Anyways, there&#8217;s my little tutorial. If you run into problems, I suppose you could bug me about them, especially if my tutorial is incomplete or flawed. I&#8217;d hate to have something bad happen because I was wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2007/05/21/fat32-to-ntfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SendTo folder in Vista</title>
		<link>http://codylogan.net/2007/04/12/sendto-folder-in-vista/</link>
		<comments>http://codylogan.net/2007/04/12/sendto-folder-in-vista/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 23:33:55 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[useful-tip]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codylogan.net/2007/04/12/sendto-folder-in-vista/</guid>
		<description><![CDATA[So, you just got Windows Vista and you&#8217;re looking to trick it out as much as you can. If you&#8217;re a power user like me, this includes putting some shortcuts in the SendTo folder. In XP, this was easy. You went to Documents and Settings, your user profile folder, and the SendTo folder was right [...]]]></description>
			<content:encoded><![CDATA[<p>So, you just got Windows Vista and you&#8217;re looking to trick it out as much as you can. If you&#8217;re a power user like me, this includes putting some shortcuts in the SendTo folder. In XP, this was easy. You went to Documents and Settings, your user profile folder, and the SendTo folder was right in there. Alas, it&#8217;s nowhere as easy as that in Vista. Yes, the folder exists, but it&#8217;s deeper in your User folder. Much deeper. But have no fear! I&#8217;ve got the perfect solution for you.</p>
<p>1. Make a shortcut by right-clicking on the program you want a shortcut to and selecting Create Shortcut. Rename it as you see fit.</p>
<p>2. Click the Start orb and click in the quick search box. Type in &#8220;shell:sendto&#8221; (without the quotes). Press enter.</p>
<p>3. Copy the shortcut made in step 1 to the folder that popped up in step 2 and you&#8217;re all done.</p>
<p>Now, if you want to send a file to this program (the program I did this for is Emacs), right click on the file, go to Send To, and select your program. How easy was that? (Don&#8217;t answer.)</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2007/04/12/sendto-folder-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser sniffing</title>
		<link>http://codylogan.net/2007/02/06/browser-sniffing/</link>
		<comments>http://codylogan.net/2007/02/06/browser-sniffing/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 20:16:31 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Internet-Explorer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://codylogan.net/blog/?p=58</guid>
		<description><![CDATA[There are quite a few browsers out there, but they are, for the most part, pretty much the same. The only major differences are in their rendering engines, that is, the code that allows them to display web pages. The most popular one is Gecko, which is used by Firefox, Mozilla, and Netscape. Another is [...]]]></description>
			<content:encoded><![CDATA[<p>There are quite a few browsers out there, but they are, for the most part, pretty much the same. The only major differences are in their rendering engines, that is, the code that allows them to display web pages. The most popular one is Gecko, which is used by Firefox, Mozilla, and Netscape. Another is Presto, used by Opera. Finally, there is Trident, the layout engine used by Internet Explorer. Of course there are others, but this isn&#8217;t a post about layout engines. You&#8217;ve got <a href="http://www.wikipedia.org">Wikipedia</a> for that.</p>
<p>Anyways, the rendering (or layout) engine of a browser determines how HTML and CSS are displayed. Most browsers display things similarly, but not Internet Explorer. IE has always been the black sheep of the browser family, preferring proprietary functions (such as ActiveX) to standards. Of course, no browser is completely standards-compliant, but IE is as far off as it can get. The most recent version, IE7, has solved quite a few problems, especially with CSS, but it can still be a hassle to code a website that will work perfectly in all browsers. The problem is that IE is still the most used browser. If your site doesn&#8217;t work in IE, you&#8217;re going to have a lot of people who will steer clear of it.</p>
<p>The answer? Well, you could just eliminate anything in your site that&#8217;s causing problems with IE. Or, you could let web surfers know about Firefox. Chances are that the only reason most people are still using IE is that they don&#8217;t know about any alternatives. Read on to see an easy way to let IE users know they should switch to Firefox while allowing non-IE users to continue on with no trouble.</p>
<p><span id="more-58"></span></p>
<p>First off, get an account at <a href="http://www.spreadfirefox.com/">Spread Firefox</a>. Well, you don&#8217;t really have to, but the site gives you a bunch of tools for spreading the word about the browser. Plus you can get cool buttons, complete with an affiliate link that will gain you points every time a person clicks on it. These points can get you prizes and visibility which can drive traffic to your site.</p>
<p>Next, create a text file with the following PHP code inside it, positioned before the opening html tag:</p>
<p class="code">
&lt;?php<br />
if(strpos($_SERVER['HTTP_USER_AGENT'],&#8217;MSIE&#8217;)===false)<br />
{<br />
header(&#8216;Location: http://www.yoursite.com/&#8217;);<br />
exit();<br />
}<br />
?&gt;
</p>
<p>Now, change the link to whatever you want. Put the rest of your website in with a warning about IE, a link to download Firefox (the affiliate link you got from Spread Firefox), and a link to continue on to your site. Finally, save this file as a .php file, such as index.php. This is necessary so that the code is recognized as a PHP script, and not simply HTML.</p>
<p>In order to get this fully working, you should make the existing front page of your website index2.htm, or index2.php (depending on what extension it already is) and modifying any links to the home page in the site to point to index2, so IE users aren&#8217;t constantly reminded to get Firefox.</p>
<p>Now, whenever an IE user visits your site, this page will show up. But if person using Firefox, Netscape, Safari, Opera, or any other browser that doesn&#8217;t use IE&#8217;s layout engine visits the site, they&#8217;ll be redirect to the URL you specified in the PHP code. This is just a basic tutorial on implementing this, and there are ways to do it in other programming languages as well. Experiment with it and see what you can come up with.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2007/02/06/browser-sniffing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google for Dummies</title>
		<link>http://codylogan.net/2007/01/24/google-for-dummies/</link>
		<comments>http://codylogan.net/2007/01/24/google-for-dummies/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 20:20:13 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Guides]]></category>

		<guid isPermaLink="false">http://codylogan.net/blog/?p=48</guid>
		<description><![CDATA[I&#8217;m taking a page from ItsMnM with this (and hopefully future) guides. This particular one was originally intended as an entry in their contest, but I decided against submitting it. And now I am submitting it. I just can&#8217;t make up my mind. Anyways, enough history. MRoaRG proudly presents: 5 Things You Can Do With [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking a page from <a href="http://www.itsmnm.net" title="Where the two M's rule">ItsMnM</a> with this (and hopefully future) guides. This particular one was originally intended as an entry in their <a href="http://www.itsmnm.net/contest/" title="Contest action!">contest</a>, but I decided against submitting it. And now I am submitting it. I just can&#8217;t make up my mind. Anyways, enough history. MRoaRG proudly presents:</p>
<p><strong>5 Things You Can Do With Google (that I bet you had no clue you could do)</strong></p>
<p>This is first and foremost a guide for complete newbies. In other words, if you know what Google bombing and Google whacking are (and how to do both), you shouldn&#8217;t be reading this. Anyways, Google is, hands-down, the most useful thing you can find on the Internet. Except maybe Wikipedia. There&#8217;s really no end to what you can do with Google services, but this guide is mainly concerned with the various uses of the basic Google search. These are in no particular order, just so you know.</p>
<ol>
<li><strong>Define words</strong>: When using the Google search box (be it the one on the <a href="http://www.google.com" title="Go go Google gadget!">Google homepage</a>, or one in a third-party program like Firefox or Internet Explorer), simply type in &#8220;define:&#8221; followed the the word you wish to have defined. Google will bring up a page of definitions for your word gleaned from online dictionaries from across the Web. So, typing &#8220;define: love&#8221; (without the quotes) will bring up any definitions of love that Google can find.</li>
<li><strong>Perform calculations</strong>: Can&#8217;t find a calculator and are too lazy to use the one in Windows? Simply type in your math problem in Google, press enter, and it will solve it for you. The Google calculator can do basic math functions (add, subtract, divide, and multiply) as well as more advanced functions (such as square roots), units of measure and conversion, and finally give you the values for physical constants (try typing &#8220;pi&#8221; in the search box and see what you get). So, typing in &#8220;(sqrt(4)*3)-1&#8243; (again, no quotes) in Google will return an answer of 5.</li>
<li><strong>Convert currency</strong>: Figuring out just how much your buck is work in Grenada has never been so easy. Type in the currency conversion you want to figure out and Google does all the work. So, if you need to find the number of British pounds sterling in US$10.54, type in &#8220;$10.54 in British pounds&#8221; (or any variant of pounds; for instance, GBP works, as well as pounds), which returns an answer of about 5.37 British pounds.</li>
<li><strong>Find movie times</strong>: Forget the newspaper. Google is an easier way to find up-to-date movie times for theaters anywhere. There are many ways to do this, but my favorite is by zip code. Other ways to find movie times include using the movie title or simply typing in the search term &#8220;movies.&#8221; Anyways, if you were to use the zip code method, you would type in &#8220;movies xxxxx&#8221; where xxxxx is your five-digit zip code. Google will then return movie times for the theaters nearest to that zip code.</li>
<li><strong>Check the weather</strong>: Again, why wait for the newspaper when you&#8217;ve got Google? It will give you a four-day forecast (as well as current weather conditions) easily. Type in &#8220;weather&#8221; followed either by your city and state  or zip code. So, checking the weather in Beverly Hills would either turn out to be &#8220;weather 90210&#8243; or &#8220;weather beverly hills.&#8221; Google returns the results right at the top and off you go.</li>
</ol>
<p>There are, of course, more things Google can do for you, but these are the five I&#8217;ve found to be most useful. Yes, it does seem like Google will one day rule the world. I won&#8217;t mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://codylogan.net/2007/01/24/google-for-dummies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

