<?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>Josh Highland &#187; windows</title>
	<atom:link href="http://joshhighland.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhighland.com/blog</link>
	<description>the living internet</description>
	<lastBuildDate>Tue, 24 Aug 2010 16:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Here Is Why Web Developers Like Me Hate IE6</title>
		<link>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/</link>
		<comments>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:28:59 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[depricated]]></category>
		<category><![CDATA[iE6]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1684</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshhighland.com/blog/wp-content/uploads/2010/07/ie6css.jpg"><img class="alignleft size-full wp-image-1685" title="ie6css" src="http://joshhighland.com/blog/wp-content/uploads/2010/07/ie6css.jpg" alt="" width="580" height="1159" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008: FIXED &#8220;Saving changes is not permitted&#8221;</title>
		<link>http://joshhighland.com/blog/2010/02/08/sql-server-2008-fixed-saving-changes-is-not-permitted/</link>
		<comments>http://joshhighland.com/blog/2010/02/08/sql-server-2008-fixed-saving-changes-is-not-permitted/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:00:28 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[MS SQL 2008]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1076</guid>
		<description><![CDATA[Working in SQL Server 2008 I received this confusing error when editing the structure of a table: “Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1079" title="Screen-shot-2010-02-03-at-12.16.11-AM" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-03-at-12.16.11-AM1.png" alt="" width="381" height="87" /></p>
<p>Working in SQL Server 2008 I received this confusing error when editing the structure of a table:</p>
<blockquote><p>“Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created.”</p></blockquote>
<p><img class="alignnone size-full wp-image-1077" title="cantSaveTable" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/cantSaveTable.jpg" alt="" width="479" height="394" /></p>
<p>I tried many things but I kept getting this error. After some trouble shooting I found the following information:</p>
<p>This error happens because “<strong>Saving Changes is not permitted</strong>” when using SQL Server 2008 Management Studio to modify the structure of a table especially when SQL Server needs to drop and recreate a table to save the structural changes. It is always advised to make a structural change for a table using TSQL. However, it is a convenient option for database developers to use SQL Server Management Studio make such changes  as the  <strong><em>Prevent Saving Changes That Require Table Re-creation</em> option is enabled by default</strong> in SQL Server 2008 Management Studio.</p>
<p>I can understand why this feature would be helpful to have but to have it enabled by default is just silly.</p>
<p>I found that you can disable this feature by:</p>
<ol>
<li>Open the Tools menu then click on Options</li>
<li>Open the &#8220;Designers&#8221; tree</li>
<li>Click on &#8220;Table and Database Designers&#8221;</li>
<li>Uncheck &#8220;Prevent saving changes that require table-creation&#8221;</li>
<li>Press &#8220;Ok&#8221;</li>
</ol>
<p><img class="alignnone size-full wp-image-1078" title="uncheck_saveTables" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/uncheck_saveTables.jpg" alt="" width="653" height="390" /></p>
<p>Once I disabled the “<strong>Prevent saving changes that require the table re-creation” </strong>option,  I was ahead and save the changes I needed to make.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/08/sql-server-2008-fixed-saving-changes-is-not-permitted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Unwanted Firefox Auto-Suggest Entries</title>
		<link>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/</link>
		<comments>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:00:40 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autosuggest]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1057</guid>
		<description><![CDATA[Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar. Most of the time FireFox does a very good job of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1058 alignleft" title="firefox" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/firefox.jpg" alt="" width="250" height="250" /></p>
<p>Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar.</p>
<p>Most of the time FireFox does a very good job of figuring out what you want to do, but when it goes bad, it goes really bad and gets annoying fast.</p>
<p>The other day I accidentally typed in &#8220;google.com/a&#8221;, and from that moment time on, everytime I wanted to go to &#8220;google.com&#8221;, it would auto complete to &#8220;google.com/a&#8221;, and i would end up going there. Very annoying.</p>
<p>I searched the Firefox menus but couldn&#8217;t find anything to help. I didn&#8217;t want to wipe out all of the auto complete entries, I find most of them helpful. I did some research and realized that you can remove these entries manually, but you have to do it in an unconventional way.</p>
<p><span style="text-decoration: underline;"><strong>How remove those unwanted auto suggest entries</strong></span></p>
<p><strong>1. The list appears as you type something.<br />
2. Select an entry by pointing you mouse at the item in the list, it will highlight.<br />
3. Press Shift + Delete from your keyboard to delete the entry.</strong></p>
<p><img title="Remove Firefox Auto-Suggest Entries" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-05-at-6.53.45-PM.png" alt="" width="547" height="228" /></p>
<p>That&#8217;s all! You can remove entries from the address bar.  This trick works on any Firefox auto complete list, including text fields and other dropdown suggestions.</p>
<p>This also works on windows, mac and linux machines</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008: FIXED &#8220;Data has changed since the Results pane was last retrieved&#8221;</title>
		<link>http://joshhighland.com/blog/2010/02/03/sql-server-2008-fixed-data-has-changed-since-the-results-pane-was-last-retrieved/</link>
		<comments>http://joshhighland.com/blog/2010/02/03/sql-server-2008-fixed-data-has-changed-since-the-results-pane-was-last-retrieved/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:30:27 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ms sql]]></category>
		<category><![CDATA[ssms]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1045</guid>
		<description><![CDATA[Today I was trying to edit the value in a table cell through the query browser in Microsoft SQL Server Management Itudio and I kept getting the following error: Data has changed since the Results pane was last retrieved. Do you want to save your changes now? (Optimistic Concurrency Control Error) Click Yes to commit [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1049 aligncenter" title="Screen shot 2010-02-03 at 12.16.11 AM" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-03-at-12.16.11-AM.png" alt="" width="381" height="87" /></p>
<p>Today I was trying to edit the value in a table cell through the query browser in Microsoft SQL Server Management Itudio and I kept getting the following error:</p>
<blockquote><p>Data has changed since the Results pane was last retrieved. Do you want to save your changes now?<br />
(Optimistic Concurrency Control Error)<br />
Click Yes to commit your changes to database anyway.<br />
Click No to discard your change and retrieve the current data for this row.<br />
Click Cancel to continue editing.</p></blockquote>
<p><a href="http://joshhighland.com/blog/wp-content/uploads/2010/02/occe.jpg"><img class="aligncenter size-full wp-image-1046" title="occe" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/occe.jpg" alt="" width="604" height="268" /></a></p>
<p>I would click &#8220;Yes&#8221;, and get another error:</p>
<blockquote><p>No row was updated.<br />
The data in row X was not committed.<br />
Error Source: Microsoft.VisualStudio.DataTools.<br />
Error Message: The row value(s) updated or deleted either do not make the row unique or they alter multiple rows(N rows).<br />
Correct the errors and retry or press ESC to cancel the change(s).</p></blockquote>
<p>I was killing myself trying to figure out what was wrong. I was the only person working on the database, so the data wasnt being changed behind my back.</p>
<p>After an hour on goolge I came across a Microsoft tech article for MS SQL 2005, <a href="http://support.microsoft.com/kb/925719">http://support.microsoft.com/kb/925719</a></p>
<p>It stated the issue could occure from one of the following conditions:</p>
<ul>
<li>The table contains one or more columns of the text or ntext data type.</li>
<li>The value of one of these columns contains the following characters:</li>
<li>Percent sign (%)</li>
<li>Underscore (_)</li>
<li>Left bracket ([)</li>
<li><strong>The table does not contain a primary key.</strong></li>
</ul>
<p>I double checked the table I was working on and realized it didnt have a primary key. It must have gotten dropped in the data migration from MS SQL 2000 to MS SQL 2008. A simple right click, set primary key and my problem was fixed.</p>
<p><a href="http://joshhighland.com/blog/wp-content/uploads/2010/02/setPrimaryKey.jpg"><img class="aligncenter size-full wp-image-1047" title="setPrimaryKey" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/setPrimaryKey.jpg" alt="" width="328" height="300" /></a></p>
<p>Verify the primary keys! It&#8217;s a simple fix to a head breaker of a problem. I hope someone finds this and it fixes their issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/03/sql-server-2008-fixed-data-has-changed-since-the-results-pane-was-last-retrieved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 must die!</title>
		<link>http://joshhighland.com/blog/2009/07/21/internet-explorer-6-must-die/</link>
		<comments>http://joshhighland.com/blog/2009/07/21/internet-explorer-6-must-die/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 16:05:44 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=707</guid>
		<description><![CDATA[As a professional web developer I have the authority to say this, Internet Explorer is a pain in the ass to support. IE 6 is the browser that shipped with Windows XP, so it was pretty wide spread. Every year on the web is like 10 years in any other industry. This makes IE 6 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-708" title="noIE" src="http://joshhighland.com/blog/wp-content/uploads/2009/07/noIE.jpg" alt="noIE" width="299" height="300" /></p>
<p>As a professional web developer I have the authority to say this, Internet Explorer is a pain in the ass to support. IE 6 is the browser that shipped with Windows XP, so it was pretty wide spread. Every year on the web is like 10 years in any other industry. This makes IE 6 about 80 years old in practical terms, a literal antique. Microsoft is now on version 8 of Internet Explorer. IE6 is not considered a &#8220;modern browser&#8221;. Modern browsers honor web site development standards and promote a consistent visual experience are users. The most notable of these modern browsers are <a href="http://getfirefox.com">FireFox</a>, <a href="http://www.google.com/chrome">Chrome</a>, <a href="http://www.apple.com/safari/">Safari</a>, and even <a href="http://www.opera.com/">Opera</a>.</p>
<p>In a nut shell, a web browsers is an interpreter of code. Programmers write the code to power a website, but the displaying and presentation of the site is up to the web browser. Modern browsers will all react the programmers code in a similar manner, this gives users a consistent experience and lets programmers worry more about making cool stuff instead of worrying about how to make their pages look consistent on all browsers. IE 6 doesn&#8217;t play by the modern rules, it does its own thing, which is often unpredictable. This means that programmers have to write special code just for people who use IE 6 to look at their site.</p>
<p>Despite IE 6 being a horrible browser that is full of security holes, people continue to use it which is mind blowing to me. Upgrading to IE 7 or IE 8 is free, and mandatory if you have Windows XP service pack 2 or 3 installed. Better yet, IE 6 doesn&#8217;t come with  Windows Vista or Windows 7. Get with the time people and upgrade your computers!</p>
<p>Because IE 6 is still widely used but doesn&#8217;t play by today&#8217;s rules so to speak, and it is old, the decision has been made, IE 6 MUST DIE!</p>
<p>Major website announced this week that they would be displaying special messages to IE 6 users telling them to upgrade to a modern browser or lose the use of the site. Some of the big boys behind this effort include <a href="http://twitter.com">Twitter</a>, <a href="http://facebook.com">Facebook</a>, <a href="http://digg.com">Digg </a>and <a href="http://youtube.com">YouTube</a>. In time these sites are going to stop worrying about IE 6 users all together.</p>
<p>I think this is an amazing step towards the future and would like to see some of the larger websites join together to solve some of the webs other problems.</p>
<p><img class="alignnone size-full wp-image-709" title="youtube-ie6.png" src="http://joshhighland.com/blog/wp-content/uploads/2009/07/youtube-ie6.png.jpg" alt="youtube-ie6.png" width="567" height="233" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2009/07/21/internet-explorer-6-must-die/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>no place like home (and end keys) on a mac</title>
		<link>http://joshhighland.com/blog/2009/03/19/no-place-like-home-and-end-keys-on-a-mac/</link>
		<comments>http://joshhighland.com/blog/2009/03/19/no-place-like-home-and-end-keys-on-a-mac/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 02:44:32 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=569</guid>
		<description><![CDATA[I never noticed how often I use the &#8220;home&#8221; and &#8220;end&#8221; keys when I type until they were taken away from me. I am a programmer by trade, and as a result, I type code all day long. On a PC the end key will take you to the end of a line, and the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-571" title="keyfixer" src="http://joshhighland.com/blog/wp-content/uploads/2009/03/keyfixer.jpg" alt="keyfixer" width="139" height="136" /></p>
<p>I never noticed how often I use the &#8220;home&#8221; and &#8220;end&#8221; keys when I type until they were taken away from me. I am a programmer by trade, and as a result, I type code all day long. On a PC the end key will take you to the end of a line, and the home key will bring you to the beginning of a line. On a mac, this functionality doesn&#8217;t exist. It&#8217;s simple missing! It just makes a &#8220;ding&#8221; at me</p>
<p>Maybe it would be different if I was using a mac keyboard with my mac mini. Right now I am using a KVM switch to share my microsoft mouse and keyboard with my PC and my Mini. As a result, My mind and hands continue to type and work just like I was coding using a PC. &#8220;DING DING DING&#8221; damn its annoying. I had no idea i hit those keys so often, but the mini does a good job at reminding me <img src='http://joshhighland.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I tried to live with it but it got old fast. I decided to do a google search for &#8220;<a href="http://www.google.com/search?hl=en&amp;q=home+end+keys+mac&amp;btnG=Google+Search&amp;aq=f&amp;oq=">home end keys mac</a>&#8221; to see if there was a fix for this. The first result was a God send. <a href="http://www.starryhope.com/tech/apple/2006/keyfixer/">keyfixer</a> is a tiny application for pc-to-mac switchers like me, that remaps your keyboard and adds back the functionality of the home and end keys.</p>
<p>It&#8217;s amazing how much more productive I feel just by having those 2 keys back. I guess after 15+ years of typing/programing for a living, the home and end keys are a perminiate part of my arsenal and I will never underestimate their power ever again.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2009/03/19/no-place-like-home-and-end-keys-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manually reset your WordPress password</title>
		<link>http://joshhighland.com/blog/2009/02/13/manually-reset-your-wordpress-password/</link>
		<comments>http://joshhighland.com/blog/2009/02/13/manually-reset-your-wordpress-password/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 23:23:08 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=526</guid>
		<description><![CDATA[It doesn&#8217;t matter what application your working with, losing your password is always a pain in the ass. Luckly if you are working with wordpress (man, I blog a lot about wordpress these days), on your server and you have access to the MySql database, resetting your password manually is a snap. Login to your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-528" title="lost-wordpress-password" src="http://joshhighland.com/blog/wp-content/uploads/2009/02/lost-wordpress-password.png" alt="lost-wordpress-password" width="297" height="383" /></p>
<p>It doesn&#8217;t matter what application your working with, losing your password is always a pain in the ass. Luckly if you are working with wordpress (man, I blog a lot about wordpress these days), on your server and you have access to the MySql database, resetting your password manually is a snap.</p>
<ul>
<li>Login to your PhpMyAdmin</li>
<li>Select your WordPress database and click on the &#8220;SQL&#8221; button to open the SQL query window.</li>
</ul>
<p><img class="alignnone size-full wp-image-527" title="wordpress-phpmyadmin" src="http://joshhighland.com/blog/wp-content/uploads/2009/02/wordpress-phpmyadmin.jpg" alt="wordpress-phpmyadmin" width="487" height="144" /></p>
<ul>
<li>Paste the following code in the window textarea. (Don’t forget to modify the password and username before executing it)</li>
</ul>
<blockquote><p>UPDATE &#8216;wp_users&#8217; SET &#8216;user_pass&#8217; = MD5(&#8216;PASSWORD&#8217;) WHERE &#8216;user_login&#8217; =&#8217;admin&#8217;;</p></blockquote>
<p>That&#8217;s it! Your password has been reset, and you should be able to login to your wordpress admin area once again.</p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2009/02/13/manually-reset-your-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Media Center Died, Time For A New One</title>
		<link>http://joshhighland.com/blog/2008/06/29/my-media-center-died-time-for-a-new-one/</link>
		<comments>http://joshhighland.com/blog/2008/06/29/my-media-center-died-time-for-a-new-one/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 01:29:23 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=294</guid>
		<description><![CDATA[I have blogged about it before, I have a HTPC (home theatre pc) running in my living room, hooked to my TV. I started off with MythTV, but settled on Window Media Center 2005. When I first built the Media Center machine, I had basic cable, with no DVR, so I let the media center [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-295" title="mce_fail" src="http://joshhighland.com/blog/wp-content/uploads/2008/06/mce_fail-300x228.jpg" alt="" width="300" height="228" /></p>
<p>I have <a href="http://joshhighland.com/blog/2006/02/25/mythtv-vs-mce-2005-a-fight-to-the-death/">blogged about it before</a>, I have a HTPC (home theatre pc) running in my living room, hooked to my TV. I started off with MythTV, but settled on Window Media Center 2005.</p>
<p>When I first built the Media Center machine, I had basic cable, with no DVR, so I let the media center handle all of that. Now I have Verizon FIOS with HD, and one of their HD DVR Boxes, and I rarely use my media center pc, but its always nice to be able to flip the input over to it and watch youtube and browse the web. I also like the fact that I can download all sorts of movies and tv from the <a href="http://thepiratebay.org/">darkside of the web</a> and watch them on the tv. That was a huge plus.</p>
<p>For a while now, the Media Center has been acting funny. I built it on a shoe string budget with some questionable parts I had laying around, so I didn&#8217;t expect it to live forever. The other day it stopped working all together.</p>
<p>Today I took it apart to see what the problem was. After some investigation, I found the cheap power supply was dead, and it took the mother board/processor with it. FAIL!</p>
<p>Well, here I am at a cross roads. Before it was a matter of software, now I need new hardware. What do you think I should build or buy?</p>
<p><strong>The main things I&#8217;m looking for in a HTPC</strong></p>
<ul>
<li>Ability to browse the web</li>
<li>Watch Videos I download form the internet, mostly divX files</li>
<li>Small form factor</li>
<li>Doesn&#8217;t really look like a computer</li>
<li>Blu-ray is a bonus</li>
</ul>
<p>Should I build another Window xp MCE machine, Windows Vista Ultimate, mac Mini, apple TV, myth TV? I don&#8217;t even know where to start.</p>
<p>I&#8217;ll blog my research as I go. Lets see what you think I should do.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2008/06/29/my-media-center-died-time-for-a-new-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac IN my PC &#8211; LEO4VMWARE</title>
		<link>http://joshhighland.com/blog/2008/05/28/mac-in-my-pc-leo4vmware/</link>
		<comments>http://joshhighland.com/blog/2008/05/28/mac-in-my-pc-leo4vmware/#comments</comments>
		<pubDate>Thu, 29 May 2008 02:40:58 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[semi-legal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=287</guid>
		<description><![CDATA[If you have been following my blog, you an read that my PC died, and for a moment, I installed OS X Leopard on it. Well, my new drive from western digital arrived, and I am back working in Vista now (I&#8217;m not sure if that is a good thing or not!). Parallels makes it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-288" title="leo4vmware" src="http://joshhighland.com/blog/wp-content/uploads/2008/05/leo4vmware.gif" alt="" width="429" height="96" /></p>
<p>If you have been following my blog, you an read that <a href="http://joshhighland.com/blog/2008/05/14/the-reason-i-back-up-my-data/">my PC died</a>, and for a moment, <a href="http://joshhighland.com/blog/2008/05/16/mac-on-my-pc-leo4all/">I installed OS X Leopard</a> on it. Well, my new drive from western digital arrived, and I am back working in Vista now (I&#8217;m not sure if that is a good thing or not!).</p>
<p>Parallels makes it easy to run Windows inside of Mac, but I haven&#8217;t found a good way to run Mac inside of windows. Previously, I used a project called &#8220;LEO4ALL&#8221; to install Leopard on my PC. A little bit of Googeling around after I installed Vista, I found &#8220;<a href="http://pcwizcomputer.com/index.php?option=com_content&amp;task=view&amp;id=76&amp;Itemid=48">LEO4VMWARE</a>&#8221;</p>
<p>LEO4VMWARE is a pre-packaged and running distribution of OS X Leopard for the <a href="http://vmware.com/download/player/">vmware</a>, a virtual machine software. You can download the vmware payer here <a href="http://vmware.com/download/player">http://vmware.com/download/player</a>.</p>
<p><em><strong>Side Note</strong>: I&#8217;m going to be honest here, you are going to want to get vmware workstation, so you can tweak the performance settings. If you are looking at virtually putting OS X on your pc, you have enough smarts to download vmware desktop for free, and then find a serial number.</em></p>
<p>What this all means is all you have to do is download LEO4VMWARE and install vmware and you are off and running!</p>
<p>I have gotten it to work (not well, but it worked) on a pentium 4 3 ghz windows xp computer with 3 gigs of ram. On my intel core 2 duo, 3ghz, 4 gigs of ram running vista to work great! Check out the picture below.</p>
<p><a href="http://joshhighland.com/blog/wp-content/uploads/2008/05/leo4vmware.jpg"><img class="alignnone size-medium wp-image-289" title="leo4vmware" src="http://joshhighland.com/blog/wp-content/uploads/2008/05/leo4vmware-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Getting networking can be tricky, so read the posts on <a href="http://pcwizcomputer.com/index.php?option=com_content&amp;task=view&amp;id=76&amp;Itemid=48">how to do it here</a></p>
<p>Downloads for LEO4VMWARE can be found by going here <a href="http://www.mediafire.com/?ggkr1obgrft">http://www.mediafire.com/?ggkr1obgrft</a>, downloading the zip and looking at the links inside. I personally suggest buying a month of rapid share and downloading for there. LEO4VMWARE is about 3 gigs, and rapidshare offers amazing download speeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2008/05/28/mac-in-my-pc-leo4vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Windows tools that I use</title>
		<link>http://joshhighland.com/blog/2008/03/21/the-windows-tools-that-i-use/</link>
		<comments>http://joshhighland.com/blog/2008/03/21/the-windows-tools-that-i-use/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 01:03:35 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[applications]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/2008/03/21/the-windows-tools-that-i-use/</guid>
		<description><![CDATA[I am not a huge fan of windows, but it the operating system I have been running for the past 14 years (if you dont count college, or my current laptop&#8230; both were/are linux based). I have Windows Vista at home, and I have to use Windows XP at work. Over the years, I have [...]]]></description>
			<content:encoded><![CDATA[<h4><img src="http://joshhighland.com/blog/wp-content/uploads/2008/03/windows_tools.jpg" alt="windows_tools.jpg" /></h4>
<p>I am not a huge fan of windows, but it the operating system I have been running for the past 14 years (if you dont count college, or my current laptop&#8230; both were/are linux based). I have Windows Vista at home, and I have to use Windows XP at work.</p>
<p>Over the years, I have found programs that have worked for me. They have worked well, and helped me to get things done. I decided to make a list of the applications that I use on a rather regular basis. These are the things that I would for sure reinstall if my computer was to die tonight. Most of the software is free, and open source. As a result, many of the programs I am about to list also are available for Linux and Apple OSX. So here is the list of windows program that I love, in no particular order (expect Firefox, its at the top of the list)</p>
<h4><strong>Web Browsing:</strong></h4>
<ul>
<li>Firefox (<a href="http://www.mozilla.com">http://www.mozilla.com</a>)<br />
Sooooo much better then internet explorer SO USE IT!</li>
</ul>
<h4><strong>File Searching:</strong></h4>
<ul>
<li> Agent Ransack (<a href="http://www.mythicsoft.com/agentransack">http://www.mythicsoft.com/agentransack</a>)<br />
Soooo much better/faster then the built in windows file search</li>
</ul>
<h4><strong>File Comparison:</strong></h4>
<ul>
<li> Compare It (<a href="http://www.grigsoft.com">http://www.grigsoft.com</a>)<br />
Great tool for doing differences in files. helpful for programmers.</li>
</ul>
<h4><strong>Text Editor:</strong></h4>
<ul>
<li>notepad++ (<a href="http://notepad-plus.sourceforge.net">http://notepad-plus.sourceforge.net</a>)<br />
Simple and fast text editor</li>
</ul>
<h4><strong>Sound Editing:</strong></h4>
<ul>
<li>audacity (<a href="http://audacity.sourceforge.net">http://audacity.sourceforge.net</a>)<br />
no frills audio editing.</li>
</ul>
<h4><strong>Windows Enhancements:</strong></h4>
<ul>
<li>taskbar shuffle ( <a href="http://www.freewebs.com/nerdcave/taskbarshuffle.htm">http://www.freewebs.com/nerdcave/taskbarshuffle.htm</a>)<br />
use this tool to reorder the running programs in the windows taskbar. super light weight</li>
</ul>
<h4><strong>Instant Messaging:</strong></h4>
<ul>
<li>pidgin (<a href="http://www.pidgin.im">http://www.pidgin.im</a>)</li>
<li>GoogleTalk (<a href="http://www.google.com/talk">http://www.google.com/talk</a>)</li>
</ul>
<h4><strong>CD Burning:</strong></h4>
<ul>
<li>infraRecorder (<a href="http://infrarecorder.sourceforge.net">http://infrarecorder.sourceforge.net</a>)<br />
awesome open source/free cd burner. The only one I use now</li>
</ul>
<h4><strong>Anti-virus:</strong></h4>
<ul>
<li>AVG 7.5 Free (<a href="http://free.grisoft.com/doc/downloads-products/us/frt/0?prd=aff">http://free.grisoft.com/doc/downloads-products/us/frt/0?prd=aff</a>)<br />
Norton can suck it</li>
</ul>
<h4><strong>Spyware:</strong></h4>
<ul>
<li>adaware (<a href="http://www.lavasoft.de/support/download">http://www.lavasoft.de/support/download</a>)</li>
<li>spybot (<a href="http://www.safer-networking.org/en/download/index.html">http://www.safer-networking.org/en/download/index.html</a>)</li>
</ul>
<h4><strong>Image sharing/hosting:</strong></h4>
<ul>
<li>Flickr (<a href="http://www.flickr.com">http://www.flickr.com</a>)<br />
the place I host my pics</li>
</ul>
<ul>
<li>	Flickr Uploadr (<a href="http://www.flickr.com/tools">http://www.flickr.com/tools</a>)<br />
how I upload my pics</li>
</ul>
<ul>
<li>	FlickrDown (<a href="http://greggman.com/pages/flickrdown.htm">http://greggman.com/pages/flickrdown.htm</a>)<br />
how I leech my friends pics</li>
</ul>
<h4><strong>VOIP:</strong></h4>
<ul>
<li>skype (<a href="http://www.skype.com">http://www.skype.com</a>)<br />
cool tool for talking to people</li>
</ul>
<ul>
<li>	prettymay (<a href="http://www.prettymay.net">http://www.prettymay.net</a>)<br />
answering machine for skype! record/download mp3 copies of things</li>
</ul>
<h4><strong>P2P:</strong></h4>
<ul>
<li>soulseek (<a href="http://www.slsknet.org">http://www.slsknet.org</a>)<br />
awesome application for finding full albums of music</li>
</ul>
<ul>
<li>	utorrent (<a href="http://www.utorrent.com">http://www.utorrent.com</a>)<br />
my favorite torrent client, use with piratebay and isohunt FTW!</li>
</ul>
<h4><strong>Backup:</strong></h4>
<ul>
<li>syncback (<a href="http://www.2brightsparks.com/syncback/sbse.html">http://www.2brightsparks.com/syncback/sbse.html</a>)<br />
an application that will copy your files to a removable hard drive on a scheduled basis. great tool.</li>
</ul>
<ul>
<li>	carbonite (<a href="http://www.carbonite.com">http://www.carbonite.com</a>)<br />
$50 a year for unlimited off site backup? you better believe i use this. you should also!</li>
</ul>
<h4><strong>Blogging:</strong></h4>
<ul>
<li>WordPress (<a href="http://www.wordpress.org">http://www.wordpress.org</a>)<br />
if you have your own server, use this! if not, <a href="http://www.wordpress.com">wordpress.com</a> is for you</li>
</ul>
<h4><strong>Programming:</strong></h4>
<ul>
<li>Eclipse (<a href="http://www.eclipse.org">http://www.eclipse.org</a>)<br />
I love this IDE, I do all my development in it now. These plugins really help get things done.</p>
<ul>
<li>cfeclipse (<a href="http://www.cfeclipse.org">http://www.cfeclipse.org</a>)</li>
</ul>
<ul>
<li> phpeclipse (<a href="http://phpeclipse.sourceforge.com" class="broken_link">http://phpeclipse.sourceforge.com</a>)</li>
</ul>
<ul>
<li> subversive (subversion control) (<a href="http://www.eclipse.org/subversive">http://www.eclipse.org/subversive</a>)</li>
</ul>
<ul>
<li> esftp (sftp control) (<a href="http://www.antimatter-studios.co.uk/sites/chris/projects/esftp" class="broken_link">http://www.antimatter-studios.co.uk/sites/chris/projects/esftp</a>)</li>
</ul>
</li>
</ul>
<h4><strong>SSH:</strong></h4>
<ul>
<li>putty (<a href="http://www.putty.org">http://www.putty.org</a>)<br />
simple and sweet ssh client</li>
</ul>
<h4><strong>RSS Reader:</strong></h4>
<ul>
<li>Feedreader (<a href="http://www.feedreader.com">http://www.feedreader.com</a>)<br />
one of the best desktop news readers I have used</li>
</ul>
<h4><strong>FTP:</strong></h4>
<ul>
<li>Filezilla (<a href="http://filezilla-project.org">http://filezilla-project.org</a>)<br />
so much better then cuteftp</li>
</ul>
<h4><strong>Key Logging:</strong></h4>
<ul>
<li>BFK (<a href="http://sourceforge.net/projects/bfk" class="broken_link">http://sourceforge.net/projects/bfk</a>)<br />
this came in handy when the guy installing FIOS had to use my computer to &#8220;configure&#8221; the modem/router. pwned!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2008/03/21/the-windows-tools-that-i-use/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
