<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Raven's Loft</title>
	<atom:link href="http://ravenloft.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ravenloft.wordpress.com</link>
	<description>Whatever Raven Wants To Tell</description>
	<lastBuildDate>Wed, 17 Oct 2007 20:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ravenloft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Raven's Loft</title>
		<link>http://ravenloft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ravenloft.wordpress.com/osd.xml" title="Raven&#039;s Loft" />
	<atom:link rel='hub' href='http://ravenloft.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://ravenloft.wordpress.com/2007/10/17/21/</link>
		<comments>http://ravenloft.wordpress.com/2007/10/17/21/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 20:55:48 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/10/17/21/</guid>
		<description><![CDATA[I was bored one day this year and wrote a small python-based telnet client. It&#8217;s extremely simple, but someone may find it useful, even if for learning. import getpass import telnetlib print &#8220;Teletak Telnet Client by Raven (EyesOfARaven) 2007&#8243; host=raw_input(&#8220;Server: &#8220;) user=raw_input(&#8220;Login: &#8220;) password=getpass.getpass() tn=telnetlib.Telnet(host) tn.read_until(&#8220;login: &#8220;) tn.write(user + &#8220;\n&#8221;) if password:     tn.read_until(&#8220;Password: &#8220;) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=21&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was bored one day this year and wrote a small python-based telnet client. It&#8217;s extremely simple, but someone may find it useful, even if for learning.</p>
<blockquote><p>import getpass<br />
import telnetlib<br />
print &#8220;Teletak Telnet Client by Raven (EyesOfARaven) 2007&#8243;<br />
host=raw_input(&#8220;Server: &#8220;)<br />
user=raw_input(&#8220;Login: &#8220;)<br />
password=getpass.getpass()<br />
tn=telnetlib.Telnet(host)<br />
tn.read_until(&#8220;login: &#8220;)<br />
tn.write(user + &#8220;\n&#8221;)<br />
if password:<br />
    tn.read_until(&#8220;Password: &#8220;)<br />
    tn.write(password + &#8220;\r\n&#8221;)<br />
while 1:<br />
    tn.interact()</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=21&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/10/17/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Sick of doing research manually?</title>
		<link>http://ravenloft.wordpress.com/2007/10/10/sick-of-doing-research-manually/</link>
		<comments>http://ravenloft.wordpress.com/2007/10/10/sick-of-doing-research-manually/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 18:47:36 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/10/10/sick-of-doing-research-manually/</guid>
		<description><![CDATA[I was too. It really annoys me to have to search through text for relevant facts, so I wrote this small script to parse text quickly looking for keywords and save the resultant facts to a second text file. Quite simple, but perhaps useful. You&#8217;ll need Python (www.python.org) to run it.  #Scoper v1.0 by Raven [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=20&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was too. It really annoys me to have to search through text for relevant facts, so I wrote this small script to parse text quickly looking for keywords and save the resultant facts to a second text file. Quite simple, but perhaps useful. You&#8217;ll need Python (<a href="http://www.python.org/">www.python.org</a>) to run it.</p>
<blockquote><p> #Scoper v1.0 by Raven (EyesOfARaven), October 10, 2007<br />
import sys<br />
f=file(raw_input(&#8220;File-&gt;&#8221;))<br />
kw=raw_input(&#8220;Keyword-&gt;&#8221;).lower()<br />
of=file(raw_input(&#8220;Outfile-&gt;&#8221;),&#8221;w&#8221;)<br />
count=0<br />
linecount=0<br />
for line in f.readlines():<br />
    linecount+=1<br />
    print &#8220;Parsing line &#8220;+str(linecount)<br />
    if not ((line.lower()).find(kw)==-1):<br />
        of.write(line+&#8221;\r\n&#8221;)<br />
        count+=1<br />
        print &#8220;Found on &#8220;+str(linecount)+&#8221;, &#8220;+str(count)+&#8221; total.&#8221;<br />
    else:<br />
        print &#8220;Not found on line &#8220;+str(linecount)<br />
else:<br />
    print &#8220;Parsing Completed, &#8220;+str(count)+&#8221; of &#8220;+str(linecount)+&#8221; lines contained &#8220;+&#8217;&#8221;&#8216;+kw+&#8217;&#8221;.&#8217;<br />
sys.exit(1)</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=20&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/10/10/sick-of-doing-research-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>New Saying!</title>
		<link>http://ravenloft.wordpress.com/2007/09/27/new-saying/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/27/new-saying/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 21:54:33 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/27/new-saying/</guid>
		<description><![CDATA[nvidhive: you can call a donkey a cat, but it doesn&#8217;t make the ass a pussy Clever. Made me lol. Read and enjoy. Powered by ScribeFire.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=19&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>nvidhive: you can call a donkey a cat, but it doesn&#8217;t make the ass a pussy</p></blockquote>
<p>Clever. Made me lol. Read and enjoy.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=19&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/27/new-saying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Extremely Cheap Video/Music/Text/Game/Radio Playing Watch!</title>
		<link>http://ravenloft.wordpress.com/2007/09/20/extremely-cheap-videomusictextgameradio-playing-watch/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/20/extremely-cheap-videomusictextgameradio-playing-watch/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 02:27:04 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/20/extremely-cheap-videomusictextgameradio-playing-watch/</guid>
		<description><![CDATA[OLED MP4 Watch 4GB &#8211; 1.8 Inch Movie + Music Player I just bought one of these, it is exquisite! I can now watch my anime, movies, music videos, and keep all my music on the same tiny watch device. I highly recommend this. Price? It&#8217;s $100 with shipping, roughly. Amazingly cheap!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=18&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chinavasion.com/product_info.php?ref=3143&amp;products_id=2820&amp;affiliate_banner_id=1" target="_blank">OLED MP4 Watch 4GB &#8211; 1.8 Inch Movie + Music Player</a></p>
<p>I just bought one of these, it is exquisite! I can now watch my anime, movies, music videos, and keep all my music on the same tiny watch device. I highly recommend this. Price? It&#8217;s $100 with shipping, roughly. Amazingly cheap!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=18&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/20/extremely-cheap-videomusictextgameradio-playing-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop Tutorial &#8211; Fading and Reflecting</title>
		<link>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-fading-and-reflecting/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-fading-and-reflecting/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 00:17:59 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-fading-and-reflecting/</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;ve got an item that you&#8217;d like to be partially visible, fading out to one side. For example, a planet in the sky that is half-lit by a star. You could use a gradient to cover it up, you could color it in, there are a multitude of ways to do it. However, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=17&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you&#8217;ve got an item that you&#8217;d like to be partially visible, fading out to one side. For example, a planet in the sky that is half-lit by a star. You could use a gradient to cover it up, you could color it in, there are a multitude of ways to do it. However, none of these is as simple and versatile as using layer masks. There are many kinds of layer masks, but the two I&#8217;ll be discussing are Layer Reveal and Layer Hide, which can be used interchangeably.</p>
<p>Either of these layer masks gives you a second thing to paint on the layer through besides the normal way. This shows up as a black or white (or a combination of the two) box next to the layer&#8217;s thumbnail. Black means that the items in that place on the regular layer are hidden, white means they are shown, and anything inbetween designates transparency. With that said, the difference between a layer hide and layer reveal is slim, it is that the layer reveal starts all-white, and the layer hide starts out all-black. It doesn&#8217;t matter what one you choose, but it is more convenient to use one than the other in certain situations.</p>
<p>The layer masks are under Layer-&gt;Layer Masks-&gt;Reveal All (or Hide All).</p>
<p>In order to hide part of something, simply create a gradient, or draw black, in the area to be hidden. Soft brushes and gradients allow for a gradual fade to hidden. Note that you can limit a gradient or brush to a certain area by making a selection before you use one.</p>
<p>This hide/reveal can be used to create reflections, by flipping what you want to reflect, moving it approximately 1px separated from the original, and then using this technique on it to fade the side of the reflection that faces away from the original.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=17&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-fading-and-reflecting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop Tutorial &#8211; Abstract Swirl</title>
		<link>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-abstract-swirl/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-abstract-swirl/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:39:55 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-abstract-swirl/</guid>
		<description><![CDATA[To make things like seen in my Photoshop CS3 icon&#8217;s background: http://eyesofaraven.deviantart.com/art/Photoshop-CS3-Icon-65126343  Paint the background of wherever you want the effect black. If you want it in a portion of the document, make a selection in that portion. Filter-&#62;Render-&#62;Lens Flare  &#8211; You will do this multiple times, most likely. I like to use three. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=16&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To make things like seen in my Photoshop CS3 icon&#8217;s background:</p>
<p>http://eyesofaraven.deviantart.com/art/Photoshop-CS3-Icon-65126343</p>
<ol>
<li> Paint the background of wherever you want the effect black. If you want it in a portion of the document, make a selection in that portion.</li>
<li>Filter-&gt;Render-&gt;Lens Flare  &#8211; You will do this multiple times, most likely. I like to use three. The highlights and brighter spots of the twirl come from this.</li>
<li>Filter-&gt;Pixelate-&gt;Mezzotint &#8211; I use &#8220;Short Lines&#8221;, any will work, depends on the size of the work however.</li>
<li>Filter-&gt;Blur-&gt;Radial Blur &#8211; Zoom, 100%, Best &#8211; center it wherever, if you want it like mine leave it centered in the middle.</li>
<li>Duplicate Layer (Ctrl+J) &#8211; This allows us to work on one and leave the other to show the twirl intertwine.</li>
<li>Filter-&gt;Distort-&gt;Twirl (on the new layer) &#8211; Play with the setting. It comes out nice no matter what, but I prefer milder twirls myself.</li>
<li>Layer Blend (Lighten) &#8211; You can try others, but with light-on-dark this is the one to go for (you could invert, do other things, flip parts of the image, duplicate more, play with it!).</li>
<li>Enjoy the pretty swirl effect. I typically will merge the two layers now and then Ctrl+U to color them.</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=16&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/17/photoshop-tutorial-abstract-swirl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>DeviantART</title>
		<link>http://ravenloft.wordpress.com/2007/09/17/deviantart/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/17/deviantart/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:18:22 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/17/deviantart/</guid>
		<description><![CDATA[Great site. I&#8217;ve been posting like mad there, trying to build up popularity and get feedback on my work. Check out my page: http://eyesofaraven.deviantart.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=15&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Great site. I&#8217;ve been posting like mad there, trying to build up popularity and get feedback on my work. Check out my page:</p>
<p><a href="http://eyesofaraven.deviantart.com/" title="http://eyesofaraven.deviantart.com/ " target="_blank"> http://eyesofaraven.deviantart.com/ </a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=15&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/17/deviantart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Walmart is Retarded &#8211; Literally</title>
		<link>http://ravenloft.wordpress.com/2007/09/17/walmart-is-retarded-literally/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/17/walmart-is-retarded-literally/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:18:17 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/17/walmart-is-retarded-literally/</guid>
		<description><![CDATA[I went into Walmart to return MoH:A, and they were difficult about it, eventually giving me store credit. I purchased CoH, so I could play that online, and while looking through the games found something amusing. They had a copy of Age of Empires II and expansion for $20 in a pack. Older game, still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=14&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I went into Walmart to return MoH:A, and they were difficult about it, eventually giving me store credit. I purchased CoH, so I could play that online, and while looking through the games found something amusing.</p>
<p>They had a copy of Age of Empires II and expansion for $20 in a pack. Older game, still reasonable deal&#8230; I had them already, so I didnt care much. I continued to look around, and two games above it was, for $10, Age of Empires I, expansion, and Age of Empires II and it&#8217;s expansion! What kind of insane retard priced these games? Spend twice as much and get half! Pfft&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=14&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/17/walmart-is-retarded-literally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
		<item>
		<title>Medal of Honor: Airborne O_o</title>
		<link>http://ravenloft.wordpress.com/2007/09/17/medal-of-honor-airborne-o_o/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/17/medal-of-honor-airborne-o_o/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:17:55 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/17/medal-of-honor-airborne-o_o/</guid>
		<description><![CDATA[Medal of Honor: Airborne &#8211; Great game. Great AI, great level design, great weapon upgrade system, great shading, lighting, graphics, etc. Two downfalls: The Anti-Aliasing Fails. Period. If you load up the menu, the airplanes have massive chunks of pixel showing on the wings, it&#8217;s irritating. In-game it isn&#8217;t so bad, but still noticable. Multiplayer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=13&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Medal of Honor: Airborne &#8211; Great game. Great AI, great level design, great weapon upgrade system, great shading, lighting, graphics, etc.</p>
<p>Two downfalls:</p>
<ul>
<li>The Anti-Aliasing Fails. Period. If you load up the menu, the airplanes have massive chunks of pixel showing on the wings, it&#8217;s irritating. In-game it isn&#8217;t so bad, but still noticable.</li>
<li>Multiplayer <em><strong>SUCKS</strong></em> &#8211; I don&#8217;t think it can be said better than that in a word. More below&#8230;</li>
</ul>
<p>So, the AA comment says what it says itself. As for the multiplayer. There are few servers, which is understandable, but half of them are non-secure, which means that they are hacker-filled, aimbots, etc. It is annoying. It takes about 5 minutes to be auto-matched, and it typically ends up a 1v1. That kinda sucks. All of this aside, because it is minor, the multiplayer still sucks. There is a maximum of 12 players, which baffles me. It&#8217;s a pathetic number, which provides for small skirmishes only, which is not what you want out of a game like this, the single-player has about 40vs40 per level. In order to compensate for the tiny number of players, they reduced the maps from the single-player to incorporate only the crappy parts of the levels, leaving out anything fun that might have snuck in there. Not to mention the unfathomable lag (and my system specs are ungodly, with 18mbit FiOS, so it isn&#8217;t me).</p>
<p>If you stay away from multiplayer, however, it is an excellent game, 10/10 from me. The only complaints about single-player are the lack of other fronts, like Russia (and such things hopefully can be fixed by an expansion <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), as well as the small number of levels, again which could be remedied by an expansion.<br />
<img src="http://pcmedia.gamespy.com/pc/image/article/742/742345/medal-of-honor-airborne-20061027040504446.jpg" height="322" width="430" /></p>
<p>The AI is adaptive, which means that if you play through the first time on expert, without unlocking all the weapons on an easy mode first, you <em>will</em> die repeatedly until you get things perfect. I was stuck on level 1 for about 2 days, and I&#8217;ve been on level 2 for about 4 days now&#8230; But I like it this way, it&#8217;s actually a challenge.  Kudos@the AI writers.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=13&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/17/medal-of-honor-airborne-o_o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>

		<media:content url="http://pcmedia.gamespy.com/pc/image/article/742/742345/medal-of-honor-airborne-20061027040504446.jpg" medium="image" />
	</item>
		<item>
		<title>Photoshop Tutorial &#8211; 3D Grid</title>
		<link>http://ravenloft.wordpress.com/2007/09/14/photoshop-tutorial-3d-grid/</link>
		<comments>http://ravenloft.wordpress.com/2007/09/14/photoshop-tutorial-3d-grid/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 02:31:24 +0000</pubDate>
		<dc:creator>raven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ravenloft.wordpress.com/2007/09/14/photoshop-tutorial-3d-grid/</guid>
		<description><![CDATA[This is one of a few techniques, and currently my favorite, for making a three-dimensional grid in Photoshop. It is simple, and quicker than most ways of doing this. You may see the end result featured in &#8220;Core IV Angel&#8221;, on my deviantart page: Core IV Angel on ~EyesOfARaven&#8217;s DeviantArt Start with a blank layer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=12&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is one of a few techniques, and currently my favorite, for making a three-dimensional grid in Photoshop. It is simple, and quicker than most ways of doing this.</p>
<p>You may see the end result featured in &#8220;Core IV Angel&#8221;, on my deviantart page:<br />
<a href="http://eyesofaraven.deviantart.com/art/Core-IV-Angel-64834528">Core IV Angel on ~EyesOfARaven&#8217;s DeviantArt</a></p>
<ol>
<li>Start with a blank layer or document, with whatever color you want.</li>
<li>Set your foreground and background colors to the colors of the grid and it&#8217;s background. I recommend using contrasting colors, but it works with any two (be creative!).</li>
<li>Filter-&gt;Render-&gt;Fibers (Settings 64 and 64, this forms some material to work with)</li>
<li> Filter-&gt;Blur-&gt;Motion Blur (Settings 999, -90 or 90 degrees, this transforms our material into lines)</li>
<li>Duplicate Layer (Ctrl+J)</li>
<li>Filter-&gt;Distort-&gt;Polar Coordinates (Rectangular To Polar)</li>
<li>Layer Style-&gt;Lighten (Or Darken, if you&#8217;re using dark on light colors &#8211; toy with the style!)</li>
<li>Enjoy your grid!</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ravenloft.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ravenloft.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ravenloft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravenloft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ravenloft.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ravenloft.wordpress.com&amp;blog=1694416&amp;post=12&amp;subd=ravenloft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ravenloft.wordpress.com/2007/09/14/photoshop-tutorial-3d-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522455ad4a6cd9d6e709cc886940a3fc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">raven</media:title>
		</media:content>
	</item>
	</channel>
</rss>
