

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>WebNV Articles</title>
    <link>http://webnv.net</link>
    <description>Personal site and design or something</description>
    <language>en-EU</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <copyright>All content copyright (c) 2004-2007 WebNV.net</copyright>


    <item>
      <title>My 2008 holiday gaming list</title>
      <link>http://webnv.net/articles/my-2008-holiday-gaming-list</link> 
      <pubDate>Tue, 11 Nov 2008 02:34:40 PST</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">586@http://webnv.net/</guid>
      <description>&lt;p&gt;With the 2008 year wrapping up along with the holidays fast&amp;nbsp;approaching, game developers are throwing games at us left and right. I wish I had time to play all these games, but there&#039;s too many games with too little time to play them all, or too little money to buy them.&lt;/p&gt;
&lt;p&gt;So I decided to put together a quick list of games I&#039;m currently interested in playing the most this holiday season. Let me know if I left any out, or your thoughts on the games I have selected.&lt;/p&gt;
&lt;h2&gt;Farcry 2&lt;/h2&gt;
&lt;p&gt;This game has been out for a week or two now, and even though it&#039;s one of my most anticipated games of this year, I haven&#039;t had time to buy it or play it. But I plan to soon!&lt;/p&gt;
&lt;h2&gt;Left 4 Dead&lt;/h2&gt;
&lt;p&gt;I will be getting this game when it comes out next week. No matter what. &lt;em&gt;ZOMBIES!!&lt;/em&gt;.&lt;/p&gt;
&lt;h2&gt;Tomb Raider: Underworld&lt;/h2&gt;
&lt;p&gt;I like the new Tomb Raider games, so shut up. It&#039;s OK Lara, I still love you.&lt;/p&gt;
&lt;h2&gt;Gears of War 2&lt;/h2&gt;
&lt;p&gt;The first one was damn fun. This one looks damn fun and epic. But, damn it, I need to renew my Xbox Live Gold subscription in order to play online.&lt;/p&gt;
&lt;p&gt;And there&#039;s my list. Yes, I know about Fallout 3, and no, I don&#039;t really care. I never got into the previous games, so I&#039;m not too interested in this one. Sorry. I can&#039;t shake the feeling that I&#039;m forgetting another game. Anyways, all I have to do now is stop playing Guild Wars (bitten by the bug again) and maybe I&#039;ll have time to start playing these games.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>With the 2008 year wrapping up along with the holidays fast&nbsp;approaching, game developers are throwing games at us left and right. I wish I had time to play all these games, but there's too many games with too little time to play them all, or too little money to buy them.</p>
<p>So I decided to put together a quick list of games I'm currently interested in playing the most this holiday season. Let me know if I left any out, or your thoughts on the games I have selected.</p>
<h2>Farcry 2</h2>
<p>This game has been out for a week or two now, and even though it's one of my most anticipated games of this year, I haven't had time to buy it or play it. But I plan to soon!</p>
<h2>Left 4 Dead</h2>
<p>I will be getting this game when it comes out next week. No matter what. <em>ZOMBIES!!</em>.</p>
<h2>Tomb Raider: Underworld</h2>
<p>I like the new Tomb Raider games, so shut up. It's OK Lara, I still love you.</p>
<h2>Gears of War 2</h2>
<p>The first one was damn fun. This one looks damn fun and epic. But, damn it, I need to renew my Xbox Live Gold subscription in order to play online.</p>
<p>And there's my list. Yes, I know about Fallout 3, and no, I don't really care. I never got into the previous games, so I'm not too interested in this one. Sorry. I can't shake the feeling that I'm forgetting another game. Anyways, all I have to do now is stop playing Guild Wars (bitten by the bug again) and maybe I'll have time to start playing these games.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/my-2008-holiday-gaming-list#comments</comments>
    </item>


    <item>
      <title>Learning XML-RPC</title>
      <link>http://webnv.net/articles/learning-xml-rpc</link> 
      <pubDate>Fri, 07 Nov 2008 13:01:46 PST</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">585@http://webnv.net/</guid>
      <description>&lt;p&gt;I&#039;ve been busy, busy, busy working on my content management system, NiBuM. It&#039;s basically getting a complete overhaul. I&#039;m getting rid of a lot of old, ugly code that I first used when learning PHP. I have a much better understanding of OOP than I did a few years ago and I&#039;m now putting it to good use.&lt;/p&gt;
