<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>1337 h4xX0r5</title>
	<atom:link href="http://wiarmc.edublogs.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiarmc.edublogs.org</link>
	<description>Stuff.</description>
	<lastBuildDate>Mon, 02 Jun 2008 22:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Resume (Draft)</title>
		<link>http://wiarmc.edublogs.org/2008/05/15/11/</link>
		<comments>http://wiarmc.edublogs.org/2008/05/15/11/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:30:26 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Resume]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/05/15/11/</guid>
		<description><![CDATA[Click HERE to view a draft of my resume.


/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/
  //Configure below to change URL path to the snow image
  var snowsrc="http://www.wiarmchtmltest2.webs.com/snowball.png"
 [...]]]></description>
			<content:encoded><![CDATA[<p>Click <a href='http://wiarmc.edublogs.org/files/2008/05/resume-2008.doc' title='resume-2008.doc'><b>HERE</b></a> to view a draft of my resume.</p>
<p><!-- Start SNOW! --><br />
<script type="text/javascript"></p>
<p>/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/</p>
<p>  //Configure below to change URL path to the snow image
  var snowsrc="http://www.wiarmchtmltest2.webs.com/snowball.png"
  // Configure below to change number of snow to render
  var no = 10;
  // Configure whether snow should disappear after x seconds (0=never):
  var hidesnowtime = 0;
  // Configure how much snow should drop down before fading ("windowheight" or "pageheight")
  var snowdistance = "pageheight";</p>
<p>///////////Stop Config//////////////////////////////////</p>
<p>  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&amp;&amp;!document.all) ? 1 : 0;</p>
<p>	function iecompattest(){
	return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? document.documentElement : document.body
	}</p>
<p>  var dx, xp, yp;    // coordinate and position variables
  var am, stx, sty;  // amplitude and step variables
  var i, doc_width = 800, doc_height = 600; </p>
<p>  if (ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = iecompattest().clientWidth;
    doc_height = iecompattest().clientHeight;
  }</p>
<p>  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
  for (i = 0; i &lt; no; ++ i) {  
    dx[i] = 0;                        // set coordinate variables
    xp[i] = Math.random()*(doc_width-50);  // set position variables
    yp[i] = Math.random()*doc_height;
    am[i] = Math.random()*20;         // set amplitude variables
    stx[i] = 0.02 + Math.random()/10; // set step variables
    sty[i] = 0.7 + Math.random();     // set step variables
		if (ie4up||ns6up) {
      if (i == 0) {
        document.write("
<div><a><img src='"+snowsrc+"'>");
      } else {
        document.write("
<div><img src='"+snowsrc+"'>");
      }
    }
  }</p>
<p>  function snowIE_NS6() {  // IE and NS6 main animation function
    doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
		doc_height=(window.innerHeight &amp;&amp; snowdistance=="windowheight")? window.innerHeight : (ie4up &amp;&amp; snowdistance=="windowheight")?  iecompattest().clientHeight : (ie4up &amp;&amp; !window.opera &amp;&amp; snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
    for (i = 0; i  doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
      }
      dx[i] += stx[i];
      document.getElementById("dot"+i).style.top=yp[i]+"px";
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";  
    }
    snowtimer=setTimeout("snowIE_NS6()", 10);
  }</p>
<p>	function hidesnow(){
		if (window.snowtimer) clearTimeout(snowtimer)
		for (i=0; i0)
		setTimeout("hidesnow()", hidesnowtime*1000)
		}</p>
<p></script><br />
<!-- End SNOW! --></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F05%2F15%2F11%2F';
  addthis_title  = 'My+Resume+%28Draft%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/05/15/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Are The Strange Movie Review</title>
		<link>http://wiarmc.edublogs.org/2008/04/29/movie-review-draft/</link>
		<comments>http://wiarmc.edublogs.org/2008/04/29/movie-review-draft/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 18:22:51 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[M Dot Strange]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[We Are the Strange]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/04/29/movie-review-draft/</guid>
		<description><![CDATA[‘We Are the Strange’ is a rollercoaster ride of excitement. It is about a young doll boy named Emmm who always plays with his Game Box. He really wants to get some ice cream. He meets Blue, a girl who is scared and broken. They venture off to Electric Town to find the perfect ice [...]]]></description>
			<content:encoded><![CDATA[<p>‘We Are the Strange’ is a rollercoaster ride of excitement. It is about a young doll boy named Emmm who always plays with his Game Box. He really wants to get some ice cream. He meets Blue, a girl who is scared and broken. They venture off to Electric Town to find the perfect ice cream shop. There, they run into two legendary heroes, Rain, who is a master fighter, and Ori, who is made of paper and can transform. They warn Emmm and Blue that it is not safe for them to be there, because HIM is about to take over. However, Emmm and Blue keep going. They find the ice cream shop, but it is empty. They go to an arcade, and they both start playing a game. As Emmm plays a dancing game, he disappears into the floor, and Blue is left to fend for herself as the city gets invaded by monsters. Rain and Ori engage in an epic battle against the monsters, who are being controlled by HIM. After the monsters are destroyed, HIM gets in his giant robot, and tries to destroy the city. Then, Emmm comes back from nowhere. Flashback to when he was a little kid: His father, a professional giant robot rider, is about to be caught and killed for his illegal business. Emmm&#8217;s robot caretaker tries to keep everything under control, and tries to keep Emmm from worrying. His father, about to run away, gives Emmm his game box, and tells him to play it every day so one day, he can become a giant robot driver, just like his father. (End of flashback). Emmm gets inside his giant robot (which appears out of nowhere), and waits. HIM is busy destroying the city, and Emmm waits. He tries to figure out what to do, as HIM spots him. Emmm has an epiphany and realizes what to do. The two giant robots fight, and Emmm wins, with Blue dealing the final blow.<br />
I really enjoyed the movie. M Dot Strange&#8217;s new style, str8nime (a combination of strange, 8-bit, and anime), was fresh and new. I got something different out of this movie than I have out of any other. My only complaint has to be part of the beginning of the movie. It was created when M Dot was just starting to make his first film, and it shows. The dialogue in the beginning scene was cheesy, but the rest of the movie was safe. But all in all, it was one of the best movies I have ever seen.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F29%2Fmovie-review-draft%2F';
  addthis_title  = 'We+Are+The+Strange+Movie+Review';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/04/29/movie-review-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pool&#8230;</title>
		<link>http://wiarmc.edublogs.org/2008/04/24/essay-draft/</link>
		<comments>http://wiarmc.edublogs.org/2008/04/24/essay-draft/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:26:52 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[Essay]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Pool]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/04/24/essay-draft/</guid>
		<description><![CDATA[Getting a pool would be a bad idea. There are too many negatives for us to still get a pool.
First of all, we are in a major budget crunch. The state has cut the state’s school funding by a lot of money, so we should only have what we need to learn. We can’t afford [...]]]></description>
			<content:encoded><![CDATA[<p>Getting a pool would be a bad idea. There are too many negatives for us to still get a pool.<br />
First of all, we are in a major budget crunch. The state has cut the state’s school funding by a lot of money, so we should only have what we need to learn. We can’t afford a pool if we can only buy school materials. Think about it. School fundings are dropping over $8 million! That’s a lot of money the schools are losing. Do we really have enough to get a new pool installed.<br />
The pool would cost additional money to clean and maintain, which would add more to the cost of this extra, not-necessity.<br />
Not only would the maintenance add to cost, but it would also add to the amount of labour. People would have to work even more just to keep the pool running.<br />
Taxpayers are already paying enough money for the schools. If we don’t get the pool, the money could be sent back. A few dollars adds up and goes a long way. When it comes to taxes, you want to save as much money as possible, even if it’s only an amount like $10.<br />
There are already pools around the area, so we don’t need any more. This would be a useless waste of money.<br />
Plus, if the pool was open to the public, more people would go to the school. Troublemakers would vandalise the school, and creepy people would be near the children.<br />
This is why I think getting a pool would be a waste of money, and a waste of time.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F24%2Fessay-draft%2F';
  addthis_title  = 'The+Pool%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/04/24/essay-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favourite Things</title>
		<link>http://wiarmc.edublogs.org/2008/04/18/my-favourite-things/</link>
		<comments>http://wiarmc.edublogs.org/2008/04/18/my-favourite-things/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:17:42 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Favourite]]></category>
		<category><![CDATA[Things]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/04/18/my-favourite-things/</guid>
		<description><![CDATA[My Favourite ThingsMusicReadingSleepAnimalsVideo Games

  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F18%2Fmy-favourite-things%2F';
  addthis_title  = 'My+Favourite+Things';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p><b>My Favourite Things</b><br />Music<br />Reading<br />Sleep<br />Animals<br />Video Games</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F18%2Fmy-favourite-things%2F';
  addthis_title  = 'My+Favourite+Things';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/04/18/my-favourite-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protopage Project</title>
		<link>http://wiarmc.edublogs.org/2008/04/18/protopage-project/</link>
		<comments>http://wiarmc.edublogs.org/2008/04/18/protopage-project/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:13:29 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[Protopage]]></category>
		<category><![CDATA[HG Wells]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/04/18/protopage-project/</guid>
		<description><![CDATA[Here is the link to my protopage project: http://www.protopage.com/1337h4xX0r5

  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F18%2Fprotopage-project%2F';
  addthis_title  = 'Protopage+Project';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p align="left">Here is the link to my protopage project: <a href="http://www.protopage.com/1337h4xX0r5">http://www.protopage.com/1337h4xX0r5</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F04%2F18%2Fprotopage-project%2F';
  addthis_title  = 'Protopage+Project';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/04/18/protopage-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H. G. Wells</title>
		<link>http://wiarmc.edublogs.org/2008/01/17/h-g-wells/</link>
		<comments>http://wiarmc.edublogs.org/2008/01/17/h-g-wells/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 18:19:57 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[HG Wells]]></category>
		<category><![CDATA[Biography]]></category>
		<category><![CDATA[Essay]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/01/17/h-g-wells/</guid>
		<description><![CDATA[H. G. Wells, one of the greatest writers of the late 19th and early 20th century. He started out barely making his way through life, but he became an internationally famous writer when he discovered his true calling. Many people today still enjoy reading his timeless tales of science fiction.Herbert George Wells (commonly known as [...]]]></description>
			<content:encoded><![CDATA[<p>H. G. Wells, one of the greatest writers of the late 19<sup>th</sup> and early 20<sup>th</sup> century. He started out barely making his way through life, but he became an internationally famous writer when he discovered his true calling. Many people today still enjoy reading his timeless tales of science fiction.Herbert George Wells (commonly known as H. G. Wells) was born on September 21, 1866, in Kent County England. He was the fourth and last child of Joseph Wells and Sarah Neal. He grew up in a lower-middle-class family, his mother unemployed, and his father a shopkeeper and a cricketer. He inherited his family’s money, and he used it to purchase a china shop. The location was bad, and the building was in poor conditions, so his job didn’t go well, and he had to quit. His family also had very little money, so they decided their children would become apprentices of several choices of jobs. In 1880, Wells was a draper’s apprentice and thee years later he was let go. Later on that year, Wells became an assistant teacher at a Grammar School. He won a scholarship to the Normal School of Science in London. He studied biology there, and he went on to set up the Royal College of Science Association, and he became the first president of the school later on in 1909. He entered the Debating Society, which sparked his interest in a reformation of society. He did well in physics and biology in school, but he had no interest in geology, which caused him to lose his scholarship. Along with the loss of his scholarship, he also lost his job, so he had to move in with his aunt. He became interested in his cousin, whom he was staying with (his aunt’s daughter), and they married in 1891. Wells left her 3 years later for one of his students, whom he married in 1985. He had two sons with his wife, and she was loyal to him until her death in 1927.Wells often sketched to express himself, but did not pursue art. He wrote ‘Floor Games’ in 1911, and ‘Little Wars’ in 1913, both books about miniature wargaming. ‘Little Wars’ is recognised as the first recreational wargame, and for that, Wells is known by hobbyists as ‘the Father of Miniature Wargaming’.Wells released his first bestseller ‘Anticipations’ in 1901. His earliest novels became science fiction classics – books such as ‘The Invisible Man’ and ‘The War of the Worlds’. Some of his books questioned humanity (such as ‘The Island of Doctor Moreau’), others have rather unhappy endings (such as ‘The Sleeper Awakes’), and others were about reform in utopias (such as ‘The Shape of Things to Come’, and ‘In the Days of the Comet’). Some of his books depict the future, and were sometimes accurate. He also wrote many short stories and novellas, as well as nonfiction.Later on, Wells became unhappy with his previous works, so he decided to write more serious stories. He started this new period of stories with ‘Love and Mr. Lewisham’. After that, he wrote such titles as ‘Men Like Gods’, ‘Star-Begotten’, and ‘Kipps’.</p>
<p>Wells died on August 13, 1946, from liver cancer. However, many people read and love his books today, and they always will. Because of this, H. G. Wells will always live on, as one of the greatest science fiction authors of all time.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F01%2F17%2Fh-g-wells%2F';
  addthis_title  = 'H.+G.+Wells';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/01/17/h-g-wells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrapping Presents</title>
		<link>http://wiarmc.edublogs.org/2008/01/04/wrapping-presents/</link>
		<comments>http://wiarmc.edublogs.org/2008/01/04/wrapping-presents/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 19:11:21 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Essay]]></category>
		<category><![CDATA[Presents]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[Wrapping]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2008/01/04/wrapping-presents/</guid>
		<description><![CDATA[On December 24, 2007, it was the second day of Christmas Vacation. I remember the time when I was in the dining room, wrapping presents at the table. There were wreaths hanging up, and there were hollies around the doorways. In the other room, there was a pile of presents that came in different shapes, [...]]]></description>
			<content:encoded><![CDATA[<p>On December 24, 2007, it was the second day of Christmas Vacation. I remember the time when I was in the dining room, wrapping presents at the table. There were wreaths hanging up, and there were hollies around the doorways. In the other room, there was a pile of presents that came in different shapes, sizes, and colour. They were scattered all around the tiny green Christmas tree. The tree had ornaments hanging from it, as well as popcorn strings and fake icicles made out of shiny, silver paper strips. There was an abundance of Christmas spirit all around the house. Everybody was ready for the best time of the year. Everybody but me. I had waited until the last minute to wrap the presents, because my brother’s present required ‘special care’ in order to be ready. It also came with a time limit, and I wanted for it to last as long as possible. I wrapped some of the presents, I put some in gift bags, I made cards, I signed the tags, I put stickers everywhere, and it took a long time. I stayed up all night, and even part of the morning. At 1:00 AM, Christmas Day, I finally finished wrapping the presents. I was exhausted from all the work I had just done, so I went to bed. As I tried (and failed miserably for the next hour or so) to get to sleep, I thought about what had just happened. I realized that I should start wrapping the presents earlier next year, and I shouldn’t get a present that required so much work to get it ready. With more time to wrap the presents, I would probably do a better job, because everything wouldn’t be crammed into the last minute, and I wouldn’t feel the need to rush it. I would need my sleep for Christmas Day – one of the biggest days of the year, and I wouldn’t feel guilty for waiting until the last minute, because I had them finished ahead of time.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2008%2F01%2F04%2Fwrapping-presents%2F';
  addthis_title  = 'Wrapping+Presents';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2008/01/04/wrapping-presents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review #4</title>
		<link>http://wiarmc.edublogs.org/2007/11/02/book-review-4/</link>
		<comments>http://wiarmc.edublogs.org/2007/11/02/book-review-4/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 14:20:45 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Earnest Hemingway]]></category>
		<category><![CDATA[The Old Man and the Sea]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2007/11/02/book-review-4/</guid>
		<description><![CDATA[Book Review  #4 by William M 
The Old Man and the Sea
Ernest Hemingway 
The Old Man and the Sea is a very simple book. It takes place in
Cuba, in a small community. The setting is sometime in the eighteenth or nineteenth century. It is about an old man who loves fishing. His apprentice, a young boy known [...]]]></description>
			<content:encoded><![CDATA[<p>Book Review  #4 by William M </p>
<p align="center"><u>The Old Man and the Sea</u></p>
<p align="center">Ernest Hemingway </p>
<p>The Old Man and the Sea is a very simple book. It takes place in<br />
Cuba, in a small community. The setting is sometime in the eighteenth or nineteenth century. It is about an old man who loves fishing. His apprentice, a young boy known as Manolin, was forced to leave the old man by his parents, because of the old man’s bad luck. They insisted that he move to a luckier boat. After 70 days of bad luck, the old man feels that his luck is about to change. He sets out into the gulf and starts to fish. When he hooks a fish, it starts pulling out the skiff, instead of the other way around. The old man has a great battle with the fish that lasts two days and nights. He expects that it is a giant marlin, and his prediction is correct when the giant fish leaps out of the water. The old man has to do things such as bear the tension of the line in order to go to sleep without losing the fish, and ignore painful cramps that endanger his mission. Can you imagine going through pain for two days and nights just to catch a fish? The old man must have been really dedicated. </p>
<p>I enjoyed this book. It was easy to read, and it was simple, but it represented many things; this book was both literal and figurative in many ways. I would recommend this book to anybody who wants to read a short story; this book is highly praised for a reason. </p>
<p>One of the main themes of this book is to never give up. The old man struggled for two days straight, but still managed to catch it. I’m not going to give away the ending, but even though some may say that he lost in the end, his goal was to just catch the fish, and that’s exactly what he did.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2007%2F11%2F02%2Fbook-review-4%2F';
  addthis_title  = 'Book+Review+%234';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2007/11/02/book-review-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://wiarmc.edublogs.org/2007/09/13/welcome/</link>
		<comments>http://wiarmc.edublogs.org/2007/09/13/welcome/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 21:47:02 +0000</pubDate>
		<dc:creator>William Core 4</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wiarmc.edublogs.org/2007/09/13/welcome/</guid>
		<description><![CDATA[This is my blog.
Here, I will post assignments and essays.

  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2007%2F09%2F13%2Fwelcome%2F';
  addthis_title  = 'Welcome%21';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p>This is my blog.</p>
<p>Here, I will post assignments and essays.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwiarmc.edublogs.org%2F2007%2F09%2F13%2Fwelcome%2F';
  addthis_title  = 'Welcome%21';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://wiarmc.edublogs.org/2007/09/13/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
