<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Skratchdot</title>
	<link>http://skratchdot.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Dec 2009 21:02:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Verify All ColdFusion DataSources</title>
		<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>
		<link>http://skratchdot.com/2009/12/verify-all-coldfusion-datasources/</link>
			</item>
	<item>
		<title>ESX Wave Organizer FAQ</title>
		<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>
		<link>http://skratchdot.com/2009/12/esx-wave-organizer-faq/</link>
			</item>
	<item>
		<title>Cannot insert duplicate key row in object &#8216;xxx&#8217; with unique index &#8216;yyy&#8217;</title>
		<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>
		<link>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/</link>
			</item>
	<item>
		<title>Getting Wordpress Post Counts to show up inside anchor tag</title>
		<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>
		<link>http://skratchdot.com/2009/09/getting-wordpress-post-counts-to-show-up-inside-anchor-tag/</link>
			</item>
	<item>
		<title>About</title>
		<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>
		<link>http://skratchdot.com/2009/09/about-this-blog/</link>
			</item>
	<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.8 Released</title>
		<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>
		<link>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-8-released/</link>
			</item>
	<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.7 Released</title>
		<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>
		<link>http://skratchdot.com/2005/07/esx-wave-organizer-version-0-1-7-released/</link>
			</item>
	<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.6 Released</title>
		<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>
		<link>http://skratchdot.com/2005/06/esx-wave-organizer-version-0-1-6-released/</link>
			</item>
	<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.5 BETA</title>
		<description><![CDATA[Added the "Pattern Editor" with limited functionality]]></description>
		<link>http://skratchdot.com/2004/12/esx-wave-organizer-version-0-1-5-beta/</link>
			</item>
	<item>
		<title>ESX Wave Organizer &#8211; Version 0.1.4 Released</title>
		<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>
		<link>http://skratchdot.com/2004/11/esx-wave-organizer-version-0-1-4-released/</link>
			</item>
</channel>
</rss>