&lt;p&gt;Since I started building my own CMS one of the biggest hurrdles I faced was XML-RPC. You can find lots of information about it &lt;a title=&quot;XML-RPC Homepage&quot; href=&quot;http://www.xmlrpc.com/&quot;&gt;here&lt;/a&gt;. In short, without implementing XML-RPC my CMS would not be able to do trackbacks, pings, and most importantly use 3rd-party applications to manage stuff on my site.&lt;/p&gt;
&lt;p&gt;I&#039;ve tried in the past to read about XML-RPC, but nothing made sense. There was no simple tutorial about it, or how it works, or how to set it up. That is, until, I found a wonderful SitePoint article &lt;a title=&quot;Build your own Web Service with PHP and XML-RPC&quot; href=&quot;http://www.sitepoint.com/article/own-web-service-php-xml-rpc/&quot;&gt;here&lt;/a&gt;. Not only does the site explain XML-RPC in&amp;nbsp;layman&#039;s&amp;nbsp;terms, but it also shows you how to create a client-server environment with PHP.&lt;/p&gt;
&lt;p&gt;Since reading that article, I&#039;ve finally been able to start creating my own XML-RPC scripts. Right now, I&#039;m just using the basic &lt;a href=&quot;http://www.xmlrpc.com/metaWeblogApi&quot;&gt;MetaWeBlog API&lt;/a&gt;, but will upgrade to a more thorough API like &lt;a href=&quot;http://www.sixapart.com/developers/xmlrpc/movable_type_api/&quot;&gt;Movable Type&lt;/a&gt;&amp;nbsp;in the future. Who knows, I might just create my own way down the road.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I've been busy, busy, busy working on my content management system, NiBuM. It's basically getting a complete overhaul. I'm getting rid of a lot of old, ugly code that I first used when learning PHP. I have a much better understanding of OOP than I did a few years ago and I'm now putting it to good use.</p>
<p>Since I started building my own CMS one of the biggest hurrdles I faced was XML-RPC. You can find lots of information about it <a title="XML-RPC Homepage" href="http://www.xmlrpc.com/">here</a>. In short, without implementing XML-RPC my CMS would not be able to do trackbacks, pings, and most importantly use 3rd-party applications to manage stuff on my site.</p>
<p>I've tried in the past to read about XML-RPC, but nothing made sense. There was no simple tutorial about it, or how it works, or how to set it up. That is, until, I found a wonderful SitePoint article <a title="Build your own Web Service with PHP and XML-RPC" href="http://www.sitepoint.com/article/own-web-service-php-xml-rpc/">here</a>. Not only does the site explain XML-RPC in&nbsp;layman's&nbsp;terms, but it also shows you how to create a client-server environment with PHP.</p>
<p>Since reading that article, I've finally been able to start creating my own XML-RPC scripts. Right now, I'm just using the basic <a href="http://www.xmlrpc.com/metaWeblogApi">MetaWeBlog API</a>, but will upgrade to a more thorough API like <a href="http://www.sixapart.com/developers/xmlrpc/movable_type_api/">Movable Type</a>&nbsp;in the future. Who knows, I might just create my own way down the road.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/learning-xml-rpc#comments</comments>
    </item>


    <item>
      <title>My post-election thoughts</title>
      <link>http://webnv.net/articles/my-post-election-thoughts</link> 
      <pubDate>Wed, 05 Nov 2008 03:20:22 PST</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">584@http://webnv.net/</guid>
      <description>&lt;p&gt;Well, we did it. &lt;strong&gt;Barack Obama has become the 44th President of The United States of America&lt;/strong&gt;...and I could not be happier about it. Watching the national news this evening I felt a steady confidence that this country would make the right choice for President.&lt;/p&gt;
