<?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>Jeremiah Hester</title>
	<atom:link href="http://jeremiahhester.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremiahhester.com</link>
	<description>Nouns, verbs... a general abuse of words</description>
	<lastBuildDate>Wed, 24 Sep 2008 17:42:14 +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>Minor Updates to the Joomla -&gt; Wordpress Conversion tool</title>
		<link>http://jeremiahhester.com/2008/09/24/minor-updates-to-the-joomla-wordpress-conversion-tool/</link>
		<comments>http://jeremiahhester.com/2008/09/24/minor-updates-to-the-joomla-wordpress-conversion-tool/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 17:39:58 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/?p=31</guid>
		<description><![CDATA[Made some minor adjustments to the Joomla -&#62; Wordpress Conversion tool and tested against Wordpress 2.6.x
I have also come to the conclusion that I need to start pulling myself out of the projects and write some more up here.  More on that later&#8230;. Maybe.
]]></description>
			<content:encoded><![CDATA[<p>Made some minor adjustments to the <a title="Download the Joomla 2 Wordpress Converter" href="http://jeremiahhester.com/2008/06/19/joomla-mambo-to-wordpress-25-migration-wizard/">Joomla -&gt; Wordpress Conversion tool</a> and tested against Wordpress 2.6.x</p>
<p>I have also come to the conclusion that I need to start pulling myself out of the projects and write some more up here.  More on that later&#8230;. Maybe.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/09/24/minor-updates-to-the-joomla-wordpress-conversion-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla / Mambo to Wordpress 2.5 migration wizard</title>
		<link>http://jeremiahhester.com/2008/06/19/joomla-mambo-to-wordpress-25-migration-wizard/</link>
		<comments>http://jeremiahhester.com/2008/06/19/joomla-mambo-to-wordpress-25-migration-wizard/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 18:00:43 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mambo]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/?p=23</guid>
		<description><![CDATA[In working with a recent client project, I was tasked with porting a site from Joomla over to Wordpress 2.5.x.  My first instinct is to look at the table structures, write the sql and be done with it but in the sake of saving time, I did a quick search to see what other [...]]]></description>
			<content:encoded><![CDATA[<p>In working with a recent client project, I was tasked with porting a site from <a title="Get Joomla" href="http://www.joomla.org">Joomla</a> over to <a title="Get Wordpress" href="http://www.wordpress.org">Wordpress 2.5.x</a>.  My first instinct is to look at the table structures, write the sql and be done with it but in the sake of saving time, I did a quick search to see what other people have done in this respect.</p>
<p>In my search, I found that Rodney Blevins (<a href="http://www.blevins.nl/missiontech">www.blevins.nl/missiontech</a>) created a wizard to do the same thing for a Mambo to Wordpress conversion.  The script works fine on older versions of Wordpress but with the release of Wordpress 2.5, the table structure changed.  With some minor tweaking, I made the script work for the later releases of Wordpress and added a simple sprintf to do the table prefix renames for the Mambo/Joomla tables.</p>
<p>I don&#8217;t doubt that I&#8217;ll need it again and can only assume that someone else will as well so enjoy.  It is not without room for improvement but it will get you own your way.<br />
<strong>** I have tested this on a few different scenerios but you should use at your own risk (as low as it is) and backup everything in your wordpress install before doing this!</strong><br />
If you don&#8217;t know how to do this, have someone to help you.</p>
<h3>The Code Already&#8230;</h3>
<ul>
<li><span style="text-decoration: line-through;"><strong>joomla2wordpress-0.9.zip</strong> &#8211; 6.19.2008</span></li>
<li><strong><a href="http://jeremiahhester.com/wp-content/uploads/2008/09/joomla2wordpress-091.zip">joomla2wordpress-0.9.1</a></strong> &#8211; 9.22.2008 &#8211; Minor revisions and tested against Wordpress 2.6.x
<ul>
<li>This is the first update to refect the changes in Wordpress 2.5.x &amp; 2.6.x.  I have also updated the sql to allow for a change in the Joomla / mambo table prefix to be adjusted in the config file instead of a manual find/replace.</li>
<li>3 files are included in the zip file&#8221;  config.php, index.php &amp; install.txt (instructions)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/06/19/joomla-mambo-to-wordpress-25-migration-wizard/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>The Last Man on Earth</title>
		<link>http://jeremiahhester.com/2008/05/24/the-last-man-on-earth/</link>
		<comments>http://jeremiahhester.com/2008/05/24/the-last-man-on-earth/#comments</comments>
		<pubDate>Sat, 24 May 2008 08:20:02 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[ramble]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[I am Legend]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/2008/05/24/the-last-man-on-earth-2/</guid>
		<description><![CDATA[While I thought the movie adaptation of I Am Legend with Will Smith was ok, I would have probably benefited more by not having read the book before seeing it.   It strayed WAY away from the parts of the book I found most interesting and relied more upon special effects than the core [...]]]></description>
			<content:encoded><![CDATA[<p>While I thought the movie adaptation of <a title="I am Legend" href="http://www.imdb.com/title/tt0480249/">I Am Legend</a> with <a title="Will Smith @ IMDB" href="http://www.imdb.com/find?s=all&amp;q=Will+Smith&amp;x=24&amp;y=13">Will Smith</a> was ok, I would have probably benefited more by not having read the book before seeing it.   It strayed WAY away from the parts of the book I found most interesting and relied more upon special effects than the core story.  While the <a title="Watch the I Am Legend alternate ending" href="http://www.firstshowing.net/2008/03/05/must-watch-i-am-legends-original-ending-this-is-amazing/">alternate ending</a> that was made available on the DVD release of the movie was more satisfying than the one in the theatrical release, it still lacking.</p>
<p>I found out that there were a few more movie versions of the book with the most interesting being that of The <a title="Last Man on Earth IMDB entry" href="http://www.imdb.com/title/tt0058700/">Last Man on Earth</a> from 1964 staring <a title="Vincent Price @ IMDB" href="http://www.imdb.com/name/nm0001637/">Vincent Price</a>.  I, could not find it in the local video stores (big surprise) but the excellent <a title="Archive.org" href="http://www.archive.org">Archive.org</a> has it up and streaming and for download.</p>
<p>I just watched it and agree that this one was far superior to the new one based on the fact that it let the core story drive it instead of letting the special effects rule it</p>
<p>Enjoy and if you want to download it in a higher quality format, just <a title="The Last Man on Earth at Archive.org" href="http://www.archive.org/details.php?identifier=the-last-man-on-earth">go here</a>.</p>
<div class="youtube-video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="268" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="111111" /><param name="src" value="http://www.archive.org/flow/FlowPlayerLight.swf?config=%7Bembedded%3Atrue%2CshowFullScreenButton%3Atrue%2CshowMuteVolumeButton%3Atrue%2CshowMenu%3Atrue%2CautoBuffering%3Atrue%2CautoPlay%3Afalse%2CinitialScale%3A%27fit%27%2CmenuItems%3A%5Bfalse%2Cfalse%2Cfalse%2Cfalse%2Ctrue%2Ctrue%2Cfalse%5D%2CusePlayOverlay%3Afalse%2CshowPlayListButtons%3Atrue%2CplayList%3A%5B%7Burl%3A%27the%2Dlast%2Dman%2Don%2Dearth%2FTheLastManOnEarth%2Eflv%27%7D%5D%2CcontrolBarGloss%3A%27high%27%2CshowVolumeSlider%3Atrue%2CbaseURL%3A%27http%3A%2F%2Fwww%2Earchive%2Eorg%2Fdownload%2F%27%2Cloop%3Afalse%2CcontrolBarBackgroundColor%3A%270x000000%27%7D" /><embed type="application/x-shockwave-flash" width="320" height="268" src="http://www.archive.org/flow/FlowPlayerLight.swf?config=%7Bembedded%3Atrue%2CshowFullScreenButton%3Atrue%2CshowMuteVolumeButton%3Atrue%2CshowMenu%3Atrue%2CautoBuffering%3Atrue%2CautoPlay%3Afalse%2CinitialScale%3A%27fit%27%2CmenuItems%3A%5Bfalse%2Cfalse%2Cfalse%2Cfalse%2Ctrue%2Ctrue%2Cfalse%5D%2CusePlayOverlay%3Afalse%2CshowPlayListButtons%3Atrue%2CplayList%3A%5B%7Burl%3A%27the%2Dlast%2Dman%2Don%2Dearth%2FTheLastManOnEarth%2Eflv%27%7D%5D%2CcontrolBarGloss%3A%27high%27%2CshowVolumeSlider%3Atrue%2CbaseURL%3A%27http%3A%2F%2Fwww%2Earchive%2Eorg%2Fdownload%2F%27%2Cloop%3Afalse%2CcontrolBarBackgroundColor%3A%270x000000%27%7D" bgcolor="111111"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/05/24/the-last-man-on-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox Extensions dump from the work machine</title>
		<link>http://jeremiahhester.com/2008/03/20/my-firefox-extensions-dump-from-the-work-machine/</link>
		<comments>http://jeremiahhester.com/2008/03/20/my-firefox-extensions-dump-from-the-work-machine/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 20:51:11 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/2008/03/20/my-firefox-extensions-dump-from-the-work-machine/</guid>
		<description><![CDATA[Currently installed Firefox extensions. Just dumping for my own good as I start digging into the new beta.

Total number of items: 25]]></description>
			<content:encoded><![CDATA[<p>Currently installed <a href="http://www.getfirefox.com">Firefox</a> extensions.  Just dumping for my own good as I start digging into the new beta.</p>
<p><span id="more-16"></span></p>
<p>Total number of items: 25</p>
<ul>
<li><a href="http://adblockplus.org/">Adblock Plus 0.7.5.3</a><br />
<a href="http://adblockplus.org/">http://adblockplus.org/</a><br />
Firefox 1.5 &#8211; 3.0b5pre<br />
Ads were yesterday!</li>
<li><a href="http://ginatrapani.org/workshop/firefox/bettergreader/">Better GReader 0.2.2</a><br />
<a href="http://ginatrapani.org/workshop/firefox/bettergreader/">http://ginatrapani.org/workshop/firefox/bettergreader/</a><br />
Firefox 0.8 &#8211; 3.0b4<br />
Enhances Google Reader with Greasemonkey user scripts.</li>
<li><a href="http://www.iosart.com/firefox/colorzilla/">ColorZilla 1.0</a><br />
<a href="http://www.iosart.com/firefox/colorzilla/">http://www.iosart.com/firefox/colorzilla/</a><br />
Firefox 1.0 &#8211; 3.0a2<br />
Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies</li>
<li><a href="http://mozmonkey.com/">Copy Plain Text 0.3.3</a><br />
<a href="http://mozmonkey.com/">http://mozmonkey.com/</a><br />
Firefox 0.7 &#8211; 2.0+<br />
Copies text without formatting</li>
<li><a href="http://del.icio.us">del.icio.us Bookmarks 1.5.44</a><br />
<a href="http://del.icio.us">http://del.icio.us</a><br />
Firefox 1.5 &#8211; 2.0.0.*<br />
Access your bookmarks wherever you go and keep them organized no matter how many you have.</li>
<li><a href="http://www.tc.umn.edu/%7Ewilm0044/digg/">Digg Firefox Extension 0.4.3</a><br />
<a href="http://www.tc.umn.edu/%7Ewilm0044/digg/">http://www.tc.umn.edu/~wilm0044/digg/</a><br />
Firefox 1.5 &#8211; 3.0b4<br />
Allows you to interact with Digg and see information about the web page you are currently viewing while you use Firefox.</li>
<li><a href="http://www.mozilla.org/projects/inspector/">DOM Inspector 1.8.1.12</a><br />
<a href="http://www.mozilla.org/projects/inspector/">http://www.mozilla.org/projects/inspector/</a><br />
Firefox 2.0.0.12 &#8211; 2.0.0.12<br />
Inspects the structure and properties of a window and its contents.</li>
<li><a href="http://www.sitepoint.com/dustmeselectors/">Dust-Me Selectors 1.1</a><br />
<a href="http://www.sitepoint.com/dustmeselectors/">http://www.sitepoint.com/dustmeselectors/</a><br />
Firefox 1.5 &#8211; 2.0.0.*<br />
Finds unused CSS selectors</li>
<li><a href="http://sogame.awardspace.com/">Extension List Dumper 1.12.0</a><br />
<a href="http://sogame.awardspace.com/">http://sogame.awardspace.com/</a><br />
Firefox 1.5 &#8211; 3.0b4<br />
Dumps a list of the installed extensions.</li>
<li><a href="http://www.getfirebug.com/">Firebug 1.05</a><br />
<a href="http://www.getfirebug.com/">http://www.getfirebug.com/</a><br />
Firefox 1.5 &#8211; 2.0.0.*<br />
Web Development Evolved</li>
<li><a href="http://fireftp.mozdev.org">FireFTP 0.97.1</a><br />
<a href="http://fireftp.mozdev.org">http://fireftp.mozdev.org</a><br />
Firefox 1.5 &#8211; 2.0.0.*<br />
FTP Client for Mozilla Firefox.</li>
<li><a href="http://screenshot-program.com/fireshot/">FireShot 0.36</a><br />
<a href="http://screenshot-program.com/fireshot/">http://screenshot-program.com/fireshot/</a><br />
Firefox 2.0 &#8211; 3.0b4<br />
Adds the ability to take a screenshot of the page, edit it and save, copy to clipboard, send to external editor or e-mail it.</li>
<li><a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager 0.5.4</a><br />
<a href="http://www.longfocus.com/firefox/gmanager/">http://www.longfocus.com/firefox/gmanager/</a><br />
Firefox 1.0 &#8211; 2.0.0.*<br />
Gmail accounts management and new mail notifications.</li>
<li><a href="http://www.google.com/">Google Toolbar for Firefox 3.0.20070525W</a><br />
<a href="http://www.google.com/">http://www.google.com/</a><br />
Firefox 1.5 &#8211; 2.0.*<br />
Take the power of Google with you anywhere on the Web!</li>
<li><a href="http://ieview.mozdev.org/">IE View 1.3.6</a><br />
<a href="http://ieview.mozdev.org/">http://ieview.mozdev.org/</a><br />
Firefox 1.0 &#8211; 3.0b3<br />
Open pages in IE via Firefox menus</li>
<li><a href="http://www.kevinfreitas.net/pro/extensions/">MeasureIt 0.3.6</a><br />
<a href="http://www.kevinfreitas.net/pro/extensions/">http://www.kevinfreitas.net/pro/extensions/</a><br />
Firefox 0.9 &#8211; 2.0.0.*<br />
Draw out a ruler to get the pixel width and height of any elements on a webpage.</li>
<li><a href="http://www.kaply.com/weblog/operator/">Operator 0.9</a><br />
<a href="http://www.kaply.com/weblog/operator/">http://www.kaply.com/weblog/operator/</a><br />
Firefox 2.0 &#8211; 3.0b4The Semantic Web in Action</li>
<li><a href="http://passwordexporter.fligtar.com">Password Exporter 1.1</a><a href="http://passwordexporter.fligtar.com">http://passwordexporter.fligtar.com<br />
</a>Firefox 2.0 &#8211; 3.0b5pre<br />
Export and import your saved passwords.</li>
<li><a href="http://www.rememberthemilk.com/services/gmail/">Remember The Milk for Gmail 1.0.1</a><a href="http://www.rememberthemilk.com/services/gmail/">http://www.rememberthemilk.com/services/gmail/<br />
</a>Firefox 2.0 &#8211; 3.0<br />
Task management goodness.</li>
<li><a href="http://www.scribefire.com/">ScribeFire 1.4.7</a><a href="http://www.scribefire.com/">http://www.scribefire.com/<br />
</a>Firefox 2.0 &#8211; 3.0b4<br />
A full-featured blog editor that integrates with your browser and lets you easily post to your blog.</li>
<li><a href="http://www.stumbleupon.com/">StumbleUpon 3.17</a><a href="http://www.stumbleupon.com/">http://www.stumbleupon.com/<br />
</a>Firefox 1.0 &#8211; 3.0b5pre<br />
StumbleUpon Toolbar</li>
<li><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=2240">Tails Export 0.3.2</a><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=2240">https://addons.mozilla.org/extensions/moreinfo.php?id=2240<br />
</a>Firefox 1.5 &#8211; 2.0.0.*<br />
Extension for Showing and Exporting Microformats.</li>
<li><a href="http://ginatrapani.org/workshop/firefox/textareawordcounter/">Text Area Word Counter 1.2</a><a href="http://ginatrapani.org/workshop/firefox/textareawordcounter/">http://ginatrapani.org/workshop/firefox/textareawordcounter/<br />
</a>Firefox 0.8 &#8211; 9.9<br />
Counts the total number of words in all the textareas in a document.</li>
<li><a href="http://chrispederick.com/work/web-developer/">Web Developer 1.1.5</a><a href="http://chrispederick.com/work/web-developer/">http://chrispederick.com/work/web-developer/<br />
</a>Firefox 1.0 &#8211; 3.0b4<br />
Adds a menu and a toolbar with various web developer tools.</li>
<li><a href="http://developer.yahoo.com/yslow">Slow 0.9.4</a><a href="http://developer.yahoo.com/yslow">http://developer.yahoo.com/yslow<br />
</a>Firefox 1.5 &#8211; 3.0b4pre<br />
Make your pages faster with Yahoo!&#8217;s performance lint tool.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/03/20/my-firefox-extensions-dump-from-the-work-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the year punk broke free :)</title>
		<link>http://jeremiahhester.com/2008/03/01/the-year-punk-broke-free/</link>
		<comments>http://jeremiahhester.com/2008/03/01/the-year-punk-broke-free/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 06:21:39 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ramble]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/2008/03/01/the-year-punk-broke-free/</guid>
		<description><![CDATA[A while back we had a discussion @ FreakScene.net  about the fantastic documentary 1991: The Year Punk Broke.  The film by Dave Markey  featured many of the brilliant artists that made the soundtracks of many peoples lives.   Dinosaur Jr, Nirvana, Sonic Youth, The Ramones, Babes in Toyland &#38; Gumball.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myspace.com/theyearpunkbroke" title="The Year Punk Broke Myspace Screenshot"><img src="http://jeremiahhester.com/wp-content/uploads/2008/03/typbs.thumbnail.png" alt="The Year Punk Broke Myspace Screenshot" rel="”lightbox”" align="right" hspace="6" /></a><a href="http://www.myspace.com/theyearpunkbroke"><img src="http://b6.ac-images.myspacecdn.com/00574/64/53/574773546_s.jpg" style="float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px" /></a>A while back we had a discussion @ <a href="http://www.freakscene.net">FreakScene.net </a> about the fantastic documentary <a href="http://www.amazon.com/gp/product/6302761271?ie=UTF8&amp;tag=freakscene&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=6302761271">1991: The Year Punk Broke</a><img src="http://www.assoc-amazon.com/e/ir?t=freakscene&amp;l=as2&amp;o=1&amp;a=6302761271" style="border: medium none  ! important; margin: 0px ! important; display: none" border="0" height="1" width="1" />.  The film by <a href="http://www.wegotpowerfilms.com">Dave Markey</a>  featured many of the brilliant artists that made the soundtracks of many peoples lives.   Dinosaur Jr, Nirvana, Sonic Youth, The Ramones, Babes in Toyland &amp; Gumball.     We were all just very disapointed that the only format this film is available in is VHS.   I found that he <a href="http://www.wegotpowerfilms.com/films/punk.html">posted on his site</a> about it being re-released on DVD with some new footage included but even after putting together all the work, it has been (AND STILL IS) sitting in the void within the halls of <a href="http://new.umusic.com/">Universal Records</a>.  I contacted David &amp; Steve Shelly (Sonic Youth) about that and neither one of them new why it this was the case either.<br />
I figured the least I could do was try to raise some awareness about this because it would suck to have this film fade away to nothing but a memory so.  Thus the <a href="http://www.myspace.com/theyearpunkbroke">myspace.com/theyearpunkbroke</a>  page was born.  It picked up a little press and gained shows that I am not alone in this.  As I no don&#8217;t have time to properly mange it any more, I have given the profiles ownership to David and hopefully, we will see some updates soon.</p>
<p>If you want to help, <a href="http://www.myspace.com/theyearpunkbroke">add them to your friends</a> and let <a href="http://new.umusic.com/">Universal</a> know that you want to see it released!</p>
<p>Just posting for my memories (a late night ramble that may not make much sense when I read it later&#8230;..)</p>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/03/01/the-year-punk-broke-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Like iLike</title>
		<link>http://jeremiahhester.com/2008/01/02/ilike-to-use-lastfm-as-well/</link>
		<comments>http://jeremiahhester.com/2008/01/02/ilike-to-use-lastfm-as-well/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:10:08 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[iLike]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[scrobble]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/2008/01/02/ilike-to-use-lastfm-as-well/</guid>
		<description><![CDATA[I don&#8217;t know what has taken me so long to actually try iLike as I apparently signed up for an account months ago.  I&#8217;m sure it was on my to do list but just never got around to it and I was already sharing my playlists with last.fm.   Since I did not [...]]]></description>
			<content:encoded><![CDATA[<p><a title="iLike" href="http://www.iLike.com"><img src="http://jeremiahhester.com/wp-content/uploads/2008/01/ilikelogo.thumbnail.gif" border="0" alt="iLike Logo" hspace="6" align="left" /></a><a title="iLike Jr" rel="”lightbox”" href="http://jeremiahhester.com/wp-content/uploads/2008/01/ilikejr.jpg" rel="lightbox[4]"><img src="http://jeremiahhester.com/wp-content/uploads/2008/01/ilikejr.thumbnail.jpg" border="0" alt="iLike Jr" hspace="6" align="right" /></a>I don&#8217;t know what has taken me so long to actually try <a title="iLike" href="http://www.iLike.com">iLike</a> as I apparently signed up for <a title="my iLike.com profile" href="http://www.ilike.com/user/thejeremiah">an account</a> months ago.  I&#8217;m sure it was on my to do list but just never got around to it and I was already sharing <a title="My Last.fm profile" href="http://www.last.fm/s9jeremiah">my playlists</a> with <a title="Last.fm" href="http://www.last.fm">last.fm</a>.   Since I did not download the <a title="iLike Sidebar Download page" href="http://ilike.com/download">sidebar app</a> before now, I can&#8217;t speak for the functionality it had before but the latest version (as of 12/18/2007) is pretty slick.</p>
<p>It shares a lot of the same concepts as the Last.FM app but the look and feel of how well it integrates with <a title="Download iTunes" href="http://www.apple.com/itunes/">iTunes</a> is impressive.  I really like how it fits in as a sidebar instead of a separate GUI and lists recommended artists (with previews), links to free mp3&#8217;s from up &amp; coming artists that are related, videos, tourdates and news all from within a seamless interface.</p>
<p>As far as cool goes, These go to 11.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/01/02/ilike-to-use-lastfm-as-well/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Act 1: Return of the great white dope.</title>
		<link>http://jeremiahhester.com/2008/01/02/act-1/</link>
		<comments>http://jeremiahhester.com/2008/01/02/act-1/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 13:31:20 +0000</pubDate>
		<dc:creator>Jeremiah</dc:creator>
				<category><![CDATA[ramble]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://jeremiahhester.com/?p=1</guid>
		<description><![CDATA[If you are reading this you must be lost.  I&#8217;ll get the 404 up for your next visit as I&#8217;m sure this is not what you were hoping to find.  If you have stumbled upon these pages expecting to find a cure for cancer you will leave disappointed.  In fact, if you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jeremiahhester.com/wp-content/uploads/2008/01/x.png" alt="pixelnated icon" align="left" hspace="6" />If you are reading this you must be lost.  I&#8217;ll get the 404 up for your next visit as I&#8217;m sure this is not what you were hoping to find.  If you have stumbled upon these pages expecting to find a cure for cancer you will leave disappointed.  In fact, if you expected to find anything of value to anyone other than myself you are probably wrong there too.</p>
<p>High expectations?   You bet!</p>
<p>Another year passes and I have decided that I would try putting some of my thoughts where I could find them again later instead of the recesses of the mind never to be returned.  Incidentally, if you still have my H.R. Pufnstuff figure, please return it.   Jimmy thanks you.</p>
<p>What to expect?   Whatever tickles my fancy.  Tech talk, music, project idea, rants on the abuse of smell hounds&#8230;..   No excuses &amp; no apologies.</p>
<p>So there.   If you insist upon staying on the site you must keep you hands inside the ride at all times.  I am not responsible for you losing your lunch, keys or patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeremiahhester.com/2008/01/02/act-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.403 seconds -->
