<?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>Skratchdot</title>
	<atom:link href="http://skratchdot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://skratchdot.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Dec 2009 21:02:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Verify All ColdFusion DataSources</title>
		<link>http://skratchdot.com/2009/12/verify-all-coldfusion-datasources/</link>
		<comments>http://skratchdot.com/2009/12/verify-all-coldfusion-datasources/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:44:40 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[adminapi]]></category>
		<category><![CDATA[datasources]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=114</guid>
		<description><![CDATA[Recently I was asked how to programmatically verify ColdFusion DataSources.  I came up with a few methods of doing so.  Each have their pros and cons.
<div> </div>
<h3 style="text-decoration:underline">Method #1 : Try/Catch using cfquery</h3>
<div> </div>
<div><b>PROS:</b></div>
<ul class="listSquare">
	<li>Can test for "datasource" specific behavior by using a custom cfquery.  If you do this, the query may not work for other datasources, thereby not actually testing the validity of the datasource.</li>
</ul>
<div> </div>
<div><b>CONS:</b></div>
<ul class="listSquare">
	<li>Uses try/catch.</li>
	<li>Does not work with all datasources.  I don't know of a cfquery that will work for all datasources / DBs / etc</li>
</ul>
<div> </div>
<div><b>NOTES:</b></div>
<div>This is my least favorite, because I couldn't come up with a cfquery to test *all* datasources.  It will work for some datasources, but not all.</div>
<div> </div>
<div><b>SOURCE:</b></div>]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/12/verify-all-coldfusion-datasources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer FAQ</title>
		<link>http://skratchdot.com/2009/12/esx-wave-organizer-faq/</link>
		<comments>http://skratchdot.com/2009/12/esx-wave-organizer-faq/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 03:40:57 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=106</guid>
		<description><![CDATA[After receiving a few emails, I’ve decided to create the following FAQ:
<a href="/esx-wave-organizer-faq/">http://skratchdot.com/esx-wave-organizer-faq/</a>]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/12/esx-wave-organizer-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot insert duplicate key row in object &#8216;xxx&#8217; with unique index &#8216;yyy&#8217;</title>
		<link>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/</link>
		<comments>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 22:31:06 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=87</guid>
		<description><![CDATA[The other month I ran into an issue when trying to run a simple update statement on a table in SQL Server 2005.  The error I was receiving was:
	<b>Cannot insert duplicate key row in object 'MyProductView' with unique index 'IXCL_MyProductView'</b>]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Wordpress Post Counts to show up inside anchor tag</title>
		<link>http://skratchdot.com/2009/09/getting-wordpress-post-counts-to-show-up-inside-anchor-tag/</link>
		<comments>http://skratchdot.com/2009/09/getting-wordpress-post-counts-to-show-up-inside-anchor-tag/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:45:09 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=78</guid>
		<description><![CDATA[When creating this blog's theme, I decided I wanted the links in the side navigation to take up the full width of the navigation.  Also, when hovering, I wanted to highlight the whole link/line. This seems like a very simple thing to do with CSS, but by default, a few of the Wordpress widgets do not allow for easy customization of the placement of the post count.]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/09/getting-wordpress-post-counts-to-show-up-inside-anchor-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>About</title>
		<link>http://skratchdot.com/2009/09/about-this-blog/</link>
		<comments>http://skratchdot.com/2009/09/about-this-blog/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:32:59 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=1</guid>
		<description><![CDATA[I’m going to use this site to share some of my projects from the past and present. I probably won’t be blogging much, but if I come across something interesting, there’s always a chance it’ll find it’s way here.]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/09/about-this-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.8 Released</title>
		<link>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-8-released/</link>
		<comments>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-8-released/#comments</comments>
		<pubDate>Sun, 17 Jul 2005 16:00:41 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Korg]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=60</guid>
		<description><![CDATA[<div class="info-section">
	<ul>
		<li>BUGFIX:  Fixed a bug that was ignoring certain .aif/.aiff files.</li>
		<li>BUGFIX:  Fixed a CPU Memory Leak that occured when using the "Remove All Samples" Fuction.  Previously, I was only freeing CPU memory when using the "Remove Currently Selected Sample" or "Remove All Samples Not Used In A Pattern" Fuctions.  This could slow down your system (only while the program was running) if you repeatedly used the "Remove All Samples" Fuction in a session.</li></ul></div>]]></description>
		<wfw:commentRss>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-8-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.7 Released</title>
		<link>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-7-released/</link>
		<comments>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-7-released/#comments</comments>
		<pubDate>Sun, 10 Jul 2005 16:00:30 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Korg]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=57</guid>
		<description><![CDATA[<div class="info-section">
<ul>
  <li>Added a "first loading slot" feature.  Previously, all samples would try to load into slot #000.  If that was already in use, it would find the next available slot.  Now, you can set the first slot number to try.  It will then find the next available slot (looping around when it gets to the end).</li>
  <li>Changed the "About Box".  Now you can click on my email address to open your default email client to email me, or click on the program's webpage url to open your default webbrowser and visit the homepage.</li></ul></div>]]></description>
		<wfw:commentRss>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.6 Released</title>
		<link>http://skratchdot.com/2005/06/esx-wave-organizer-version-0-1-6-released/</link>
		<comments>http://skratchdot.com/2005/06/esx-wave-organizer-version-0-1-6-released/#comments</comments>
		<pubDate>Fri, 17 Jun 2005 16:00:11 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Korg]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=50</guid>
		<description><![CDATA[<div class="info-section">
	<ul>
		<li>Fixed major "SLICE" problem.  Before, if you moved a sample that had been sliced on the ESX, it would not play back properly without being "re-sliced".  This has now been fixed.</li>
		<li>Added "Set All Play Levels To" to the Functions menu.  This will let you set them to either 0dB or +12dB.</li>
		<li>Fixed typos:
			<ul>
				<li>changed "Fuctions" to "Functions"</li>
				<li>changed "Exit Part Editor" to "Exit Pattern Editor"</li>
			</ul>
		</li>
	</ul>
</div>
]]></description>
		<wfw:commentRss>http://skratchdot.com/2005/06/esx-wave-organizer-version-0-1-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.5 BETA</title>
		<link>http://skratchdot.com/2004/12/esx-wave-organizer-version-0-1-5-beta/</link>
		<comments>http://skratchdot.com/2004/12/esx-wave-organizer-version-0-1-5-beta/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 16:00:59 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Korg]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=48</guid>
		<description><![CDATA[Added the "Pattern Editor" with limited functionality]]></description>
		<wfw:commentRss>http://skratchdot.com/2004/12/esx-wave-organizer-version-0-1-5-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.4 Released</title>
		<link>http://skratchdot.com/2004/11/esx-wave-organizer-version-0-1-4-released/</link>
		<comments>http://skratchdot.com/2004/11/esx-wave-organizer-version-0-1-4-released/#comments</comments>
		<pubDate>Wed, 17 Nov 2004 16:00:16 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[Electribe]]></category>
		<category><![CDATA[ESX-1]]></category>
		<category><![CDATA[Korg]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=46</guid>
		<description><![CDATA[<div class="info-section">
	<ul>
		<li>You can now view if a sample has been time sliced or not.</li>
		<li>You can now view and set the Play Level for each samples.</li>
		<li>BUG FIX == Before, if the focus was on Mono Sample 001, and you clicked on a "greyed" Stereo Sample 001, the focus would still be on Mono Sample 001.  This has been fixed.  No matter what sample you click on, it will always become the focus...</li></ul></div>]]></description>
		<wfw:commentRss>http://skratchdot.com/2004/11/esx-wave-organizer-version-0-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