&lt;p&gt;On the other side, watching the &lt;em&gt;local&lt;/em&gt; news about Arizona&#039;s results, has me less than thrilled. Looks like cranky ol&#039; Joe Arpaio will be re-elected as Sheriff, while Fire-and-Brimstone&amp;nbsp;Andrew Thomas will remain County Attorney. I&#039;m not too surprised about this outcome, but was hoping for more change on a more local level.&lt;/p&gt;
&lt;p&gt;And it looks like &lt;a title=&quot;Vote NO on Prop 102&quot; href=&quot;http://www.votenoprop102.com/web/index.php&quot;&gt;Prop 102&lt;/a&gt; will be passing. The biggest proposition that I was opposed to is predicted to pass. For those who don&#039;t know, Prop 102 adds an&amp;nbsp;amendment&amp;nbsp;to the Arizona Constitution that defines marriage as between one man and one woman. It&#039;s basically a lame proposition that will enforce the lame religious beliefs of lame religious people who see gay people as the end-all-be-all of family values, and state they cannot get married (even though Arizona already has laws against that).&lt;/p&gt;
&lt;p&gt;While it&#039;s sad to see my state take a step backwards in acceptance, it was overshadowed by the victory of Barack Obama.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Well, we did it. <strong>Barack Obama has become the 44th President of The United States of America</strong>...and I could not be happier about it. Watching the national news this evening I felt a steady confidence that this country would make the right choice for President.</p>
<p>On the other side, watching the <em>local</em> news about Arizona's results, has me less than thrilled. Looks like cranky ol' Joe Arpaio will be re-elected as Sheriff, while Fire-and-Brimstone&nbsp;Andrew Thomas will remain County Attorney. I'm not too surprised about this outcome, but was hoping for more change on a more local level.</p>
<p>And it looks like <a title="Vote NO on Prop 102" href="http://www.votenoprop102.com/web/index.php">Prop 102</a> will be passing. The biggest proposition that I was opposed to is predicted to pass. For those who don't know, Prop 102 adds an&nbsp;amendment&nbsp;to the Arizona Constitution that defines marriage as between one man and one woman. It's basically a lame proposition that will enforce the lame religious beliefs of lame religious people who see gay people as the end-all-be-all of family values, and state they cannot get married (even though Arizona already has laws against that).</p>
<p>While it's sad to see my state take a step backwards in acceptance, it was overshadowed by the victory of Barack Obama.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/my-post-election-thoughts#comments</comments>
    </item>


    <item>
      <title>I voted today</title>
      <link>http://webnv.net/articles/i-voted-today</link> 
      <pubDate>Tue, 04 Nov 2008 16:39:35 PST</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">583@http://webnv.net/</guid>
      <description>&lt;p&gt;I&#039;ll admit, I was a little worried going to the polling place this morning. Watching the news the night before and earlier this morning, I kept hearing reports of extremely long waits. Some places reported wait times as long as 5-6 hours, and I was not looking forward to that.&amp;nbsp;Luckily for me though, my polling place only had about an hour wait. So I was able to get in and out of there fairly quickly and hardly missed any work.&lt;/p&gt;
