<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rip's Domain</title>
	<atom:link href="http://rip747.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rip747.wordpress.com</link>
	<description>Jquery, ColdFusion, SQL and just about life in general</description>
	<lastBuildDate>Wed, 01 Jul 2009 02:50:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/f2240498c1292d4130fd1f4a596fd303?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Rip's Domain</title>
		<link>http://rip747.wordpress.com</link>
	</image>
			<item>
		<title>ColdFusion MIMEFile Upload Security Issue Workaround</title>
		<link>http://rip747.wordpress.com/2009/06/30/coldfusion-mimefile-upload-security-issue-workaround/</link>
		<comments>http://rip747.wordpress.com/2009/06/30/coldfusion-mimefile-upload-security-issue-workaround/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:49:32 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=643</guid>
		<description><![CDATA[If you haven&#8217;t heard by now, there is a huge security vulnerability using cffile to upload files. This effects every CF application out there and is being exploited as we speak. There is a ton of information out there about what causes and how to perform the exploit, however noone is doing anything about it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=643&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you haven&#8217;t heard by now, there is a <a href="http://www.coldfusionjedi.com/index.cfm/2009/6/30/Are-you-aware-of-the-MIMEFile-Upload-Security-Issue" target="_blank">huge security vulnerability</a> using cffile to upload files. This effects every CF application out there and is being exploited as we speak. There is a ton of information out there about what causes and how to perform the exploit, however noone is doing anything about it at the moment to fix it. Needless to say, I wasn&#8217;t going to just sit by and wait for someone to fix it, so naturally, I came up with a pretty slick solution on my own. Below is a link to download a UDF that you should be able to use as a replacement until this whole thing gets sorted out.</p>
<p>If you have any comments on improvements or suggestions, please leave them below or feel free to edit the gist directly.</p>
<p><a rel="nofollow" href="http://gist.github.com/138542" target="_blank">http://gist.github.com/138542</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/643/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=643&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/06/30/coldfusion-mimefile-upload-security-issue-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Reviving a git-svn clone</title>
		<link>http://rip747.wordpress.com/2009/06/17/reviving-a-git-svn-clone/</link>
		<comments>http://rip747.wordpress.com/2009/06/17/reviving-a-git-svn-clone/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:37:49 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=640</guid>
		<description><![CDATA[Compiled by following: http://osdir.com/ml/git/2009-04/msg01781.html
Thank you Martin Krafft @ http://madduck.net/, you saved my ass and I don&#8217;t even know you  
Here&#8217;s the problem. I&#8217;m mirroring the CFWheels SVN repo (please migrate to github) using git and github. Last week my cygwin installation took a dive and in the midst of trying to fix it, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=640&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Compiled by following: <a href="http://osdir.com/ml/git/2009-04/msg01781.html" target="_blank">http://osdir.com/ml/git/2009-04/msg01781.html</a></p>
<p>Thank you Martin Krafft @ <a href="http://madduck.net/" target="_blank">http://madduck.net/</a>, you saved my ass and I don&#8217;t even know you <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the problem. I&#8217;m mirroring the<a href="http://code.google.com/p/cfwheels/" target="_blank"> CFWheels SVN repo</a> (please migrate to <a href="http://www.github.com" target="_blank">github</a>) using git and github. Last week my <a href="http://www.cygwin.com/" target="_blank">cygwin</a> installation <a href="http://rip747.wordpress.com/2009/06/11/git-svn-will-it-ever-work-again/" target="_blank">took a dive</a> and in the midst of trying to fix it, I screwed up my local git repo used to do this mirror (completely my fault and not git&#8217;s or cygwin&#8217;s. Yes, I&#8217;m an idiot).</p>
<p>Anywho, I finally got everything up and running with cygwin, but now came the problem of getting the mirror working again. In the past to accomplish this, I actually did a forced push to the master branch on the mirror. It was OK since noone at the time had forked the mirror so it didn&#8217;t hurt anything. But now we have some people who have forked the mirror, so this isn&#8217;t an option for me any more. I actually had to figure out how to fix this.</p>
<p>After <strong>A LOT</strong> of searching and reading here is how I revived my git mirror of the CFWheels SVN repo. It turned out to be 4 simple command in git:</p>
<p><strong>$ mkdir cfwheels<br />
$ cd cfwheels<br />
$ git clone git@github.com:rip747/cfwheels.git<br />
$ git svn init https://cfwheels.googlecode.com/svn/trunk<br />
$ git update-ref refs/remotes/git-svn refs/remotes/origin/master<br />
$ git svn rebase</strong></p>
<p>Now to explain each line (so I don&#8217;t forget):</p>
<p><strong>$ mkdir cfwheels<br />
$ cd cfwheels</strong></p>
<p>Obviously I&#8217;m making a directory on my machine called cfwheels and switching to it (basic stuff)<br />
<strong><br />
$ git clone git@github.com:rip747/cfwheels.git</strong></p>
<p>Here I&#8217;m cloning the svn mirror repo from github.</p>
<p><strong>$ git svn init https://cfwheels.googlecode.com/svn/trunk</strong></p>
<p>Here I&#8217;m creating a reference to the cfwheels repo on googlecode in my local git repo</p>
<p><strong>$ git update-ref refs/remotes/git-svn refs/remotes/origin/master</strong></p>
<p>This is the secret sauce! What I&#8217;m doing here is updating the HEAD of the git-svn remote (refs/remotes/git-svn, this is created for you by doing the &#8220;git svn init&#8221;) to match the HEAD I grabbed from github (refs/remotes/origin/master, again this is created for you by doing the &#8220;git clone&#8221;).</p>
<p><strong>$ git svn rebase</strong></p>
<p>Now that the two heads match, I&#8217;m able to pull the revision information from googlecode. What you&#8217;ll see at this point is a mess of lines run on the screen which corresponds to each commit in the svn repo. At the end you should get the following message:</p>
<p><strong><em>Done rebuilding .git/svn/git-svn/.rev_map.d8ff095c-9719-0410-9cd3-1dd5d13d90f5<br />
Current branch master is up to date.</em></strong></p>
<p>Hopefully this helps you out. If I missed anything or you have an updated way to do this, please comment below.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/640/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/640/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/640/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/640/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/640/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=640&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/06/17/reviving-a-git-svn-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Git-Svn: Will it ever work again?</title>
		<link>http://rip747.wordpress.com/2009/06/11/git-svn-will-it-ever-work-again/</link>
		<comments>http://rip747.wordpress.com/2009/06/11/git-svn-will-it-ever-work-again/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:34:07 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=634</guid>
		<description><![CDATA[UPDATE: I have created a custom cygwin repository that you can run setup against to get the last working version (1.5.6-1). You can download it from the box.net widget to the right or by clicking here.
Well it seems that I&#8217;ve completed hosed myself good. At work I updated my cygwin install and it installed the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=634&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>UPDATE:</strong> I have created a custom cygwin repository that you can run setup against to get the last working version (1.5.6-1). You can download it from the box.net widget to the right or by <a href="http://www.box.net/shared/rj2bxev1l6" target="_blank">clicking here</a>.</p>
<p>Well it seems that I&#8217;ve completed hosed myself good. At work I updated my cygwin install and it installed the latest git and subversion packages. Long story short, this completely broke git-svn to the point where I can&#8217;t use it. What sucks is that I use git-svn to contribute to CFWheels which I&#8217;m using right now to rewrite some websites. It&#8217;s nice to be able to find a bug and fix it then and there and not have to wait until I get home.</p>
<p>Luckily I raced home tonight and saw that my cygwin installation on my home computer wasn&#8217;t upgraded, so that means I&#8217;m still able to contribute.</p>
<p>What really pissed me off is that this has <a href="http://osdir.com/ml/git/2009-04/msg02003.html">been broken</a> since version 1.5.6-1 and for over 4 months and hasn&#8217;t been fixed yet. I tried to install msysgit at work to see if that would work for me, but it&#8217;s a no go since their subversion packages are at 1.4 and GoogleCode is on 1.5.</p>
<p>Even sadder is that msysgit doesn&#8217;t seem to want to upgrade their subversion packages anytime soon as the maintainer himself told me <a href="http://code.google.com/p/msysgit/issues/detail?id=253&amp;colspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary">here</a>.</p>
<p>With the on going cygwin and msysgit problems, will git-svn ever get fixed?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/634/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=634&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/06/11/git-svn-will-it-ever-work-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>When in doubt, update your bios</title>
		<link>http://rip747.wordpress.com/2009/05/26/when-in-doubt-update-your-bios/</link>
		<comments>http://rip747.wordpress.com/2009/05/26/when-in-doubt-update-your-bios/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:00:32 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[TechSupport]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=632</guid>
		<description><![CDATA[What a strange problem. For the last 3 hours I&#8217;ve been trying to get my Linksys WRT54GL router to work. Seems that when I came home today something must of happened because my internet connection was totally screwed. I have Comcast as my ISP and I thought that there might be an outage in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=632&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What a strange problem. For the last 3 hours I&#8217;ve been trying to get my Linksys WRT54GL router to work. Seems that when I came home today something must of happened because my internet connection was totally screwed. I have Comcast as my ISP and I thought that there might be an outage in the area. After giving them a call, they determined the cable modem was OK and that my signal strength was perfect. Despite them being helpful on the phone, I would have to wait until Thrusday for a tech to come out and see what was the problem and I don&#8217;t have the luxary of being disconnected from the internet for 3 days.</p>
<p>Long story short, after hours of testing and trying things out, I determined that for some reason the DCHP client on my Linksys router died. I should mentioned that I was running Tomato 1.23 on the router. Don&#8217;t know what could of caused this, but with that I downloaded <a href="http://www.polarcloud.com/tomato" target="_blank">Tomato 1.25</a> and flashed the bios. Now everything is working again.</p>
<p>Whatever happened to the router today must of corrupted something in the bios and flashing it to a new version seems to have fixed the problem.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/632/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=632&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/26/when-in-doubt-update-your-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Karalootz</title>
		<link>http://rip747.wordpress.com/2009/05/25/karalootz/</link>
		<comments>http://rip747.wordpress.com/2009/05/25/karalootz/#comments</comments>
		<pubDate>Mon, 25 May 2009 22:00:58 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=628</guid>
		<description><![CDATA[Your little spot on the net for me to tell you that I love and miss you deeply. Rest in peace now.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=628&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Your little spot on the net for me to tell you that I love and miss you deeply. Rest in peace now.</p>
<p><img class="alignnone size-full wp-image-629" title="kara" src="http://rip747.files.wordpress.com/2009/05/kara.jpg?w=351&#038;h=265" alt="kara" width="351" height="265" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/628/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=628&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/25/karalootz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>

		<media:content url="http://rip747.files.wordpress.com/2009/05/kara.jpg" medium="image">
			<media:title type="html">kara</media:title>
		</media:content>
	</item>
		<item>
		<title>Goal reached: Finally broke 1000 reputation points on stackoverflow</title>
		<link>http://rip747.wordpress.com/2009/05/23/goal-reached-finally-broke-1000-reputation-points-on-stackoverflow/</link>
		<comments>http://rip747.wordpress.com/2009/05/23/goal-reached-finally-broke-1000-reputation-points-on-stackoverflow/#comments</comments>
		<pubDate>Sat, 23 May 2009 15:52:44 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=626</guid>
		<description><![CDATA[It was a small goal in my life to brake 1000 reputation points on stackoverflow.com. I&#8217;m happy to report that this was finally achieved!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=626&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It was a small goal in my life to brake 1000 reputation points on <a href="http://stackoverflow.com/" target="_blank">stackoverflow.com</a>. I&#8217;m happy to report that <a href="http://stackoverflow.com/users/31278" target="_blank">this was finally achieved</a>!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/626/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=626&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/23/goal-reached-finally-broke-1000-reputation-points-on-stackoverflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Dependency Walker</title>
		<link>http://rip747.wordpress.com/2009/05/23/using-dependency-walker/</link>
		<comments>http://rip747.wordpress.com/2009/05/23/using-dependency-walker/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:09:42 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[TechSupport]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=618</guid>
		<description><![CDATA[If there&#8217;s one tool I have completely fell in love with it&#8217;s Dependency Walker (DW). DW is a tool that let&#8217;s you see what a file, in many cases DLLs, depends on in order to get them to run or register.
Case in point, just yesterday I was trying to get Office 2003 SP 3 installed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=618&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If there&#8217;s one tool I have completely fell in love with it&#8217;s <a href="http://www.dependencywalker.com/" target="_blank">Dependency Walker</a> (DW). DW is a tool that let&#8217;s you see what a file, in many cases DLLs, depends on in order to get them to run or register.</p>
<p>Case in point, just yesterday I was trying to get Office 2003 SP 3 installed on our intern&#8217;s computer. No matter what I did, I was getting the dreaded 1904: Cannot Register MSRCLR40.dll error and it was driving me insane. Now according to <a href="http://support.microsoft.com/kb/299066" target="_blank">Microsoft</a> and <a href="http://forums.techarena.in/office-setup/623807.htm" target="_blank">other sources</a>I found on the net, this is a problem with not having the latest <a href="http://www.microsoft.com/downloads/details.aspx?familyid=78CAC895-EFC2-4F8E-A9E0-3A1AFBD5922E&amp;displaylang=en" target="_blank">MDAC installed for XP</a> (2.81 sp1), however I checked (by following <a href="http://support.microsoft.com/kb/301202" target="_blank">Microsoft&#8217;s instructions</a>) and I did have the latest MDAC installed. In any case, I reinstalled the latest MDAC, rebooted, tried the installation again and got the same thing. Dammit!</p>
<p>At this point, I knew that I could be downloading and installing different things all day, so I opted to run a <a href="http://support.microsoft.com/kb/821593" target="_blank">repair on Microsoft Office</a> and see what that did. Wouldn&#8217;t you know, I got the 1904 error during the repair, go fig. Now I&#8217;m screwed. I ran out of options the net handed me, so that&#8217;s when I decided to download DW and give this magical life saver a run.</p>
<p>As I mentioned above, DW is a stand alone tool that let&#8217;s you select a file and shows you which other files (or modules) the file needs in order to run or, in our case, register. It&#8217;s extremely easy to use and understand.</p>
<p>The first thing you need to do is <a href="http://www.dependencywalker.com/" target="_blank">download and unzip</a> the latest version of DW. As of this writing it&#8217;s 2.2.</p>
<p>After you have it unzipped, open up the folder and double click the <strong>depends.exe</strong> file. Once DW loads up, all you need to do is click <strong>File -&gt; Open</strong> and select the file that you DW to inspect (for this example I selected MSRCLR40.dll that was in c:\windows\system32 on my machine).</p>
<p><img class="alignnone size-full wp-image-621" title="dw2" src="http://rip747.files.wordpress.com/2009/05/dw2.jpg?w=480&#038;h=430" alt="dw2" width="480" height="430" /></p>
<p>Is that cool or what? As you can see from the screen shot above, DW will show you all of the files that MSRCLR40.dll needs in order to work. Now if there are any files that are missing from your machine, they will show up in <strong><span style="color:#ff0000;">RED</span></strong> at the very top of the list (I have everything this file needs, so I don&#8217;t have any errors). Once you have your list of files that you need, all you need to do is to either download the files from the internet or copy them from another machine and copy them to the appropriate place. Then just hit <strong>View -&gt; Refresh</strong> (or F5) and see if everything is OK. Don&#8217;t worry about any delay-load dependency module errors you might get since these module aren&#8217;t loaded until you actually try to run or register the file.</p>
<p>In the case of my intern&#8217;s computer, DW told me that the machine didn&#8217;t have MSJET40.dll, MSJINT40.dll and MSJTER40.dll. I managed to copy these from my work machine, however you can <a href="http://support.microsoft.com/kb/239114" target="_blank">download them</a> from Microsoft. After that I went to a command prompt and ran:</p>
<p><strong>regsvr32 c:\windows\system32\msrclr40.dll</strong></p>
<p>The file registered successfully and I finally got Office 2003 SP 3 installed!</p>
<p>Using a tool like DW from the get go can save you hours of searching the internet and trying different solutions until you find the magical one that fixes your problem. I find that in the world of tech support this tool is invaluble and hopefully you will too.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/618/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=618&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/23/using-dependency-walker/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>

		<media:content url="http://rip747.files.wordpress.com/2009/05/dw2.jpg" medium="image">
			<media:title type="html">dw2</media:title>
		</media:content>
	</item>
		<item>
		<title>Geek Week: Day 5</title>
		<link>http://rip747.wordpress.com/2009/05/13/geek-week-day-5/</link>
		<comments>http://rip747.wordpress.com/2009/05/13/geek-week-day-5/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:17:16 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=614</guid>
		<description><![CDATA[Well Day3 and 4 ended up with me having to do client work and some work for my day job. Those two days were a bust and I should of ended the days with doing some more coding, but afterwards my mind just wasn&#8217;t into it. I&#8217;m learning that this wasn&#8217;t the smartest idea. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=614&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well Day3 and 4 ended up with me having to do client work and some work for my day job. Those two days were a bust and I should of ended the days with doing some more coding, but afterwards my mind just wasn&#8217;t into it. I&#8217;m learning that this wasn&#8217;t the smartest idea. I now see why it takes a long time to get things done.</p>
<p>On top of all that, while I was just sitting down to type this out, I saw that the two commits to trunk that I made today weren&#8217;t the smartest changes either and I was asked to revert them, which I did.</p>
<p>I think I&#8217;m going to take a break tomorrow from testing and trying to find bugs since I basically creating my own <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Wheels was donated some <a href="http://code.google.com/p/cfwheels/issues/detail?id=94&amp;colspec=ID%20Type%20Status%20Milestone%20Owner%20Summary" target="_blank">migration code</a> quite a <a href="http://groups.google.com/group/cfwheels/browse_frm/thread/3285bec6c47a345a?tvc=1&amp;q=migrations" target="_blank">while ago from Ryan</a>. One of my goals this weeks was to try to get migrations working. I figured tomorrow I fork the my local repo and see what I can do to get this in.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=614&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/13/geek-week-day-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Geek Week Update: Day 2</title>
		<link>http://rip747.wordpress.com/2009/05/10/geek-week-update-day-2/</link>
		<comments>http://rip747.wordpress.com/2009/05/10/geek-week-update-day-2/#comments</comments>
		<pubDate>Mon, 11 May 2009 02:33:21 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=612</guid>
		<description><![CDATA[Today was WAAAAY more productive then yesterday, way more, even though I went to bed at 6:30am this morning. I had to finish a project for a client and decided that I better get it out of the way before it started to haunt me and dip into my Wheels time.
The entire day was spent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=612&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today was <strong>WAAAAY</strong> more productive then <a href="http://rip747.wordpress.com/2009/05/09/geek-week-update-day-1/" target="_blank">yesterday</a>, way more, even though I went to bed at 6:30am this morning. I had to finish a project for a client and decided that I better get it out of the way before it started to haunt me and dip into my Wheels time.</p>
<p>The entire day was spent revamping the testing framework for the last time (I hope) as I think I finally got it to where I want it to be. I did a bunch of optimizations to the testrunner and the output display. In doing so I discover the beauty of getComponentMetaData().</p>
<p>When running the tests, I had some logic in place that basically would inspect the meta data of the component you wanted to test to see if it is extending the wheels.test base component. There&#8217;s no reason to even waste the time searching for tests to run if the component won&#8217;t even have any and the only way it&#8217;s going to have tests is if it extends the wheels.test base component.</p>
<p>In order to do the check I would use createobject to create an instance of the component and then use getMetaData() to inspect the meta data. To me this seemed kinda dumb and it bothered me that I knew there had to be a better way and that&#8217;s when I found getCompoentMetaData(). Basically this does the same thing as getMetaData() but you don&#8217;t have to waste your time instantiating the component. All you have to do is pass the component path to getComponentMetaData() and it does the work for you and returns the exact same meta data that getMetaData() would. Very handy function indeed.</p>
<p>The other thing that was bothering me was the hackery way I was altering the application.wheels.modelPath and the application.wheels.modelComponentPath so that I could call test models with the model() function. Before I was performing my half ass hack inside the test cases themselves in the setup(), but I knew that this was going to get messy. It finally dawned on me to just add them into the testing framework itself for now. Later on we&#8217;ll think of a better way to pass a component path to model(), but as for right now this prevents me from having to do the hack manually and even though it&#8217;s still a hack, it&#8217;s a bit cleaner.</p>
<p>After finally getting the testing framework ironed out, I moved on to refactoring all the tests to get more output and separate the multiple calls to assert() I was doing in each test. All and all, Wheels not has 61 tests in 19 cases. Not bad for a start. It&#8217;s definitely <strong>NOT</strong> where I wanted to be at this point, but there&#8217;s no sense in rushing either.</p>
<p>Tonight I &#8216;m going to do some research into designing a testing database that I can use to properly test the model layer. I&#8217;m sure I&#8217;ll be totally OCD about the way it&#8217;s designed and will spend most of the day second guessing myself over and over. One of the ideas to get around this was was to look at maybe using the <a href="http://blogcfc.riaforge.org" target="_blank">blogCFC</a> database since it&#8217;s already been ported to like <strong>EVERY RDBMS</strong> engine out there (go Ray!). We&#8217;ll have to see.</p>
<p>Will update again tomorrow.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/612/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=612&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/10/geek-week-update-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Geek Week Update: Day 1</title>
		<link>http://rip747.wordpress.com/2009/05/09/geek-week-update-day-1/</link>
		<comments>http://rip747.wordpress.com/2009/05/09/geek-week-update-day-1/#comments</comments>
		<pubDate>Sun, 10 May 2009 01:27:58 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=608</guid>
		<description><![CDATA[So how is it going so far? HORRIBLE!
Well first off, I updated my cygwin install with the latest version of git and subervion-perl a couple of weeks ago and when I went to rebase with the CFWheels repo, it would die. Only one commit at a time would be pulled down and then errors all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=608&subd=rip747&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So how is it going so far? <strong>HORRIBLE!</strong></p>
<p>Well first off, I updated my cygwin install with the latest version of git and subervion-perl a couple of weeks ago and when I went to rebase with the <a href="http://www.cfwheels.org/" target="_blank">CFWheels</a> repo, <a href="http://rctay.spaces.live.com/blog/cns!59D3BFCD027B09E5!792.entry" target="_blank">it would die</a>. Only one commit at a time would be pulled down and then errors all over the place. After searching on google I found out that this is a known problem with the latest subversion-perl so I had to downgrade. That took me about an hour to figure out. I could have <a href="http://thelilaeanbellis.com/shared/git-handle.patch" target="_blank">applied a patch</a> to the version that I had already installed, but I wasn&#8217;t in the mood to be jerking around like that and I figured I&#8217;d leave that stuff to the experts.</p>
<p>After that I was finally able to sync with the svn repo and get everything up and running.</p>
<p>With my confidence in the toliet, I started writing tests and finding bugs that needed to be fixed. When I found <a href="http://code.google.com/p/cfwheels/source/detail?r=2533" target="_blank">my first bug</a>, I decided to use trusty old tortoisesvn  to write the patch and get it into trunk since I had local checkout already. That went well, but it wasn&#8217;t the best way to do it. I should be using git and git-svn to do this stuff and by using tortise I had to litterally duplicate the patch that I already had in git. <strong>NOT SMART!</strong></p>
<p>Anyhow, I continued coding and soon found <a href="http://code.google.com/p/cfwheels/source/detail?r=2535#" target="_blank">another bug</a> that needed some attention. &#8220;<strong>WHAT LUCK!</strong>&#8221; I thought because now I could submit the patch through git-svn like I should have been doing all along. <strong>BIG MISTAKE!</strong> Let&#8217;s just say that I fought with this for almost two hours, because I kept screwing up the workflow left and right and having to <strong>git reset &#8211;hard</strong>. Thank God that <a href="http://stackoverflow.com" target="_blank">stackoverflow.com</a> exists and after reading carefully, <a href="http://stackoverflow.com/questions/190431/is-git-svn-dcommit-after-merging-in-git-dangerous" target="_blank">the solution that I found</a>, and some playing around, I finally got the workflow down and was able to commit the patch.</p>
<p>All and all, I&#8217;m having a rough time. Maybe I&#8217;m just off my game today since I have a lot of other things in my head right now and my mental state isn&#8217;t in sync. No matter, tomorrow is another day and more coding.</p>
<p>Tomorrow I&#8217;m planning on completing the creation of a test database so that I can test out all the functions that depend on models and cleanning up the tests.</p>
<p>About the tests. Right now, the way I&#8217;m writing tests, I&#8217;ll have more then one assert in each test. From what I&#8217;ve seen and researched how other people write tests, this is the wrong way. You should have one assert for each test. After writing a bunch of them, this makes sense. Reason being is because if you have 5 asserts in one test and one of the asserts fails, the whole test fails. Now currently this isn&#8217;t a problem because I know it&#8217;s the last assert I wrote that failed. However, down the road I can see this becoming a problem when we&#8217;re trying to figure out where the test is failing. It&#8217;s not like I want the rest of the team to be commenting out asserts until they find the one thats failing. I come to the conclusion at this point that I&#8217;m going to have to rewrite all the tests I&#8217;ve created into this new format. Oh well it&#8217;s what learning is all about and the reason I love doing open source stuff.</p>
<p>I&#8217;ll update again tomorrow.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/608/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&blog=295460&post=608&subd=rip747&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2009/05/09/geek-week-update-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
	</channel>
</rss>