<?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>theDigitalRyan</title>
	<atom:link href="http://www.thedigitalryan.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.thedigitalryan.com</link>
	<description>Programming, Databases, and Systems administration</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:47:49 +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>This is my software (The Programmer&#8217;s Creed)</title>
		<link>http://www.thedigitalryan.com/?p=119</link>
		<comments>http://www.thedigitalryan.com/?p=119#comments</comments>
		<pubDate>Sat, 21 Aug 2010 21:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=119</guid>
		<description><![CDATA[This is my software. There are many like it but this one is mine. My software is my best friend. It is my life. I must master my it as I must master my life. My software, without me, is useless. Without my software, I am useless. I must build my code true. I must [...]]]></description>
			<content:encoded><![CDATA[<p>This is my software. There are many like it but this one is mine. My software is my best friend. It is my life. I must master my it as I must master my life. My software, without me, is useless. Without my software, I am useless. I must build my code true. I must code faster than my enemy who is trying antiquate me. I must release my code before my enemy releases theirs. I will&#8230;</p>
<p>My software and myself know that what counts in this version is not the bugs we miss, the click of our keyboards, nor the caffeine we drink. We know that it is the features that count. We will program&#8230;</p>
<p>My software is human, even as I, because it is my life. Thus, I will learn it as a brother. I will learn its weaknesses, its strength, its objects, its classes, its syntax and its compiler. I will ever guard it against the ravages of viruses and poor code formating as I will ever guard my legs, my arms, my eyes and my heart against damage. I will keep my software clean and ready. We will become part of each other. We will&#8230;<br />
Before God, I swear this creed. My software and myself are the defenders of my company. We are the masters of our enemy. We are the saviors of my life. So be it, until victory is mine and there is no enemy, but sales!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Execution</title>
		<link>http://www.thedigitalryan.com/?p=118</link>
		<comments>http://www.thedigitalryan.com/?p=118#comments</comments>
		<pubDate>Tue, 17 Aug 2010 04:28:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Thoughts]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=118</guid>
		<description><![CDATA[Execution is worth well more than the software it&#8217;s written in. With all the options out there just pick one that you&#8217;re comfortable with and run with it. Change is the only constant and you will never get it right the first time.]]></description>
			<content:encoded><![CDATA[<p>Execution is worth well more than the software it&#8217;s written in. With all the options out there just pick one that you&#8217;re comfortable with and run with it. Change is the only constant and you will never get it right the first time.</p>
<p><a href="http://www.thedigitalryan.com/wp-content/uploads/2010/08/l_225_225_9B483617-4002-4ED8-808D-435293089F75.jpeg"><img src="http://www.thedigitalryan.com/wp-content/uploads/2010/08/l_225_225_9B483617-4002-4ED8-808D-435293089F75.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=118</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange SMTP Connector issues over Cisco firewall</title>
		<link>http://www.thedigitalryan.com/?p=103</link>
		<comments>http://www.thedigitalryan.com/?p=103#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:28:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Exchange 2003]]></category>
		<category><![CDATA[Microsoft Exchange 2007]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=103</guid>
		<description><![CDATA[Recently I had a run in with setting up a TLS encrypted SMTP connector on an Exchange 2003 server. The problem ended up being with the Cisco ASA/PIX firewall device dropping the TLS encrypted SMTP packets. If you notice that your SMTP connector works fine without TLS encryption but fails with the encryption turned on [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a run in with setting up a TLS encrypted SMTP connector on an Exchange 2003 server. The problem ended up being with the Cisco ASA/PIX firewall device dropping the TLS encrypted SMTP packets. If you notice that your SMTP connector works fine without TLS encryption but fails with the encryption turned on then you are experiencing the ESMTP inspection feature on your Cisco ASA/PIX firewall. The fix is to turn off the protocol as follows.</p>
<p>In order to allow the e-mails with TLS enabled, disable the ESMTP inspection feature as this output shows:</p>
<blockquote><p>pix(config)#<strong>policy-map global_policy</strong><br />
pix(config-pmap)#<strong>class inspection_default</strong><br />
pix(config-pmap-c)#<strong>no inspect esmtp</strong><br />
pix(config-pmap-c)#<strong>exit</strong><br />
pix(config-pmap)#<strong>exit</strong></p></blockquote>
<p>Instruction verified by Cisco&#8230;<br />
<a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806745b8.shtml#esmtp">Disable ESMTP inspection</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Have some Ajax with your cup of joe</title>
		<link>http://www.thedigitalryan.com/?p=88</link>
		<comments>http://www.thedigitalryan.com/?p=88#comments</comments>
		<pubDate>Wed, 27 May 2009 01:24:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=88</guid>
		<description><![CDATA[Let me just say, when you are writing a new web application, Ajaxify it! Ajax takes your web app to the next level. The ability to access server side scripts and databases without having to reload the web page makes it absolutly amazing. If you are unfamiliar or new to the concept then allow me [...]]]></description>
			<content:encoded><![CDATA[<p>Let me just say, when you are writing a new web application, Ajaxify it!</p>
<p>Ajax takes your web app to the next level. The ability to access server side scripts and databases without having to reload the web page makes it absolutly amazing.</p>
<p>If you are unfamiliar or new to the concept then allow me to explain the basics. Ajax is not a new technology or programming language but rather a group of web languages that work together. While the official acronym stands for Asyncronous JavaScript and XML technology, the real explaination is the ability for client side JavaScript to access/run server side scripts like PHP and then apply the output of that server side script to the current web page without reloading the page or submiting a form.</p>
<p>So what are you waiting for?  Here are some great places to get started:</p>
<p><a href="http://www.w3schools.com/ajax">www.w3schools.com</a><br />
<a href="http://www.ajaxian.com">www.ajaxian.com</a></p>
<p>Enjoy!<br />
Blogged on my iPhone</p>
<p><a href="http://www.thedigitalryan.com/wp-content/uploads/2009/05/l-447-250-80e6c403-7660-491d-8e6e-a570234511fe.jpeg"><img class="aligncenter"  src="http://www.thedigitalryan.com/wp-content/uploads/2009/05/l-447-250-80e6c403-7660-491d-8e6e-a570234511fe.jpeg" alt="" width="300" height="167" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Autocomplete Name List (outlook.NK2)</title>
		<link>http://www.thedigitalryan.com/?p=86</link>
		<comments>http://www.thedigitalryan.com/?p=86#comments</comments>
		<pubDate>Wed, 20 May 2009 23:17:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Exchange 2003]]></category>
		<category><![CDATA[Microsoft Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=86</guid>
		<description><![CDATA[  If you just switched office computers and you&#8217;re wondering why the TO box in Outlook doesn&#8217;t autocomplete your co-workers email address like your old computer did then what you have encountered is a missing Outlook.NK2 file. The Outlook.NK2 file is a cached list of all email addresses that you have sent to for future [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-thumbnail wp-image-73" title="exchange2k3" src="http://www.thedigitalryan.com/wp-content/uploads/2009/03/exchange2k3-150x150.png" alt="exchange2k3" width="150" height="150" /></p>
<p> </p>
<p>If you just switched office computers and you&#8217;re wondering why the TO box in Outlook doesn&#8217;t autocomplete your co-workers email address like your old computer did then what you have encountered is a missing Outlook.NK2 file. The Outlook.NK2 file is a cached list of all email addresses that you have sent to for future autocomplete use.</p>
<p>If you still have the old computer then you can simply copy offer that nk2 file to the new machine. Here is the file path:</p>
<p><strong>C:\Documents and Settings\user\Application Data\Microsoft\Outlook\Outlook.NK2</strong></p>
<p>The filename may also be the name of the user account but still has the .NK2 file extension.</p>
<p>These files may also become corrupted (like anything microsoft). If that is the case then you can try to recover the data with a utility like <a href="http://www.nirsoft.net/utils/outlook_nk2_autocomplete.html" target="_blank">NK2View</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic SELECT Dropdown via JavaScript</title>
		<link>http://www.thedigitalryan.com/?p=76</link>
		<comments>http://www.thedigitalryan.com/?p=76#comments</comments>
		<pubDate>Wed, 20 May 2009 18:29:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=76</guid>
		<description><![CDATA[I would just like to preface this article by saying IE sucks. Seriously&#8230; standards have been made, all browsers comply EXCEPT Microsoft Internet Explorer. Microsoft = marketing not quality. I have just recently tried to dynamically generate an option element list for a select element via an AJAX call. This works great in FF and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-84" title="ie_fail" src="http://www.thedigitalryan.com/wp-content/uploads/2009/05/ie_fail.jpg" alt="ie_fail" width="240" height="240" /></p>
<p>I would just like to preface this article by saying IE sucks. Seriously&#8230; standards have been made, all browsers comply EXCEPT Microsoft Internet Explorer. Microsoft = marketing not quality.</p>
<p>I have just recently tried to dynamically generate an option element list for a select element via an AJAX call. This works great in FF and Chrome, but IE7 is just a giant fail. After some research and viewing several solutions, here is mine&#8230; straight forward and simple.</p>
<p><strong>HTML:</strong></p>
<p>&lt;span id=&#8221;elementid&#8221;&gt;&lt;/span&gt;</p>
<p><strong>JavaScript:</strong></p>
<p>document.getElementById(&#8220;elementid&#8221;).innerHTML=xmlhttp.responseText;</p>
<p><strong>Server Side Script (PHP):</strong></p>
<p>$result = mysql_query($sql,$dblink);<br />
echo &#8220;&lt;select name=&#8217;item&#8217;&gt;&#8221;;<br />
while($row = mysql_fetch_assoc($result)) {<br />
     echo &#8220;&lt;option value=&#8217;{$row['ID']}&#8217;&gt;{$row['ItemName']}&lt;/option&gt;&#8221;;<br />
}<br />
echo &#8220;&lt;/select&gt;&#8221;;</p>
<p> </p>
<p>I ended up generating the select elements and the option elements within the JavaScript because IE would not allow me to use innerHTML to place option elements within the select element.</p>
<p>IE = fail</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase the Exchange Server 2003 database size limit</title>
		<link>http://www.thedigitalryan.com/?p=72</link>
		<comments>http://www.thedigitalryan.com/?p=72#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:59:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Exchange 2003]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=72</guid>
		<description><![CDATA[Introduction New functionality has been included with Microsoft Exchange Server 2003 Service Pack 2 (SP2). You can now configure database size limits.  The database size limits for Microsoft Exchange Server 2003 Standard Edition have been increased from 16 GB to 18 GB. The limit can be increased to as much as 75 GB by using [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-73" title="exchange2k3" src="http://www.thedigitalryan.com/wp-content/uploads/2009/03/exchange2k3-300x298.png" alt="exchange2k3" width="180" height="179" /></p>
<p><strong><br />
</strong></p>
<h2 id="tocHeadRef" class="subTitle">Introduction</h2>
<div class="sbody">New functionality has been included with Microsoft Exchange Server 2003 Service Pack 2 (SP2). You can now configure database size limits. </p>
<p>The database size limits for Microsoft Exchange Server 2003 Standard Edition have been increased from 16 GB to 18 GB. The limit can be increased to as much as 75 GB by using a registry key.</p>
<p>Microsoft Exchange Server 2003 Enterprise Edition does not have a maximum database size limit. </p>
<p>For more information about how to set the database size limit, see the Exchange Server 2003 Help topic. The Help topic was updated during the installation of Exchange Server 2003 SP2.</p></div>
<div class="sbody"></div>
<div class="sbody"></div>
<div class="sbody">
<h2 id="tocHeadRef" class="subTitle">Details</h2>
<div class="sbody"><strong>Important</strong> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:</p>
<div class="indent"><a class="KBlink" href="http://support.microsoft.com/kb/322756/">322756</a>  How to back up and restore the registry in Windows</div>
<p>To increase the Exchange Server 2003 SP2 database size, follow these steps.</p>
<p><strong>Important</strong> Before you increase the maximum size of an Exchange database, verify that sufficient hard disk space is available for the larger database.</p>
<ol>
<li>On the computer that is running Exchange 2003 SP2, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">regedit</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>Click one of the following registry subkeys, as appropriate for the store that you want to increase:
<ul>
<li>For a mailbox store, click the following registry subkey:
<div class="indent"><strong class="uiterm">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\<var>Server name</var>\Private-<var>Mailbox Store GUID</var></strong></div>
</li>
<li>For a public folder store, click the following registry subkey:
<div class="indent"><strong class="uiterm">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\<var>Server name</var>\Public-<var>Public Store GUID</var></strong></div>
</li>
</ul>
</li>
<li>On the <strong class="uiterm">Edit</strong> menu, point to <strong class="uiterm">New</strong>, and then click <strong class="uiterm">DWORD Value</strong>.</li>
<li>In the <strong class="uiterm">New Value #1</strong> box, type <span class="userInput">Database Size Limit in Gb</span>, and then press ENTER.</li>
<li>Right-click <strong class="uiterm">Database Size Limit in Gb</strong>, and then click <strong class="uiterm">Modify</strong>.</li>
<li>Click <strong class="uiterm">Decimal</strong>, and then type an integer from <span class="userInput">1</span> to <span class="userInput">75</span> in the <strong class="uiterm">Value data</strong> box.
<p><strong>Note</strong> These integer values represent the maximum size of the database in gigabytes (GB). For example, a value of 75 represents a database that has a maximum size of 75 GB.</li>
<li>Click <strong class="uiterm">OK</strong>, and then exit Registry Editor.</li>
<li>Restart the Microsoft Exchange Information Store service. To do this, follow these steps:
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">cmd</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>At the command prompt, type the following command, and then press ENTER:
<div class="indent"><span class="userInput">net stop msexchangeis</span></div>
</li>
<li>After the Microsoft Exchange Information Store service has stopped successfully, type the following command, and then press ENTER:
<div class="indent"><span class="userInput">net start msexchangeis</span></div>
</li>
</ol>
</li>
<li>Examine the Application log to verify that the database size has been set successfully. To do this, follow these steps:
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">eventvwr</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>In the Event Viewer tool, click <strong class="uiterm">Application</strong>.</li>
<li>Double-click event ID 1216 to verify that the database size has been set successfully.</li>
</ol>
</li>
</ol>
<p>For more information about how to configure the new database size limit when you use Exchange Server 2003 SP2, visit the following Microsoft Web site:</p>
<div class="indent"><a href="http://technet.microsoft.com/en-us/library/aa998066.aspx">http://technet.microsoft.com/en-us/library/aa998066.aspx</a></div>
<p>For more information about how to temporarily increase the database size in Exchange Server 2003 Service Pack 1 or an earlier version of Exchange Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:</p>
<div class="indent"><a class="KBlink" href="http://support.microsoft.com/kb/828070/">828070</a>  Exchange Server Mailbox Store does not mount when the Mailbox Store database reaches the 16-GB limit</div>
<p>For more information about how to temporarily increase the database size in Exchange 2000 Server, click the following article number to view the article in the Microsoft Knowledge Base:</p>
<div class="indent"><a class="KBlink" href="http://support.microsoft.com/kb/813051/">813051</a>  How to temporarily increase the Exchange 2000 16-gigabyte database size limit</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComputerTan.com</title>
		<link>http://www.thedigitalryan.com/?p=69</link>
		<comments>http://www.thedigitalryan.com/?p=69#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:43:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=69</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1Al0-ZMYzrA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/1Al0-ZMYzrA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it Windows 7 or Linux KDE 4?</title>
		<link>http://www.thedigitalryan.com/?p=62</link>
		<comments>http://www.thedigitalryan.com/?p=62#comments</comments>
		<pubDate>Fri, 06 Feb 2009 23:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=62</guid>
		<description><![CDATA[Is it Windows 7 or KDE 4? In this video, we take to Sydney&#8217;s streets to find out what people think of what they think is a Windows 7 demonstration.]]></description>
			<content:encoded><![CDATA[<p>Is it Windows 7 or KDE 4? In this video, we take to Sydney&#8217;s streets to find out what people think of what they think is a Windows 7 demonstration.</p>
<p><center><br />
<object width="400" height="330" data="http://www.zdnet.com.au/video/embed/22470997" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.zdnet.com.au/video/embed/22470997" /></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Introduces Revolutionary New Laptop With No Keyboard</title>
		<link>http://www.thedigitalryan.com/?p=50</link>
		<comments>http://www.thedigitalryan.com/?p=50#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:11:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.thedigitalryan.com/?p=50</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/9BnLbv6QYcA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9BnLbv6QYcA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedigitalryan.com/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