&lt;p&gt;My civic duties are done for the time being, and I feel good about it.&lt;/p&gt;
&lt;p&gt;But I&#039;m still disappointed in our country&#039;s voting methods. As the world leader in democracy, you&#039;d think we would have a more&amp;nbsp;consistent way of voting. Some places have computers with touch-screens, while others have paper ballots. There is also mail-in ballots, absentee ballots, and early voting. Plus, let&#039;s not forget the fact that voting regulations differ from state to state. Here in Arizona our polling places are open from 6am to 7pm. Other states, like Florida, are only open from 8am to 5pm. While, other states like Oregon only have mail-in voting.&lt;/p&gt;
&lt;p&gt;It worries me sometimes to think of all these different voting methods and regulations. I know some are in place to help make voting easier, but overall the whole voting system seems kind of chaotic. How accurate of a count do we really get? What&#039;s our suspected margin of error, or better yet, what&#039;s acceptable?&lt;/p&gt;
&lt;p&gt;Still, these concerns will not stop me from voting, and I hope they don&#039;t stop any of you either. Democracy only works with an open forum of well informed people who willingly partake in it.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I'll admit, I was a little worried going to the polling place this morning. Watching the news the night before and earlier this morning, I kept hearing reports of extremely long waits. Some places reported wait times as long as 5-6 hours, and I was not looking forward to that.&nbsp;Luckily for me though, my polling place only had about an hour wait. So I was able to get in and out of there fairly quickly and hardly missed any work.</p>
<p>My civic duties are done for the time being, and I feel good about it.</p>
<p>But I'm still disappointed in our country's voting methods. As the world leader in democracy, you'd think we would have a more&nbsp;consistent way of voting. Some places have computers with touch-screens, while others have paper ballots. There is also mail-in ballots, absentee ballots, and early voting. Plus, let's not forget the fact that voting regulations differ from state to state. Here in Arizona our polling places are open from 6am to 7pm. Other states, like Florida, are only open from 8am to 5pm. While, other states like Oregon only have mail-in voting.</p>
<p>It worries me sometimes to think of all these different voting methods and regulations. I know some are in place to help make voting easier, but overall the whole voting system seems kind of chaotic. How accurate of a count do we really get? What's our suspected margin of error, or better yet, what's acceptable?</p>
<p>Still, these concerns will not stop me from voting, and I hope they don't stop any of you either. Democracy only works with an open forum of well informed people who willingly partake in it.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/i-voted-today#comments</comments>
    </item>


    <item>
      <title>Attacking Obama: American flag removed from plane</title>
      <link>http://webnv.net/articles/attacking-obama-american-flag-removed-from-plane</link> 
      <pubDate>Thu, 07 Aug 2008 15:09:26 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">581@http://webnv.net/</guid>
      <description>&lt;p&gt;I guess you can say people who are blindly supporting John McCain are running out of ways to try and smear Barack Obama. Instead of focusing on the bigger issues like policies, some McCain supports are taking a more trivial route. Case in point: The horror that occurred when Obama removed the American flag from the tail of his airplane.&lt;/p&gt;
&lt;p&gt;Here&#039;s the basic jist of the email I received regarding this betrayl:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Barack Obama recently finished a $500,000 total overhaul of his 757. And as part of the new design, he decided to remove the American flag from the tail...&lt;/p&gt;
&lt;p&gt;What American running for President of the United States would remove the symbol of his country? And worse, he replaced the flag with a symbol of himself.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Below is a picture of Obama&#039;s plane. Those with small children or who are blindly patriotic should divert their eyes:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://webnv.net/content/attachments/obamaplane_86526.jpg&quot; alt=&quot;Barack Obama&#039;s campaing plane&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Pretty bad, eh? Well, not really. Actually, not at all. All you people bitching and moaning about this are being completely ridiculous. Are trivial things like this really going to make your decision on who should be the next American president? If they do, then as much as I hate to say it, you probably shouldn&#039;t be voting.&lt;/p&gt;
&lt;p&gt;Finally, let&#039;s take a look at John McCain&#039;s campaing plane shall we:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://webnv.net/content/attachments/mccainplane_54628.jpg&quot; alt=&quot;John McCain&#039;s campaing plane&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;While this picture doesn&#039;t show it, there actually is a small flag shown towards the bottom rear of the plane. But let&#039;s not also forget the the flag that was on Obama&#039;s plane was the logo for the company that manufactured that plane. Obama simply replaced their logo with his own.&lt;/p&gt;
&lt;p&gt;To be serious, lots of people are basing their votes on stupid shit like this. This is why I cannot stress enough how important it is to do your own research on the candidates and make your own logical conclusion. Do not be persuaded by these partisan emails or major media outlets.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I guess you can say people who are blindly supporting John McCain are running out of ways to try and smear Barack Obama. Instead of focusing on the bigger issues like policies, some McCain supports are taking a more trivial route. Case in point: The horror that occurred when Obama removed the American flag from the tail of his airplane.</p>
<p>Here's the basic jist of the email I received regarding this betrayl:</p>
<blockquote>
<p>Barack Obama recently finished a $500,000 total overhaul of his 757. And as part of the new design, he decided to remove the American flag from the tail...</p>
<p>What American running for President of the United States would remove the symbol of his country? And worse, he replaced the flag with a symbol of himself.</p>
</blockquote>
<p>Below is a picture of Obama's plane. Those with small children or who are blindly patriotic should divert their eyes:</p>
<p style="text-align: center;"><img src="http://webnv.net/content/attachments/obamaplane_86526.jpg" alt="Barack Obama's campaing plane" /></p>
<p>Pretty bad, eh? Well, not really. Actually, not at all. All you people bitching and moaning about this are being completely ridiculous. Are trivial things like this really going to make your decision on who should be the next American president? If they do, then as much as I hate to say it, you probably shouldn't be voting.</p>
<p>Finally, let's take a look at John McCain's campaing plane shall we:</p>
<p style="text-align: center;"><img src="http://webnv.net/content/attachments/mccainplane_54628.jpg" alt="John McCain's campaing plane" /></p>
<p>&nbsp;</p>
<p>While this picture doesn't show it, there actually is a small flag shown towards the bottom rear of the plane. But let's not also forget the the flag that was on Obama's plane was the logo for the company that manufactured that plane. Obama simply replaced their logo with his own.</p>
<p>To be serious, lots of people are basing their votes on stupid shit like this. This is why I cannot stress enough how important it is to do your own research on the candidates and make your own logical conclusion. Do not be persuaded by these partisan emails or major media outlets.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/attacking-obama-american-flag-removed-from-plane#comments</comments>
    </item>


    <item>
      <title>Picked up a new car</title>
      <link>http://webnv.net/articles/picked-up-a-new-car</link> 
      <pubDate>Tue, 15 Jul 2008 14:38:53 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">579@http://webnv.net/</guid>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://webnv.net/content/attachments/2008_civic_98109.jpg&quot; alt=&quot;2008 Honda Civic&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Yes, Jenny and I traded in her 2005 Civic for a brand new 2008 Honda Civic. Why? Because the old Civic already had 60,000+ miles on it and we wanted to trade it in while it still had some value to it. Plus, the new 8th generation Civics look so damn cool!&lt;/p&gt;
