<?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>h4x3d.com &#187; fix</title>
	<atom:link href="http://h4x3d.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Thu, 24 May 2012 18:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Wrong character encoding &#8211; Latin-1, UTF-8 data in MySQL</title>
		<link>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/</link>
		<comments>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:17:17 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://h4x3d.com/?p=1420</guid>
		<description><![CDATA[This article saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow here. The solution that works was: mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \ --skip-set-charset --default-character-set=latin1 (your db name) &#62; (your db name)-dump.sql mysql -h (your ip) -u (your username) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hno3.org/2010/04/22/fixing-double-encoded-utf-8-data-in-mysql/">This article</a> saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow <a href="http://stackoverflow.com/questions/1344692/i-need-help-fixing-broken-utf8-encoding">here</a>.</p>
<p>The solution that works was:</p>
<pre><code>mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \
--skip-set-charset --default-character-set=latin1 (your db name) &gt; (your db name)-dump.sql</code></pre>
<pre><code>mysql -h (your ip) -u (your username) -p \
--default-character-set=utf8 (your db name) &lt; (your db name)-dump.sql</code></pre>
<p>delete the brackets, dont fill in the brackets (your ip) = 127.0.0.1 for instance</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Rainbow Feather javascript error?</title>
		<link>http://h4x3d.com/got-rainbow-feather-javascript-error/</link>
		<comments>http://h4x3d.com/got-rainbow-feather-javascript-error/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:16:47 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[feather]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[rainbow]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/got-rainbow-feather-javascript-error/</guid>
		<description><![CDATA[first of all, get rid of the following two things in the header.php: window.onload = function() { new SmoothScroll({duration:2000}); } because if you use lightbox (with prototype it does not play along that well.) if you want to use lightbox with moo, you should use slimbox the file (feather.zip) comes with different headers: one for [...]]]></description>
			<content:encoded><![CDATA[<p>first of all, get rid of the following two things in the header.php:</p>
<pre><code>

window.onload = function() {
new SmoothScroll({duration:2000});
}
</code></pre>
<p>because if you use lightbox (with prototype it does not play along that well.)<br />
if you want to use lightbox with moo,<br />
you should use slimbox</p>
<p>the file (feather.zip) comes with different headers:<br />
one for slimbox and moo.tools (smallest) default install<br />
one for lightbox (no moo.tools) bigger</p>
<p>also, see the manual.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/got-rainbow-feather-javascript-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The file &quot;WoW.exe&quot; could not be found.</title>
		<link>http://h4x3d.com/the-file-wowexe-could-not-be-found/</link>
		<comments>http://h4x3d.com/the-file-wowexe-could-not-be-found/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 12:13:56 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Dailies]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/the-file-wowexe-could-not-be-found/</guid>
		<description><![CDATA[First of all, I am no WoW Geek, but this problem fix might be helpful to some people Error: The file &#8220;WoW.exe&#8221; could not be found. If this problem persists, you may be able to solve it by uninstalling and then reinstalling the game. If you are unable to correct this problem, please contact Blizzard [...]]]></description>
			<content:encoded><![CDATA[<p><em>First of all, I am no WoW Geek, but this problem fix might be helpful to some people</em></p>
<p><strong>Error:</strong> The file &#8220;WoW.exe&#8221; could not be found. If this problem persists, you may be able to solve it by uninstalling and then reinstalling the game. If you are unable to correct this problem, please contact Blizzard Technical Support.</p>
<p><strong>Fix:</strong> press windows key + r (you will get the &#8220;run dialog&#8221;), enter &#8220;regedit&#8221;, navigate to<br />
 HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft</p>
<p>Got a value called &#8220;install path&#8221; there? if so, you can fix the annoying error in 5 seconds.<br />
Change the path there to the folder (including drive pre-fix) where you WoW Install is.</p>
<p>Re-run the patch. You are all done.</p>
<p>Here is an exemplary entry:</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft]<br />
&#8220;GamePath&#8221;=&#8221;N:\\World of Warcraft\\Launcher.exe&#8221;<br />
&#8220;InstallPath&#8221;=&#8221;O:\\World of Warcraft\\&#8221;<br />
&#8220;UninstallPath&#8221;=&#8221;C:\\Program Files\\Common Files\\Blizzard Entertainment\\World of Warcraft\\Uninstall.exe&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/the-file-wowexe-could-not-be-found/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

