<?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>Jure Merhar</title>
	<atom:link href="http://www.merhar.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.merhar.si</link>
	<description>Web Development, PHP, XHTML, CSS, Javascript, Web Standards and more</description>
	<pubDate>Sun, 21 Feb 2010 03:47:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Mapping subdomains to subdirectories with Apache - the easy way</title>
		<link>http://www.merhar.si/hosting/mapping-subdomains-to-subdirectories-with-apache-the-easy-way/</link>
		<comments>http://www.merhar.si/hosting/mapping-subdomains-to-subdirectories-with-apache-the-easy-way/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 19:42:32 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/?p=28</guid>
		<description><![CDATA[For some time now, I have been mapping projects to subdomains on my development server. In practice, this means that I access my websites thorugh project1.mydomain.com, project2.mydomain.com, etc. This way, I only need one domain name for all my projects in development, and still have the benefit of having each project reside on a separate [...]]]></description>
		<wfw:commentRss>http://www.merhar.si/hosting/mapping-subdomains-to-subdirectories-with-apache-the-easy-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Greasemonkey script for adding torrents to the uTorrent WebUI</title>
		<link>http://www.merhar.si/javascript/a-greasemonkey-script-for-adding-torrents-to-the-utorrent-webui/</link>
		<comments>http://www.merhar.si/javascript/a-greasemonkey-script-for-adding-torrents-to-the-utorrent-webui/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 11:14:51 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/javascript/a-greasemonkey-script-for-adding-torrents-to-the-utorrent-webui/</guid>
		<description><![CDATA[Since I download torrents on my server and browse for them on my desktop machine, I have always had to copy the links from the browser, open up a remote desktop connection to the server and paste the links to µTorrent. This procedure can get quite tedious after a while, so I was wondering if [...]]]></description>
		<wfw:commentRss>http://www.merhar.si/javascript/a-greasemonkey-script-for-adding-torrents-to-the-utorrent-webui/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ProForma on SourceForge</title>
		<link>http://www.merhar.si/php/proforma-on-sourceforge/</link>
		<comments>http://www.merhar.si/php/proforma-on-sourceforge/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 21:23:55 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/php/proforma-on-sourceforge/</guid>
		<description><![CDATA[Today, I have released the first prealpha release of ProForma on SourceForge. Since it is still in the very early stages of development, this release is intended for testing purposes only. I hope to get some feedback about the code structure and design, as well as any bugs that may exist.
The project is still a [...]]]></description>
		<wfw:commentRss>http://www.merhar.si/php/proforma-on-sourceforge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Taking the Zend certification exam</title>
		<link>http://www.merhar.si/php/taking-the-zend-certification-exam/</link>
		<comments>http://www.merhar.si/php/taking-the-zend-certification-exam/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 00:41:55 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

		<category><![CDATA[design patterns]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/php/taking-the-zend-certification-exam/</guid>
		<description><![CDATA[I am proud to announce that I have recently passed Zend&#8217;s PHP5 certification exam. I took the test, together with three of my colleagues, in a local test centre here in Ljubljana. The exam was generously paid for by our employer, who I had been trying to persuade to sign us up for more than [...]]]></description>
		<wfw:commentRss>http://www.merhar.si/php/taking-the-zend-certification-exam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A PHP mbstring bug?</title>
		<link>http://www.merhar.si/php/a-php-mbstring-bug/</link>
		<comments>http://www.merhar.si/php/a-php-mbstring-bug/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 23:24:48 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/php/a-php-mbstring-bug/</guid>
		<description><![CDATA[I may have discovered a bug in PHP or in the mbstring extension, that causes overloading to be turned on and preventing it from being turned off manually.]]></description>
		<wfw:commentRss>http://www.merhar.si/php/a-php-mbstring-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back online</title>
		<link>http://www.merhar.si/misc/back-online/</link>
		<comments>http://www.merhar.si/misc/back-online/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 18:47:22 +0000</pubDate>
		<dc:creator>Jure Merhar</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.merhar.si/misc/back-online/</guid>
		<description><![CDATA[After almost six months of absence from the internet, I am finally back online!]]></description>
		<wfw:commentRss>http://www.merhar.si/misc/back-online/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
