<?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>Thomas Hambach - Web engineer &#187; mysql</title>
	<atom:link href="http://www.rdlt.com/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rdlt.com</link>
	<description>Web development, Web design &#38; Usability</description>
	<lastBuildDate>Mon, 06 Dec 2010 09:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>4Gamers.be Launched</title>
		<link>http://www.rdlt.com/4gamers-be-launched.html</link>
		<comments>http://www.rdlt.com/4gamers-be-launched.html#comments</comments>
		<pubDate>Fri, 29 Oct 2010 07:26:09 +0000</pubDate>
		<dc:creator>Thomas Hambach</dc:creator>
				<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://www.rdlt.com/?p=295</guid>
		<description><![CDATA[After months of intense labor, togheter with PHP Developer Jens and Designer Michiel, I am pleased to announce that the new website 4gamers.be has reached the stadium of public beta. To make the whole website work, we used PHP, CodeIgniter, MySQL (MyIsam and InnoDB), Varnish and Memcache. 4Gamers is een nieuw belgisch gaming portaal dat nu een [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.4gamers.be" target="_blank"><img class="alignnone size-full wp-image-296" title="4Gamers" src="http://www.rdlt.com/wp-content/uploads/2010/10/logo.png" alt="" width="234" height="63" /></a></p>
<p>After months of intense labor, togheter with PHP Developer <a href="http://www.jenssegers.be/" target="_blank">Jens</a> and Designer <a href="http://www.serhie.net/" target="_blank">Michiel</a>, I am pleased to announce that the new website 4gamers.be has reached the stadium of public beta. To make the whole website work, we used PHP, CodeIgniter, MySQL (MyIsam and InnoDB), Varnish and Memcache.</p>
<blockquote><p>4Gamers is een nieuw belgisch gaming portaal dat nu een groot aantal van de (ex) 9-lives redactie bevat. Op de website vind je reviews, previews, specials, trailers, screenshot en de nieuwste releases. Buiten game nieuws richt 4Gamers zich ook voor een deel op esports en hardware. Zeker een website om eens te bezoeken!</p></blockquote>
<h3>Technical Aspects</h3>
<h4>CodeIgniter</h4>
<p>It was the first time for me to do such a large scale project in CodeIgniter and I have to say CodeIgniter did dissapoint me on several points. The more I used CodeIgniter, the more I noticed that it was lacking basic features (or perhaps I suck at using Google?). First thing I can think of was the session class&#8230; I prefer to store my sessions in memcacge, but CI only has two choices (flat file or database).  Sure, you could extend the class and rewrite it. But I am not using a framework to do all this AGAIN.</p>
<h4>Varnish</h4>
<p>Varnish is always a breeze to use. Clear config files and it is slightly faster compared to Squid. The only issue encountered was while using Invision Power Board behind the proxy. It would not <a rel="lightbox" href="http://www.rdlt.com/wp-content/uploads/2010/10/cthulhu.jpg">properly recognize</a> whether or not a user is logged in (we base our caching on a certain cookie name &amp; value combination). This results in no proxy caching being enabled on the forum&#8230; This is quite dissapointing as it can quickly become the backbone of all conversations on 4gamers. Sure enough I&#8217;ll find a solution&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rdlt.com/4gamers-be-launched.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mysqli for WordPress 2.9.1</title>
		<link>http://www.rdlt.com/mysqli-for-wordpress-2-9-1.html</link>
		<comments>http://www.rdlt.com/mysqli-for-wordpress-2-9-1.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:18:22 +0000</pubDate>
		<dc:creator>Thomas Hambach</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.rdlt.com/?p=271</guid>
		<description><![CDATA[WordPress does not officialy support the mysqli drivers. I needed my WordPress installation to use the mysqli class instead of the mysql ones. I&#8217;m sure there will be someone else out there with the same needs I decided to place the modified database class and the patch file online. Use whichever you prefer. Full: Download [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-256" title="wordpress-logo" src="http://www.rdlt.com/wp-content/uploads/2009/12/wordpress-logo-150x150.png" alt="wordpress-logo" width="150" height="150" />WordPress does not officialy support the <a href="http://be2.php.net/manual/en/class.mysqli.php" target="_blank">mysqli</a> drivers.  I needed my WordPress installation to use the mysqli class instead of the mysql ones. I&#8217;m sure there will be someone else out there with the same needs I decided to place the modified database class and the patch file online. Use whichever you prefer.</p>
<ul>
<li><strong>Full:</strong> <a href="http://www.rdlt.com/wp-content/uploads/2010/01/wp-db-2.9.1-class.zip" target="_blank">Download WordPress 2.9.1 mysqli database class</a></li>
<li><strong>Patch: </strong><a href="http://www.rdlt.com/wp-content/uploads/2010/01/wp-db-2.9.1-patch.zip" target="_blank">Download WordPress 2.9.1 mysqli database class</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rdlt.com/mysqli-for-wordpress-2-9-1.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>xampp mysqli crashes apache</title>
		<link>http://www.rdlt.com/xampp-mysqli-crashes-apache.html</link>
		<comments>http://www.rdlt.com/xampp-mysqli-crashes-apache.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:46:09 +0000</pubDate>
		<dc:creator>Thomas Hambach</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.rdlt.com/?p=238</guid>
		<description><![CDATA[Is your XAMPP installation crashing apache when using the mysqli PHP functions on windows? The apache logs are not telling anything even when you have debug mode enabled? Are you getting something like &#8220;Faulting application apache.exe, version 2.2.11.0, faulting module ntdll.dll&#8221; or &#8220;Faulting application apache.exe, version 2.2.11.0, faulting module MSVCR71.dll.&#8221; ? Really? Sure? Well here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Is your <strong>XAMPP </strong>installation crashing apache when using the mysqli PHP functions on windows? The apache logs are not telling anything even when you have debug mode enabled? Are you getting something like &#8220;<strong>Faulting application apache.exe, version 2.2.11.0, faulting module ntdll.dll</strong>&#8221; or &#8220;<strong>Faulting application apache.exe, version 2.2.11.0, faulting module MSVCR71.dll.</strong>&#8221; ?</p>
<p>Really? Sure? Well here&#8217;s your solution&#8230;</p>
<p>Download the most recent version of <strong>php_mysqli.dll </strong>and place it in <strong>&lt;yourxampdir&gt;\php\ext</strong> directory.You might want to take a backup of the file you&#8217;re replacing in case it doesn&#8217;t work&#8230;</p>
<p>You can <a href="http://www.rdlt.com/wp-content/uploads/2009/11/php_mysqli.zip">download the php_mysqli.dll righ here</a> or you&#8217;ll have to find a recent version for your PHP version yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rdlt.com/xampp-mysqli-crashes-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

