<?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>ChadSmiley Blog</title>
	<atom:link href="http://chadsmiley.com/chadsmiley/feed/" rel="self" type="application/rss+xml" />
	<link>http://chadsmiley.com/chadsmiley</link>
	<description>Things about family, life, coding, and more</description>
	<lastBuildDate>Sun, 11 Mar 2012 03:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A new theme and smart(er)</title>
		<link>http://chadsmiley.com/chadsmiley/2012/03/a-new-theme-and-smarter/</link>
		<comments>http://chadsmiley.com/chadsmiley/2012/03/a-new-theme-and-smarter/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 02:43:58 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://chadsmiley.com/chadsmiley/?p=2514</guid>
		<description><![CDATA[I have switched themes to a new look that is a little more friendly to smart phones. Hoping to be a little more active on here but the topics will be WordPress, Drupal, Dojo, and PHP related.]]></description>
			<content:encoded><![CDATA[I have switched themes to a new look that is a little more friendly to smart phones.  Hoping to be a little more active on here but the topics will be <a href="http://wordpress.com" title="WordPress" target="_blank">WordPress</a>, <a href="http://Drupal.org" title="Drupal" target="_blank">Drupal</a>, <a href="http://dojotoolkit.org" title="Dojo" target="_blank">Dojo</a>, and <a href="http://php.net" title="PHP" target="_blank">PHP </a> related.]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2012/03/a-new-theme-and-smarter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Domino Memories</title>
		<link>http://chadsmiley.com/chadsmiley/2010/03/domino-memories/</link>
		<comments>http://chadsmiley.com/chadsmiley/2010/03/domino-memories/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:52:47 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[Domino]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Toolbar Functions]]></category>

		<guid isPermaLink="false">http://chadsmiley.com/chadsmiley/?p=2004</guid>
		<description><![CDATA[Toolbar Functions, I can still picture when I would use each of these functions. This code saved me many times. I even created a screen cast of the features, wow! Does anyone still use this?]]></description>
			<content:encoded><![CDATA[<a href="/chadsmiley/2006/12/toolbar-functions-1-3-0">Toolbar Functions</a>,  I can still picture when I would use each of these functions.  This code saved me many times.  I even created a <a href="/chadsmiley/toolbar-functions-1-3-0-screencast">screen cast</a> of the features, wow!  Does anyone still use this?]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2010/03/domino-memories/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Change image hue with PHP</title>
		<link>http://chadsmiley.com/chadsmiley/2010/03/change-image-hue-with-php/</link>
		<comments>http://chadsmiley.com/chadsmiley/2010/03/change-image-hue-with-php/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:33:49 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://chadsmiley.com/chadsmiley/?p=1950</guid>
		<description><![CDATA[I am considering changing the color of my dojo grids so it is easier to distinguish them because there will be so many on one page (this is an internal application). I have not worked through the CSS changes which &#8230; <a href="http://chadsmiley.com/chadsmiley/2010/03/change-image-hue-with-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[I am considering changing the color of my <a href="http://dojotoolkit.org/">dojo</a> grids so it is easier to distinguish them because there will be so many on one page (this is an internal application).  I have not worked through the CSS changes which could be a small challenge but more on that to later.  For now this is the php code that I used to change the <a href="http://en.wikipedia.org/wiki/Hue">hue</a> on the images from the soria theme.  I am using <http://www.php.net/manual/en/book.imagick.php">ImageMagick</a>, specificly the <a href="http://php.net/manual/en/function.imagick-modulateimage.php">modulateImage</a> function.  Yes, I did search and could not find any existing app that could batch change the hue, so PHP came to my rescue!


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$originalPath</span> <span style="color: #339933;">=</span><span style="color: #0000ff;">'/dojo/chadsmiley/Themes/soria/'</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$path</span> <span style="color: #339933;">=</span><span style="color: #0000ff;">'/dojo/chadsmiley/Themes/Hue30/'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$dir_handle</span> <span style="color: #339933;">=</span> <span style="color: #339933;">@</span><span style="color: #990000;">opendir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$originalPath</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//running the while loop</span>
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span> <span style="color: #339933;">=</span> <span style="color: #990000;">readdir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dir_handle</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	   <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #339933;">!=</span><span style="color: #0000ff;">&quot;.&quot;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$file</span><span style="color: #339933;">!=</span><span style="color: #0000ff;">&quot;..&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
			<span style="color: #000088;">$img</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Imagick<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$img</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">readImage</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$originalPath</span><span style="color: #339933;">.</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			 <span style="color: #009933; font-style: italic;">/**
			   *@var brightness 100 = no change
			   *@var saturation 100 = no change 
			   *@var hue (percentage of absolute rotation from the current position)
			   */</span>
			<span style="color: #000088;">$img</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">modulateImage</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">100</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">100</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">30</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$img</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">writeImage</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$path</span><span style="color: #339933;">.</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$img</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">clear</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$img</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">destroy</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	   <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//closing the directory</span>
<span style="color: #990000;">closedir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dir_handle</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2010/03/change-image-hue-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Time has come&#8230;</title>
		<link>http://chadsmiley.com/chadsmiley/2010/02/the-time-has-come/</link>
		<comments>http://chadsmiley.com/chadsmiley/2010/02/the-time-has-come/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 05:30:50 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://chadsmiley.com/chadsmiley/?p=1872</guid>
		<description><![CDATA[to move on, I have been learning PHP for about 6 months and have not done any Notes/Domino development for a couple of years. I have converted my blog to WordPress so I am sure some things will be lost &#8230; <a href="http://chadsmiley.com/chadsmiley/2010/02/the-time-has-come/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[to move on, I have been learning PHP for about 6 months and have not done any Notes/Domino development for a couple of years.  I have converted my blog to WordPress so I am sure some things will be lost or missing so if you need something please let me know.  I hope to blog more about what I am doing but I just have not made the time to do it.

A little update about life:  I have been doing my share of computer work on the side the last year and web development (just static pages).  The kids have been keeping us busy, we now have a teenager, that seems a little wired but life must continue.  I got a camcorder for Christmas!!!!, so hopefully some posts about that.  I also am looking for some good but not expensive editing software, any suggestions welcomed.  We took a family vacation to PA in the fall and that was awesome.  We got to got to NYC and Washington DC.   There is more but that would take away form some possible posts.]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2010/02/the-time-has-come/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>It is a boy</title>
		<link>http://chadsmiley.com/chadsmiley/2008/12/it-is-a-boy/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/12/it-is-a-boy/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:55:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1505</guid>
		<description><![CDATA[On 12/3 at 10:34 Peter Elias Schelfhout was born weighing 9 lbs 12 oz.  Both mom and Peter are doing great!!!!]]></description>
			<content:encoded><![CDATA[<span style="font-size: small;">On 12/3 at 10:34 Peter Elias Schelfhout was born weighing 9 lbs 12 oz.  Both mom and Peter are doing great!!!! </span>

<a href="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-1.jpg"><img class="alignnone size-medium wp-image-780" title="it-is-a-boy-1" src="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-1-300x225.jpg" alt="it-is-a-boy-1" width="300" height="225" /></a>

<a href="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-2.jpg"><img class="alignnone size-medium wp-image-780" title="it-is-a-boy-1" src="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-2-300x225.jpg" alt="it-is-a-boy-2" width="300" height="225" /></a>

<a href="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-3.jpg"><img class="alignnone size-medium wp-image-780" title="it-is-a-boy-1" src="/chadsmiley/wp-content/uploads/2008/12/it-is-a-boy-3-300x225.jpg" alt="it-is-a-boy-3" width="300" height="225" /></a>]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/12/it-is-a-boy/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Open Audit &#8211; Attachments</title>
		<link>http://chadsmiley.com/chadsmiley/2008/04/open-audit-attachments/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/04/open-audit-attachments/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 00:32:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[Domino]]></category>
		<category><![CDATA[Open Audit]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/home.nsf/d6plinks/CHAY-7DW4ZN</guid>
		<description><![CDATA[Got asked a question the other day, inquiriing if Open Audit can capture changes to documents. &#160;My first answer was no, but Open Audit could determine if a attachment was removed, added, or updated. &#160;The example below I used two &#8230; <a href="http://chadsmiley.com/chadsmiley/2008/04/open-audit-attachments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Got asked a question the other day, inquiriing if <a href="http://www.openntf.org/projects/pmt.nsf/ProjectLookup/Open+Audit" title="Open Audit">Open Audit</a> can capture changes to documents. &nbsp;My first answer was no, but <a href="http://www.openntf.org/projects/pmt.nsf/ProjectLookup/Open+Audit" title="Open Audit">Open Audit</a> could determine if a attachment was removed, added, or updated. &nbsp;The example below I used two computed fields that used @Attachments &amp; @AttachmentLenghts to determine that changes where made. <br /><a href="/chadsmiley/wp-content/uploads/2008/04/open-audit-attachments.gif"><img src="/chadsmiley/wp-content/uploads/2008/04/open-audit-attachments-300x256.gif" alt="open-audit-attachments" title="open-audit-attachments" width="300" height="256" class="alignnone size-medium wp-image-783" /></a>]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/04/open-audit-attachments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building Windows Mobile application with Visual Studio</title>
		<link>http://chadsmiley.com/chadsmiley/2008/03/building-windows-mobile-application-with-visual-studio/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/03/building-windows-mobile-application-with-visual-studio/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 10:30:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1503</guid>
		<description><![CDATA[I am still working on this Windows Mobile application.  I am in the polishing stage now.  It has been a challenaging project becuase of having to learn about SQLCE, Windows Mobile, wireless printing (which Windows Mobile does not support natively). &#8230; <a href="http://chadsmiley.com/chadsmiley/2008/03/building-windows-mobile-application-with-visual-studio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[I am still working on <a href="/chadsmiley/2007/10/outage-and-working-on"> this</a> Windows Mobile application.  I am in the polishing stage now.  It has been a challenaging project becuase of having to learn about SQLCE, Windows Mobile, wireless printing (which Windows Mobile does not support natively).  One of my biggest frustrations was the Visual Studio build was getting longer and longer.  It seemed the more I added the slower it got, but shutting down Visual Studio also helped.  I could not find anything anywhere that described this problem or anyone else that had the same problem.  Until yesterday I found <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2792381"> VS2008 Windows Mobile 5 Project very slow to compile</a> on a MSDN form.  Yes, I have tried 2005 &amp; 2008 version and they both act the same.  The builds where taking 30 minutes.

It got to the point that I started developing this application as a Windows application and the builds would take only a couple of minutes.  This was fine until I got to the point of really testing the application using a mobile device, so I had to convert the project back.  Believe me the 30 minute build only last a couple of days until I found a new way to build my project.  It is not so new but different, because I am using MSBuild to do my compiling and taking only 2 minutes to compile.  After the build I still use F5 to build the project and run, but now there is nothing to build so VS starts the deploy and I am a happy man!!!  There is one BIG downfall to this approach, forgetting to use MSBuild to do the compiling and pressing F5.  It does allow me to write this article though!!!!

Here is my solution to slow builds in VS:
<ol>
	<li>Open a VS 2008 command prompt (this is not a normal command prompt, it is a short cut by the VS short cut in the Start | Program | .. menu) ( this only needs to be done once)</li>
	<li>Save all changes (Ctrl-Shift-S)</li>
	<li>At the command prompt type MSBuild &lt;path\filename of your VS project&gt; (drag the file from Explorer) &amp; press enter</li>
	<li>Wait for build to complete</li>
	<li>Run (F5) your VS project</li>
</ol>
Hope that saves a few hairs.]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/03/building-windows-mobile-application-with-visual-studio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bloglines</title>
		<link>http://chadsmiley.com/chadsmiley/2008/03/bloglines/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/03/bloglines/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 01:41:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Bloglines]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1502</guid>
		<description><![CDATA[I read my feeds with Bloglines (yes, I have tried Google Reader ), because I like to read all the enteries from a subscription at one time. &#160;It is that simple. &#160;OK, there is one more thing &#34;s&#34;. &#160;The shortcut &#8230; <a href="http://chadsmiley.com/chadsmiley/2008/03/bloglines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[I read my feeds with <a href=http://www.bloglines.com> Bloglines</a>  (yes, I have tried <a href=http://www.google.com/reader> Google Reader</a> ), because I like to read all the enteries from a subscription at one time. &nbsp;It is that simple. &nbsp;OK, there is one more thing &quot;s&quot;. &nbsp;The shortcut key for bloglines uses &quot;s&quot; to navigate next which on the left side of the keyboard means I can leave my right hand on the mouse if it is already there.<br /> <br /> The new <a href=http://beta.bloglines.com> beta</a>  look is looking very nice and have changed some of there wording (Keep/Pinned). So far so good, keep up the good work. I did notice that the counts are not geeting updated in the new beta but I can live with that. &nbsp; <br /> <br /> <b>Update: &nbsp;</b>the counts are being updated but now I have to mark each as being read, yes there is a user setting to mark them all as being read but that does not seem to be working. <br /> <br /> <a href="/chadsmiley/wp-content/uploads/2008/03/bloglines.gif"><img src="/chadsmiley/wp-content/uploads/2008/03/bloglines-300x167.gif" alt="Old Bloglines" title="Old Bloglines" width="300" height="167" class="alignnone size-medium wp-image-787" /></a><BR /><a href="/chadsmiley/wp-content/uploads/2008/03/bloglines2.gif"><img src="/chadsmiley/wp-content/uploads/2008/03/bloglines2-300x166.gif" alt="New Bloglines" title="New Bloglines" width="300" height="166" class="alignnone size-medium wp-image-786" /></a>]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/03/bloglines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thanks for the Help</title>
		<link>http://chadsmiley.com/chadsmiley/2008/02/thanks-for-the-help/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/02/thanks-for-the-help/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 00:46:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1501</guid>
		<description><![CDATA[Just trying to open a table from a SQLCE database. &#160;Update: Shut down Visual Studio and everything is working fine again.]]></description>
			<content:encoded><![CDATA[<a href="/chadsmiley/wp-content/uploads/2008/12/thanks-for-the-help1.gif"><img src="/chadsmiley/wp-content/uploads/2008/12/thanks-for-the-help1.gif" alt="thanks-for-the-help1" title="thanks-for-the-help1" width="206" height="126" class="alignnone size-full wp-image-863" /></a> <br /> Just trying to open a table from a SQLCE database. &nbsp;Update: Shut down Visual Studio and everything is working fine again.  ]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/02/thanks-for-the-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Addiction</title>
		<link>http://chadsmiley.com/chadsmiley/2008/02/blog-addiction/</link>
		<comments>http://chadsmiley.com/chadsmiley/2008/02/blog-addiction/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 12:55:00 +0000</pubDate>
		<dc:creator>ChadSmiley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1500</guid>
		<description><![CDATA[60%How Addicted to Blogging Are You?]]></description>
			<content:encoded><![CDATA[  <br /> <a href="http://www.justsayhi.com/bb/blog_addiction" style="color: #D64B32; text-decoration: none; display: block; width: 286px; height: 128px; padding-top: 50px; padding-left: 17px; background: url(http://assets.justsayhi.com/badges/349/53/blog_addiction.ermdxou2rp.jpg) no-repeat; font-family: Times New Roman, sans-serif; font-size: 30px;">60%<span style="display: none;">How Addicted to Blogging Are You?</span></a><p></p>  ]]></content:encoded>
			<wfw:commentRss>http://chadsmiley.com/chadsmiley/2008/02/blog-addiction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: chadsmiley.com @ 2012-05-17 08:52:40 -->
