<?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>d-log &#187; Technology</title>
	<atom:link href="http://d-log.nebulagame.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://d-log.nebulagame.com</link>
	<description>the life of david</description>
	<lastBuildDate>Tue, 31 Jan 2012 21:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHPUnit installeren op XAMPP onder Windows</title>
		<link>http://d-log.nebulagame.com/2012/01/phpunit-installeren-op-xampp-onder-windows/</link>
		<comments>http://d-log.nebulagame.com/2012/01/phpunit-installeren-op-xampp-onder-windows/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:25:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpunit]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://d-log.nebulagame.com/?p=692</guid>
		<description><![CDATA[PHPUnit maakt gebruik van PEAR, maar die installatie heeft wat zorg nodig. Bij installatie van PHPUnit 3.6.10 onder XAMPP kreeg ik constand de melding "No releases available for package pear.PHPUnit.de" <a href="http://d-log.nebulagame.com/2012/01/phpunit-installeren-op-xampp-onder-windows/">>>></a>
No related posts.]]></description>
		<wfw:commentRss>http://d-log.nebulagame.com/2012/01/phpunit-installeren-op-xampp-onder-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating sourceforge.net subversion repositories</title>
		<link>http://d-log.nebulagame.com/2012/01/migrating-sourceforge-net-subversion-repositories/</link>
		<comments>http://d-log.nebulagame.com/2012/01/migrating-sourceforge-net-subversion-repositories/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 21:34:03 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://d-log.nebulagame.com/?p=664</guid>
		<description><![CDATA[The ImpressCMS project had migrated to sourceforge.net when we got fed up with the low availability of the cvsdude (now codesion) service. We had had a very good experience at the beginning, but all of a sudden, major migration were done unscheduled, and because we were an open source project, we could only get mail-based <a href="http://d-log.nebulagame.com/2012/01/migrating-sourceforge-net-subversion-repositories/">>>></a>
No related posts.]]></description>
		<wfw:commentRss>http://d-log.nebulagame.com/2012/01/migrating-sourceforge-net-subversion-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>copy a directory in linux</title>
		<link>http://d-log.nebulagame.com/2011/11/copy-a-directory-in-linux/</link>
		<comments>http://d-log.nebulagame.com/2011/11/copy-a-directory-in-linux/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:38:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tipsntricks]]></category>

		<guid isPermaLink="false">http://d-log.nebulagame.com/?p=679</guid>
		<description><![CDATA[Copy an entire folder to a new distination under linux. <a href="http://d-log.nebulagame.com/2011/11/copy-a-directory-in-linux/">>>></a>
No related posts.]]></description>
		<wfw:commentRss>http://d-log.nebulagame.com/2011/11/copy-a-directory-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Ajax Redirect in ImpressCMS</title>
		<link>http://d-log.nebulagame.com/2011/09/ajax-redirect-impresscm/</link>
		<comments>http://d-log.nebulagame.com/2011/09/ajax-redirect-impresscm/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 08:31:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[impresscms]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jgrowl]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://d-log.nebulagame.com/?p=668</guid>
		<description><![CDATA[<a title="ImpressCMS" href="http://www.impresscms.org" target="_blank">ImpressCMS</a> introduced a AJAX-based redirect system in series 1.2, which makes your site much quicker to work with. By using this redirect system, notifications and confirmation messages (E.g. 'Thank you for logging in') don't show on a new page any more, but they are presented to the user on a text bubble that is loaded dynamically while the user remains on the same page.

Currently, not that many themes are created that provide this, and you need to explicitly enable it before the functionality becomes available. I'll explain here the two simple steps you in adding this to your site.
<span style="color: #ff0000;">ATTENTION: It has been noted to me that this technique is not needed, as ImpressCMS automatically includes the javascript code required into the &#60;head&#62; section of the page. All that remains to be done then is to enable the Ajax redirect in the settings (STEP 2)</span> <a href="http://d-log.nebulagame.com/2011/09/ajax-redirect-impresscm/">>>></a>
Related posts:<ol>
<li><a href='http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/' rel='bookmark' title='Preparing the ImpressCMS Developer Challenge 2011'>Preparing the ImpressCMS Developer Challenge 2011</a></li>
</ol>]]></description>
		<wfw:commentRss>http://d-log.nebulagame.com/2011/09/ajax-redirect-impresscm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing the ImpressCMS Developer Challenge 2011</title>
		<link>http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/</link>
		<comments>http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 11:27:22 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[impresscms]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/</guid>
		<description><![CDATA[<p>[lang_en]With ImpressCMS 1.3 RC2 planned for this week or the next, things are also being worked out on <a title="ImpressCMS Developer Challenge Pre-announcement" href="http://community.impresscms.org/modules/imblogging/post.php?post_id=196">our first ImpressCMS Developer Challenge</a>. This is a big deal for us, both because this is the first contest we organise, and also because it should give us quite a bit of</p> <a href="http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/">>>></a>
Related posts:<ol>
<li><a href='http://d-log.nebulagame.com/2011/09/ajax-redirect-impresscm/' rel='bookmark' title='Use Ajax Redirect in ImpressCMS'>Use Ajax Redirect in ImpressCMS</a></li>
</ol>]]></description>
		<wfw:commentRss>http://d-log.nebulagame.com/2011/08/preparing-the-impresscms-developer-challenge-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

