<?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>ben koonse</title>
	<atom:link href="http://bennyfreshness.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bennyfreshness.com</link>
	<description>wrestling code into submission...</description>
	<lastBuildDate>Fri, 10 Aug 2012 20:05:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>cloudensation</title>
		<link>http://bennyfreshness.com/2010/10/cloudensation/</link>
		<comments>http://bennyfreshness.com/2010/10/cloudensation/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 08:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[creative]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=251</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/PnlKBMDiOwg?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PnlKBMDiOwg?fs=1&#038;hd=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/10/cloudensation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>impending doom</title>
		<link>http://bennyfreshness.com/2010/09/impending-doom/</link>
		<comments>http://bennyfreshness.com/2010/09/impending-doom/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 05:43:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[creative]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=230</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/qSwusc6p04g?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qSwusc6p04g?fs=1&#038;hd=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/09/impending-doom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3: Organic Unicorn Whispers</title>
		<link>http://bennyfreshness.com/2010/07/rails-3-organic-unicorn-whispers/</link>
		<comments>http://bennyfreshness.com/2010/07/rails-3-organic-unicorn-whispers/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 07:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=184</guid>
		<description><![CDATA[Ladies and gentleman, I&#8217;m about to jack you up with some tasty treats. Thats right, prepare to get hit in the face with a fist of refreshing merriment. You think this is a joke? Cause I&#8217;m not laughing&#8230; Rails 3.. This bundle of delight is sure to put a smile on your ugly ass. So [...]]]></description>
			<content:encoded><![CDATA[<p>Ladies and gentleman, I&#8217;m about to jack you up with some tasty treats. Thats right, prepare to get hit in the face with a fist of refreshing merriment. You think this is a joke? Cause I&#8217;m not laughing&#8230;</p>
<p>Rails 3.. This bundle of delight is sure to put a smile on your ugly ass. So scrumptious in fact, after reading this blog post you&#8217;re probably going to do one of two things.</p>
<p>• frolic through the sunkissed meadow blowing dandelion petals<br />
• feed splashing narwhals sardines out of you smiling mouth</p>
<p>Thats the kind of elation you&#8217;ll get when you bear witness to what Rails 3 pony&#8217;s up. Pretty much on par with organic unicorn whispers.</p>
<p><span id="more-184"></span></p>
<p>Lets begin this exaltation with our rapture from dependency hell. Meet my new best friend <a href="http://gembundler.com/" target="_blank">bundler</a>. 1.) Specify your gems in a Gemfile  2.) Run &#8220;bundle install&#8221; 3.) Profit.. Need to lock down your gems? &#8220;bundle lock&#8221; I&#8217;ll let you marinate on that for a second&#8230;</p>
<p>Scope this player..</p>
<pre>  class Post &lt; ActiveRecord::Base
    scope :published, lambda {
      where("posts.published_at &lt;= ?", Time.zone.now)
    }
    scope :published_since, lambda { |ago|
      published.where("posts.published_at &gt;= ?", ago)
    }
    scope :recent, published.order("posts.published_at DESC")
  end</pre>
<p>Stop drooling all over your keyboard for a second there chief and reflect on the allure of these refactored <a href="http://edgerails.info/articles/what-s-new-in-edge-rails/2010/02/23/the-skinny-on-scopes-formerly-named-scope/" target="_blank">scoping</a> methods. Ahhh, yes..</p>
<p>Moving on, stay with me..</p>
<p>No more pouting over routing. Rails 3 sprinked nectar all over <a href="http://yehudakatz.com/2009/12/26/the-rails-3-router-rack-it-up/" target="_blank">routing&#8217;s</a> face. Basically, more minimalist, succinct, powerful, flexible, sexy routing. e.g.</p>
<pre>  # Rails 3
  root :to =&gt; 'forthe#win'

  # Rails 2
  map.root :controller =&gt; "forthe", :action =&gt; 'win'

  # Rails 3
  resources :products do
    resource :category
    member do
      post :short
    end
    collection do
      get :long
    end
  end

  # Rails 2
  map.resources :products, :member =&gt; {:short =&gt; :post}, :collection =&gt; {:long =&gt; :get} do |products|
    products.resource :category
  end</pre>
<p>Still want more, fine.. How about agnosticism? Use whatever ORM you like. Use whatever javascript library your pretty little head desires. Rails 3 won&#8217;t judge you.</p>
<p>Well cupcake, so ends another spectacularly humorless blog post..  Hopefully you&#8217;re not nauseated by my writing and are becoming elated to <a href="http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release" target="_blank">begin</a> working with Rails 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/07/rails-3-organic-unicorn-whispers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>lights</title>
		<link>http://bennyfreshness.com/2010/07/timelapse/</link>
		<comments>http://bennyfreshness.com/2010/07/timelapse/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:19:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[creative]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=205</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/hfnz7ADzET8&amp;hl=en_US&amp;fs=1&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hfnz7ADzET8&amp;hl=en_US&amp;fs=1&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/07/timelapse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>skateboard dollying</title>
		<link>http://bennyfreshness.com/2010/07/skateboard-dollying/</link>
		<comments>http://bennyfreshness.com/2010/07/skateboard-dollying/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 03:34:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[creative]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=190</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/bbZW7ROUByI&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bbZW7ROUByI&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/07/skateboard-dollying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunspot Showed Me the Light</title>
		<link>http://bennyfreshness.com/2010/05/sunspot-showed-me-the-light/</link>
		<comments>http://bennyfreshness.com/2010/05/sunspot-showed-me-the-light/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:06:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[solr]]></category>
		<category><![CDATA[sunspot]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=151</guid>
		<description><![CDATA[Ladies and gentleman, gone are the dark ages of using SQL (a known gateway drug) to perform searches. Thats right, I&#8217;m here today to spotlight Sunspot, &#8220;a Ruby library for expressive, powerful interaction with the Solr search engine.&#8221; Ever since that fated column of light struck my monitor and forced my browser to google Solr, [...]]]></description>
			<content:encoded><![CDATA[<p>Ladies and gentleman, gone are the dark ages of using SQL (a known gateway drug) to perform searches.  Thats right, I&#8217;m here today to spotlight <a href="http://outoftime.github.com/sunspot/" target="_blank">Sunspot</a>, &#8220;a Ruby library for expressive, powerful interaction with the Solr search engine.&#8221;</p>
<p>Ever since that fated column of light struck my monitor and forced my browser to google <a href="http://lucene.apache.org/solr/" target="_blank">Solr</a>, I&#8217;ve had the strength to overcome my addiction to SQL searches.  Gone are the days of &#8220;select intervention_date from developers where search_method like &#8216;%sql%&#8217;&#8221;</p>
<p>Get out of that darkness cupcake! Let some light brighten up that dark and dreary world of murky sql search statements and enter a radiant and luminous world of vibrant Sunspot search!</p>
<p><span id="more-151"></span></p>
<p>We can get through this together&#8230;</p>
<p>Step 1: Installation</p>
<pre>
  gem install sunspot
  gem install sunspot_rails
</pre>
<p>Step 2: Define What to Index</p>
<pre>
  class Rehab
    #...
  end

  Sunspot.setup(Rehab) do
    text :addiction
    integer :relapses
    float :relapse_average
    time :admitted_at
    string :cure do
      addiction.gsub(/(darkness|clouds|shadows)/, 'sunshine')
    end
  end
</pre>
<p>Step 3: Search</p>
<pre>
  search = Sunspot.search Rehab do
    keywords 'light sunshine'
    with :patient_name, 'Benny Freshness'
    with(:relapses).any_of [2, 14]
    with(:relapse_average).less_than 4
    any_of do
      with(:admitted_at).less_than(Time.now)
    end
    without :cure, 'Moar SQL'
    order_by :average_relapse, :desc
    facet :cure
  end</pre>
<p>Step 4: Profit</p>
<p>In all cerealness, I&#8217;d like to shed light on the line &#8216;facet :cure&#8217; for a lightsecond as this really illuminates the vibrance of Sunspot.  A &#8220;<a href="http://wiki.apache.org/solr/SimpleFacetParameters" target="_blank">facet</a>&#8221; is a glint of search aurora.  Say my search lights up 45 results, by faceting on cure, we can get tallies of how many of each distinct cures are retuned in the result set e.g &#8216;moar SQL&#8217;:10, &#8216;Solr&#8217;:5, &#8216;Sunspot&#8217;:25, &#8216;Zippo&#8217;:1</p>
<p>By faceting we can irradiate our result set and re-kindle that old flame for search burning inside us all.</p>
<p>Furthermore, feast on these tasty Sunspot nuggets:</p>
<blockquote>
<ol>
<li>kindergarden easy index control</li>
<li>keyword search, ordering, scoping, awesomeing</li>
<li>indexing custom/dynamic field goodness</li>
<li>DSL which feels like your native toungue</li>
<li>faceting for days, CUSTOM FACETS!!</li>
<li>extensible, pick an ORM, any ORM</li>
<li>will_play with will_paginate</li>
<li>order by field value, relevance, geographical distance, or your face</li>
</ol>
</blockquote>
<p>Well folks, thats all I can illuminate for you here today.  Hopefully my annoying &#8220;light&#8221; analogies don&#8217;t have you plotting to kill me by now. I also hope I cast some light on something you might be able to use or find interesting.</p>
<p>So remember, use the force, don&#8217;t join the dark side of SQL searching, step into the magnificent light of Sunspot!</p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2010/05/sunspot-showed-me-the-light/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Wanna Kohana?</title>
		<link>http://bennyfreshness.com/2009/10/wanna-kohana/</link>
		<comments>http://bennyfreshness.com/2009/10/wanna-kohana/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 07:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=68</guid>
		<description><![CDATA[Wanna Kohana? Because I sure do.. This secure, lightweight, and extensible little number can work wonders for your web developing ensemble.  ]]></description>
			<content:encoded><![CDATA[<p>Wanna <a href="http://www.kohanaphp.com/">Kohana</a>? Because I sure do.. This secure, lightweight, and extensible little number can work wonders for your web developing ensemble.</p>
<p>OK, I know what you&#8217;re all thinking, &#8220;What about CakePHP?&#8221;  Cake is undeniably an Olympic gold medalist framework featuring many similarities to Ruby on Rails.  Ahhh Rails, I promise someday I&#8217;ll devote more time to you, but until then my programming world resides primarily in PHP.  Sometimes you have to make the best of the hand thats dealt&#8230; </p>
<p>Which brings us to the lovely, elegant, graceful and genteel Kohana framework.</p>
<p><span id="more-68"></span></p>
<p>Enough fluff, I&#8217;m about to punch you in the face with some factualizations.  Here&#8217;s reasons why Kohana has street cred:</p>
<blockquote>
<ol>
<li>The strictest OOP PHP has to offer</li>
<li>Dainty footprint, no extra libraries like PEAR</li>
<li>Locks down GET, POST, COOKIE, and SESSION with XSS protection</li>
<li>Auto-loads classes like butter</li>
<li>Orginization</li>
<li>Flexible and extensible</li>
<li>Godlike power over events</li>
<li>Rapid Application Development</li>
</ol>
</blockquote>
<p>Don&#8217;t believe me, <a href="http://www.kohanaphp.com/download">download</a> the framework and see for yourself!</p>
<p>First of all not having to support PHP4 means less code and enables more robust functionality for the framework.  <a href="http://php.net/manual/en/language.oop5.autoload.php">Auto-loading</a>, for those of you who haven&#8217;t yet experienced its awesomeness, steadfastly promotes great justice.  Gone are those agonizing days of having to use require_once() and the likes.</p>
<p>MVC, well we all know the virtues of MVC. Also, the RAD aspect is pretty rad as well.</p>
<p>Event handling enables you to poke your head in at almost any time during execution just to say hello or stay and enjoy a spot of tea, cherio.</p>
<p>Time for some snippets!</p>
<p>Here is a basic controller:</p>
<p><code> </code></p>
<p><code></p>
<pre>class Freshness_Controller extends Controller {
  function freshen()
  {
	// Load the view as an object
	$view = new View('freshest');
	// Adding variables to be displayed in the view
	$view-&gt;title      = "Welcome to Bennyfreshness's blog.";
	$view-&gt;heading = "Wow this is indeed extremely fresh.";
	$view-&gt;content = "I've never seen so much freshness.";
	// Render the view
	$view-&gt;render(TRUE);
  }
}</pre>
<p></code></p>
<p>You get the point&#8230; Clean, concise code&#8230;</p>
<p>To bring this party to an end I&#8217;d like to end with some closing remarks.  If you&#8217;re doing web application development in PHP I strongly recommend checking out Kohana.  Its short learning curve, vibrant community, friendly IRC (#kohana on irc.freenode.net), and most importantly rich and robust code base will increase your productivity and you&#8217;ll have more fun while programming.</p>
<p>So how do you get me to go back to developing in Cake?</p>
<p>Take the letter &#8220;c&#8221; out of &#8220;cloth&#8221; and the letter &#8220;f&#8221; out of &#8220;way&#8221;</p>
<p> <img src='http://bennyfreshness.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2009/10/wanna-kohana/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting RAD with CakePHP</title>
		<link>http://bennyfreshness.com/2009/08/rapid-application-development-with-cakephp/</link>
		<comments>http://bennyfreshness.com/2009/08/rapid-application-development-with-cakephp/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 08:20:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RAD]]></category>

		<guid isPermaLink="false">http://bennyfreshness.com/?p=9</guid>
		<description><![CDATA[Ever got tired of rewriting a user login system every time you build a website, or database access scripts?  Do you wish there were a way to create more reusable modular code?  Well get ready to fall head over heels in passionate love with Rapid Application Development (RAD) Frameworks.]]></description>
			<content:encoded><![CDATA[<p>Ever gotten tired of rewriting a user login system every time you build a website, or database access scripts?  Do you wish there were a way to create more reusable modular code?  Well get ready to fall head over heels in passionate love with Rapid Application Development (RAD) Frameworks.</p>
<p>Wikipedia defines RAD as</p>
<blockquote><p>A type of software development methodology which uses minimal planning in favor of rapid prototyping. The &#8220;planning&#8221; of software developed using RAD is interleaved with writing the software itself. The lack of extensive pre-planning generally allows software to be written much faster, and makes it easier to change requirement</p></blockquote>
<p>Enough about RAD itself, lets get into some of the benefits.  Hold on to your terminal cassonova&#8230;</p>
<ul>
<li>Speed up development</li>
<li>Write less code</li>
<li>Focus on functionality, not mundane repetitive tasks</li>
<li>Create a more modularized and organized project</li>
<li>The acronym is actually RAD, which, itself, is pretty rad&#8230;</li>
</ul>
<p><span id="more-9"></span></p>
<p>There are countless numbers of RAD Frameworks across all platforms.  Since this is more of an introductory post on RAD Frameworks we&#8217;re only going to go over a few basics.  This post will detail some aspects of <a title="cakephp" href="http://cakephp.org/">CakePHP</a>, one of the more popular PHP frameworks.  They describe it on their site as follows&#8230;</p>
<blockquote><p>Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.</p></blockquote>
<p>So lets dive right in, two basic but integral ideas&#8230;</p>
<p>MVC &#8211; Model View Controller, this is an architectural pattern which helps seperate business logic from presentation.  The model handles data.  The controller manipulates data.  And the view presents the data.</p>
<p>ORM &#8211; Object Relational Mapping, in a nutshell, gives you objects which you can play with instead of having to access database data directly.</p>
<p>Now to the nitty gritty&#8230;  Lets show you how to get CRUD (create, read, update, delete.. sorry for another acronym, hopefully last) up and running in no time flat..</p>
<p>Start with your database table.  Lets say you were selling books.  A typical book table might look something like this (simplified).</p>
<p>CREATE TABLE books (<br />
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,<br />
title VARCHAR(255),<br />
author VARCHAR(255)<br />
);</p>
<p>Once you have your config file (user, pass, database) set correctly, now you get to ENJOY THE MAGIC OF CODE GENERATION.  I can&#8217;t stress enough what this next part does for one&#8217;s mental health.</p>
<p>From a command line or terminal run the following commands..</p>
<ul>
<li>cake bake model book (creates your book model)</li>
<li>cake bake controller books scaffold admin (creates your CRUD controller scaffolding with admin functionality)</li>
<li>cake bake view books (creates all your views for CRUD)</li>
</ul>
<p>Now, after three lines of code pasted into a terminal, you have generated a fully functional, extensible, modular CRUD application, including error reporting, user friendly flash messages, well, I hope you get the point..</p>
<p>The beauty of this is that you don&#8217;t waste time on mundane tasks, you can start hacking away on the unique functionality of your next killer app almost immediately.</p>
<p>Keep in mind there are a few more caveats and gotcha&#8217;s when working with a framework such as CakePHP, but generally you will find them to be a godsend in your web development world.  A world where heinous devilish monsters must be dealt with on a daily basis (<a href="http://www.ie6nomore.com/">IE6</a>).</p>
<p>Please post questions, this is a VERY general overview but I&#8217;d love to go into more detail&#8230;.</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/GQXqWkWqnSw?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GQXqWkWqnSw?fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2009/08/rapid-application-development-with-cakephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Round 2</title>
		<link>http://bennyfreshness.com/2009/07/wordpress-round-2/</link>
		<comments>http://bennyfreshness.com/2009/07/wordpress-round-2/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://www.benkoonse.com/?p=3</guid>
		<description><![CDATA[So here we go again, round 2 of my bout w/ blogging.  The first round was a smashing success, two posts, then it sat idle until it built up so many security vulnerabilities my hosting stripped it down.  I didn&#8217;t notice for about two months it was even down. So this time around its all [...]]]></description>
			<content:encoded><![CDATA[<p>So here we go again, round 2 of my bout w/ blogging.  The first round was a smashing success, two posts, then it sat idle until it built up so many security vulnerabilities my hosting stripped it down.  I didn&#8217;t notice for about two months it was even down.</p>
<p>So this time around its all about TLC.  Going to stay on top of this and consistently fill it with tasty nuggets.  Check back often!</p>
]]></content:encoded>
			<wfw:commentRss>http://bennyfreshness.com/2009/07/wordpress-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
