<?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>uRaNGaTaNG &#187; update</title>
	<atom:link href="http://www.rngtng.com/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rngtng.com</link>
	<description>TobiTobes Tech Weblog featuring Ruby, Rails, Web development, Arduino, Processing, Geekstuff and more...</description>
	<lastBuildDate>Thu, 01 Jul 2010 11:36:10 +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>MySQL: How to swap entires of two columns with just one query</title>
		<link>http://www.rngtng.com/2009/06/24/mysql-how-to-swap-entires-of-two-columns-with-just-one-query/</link>
		<comments>http://www.rngtng.com/2009/06/24/mysql-how-to-swap-entires-of-two-columns-with-just-one-query/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:16:29 +0000</pubDate>
		<dc:creator>tobi</dc:creator>
				<category><![CDATA[Happy Hacking]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://www.rngtng.com/?p=134</guid>
		<description><![CDATA[Check this out, I found out a really nice way how to swap values of two columns with just one query, using user defined variables. Given a table with two columns a and b. To swap their values in whole, use this query: UPDATE my_table SET a=@tmp:=a, a=b, b=@tmp; Done! Isn&#8217;t that easy?]]></description>
			<content:encoded><![CDATA[<p>Check this out, I found out a really nice way how to swap values of two columns with just one query, <a href="http://www.rngtng.com/2009/04/02/mysql-user-defined-variables-good-thing-to-know/">using user defined variables</a>. Given a table with two columns <em>a</em> and  <em>b</em>. To swap their values in whole, use this query:</p>
<pre class="brush: plain;">
UPDATE my_table SET a=@tmp:=a, a=b, b=@tmp;
</pre>
<p>Done! Isn&#8217;t that easy?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rngtng.com/2009/06/24/mysql-how-to-swap-entires-of-two-columns-with-just-one-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[update] Mac Os X 10.5.7 is out &#8211; all fine except volume control</title>
		<link>http://www.rngtng.com/2009/05/13/mac-os-x-1057-is-out-all-fine-except-volume-control/</link>
		<comments>http://www.rngtng.com/2009/05/13/mac-os-x-1057-is-out-all-fine-except-volume-control/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:59:44 +0000</pubDate>
		<dc:creator>tobi</dc:creator>
				<category><![CDATA[Lost in Web]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[soundcard]]></category>
		<category><![CDATA[terratec]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.rngtng.com/?p=88</guid>
		<description><![CDATA[Yeah Mac Os X 10.5.7 just got released. All fine for me, except my external USB soundcard Terratec Aureon 5.1 can&#8217;t be volume controlled anymore &#8211; strange!? Any idea what&#8217;s wrong? [update - solved!] Apparently downgrading the USB Sound kernel back to 10.5.6 Version solves the issue. See the comments and the Apple Discussion-board for [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah <a href="http://www.macworld.com/article/140568/2009/05/osx_update.html">Mac Os X 10.5.7</a> just got released. All fine for me, except my external USB soundcard <strong>Terratec Aureon 5.1</strong> can&#8217;t be volume controlled anymore &#8211; strange!? Any idea what&#8217;s wrong?</p>
<p>[update - solved!]<br />
Apparently downgrading the USB Sound kernel back to 10.5.6 Version solves the issue. See the comments and the  <a href="http://discussions.apple.com/thread.jspa?messageID=9466757&amp;#9466757">Apple Discussion-board</a> for more&#8230; Thx to <em>sonderpop</em> for that hint!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rngtng.com/2009/05/13/mac-os-x-1057-is-out-all-fine-except-volume-control/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