&lt;p&gt;We&#039;ve had the new car for a few weeks now and love it. We got the EX model which includes a number of cool features including; alloy wheels, moon roof, tinting, stereo and cruise controls on the steering wheel, and an auxiliary/mp3 player jack.&lt;/p&gt;
&lt;p&gt;The car looks great and handles great. The only beef I have with it is that the stereo is a little weak. I like the factory head unit and want to keep that, but wouldn&#039;t mind upgrading the speakers and adding an amp, sub, etc.&lt;/p&gt;
&lt;p&gt;Jenny won&#039;t let me put a carPC in here. :-( &amp;nbsp;Guess I&#039;ll just have to wait until I get my new vehicle to do that.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p style="text-align: center;"><img src="http://webnv.net/content/attachments/2008_civic_98109.jpg" alt="2008 Honda Civic" /></p>
<p>Yes, Jenny and I traded in her 2005 Civic for a brand new 2008 Honda Civic. Why? Because the old Civic already had 60,000+ miles on it and we wanted to trade it in while it still had some value to it. Plus, the new 8th generation Civics look so damn cool!</p>
<p>We've had the new car for a few weeks now and love it. We got the EX model which includes a number of cool features including; alloy wheels, moon roof, tinting, stereo and cruise controls on the steering wheel, and an auxiliary/mp3 player jack.</p>
<p>The car looks great and handles great. The only beef I have with it is that the stereo is a little weak. I like the factory head unit and want to keep that, but wouldn't mind upgrading the speakers and adding an amp, sub, etc.</p>
<p>Jenny won't let me put a carPC in here. :-( &nbsp;Guess I'll just have to wait until I get my new vehicle to do that.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/picked-up-a-new-car#comments</comments>
    </item>


    <item>
      <title>Evergreen Terrace - Wolfbiker</title>
      <link>http://webnv.net/articles/evergreen-terrace-wolfbiker</link> 
      <pubDate>Wed, 25 Jun 2008 13:15:37 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">572@http://webnv.net/</guid>
      <description>&lt;p&gt;&lt;img style=&quot;float: right;&quot; src=&quot;http://webnv.net/content/attachments/wolfbiker_59896.jpg&quot; alt=&quot;Evergreen Terrace - Wolfbiker Album&quot; /&gt;Evergreen Terrace&#039;s latest album, Wolfbiker, was released back at the end of 2007. Their previous album was released in 2005, and while I love this band, I hadn&#039;t listened to them for several months, thus I missed this album. And I&#039;m sorry to say I didn&#039;t get this album sooner because it seriously kicks ass.&lt;/p&gt;
