<?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>XS Labs &#187; Uncategorized</title>
	<atom:link href="http://www.xs.fi/blog/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xs.fi</link>
	<description>Software business, our ventures, entertainment and general stuff - no boring bs</description>
	<lastBuildDate>Fri, 11 Feb 2011 12:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to set UUID of a .vdi file in VirtualBox</title>
		<link>http://www.xs.fi/blog/2011/02/how-to-set-uuid-of-a-vdi-file-in-virtualbox/</link>
		<comments>http://www.xs.fi/blog/2011/02/how-to-set-uuid-of-a-vdi-file-in-virtualbox/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 12:53:41 +0000</pubDate>
		<dc:creator>pompo500</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xs.fi/?p=94</guid>
		<description><![CDATA[In other words, remove the conflict message about UUID existing already, when trying to copy a .vdi file to use with some other machine. The command is (in virtualbox&#8217;s folder in command prompt) VBoxManage internalcommands sethduuid C:\path\to\hd.vdi The command had been renamed, before the &#8220;sethduuid&#8221; part was &#8220;setvdiuuid&#8221; so I decided to make this post [...]]]></description>
			<content:encoded><![CDATA[<p>In other words, remove the conflict message about UUID existing already, when trying to copy a .vdi file to use with some other machine.</p>
<p>The command is (in virtualbox&#8217;s folder in command prompt) VBoxManage internalcommands sethduuid C:\path\to\hd.vdi</p>
<p>The command had been renamed, before the &#8220;sethduuid&#8221; part was &#8220;setvdiuuid&#8221; so I decided to make this post so perhaps others might benefit from not having to figure out the command&#8217;s name change themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xs.fi/blog/2011/02/how-to-set-uuid-of-a-vdi-file-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to rename a MySQL InnoDB-based database</title>
		<link>http://www.xs.fi/blog/2011/02/how-to-rename-a-mysql-innodb-based-database/</link>
		<comments>http://www.xs.fi/blog/2011/02/how-to-rename-a-mysql-innodb-based-database/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 15:27:42 +0000</pubDate>
		<dc:creator>pompo500</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xs.fi/?p=92</guid>
		<description><![CDATA[Sadly (at least the current version) MySQL does not support &#8220;rename database&#8221; clause anymore, because it&#8217;s &#8220;unsafe&#8221;. Here&#8217;s how to do it manually: Issue create database &#8220;newdatabase&#8221;; Then for every table in your old database rename table `olddatabase`.`tablename` to `newdatabase`.`tablename`; Yeah I know it&#8217;s manual labor, but &#8220;show tables&#8221; query and a text editor with [...]]]></description>
			<content:encoded><![CDATA[<p>Sadly (at least the current version) MySQL does not support &#8220;rename database&#8221; clause anymore, because it&#8217;s &#8220;unsafe&#8221;.</p>
<p>Here&#8217;s how to do it manually:</p>
<p>Issue</p>
<p style="padding-left: 30px;">create database &#8220;newdatabase&#8221;;</p>
<p>Then for every table in your old database</p>
<p style="padding-left: 30px;">rename table `olddatabase`.`tablename` to `newdatabase`.`tablename`;</p>
<p>Yeah I know it&#8217;s manual labor, but &#8220;show tables&#8221; query and a text editor with macro support makes it a bit easier. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xs.fi/blog/2011/02/how-to-rename-a-mysql-innodb-based-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++ Quicktext plugin tab on block selection</title>
		<link>http://www.xs.fi/blog/2010/10/notepad-quicktext-plugin-tab-on-block-selection/</link>
		<comments>http://www.xs.fi/blog/2010/10/notepad-quicktext-plugin-tab-on-block-selection/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 14:29:51 +0000</pubDate>
		<dc:creator>pompo500</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xs.fi/?p=87</guid>
		<description><![CDATA[.. does not work with the latest binary version (0.2.1) from Sourceforge, but I compiled the DLL with Visual Studio 2008 SP1 (needs to be SP1 for the regex library) and it works. If anybody&#8217;s interested, I attached the DLL here. Notepad++ QuickText-compiled-by-xs.fi]]></description>
			<content:encoded><![CDATA[<p>.. does not work with the latest binary version (0.2.1) from Sourceforge, but I compiled the DLL with Visual Studio 2008 SP1 (needs to be SP1 for the regex library) and it works.</p>
<p>If anybody&#8217;s interested, I attached the DLL here.<a rel="attachment wp-att-88" href="http://www.xs.fi/blog/2010/10/notepad-quicktext-plugin-tab-on-block-selection/quicktext-compiled-by-xs-fi/"></a></p>
<p><a rel="attachment wp-att-88" href="http://www.xs.fi/blog/2010/10/notepad-quicktext-plugin-tab-on-block-selection/quicktext-compiled-by-xs-fi/">Notepad++ QuickText-compiled-by-xs.fi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xs.fi/blog/2010/10/notepad-quicktext-plugin-tab-on-block-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FantastiSQL &#8211; a jQuery-like API for database access</title>
		<link>http://www.xs.fi/blog/2010/09/fantastisql-a-jquery-like-api-for-database-access/</link>
		<comments>http://www.xs.fi/blog/2010/09/fantastisql-a-jquery-like-api-for-database-access/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 10:35:14 +0000</pubDate>
		<dc:creator>pompo500</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xs.fi/?p=79</guid>
		<description><![CDATA[How&#8217;d you feel like typing $Users-&#62;Select(&#8220;UserName&#8221;)-&#62;Where(&#8220;UserStatus = &#8216;active&#8217;&#8221;)-&#62;OrderBy(&#8220;UserID&#8221;, &#8220;DESC&#8221;)-&#62;Columnn(); to get ["foo","bar","baz",..] ? Started the PHP project at http://code.google.com/p/fantastisql/ It is actually a spin-off of my xsLib project, a PHP framework for doing things super-quick. Why spin-off? To get FantastiSQL lifted off quickly. xsLib is still in early stages of development. SVN read-only access with [...]]]></description>
			<content:encoded><![CDATA[<p>How&#8217;d you feel like typing $Users-&gt;Select(&#8220;UserName&#8221;)-&gt;Where(&#8220;UserStatus = &#8216;active&#8217;&#8221;)-&gt;OrderBy(&#8220;UserID&#8221;, &#8220;DESC&#8221;)-&gt;Columnn(); to get ["foo","bar","baz",..] ?</p>
<p>Started the PHP project at <a href="http://code.google.com/p/fantastisql/">http://code.google.com/p/fantastisql/</a></p>
<p>It is actually a spin-off of my xsLib project, a PHP framework for doing things super-quick. Why spin-off? To get FantastiSQL lifted off quickly. xsLib is still in early stages of development.</p>
<p>SVN read-only access with command</p>
<blockquote><p><tt id="checkoutcmd">svn checkout <strong><em>http</em></strong>://fantastisql.googlecode.com/svn/ fantastisql-read-only</tt></p></blockquote>
<p>Documentation will be available online later, when the API settles down</p>
<p>Source available at <a href="http://code.google.com/p/fantastisql/source/browse/src">http://code.google.com/p/fantastisql/source/browse/src</a></p>
<p>Releases will be available at <a href="http://code.google.com/p/fantastisql/downloads/list">http://code.google.com/p/fantastisql/downloads/list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xs.fi/blog/2010/09/fantastisql-a-jquery-like-api-for-database-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

