<?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>DEVelopers HUT</title>
	<atom:link href="http://www.devhut.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devhut.net</link>
	<description>Putting the Pieces of the Puzzle Together, One Piece at a Time!</description>
	<lastBuildDate>Mon, 14 May 2012 23:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBA &#8211; Read File into Memory</title>
		<link>http://www.devhut.net/2012/05/14/vba-read-file-into-memory/</link>
		<comments>http://www.devhut.net/2012/05/14/vba-read-file-into-memory/#comments</comments>
		<pubDate>Mon, 14 May 2012 23:24:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Word VBA Programming]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[External Files]]></category>
		<category><![CDATA[MS Excel VBA]]></category>
		<category><![CDATA[MS Word VBA]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1054</guid>
		<description><![CDATA[The following function enable you to read in, for instance a text file, into memory to use within your routines. '--------------------------------------------------------------------------------------- ' Procedure : ReadFile ' Author : CARDA Consultants Inc. ' Website : http://www.cardaconsultants.com ' Purpose : Faster way to read text file all in RAM rather than line by line ' Copyright : [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/05/14/vba-read-file-into-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; VBA &#8211; Convert Excel XLS to CSV</title>
		<link>http://www.devhut.net/2012/05/14/ms-access-vba-convert-excel-xls-to-csv/</link>
		<comments>http://www.devhut.net/2012/05/14/ms-access-vba-convert-excel-xls-to-csv/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access - Excel Automation]]></category>
		<category><![CDATA[MS Access - Outlook Automation]]></category>
		<category><![CDATA[MS Access - Word Automation]]></category>
		<category><![CDATA[MS Access VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[MS Word VBA Programming]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[MS Excel VBA]]></category>
		<category><![CDATA[MS Word VBA]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1047</guid>
		<description><![CDATA[I was asked in a support forum how to convert an Excel *.xls, *.xlsx file to *.csv format. I didn&#8217;t readily have an answer so I created a custom function to help the user out. So here are the fruits on my labors should it help someone else out. What is also nice about the [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/05/14/ms-access-vba-convert-excel-xls-to-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Network International (BNI) Review</title>
		<link>http://www.devhut.net/2012/04/27/business-network-international-bni/</link>
		<comments>http://www.devhut.net/2012/04/27/business-network-international-bni/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 18:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Product Review]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1037</guid>
		<description><![CDATA[Is Business Network International (BNI) a worthwhile organization? Will it benefit you? What can they do for your business? What are they? BNI, in the simplest terms is an organization to help business owner network and promote business. They are very similar to numerous other groups, amongst others, your local Chamber of Commerce. The differences [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/04/27/business-network-international-bni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; VBA &#8211; Export Records to MS Word</title>
		<link>http://www.devhut.net/2012/04/23/ms-access-vba-export-records-to-ms-word/</link>
		<comments>http://www.devhut.net/2012/04/23/ms-access-vba-export-records-to-ms-word/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 12:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access - Word Automation]]></category>
		<category><![CDATA[MS Access Queries]]></category>
		<category><![CDATA[MS Access Tables]]></category>
		<category><![CDATA[MS Access VBA Programming]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1031</guid>
		<description><![CDATA[Similarily to my post regarding exporting records to MS Excel, below is some sample code that illustrates how one can export data into a new Word document (in a table structure). The code determines the necessary rows and columns based on the table or query passed to it and then does the rest. You can [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/04/23/ms-access-vba-export-records-to-ms-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; VBA &#8211; Export Records to Excel</title>
		<link>http://www.devhut.net/2012/04/19/ms-access-vba-export-records-to-excel/</link>
		<comments>http://www.devhut.net/2012/04/19/ms-access-vba-export-records-to-excel/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 12:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access - Excel Automation]]></category>
		<category><![CDATA[MS Access Queries]]></category>
		<category><![CDATA[MS Access Tables]]></category>
		<category><![CDATA[MS Access VBA Programming]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1024</guid>
		<description><![CDATA[Although there are a couple buit-in technique for exporting table &#38; query records to Excel, mainly , if one wants to control the process a little more (edit fonts, print areas, etc) you need to create your own custom procedure to do so.  Below is a simple example to get you started in the right [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/04/19/ms-access-vba-export-records-to-excel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; Decompile a Database</title>
		<link>http://www.devhut.net/2012/04/16/ms-access-decompile-a-database/</link>
		<comments>http://www.devhut.net/2012/04/16/ms-access-decompile-a-database/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 12:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MS Access General Information]]></category>
		<category><![CDATA[MS Access VBA Programming]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1022</guid>
		<description><![CDATA[Decompiling an Access Database As a developer, it becomes necessary to decompile your database from time to time.  The frequency depends on a multitude of factors, but at the very least, one should decompile one&#8217;s application prior to release.  Decompilation is yet one more step a develpper has to take to ensure their database/code is [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/04/16/ms-access-decompile-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an Apache Sub-Domain</title>
		<link>http://www.devhut.net/2012/03/06/create-an-apache-sub-domain/</link>
		<comments>http://www.devhut.net/2012/03/06/create-an-apache-sub-domain/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 13:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1015</guid>
		<description><![CDATA[Not long ago, I was looking information on how to create and configure an Apache sub-domain on my test server.  I found a number of websites covering the subject, but even after editing my httpd.conf file to add the domain and sub-domain entries, the sub-domain would not work!?  So I did more digging and testing [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/03/06/create-an-apache-sub-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; VBA &#8211; Capitalize the First Letter of a String</title>
		<link>http://www.devhut.net/2012/03/03/ms-access-vba-capitalize-first-letter/</link>
		<comments>http://www.devhut.net/2012/03/03/ms-access-vba-capitalize-first-letter/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 13:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Word VBA Programming]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=1011</guid>
		<description><![CDATA[Below is an example of a function which will capitalize the first letter of a given string.  The second input variable allows you to specify to return the rest of the string as is, or lowercase it. '--------------------------------------------------------------------------------------- ' Procedure : UCase1stLtr ' Author    : Daniel Pineault, CARDA Consultants Inc. ' Website   : http://www.cardaconsultants.com ' [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/03/03/ms-access-vba-capitalize-first-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access &#8211; Button Picture &#8211; doesn&#8217;t support this format &#8230; or the file size is too big</title>
		<link>http://www.devhut.net/2012/02/14/ms-access-button-picture-doesnt-support-this-format-or-the-file-size-is-too-big/</link>
		<comments>http://www.devhut.net/2012/02/14/ms-access-button-picture-doesnt-support-this-format-or-the-file-size-is-too-big/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 13:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access Forms]]></category>
		<category><![CDATA[MS Access General Information]]></category>
		<category><![CDATA[MS Access]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=990</guid>
		<description><![CDATA[I came across the following post and wanted to see what the issue was since I routinely use Irfanview myself (it is a great, free no strings attached piece of software). So I contacted the creator of Irfanview directly regarding the error, and he was able to pinpoint the exact nature of the problem.  As [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/02/14/ms-access-button-picture-doesnt-support-this-format-or-the-file-size-is-too-big/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Nissan Altima 2.5S Review</title>
		<link>http://www.devhut.net/2012/02/08/2008-nissan-altima-2-5s-review/</link>
		<comments>http://www.devhut.net/2012/02/08/2008-nissan-altima-2-5s-review/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:00:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Cars]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=983</guid>
		<description><![CDATA[Well, it was finally time to retire my 15 year old Dodge Breeze.  An exceptional car! My wife and I after sitting in numerous cars and considering various factors, we choose to purchase a 2008 Nissan Altima 2.5S.  Don&#8217;t get me wrong, when I first set out looking, I wanted to purchase a North American [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/02/08/2008-nissan-altima-2-5s-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