&lt;p&gt;Evergreen Terrace is a band that&#039;s kind of hard for me to put in a specific music genre. They&#039;re definitely metal with some hardcore punk thrown in. I&#039;ve always loved the hard beats and vocals mixed with the faster tempo&#039;d and more melodic choruses.&lt;/p&gt;
&lt;p&gt;Wolfbiker takes the above formula and mixes it perfectly in this album. Virtually every song on this album is a perfect blend of metal and punk. If you liked their previous albums then you&#039;ll love this one. It has some great melodic/sing-along choruses that really get the songs stuck in your head, hours after you listened to them.&lt;/p&gt;
&lt;p&gt;The drum work is also incredible and definitely shows off the band&#039;s medal side. But of course it&#039;s mainly the vocals that give the band its defining sound. With three singers we get some amazing ranges. With the main/front singer we get the low roar of the metal genre. With another singer we get the more hardcore punk vocals in the background or echoing the main vocals. And finally, we get the more melodic, sing-along vocals that drive most of the choruses throughout the album.&lt;/p&gt;
&lt;p&gt;Overall, I think Wolfbiker is an awesome album and the best one that Evergreen Terrace has released yet. If you&#039;re a fan and haven&#039;t gotten this yet, then get it! Otherwise, if you&#039;re on the fence, then check out their &lt;a title=&quot;Evergreen Terrace&#039;s MySpace Page&quot; href=&quot;http://www.myspace.com/evergreenterrace&quot;&gt;MySpace page&lt;/a&gt; to listen to some of their songs, and check out the video below from their latest album.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;425&quot; height=&quot;350&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/bTUWwWoRlpw&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/bTUWwWoRlpw&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img style="float: right;" src="http://webnv.net/content/attachments/wolfbiker_59896.jpg" alt="Evergreen Terrace - Wolfbiker Album" />Evergreen Terrace's latest album, Wolfbiker, was released back at the end of 2007. Their previous album was released in 2005, and while I love this band, I hadn't listened to them for several months, thus I missed this album. And I'm sorry to say I didn't get this album sooner because it seriously kicks ass.</p>
<p>Evergreen Terrace is a band that's kind of hard for me to put in a specific music genre. They're definitely metal with some hardcore punk thrown in. I've always loved the hard beats and vocals mixed with the faster tempo'd and more melodic choruses.</p>
<p>Wolfbiker takes the above formula and mixes it perfectly in this album. Virtually every song on this album is a perfect blend of metal and punk. If you liked their previous albums then you'll love this one. It has some great melodic/sing-along choruses that really get the songs stuck in your head, hours after you listened to them.</p>
<p>The drum work is also incredible and definitely shows off the band's medal side. But of course it's mainly the vocals that give the band its defining sound. With three singers we get some amazing ranges. With the main/front singer we get the low roar of the metal genre. With another singer we get the more hardcore punk vocals in the background or echoing the main vocals. And finally, we get the more melodic, sing-along vocals that drive most of the choruses throughout the album.</p>
<p>Overall, I think Wolfbiker is an awesome album and the best one that Evergreen Terrace has released yet. If you're a fan and haven't gotten this yet, then get it! Otherwise, if you're on the fence, then check out their <a title="Evergreen Terrace's MySpace Page" href="http://www.myspace.com/evergreenterrace">MySpace page</a> to listen to some of their songs, and check out the video below from their latest album.</p>
<p style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://www.youtube.com/v/bTUWwWoRlpw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/bTUWwWoRlpw"></embed>
</object>
</p>]]></content:encoded>
      <comments>http://webnv.net/articles/evergreen-terrace-wolfbiker#comments</comments>
    </item>


    <item>
      <title>Update to NiBuM.com coming soon</title>
      <link>http://webnv.net/articles/update-to-nibum-com-coming-soon</link> 
      <pubDate>Fri, 13 Jun 2008 03:47:07 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">574@http://webnv.net/</guid>
      <description>&lt;p&gt;Be on the lookout for a much more feature-rich site for my content management system titled, &lt;em&gt;NiBuM&lt;/em&gt;. Currently &lt;a title=&quot;NiBuM&#039;s Homepage&quot; href=&quot;http://nibum.com&quot;&gt;NiBuM.com&lt;/a&gt; contains a pretty lame placeholder with a color scheme that matched the old version of my application (and ugly at that). Check out the screenshot of the new version below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://webnv.net/content/attachments/nibum_v2-preview_26706.jpg&quot; alt=&quot;NiBuM.com preview&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This, of course, is still a work in progress so bits and pieces of it might change here and there, but so far I&#039;m liking it. &lt;a title=&quot;NiBuM&#039;s Homepage&quot; href=&quot;http://nibum.com&quot;&gt;NiBuM.com&lt;/a&gt; will still be a placeholder until the application is complete and ready for the public (if I decide to release it to the public), but this new site will contain much more info about the application. Some new things include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;More detailed information about the application and all it does&lt;/li&gt;
