<?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"
	>

<channel>
	<title>not quite the edge, more in the middle</title>
	<atom:link href="http://www.mylestonnies.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylestonnies.com</link>
	<description>a commentary.... what else were you expecting?</description>
	<pubDate>Fri, 22 Aug 2008 16:47:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Getting Started with Ubuntu</title>
		<link>http://www.mylestonnies.com/2008/08/22/getting-started-with-ubuntu/</link>
		<comments>http://www.mylestonnies.com/2008/08/22/getting-started-with-ubuntu/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[computers]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[begginers guide]]></category>

		<category><![CDATA[codecs]]></category>

		<category><![CDATA[dvd]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[proprietary]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=19</guid>
		<description><![CDATA[Multimedia
Because Ubuntu is a free operating system, they are not technically allowed to give people the codecs used decode certain media types with the system. A multimedia codec is a small piece of software which allows you to watch videos or listen to music of a specific format. There are many different multimedia formats and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Getting Started with Ubuntu", url: "http://www.mylestonnies.com/2008/08/22/getting-started-with-ubuntu/" });</script>]]></description>
			<content:encoded><![CDATA[<h2 id="pwg7"><strong id="tjue">Multimedia</strong><br id="tjue1" /></h2>
<p>Because Ubuntu is a free operating system, they are not technically allowed to give people the codecs used decode certain media types with the system. A multimedia <span id="lm0v" class="misspell">codec</span> is a small piece of software which allows you to watch videos or listen to music of a specific format. There are many different multimedia formats and so you may need to install several codecs. Ubuntu includes many codecs by default, but not all of them (the proprietary codecs).<br id="tjue2" /><br id="tjue3" />In order to play different media types (including <strong id="pwg70">mp3</strong> and <strong id="pwg71">DVDs</strong>), follow the simple instructions below. <br id="tjue4" /><br id="tjue5" />1. Open a terminal window from the accessories menu (under applications) <br id="tjue6" /><br id="tjue7" />2. Install java and other add-<span id="lm0v0" class="misspell">ons</span> by copying and pasting the following into the terminal window and executing (your password is the password that you set when you installed the system) sudo <br id="bw.1" /><br id="bw.10" style="background-color: #f3f3f3;" /><span style="color: #ff0000;">apt-get install ubuntu-restricted-extras</span><br id="tjue8" /><br id="tjue10" /> The sudo command lets you preform an action as a computer administrator. If you do not use the sudo command, the terminal will not let you preform installations. This is so that regular users to not harm their systems. <br id="tjue11" /><br id="tjue15" />The apt-get command is a program that searches installed repositories for software. The format something like this. <br id="tjue16" /><br id="bw.11" />apt-get install <em id="oxdn">software package name </em><br id="tjue21" /><br id="bw.12" />In this case, it installing the package ubuntu-restricted extras. Because Ubuntu uses Debian&#8217;s package management system, the program will fetch all the necessary components for you. <br id="tjue26" /><br id="tjue28" /> 3. Add Medibuntu to your sources.list, as well as its <span id="lm0v1" class="misspell">GPG</span> key to your keyring by copying and pasting the following into the terminal window and executing<br id="l2r6" /><br id="tjue29" /><span style="color: #ff0000;">sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list<br id="yi.v" /></span><br id="yi.v0" />This command adds the Medibuntu repository to your system. Once installed, your package manager will search through the added repository. This repository contains the codecs to play protected file formats. <br id="tjue33" /><br id="tjue34" />4. Then, add the <span id="lm0v3" class="misspell">GPG</span> Key: <br id="tjue35" /><span style="color: #ff0000;"><br id="tjue36" />sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update </span><br id="tjue37" /><br id="tjue38" />This adds adds the key to use the software repository. <br id="tjue39" /><br id="tjue43" />5. Add the proprietary codecs to play DVDs and mp3&#8217;s <br id="s3jh" /><br id="s3jh0" /><span style="color: #ff0000;">sudo apt-get install libdvdcss2 w32codecs</span><br id="tjue44" /><br id="yi.v1" />This command installs the <span id="lm0v5" class="misspell">libdvdcss</span>2 and the w32codecs software from the medibuntu repository.<br id="tjue47" /><br id="s3jh3" />This should get DVDs and mp3 to work properly. You may need to restart your system for all changes to take place.<br id="tjue48" /><br id="tjue51" /></p>
<h2 id="w_-t"><strong id="yi.v2">Other Cool Stuff</strong></h2>
<p><strong id="w_-t0">Google software repository<br id="w_-t1" /></strong><br id="tjue53" />To add the Google software repository (Ubuntu uses the Debian software repository model to install/<span id="lm0v6" class="misspell">uninstall</span> software. Once you have added a software repository, installing/<span id="lm0v7" class="misspell">uninstalling</span> software is as easy as checking a box and clicking apply in the Synaptic package manager). <br id="tjue54" /><br id="tjue55" />Download the Google Repository key at: <br id="tjue56" /><br id="tjue57" /><a title="Google Ubuntu Repository Key" href="http://www.google.com/linuxrepositories/aboutkey.html ">http://www.google.com/linuxrepositories/aboutkey.html </a><br id="tjue58" /><br id="tjue59" />Save it as the file on your desktop <br id="tjue60" /><br id="tjue61" /><span id="lm0v8" class="misspell">Goto</span> System -&gt; Administration -&gt; Software sources <br id="tjue62" /><br id="tjue63" /><span id="lm0v9" class="misspell">Goto</span> the authentication tab <br id="tjue64" /><br id="tjue65" />Click the &#8220;Import Key File&#8230;&#8221; button and select the &#8220;<span id="lm0v10" class="misspell">linux</span>_signing_key.pub&#8221; file you downloaded previously(on your desktop), then click &#8220;OK&#8221;. <br id="tjue66" /><br id="tjue67" />You should now see the &#8220;Google, Inc. Linux Package Signing Key&#8221; in the list. <br id="tjue68" /><br id="tjue69" />In the &#8220;Software Sources&#8221; application, click the &#8220;Third-Party Software&#8221; tab, then click the &#8220;Add&#8230;&#8221; button. <br id="tjue70" /><br id="tjue71" />Enter <span style="color: #ff0000;">deb http://dl.google.com/linux/deb/ stable non-free</span> for the APT line:, then click &#8220;Add Source&#8221;. <br id="tjue72" /><br id="tjue73" />It may now want to reload. Let it. <br id="tjue74" /><br id="tjue75" />Now you can go to System -&gt; Administration -&gt; Synaptic Package Manager <br id="tjue76" /><br id="tjue77" />Search for Google You can also find Picasa, Google Earth, Google Desktop (for indexing your computer) <br id="tjue78" /><br id="tjue79" /><strong id="icu9"><span id="lm0v12" class="misspell">getdeb</span></strong><br id="tjue80" /><br id="tjue82" />Software for you computer in .deb file formats. Download the *.deb file to your computer<br id="tjue84" />It works almost exactly like an .<span id="lm0v13" class="misspell">exe</span> file.<br id="icu90" /><a title="getdeb software" href=" http://www.getdeb.net/ "><br id="tjue85" />http://www.getdeb.net/ </a></p>
<h2><strong id="icu91">Documentation for your System</strong></h2>
<p>The following websites offer some great documentation on the operating system.<br id="tjue89" /><br id="tjue90" />Official Documentation<br id="tjue91" /><a title="Official Help Documentation" href="https://help.ubuntu.com ">https://help.ubuntu.com </a><br id="tjue92" /><br id="tjue93" />Community Support via Web Forum<br id="tjue94" /><a title="Community Support Forum" href="http://ubuntuforums.org ">http://ubuntuforums.org </a><br id="tjue95" /><br id="tjue96" />Cool things you can do with your operating system<br id="tjue97" /><a title="Ubuntu Geek" href="http://www.ubuntugeek.com">http://www.ubuntugeek.com</a><br id="tjue100" /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Getting+Started+with+Ubuntu&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F08%2F22%2Fgetting-started-with-ubuntu%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/08/22/getting-started-with-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>White Socks and Sandals - Two Socks Up</title>
		<link>http://www.mylestonnies.com/2008/08/22/white-socks-and-sandals-two-socks-up/</link>
		<comments>http://www.mylestonnies.com/2008/08/22/white-socks-and-sandals-two-socks-up/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 15:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[fashion]]></category>

		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=18</guid>
		<description><![CDATA[A coworker glanced over at me, looked down, and said, &#8220;Are those white socks?&#8221;
&#8220;Yes&#8221;, I said. &#8220;Why, what&#8217;s the matter?&#8221;
&#8220;But&#8230; you are wearing sandals&#8221;, she said.
That was the conversation the put everything on the table&#8230; socks and sandals. And not only socks and sandals, white Wilson socks (above the ankle), sporting themselves under a comfortable [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "White Socks and Sandals - Two Socks Up", url: "http://www.mylestonnies.com/2008/08/22/white-socks-and-sandals-two-socks-up/" });</script>]]></description>
			<content:encoded><![CDATA[<p>A coworker glanced over at me, looked down, and said, &#8220;Are those white socks?&#8221;<br />
&#8220;Yes&#8221;, I said. &#8220;Why, what&#8217;s the matter?&#8221;<br />
&#8220;But&#8230; you are wearing sandals&#8221;, she said.</p>
<p>That was the conversation the put everything on the table&#8230; socks and sandals. And not only socks and sandals, white Wilson socks (above the ankle), sporting themselves under a comfortable pair of &#8216;WindRiver&#8217; sandals.</p>
<p>&#8220;Why&#8221;, she asked. &#8220;Why would you do that? Isn&#8217;t there a some unwritten fashion rule the prohibits wearing socks with sandals.. and white Wilsons to top it off. It&#8217;s like wearing white after Labour day.</p>
<p>Well, I agree, there are some dos and don&#8217;ts when it comes to fashion.</p>
<ol>
<li>Oprah should not be allowed to dress herself.</li>
<li>Socks should not be worn with thong sandals.</li>
<li>Pink does not look good on straight men, despite how hard the fashion world tries to convince us otherwise.</li>
<li>Capris are stupid and ugly, no matter which way you look at it. I&#8217;ve heard that men are wearing capris in Europe. Come one guys. Why don&#8217;t we all just start wearing sugar sack shorts. Better yet, throw on workout leggings again and put a scrunchy in your hair.</li>
<li>Tapered, form fitting pants only look good on heroin addicted British actors and 70&#8217;s punk rockers. Emo boys are not going to bring them back.</li>
</ol>
<p>However, despite all the rules, I feel that socks have a place with a certain style sandal. I&#8217;m not making a rule. I think that caution and good judgment should to be used. But I do think theer is room for white socks with sandals and I will provide you with 2 reasons.</p>
<p>1. You should follow your own fashion sense, no matter what people tell you (yes, this includes Oprah and the two hosts from &#8216;What not to wear&#8217;).</p>
<p>2. In the summer, working in an office, its nice to wear sandals. It is cooler. However, it is not cool to smell sandal feet from the cubicle next to you from the guy who thinks it&#8217;s not cool to wear socks with sandals.</p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3272/2786458639_0ff1f29b34.jpg" alt="Socks and Sandals" width="500" height="400" /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=White+Socks+and+Sandals+-+Two+Socks+Up&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F08%2F22%2Fwhite-socks-and-sandals-two-socks-up%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/08/22/white-socks-and-sandals-two-socks-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Hannibal Lecter would do</title>
		<link>http://www.mylestonnies.com/2008/08/19/what-hannibal-lecter-would-do/</link>
		<comments>http://www.mylestonnies.com/2008/08/19/what-hannibal-lecter-would-do/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 18:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[animals]]></category>

		<category><![CDATA[rants]]></category>

		<category><![CDATA[animal rights]]></category>

		<category><![CDATA[Hanibal Lecter]]></category>

		<category><![CDATA[PETA]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=17</guid>
		<description><![CDATA[I&#8217;m sorry. I could not resist. All PETA advocates, I do care about the welfare of animals. However, my priorities are a little more in line with rational and logical thinking. I am for the ethical treatment of animals in production for consumption.

<script type="text/javascript">SHARETHIS.addEntry({ title: "What Hannibal Lecter would do", url: "http://www.mylestonnies.com/2008/08/19/what-hannibal-lecter-would-do/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sorry. I could not resist. All PETA advocates, I do care about the welfare of animals. However, my priorities are a little more in line with rational and logical thinking. I am for the ethical treatment of animals in production for consumption.</p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3088/2778929084_0e27d7baa3.jpg" alt="PETA Add" width="403" height="500" /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=What+Hannibal+Lecter+would+do&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F08%2F19%2Fwhat-hannibal-lecter-would-do%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/08/19/what-hannibal-lecter-would-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change from KDE display manager to Gnome display manager</title>
		<link>http://www.mylestonnies.com/2008/06/05/change-from-kde-display-manager-to-gnome-display-manager/</link>
		<comments>http://www.mylestonnies.com/2008/06/05/change-from-kde-display-manager-to-gnome-display-manager/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 01:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=15</guid>
		<description><![CDATA[I recently tried the new KDE 4.1 desktop. This desktop has enormous potential. However, currently it is still in its BETA stage and has too many bugs to be used as a production desktop. When installing the desktop I switched to the KDE display manager. I removed the desktop and found that the KDE display [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Change from KDE display manager to Gnome display manager", url: "http://www.mylestonnies.com/2008/06/05/change-from-kde-display-manager-to-gnome-display-manager/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I recently tried the new KDE 4.1 desktop. This desktop has enormous potential. However, currently it is still in its BETA stage and has too many bugs to be used as a production desktop. When installing the desktop I switched to the KDE display manager. I removed the desktop and found that the KDE display manager was still the default. I searched the web to find this easy solution.</p>
<p>Go to a terminal and type:</p>
<p><span style="color: #ff0000;">sudo dpkg-reconfigure gdm</span></p>
<p>Follow the prompt and you can set the Gnome display manger (gdm) as the default.</p>
<p>Let me know if you have any questions.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Change+from+KDE+display+manager+to+Gnome+display+manager&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F06%2F05%2Fchange-from-kde-display-manager-to-gnome-display-manager%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/06/05/change-from-kde-display-manager-to-gnome-display-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Moral and Ethical Implication of Theft</title>
		<link>http://www.mylestonnies.com/2008/05/22/the-moral-and-ethical-implication-of-theft/</link>
		<comments>http://www.mylestonnies.com/2008/05/22/the-moral-and-ethical-implication-of-theft/#comments</comments>
		<pubDate>Fri, 23 May 2008 01:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[economy]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[rants]]></category>

		<category><![CDATA[stupidity]]></category>

		<category><![CDATA[dilemma]]></category>

		<category><![CDATA[ethics]]></category>

		<category><![CDATA[morals]]></category>

		<category><![CDATA[theft]]></category>

		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=14</guid>
		<description><![CDATA[The Moral and Ethical Implication of Theft
My car was broken into this past weekend; a long weekend at that. I was furious. How could some one knowingly do this to someone else’s property? I had a Garmin c550 in a hidden console. Other than that, the only valuables in the car was some pocket change [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "The Moral and Ethical Implication of Theft", url: "http://www.mylestonnies.com/2008/05/22/the-moral-and-ethical-implication-of-theft/" });</script>]]></description>
			<content:encoded><![CDATA[<h2>The Moral and Ethical Implication of Theft</h2>
<p>My car was broken into this past weekend; a long weekend at that. I was furious. How could some one knowingly do this to someone else’s property? I had a Garmin c550 in a hidden console. Other than that, the only valuables in the car was some pocket change in the middle council. This was also hidden. This lead me to believe that it was a random break in. Perhaps it was some kids looking for something valuable?</p>
<p>My car is a Red Nissan Altima, 2007. It’s a nice car, not a Porsche, but a relatively nice automobile. Perhaps they saw the car and was hoping that I had some cash or other valuables. In the end it was probably some kids looking for some money and a rush.</p>
<p>They broke the passenger side window. I think it was amateur because they first tried to bust the handle, and then the damaged my side paneling when using it as leverage to bust in the window. In total, there is probably about $3000 dollars worth of damage done to the car.</p>
<p>But this got me to thinking. I was upset and angry because I felt violated. Someone damaged my car as well as stole some of my property. Obviously it’s a crime because I paid for the items and they took them from me without asking. But what is the difference between this and stealing software, songs or copyrighted material on the internet?</p>
<p>I know that I have and probably will continue to download songs over the internet. I made a conscious choice to switch to Linux in order to avoid using illegal versions of proprietary software. But songs, I will likely continue to download from torrent sites. And yet, I do not feel remorse for stealing these things.</p>
<p>Is it because:</p>
<p>1. Songs are and abstract medium with no physical substance (unlike my Garmin)?</p>
<p>2. Stealing from large nameless corporations isn’t wrong. We should being doing this because the artist in the end makes a fraction of what the record label makes from the artist’s en devour?</p>
<p>3. We choose which actions are right and wrong based on convenience. There are no morals or ethics, only decisions and choices?</p>
<p>Guilt is like a bag of bricks. You just have to let it go. Obviously, this only works when you are the one stealing (not the one being stolen from), and the dilemma remains unsolved.</p>
<p>Let me know what you think.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=The+Moral+and+Ethical+Implication+of+Theft&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F05%2F22%2Fthe-moral-and-ethical-implication-of-theft%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/05/22/the-moral-and-ethical-implication-of-theft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting Ogg file format to AVI file format</title>
		<link>http://www.mylestonnies.com/2008/05/16/converting-ogg-file-format-to-avi/</link>
		<comments>http://www.mylestonnies.com/2008/05/16/converting-ogg-file-format-to-avi/#comments</comments>
		<pubDate>Fri, 16 May 2008 16:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[howto]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[avi]]></category>

		<category><![CDATA[file format]]></category>

		<category><![CDATA[ogg]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=12</guid>
		<description><![CDATA[Another reason why I love Linux. Having created a screen capture in the OGG file format, I needed to give it to a friend who prefers to work with AVI formats. After a few minutes of searching, voila&#8230; a simple and elegant answer was found thanks to liquidat.
The short sweet answer:
Make sure you have the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Converting Ogg file format to AVI file format", url: "http://www.mylestonnies.com/2008/05/16/converting-ogg-file-format-to-avi/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Another reason why I love Linux. Having created a screen capture in the OGG file format, I needed to give it to a friend who prefers to work with AVI formats. After a few minutes of searching, voila&#8230; a simple and elegant answer was found thanks to <a title="liquidat" href="http://liquidat.wordpress.com/2007/09/04/short-tip-convert-ogg-screencasts-to-avi/" target="_blank">liquidat</a>.</p>
<p><strong>The short sweet answer:</strong></p>
<p>Make sure you have the MPlayer&#8217;s Movie Encoder installed (sudo apt-get mencoder). It is available from the <a title="Medibuntu" href="http://www.medibuntu.org/" target="_blank">Medibuntu</a> repository.</p>
<p>Then go to the command line and enter:</p>
<p>mencoder <em>video.ogg</em> -ovc lavc -oac mp3lame -o <em>video.avi</em></p>
<p>where <em>video.ogg</em> is the original OGG file and <em>video.avi</em> is your desired ouput file</p>
<p>That should be it. Let me know if you have an questions.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Converting+Ogg+file+format+to+AVI+file+format&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F05%2F16%2Fconverting-ogg-file-format-to-avi%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/05/16/converting-ogg-file-format-to-avi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bomb Sniffing Dalmatian</title>
		<link>http://www.mylestonnies.com/2008/05/14/bomb-sniffing-dalmatian/</link>
		<comments>http://www.mylestonnies.com/2008/05/14/bomb-sniffing-dalmatian/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:47:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[economy]]></category>

		<category><![CDATA[politics]]></category>

		<category><![CDATA[rants]]></category>

		<category><![CDATA[stupidity]]></category>

		<category><![CDATA[dog]]></category>

		<category><![CDATA[navy]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=10</guid>
		<description><![CDATA[I am wondering why you would need to create such device?

Some ideas:

You made bombs and forgot about them&#8230;
People must really not like you&#8230; (I would seriously start to question why)
You had some extra money laying around (and that’s after the an imminent recession, mortgage crisis and health care crisis, and yet, somehow you still have [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Bomb Sniffing Dalmatian", url: "http://www.mylestonnies.com/2008/05/14/bomb-sniffing-dalmatian/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I am wondering why you would need to create such device?</p>
<p><img src="http://www.mylestonnies.com/images/mylestonnies.com/Navy_ad.jpg" alt="Bomb Sniffing Dalmatian" width="400" height="560" /></p>
<p><strong>Some ideas:</strong></p>
<ol>
<li>You made bombs and forgot about them&#8230;</li>
<li>People must really not like you&#8230; (I would seriously start to question why)</li>
<li>You had some extra money laying around (and that’s after the an imminent recession, mortgage crisis and health care crisis, and yet, somehow you still have a surplus plus of money. I think that maybe this is called an inflated economy)</li>
</ol>
<p>Do you think the bomb sniffing dog can detect pins too?</p>
<p>At least the next time you see a homeless person or a child with cancer, you know why there wasn&#8217;t enough funding to help your fellow Americans.</p>
<p>Fool me once, shame on you, fool me twice, shame on the aquatic money sucking dog project&#8230; or something like that. Maybe your president can help you&#8230; Just a thought.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Bomb+Sniffing+Dalmatian&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F05%2F14%2Fbomb-sniffing-dalmatian%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/05/14/bomb-sniffing-dalmatian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Major Tom</title>
		<link>http://www.mylestonnies.com/2008/05/08/major-tom/</link>
		<comments>http://www.mylestonnies.com/2008/05/08/major-tom/#comments</comments>
		<pubDate>Thu, 08 May 2008 13:37:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[alcohol]]></category>

		<category><![CDATA[animals]]></category>

		<category><![CDATA[rants]]></category>

		<category><![CDATA[major tom]]></category>

		<category><![CDATA[rat]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=7</guid>
		<description><![CDATA[So he came home with a rat.  A rat with a purple cage.  A rat with a four-tiered purple cage.  A rat who&#8217;s name, he decided, would be &#8220;Tom&#8221;.  So, Tom lived in a three-tiered purple cage, and would soon receive a gift of a purple ball, in which to roam around his domain in [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Major Tom", url: "http://www.mylestonnies.com/2008/05/08/major-tom/" });</script>]]></description>
			<content:encoded><![CDATA[<p>So he came home with a rat.  A rat with a purple cage.  A rat with a four-tiered purple cage.  A rat who&#8217;s name, he decided, would be &#8220;Tom&#8221;.  So, Tom lived in a three-tiered purple cage, and would soon receive a gift of a purple ball, in which to roam around his domain in his Park Towers Suite.  Then the question was posed: why not give this rat, Tom, a title.  Why not call him &#8220;Major Tom&#8221;;  a stunning tribute to Ziggy Stardust, who&#8217;s favorite colour (or at least it should have been) was purple.  There have been previous rodents with such names; Sgt Pepper, Mr. Bungle and so on and so forth.  But then there was a kafuffle and the crowd fell dead.  Apparently &#8220;title&#8221; is not the term for &#8220;Sgt&#8221; or &#8220;Mr.&#8221;.  Then he, yes he, who brought home the dear rodent Tom and his purple palace, had a wonderfully brilliant idea (or so he thought).  He decided to make figuring out the term that apparently wasn&#8217;t &#8220;title&#8221; into a fun and exciting game, in which the winner would not have to pour his or her own drink for the rest of the night, and the loser would have to go to the store and perform the most daunting of tasks ever; going to buy mix for the drinks consumed that night.  Du du duuuu.  So we tired of the whole thing and sunk to looking the shit up online.  Many terms arose, such as epithet, title, designation, and so on and so forth.  But we still were not satisfied.  No, that word we were all thinking of has yet to arise.  Perhaps people like us, who buy rodents for $10 on Monday afternoons after working day in and day out, have the keys to a different reality?  One where all the answers you seek are told.  One that expands your mind and alters your state of being in mind, body and soul?  Or maybe, just maybe, we&#8217;ll all just fuckin&#8217; come up with the shit in like 5 minutes and realize that this whole thing doesn&#8217;t make any fucking sense at all?  Even when we&#8217;re this looped and now is the only goddamned time something this hairbrained would ever make sense at all?  FUCK!  What IS that word?</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Major+Tom&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F05%2F08%2Fmajor-tom%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/05/08/major-tom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using IE 6 in Vista via FireFox</title>
		<link>http://www.mylestonnies.com/2008/04/28/using-ie-6-in-vista-via-firefox/</link>
		<comments>http://www.mylestonnies.com/2008/04/28/using-ie-6-in-vista-via-firefox/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 00:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[browsers]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[IE 6]]></category>

		<category><![CDATA[IE6 in Vista]]></category>

		<category><![CDATA[Internet Explorer 6]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=5</guid>
		<description><![CDATA[I have posted this article in response to the many people who have purchased a new computer with Windows Vista pre-installed (Give Ubuntu 8.04 a try. You will not regret it). Many people use their home  computers to access work email. Many people access web-mail through a .NET interface using IE 6. It&#8217;s almost [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Using IE 6 in Vista via FireFox", url: "http://www.mylestonnies.com/2008/04/28/using-ie-6-in-vista-via-firefox/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I have posted this article in response to the many people who have purchased a new computer with Windows Vista pre-installed (Give<a href="http://www.ubuntu.com" title="Get Ubuntu" target="_blank"> Ubuntu 8.04</a> a try. You will not regret it). Many people use their home  computers to access work email. Many people access web-mail through a .NET interface using IE 6. It&#8217;s almost mandatory to use the IE6 browser to get full functionality out of the web-mail interface.</p>
<p>Having bought a computer with IE7 installed you will notice accessing your web-mail has changed. IE6 and IE7 do not render or display the interface the same, let alone give the user the same functionality&#8230; and that is <strong>IF</strong> you can login in using IE7.</p>
<p id="ott:2">So you&#8217;ve called your IT team at work and they will tell you, &#8220;Sorry, we do not support IE7. Good luck.&#8221;</p>
<p id="ott:4">So you try to install IE6 onto your brand new computer. No luck. It will not let you. So you try to un-install IE7 and revert back to IE 6. Vista will not let you. Now your thinking, why is this happening to me. Well have to no fear.</p>
<p id="ott:7">There is a solution.</p>
<p id="ott:7">You can use FireFox (a far superior browser) to access your web-mail just like you used to.</p>
<p id="ott:8"><strong id="ott:9">Installing the extension</strong><br id="ott:10" /> <br id="ott:11" /> Go to<a href="http://www.firefox.com" title="Get Firefox" target="_blank"> http://www.firefox.com</a> to install FireFox onto your computer if do do not have it installed already.</p>
<p id="ott:8">With FireFox installed on your system, click on the link below and add the extension.</p>
<p id="ott:8"><a href="https://addons.mozilla.org/en-US/firefox/downloads/file/16070/ie_tab-1.3.3.20070528-fx+mz+sm+fl-win.xpi" title="IE Extension" target="_blank">Internet Explorer (IE) Firefox Extension </a></p>
<p id="ott:8">Restart Firefox. Right click on the tool bar at the top (in a blank spot beside where it says &#8216;help&#8217;) and click customize from the menu options.</p>
<p id="ott:8"><img src="http://www.mylestonnies.com/images/mylestonnies.com/Right.Click.Customize.Menu.jpg" alt="Right Click" height="158" width="475" /></p>
<p id="ott:8">Scroll down to the bottom until you see a button called &#8216;IE Tab&#8217;. Drag it to your toolbar (beside the other icons at the top).</p>
<p id="ott:8"><img src="http://www.mylestonnies.com/images/mylestonnies.com/IE.Button.jpg" alt="Click and drag the button to the bar" height="320" width="475" /></p>
<p id="ott:8">Close the customization window. Your toolbar should now look something like this.</p>
<p id="ott:8"><img src="http://www.mylestonnies.com/images/mylestonnies.com/Button.In.Toolbar.jpg" alt="Your New Toolbar" height="166" width="475" /></p>
<p id="ott:8"> <strong id="ott:20">Using the new extension</strong><br id="ott:21" /> <br id="ott:22" /> That was the hard part. Now you can just use the feature shown here below.<br id="ott:23" /> <br id="ott:24" /> Go to the site requiring you to use IE 6. Click on the IE tab now on your menu bar. Your page should now be like it was using IE 6 with all the same functionality. If you have any questions or comments please leave them below and I will get back to your promptly.<br id="ott:26" /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=Using+IE+6+in+Vista+via+FireFox&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F04%2F28%2Fusing-ie-6-in-vista-via-firefox%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/04/28/using-ie-6-in-vista-via-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>From smug to stuffed</title>
		<link>http://www.mylestonnies.com/2008/03/09/from-smug-to-stuffed/</link>
		<comments>http://www.mylestonnies.com/2008/03/09/from-smug-to-stuffed/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 13:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[animals]]></category>

		<guid isPermaLink="false">http://www.mylestonnies.com/?p=4</guid>
		<description><![CDATA[ Johnny is an arrogant cat. His ass stinks, but he does not think that it does. He licks you with a scaly tongue, but he thinks that you like it. He vocalizes a &#8220;perrr..meow&#8221; in the morning and doesn&#8217;t realize that he is one step away from a rooster, about to become soup stock, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "From smug to stuffed", url: "http://www.mylestonnies.com/2008/03/09/from-smug-to-stuffed/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2310/2279059682_2205cfe01b_m.jpg" alt="Johnny Close-ups" align="left" border="4" hspace="4" vspace="4" /> Johnny is an arrogant cat. His ass stinks, but he does not think that it does. He licks you with a scaly tongue, but he thinks that you like it. He vocalizes a &#8220;perrr..meow&#8221; in the morning and doesn&#8217;t realize that he is one step away from a rooster, about to become soup stock, or a bird on a rotisserie. Now Jenn, despite loving chicken, will not let me eat our cat. I assure her that he is tender and juicy.  He also just took a flying leap over the laptop, while I was trying to write this; the feline must DIE!</p>
<p><strong> </strong></p>
<p><strong>Case in point</strong></p>
<ul>
<li>he is fed a well balanced diet</li>
<li>he does not do anything but lay around the house (far from gamy)</li>
<li>we pet him periodically, tenderizing the meat</li>
<li>he drinks plenty of fluids</li>
<li>he lives in a sanitary apartment (which is a much better than any of you can say about the last bird that you bought in the grocery store)</li>
</ul>
<p>Johnny is arrogant. Of that much you can be sure. I say that we stop eating the birds and eat the animals that feed upon birds. We are highly evolved and in my own personal opinion, the world could use a few less arrogant cats.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=74583da8-2bad-444e-acf3-59fa783412b9&amp;title=From+smug+to+stuffed&amp;url=http%3A%2F%2Fwww.mylestonnies.com%2F2008%2F03%2F09%2Ffrom-smug-to-stuffed%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylestonnies.com/2008/03/09/from-smug-to-stuffed/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
