<?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>Steph&#039;s Blog</title>
	<atom:link href="http://slaw12.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://slaw12.wordpress.com</link>
	<description>Dedicated to OOP344</description>
	<lastBuildDate>Fri, 09 Jul 2010 04:47:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='slaw12.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Steph&#039;s Blog</title>
		<link>http://slaw12.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://slaw12.wordpress.com/osd.xml" title="Steph&#039;s Blog" />
	<atom:link rel='hub' href='http://slaw12.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linked List</title>
		<link>http://slaw12.wordpress.com/2010/07/09/linked-list/</link>
		<comments>http://slaw12.wordpress.com/2010/07/09/linked-list/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 04:47:52 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=35</guid>
		<description><![CDATA[This week in class we learned about linked lists. What is a linked list? A linked list is a chain of structs or records called nodes.A node refers to one item in a linked list. Each nodes has at least 2 members. One which points to the next item or node in the list. Advantages [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=35&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week in class we learned about linked lists. What is a linked list? A linked list is a chain of structs or records called nodes.A node refers to one item in a linked list. Each nodes has at least 2 members. One which points to the next item or node in the list.<br />
<b>Advantages</b></p>
<ul>
<li>Can start with space for just one element allocated and then add on new elements easily without the need to do any copying and reallocation whereas in an array you must allocate memory for certain number of elements.</li>
<li>Inserting or deleting nodes from a linked list is easy at any place of the linked list.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=35&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/07/09/linked-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
		<item>
		<title>The const Modifier</title>
		<link>http://slaw12.wordpress.com/2010/06/18/the-const-modifier/</link>
		<comments>http://slaw12.wordpress.com/2010/06/18/the-const-modifier/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:04:57 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=31</guid>
		<description><![CDATA[The keyword const in front of a variable definition indicates that the contents of the variable are constant and may not be changed. Since it cannot be changed later, it must be initialized when it is declared. When it comes to pointers, the const keyword can be in different spots depending on whether you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=31&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The keyword const in front of a variable definition indicates that the contents of the variable are constant and may not be changed. Since it cannot be changed later, it must be initialized when it is declared.</p>
<p>When it comes to pointers, the const keyword can be in different spots depending on whether you want the pointer to be constant or the location that it points to to be constant.<br />
ex. const char *str;<br />
or<br />
int *const p =  &amp;n;</p>
<p>The second example  indicates that p points to the variable n, and cannot point anywhere else.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=31&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/06/18/the-const-modifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
		<item>
		<title>Generic Pointers</title>
		<link>http://slaw12.wordpress.com/2010/06/05/generic-pointers/</link>
		<comments>http://slaw12.wordpress.com/2010/06/05/generic-pointers/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 21:44:05 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=26</guid>
		<description><![CDATA[This week we learned that void * can be used to store an address when we don&#8217;t care what kind of data it&#8217;s being pointed to. They come in handy when you want a pointer to point to data of different types at different times. Here&#8217;s an example taken from http://www.faqs.org/docs/learnc/x658.html int main() { int [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=26&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week we learned that void * can be used to store an address when we don&#8217;t care what kind of data it&#8217;s being pointed to. They come in handy when you want a pointer to point to data of different types at different times. </p>
<p>Here&#8217;s an example taken from http://www.faqs.org/docs/learnc/x658.html</p>
<p>int<br />
main()<br />
{<br />
  int i;<br />
  char c;<br />
  void *the_data;</p>
<p>  i = 6;<br />
  c = &#8216;a&#8217;;</p>
<p>  the_data = &amp;i;<br />
  printf(&#8220;the_data points to the integer value %d\n&#8221;, *(int*) the_data);</p>
<p>  the_data = &amp;c;<br />
  printf(&#8220;the_data now points to the character %c\n&#8221;, *(char*) the_data);</p>
<p>  return 0;<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=26&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/06/05/generic-pointers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
		<item>
		<title>Lazy Evaluation</title>
		<link>http://slaw12.wordpress.com/2010/05/29/lazy-evaluation/</link>
		<comments>http://slaw12.wordpress.com/2010/05/29/lazy-evaluation/#comments</comments>
		<pubDate>Sat, 29 May 2010 17:02:05 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=22</guid>
		<description><![CDATA[In this week&#8217;s class we learned about lazy evaluation. It is the technique of delaying a computation until the result is required. Benefits Speeds creation/initialization time Saves memory by not creating things until they are needed Example int a = 2; int b = 4; if (b&#60;1 &#38;&#38; (a = a + 3)) printf(&#34;Z\n&#34;); printf(&#34;%d, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=22&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this week&#8217;s class we learned about lazy evaluation. It is the technique of delaying a computation until the result is required.<br />
<b>Benefits</b> </p>
<ul>
<li>Speeds creation/initialization time</li>
<li>Saves memory by not creating things until they are needed</li>
</ul>
<p><strong>Example</strong><br />
 int a = 2;<br />
 int b = 4;</p>
<p>if (b&lt;1 &amp;&amp; (a = a + 3))<br />
   printf(&quot;Z\n&quot;);<br />
printf(&quot;%d, a);</p>
<p>This program will output 2. As b&lt; 1 is false the whole condition&#039;s result is known, the second part of the evaluation (a = a + 3) therefore never gets executed. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=22&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/05/29/lazy-evaluation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
		<item>
		<title>Console I/O for Borland C/C++ Compilers</title>
		<link>http://slaw12.wordpress.com/2010/05/21/console-io-for-borland-cc-compilers/</link>
		<comments>http://slaw12.wordpress.com/2010/05/21/console-io-for-borland-cc-compilers/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:08:29 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=12</guid>
		<description><![CDATA[When using the Borland C/C++ compiler you must include the header file &#60;conio.h&#62; This will enable you to call the functions that will let you communicate with the console. Functions void clrscr(void)- clears the screen and leaves the cursor in the upper left-hand corner. void gotoxy(int x, int y) &#8211; moves the cursor to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=12&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When using the Borland C/C++ compiler you must include the header file &lt;conio.h&gt;   This will enable you to call the functions that will let you communicate with the console.</p>
<p><strong>Functions</strong></p>
<ul>
<li>void clrscr(void)- clears the screen and leaves the cursor in the upper left-hand corner.</li>
<li>void gotoxy(int x, int y) &#8211; moves the cursor to the column number x and row number y.</li>
<li>int putch(int c)- displays character c at current cursor position and advances 1 position.</li>
<li>int cputs(char *s) &#8211; displays string s, starting at current cursor position and advances as each character is displayed.</li>
<li>int getch(void) &#8211; returns a key code for next key pressed. If the key is a standard ASCII key then ASCII code is returned, otherwise the function returns 0.</li>
<li>void gettextinfo(struct text_info *r)- fills the struct point to by r with information from screen. </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=12&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/05/21/console-io-for-borland-cc-compilers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello!</title>
		<link>http://slaw12.wordpress.com/2010/05/13/hello-world/</link>
		<comments>http://slaw12.wordpress.com/2010/05/13/hello-world/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:44:46 +0000</pubDate>
		<dc:creator>slaw12</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://slaw12.wordpress.com/?p=1</guid>
		<description><![CDATA[Hi everyone, this is my first blog. It will contain material covered in OOP 344.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=1&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi everyone, this is my first blog. It will contain material covered in OOP 344.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slaw12.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slaw12.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slaw12.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slaw12.wordpress.com&amp;blog=13664477&amp;post=1&amp;subd=slaw12&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slaw12.wordpress.com/2010/05/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3954607e08052708c0af61e950f89d51?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slaw12</media:title>
		</media:content>
	</item>
	</channel>
</rss>