&lt;li&gt;Screenshots and screencast (videos) that show off some of its features&lt;/li&gt;
&lt;li&gt;An email subscription to keep those who are interested updated&lt;/li&gt;
&lt;li&gt;A blog where we&#039;ll be posting about our latest news and developments&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Going on the last bullet point here, my personal blog (WebNV) will no longer talk about any development for NiBuM. Instead the new version of &lt;a title=&quot;NiBuM&#039;s Homepage&quot; href=&quot;http://nibum.com&quot;&gt;NiBuM.com&lt;/a&gt; will house all the latest news and updates.&lt;/p&gt;
&lt;p&gt;So when is this new web site being released? I don&#039;t know. Probably in the next week or two. Keep checking back here because when it&#039;s released, I&#039;ll definitely post about it.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Be on the lookout for a much more feature-rich site for my content management system titled, <em>NiBuM</em>. Currently <a title="NiBuM's Homepage" href="http://nibum.com">NiBuM.com</a> contains a pretty lame placeholder with a color scheme that matched the old version of my application (and ugly at that). Check out the screenshot of the new version below:</p>
<p><img src="http://webnv.net/content/attachments/nibum_v2-preview_26706.jpg" alt="NiBuM.com preview" /></p>
<p>This, of course, is still a work in progress so bits and pieces of it might change here and there, but so far I'm liking it. <a title="NiBuM's Homepage" href="http://nibum.com">NiBuM.com</a> will still be a placeholder until the application is complete and ready for the public (if I decide to release it to the public), but this new site will contain much more info about the application. Some new things include:</p>
<ul>
<li>More detailed information about the application and all it does</li>
<li>Screenshots and screencast (videos) that show off some of its features</li>
<li>An email subscription to keep those who are interested updated</li>
<li>A blog where we'll be posting about our latest news and developments</li>
</ul>
<p>Going on the last bullet point here, my personal blog (WebNV) will no longer talk about any development for NiBuM. Instead the new version of <a title="NiBuM's Homepage" href="http://nibum.com">NiBuM.com</a> will house all the latest news and updates.</p>
<p>So when is this new web site being released? I don't know. Probably in the next week or two. Keep checking back here because when it's released, I'll definitely post about it.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/update-to-nibum-com-coming-soon#comments</comments>
    </item>


    <item>
      <title>Barack Obama makes it official - Democratic nominee</title>
      <link>http://webnv.net/articles/barack-obama-makes-it-official-democratic-nominee</link> 
      <pubDate>Wed, 04 Jun 2008 23:03:18 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">570@http://webnv.net/</guid>
      <description>&lt;p&gt;Yesterday presidential hopeful, Senator Barack Obama grabbed the necessary delegate count to seize the Democratic nomination for president. This means Hillary Clinton is out of the presidential race, and the general election will be between &lt;a title=&quot;Read why I&#039;m supporting Barack Obama&quot; href=&quot;http://webnv.net/articles/im-supporting-barack-obama&quot;&gt;my choice&lt;/a&gt;, Barack Obama and Arizona Senator, John McCain. Check out Obama&#039;s victory speech after the jump:&lt;/p&gt;
