<?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>fudgepudge</title>
	<atom:link href="http://fudgepudge.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fudgepudge.wordpress.com</link>
	<description>Pudgington Fudgeswallows</description>
	<lastBuildDate>Mon, 10 Mar 2008 01:40:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='fudgepudge.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/933d864995c1e085539182211aeb1323?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>fudgepudge</title>
		<link>http://fudgepudge.wordpress.com</link>
	</image>
			<item>
		<title>How to make high quality youtube videos</title>
		<link>http://fudgepudge.wordpress.com/2008/03/04/how-to-make-high-quality-youtube-videos/</link>
		<comments>http://fudgepudge.wordpress.com/2008/03/04/how-to-make-high-quality-youtube-videos/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 00:24:26 +0000</pubDate>
		<dc:creator>cq</dc:creator>
				<category><![CDATA[cq]]></category>

		<guid isPermaLink="false">http://fudgepudge.wordpress.com/?p=38</guid>
		<description><![CDATA[This is a guide intended to explain how to create and upload high quality youtube videos.  I made this guide out of frustration with nearly everyone uploading poor quality youtube videos.
Software you need:
MediaInfo:
http://mediainfo.sourceforge.net/
mencoder (get mplayer non-gui)
http://www.mplayerhq.hu/
This guide will explain how to maximize the quality of a youtube video.  This does not exploit youtube in any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=38&subd=fudgepudge&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a guide intended to explain how to create and upload high quality youtube videos.  I made this guide out of frustration with nearly everyone uploading poor quality youtube videos.</p>
<h3>Software you need:</h3>
<h4>MediaInfo:</h4>
<p><a href="http://mediainfo.sourceforge.net/">http://mediainfo.sourceforge.net/</a></p>
<h4>mencoder (get mplayer non-gui)</h4>
<p><a href="http://www.mplayerhq.hu/">http://www.mplayerhq.hu/</a></p>
<p>This guide will explain how to maximize the quality of a youtube video.  This does not exploit youtube in any way, it is completely legal and not a hack.  This process simply maximizes the data rate of your video so that youtube doesn&#8217;t automatically re-encode your video to a low quality video.</p>
<p>This guide will work for people running Windows XP or Vista (x86/x64).  I can see this working effectively on linux and mac as well though.</p>
<p><span id="more-38"></span></p>
<h3>1. Preparing the source video</h3>
<ul>
<li>First, you will need your source video.</li>
<li>This should be your high quality, full size video.</li>
<li>It needs to be in a 4:3 aspect ratio (i.e. if you divide the pixel width by the pixel height, you get 4/3).</li>
<li>It needs to be a higher resolution (or equal) to 480&#215;360 (if your source video has a smaller resolution than this, then certain parts of the encoding process will need to be changed, i&#8217;ll cover this if people want me to).</li>
<li>You will use this video as the source for your high quality youtube video.</li>
<li>(Note: Getting your source video how you want it is outside of the scope of this guide, however there are many other guides on the internet that will cover this.)</li>
</ul>
<h3>2. Preparing the utilities</h3>
<ul>
<li>Make sure MediaInfo is installed.</li>
<li>Install mencoder by downloading mplayer from the link provided, and make sure you get the <b>non-gui</b> version, as the gui version does not contain mencoder (which is what we need). (At the time this was written, this is version 1.0rc2)</li>
<li>Once mplayer is downloaded, extract the zip to its own folder.</li>
<li>In that folder, right click somewhere in the folder (not on an icon) and click New-&gt;Shortcut.</li>
<li>For the location of the item, type in &#8220;cmd&#8221; and hit enter.  Hit enter again for the name of the shortcut since it doesnt matter what you name it.</li>
<li>Now right click on the cmd.exe shortcut in the directory you just created.  You should see a textbox that says &#8220;Start in:&#8221; or maybe &#8220;Working dir&#8221; or something.  Delete everything in this text box then click ok.  This will change the working directory to its home directory so we don&#8217;t have to navigate to this directory when we run it.</li>
</ul>
<h3>3. Prepare the video for encoding</h3>
<p>Now, we want to make sure our source video is in this directory with mencoder; so move the source video into this directory.</p>
<h3>4. Encoding (and maximizing)</h3>
<p>Encoding can be quite a time consuming process, depending on the throughput of your processor.  If you have a core2 processor and are running Windows Vista x64, I don&#8217;t believe this mencoder was compiled for 64 bit instructions, so this won&#8217;t take advantage of your awesome machine.  This shouldn&#8217;t be too big of a problem for just youtube videos, but if you intend on doing larger scale encoding, I recommend using something else if you&#8217;re worried about speed.</p>
<ul>
<li>We&#8217;re going to use both mencoder and MediaInfo sequentially and iteratively to get the maximum quality that youtube will allow for.</li>
<li>First, we will use mencoder.</li>
<li>Open up the cmd.exe shortcut we created, and <b>paste this in</b>: (but make sure to change SOURCEVIDEO.EXT to the filename of your source video, and OUTPUTVIDEO.flv to whatever you wish to name the output video, but make sure to keep .flv on the end)<br />
<blockquote>
<div class="codefont">mencoder SOURCEVIDEO.EXT -o OUTPUTVIDEO.flv -af resample=22050:0:0 -sws 9 -vf scale=480:-3,expand=480:360 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=300:trell:v4mv:mv0:mbd=2:cbp:aic:cmp=3:subcmp=3 -oac mp3lame -lameopts abr:br=48:mode=3</div>
</blockquote>
</li>
<li>This will take a little bit of time to complete, depending on your computing power.</li>
<li>Once it is complete, open up MediaInfo.</li>
<li> Click File-&gt;Open and select the OUTPUTVIDEO.flv file you created.</li>
<li> Click View-&gt;Tree and look at the General tab.</li>
</ul>
<p><b>If the bit rate is greater than or equal to 350Kbps,</b> then we need to reduce the encoding bit rate and re-encode (Check below).</p>
<p><b>If the bit rate is really close to 350Kbps, but just slightly lower than 350Kbps (like 340kbps or something),</b> then you have a near-maximum quality youtube video you can upload.</p>
<p><b>If the bit rate is much lower than 350Kbps (like 200kbps or 300kbps),</b> then you want to increase the encoding bit rate and re-encode (Check below).</p>
<ul>
<li>To re-encode at a higher or lower bit rate, change the value labelled &#8220;vbitrate=300&#8243; in the mencoder command to either higher or lower, depending on what you need. (Probably lower is what you want)</li>
<li>For example, if MediaInfo tells you that your file is about 400Kbps, we should compensate for about 50Kbps and run mencoder again like this:<br />
<blockquote>
<div class="codefont"> mencoder SOURCEVIDEO.EXT -o OUTPUTVIDEO.flv -af resample=22050:0:0 -sws 9 -vf scale=480:-3,expand=480:360 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=250:trell:v4mv:mv0:mbd=2:cbp:aic:cmp=3:subcmp=3 -oac mp3lame -lameopts abr:br=48:mode=3</div>
</blockquote>
</li>
<li> Notice how &#8220;vbitrate=300&#8243; went to &#8220;vbitrate=250&#8243; and everything else stayed the same.</li>
<li>Keep repeating this iterative process until you get a bit rate of less than but almost 350Kbps.</li>
</ul>
<h3>5. Uploading</h3>
<p>Now that your .flv video is encoded, you can upload the video to youtube.  You&#8217;ll need an account to do this!</p>
<p>When I uploaded my video, it wouldn&#8217;t let me upload it normally, I had to click &#8220;&#8216;Click here&#8217; if you are having problems with the uploader&#8221;. (This might be necssary to make sure youtube doesn&#8217;t reencode your video, not confirmed though)</p>
<h3>6. Post a link to your video on the comments to this post!  I want to see your high quality videos in action :)</h3>
<h5>Temp: I will be adding pictures to this post to make it more clear.  If you would like to see the videos I&#8217;ve made for an example of the quality that is possible, please go to my youtube page <a href="http://youtube.com/user/xcusemeprincess">here.</a></h5>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fudgepudge.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fudgepudge.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fudgepudge.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fudgepudge.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fudgepudge.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fudgepudge.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fudgepudge.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fudgepudge.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fudgepudge.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fudgepudge.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fudgepudge.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fudgepudge.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=38&subd=fudgepudge&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fudgepudge.wordpress.com/2008/03/04/how-to-make-high-quality-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1de484a476a7d74fdae831f35fd22fb9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cq</media:title>
		</media:content>
	</item>
		<item>
		<title>New NIN Album: Ghosts</title>
		<link>http://fudgepudge.wordpress.com/2008/03/02/new-nin-album-ghosts/</link>
		<comments>http://fudgepudge.wordpress.com/2008/03/02/new-nin-album-ghosts/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 05:48:07 +0000</pubDate>
		<dc:creator>cq</dc:creator>
				<category><![CDATA[cq]]></category>

		<guid isPermaLink="false">http://fudgepudge.wordpress.com/?p=35</guid>
		<description><![CDATA[You can buy Ghosts for $5 or download 1/4 of the album for free.  The album is purely instrumental.
Get it here: http://ghosts.nin.com/main/home
I just downloaded the free album, and oh my god I love it so far.
Once I can get my hands on the full 36 tracks I&#8217;ll post a more detailed review.

(Note: if you can&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=35&subd=fudgepudge&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You can buy Ghosts for $5 or download 1/4 of the album for free.  <b>The album is purely instrumental.</b></p>
<p>Get it here: <a href="http://ghosts.nin.com/main/home" title="NIN Ghosts">http://ghosts.nin.com/main/home</a></p>
<p>I just downloaded the free album, and oh my god I love it so far.</p>
<p>Once I can get my hands on the full 36 tracks I&#8217;ll post a more detailed review.</p>
<p align="center"><a href="http://ghosts.nin.com/main/home"><img src="http://fudgepudge.files.wordpress.com/2008/03/pic_cover_large.jpg?w=400&#038;h=400" height="400" width="400" /></a></p>
<p align="left">(Note: if you can&#8217;t download it, NIN is hosting their own torrent on TPB <a href="http://thepiratebay.org/tor/4059158/Nine_Inch_Nails_-_Ghosts_I_%282008%29" title="NIN Ghosts TPB" target="_blank">here</a>)</p>
<p align="left"> Edit (12:35am Monday): Bought the full CD, listening now.</p>
<p align="left"> Edit (2:53pm Monday):  This CD rocks. Many of the tracks are underdeveloped, but I think they were intended to be that way.  The remix potential for this album is infinite.  For only $5 it&#8217;s a hell of a deal.  I love instrumental music, and Reznor making an entirely instrumental CD is a dream come true.</p>
<p align="left">I&#8217;ll have to see how it grows on me but so far I&#8217;m enjoying it very much.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fudgepudge.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fudgepudge.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fudgepudge.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fudgepudge.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fudgepudge.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fudgepudge.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fudgepudge.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fudgepudge.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fudgepudge.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fudgepudge.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fudgepudge.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fudgepudge.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=35&subd=fudgepudge&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fudgepudge.wordpress.com/2008/03/02/new-nin-album-ghosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1de484a476a7d74fdae831f35fd22fb9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cq</media:title>
		</media:content>

		<media:content url="http://fudgepudge.files.wordpress.com/2008/03/pic_cover_large.jpg" medium="image" />
	</item>
		<item>
		<title>honk honk</title>
		<link>http://fudgepudge.wordpress.com/2008/03/02/37/</link>
		<comments>http://fudgepudge.wordpress.com/2008/03/02/37/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 17:00:57 +0000</pubDate>
		<dc:creator>uhtalia</dc:creator>
				<category><![CDATA[uhtalia]]></category>

		<guid isPermaLink="false">http://fudgepudge.wordpress.com/2008/03/01/37/</guid>
		<description><![CDATA[Welcome one and all to the mystifying world of Fudgepudge.
I&#8217;m very excited about this project and will wholly use it as a medium for self-improvement. I&#8217;ll try to write a lot, to draw a lot, to design a lot, but mostly to think a lot. Most of my posts will probably be in reference to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=37&subd=fudgepudge&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome one and all to the mystifying world of Fudgepudge.</p>
<p>I&#8217;m very excited about this project and will wholly use it as a medium for self-improvement. I&#8217;ll try to write a lot, to draw a lot, to design a lot, but mostly to <i>think</i> a lot. Most of my posts will probably be in reference to contemporary feminist issues, and the beautiful thing about that is that it encompasses&#8230;well, everything.</p>
<p>But rather than begining with something complicated or subverted, I&#8217;d like to start with something a bit more  formulaic (but nonetheless important).  Upon my adventures traveling through the internets, I happened upon the blog of someone who had a bad experience with a cesarean birth; she and the baby are alive and relatively healthy but she has a lot of mental and emotional issues regarding the unnecessary procedure. What worries me about the blog is not the inaccuracies she displays as a form of cathartic healing to get her rage and hurt out, but that she blatantly perpetuates dangerous misinformation under the guise of wanting to educate people from her experience. She believes that all women should have home-births and that any woman who chooses to have a medicated hospital birth or unnecessary cesarean is by default relinquishing her maternal responsibilities.</p>
<p>She claims that she will not stop screaming until the medical world releases women from their avaricious grip of scaring and guilting expectant mothers into making childbirth a medical procedure and claims she wants all the&#8221;womb pods&#8221; to be unplugged; she then goes on to post a comic stating that the female body was meant to give birth. I don&#8217;t know about you, but my body was made for a hell of a lot more than just giving birth.</p>
<p>I&#8217;ll post a link and a detailed response, which I will be e-mailing to the author, in a future post.</p>
<p>Hello, and welcome to FudgePudge.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fudgepudge.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fudgepudge.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fudgepudge.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fudgepudge.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fudgepudge.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fudgepudge.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fudgepudge.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fudgepudge.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fudgepudge.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fudgepudge.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fudgepudge.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fudgepudge.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=37&subd=fudgepudge&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fudgepudge.wordpress.com/2008/03/02/37/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8425e2096a23a8cac3439103a24dd66?s=96&#38;d=identicon" medium="image">
			<media:title type="html">uhtalia</media:title>
		</media:content>
	</item>
		<item>
		<title>Salutations, my friends!</title>
		<link>http://fudgepudge.wordpress.com/2008/03/01/salutations-my-friends/</link>
		<comments>http://fudgepudge.wordpress.com/2008/03/01/salutations-my-friends/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:38:28 +0000</pubDate>
		<dc:creator>cq</dc:creator>
				<category><![CDATA[cq]]></category>

		<guid isPermaLink="false">http://fudgepudge.wordpress.com/2008/03/01/salutations-my-friends/</guid>
		<description><![CDATA[Blank pages are the most terrifying things in the entire universe.
Atalia and I have created this blog in which both of us will be contributing to.  We intend to make this site as personal as possible, with no specific theme except that all of the content will be about subjects that are meaningful to each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=15&subd=fudgepudge&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Blank pages are the most terrifying things in the entire universe.</p>
<p>Atalia and I have created this blog in which both of us will be contributing to.  We intend to make this site as personal as possible, with no specific theme except that all of the content will be about subjects that are meaningful to each of us.  From me you can expect lots of physics, mathematics, politics, music, gaming, and internet culture.  I&#8217;m excited, to say the least.</p>
<p>So today, I&#8217;m going to be brief.</p>
<p>There is a game called Dwarf Fortress that rocks my world; it was created by just one man, and this man&#8217;s name is Toady.  I have made a few video tutorials on how to play, you can find them <a href="http://youtube.com/user/xcusemeprincess" title="cq's videos" target="_blank">here</a>.  The quality of my youtube videos are exceptional and pretty much as high as you can get without cheating the system (like uploading high resolution videos that make youtube believe a 2 minute video is really 8 minutes).</p>
<p>I will be making a post sometime in the next week that will explain how to maximize a youtube video&#8217;s quality.  Be there, or be square!</p>
<p><a href="http://fudgepudge.files.wordpress.com/2008/03/1203201592832.png" title="My excited face" target="_blank"><img src="http://fudgepudge.files.wordpress.com/2008/03/1203201592832.png?w=100&#038;h=100" alt="My excited face" height="100" width="100" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fudgepudge.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fudgepudge.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fudgepudge.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fudgepudge.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fudgepudge.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fudgepudge.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fudgepudge.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fudgepudge.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fudgepudge.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fudgepudge.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fudgepudge.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fudgepudge.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fudgepudge.wordpress.com&blog=3021567&post=15&subd=fudgepudge&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fudgepudge.wordpress.com/2008/03/01/salutations-my-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1de484a476a7d74fdae831f35fd22fb9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cq</media:title>
		</media:content>

		<media:content url="http://fudgepudge.files.wordpress.com/2008/03/1203201592832.png" medium="image">
			<media:title type="html">My excited face</media:title>
		</media:content>
	</item>
	</channel>
</rss>