<?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>Solarum - Information For Everyone &#187; Codebank</title>
	<atom:link href="http://www.solarum.com/category/codebank/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarum.com</link>
	<description>Information for everyone</description>
	<lastBuildDate>Wed, 14 Jul 2010 01:35:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hosted Subversion and a whole lot more at CodeSpaces</title>
		<link>http://www.solarum.com/2009/09/08/hosted-subversion-and-a-whole-lot-more-at-codespaces/</link>
		<comments>http://www.solarum.com/2009/09/08/hosted-subversion-and-a-whole-lot-more-at-codespaces/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:11:49 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=426</guid>
		<description><![CDATA[Greetings folks, I&#8217;d like to take a moment to share with you something that I found a while back and have been using since I found it.  What I found was a service, a source code hosting service fully integrated with Subversion.  Now, I had already been using Subversion, I had it setup and running [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2009/09/08/hosted-subversion-and-a-whole-lot-more-at-codespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See If A Directory Exists In Visual Basic</title>
		<link>http://www.solarum.com/2009/07/07/see-if-a-directory-exists-in-visual-basic/</link>
		<comments>http://www.solarum.com/2009/07/07/see-if-a-directory-exists-in-visual-basic/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:59:26 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[exists]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=388</guid>
		<description><![CDATA[Hi there, how about a close cousin to yesterdays Visual Basic function?  In a previous post we showed you a function that will tell you whether or not a file does indeed exist.  Well, here is another similar function, but it tells you whether or not a directory exists.  This is another handy tool for [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2009/07/07/see-if-a-directory-exists-in-visual-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>See if a file exists in Visual Basic</title>
		<link>http://www.solarum.com/2009/07/05/see-if-a-file-exists-in-visual-basic/</link>
		<comments>http://www.solarum.com/2009/07/05/see-if-a-file-exists-in-visual-basic/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 03:09:21 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[exists]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=384</guid>
		<description><![CDATA[Here is a handy little tip (and function) for all you Visual Basic developers out there.  I use this quite often, it&#8217;s useful to see if whatever file you are working with or looking for exists before you start trying to access it.  So, here we have a nice little function you can drop into [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2009/07/05/see-if-a-file-exists-in-visual-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Database Backup Script</title>
		<link>http://www.solarum.com/2009/02/22/mysql-database-backup-script/</link>
		<comments>http://www.solarum.com/2009/02/22/mysql-database-backup-script/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:56:47 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=333</guid>
		<description><![CDATA[Here we go folks, I thought I would share a handy little script with you that I use to backup all of the databases on a particular Linux/UNIX server.  I do this by getting a list of the databases, and then using mysqldump to dump them all to a text file.  This seems to be [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2009/02/22/mysql-database-backup-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update to the PERL round function</title>
		<link>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/</link>
		<comments>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:02:25 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[round]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=226</guid>
		<description><![CDATA[Mr. Thierry H. was kind enough to post a comment with a nice little mod to the PERL round function I posted a while back. With his addition, you can now specify how many digits to show on the right of the decimal. Pretty neat, check it out.]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Tip For Data In Arrays</title>
		<link>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/</link>
		<comments>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 03:57:26 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[reverse]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=194</guid>
		<description><![CDATA[Recently I was working on a script for log reporting.  You know, one of those handy little guys that send you some info every day helping to make sure you keep up with whatever it is that you don&#8217;t want to forget about.  Well, some of the data was in a plain old text file, [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generate Random Unique Number</title>
		<link>http://www.solarum.com/2008/05/29/generate-random-unique-number/</link>
		<comments>http://www.solarum.com/2008/05/29/generate-random-unique-number/#comments</comments>
		<pubDate>Fri, 30 May 2008 04:31:40 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ids]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=152</guid>
		<description><![CDATA[I have found many times when writing stuff in PHP that I have come across a need to generate a random number. That&#8217;s not too bad in and of itself, but what about when you need a unique ID key or something like that. For example, say you are writing the next best helpdesk application [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/05/29/generate-random-unique-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Trim Functions</title>
		<link>http://www.solarum.com/2008/05/23/perl-trim-functions/</link>
		<comments>http://www.solarum.com/2008/05/23/perl-trim-functions/#comments</comments>
		<pubDate>Fri, 23 May 2008 15:36:43 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[whitespace]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=150</guid>
		<description><![CDATA[PERL is a wonderful scripting language, it is extremely powerful, flexible and portable. It also lacks a couple basic functions that other languages have built in. Fear not my friend, just like the PERL round function, I have functions for other things as well! One thing I miss is a trim function. They have chop [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/05/23/perl-trim-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Round Function</title>
		<link>http://www.solarum.com/2008/03/16/perl-round-function/</link>
		<comments>http://www.solarum.com/2008/03/16/perl-round-function/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:38:03 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[round]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2008/03/16/perl-round-function/</guid>
		<description><![CDATA[Hey all your PERL junkies like me, I have a present for you. Anyone that has done any coding at all other PERL will know (and miss) the round function that most other languages have built in. For those that may not know, the round function lets you do just that, round a number to [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/03/16/perl-round-function/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MySQL Error Handler For PHP</title>
		<link>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/</link>
		<comments>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:50:23 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/</guid>
		<description><![CDATA[Anyone that works with MySQL and PHP knows that it&#8217;s a good idea to trap and handle errors as a part of making calls to the database. I have seen folk that do it in many different ways, and some that don&#8217;t do it at all. It&#8217;s a real handy thing to do, especially in [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
