<?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>Jon&#039;s Blog &#187; General</title>
	<atom:link href="http://bombdiggity.net/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://bombdiggity.net/blog</link>
	<description>Ramblings of a php coder</description>
	<lastBuildDate>Fri, 14 May 2010 17:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PhpStorm Pricing Announced</title>
		<link>http://bombdiggity.net/blog/2010/05/14/phpstorm-pricing-announced/</link>
		<comments>http://bombdiggity.net/blog/2010/05/14/phpstorm-pricing-announced/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:33:57 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[jetbrains]]></category>
		<category><![CDATA[phpstorm]]></category>

		<guid isPermaLink="false">http://bombdiggity.net/blog/?p=216</guid>
		<description><![CDATA[Well besides today being a Friday (TGIF!!), JetBrains have announced the pricing for the upcoming WebStorm and PhpStorm. I&#8217;ve personally been waiting for this as I&#8217;m willing to actually pay for this IDE because it&#8217;s just that damn good and it&#8217;s only in Early Access right now. I find the pricing to be some of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jetbrains.com/phpstorm"><img class="alignright size-thumbnail wp-image-183" title="PHPStorm" src="http://bombdiggity.net/blog/wp-content/uploads/2010/03/webide-150x150.png" alt="PHPStorm from JetBrains" width="150" height="150" /></a>Well besides today being a Friday (TGIF!!), JetBrains have announced the pricing for the upcoming WebStorm and PhpStorm. I&#8217;ve personally been waiting for this as I&#8217;m willing to actually pay for this IDE because it&#8217;s just that damn good and it&#8217;s only in Early Access right now.</p>
<p><span id="more-216"></span>I find the pricing to be some of the best out there for PhpStorm comparedÂ toÂ competitors, but you can&#8217;t really go wrong with $99 dollars for a personalÂ licenseÂ ($49 if you buy it beforeÂ SeptemberÂ 1st) and $199 for aÂ commercialÂ license ($149 if you buy it before September 1st). Â What&#8217;s theÂ differenceÂ you may ask, well personal is tied to a single user where as aÂ commercialÂ licenseÂ is tied to a company and can be moved from developer to developer. Now what I find awesome with JetBrains is that if you are working on an open source project you can get a free 1 year license once you verify with them the project that you are working on. They have been doing this for years with the Intellj IDE for Java and it&#8217;s a practice I wish more companies would use.</p>
<p>For more information check out the <a title="PhpStorm Licensing Page" href="http://www.jetbrains.com/phpstorm/buy/index.jsp">PhpStorm Licensing Page</a> and you can get the latest version from the <a title="PhpStorm Early Access Program" href="http://confluence.jetbrains.net/display/WI/Web+IDE+EAP">PhpStorm EAP Access Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/05/14/phpstorm-pricing-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fakemail FTW!</title>
		<link>http://bombdiggity.net/blog/2010/05/07/fakemail-ftw/</link>
		<comments>http://bombdiggity.net/blog/2010/05/07/fakemail-ftw/#comments</comments>
		<pubDate>Fri, 07 May 2010 17:00:52 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fakemail]]></category>

		<guid isPermaLink="false">http://bombdiggity.net/blog/?p=200</guid>
		<description><![CDATA[What is fakemail? From the fakemail homepage: fakemail is a fake mail server that captures emails as files for acceptance testing. This avoids the excessive configuration of setting up a real mail server and trying to extract mail queue content. If you have had to test applications that send e-mails, for example as part of [...]]]></description>
			<content:encoded><![CDATA[<h2>What is fakemail?</h2>
<p>From the fakemail <a href="http://www.lastcraft.com/fakemail.php">homepage</a>:</p>
<blockquote><p>fakemail is a fake mail server that captures emails as files for acceptance testing. This avoids the excessive configuration of setting up a real mail server and trying to extract mail queue content.</p>
<p>If you have had to test applications that send e-mails, for example as part of a web sign up process, you will know what an involved and tricky exercise that can be. Usually you have to sign up with a special e-mail address, have the mail go to the mail server and then read it back into the test with a POP/IMAP client. There are several downsides to this approach; you need to install extra software to interact with the POP server, you suffer from spurious failures due to reliance on external infrastructure, and it is very very slow.</p>
<p>Fakemail works by intercepting the mail before it leaves the machine by replacing your Mail Transfer Agent (MTA). It&#8217;s a simple script run from the command line that you can launch from within your test framework.</p></blockquote>
<h2>Why Should I Use fakemail?</h2>
<p>The real question is why aren&#8217;t you using fakemail. Â I didn&#8217;t know of fakemail before I started at <a title="SugarCRM" href="http://www.sugarcrm.com/crm/">SugarCRM</a>, but now I&#8217;m glad that I do.Â At Sugar we use fakemail on all of our test and development instances. By using fakemail it provides a way to test all of our scripts that send emails but not actually send the emails out. What it does in turn is send the email (headers and all) to a folder specified in the config of the fakemail setup. Â We happend to send ours to /tmp/&lt;instance name&gt;/ since we have multiple instances running on the same machine.</p>
<h2>How do I Setup fakemail</h2>
<p>fakemail comes in two flavors: <a href="http://www.lastcraft.com/fakemail.php#python">Python</a> and <a href="http://www.lastcraft.com/fakemail.php#perl">Perl</a>.  They both work the same but what this allows you to do is pick your poison on which language you are more comfortable with.</p>
<p>Once you install fakemail to start it up just issue the following command (PERL version)</p>
<pre class="brush: perl">
fakemail --host=localhost --port=10025 --path=/tmp
</pre>
<p>Now it&#8217;s running.  To test it out just run telnet into localhost port 10025</p>
<pre class="brush: bash">
telnet localhost 10025
Connected to localhost.localdomain (127.0.0.1).
Escape character is &#039;^]&#039;.
220 uno.home SMTP Net::Server::Mail (Perl) Service ready
</pre>
<p>To test it use the following commands</p>
<pre class="brush: bash">
HELO mailer
250 Requested mail action okay, completed
MAIL From: me@here
250 sender me@here OK
RCPT To: you@there
250 recipient you@there OK
DATA
354 Start mail input; end with .

A-header: Sample header

Hello
.
250 message queued
QUIT
221 uno.home Service closing transmission channel
</pre>
<p>After this sequence we can stop the fakemail terminal with a Control-C to interrupt the process. Because we set the fakemail path to the local directory, we should see a file labelled &#8220;you@there.1&#8243;. Here is the contents of that file&#8230;</p>
<pre>A-header: Sample header

Hello</pre>
<p>You should now be ready to use fakemail to make your testing easier.</p>
<p>Don&#8217;t forget to check the <a href="http://www.lastcraft.com/fakemail.php">fakemail page</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/05/07/fakemail-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running JetBrains Intellij Updater</title>
		<link>http://bombdiggity.net/blog/2010/05/05/running-jetbrains-intellij-updater/</link>
		<comments>http://bombdiggity.net/blog/2010/05/05/running-jetbrains-intellij-updater/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:45:05 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bombdiggity.net/blog/?p=197</guid>
		<description><![CDATA[Just a quick one today. Â I&#8217;ve been doing more and more Java development on my personal projects and I&#8217;ve come to live JetBrains Intellij Community Edition. Â It&#8217;s by fare the best Java IDE I&#8217;ve found. Today I was presented with an Update isÂ availableÂ dialog so I clicked &#8216;Download Patch and Exit Program&#8217; Button. Â So I clicked [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick one today. Â I&#8217;ve been doing more and more Java development on my personal projects and I&#8217;ve come to live <a title="JetBrains Intellij Community Edition" href="http://www.jetbrains.com/idea/free_java_ide.html">JetBrains Intellij Community Edition</a>. Â It&#8217;s by fare the best Java IDE I&#8217;ve found.</p>
<p>Today I was presented with an Update isÂ availableÂ dialog so I clicked &#8216;Download Patch and Exit Program&#8217; Button. Â So I clicked it and watched it download something and then kill the IDE. Â I was a bit miffed when I started Intellij back up and it was still version 9.0.1 instead of 9.0.2. Â I googled around a bit and found out that the way to apply the patch on linux is the following command:</p>
<pre class="brush: bash">
java -cp /tmp/jetbrains.patch.jar.Idea com.intellij.updater.Runner install /path/to/intellij/install/
</pre>
<p>Simple and to the point!</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/05/05/running-jetbrains-intellij-updater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Open PHP Tag In JetBrains PhpStorm</title>
		<link>http://bombdiggity.net/blog/2010/03/14/full-open-php-tag-in-jetbrains-php-storm/</link>
		<comments>http://bombdiggity.net/blog/2010/03/14/full-open-php-tag-in-jetbrains-php-storm/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 23:14:01 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpstorm]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=191</guid>
		<description><![CDATA[A little annoyance of mine with PhpStorm is that currently there is no option to turn on auto complete for full open php tag (&#60;?php) when you type in the short open tag (&#60;?).Â  I submitted a bug for this as I see it being a major issue because all the major php IDE do [...]]]></description>
			<content:encoded><![CDATA[<p>A little annoyance of mine with PhpStorm is that currently there is no option to turn on auto complete for full open php tag (&lt;?php) when you type in the short open tag (&lt;?).Â  <span id="more-191"></span></p>
<p>I submitted a <a href="http://youtrack.jetbrains.net/issue/WI-862">bug</a> for this as I see it being a major issue because all the major php IDE do this by default.Â  But come to find out it&#8217;s possible to do with a little bit of work.</p>
<ol>
<li>Start by going to File -&gt; Setting (Ctrl-Alt-S)</li>
<li>On the settings window goto Live Templates</li>
<li>Press the Add Button</li>
<li>Put <strong>&lt;?</strong> in for Abbrevation</li>
<li>Enter <strong>PHP</strong> for Group</li>
<li>Enter a Description</li>
<li>Enter <strong>&lt;?php</strong> for Template Text</li>
<li>Under Options Select <strong>Space</strong> for Expand with</li>
<li>Tick <strong>PHP</strong> for the Context</li>
<li>Press OK<img class="aligncenter size-full wp-image-192" title="PhpStorm Live Template" src="http://www.bombdiggity.net/blog/wp-content/uploads/2010/03/webide-full-phptag.png" alt="" width="536" height="474" /></li>
</ol>
<p>And now you have PhpStorm auto inserting &lt;?php when you type &lt;?&lt;space&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/03/14/full-open-php-tag-in-jetbrains-php-storm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in an IDE?</title>
		<link>http://bombdiggity.net/blog/2010/03/12/whats-in-an-ide/</link>
		<comments>http://bombdiggity.net/blog/2010/03/12/whats-in-an-ide/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 20:49:09 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[phpstorm]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=181</guid>
		<description><![CDATA[I&#8217;ve found myself asking that question over the past month or so.Â  For as long as I could remember I used Zend Studio, but recently I switch to PHPStorm from JetBrains and I&#8217;m not looking back. For as long as I could remember I used Zend Studio (ZS).Â  I started back with version 3.0 on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found myself asking that question over the past month or so.Â  For as long as I could remember I used Zend Studio, but recently I switch to PHPStorm from JetBrains and I&#8217;m not looking back.</p>
<p><span id="more-181"></span>For as long as I could remember I used <a href="http://www.zend.com/studio">Zend Studio</a> (ZS).Â  I started back with version 3.0 on OS X (it was the only PHP IDE around for Mac at the time).Â  I used it up to 5.5 and loved every minute of it, it was the best IDE they way I developed. Then in late 2007/early 2008 I started using SVN for version control and the SVN binding in ZS 5.5 were horrible.Â  But lucky ZS 6.0 was in beta testing and so I hopped on the beta team and started testing it.Â  Now since ZS 6 was build on top of eclipse it was a completely different way of working and for the better.</p>
<p><img class="alignright size-full wp-image-185" title="Zend Studio" src="http://www.bombdiggity.net/blog/wp-content/uploads/2010/03/zend-studio.png" alt="" width="128" height="128" />Now with ZS 6.1 they had built in support for Zend Framework (ZF) which was awesome for me since I&#8217;m a contributor to the project and just sped up my development time a lot as it make writing view/controllers and the like much faster for me.Â  The one thing that happened for the bad was it got slower and took longer for start up and used more memory.Â  This was starting to be a huge deal for me as I keep running out of memory on my desktop and would have to restart ZS.</p>
<p>Once 7.0 came out the memory usage got somewhat under control and the ZF integration got better and more useful.Â  As with 6.x series I was one the early access team.Â  Around the time that 7.0 came out I switched from Windows to Linux full time.Â  Performance with ZS improved a little but once 7.1 came out it came to a screeching halt and I was back to waiting on the IDE to do basic things like auto complete popup and such.</p>
<p>This is where I started thinking about looking for a new IDE.Â  I tried <a href="http://netbeans.org/">Netbeans</a>, VIM and other but nothing worked like I remember ZS working back before 7.1.Â  I then went to get JetBrains IntellJ to do some lite java work for a personal project and that&#8217;s where I found the beta release of <a href="http://www.jetbrains.com/webide/">JetBrains PHPStorm</a> (then WebIDE).Â  I figured since I like IntellJ so much for Java Development I would give this a try.</p>
<p><img class="alignright size-thumbnail wp-image-183" title="PHPStorm" src="http://www.bombdiggity.net/blog/wp-content/uploads/2010/03/webide-150x150.png" alt="PHPStorm from JetBrains" width="150" height="150" />The early version of PHPStorm were very basic as best but it did everything very fast and very well.Â  With each beta they keep on adding more features for the PHP editor. PHPStorm also did one thing that Zend Studio never did which is XDebug Support (ZS supposedly supports but I could never get working).Â  Now PHPStorm does not have ZF support but I quickly got over that and just started using the ZF command line tool.</p>
<p>I found PHPStorm manages memory usage much better than any eclipse based application ever does.Â  On average with a huge project loaded PHPStorm uses about 100 to 120 megs of ram where as ZS would be upwards of 350+.Â  That&#8217;s a huge benefit in my eyes.</p>
<p>Now this may all just seem like I&#8217;m rambling about my past and present IDE usage but what I&#8217;m trying to get here is find an IDE that works well for you and allows you to do your work. That is the number one benefit I see to using an IDE.Â  If you are considering a new IDE or just want to check out a new one I suggest you check out PHPStorm as I believe that it will make waves once it&#8217;s released.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/03/12/whats-in-an-ide/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Alot Has Changed&#8230;</title>
		<link>http://bombdiggity.net/blog/2010/03/06/alot-has-changed/</link>
		<comments>http://bombdiggity.net/blog/2010/03/06/alot-has-changed/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 22:05:27 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=178</guid>
		<description><![CDATA[Since my last post a lot has changed in my life. I finally have a job and it&#8217;s going really good. I&#8217;m a consultant for SugarCRM working on their Internal Application Team.Â  Working at Sugar is very different than any development job that I&#8217;ve had to date.Â  It&#8217;s challenging in may different way and I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last post a lot has changed in my life.  I finally have a job and it&#8217;s going really good.  I&#8217;m a consultant for <a href="http://www.sugarcrm.com">SugarCRM </a>working on their Internal Application Team.Â  Working at Sugar is very different than any development job that I&#8217;ve had to date.Â  It&#8217;s challenging in may different way and I&#8217;ve grown to liking the work flow of I log in and work on my assigned tickets and then when when 6 p.m. rolls around I sign off for the day and not have to worry about anything like I did while working at IMS.Â  It&#8217;s a lost less stressful and I have my weekends back to get to spend with friends and family.</p>
<p>With my free time I&#8217;ve had a chance to work on some hobby projects such as <a href="http://www.tigersportsnation.com">Tiger Sports Nation</a> which is a website for finding out about the Warsaw Tigers Sports Teams and providing a way for people around the community to get updates on how the Tigers are doing.Â  It&#8217;s been fun working with my friends from High School on this projects.Â  It&#8217;s really kind of weird as we tried doing this back in &#8217;98 or &#8217;99 and the school shut it down and now they are all for us doing this, my how times have changed.</p>
<p>That&#8217;s all for now.Â  I hope to start posting more and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2010/03/06/alot-has-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 Tutorial</title>
		<link>http://bombdiggity.net/blog/2009/05/01/zend-framework-18-tutorial/</link>
		<comments>http://bombdiggity.net/blog/2009/05/01/zend-framework-18-tutorial/#comments</comments>
		<pubDate>Fri, 01 May 2009 11:39:47 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=140</guid>
		<description><![CDATA[Just a quick post here but my friend Rob Allen of akrabat.com has updated his Zend Framework tutoral to use the new features of Zend Framework 1.8. This tutorial is intended to give an introduction to using Zend Framework to write a simple database driven application. It has been extensively rewritten for version 1.8 of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://akrabat.com/zend-framework-tutorial/"><img class="alignright" title="Tutorial Screen Shot" src="http://akrabat.com/wp-content/uploads/zf-tutorial_16-300x207.png" alt="" width="300" height="207" /></a>Just a quick post here but my friend Rob Allen of <a title="Akrabat.com" href="http://akrabat.com">akrabat.com</a> has updated his Zend Framework tutoral to use the new features of Zend Framework 1.8.</p>
<blockquote><p>This tutorial is intended to give an introduction to using Zend Framework to write a simple database driven application. It has been extensively rewritten for version 1.8 of the framework and takes full advantage of the Zend_Tool command line script and Zend_Application for bootstrapping. Other components used include Zend_Controller, Zend_View, Zend_Db_Table and Zend_Form.</p></blockquote>
<p><a title="Zend Framework 1.8 Tutoral" href="http://akrabat.com/zend-framework-tutorial/">Click here for the full tutorial and source code Â»</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2009/05/01/zend-framework-18-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 Released</title>
		<link>http://bombdiggity.net/blog/2009/04/30/zend-framework-18-released/</link>
		<comments>http://bombdiggity.net/blog/2009/04/30/zend-framework-18-released/#comments</comments>
		<pubDate>Fri, 01 May 2009 00:44:27 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=137</guid>
		<description><![CDATA[As I&#8217;m sure everyone is almost aware by now Zend Framework 1.8 has been released. This is an extra special release for me as I spend two good weeks back in March writing the Ec2 Component after being pinged by Zend to do it. It was fun writing it and learning more that I ever [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m sure everyone is almost aware by now Zend Framework 1.8 has been released. This is an extra special release for me as I spend two good weeks back in March writing the Ec2 Component after being pinged by Zend to do it.</p>
<p>It was fun writing it and learning more that I ever wanted to know about the Ec2 API&#8217;s but all it all it was a great expierice and I&#8217;m glad that I got the chance to do it.</p>
<p>Other notable items in the 1.8 release are:</p>
<ul>
<li>Zend_Application</li>
<li>Zend_Tool</li>
<li>Zend_Crypt</li>
<li>Zend_Service_Amazon_S3</li>
<li><a title="Zend Framework 1.8 Released" href="http://devzone.zend.com/article/4524-Zend-Framework-1.8.0-Released">and so much more</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2009/04/30/zend-framework-18-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Things &#8211; Tagged by Rob Allen</title>
		<link>http://bombdiggity.net/blog/2009/01/02/seven-things-tagged-by-rob-allen/</link>
		<comments>http://bombdiggity.net/blog/2009/01/02/seven-things-tagged-by-rob-allen/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:22:04 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IndyCar Series]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=59</guid>
		<description><![CDATA[This has been going around with all my friends. First there was <a href="http://caseysoftware.com/blog/seven-things-tagged-by-tony-bibbs">Kieth Casey</a> then <a href="http://weierophinney.net/matthew/archives/204-Seven-Things-Tagged-by-Keith-Casey.html">Matthew Weier O'Phinney</a>.  Finally <a href="http://akrabat.com/2009/01/02/seven-things-tagged-by-matthew/">Rob Allen</a> tagged me so click to see see seven things about me and who I tagged.]]></description>
			<content:encoded><![CDATA[<p>Like <a href="http://akrabat.com/">Rob Allen</a><a href="http://weierophinney.net/matthew/archives/204-Seven-Things-Tagged-by-Keith-Casey.html"></a>, I don&#8217;t really understand these tagged memes either, however, but I&#8217;m always game for something new.</p>
<p>Seven things you may not know about me:</p>
<ul>
<li><em>I&#8217;ve been doing HTML and web programming since late 1995 when I started using <a href="http://www.sausage.com/">Hot Dog HTML Editor from Sausage Software</a><br />
</em></li>
<li><em>I&#8217;ve been using some form of linux since mid 1998 after hearing about it on a show called The Screen Savers.<br />
</em></li>
<li><em>My friends and I played Dr. Mario on the NES so much one day that it melted the console with the game still in.<br />
</em></li>
<li><em>TV is my second love after programming and computers.  I currently have two DVRs that record up to 15 hours a week of TV.<br />
</em></li>
<li><em>I am an avid fan of music and I&#8217;m always listening to it.</em></li>
<li><em>I enjoy watching IndyCar Series races as it&#8217;s some of the best racing out now.<br />
</em></li>
<li><em>When I drink beer, I prefer to drink beer that is a micro brew.</em></li>
</ul>
<p>I then get to pass on the baton to:</p>
<ul>
<li><a href="http://www.nexdot.net/blog/">Chrisian (Spooons) Flickinger</a>: Who supplied the FAILS! stickets at <a href="http://www.zendcon.com">ZendCon &#8217;08</a></li>
<li><a href="http://ralphschindler.com/">Ralph Schindler</a>: With out Ralph&#8217;s help I would not be patching Zend Framework as often.</li>
<li><a href="http://funkatron.com/site/index/">Ed Finkler</a>: Who makes the best Twitter Air Client around <a href="http://funkatron.com/spaz">SPAZ</a>.</li>
<li><a href="http://www.reybango.com">Rey Bengo</a>: Always has good news on the JavaScript front.</li>
<li><a href="http://brandonsavage.net/">Brandon Savage</a>:  Member of the PHP Community</li>
<li><a href="http://benramsey.com/">Ben Ramsey</a>: Organizer of the PHP|Atlanta and PHP Community Member</li>
<li><a href="http://www.wllm.com/">Wil Sinclair</a>: Project leader for Zend Framework</li>
</ul>
<p>These are the rules apparently:</p>
<ul>
<li>Link your original tagger(s), and list these rules on your blog.</li>
<li>Share seven facts about yourself in the post &#8211; some random, some wierd.</li>
<li>Tag seven people at the end of your post by leaving their names and the links to their blogs.</li>
<li>Let them know they&#8217;ve been tagged by leaving a comment on their blogs and/or Twitter.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2009/01/02/seven-things-tagged-by-rob-allen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008: The year in review</title>
		<link>http://bombdiggity.net/blog/2009/01/01/2008-the-year-in-review/</link>
		<comments>http://bombdiggity.net/blog/2009/01/01/2008-the-year-in-review/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 15:55:03 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[500]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[IMS]]></category>
		<category><![CDATA[IndyCar Series]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=56</guid>
		<description><![CDATA[It seems that everyone is doing this so I will join in. In short my year was this: Attended 4 IndyCar Series Races (Indy, Belle Isle, Kentucky, Mid-Ohio) Watched all the other IndyCar Series Races on TV. Attended one NASCAR and MotoGP Race at IMS. Worked with Zend on the Zend Framework Certification Attended my [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that everyone is doing this so I will join in.</p>
<p>In short my year was this:</p>
<ul>
<li>Attended 4 IndyCar Series Races (Indy, Belle Isle, Kentucky, Mid-Ohio)</li>
<li>Watched all the other IndyCar Series Races on TV.</li>
<li>Attended one NASCAR and MotoGP Race at IMS.</li>
<li>Worked with Zend on the Zend Framework Certification</li>
<li>Attended my first (but not last) ZendCon</li>
</ul>
<p><span id="more-56"></span></p>
<p><strong>January &#8211; March:<br />
</strong>Pushed out 3 site redesigns at work.  All of them based on Zend Framework.</p>
<p><strong>April:<br />
</strong>Started working with Zend on the Zend Framework Certification.</p>
<p><strong>May:</strong><br />
It was the Month of May which included one of the best lead-ups to the 92nd Indy 500.   I also started using <a title="Follow me on Twitter" href="http://www.twitter.com/sidhighwind">twitter</a> more and more.</p>
<p><strong>June:<br />
</strong>I went out to Iowa Speedway for 2 days to help run an Open Test for the IndyCar Series and the Firestone Indy Lights.</p>
<p><strong>July:</strong><br />
July started off good, there was a MotoGP test at IMS and it was awesome to hear the roar of bikes going around the track.  Then I had the honor of driving the 2006 Allstate 400 at the Brickyard Corvette around the track to help get the cars ready for the worst Allstate 400 at the Brickyard ever!  The tires that Goodyear brought just shredded after 10 laps.  I also went to one Indycar Race at Mid-Ohio Sports Car Source</p>
<p><strong>August:<br />
</strong>After 5 months of hard work by the whole Zend Framework Certification Team we had wrapped up the exam and had it ready for it debut at ZendCon &#8217;08.  I went to the IndyCar Series Race at Kentucky Speedway and The Raceway at Belle Isle in Detroit.</p>
<p><strong>September:</strong><br />
This was by far my busiest month of the year.  We finished out the IndyCar Regular Season at Chicagoland Speedway and had the Ignural Red Bull Indianapolis GP at IMS.  After that I headed out west to ZendCon 08 where I spent 4 days with the PHP community at large including <a href="http://weierophinney.net/matthew/">Matthew Weier O&#8217;Phinney</a>, <a href="http://ralphschindler.com/">Ralph Schindler</a> and <a href="http://caseysoftware.com/">Keith Casey</a>.  While out at ZendCon I learned a lot and had a great time.</p>
<p><strong>October &#8211; December:</strong><br />
Not much happend in my professional career here, just a lot of work but nothing too exciting.</p>
<p>I am hopping that 2009 will be a great year and that I will get to spend more time with the PHP Community.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2009/01/01/2008-the-year-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