&lt;p style=&quot;text-align: center; &quot;&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;425&quot; height=&quot;350&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/dtL-1V3OZ0c&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/dtL-1V3OZ0c&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&quot;I honor [John McCain&#039;s military] service, and I respect his many accomplishments, even if he chooses to deny mine.&quot;&amp;nbsp;- Barack Obama&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The video gets really good around the 12:15 marker.&lt;/p&gt;
&lt;p&gt;Like I mentioned above, this means rival democratic nominee, Hillary Clinton is out of the race. But did she concede defeat yet? Of course not. This is the woman who has denied or ignored virtually every Obama victory since the beginning. But whether she accepts defeat or not, Clinton has been defeated, and no matter what she says or doesn&#039;t say will change that.&lt;/p&gt;
&lt;p&gt;Moving on, my choice, Barack Obama will take on Republican senator John McCain. McCain is someone I don&#039;t want to see as president any time soon. Me, this country, and the rest of the world has had enough of the Bush Administration and their shitty policies and economics. I hate to say it, but I don&#039;t see a change that this country&amp;nbsp;desperately&amp;nbsp;needs if McCain becomes president. Below is a perfect example of what we&#039;ve seen, and what we can expect with John McCain:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;425&quot; height=&quot;350&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/cLfsG8XKWfw&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/cLfsG8XKWfw&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;It&#039;s now up to Barack Obama to select a running mate or Vice President.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Yesterday presidential hopeful, Senator Barack Obama grabbed the necessary delegate count to seize the Democratic nomination for president. This means Hillary Clinton is out of the presidential race, and the general election will be between <a title="Read why I'm supporting Barack Obama" href="http://webnv.net/articles/im-supporting-barack-obama">my choice</a>, Barack Obama and Arizona Senator, John McCain. Check out Obama's victory speech after the jump:</p>
<p style="text-align: center; ">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://www.youtube.com/v/dtL-1V3OZ0c" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/dtL-1V3OZ0c"></embed>
</object>
</p>
<blockquote>
<p>"I honor [John McCain's military] service, and I respect his many accomplishments, even if he chooses to deny mine."&nbsp;- Barack Obama</p>
</blockquote>
<p>The video gets really good around the 12:15 marker.</p>
<p>Like I mentioned above, this means rival democratic nominee, Hillary Clinton is out of the race. But did she concede defeat yet? Of course not. This is the woman who has denied or ignored virtually every Obama victory since the beginning. But whether she accepts defeat or not, Clinton has been defeated, and no matter what she says or doesn't say will change that.</p>
<p>Moving on, my choice, Barack Obama will take on Republican senator John McCain. McCain is someone I don't want to see as president any time soon. Me, this country, and the rest of the world has had enough of the Bush Administration and their shitty policies and economics. I hate to say it, but I don't see a change that this country&nbsp;desperately&nbsp;needs if McCain becomes president. Below is a perfect example of what we've seen, and what we can expect with John McCain:</p>
<p style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://www.youtube.com/v/cLfsG8XKWfw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/cLfsG8XKWfw"></embed>
</object>
</p>
<p style="text-align: left;">It's now up to Barack Obama to select a running mate or Vice President.</p>]]></content:encoded>
      <comments>http://webnv.net/articles/barack-obama-makes-it-official-democratic-nominee#comments</comments>
    </item>


    <item>
      <title>What we are...</title>
      <link>http://webnv.net/articles/what-we-are</link> 
      <pubDate>Sat, 31 May 2008 22:08:22 PDT</pubDate>
      <dc:creator>Nick</dc:creator>
      <guid isPermaLink="false">569@http://webnv.net/</guid>
      <description>&lt;p&gt;I found this cool video on &lt;a title=&quot;Digg.com&quot; href=&quot;http://digg.com&quot;&gt;Digg&lt;/a&gt; the other day and thought I&#039;d share it with you. It makes a lot of sense and good points. So check it out and enjoy. FSM FTW!&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;425&quot; height=&quot;350&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/a15KgyXBX24&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/a15KgyXBX24&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I found this cool video on <a title="Digg.com" href="http://digg.com">Digg</a> the other day and thought I'd share it with you. It makes a lot of sense and good points. So check it out and enjoy. FSM FTW!</p>
<p style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="http://www.youtube.com/v/a15KgyXBX24" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/a15KgyXBX24"></embed>
</object>
</p>]]></content:encoded>
      <comments>http://webnv.net/articles/what-we-are#comments</comments>
    </item>


  </channel>
</rss>
