<?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>Samanathon.com</title>
	<atom:link href="http://samanathon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samanathon.com</link>
	<description>Windows Tips, Tricks and Hacks</description>
	<lastBuildDate>Wed, 01 Jul 2009 01:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Install Microsoft Office 2007 In Ubuntu 9.04</title>
		<link>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-9-04/</link>
		<comments>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-9-04/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 22:10:25 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=730</guid>
		<description><![CDATA[This step-by-step walk through details installing Microsoft Office 2007 Professional on Ubuntu 9.04, "Intrepid Ibex".]]></description>
			<content:encoded><![CDATA[<p>I have to admit that I absolutely love <a title="Microsoft Office Professional 2007" href="http://office.microsoft.com/en-us/suites/FX101674091033.aspx">Office 12</a>, I&#8217;ve <a title="A step-by-step walk through details installing Microsoft Office 2007 Professional on Ubuntu 8.04." href="http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-804/">be using it on Ubuntu since 8.04</a> and OpenOffice just doesn’t compare! So, I needed to install Office 2007 onto Ubuntu 9.04 (as I did a clean install). If you do too, follow along with my handy guide!</p>
<h3>Uninstall Previous Versions Of Wine</h3>
<p>For some odd reason, Office 2007 will not run on a version of Wine above 1.1.14. For that reason, if you currently have Wine installed, uninstall it by follow these steps:</p>
<ol>
<li>Open the terminal.</li>
<li>Enter the following:<br />
<code>sudo apt-get remove wine</code></li>
<li>Remove the hidden Wine folder by entering the following into the terminal:<br />
<code>rm -rf ~/.wine</code></li>
</ol>
<h3>Install Wine</h3>
<p>I&#8217;ll be using Wine 1.1.14 as I know it works.</p>
<ol>
<li>Open Firefox and navigate to the <a href="http://wine.budgetdedicated.com/archive/index.html">The WineHQ .deb Packages Archives</a> and download <strong>Wine 1.1.14</strong> for your system architecture.</li>
<li>Install the .deb</li>
<li>You will see a dialog box that reads: &#8220;An older version is available in the software channel.&#8221;<br />
<img class="alignnone" title="Older version in software channel" src="http://samanathon.com/images/9.04-wine-office-older.png" alt="" width="471" height="173" /></li>
<li>Click the &#8220;Close&#8221; button.</li>
<li>Click the &#8220;Install Package&#8221; button.<br />
<img class="alignnone" title="Wine Installer" src="http://samanathon.com/images/9.04-wine-office-package-installer.png" alt="" width="550" height="400" /></li>
<li>Enter your password to install Wine.</li>
</ol>
<h3>Install Microsoft Office 2007</h3>
<p>Now the fun part!</p>
<ol>
<li>Insert your Microsoft Office 2007 install disc into your computer&#8217;s CD-ROM drive.</li>
<li>Look for the <strong>setup.exe</strong> executable.</li>
<li>Right-click the installer and click &#8220;Open with other application&#8221;</li>
<li>Choose <em>Wine Windows Program Loader</em>.</li>
<li>Enter your serial number.</li>
<li>Accept the User Agreement.</li>
<li>Click the large &#8220;Install Now&#8221; button<br />
<img title="Install Office 2007" src="../../images/9.04-wine-office-install-office.png" alt="" width="613" height="497" /><br />
If you click the <em>Customize</em> button, you can chose which components you want to install. You can also enter your name, initials and company name. This information will be embedded into every document that you create, just like in the PC version.<br />
<img class="alignnone" title="Options" src="http://samanathon.com/images/9.04-wine-office-options.png" alt="" width="613" height="497" /></p>
<p><img class="alignnone" title="Progress Bar" src="http://samanathon.com/images/9.04-wine-office-progress-bar.png" alt="" width="613" height="497" /></p>
<p><img class="alignnone" title="Installation Complete" src="http://samanathon.com/images/9.04-wine-office-complete.png" alt="" width="613" height="497" /></li>
</ol>
<h3>Install Winetricks</h3>
<ol>
<li>Switch back to the terminal and enter the following:<br />
<code>sudo wget www.kegel.com/wine/winetricks</code></li>
<li>Once complete, enter this command:<br />
<code>sudo apt-get install cabextract</code></li>
<li>Enter the following:<br />
<code>sh winetricks corefonts tahoma vcrun2005sp1 wsh56js</code></li>
<li>Agree the Visual C++ license agreement.<br />
<img class="alignnone" title="Visual C++" src="http://samanathon.com/images/9.04-wine-office-install-c++.png" alt="" width="375" height="325" /></li>
<li>Click the &#8220;Yes&#8221; button to install Windows Script 5.6<br />
<img class="alignnone" title="Windows Script 5.6" src="http://samanathon.com/images/9.04-wine-office-install-windows script.png" alt="" width="333" height="82" /></li>
<li>Agree to the license agreement.</li>
</ol>
<h3>Configure Wine</h3>
<ol>
<li>Enter the following into the terminal:<br />
<code>winecfg</code></li>
<li>Switch to the <em>Libraries</em> tab<br />
<img class="alignnone" title="Libraries Tab" src="http://samanathon.com/images/9.04-wine-office-libraries.png" alt="" width="408" height="542" /></li>
<li>In the <em>New override for libraries</em> combo box, enter: <strong>riched20</strong> and click the &#8220;Add&#8221; button</li>
<li>With <em>riched20</em> highlighted, click the &#8220;Edit&#8221; button.</li>
<li>Select the &#8220;Native (Windows)&#8221; radio button and click the &#8220;OK&#8221; button.<br />
<img class="alignnone" title="Override" src="http://samanathon.com/images/9.04-wine-office-install-override.png" alt="" width="165" height="150" /></li>
<li> Enter <strong>usp10</strong> into the <em>New override for libraries</em> combo box.</li>
<li>Click the &#8220;OK&#8221; button to close the <em>Wine configuration</em> dialog box.</li>
</ol>
<h3>Test Microsoft Office 2007</h3>
<p>All of the Microsoft Office applications should now have appeared in your application menu: <em>Applications-&gt;Wine</em>-&gt;<em>Programs</em>-&gt;<em>Microsoft Office</em>
<p><strong><em>Advertisement</em></strong>:  <a href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&#038;friendID=228665208">Add Saman as a friend on MySpace</a><em> </em><br />Are you a MySpace user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Passes the Acid2 Browser Test!</title>
		<link>http://samanathon.com/internet-explorer-8-passes-the-acid2-browser-test/</link>
		<comments>http://samanathon.com/internet-explorer-8-passes-the-acid2-browser-test/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 18:32:41 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=712</guid>
		<description><![CDATA[Microsoft finally releases a standards-compliant browser!]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Microsoft just made the <a title="Download Internet Explorer 8" href="https://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">official release of Internet Explorer 8</a> available to the public. This new version boasts new features and, best of all, passes the <a title="Acid2 is a test page, written to help browser vendors ensure proper support for web standards in their products." href="http://www.webstandards.org/action/acid2/">Acid2 Browser Compatibility Test</a>! This is the first version of IE to pass this test!</p>
<h3>What is The Acid2 Browser Compatibility Test?</h3>
<p>The Acid2 test is a Web page which tests a browsers ability to follow Web standards. If the browser passes, the page renders with the message &#8220;Hello World! and a smiley face&#8221;</p>
<p>As any developer will tell you, having a standards compliant browser is a dream! Long have we had to muck up our pristine code to write ugly hacks to support non-compliant browsers such as IE6. Visiting a site with non-compliant browser means that you probably wont see the site as the designer intend. The browser will misinterpret (if render at all) the code &#8211; which is completely infuriating as a designer!!</p>
<p>Up until now every major browser, with the exception of Microsoft browsers, were standard complaint.</p>
<p style="text-align: center;"><strong>Internet Explorer 8</strong><br />
<a href="http://samanathon.com/images/ie8-pass.jpg" target="_blank"><img class="alignnone" title="Internet Explorer 8 - Pass" src="http://samanathon.com/images/ie8-pass.jpg" alt="" width="560" height="360" /></a></p>
<p style="text-align: center;"><strong>Internet Explorer 7</strong><br />
<a href="http://samanathon.com/images/ie7-fail.jpg" target="_blank"><img class="alignnone" title="Internet Explorer 7 - Fail" src="http://samanathon.com/images/ie7-fail.jpg" alt="" width="558" height="466" /></a></p>
<p style="text-align: center;"><strong>Internet Explorer 6</strong><br />
<a href="http://samanathon.com/images/ie6-fail.jpg" target="_blank"><img class="alignnone" title="Internet Explorer 6 - Fail" src="http://samanathon.com/images/ie6-fail.jpg" alt="" width="560" height="409" /></a></p>
<p style="text-align: center;"><strong>Firefox 3</strong><br />
<a href="http://samanathon.com/images/ff3-pass.jpg" target="_blank"><img class="alignnone" title="Firefox 3 - Pass" src="http://samanathon.com/images/ff3-pass.jpg" alt="" width="562" height="309" /></a></p>
<p style="text-align: center;"><strong>Safari 3</strong><br />
<a href="http://samanathon.com/images/safari3-pass.jpg" target="_blank"><img class="alignnone" title="Safari 3 - Pass" src="http://samanathon.com/images/safari3-pass.jpg" alt="" width="559" height="387" /></a></p>
<h3 style="text-align: left;">What&#8217;s New in Internet Explorer 8?</h3>
<p style="text-align: left;">Microsoft&#8217;s <a title="What's New in Internet Explorer 8" href="http://msdn.microsoft.com/en-us/library/cc288472.aspx">MSDN</a> site lists many new features (as well as a list of <a title="Standards Compliance Updates in Internet Explorer 8" href="http://msdn.microsoft.com/en-us/library/dd433047(VS.85).aspx">standard complaint updates</a>):</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#_64-Bit%20Downloads">64-Bit Downloads</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#content">Accelerators</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#access">Accessibility and ARIA</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#activex">ActiveX Improvements</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#ajax">AJAX Enhancements</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#css">CSS Compliance</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#tools">Developer Tools</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#compat">Document Compatibility Mode</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#storage">DOM Storage</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#html">HTML and DHTML Improvements</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#javascript">Mutable DOM Prototypes</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#cookies">Protected Mode Improvements</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#rss">RSS Features</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#search">Search Suggestions</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#_replace">Security and Privacy</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#selectors">Selectors API</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#slices">Web Slices</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#zoom">Zoom Enhancements</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc288472.aspx#related_topics">Related Topics</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/internet-explorer-8-passes-the-acid2-browser-test/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Watch the Newly Updated, HD Main Title of The Simpsons</title>
		<link>http://samanathon.com/watch-the-newly-updated-hd-main-title-of-the-simpsons/</link>
		<comments>http://samanathon.com/watch-the-newly-updated-hd-main-title-of-the-simpsons/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:49:43 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Television]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=693</guid>
		<description><![CDATA[View the new HD main title of the longest running prime time entertainment program in the United States.]]></description>
			<content:encoded><![CDATA[<p>The creator so The Simpsons have updated the main title in honor of the series&#8217; first-ever high definition episode!</p>
<p><object width="560" height="345"><param name="movie" value="http://www.youtube.com/v/qZGz1Ajg7QU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qZGz1Ajg7QU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="345"></embed></object>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.facebook.com/profile.php?id=661229621">Add Saman as a friend on Facebook</a><em> </em><br />Are you a Facebook user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/watch-the-newly-updated-hd-main-title-of-the-simpsons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Star Wars: From Bits and Pieces</title>
		<link>http://samanathon.com/star-wars-from-bits-and-pieces/</link>
		<comments>http://samanathon.com/star-wars-from-bits-and-pieces/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:17:35 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=665</guid>
		<description><![CDATA[A hilarious retelling of Star Wars by someone who kinda, maybe saw some of it.]]></description>
			<content:encoded><![CDATA[<p>I saw this video on Vimeo and I had to share it! It is the story of the original Star Wars trilogy as told by someone  who as seen bits and pieces of each movie and it&#8217;s hilarious! She&#8217;s so close, yet so far&#8230; The editing alone is worth your time!</p>
<a href="http://samanathon.com/star-wars-from-bits-and-pieces/"><p><em>Click here to view the embedded video.</em></p></a>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/star-wars-from-bits-and-pieces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create an .htaccess file to Prevent Hotlinking</title>
		<link>http://samanathon.com/how-to-create-an-htaccess-file-to-prevent-hotlinking/</link>
		<comments>http://samanathon.com/how-to-create-an-htaccess-file-to-prevent-hotlinking/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 12:57:54 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=617</guid>
		<description><![CDATA[Learn how to prevent someone from stealing your bandwidth, and hard-earned money!]]></description>
			<content:encoded><![CDATA[<p>Recently, I was checking out my traffic logs and I noticed that there was another site that was hotlinking some of my images (actually, this blogger had copy/pasted the entire content of my posts) and, because I don&#8217;t like people to steal my bandwidth (or money), I edited my existing .htaccess file to prevent this theft!</p>
<p>There are thousands of sites in the Internet that explain what an .htaccess file does, so I won&#8217;t get into it here. If you want to learn more, perform a <a href="http://www.google.com/search?q=htaccess" target="_blank">Google search for .htaccess</a>.</p>
<h3>How to Create an .htaccess file</h3>
<ol>
<li>Create a new file in favorite text editor and save it, without a name, with the extension: <strong>.htaccess<br />
</strong><img class="alignnone" title="Creating an .htaccess file" src="http://samanathon.com/images/htaccess.jpg" alt="" width="496" height="243" /></li>
<p>If you are a WordPress user and have turned on <strong>mod_rewrite</strong> for <a title="WordPress Codex: Permalinks" href="http://codex.wordpress.org/Using_Permalinks">permalinks</a>, then WordPress should have inserted the following code in the .htaccess file that is on your server:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"># BEGIN WordPress
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine On
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteBase /
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-f
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-d
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule . /index.php [L]
</div>
</li>
<li class="li1">
<div class="de1"># END WordPress</div>
</li>
</ol>
</div>
<li>Now, in order to prevent hotlinking, enter the following code:
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">Options +FollowSymlinks
</div>
</li>
<li class="li1">
<div class="de1"># Protect Hotlinking
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine On
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^http://(.+.)?YOURURL.com/ [NC]
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^$
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule .*.(jpe?g|gif|bmp|png|zip|rar)$ http://YOURURL.com/PATH/TO/REPLACMENT/IMAGE [L]</div>
</li>
</ol>
</div>
</li>
</ol>
<h3>Explanation of Code</h3>
<p>Here are the variables that you will need to change in order to protect your files:</p>
<p><span style="text-decoration: underline;">Line 4:</span> You will need to replace <strong>YOURURL</strong> with your site&#8217;s <acronym title="Uniform Resource Locator">URL</acronym>. As you can see, the code already has &#8220;http&#8221; so only need to enter the URL. For example, for my site, I would have entered:<br />
<code>samanathon.com</code></p>
<p><span style="text-decoration: underline;">Line 6:</span> This line specifies the file types to be blocked from hotlinking and allows you to specify a file that will be replaced when hotlinking occurs. If someone hotlinks a file, it will be replace with the file that you specify here.</p>
<p>An issue that you need to be aware of is that we&#8217;ve just told the server to block <span style="text-decoration: underline;">all</span> hotlinks with those extensions, so your replacement image needs to have an extension that is not listed on this line of code. If your replacement file is an image (which it should be), simply give the file a different extension. For example, my replacement images is an .png file, this is the file:<br />
<code>http://samanathon.com/images/hotlinking.pn</code></p>
<h3>Options</h3>
<h4>Google Cache/Image Search/Reader</h4>
<p>Google does create a cached version of your pages when the search spiders index a page. You can choose to allow the cache server permission to like to your images. This is comes in handy when someone is viewing a cached version of your site. All you need to do is create a like and add &#8220;google.com&#8221; as the URL, similar to the line with your site&#8217;s URL:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">Options +FollowSymlinks
</div>
</li>
<li class="li1">
<div class="de1"># Protect Hotlinking
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine On
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^http://(.+.)?YOURURL.com/ [NC]
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^http://(www.)?google.com/.*$ [NC]
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^$
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule .*.(jpe?g|gif|bmp|png|zip|rar)$ http://YOURURL.com/PATH/TO/REPLACMENT/IMAGE [L]</div>
</li>
</ol>
</div>
<h4>Redirects</h4>
<p>There has been much debate on the use of &#8220;<acronym title="World Wide Web">www</acronym>&#8221; in your URL. I prefer not to use it and I have my server redirect a request of <a href="http://www.samanathon.com " target="_blank">www.samanathon.com</a> to <strong>samanathon.com</strong>. This is how you can achieve this redirect, enter the following into the same .htaccess file:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"># Redirect
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine on
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_HOST} ^(www.YOURURL.com)(:80)? [NC]
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule ^(.*) http://YOURURL.com/$1 [R=301,L]</div>
</li>
</ol>
</div>
<p>Simply replace <strong>YOURURL</strong> with your site&#8217;s URL.</p>
<h3>Final Code</h3>
<p>If you&#8217;ve used all of the code that I&#8217;ve suggested, this is what your final file should look like:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"># BEGIN WordPress
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine On
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteBase /
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-f
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-d
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule . /index.php [L]
</div>
</li>
<li class="li1">
<div class="de1"># END WordPress
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">Options +FollowSymlinks
</div>
</li>
<li class="li2">
<div class="de2"># Protect Hotlinking
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine On
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^http://(.+.)?YOURURL.com/ [NC]
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_REFERER} !^$
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule .*.(jpe?g|gif|bmp|png|zip|rar)$ http://YOURURL.com/PATH/TO/REPLACMENT/IMAGE [L]
</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"># Redirect
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteEngine on
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteCond %{HTTP_HOST} ^(www.YOURURL.com)(:80)? [NC]
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;RewriteRule ^(.*) http://YOURURL.com/$1 [R=301,L]
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;order deny,allow</div>
</li>
</ol>
</div>
<h3>Upload</h3>
<p>This file nees to be in your site&#8217;s root and not in a folder. Navigate to your (or use an FTP client to access) your site and place the .htaccess file in the site&#8217;s root.<br />
<img class="alignnone" title="The htaccess on Your Server" src="http://samanathon.com/images/server.jpg" alt="" width="432" height="400" />
<p><strong><em>Advertisement</em></strong>:  <a href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&#038;friendID=228665208">Add Saman as a friend on MySpace</a><em> </em><br />Are you a MySpace user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/how-to-create-an-htaccess-file-to-prevent-hotlinking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Tip: Group Similar Windows On The Taskbar All The Time</title>
		<link>http://samanathon.com/windows-tip-group-similar-windows-on-the-taskbar-all-the-time/</link>
		<comments>http://samanathon.com/windows-tip-group-similar-windows-on-the-taskbar-all-the-time/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:15:17 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[windoes]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2003]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=585</guid>
		<description><![CDATA[Find out how to easily group windows together on your Taskbar via the Graphical User Interface.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve shown you how to group <a href="http://samanathon.com/registry-hack-group-similar-windows-on-the-taskbar-all-the-time/">group similar windows on the Taskbar via a registry hack</a>. Here&#8217;s how to accomplish the same task via the <abbr title="Graphical User Interface">GUI</abbr>.</p>
<h3>How To</h3>
<ol>
<li>Right-click your Taskbar and click <em>Properties</em>.</li>
<li>Under the <em>Taskbar</em> tab, tick the &#8220;Group similar taskbar buttons&#8221; option.<br />
<img class="alignnone" src="http://samanathon.com/images/group_windows.gif" alt="" width="404" height="451" /></li>
<li>Click the &#8220;OK&#8221; button.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/windows-tip-group-similar-windows-on-the-taskbar-all-the-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add Facebook Chat to Pidgin</title>
		<link>http://samanathon.com/add-facebook-chat-to-pidgin/</link>
		<comments>http://samanathon.com/add-facebook-chat-to-pidgin/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 12:02:40 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=659</guid>
		<description><![CDATA[Configure Pidgin to utilize Facebook chat!]]></description>
			<content:encoded><![CDATA[<p>If you are a heavy instant message user, you now have the ability to chat with Facebook user directly from Pidgin! In addition to all of the IM happiness, you can also &#8220;send &amp; receive messages, add or remove friends, receive notifications, search for Facebook friends and set your Facebook status&#8221;.</p>
<h3>Download</h3>
<p>There are two components to this walk through:</p>
<ol>
<li><a title="Pidgin Instant Messenger" href="http://www.pidgin.im/" target="_blank">Download Pidgin</a></li>
<li><a title="Google Code: Facebook Chat plugin for Pidgin" href="http://code.google.com/p/pidgin-facebookchat/" target="_blank">Facebook Chat for Pidgin</a></li>
</ol>
<h4>Optional download</h4>
<p>You can also choose to download Facebook icons that will be displayed in your IM window when you hover over a contact (just like when you hover over a contact that&#8217;s on a different protocol).  Look for &#8220;<strong>facebook_icons.zip</strong>&#8221; in the downloads section. Windows users, extract the archive to:</p>
<p><code>c:\Program Files\Pidgin\pixmaps\pidgin\protocols</code></p>
<p>Linux users, extract to:</p>
<p><code>/usr/share/pixmaps/pidgin/protocol</code></p>
<h3>How To</h3>
<ol>
<li>Install Pidgin.</li>
<li>Install <em>Facebook Chat</em> for Pidgin.</li>
<li>In the main chat window and on the tool bar, click <em>Accounts</em>&gt;<em>Manage Accounts.<br />
</em></li>
<li>Click the &#8220;Add&#8221; button.<br />
<em><img class="alignnone" title="Accounts Dialog Box" src="http://samanathon.com/images/facebook-pidgin-1.gif" alt="" width="528" height="355" /></em></li>
<li>In the <em>Add Account</em> dialog, select &#8220;Facebook&#8221; as protocol.<br />
<img class="alignnone" title="Add Account Dialog Box" src="http://samanathon.com/images/facebook-pidgin-2.gif" alt="" width="331" height="418" /></li>
<li>Enter in your <strong>Facebook</strong> user name and password.</li>
<li>Accept the security certificate.<br />
<img class="alignnone" title="SSL Certificate Verification" src="http://samanathon.com/images/facebook-pidgin-3.gif" alt="" width="359" height="152" /></li>
</ol>
<p>Now, your Facebook friends will show up in their own group!<br />
<img class="alignnone" title="Buddy List Window" src="http://samanathon.com/images/facebook-pidgin-4.gif" alt="" width="223" height="344" /></p>
<p>There are some more options under the <em>Advanced</em> tab. These options include:</p>
<ul>
<li>Hide myself in the Buddy List</li>
<li>Set Facebook status though Pidgin status</li>
<li>Show Facebook notifications as emails in Pidgin</li>
<li>Edit Facebook friends from Pidgin</li>
</ul>
<p><img class="alignnone" title="face5" src="http://samanathon.com/images/facebook-pidgin-5.gif" alt="" width="331" height="418" /></p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/add-facebook-chat-to-pidgin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Registry Hack: Group Similar Windows On The Taskbar All The Time</title>
		<link>http://samanathon.com/registry-hack-group-similar-windows-on-the-taskbar-all-the-time/</link>
		<comments>http://samanathon.com/registry-hack-group-similar-windows-on-the-taskbar-all-the-time/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 12:10:26 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Registry Hacks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[windoes]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2003]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=578</guid>
		<description><![CDATA[Group similar windows together on your Windows Taskbar]]></description>
			<content:encoded><![CDATA[<p>If you like your Windows Taskbar neat and organized, you can force Windows to automatically group similar program windows together. There is a way to accomplish this tip view the <abbr title="Graphical User Interface">GUI</abbr>, but I like Registry Hacks!</p>
<h3>How To</h3>
<p>As always, please <a title="Important Information On The Editing The Registry" href="http://samanathon.com/registry-hacks/">read this important information on editing the System Registry</a>.</p>
<ol>
<li>Hit the <a title="The All Important Windows Key" href="http://samanathon.com/images/windowskey.gif" target="_blank">Windows Key+R</a>, type <em>regedit</em> into the run dialog and hit the <em>OK</em> button.</li>
<li>Now that you&#8217;re in the the Registry, navigate to this key:<br />
<code>HKEY_CURRRENT_USER\Software\Microsoft\Windows\Current\Version\Explorer\Advanced</code></li>
<li>Right-click in the right pane and click <em>New</em>, then <em>DWORD Value</em>.<br />
<img class="alignnone" src="http://samanathon.com/images/registry_group_windows_1.gif" alt="" width="454" height="222" /></li>
<li>Name this new DWORD Value:<br />
<code>TaskbarGroupSize</code></li>
<li>Double-click this new value and enter in the following in the &#8220;Value Data&#8221; field:<br />
<code>2<br />
</code><img class="alignnone" src="http://samanathon.com/images/registry_group_windows_2.gif" alt="" width="324" height="193" /></li>
</ol>
<p>Changes <em>should</em> take effect immediately! If not, simply reboot.</p>
<h3>Download</h3>
<p>You can download this Registry key and call it at will! Just download and double-click this entry. Also, if you&#8217;d like to make sure that there isn&#8217;t any malicious code (<strong>which I suggest, it&#8217;s your system – <em>don&#8217;t trust anyone!</em></strong>), right-click the downloaded file and click <em>Edit</em> (or open it in Notepad). The code should closely match the instructions above.</p>
<ul>
<li><a title="Download The Registry Key Install For TaskbarGroupSize" href="http://samanathon.com/downloads/registry-hacks/TaskbarGroupSize.reg">Install &#8211; TaskbarGroupSize</a></li>
</ul>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.facebook.com/profile.php?id=661229621">Add Saman as a friend on Facebook</a><em> </em><br />Are you a Facebook user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/registry-hack-group-similar-windows-on-the-taskbar-all-the-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My First Photosynth</title>
		<link>http://samanathon.com/my-first-photosynth/</link>
		<comments>http://samanathon.com/my-first-photosynth/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 00:24:16 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=673</guid>
		<description><![CDATA[My project, "The Super Fort", using Microsoft's Photosynth technology.]]></description>
			<content:encoded><![CDATA[<p>After view <a href="http://www.cnn.com/themoment">CNN&#8217;s Photosynth of President Obama&#8217;s Inauguration</a>, I was inspired to create my own. It didn&#8217;t exactly work out as I expected, but I love that we as Internet users have access to amazing (and free) tools like this!</p>
<p><iframe frameborder=0 src="http://photosynth.net/embed.aspx?cid=a6f20151-fd36-45bd-b9e3-1f687ab6e308" width="500" height="375"></iframe></p>
<p>Here&#8217;s my description of the Super Fort:</p>
<blockquote><p>The Super Fort, created with four different Lincoln Log sets, has been created with security in mind. There is only one entrance, with a second security door to protect soldier who are at the look-out posts.</p></blockquote>
<p><strong><em>Advertisement</em></strong>:  <a href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&#038;friendID=228665208">Add Saman as a friend on MySpace</a><em> </em><br />Are you a MySpace user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/my-first-photosynth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Tip: Detect and Repair Disc Errors</title>
		<link>http://samanathon.com/windows-tip-detect-and-repair-disk-errors/</link>
		<comments>http://samanathon.com/windows-tip-detect-and-repair-disk-errors/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:21:59 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[hard disc]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[windows server 2003]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=563</guid>
		<description><![CDATA[Use a built-in tool to check and repair your computer's hard disc drives.]]></description>
			<content:encoded><![CDATA[<p>Over time, your computer&#8217;s hard drives can develop bad sectors. <a title="Read the Wikipedia article: Bad Sector" href="http://en.wikipedia.org/wiki/Bad_sector" target="_blank">Bad sectors</a> slow down disc drive performance and sometimes make data writing difficult or even impossible. Windows has a built-in tool called the <em>Error Checking Utility</em> that can automatically detect and repair disc errors. The utility will search the hard drive for bad sectors &amp; system errors and repair them for faster performance.</p>
<h3>How To Check And Repair Disc Errors</h3>
<ol>
<li> Click the <em>Start</em> button and select <em>My Computer</em></li>
<li>In <em>My Computer</em> window, right-click the hard disc that you want to scan and click <em>Properties</em></li>
<li>Click the <em>Tools</em> tab</li>
<li>Click the <em>Check Now</em>&#8230; button<em><br />
</em><img class="alignnone" title="Local Disc Properties" src="http://samanathon.com/images/bad-sectors-1.jpg" alt="" width="312" height="404" /></li>
<li>Tick the <em>Scan for and attempt recovery of bad sectors</em> check box<br />
<img class="alignnone" title="Check Disk Local Disk" src="http://samanathon.com/images/bad-sectors-2.jpg" alt="" width="284" height="213" /></li>
<li>Click <em>Start</em> button</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/windows-tip-detect-and-repair-disk-errors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CES 2009: Hitachi 37&#8243; Wooo LCD Blow Up</title>
		<link>http://samanathon.com/ces-2009-hitachi-37-wooo-lcd-blow-up/</link>
		<comments>http://samanathon.com/ces-2009-hitachi-37-wooo-lcd-blow-up/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:45:38 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=653</guid>
		<description><![CDATA[Check out the separate components of Hitachi's 37" Wooo LCD.]]></description>
			<content:encoded><![CDATA[<p>I thought that this was an interesting display, it shows the different internal components of Hitachi&#8217;s 37&#8243; Wooo LCD monitors. I included some annotations for the video but you can view a high resolution image of the sections (click image for a larger view):</p>
<p style="text-align: center;"><a title="Click image for a larger view." href="http://samanathon.com/images/hatachi-37-wooo.jpg"><img class="aligncenter" title="Blow up of Hatachis 37 Wooo LCD.jpg" src="http://samanathon.com/images/hatachi-37-wooo.jpg" alt="" width="518" height="389" /></a></p>
<h3 style="text-align: left;">Video</h3>
<a href="http://samanathon.com/ces-2009-hitachi-37-wooo-lcd-blow-up/"><p><em>Click here to view the embedded video.</em></p></a>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/ces-2009-hitachi-37-wooo-lcd-blow-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Tip: Create A Shortcut to Quickly Switch Users</title>
		<link>http://samanathon.com/windows-tip-create-a-shortcut-to-quickly-switch-users/</link>
		<comments>http://samanathon.com/windows-tip-create-a-shortcut-to-quickly-switch-users/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 12:54:56 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[windows server 2003]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=567</guid>
		<description><![CDATA[Quickly switch users by way of a double-click!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve shown you how to <a title="Windows Tip: Log Off Your Computer With A Shortcut" href="http://samanathon.com/windows-tip-log-off-your-computer-with-a-shortcut/">log off of your user account via a shortcut</a> and, if you&#8217;re on a computer with multiple user accounts, you can also create a shortcut to quickly switch users. This utility disconnects the current session (it does not log off the account) when no command-line arguments are supplied.</p>
<h3>How To</h3>
<p>Follow along with these few short steps:</p>
<ol>
<li>Right-click the Desktop and click <em>New</em> then <em>Shortcut.<br />
</em><img title="Shortcut" src="http://samanathon.com/images/create_shortcut.gif" alt="Create a shortcut on the desktop" width="297" height="191" /></li>
<li>In the &#8220;Create Shortcut&#8221; dialog, enter the following and click the &#8220;Next&#8221; button:</li>
<p><code>%SYSTEMROOT%\system32\tsdiscon.exe<br />
</code><img class="alignnone" src="http://samanathon.com/images/switch-user-1.gif" alt="" width="447" height="323" /></p>
<li>In the &#8220;Select Title for the Program&#8221; dialog, enter a descriptive name and click the &#8220;Finish&#8221; button.<br />
<img class="alignnone" src="http://samanathon.com/images/switch-user-2.gif" alt="" width="447" height="323" /></li>
<li>Right-click the shortcut and click &#8220;Properties&#8221;.</li>
<li>Under the <em>Shortcut</em> tab, click “<em>Change Icon . . .</em>” This will pop-up the following error:<br />
<img class="alignnone" title="The file %SYSTEMROOT%\system32\tsdiscon.exe contains no icons. Choose an icon from the list or specify a different file." src="http://samanathon.com/images/switch-user-3.gif" alt="" width="395" height="142" /></li>
<li>After clicking <em>“OK”</em>, a dialog should open displaying all of the icons in the location:<br />
<code>%SystemRoot%\system32\SHELL32.dll</code></li>
<li>Find one that you like and click the <em>“OK”</em> button.<br />
<img class="alignnone" src="http://samanathon.com/images/switch-user-4.gif" alt="" width="74" height="59" /></li>
</ol>
<h3>Options</h3>
<p>You could get nutty and place this shortcut in your Quick Launch folder by typing <a href="../../images/windowskey.gif" target="_blank">Windows Key</a>+R, then:<br />
<code>"C:\Documents and Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick Launch"<br />
</code><img class="alignnone" src="http://samanathon.com/images/switch-user-5.gif" alt="" width="153" height="55" /></p>
<h3>Command Line Options</h3>
<p>You can also use <em>tsdiscon.exe</em> in a <a title="File all post tagged with Command Prompt" href="http://samanathon.com/category/command-prompt/">batch file</a>. Here are the optional perimeters:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">TSDISCON <span class="br0">&#91;</span>sessionid | sessionname<span class="br0">&#93;</span> <span class="br0">&#91;</span>/SERVER:servername<span class="br0">&#93;</span> <span class="br0">&#91;</span>/V<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; sessionid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; The ID of the session.</div>
</li>
<li class="li1">
<div class="de1">&nbsp; sessionname &nbsp; &nbsp; &nbsp; &nbsp; The name of the session.</div>
</li>
<li class="li2">
<div class="de2">&nbsp; /SERVER:servername &nbsp;Specifies the Terminal Server <span class="br0">&#40;</span>default is current<span class="br0">&#41;</span>.</div>
</li>
<li class="li1">
<div class="de1">&nbsp; /v &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Displays information about the actions performed.</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; Example: tsdiscon <span class="nu0">3</span> /server:cprsrv02 /v</div>
</li>
</ol>
</div>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.facebook.com/profile.php?id=661229621">Add Saman as a friend on Facebook</a><em> </em><br />Are you a Facebook user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/windows-tip-create-a-shortcut-to-quickly-switch-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure Songbird to Update Pidgin and Twitter</title>
		<link>http://samanathon.com/how-to-configure-songbird-to-update-pidgin-and-twitter/</link>
		<comments>http://samanathon.com/how-to-configure-songbird-to-update-pidgin-and-twitter/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 14:15:46 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[instant messenger]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[songbird 1.0]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=605</guid>
		<description><![CDATA[Learn how to have Songbird automatically ping all of your favorite web services with updates!]]></description>
			<content:encoded><![CDATA[<p>Recently, Songbird 1.0 was release to much fanfare. As both a Pidgin and <a title="View Saman's Twitter profile" href="http://twitter.com/samanathon">Twitter user</a>, I wanted Songbird to tweet and update my &#8220;Now Playing&#8221; status automatically (the IM accounts that support this feature, most do). Through a couple of plugins, I was able to get the whole thing working. Follow along with my quick tutorial and set it up for yourself!</p>
<h3>Prerequisites</h3>
<p>You need a couple of things before you get started. Download each of the following installers and plugins to your desktop:</p>
<ul>
<li><a href="http://getsongbird.com/download/" target="_blank">Download Songbird</a>
<ul>
<li> <a href="http://addons.songbirdnest.com/addon/1204" target="_blank">LiveTweeter plugin</a></li>
</ul>
</li>
<li><a href="http://www.pidgin.im/download/" target="_blank">Download Pidgin</a>
<ul>
<li><a href="http://code.google.com/p/pidgin-musictracker/" target="_blank">musictracker plugin</a></li>
</ul>
</li>
<li><a href="http://code.google.com/p/pidgin-musictracker/" target="_blank">Sign up for Twitter</a></li>
</ul>
<h4>Optional</h4>
<p>If you&#8217;re a really audiophile or social networking junkie, you can install/sign up for a couple of other services and automatically update them all!</p>
<ul>
<li><span style="text-decoration: underline;">Last.FM:</span> Install <a href="http://addons.songbirdnest.com/addon/106">Songbird&#8217;s Last.FM addon</a> to update your <a title="View Saman's Last.FM profile" href="http://www.last.fm/user/samanathon">Last.FM account</a> as well.</li>
<li><span style="text-decoration: underline;">Facebook:</span> <a title="View all Facebook Last.FM Applications" href="http://www.facebook.com/applications/#/apps/index.php?q=last.fm">Update your Facebook feed with your most recently listened to tracks</a> (this option requires a Last.FM account)</li>
<li><span style="text-decoration: underline;">MySpace:</span> <a title="Add the MySpace Last.FM Application" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=365860451">Update your MySpace profile with your most recently listened to tracks</a> (this application also requires a Last.FM account)</li>
<li><span style="text-decoration: underline;">Windows Live:</span> Update your Windows Live profile with your most recently listened to tracks (this option requires a Twitter account). To configure, navigate to the &#8220;web activities&#8221; area on your profile.<br />
<img class="alignnone" title="Windows Live - Web Activity" src="http://samanathon.com/images/live-web-activity.jpg" alt="" width="542" height="550" /></li>
</ul>
<h3>Configuration</h3>
<p>First off, install Songbird, Pidgin and sign up for a Twitter account.</p>
<h4>Configure Songbird</h4>
<ol>
<li>Open Songbird.</li>
<li>On the menu bar, click <em>Tools</em> -&gt; <em>Addons</em></li>
<li>In the <em>Options</em> dialog, and in the &#8220;Add-ons&#8221; section, click the install button.<br />
<img class="alignnone" title="Songbird - Install Addon" src="http://samanathon.com/images/songbird-install-addon.jpg" alt="" width="444" height="393" /></li>
<li>Navigate to your desktop and install the <strong>LiveTweeter-*.xpi</strong> file.</li>
<li>Restart Songbird and go back to the <em>Addons</em> dialog.</li>
<li>Under the <em>LiveTwitter</em> section enter in the following:
<ul>
<li>On the <em>Twitter</em> tab, under the <em>General</em> heading, enter in your Twitter user name and password.</li>
<li>On the <em>Twitter</em> tab, under the <em>Options</em> heading, tick the &#8220;Post for each song&#8221; check box.<img class="alignnone" title="Songbird Addon - LiveTwitter" src="http://samanathon.com/images/songbird-addon-livetweeter1.jpg" alt="" width="527" height="460" /></li>
<li>On the <em>Messenger</em> tab, under the <em>General</em> heading, tick the &#8220;Activate MSN/Windows Live Messenger&#8221; check box.<br />
<img class="alignnone" title="Songbird Addon - LiveTwitter" src="http://samanathon.com/images/songbird-addon-livetweeter2.jpg" alt="" width="527" height="458" /></li>
</ul>
</li>
</ol>
<h4>Configure Pidgin</h4>
<ol>
<li>Navigate to your computer&#8217;s desktop and install the <strong>pidgin-musictracker-*</strong> program (<span style="text-decoration: underline;">Windows users:</span> Double click the executable. <span style="text-decoration: underline;">Linux users:</span> extract the tar.bz and issue install/make commands in the Terminal)</li>
<li>Once instillation is complete, open Pidgin.</li>
<li>On the menu bar, click <em>Tools</em> -&gt; <em>Plugins</em>.</li>
<li>In the <em>Plugins</em> dialog, enable the &#8220;MusicTracker&#8221; plugin and click the &#8220;Configure Plugin&#8221; button.<br />
<img class="alignnone" title="Pidgin - Plugins" src="http://samanathon.com/images/pidgin-plugin.jpg" alt="" width="335" height="428" /></li>
<li>In the <em>MusicTracker</em> dialog set the following options:
<ul>
<li>In the <em>Player</em> drop down, set the type to &#8220;Auto-detect&#8221;.</li>
<li>Under the <em>Other settings</em> section, tick the &#8220;Don&#8217;t change status message if protocol has working &#8216;now listening&#8217;&#8221; check box.<br />
<img class="alignnone" title="MusicTracker Configuration" src="http://samanathon.com/images/musictracker-config.jpg" alt="" width="397" height="451" /></li>
</ul>
</li>
<li>Click the &#8220;Close&#8221; button for each of the dialogs.</li>
</ol>
<p>Now, every time a new song is played, Songbird will automatically update Twitter and your Now Playing status in Pidgin!</p>
<p><img class="alignnone" title="Songbird - Tweeter" src="http://samanathon.com/images/songbird.jpg" alt="" width="560" height="436" />
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.facebook.com/profile.php?id=661229621">Add Saman as a friend on Facebook</a><em> </em><br />Are you a Facebook user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/how-to-configure-songbird-to-update-pidgin-and-twitter/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Going to CES 2009</title>
		<link>http://samanathon.com/going-to-ces-2009/</link>
		<comments>http://samanathon.com/going-to-ces-2009/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 20:14:37 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[consumer]]></category>
		<category><![CDATA[Consumer Electronics Show]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[January]]></category>
		<category><![CDATA[Las Vegas]]></category>
		<category><![CDATA[Nevada]]></category>
		<category><![CDATA[trade show]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=632</guid>
		<description><![CDATA[I'll be working CES 2009!]]></description>
			<content:encoded><![CDATA[<p>Just a quick post: I just found out that I&#8217;ll be attending CES yet-again! 2009 will make five straight years!! I just hope that I won&#8217;t be sick like I was last year&#8230; <a href="http://samanathon.com/site-search/?cx=partner-pub-2459256465910903%3A3zp9l5ciaqa&#038;cof=FORID%3A10&#038;ie=ISO-8859-1&#038;q=ces+2007">Check out my CES coverage from 2007</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/going-to-ces-2009/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Beautiful Love Song Based on Mario Kart</title>
		<link>http://samanathon.com/a-beautiful-love-song-based-on-mario-kart/</link>
		<comments>http://samanathon.com/a-beautiful-love-song-based-on-mario-kart/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 07:01:10 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[bowser]]></category>
		<category><![CDATA[luigi]]></category>
		<category><![CDATA[Mario]]></category>
		<category><![CDATA[peach]]></category>
		<category><![CDATA[princess]]></category>
		<category><![CDATA[toad]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=599</guid>
		<description><![CDATA[Someone has created a honest-to-goodness love song based on Mario Kart, taped-on yarn mustache and all!]]></description>
			<content:encoded><![CDATA[<p>YouTube user <a href="http://www.youtube.com/user/blinktwice4y">blinktwice4y</a> has created a beautiful love song based on Mario Kart! Spend the two minutes to watch this video &#8211; it will brighten your day! I&#8217;ve watched this video a dozen times now and it never gets old.</p>
<a href="http://samanathon.com/a-beautiful-love-song-based-on-mario-kart/"><p><em>Click here to view the embedded video.</em></p></a>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/a-beautiful-love-song-based-on-mario-kart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Microsoft Office 2007 in Ubuntu 8.10</title>
		<link>http://samanathon.com/install-microsoft-office-2007-in-ubuntu-810/</link>
		<comments>http://samanathon.com/install-microsoft-office-2007-in-ubuntu-810/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 20:33:01 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=592</guid>
		<description><![CDATA[Run Microsoft Office 2007 in Ubuntu 8.10, "Intrepid Ibex"!]]></description>
			<content:encoded><![CDATA[<p>I wrote an article detailing how to install <a href="http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-804/">How To Install Microsoft Office 2007 In Ubuntu 8.04</a> which seems to pretty hit and miss for a lot of users. Fortunately, I was lucky enough to be able to participate in CodeWeaver&#8217;s CrossOver Linux <a href="http://www.tuaw.com/2008/10/27/codeweavers-says-cheap-gas-free-software-tomorrow/">free download program</a>. Although this program was a one-day-only deal, I can attest that Microsoft Office 2007 works <strong>flawlessly</strong> under <a href="http://www.codeweavers.com/products/cxlinux/">CrossOver Linux</a>!</p>
<p>If you desperately need to run Office 12 under Ubuntu, I highly suggest you spend the $40 &#8211; you won&#8217;t be disappointed!
<p><strong><em>Advertisement</em></strong>:  <a href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&#038;friendID=228665208">Add Saman as a friend on MySpace</a><em> </em><br />Are you a MySpace user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/install-microsoft-office-2007-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Registry Hack: How To Defragment Your Hard Drive on Boot</title>
		<link>http://samanathon.com/registry-hack-how-to-defragment-your-hard-drive-on-boot/</link>
		<comments>http://samanathon.com/registry-hack-how-to-defragment-your-hard-drive-on-boot/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 12:51:47 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Registry Hacks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=558</guid>
		<description><![CDATA[How to configure your computer to automatically defrag. your machine's hard disk on boot up.]]></description>
			<content:encoded><![CDATA[<p>There are several ways to boost your computer&#8217;s performance and I&#8217;ve detailed several ways, including <a title="Read the Fresh Computer series" href="http://samanathon.com/?s=fresh+computer+series">how to start your day with a fresh computer</a>. If that&#8217;s not enough for you, you can configure your computer to automatically deframent the hard discs on boot up.</p>
<p>To make Windows boot up faster, you can defragment your system&#8217;s boot files. This will decrease the time it takes for your computer to start up. Boot defragment should be enabled by default; however, it might not be enabled on your computer.</p>
<h3>How To Enable Boot-Time Defragmentation</h3>
<p><span style="font-size: 12pt; font-family: Times New Roman;">As always, please <a title="Important Information On The Editing The Registry" href="http://samanathon.com/registry-hacks/">read this important information on editing the System Registry</a>.</span></p>
<ol>
<li>Hit the <a title="The All Important Windows Key" href="http://samanathon.com/images/windowskey.gif" target="_blank">Windows Key+R</a>, type <em>regedit</em> into the run dialog and hit <em>OK.</em></li>
<li>Now that you&#8217;re in the the Registry, navigate to this key:<br />
<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction</code></li>
<li>Exit the Registry.</li>
<li>Reboot.</li>
</ol>
<h3>Download</h3>
<p>You can download this Registry key and call it at will! Just download and double-click the entry you&#8217;d like to add to your system. Also, if you&#8217;d like to make sure that there isn&#8217;t any malicious code (<strong>which I suggest, it&#8217;s your system – don&#8217;t trust anyone!</strong>), right-click the downloaded file and click <em>Edit</em> (or open it in Notepad). The code should closely match the instructions above.</p>
<ul>
<li><a title="Download The Registry Key Install For EnableBootTimeDefrag" href="http://samanathon.com/downloads/registry-hacks/EnableBootTimeDefrag.reg">Install &#8211; EnableBootTimeDefrag</a></li>
<li><a title="Download The Registry Key Install For DisableBootTimeDefrag" href="http://samanathon.com/downloads/registry-hacks/DisableBootTimeDefrag.reg">Uninstall &#8211; DisableBootTimeDefrag</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/registry-hack-how-to-defragment-your-hard-drive-on-boot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;No to All&#8221; Functionality When Copying Files in Windows XP</title>
		<link>http://samanathon.com/no-to-all-functionality-when-copying-files-in-windows-xp/</link>
		<comments>http://samanathon.com/no-to-all-functionality-when-copying-files-in-windows-xp/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 21:44:12 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server 2003]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=505</guid>
		<description><![CDATA[An easy way to use the "No to All" option in Windows.]]></description>
			<content:encoded><![CDATA[<p>When coping mulipte files from one folder to another, Windows displays a couple of options:</p>
<ol>
<li><em>Yes</em></li>
<li><em>Yes to All</em></li>
<li><em>No</em></li>
<li><em>Cancel</em></li>
</ol>
<p>But what about the &#8220;No to All&#8221; option? It&#8217;s acutally there, it&#8217;s just not obvious &#8211; and it&#8217;s really easy!</p>
<h3>How to enable the &#8220;No to All&#8221; option</h3>
<ol>
<li>Hold down the &#8220;Shift&#8221; key</li>
<li>Click the <em>No</em> button</li>
</ol>
<p>That&#8217;s it!
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.facebook.com/profile.php?id=661229621">Add Saman as a friend on Facebook</a><em> </em><br />Are you a Facebook user? Add me as a friend and I&#8217;ll add you back!</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/no-to-all-functionality-when-copying-files-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Batch File: iTunes Start Menu Shortcut Updater</title>
		<link>http://samanathon.com/batch-file-itunes-start-menu-shortcut-updater/</link>
		<comments>http://samanathon.com/batch-file-itunes-start-menu-shortcut-updater/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:24:26 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[Batch File]]></category>
		<category><![CDATA[Command File]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Start Menu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=530</guid>
		<description><![CDATA[Learn how to create quick script that will fix all of the shortcuts (that you've moved) to iTunes and Quicktime, once Apple releases it's program updates.]]></description>
			<content:encoded><![CDATA[<p>In the past, I&#8217;ve written a tip on <a title="How to Clean and Organize Your Windows Start Menu" href="http://samanathon.com/windows-tip-clean-and-organize-your-start-menu/">how to organize your Windows Start Menu</a> and it&#8217;s one of my favorite tips – I use it religiously after I&#8217;ve installed a new program on my machine.</p>
<p>Enter iTunes.</p>
<p>The problem is, every time iTunes is updated (and why isn&#8217;t Apple patching instead of making us install the entire 60+MB program again and again…) it creates a new shortcut in the Start Menu, along with a shortcut to Quicktime. Worse yet, the &#8220;old&#8221; shortcuts (the one&#8217;s that I&#8217;ve moved) don&#8217;t work anymore!!</p>
<p>To combat this, I&#8217;m following the &#8220;More than Twice&#8221; rule: If you do an operation more than twice, then you should create a script for it.</p>
<h3>Project Goals</h3>
<p>To achieve this crazy voodoo, we&#8217;re going to create another <a title="View all posts tagged as &quot;Batch File&quot;" href="http://samanathon.com/category/command-prompt/">batch file</a>. This script will do a few things:</p>
<ul>
<li>Copy shortcuts to iTunes and Quicktime to the <em>All Users Media</em> Start Menu folder.</li>
<li>Copy a shortcut to iTunes into the current user&#8217;s <em>Quick Launch.</em></li>
<li>Delete the iTunes and Quicktime directories from the Start Menu.</li>
</ul>
<p>Now, we could create the script to move, as opposed to copy these items, but I like to have a little assurance that the files are actually where they need to be before I delete them.</p>
<h3>Automatically Update the iTunes Start Menu Shortcut</h3>
<p>To learn how to create a batch file, please review the post &#8220;<a title="How to Create a Batch File" href="http://samanathon.com/windows-tip-batch-files/" target="_blank">How To Create a Batch File</a>&#8220;.</p>
<p>The code is commented so it should be self-explanatory. Though, if you have any questions, leave a comment on this post and I&#8217;ll answer it for you!</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">@<a href="http://www.ss64.com/nt/echo.html"><span class="kw3">echo</span></a> off</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">REM ***copy the iTunes shortcut to the &quot;Media&quot; folder and the current user&#8217;s Quicklaunch***</span></div>
</li>
<li class="li1">
<div class="de1">xcopy &quot;C:\Documents and Settings\All Users\Start Menu\Programs\iTunes\iTunes.lnk&quot; &quot;C:\Documents and Settings\All Users\Start Menu\Programs\Media\&quot; /Y</div>
</li>
<li class="li1">
<div class="de1">xcopy &quot;C:\Documents and Settings\All Users\Start Menu\Programs\iTunes\iTunes.lnk&quot; &quot;C:\Documents and Settings\%<span class="re2">username</span>%\Application Data\Microsoft\Internet Explorer\Quick Launch\&quot; /Y</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">REM ***copy the Quicktime shortcut to the &quot;Media&quot; folder***</span></div>
</li>
<li class="li1">
<div class="de1">xcopy &quot;C:\Documents and Settings\All Users\Start Menu\Programs\QuickTime\QuickTime Player.lnk&quot; &quot;C:\Documents and Settings\All Users\Start Menu\Programs\Media\&quot; /Y</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">REM ***Delete the iTunes and Quicktime folders from the Start menu***</span></div>
</li>
<li class="li2">
<div class="de2">rd &quot;C:\Documents and Settings\All Users\Start Menu\Programs\iTunes&quot; /s/q</div>
</li>
<li class="li1">
<div class="de1">rd &quot;C:\Documents and Settings\All Users\Start Menu\Programs\QuickTime&quot; /s/q</div>
</li>
</ol>
</div>
<h3>Download</h3>
<p>You can <a title="Download the IP Changer Code" href="../../downloads/iTunes%20Link%20Updater.txt" target="_blank">download the raw code</a> &#8211; you must save the file with a .bat extension.</p>
<h3>Options</h3>
<p>If you&#8217;d like to change the Start Menu folder locations or names, you can do so on lines 3 and 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/batch-file-itunes-start-menu-shortcut-updater/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Install Microsoft Office 2007 In Ubuntu 8.04</title>
		<link>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-804/</link>
		<comments>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-804/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 22:56:22 +0000</pubDate>
		<dc:creator>Saman Sadeghi</dc:creator>
				<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Tips And Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[infopath]]></category>
		<category><![CDATA[one note]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[power point]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[publisher]]></category>
		<category><![CDATA[walkthrough]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://samanathon.com/?p=520</guid>
		<description><![CDATA[This step-by-step walk through details installing Microsoft Office 2007 Professional on Ubuntu 8.04, "Hardy Haron".]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #ff0000;"><strong><em>Update</em></strong></span></h3>
<p><span style="color: #ff0000;"><strong><em>I have updated this guide. Please read: <a href="http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-9-04/">How To Install Microsoft Office 2007 In Ubuntu 9.04</a>.</em></strong></span></p>
<p>I have to admit that I absolutely love <a title="Microsoft Office Professional 2007" href="http://office.microsoft.com/en-us/suites/FX101674091033.aspx">Office 12</a>, OpenOffice just doesn&#8217;t compare! So, I needed to install Office 2007 into Ubuntu. If you do too, follow along with my handy guide!</p>
<h3>Install Wine</h3>
<p>First off, you need to install Wine. I won&#8217;t get into what it is, but you can get more information on the <a title="Wine HQ" href="http://www.winehq.org/">Official Wine site</a>.</p>
<ol>
<li>Add the Wine repository&#8217;s key  to your system&#8217;s list of trusted APT keys by entering the following into the Terminal (<em>Applications</em>-&gt;<em>Accessories</em>-&gt;<em>Terminal</em>):<br />
<code>sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -</code></li>
<li>Add the repository to your system&#8217;s list of APT sources, again in the Terminal:<br />
<code>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list</code></li>
<li>Update APT&#8217;s package information by running the following command (once again, in the Terminal):<br />
<code>sudo apt-get update</code></li>
<li>If you&#8217;re on your Ubuntu machine now, you can <a href="apt://wine">install Wine by clicking this link</a>. If not, you can install by going to  <em>Applications</em>-&gt;<em>Add/Remove</em> and searching for Wine.<br />
<img class="alignnone" title="Install Wine Package" src="http://samanathon.com/images/apt url.png" alt="" width="319" height="154" /></li>
</ol>
<h3>Configure Wine</h3>
<p>Now for the fun stuff!</p>
<ol>
<li>Open Wine. You can do so by clicking <em>Applications</em>-&gt;<em>Wine</em>-&gt;<em>Configure Wine</em> or by hitting ALT+F2 and entering:<br />
<code>winecfg</code></li>
<li>Under the <em>Applications</em> tab, set the <em>Windows Version</em> to <strong>Windows Vista</strong>.<br />
<img class="alignnone" title="Set Windows version to Vista" src="http://samanathon.com/images/wine-version-vista.png" alt="" width="408" height="542" /></li>
<li>Under the <em>Drivers</em> tab, click <em>Autodetect</em> to assign a driver letter (D:\) to your CDROM drive (/media/cdrom0)<br />
<img class="alignnone" title="Mount CD-ROM" src="http://samanathon.com/images/wine-configuration-cdrom.png" alt="" width="408" height="542" /></li>
<li>Install <strong>winetricks</strong> by entering the following into the Terminal:<br />
<code>sh winetricks msxml3 dotnet20 gdiplus riched20 riched30 vcrun2005sp1</code></li>
<p>This will automatically install the following components:</p>
<p>Microsoft XML Parser<br />
<img class="alignnone" style="border: 1px solid black;" title="Microsoft XML Parser" src="http://samanathon.com/images/microsoft-xml-parser.png" alt="" width="553" height="351" /></p>
<p>Microsoft .NET Framework 2.0<br />
<img class="alignnone" style="border: 1px solid black;" title="Microsoft .NET Framework 2.0" src="http://samanathon.com/images/microsoft-net.png" alt="" width="489" height="401" /></p>
<p>Microsoft PowerPoint Viewer 2003<br />
<img class="alignnone" title="Microsoft PowerPoint Viewer 2003" src="http://samanathon.com/images/microsoft-powerpoint-viewer.png" alt="" width="418" height="89" /></p>
<p>Microsoft Visual C++ 2005 SP1<br />
<img class="alignnone" title="Microsoft Visual C++ 2005 SP1" src="http://samanathon.com/images/microsoft-visual-c.png" alt="" width="375" height="325" /></p>
<p>When wintricks is finished, it will let you know:<br />
<img class="alignnone" title="wintricks is done" src="http://samanathon.com/images/winetricks-complete.png" alt="" width="521" height="316" /></p>
<li>Navigate to following folder: <strong>~/.wine/drive_c/windows/system32/</strong><br />
You can do this via your <em>Home</em> folder (once at your <em>Home</em> folder, hit CTRL+H to display hidden files).</li>
<li>We need to make a backup of a .dll file; rename <strong>rpcrt4.dll</strong> to <strong>rpcrt4.bak</strong> <strong><br />
</strong></li>
<li><a href="http://www.mediafire.com/?njtut9aswdk"> Download a new version of <strong>rpcrt4.dll</strong></a> and place it in the Wine <em>system32</em> folder (from step 5)</li>
<li>Open up the Wine Configuration tool again (ALT+F2, <em>winecfg</em>) and click the <em>Libraries</em> tab. In the <em>New override for library</em> field, enter in <strong>rpcrt4.dll</strong> and hit the <em>Add</em> button.<br />
<img class="alignnone" title="New override for library entry rpcrt4.dll" src="http://samanathon.com/images/wine-override.png" alt="" width="408" height="542" /></li>
</ol>
<h3>Install Microsoft Office 2007</h3>
<p>Now that Wine is all set up, you can install Office 2007!</p>
<ol>
<li>Navigate to your CD-ROM drive and click <strong>setup.exe</strong>.</li>
<li>Enter your product key</li>
<li>Click the giant <em>Install Now</em> button (I noticed that the installation progress stays at 0% for a while, but your mileage may vary)!<br />
<img class="alignnone" title="Office Installer" src="http://samanathon.com/images/microsoft-office-install.png" alt="" width="613" height="497" /></li>
<p>If you click the <em>Customize</em> button, you can chose which components that you want to install. You can also enter your name, initials and company name. This information will be embedded into every document that you create, just like in the PC version.</p>
<p><img class="alignnone" title="Microsoft Office Installing" src="http://samanathon.com/images/microsoft-office-installing" alt="" width="613" height="497" /></p>
<p><img class="alignnone" title="Microsoft Office Installation Complete" src="http://samanathon.com/images/microsoft-office-complete" alt="" width="613" height="497" /></ol>
<h3>Clean Up Wine Installation Settings</h3>
<p>There are a couple of <strong>crucial</strong> cleanup and configuration steps remaining &#8211; hang in there, we&#8217;re all most done!</p>
<ol>
<li>Navigate back to Wine&#8217;s system32 folder (<strong>~/.wine/drive_c/windows/system32/</strong>)</li>
<li>Delete the downloaded <strong>rpcrt4.dll</strong>.</li>
<li>Rename <strong>rpcrt4.bak</strong> back to <strong>rpcrt4.dll</strong>.</li>
<li>Open <strong>winecfg</strong> (ALT+F2, <em>winecfg</em>) and remove the <em>rpct4</em> override we placed in the <em>Libraries</em> tab.</li>
<li>Click the <em>Applications</em> tab and set the Windows Version to <strong>Windows XP</strong>.</li>
</ol>
<p>You&#8217;re all done! <img src='http://samanathon.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>All of the Microsoft Office applications should now have appeared in your application menu: <em>Applications-&gt;Wine</em>-&gt;<em>Programs</em>-&gt;<em>Microsoft Office</em></p>
<h3>Source</h3>
<p>Some of the information used on this how-to was gathered from the <a href="http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=4992&amp;iTestingId=27927">WineHQ page for Office 2007</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://samanathon.com/how-to-install-microsoft-office-2007-in-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.825 seconds -->
<!-- Cached page served by WP-Cache -->
