<?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"
	>

<channel>
	<title>wkm</title>
	<atom:link href="http://wellknownmeats.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wellknownmeats.com</link>
	<description></description>
	<pubDate>Wed, 03 Sep 2008 00:31:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>SQL - Simplifying User-Defined Functions</title>
		<link>http://wellknownmeats.com/sql-user-defined/</link>
		<comments>http://wellknownmeats.com/sql-user-defined/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 01:09:52 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/?p=36</guid>
		<description><![CDATA[<p>I recently learned of the concept of <a href="http://ssdl-wiki.cs.technion.ac.il/wiki/index.php/Spartan_programming" >Spartan Programming</a> and since then, I&#8217;ve been trying to find ways to apply some of the techniques.</p>
<p>As a talentless hack, some of the ideas are beyond me, but one of them &#8212; reducing the number of variables &#8212; I am capable of.  I was working on a typical user-defined SQL function that was something&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/sql-user-defined/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Export HTML Data to MS Excel: a PHP/JavaScript Solution</title>
		<link>http://wellknownmeats.com/export-html-data-to-ms-excel-a-phpjavascript-solution/</link>
		<comments>http://wellknownmeats.com/export-html-data-to-ms-excel-a-phpjavascript-solution/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 18:31:41 +0000</pubDate>
		<dc:creator>nate</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/export-html-data-to-ms-excel-a-phpjavascript-solution/</guid>
		<description><![CDATA[<p>Google up &#8220;export HTML to Excel&#8221; and most of your matches will provide methods using ASP/VBScript by either declaring the Response.ContentType = &#8220;application/vnd.ms-excel&#8221; <a href="http://www.greggriffiths.org/webdev/both/excel/simple.html" >(exhibit A)</a> or building a new ActiveXObject and fuddling around with that <a href="http://www.greggriffiths.org/webdev/both/excel/activex.html" >(exhibit B)</a>.</p>
<p>Well, neither of these helped me at all since I was using PHP for this particular project, so I had to come up with my&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/export-html-data-to-ms-excel-a-phpjavascript-solution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>World of Warcraft: Mac Video Capture Option</title>
		<link>http://wellknownmeats.com/world-of-warcraft-mac-video-capture-option/</link>
		<comments>http://wellknownmeats.com/world-of-warcraft-mac-video-capture-option/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 17:21:57 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[WoW]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/world-of-warcraft-mac-video-capture-option</guid>
		<description><![CDATA[<p><a href='http://wellknownmeats.com/wp-content/uploads/2007/10/option-screen.png' title='Option Screen'></a>Blizzard has a added new video capture feature to the Mac version of World of Warcraft.  Initially, I tried it on the highest resolution setting of 1446&#215;904.<a href='http://wellknownmeats.com/wp-content/uploads/2007/10/mac-options.png' title='Mac Options'></a>When I hit the capture button, the game slowed to a painful crawl and after a few seconds, I received an error that the setting was too high and the capture stopped.  When I&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/world-of-warcraft-mac-video-capture-option/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Handling &#8220;z-index&#8221; Bugs in IE6</title>
		<link>http://wellknownmeats.com/handling-z-index-in-ie6/</link>
		<comments>http://wellknownmeats.com/handling-z-index-in-ie6/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 12:43:02 +0000</pubDate>
		<dc:creator>nate</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/?p=20</guid>
		<description><![CDATA[<p>After some thorough research (i.e. a few Google searches), I hadn&#8217;t come up with a fully satisfactory explanation of why IE6 mishandled the z-index attribute.  So, here&#8217;s a concise survival guide if you intend to use this attribute in IE6.</p>
<p>First, let&#8217;s revisit the intended properties of z-index:</p>
<ul>
<li>It applies to positioned elements only.</li>
<li>Only when a z-index <i>integer</i> value is specified should a&#8230;</li></ul>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/handling-z-index-in-ie6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery, AJAX and Redundant Event Handlers</title>
		<link>http://wellknownmeats.com/jquery-ajax-and-redundant-event-handlers/</link>
		<comments>http://wellknownmeats.com/jquery-ajax-and-redundant-event-handlers/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 19:57:28 +0000</pubDate>
		<dc:creator>nate</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/?p=12</guid>
		<description><![CDATA[<p>It didn&#8217;t take me long to realize that jQuery&#8217;s AJAX functions don&#8217;t trigger the $(document).ready() event.  But then, it wouldn&#8217;t really make any sense if they did.  Naturally, this event fires just once and naturally, AJAX leaves it alone.  Therefore, it becomes necessary to supply event handlers to the AJAX callback functions, even if it means duplicating handlers in the&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/jquery-ajax-and-redundant-event-handlers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.Net - Error: Newline in constant</title>
		<link>http://wellknownmeats.com/aspnet-error-newline-in-constant/</link>
		<comments>http://wellknownmeats.com/aspnet-error-newline-in-constant/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 01:06:33 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/?p=11</guid>
		<description><![CDATA[<p>Here&#8217;s a tip from a few years ago.  I was working in C# on an ASP.Net application and needed to run some Javascript code from the server side.  That&#8217;s when I ran into the error.</p>
<p>I was trying to run something similar to the following code&#8230;<br />
</p>
<pre name="code" class="CSharp">
string sAlert = "";  
sAlert += "alert('Eat Flaming Death, User!');"  
sAlert += "";
this.RegisterClientScriptBlock("alert", sAlert);
</pre>
<p>I&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/aspnet-error-newline-in-constant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MS SQL Server: Kill All Connections to a Database</title>
		<link>http://wellknownmeats.com/ms-sql-server-kill-all-connections-to-a-database/</link>
		<comments>http://wellknownmeats.com/ms-sql-server-kill-all-connections-to-a-database/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 17:26:43 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/2007/08/22/ms-sql-server-kill-all-connections-to-a-database/</guid>
		<description><![CDATA[<p>Have you ever needed to kill all the connections to a database in MS SQL Server?  Do you go to the Process Info screen, right-click every process, clicking Kill Process and then hitting Y in the confirmation box?  What a hassle.</p>
<p></p>
<p>I needed to do that to move the location of some database files.  I was going to detach the database&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/ms-sql-server-kill-all-connections-to-a-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MS SQL Server: Find a Value In Any Field In Any Table</title>
		<link>http://wellknownmeats.com/ms-sql-server-find-a-value-in-any-field-in-any-table/</link>
		<comments>http://wellknownmeats.com/ms-sql-server-find-a-value-in-any-field-in-any-table/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:09:33 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wellknownmeats.com/2007/08/21/ms-sql-server-find-a-value-in-any-field-in-any-table/</guid>
		<description><![CDATA[<p>As part of a project at work, I found myself needing to update every field in an entire database that contained a certain value.  If I had needed to do this in a database I had created or a database that didn&#8217;t have hundreds of tables, I might have done it manually like I have done it in the past.&#8230;</p>]]></description>
		<wfw:commentRss>http://wellknownmeats.com/ms-sql-server-find-a-value-in-any-field-in-any-table/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
