<?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</title>
	<atom:link href="http://joshhighland.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhighland.com/blog</link>
	<description>the living internet</description>
	<lastBuildDate>Mon, 08 Feb 2010 21:00:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 changes [...]]]></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>0</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 figuring [...]]]></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 your changes to [...]]]></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>0</slash:comments>
		</item>
		<item>
		<title>StatusThis</title>
		<link>http://joshhighland.com/blog/2010/02/02/statusthis/</link>
		<comments>http://joshhighland.com/blog/2010/02/02/statusthis/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:34:51 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[check in]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[gowalla]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[SocialThis]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1042</guid>
		<description><![CDATA[I admit that I love all flavors of social networks, including spatial once. My current favorite is Gowalla (gowalla.com/users/JoshHighland).
I saw this comic online and needed to share t because this is what my life has begun to look like. This masterpiece is from StatusThis.com, a new web comic site. Please check them out and show them [...]]]></description>
			<content:encoded><![CDATA[<p>I admit that I love all flavors of social networks, including spatial once. My current favorite is Gowalla (<a href="http://gowalla.com/users/JoshHighland">gowalla.com/users/JoshHighland</a>).</p>
<p>I saw this comic online and needed to share t because this is what my life has begun to look like. This masterpiece is from <a href="http://StatusThis.com">StatusThis.com</a>, a new web comic site. Please check them out and show them some love. I hope they continue to hit the nail on the head with other comics like this one.</p>
<p><img class="alignnone size-full wp-image-1041" title="StatusThis" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/2010-01-26-01-26-10_check-ins.jpg" alt="" width="576" height="720" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/02/statusthis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got a Drobo!</title>
		<link>http://joshhighland.com/blog/2010/02/02/i-got-a-drobo/</link>
		<comments>http://joshhighland.com/blog/2010/02/02/i-got-a-drobo/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:11:26 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[Droboshare]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1035</guid>
		<description><![CDATA[
I have entered into a relationship with a new piece of high tech equipment, Drobo. Drobo is a self proclaimed &#8220;Data Robot&#8221;. In technical terms its a ASD (Attached storage device) running a custom version of RAID 5. When coupled with a DroboShare, it becomes a NAS (network attached storage) device.
In non tech terms, its [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1036 alignleft" title="drobo-and-droboshare_resized" src="http://joshhighland.com/blog/wp-content/uploads/2010/02/drobo-and-droboshare_resized.jpg" alt="" width="400" height="399" /></p>
<p>I have entered into a relationship with a new piece of high tech equipment, <a href="http://www.drobo.com">Drobo</a>. Drobo is a self proclaimed &#8220;<strong>D</strong>ata <strong>Robo</strong>t&#8221;. In technical terms its a ASD (Attached storage device) running a <a href="http://en.wikipedia.org/wiki/Drobo#Drobo_BeyondRAID">custom version of RAID 5</a>. When coupled with a <a href="http://droboshare.com/products/droboshare.php">DroboShare</a>, it becomes a NAS (<a href="http://en.wikipedia.org/wiki/Network_attached_storage">network attached storage</a>) device.</p>
<p>In non tech terms, its an external harddrive that is expandable (up to 16 terabytes!) and can keep your data secure. The droboshare allows your computers to connect to it over your home network.</p>
<p>In the past I have blogged about how <a href="http://joshhighland.com/blog/2006/12/26/backups-are-good/">I love backups</a> and how having good backups have <a href="http://joshhighland.com/blog/2008/05/14/the-reason-i-back-up-my-data/">saved my ass</a>. The Drobo is the next evolution in my backup strategy.</p>
<p>I have recently moved away from my Windows Vista desktop and started to use my new Mac Book Pro as my main computer system. I eventually want to retire all the desktops on my network and run only laptops. I wanted to find a solution that was robust, expandable and allowed all of y computers to share a pool of data. After doing some research on popular NAS setups, I decided to go with Drobo.</p>
<p>One of the things that I liked about Drobo was how mindlessly easy it is to add more hard drives to the system. It&#8217;s so easy that I shot a video of myself adding a terabyte of storage in less then 30 seconds.</p>
<p><a href="http://joshhighland.com/blog/2010/02/02/i-got-a-drobo/"><em>Click here to view the embedded video.</em></a></p>
<p>Right now I&#8217;m just testing the Drobo / DroboShare out. Once I get acquainted with it I&#8217;m sure there will be more blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/02/i-got-a-drobo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>follow up to my iPad predictions</title>
		<link>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/</link>
		<comments>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:35:30 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1021</guid>
		<description><![CDATA[So Apple has announced the iPad. This is a follow up to the predictions  I posted last week.
Things I was right about:

Apple will announce a tablet device
new version of the iPhone OS, 3.2.2
iPad will run on the iPhone OS
iPad will run iPhone applications
The iPad will have a 10 inch screen (9.7 inches is close enough)
16, [...]]]></description>
			<content:encoded><![CDATA[<p>So Apple has announced the iPad. This is a follow up to <a href="http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/">the predictions  I posted last week</a>.</p>
<p><a href="http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/"><em>Click here to view the embedded video.</em></a></p>
<p><strong>Things I was right about:</strong></p>
<ul>
<li>Apple will announce a tablet device</li>
<li>new version of the iPhone OS, 3.2.2</li>
<li>iPad will run on the iPhone OS</li>
<li>iPad will run iPhone applications</li>
<li>The iPad will have a 10 inch screen (9.7 inches is close enough)</li>
<li>16, 32, 64 gig versions</li>
<li>Verizon will not be involved</li>
</ul>
<p><strong>Things I was wrong about:</strong></p>
<ul>
<li>There will be a new iPhone</li>
<li>The new iPhone will have a new camera. The iPad doesnt have any cameras!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book review: Crush It</title>
		<link>http://joshhighland.com/blog/2010/01/24/book-review-crush-it/</link>
		<comments>http://joshhighland.com/blog/2010/01/24/book-review-crush-it/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:16:34 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Crush It]]></category>
		<category><![CDATA[Gary Vaynerchuk]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1010</guid>
		<description><![CDATA[I really suggest that you read this book. I&#8217;ve been leveraging social media for years but this book has recharged me and changed the way that I think about several things. It&#8217;s a great read.
Order Crush It from Amazon.com for $10!

]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshhighland.com/blog/2010/01/24/book-review-crush-it/"><em>Click here to view the embedded video.</em></a></p>
<p>I really suggest that you read this book. I&#8217;ve been leveraging social media for years but this book has recharged me and changed the way that I think about several things. It&#8217;s a great read.</p>
<p><a href="http://www.amazon.com/Crush-Time-Cash-Your-Passion/dp/0061914177/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1264320035&amp;sr=8-1">Order Crush It from Amazon.com for $10!</a></p>
<p><a href="http://www.amazon.com/Crush-Time-Cash-Your-Passion/dp/0061914177/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1264320035&amp;sr=8-1"><img class="size-full wp-image-1011 alignnone" title="Crush It" src="http://joshhighland.com/blog/wp-content/uploads/2010/01/crushItBook.png" alt="" width="322" height="425" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/24/book-review-crush-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone OS 4.0 / iSlate Predictions</title>
		<link>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/</link>
		<comments>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:15:08 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[iPhone 4.0]]></category>
		<category><![CDATA[iSlate]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1005</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Art imitating life</title>
		<link>http://joshhighland.com/blog/2010/01/18/art-imitating-life/</link>
		<comments>http://joshhighland.com/blog/2010/01/18/art-imitating-life/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 10:03:18 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=994</guid>
		<description><![CDATA[
I saw this and it brought teh LOLz. Thought I would share.  Check out this guys other comics. http://drawingboard.smackjeeves.com/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshhighland.com/blog/wp-content/uploads/2010/01/75d6a3344512.png"><img class="alignnone size-full wp-image-993" title="My Weekend" src="http://joshhighland.com/blog/wp-content/uploads/2010/01/75d6a3344512.png" alt="" width="631" height="632" /></a></p>
<p>I saw this and it brought teh LOLz. Thought I would share.  Check out this guys other comics. <a href="http://drawingboard.smackjeeves.com/">http://drawingboard.smackjeeves.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/18/art-imitating-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 2010 New Year&#8217;s Resolutions</title>
		<link>http://joshhighland.com/blog/2010/01/01/my-2010-new-years-resolutions/</link>
		<comments>http://joshhighland.com/blog/2010/01/01/my-2010-new-years-resolutions/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 10:26:18 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[Josh's Rambling]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=987</guid>
		<description><![CDATA[
2009 was a great year and I accomplished a lot of good things.  This is a short list of what I want to accomplish in 2010.

Create a few more iPhone apps
Train more / get back into fighting condition
Switch over to Mac completely
Launch &#8220;IE Tech Scene&#8221;
Automate more of my income
Blog more
Reduce clutter in my life
Attend more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshhighland.com/blog/wp-content/uploads/2009/12/2010_new_years.jpg"><img class="alignnone size-full wp-image-988" title="2010 new years" src="http://joshhighland.com/blog/wp-content/uploads/2009/12/2010_new_years.jpg" alt="" width="307" height="225" /></a></p>
<p>2009 was a great year and I accomplished a lot of good things.  This is a short list of what I want to accomplish in 2010.</p>
<ul>
<li>Create a few more iPhone apps</li>
<li>Train more / get back into fighting condition</li>
<li>Switch over to Mac completely</li>
<li>Launch &#8220;IE Tech Scene&#8221;</li>
<li>Automate more of my income</li>
<li>Blog more</li>
<li>Reduce clutter in my life</li>
<li>Attend more conferences / conventions</li>
<li>Take more trips / vacations</li>
<li>Be as wireless as possible</li>
<li>Get a few more tattoos</li>
<li>Continue to be healthy and not get sick</li>
<li>Pay off my cerdit cards</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/01/my-2010-new-years-resolutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.597 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-02-09 02:05:56 -->
