<?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>Digital Base - Blog &#187; General</title>
	<atom:link href="http://www.digitalbase.eu/blog/category/all/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalbase.eu/blog</link>
	<description>A blog about webdesign, PHP, development and IT</description>
	<lastBuildDate>Mon, 10 May 2010 16:16:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Coltrane &#8211; Upgraded to 2.7</title>
		<link>http://www.digitalbase.eu/blog/wordpress-coltrane-upgraded-to-27/</link>
		<comments>http://www.digitalbase.eu/blog/wordpress-coltrane-upgraded-to-27/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:40:59 +0000</pubDate>
		<dc:creator>Gijs Nelissen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalbase.eu/blog/?p=136</guid>
		<description><![CDATA[A new version of wordpress is out, codenamed &#8220;Coltrane&#8221;. So what&#8217;s new ? 

XMLRPC Comments API : nice api to manage comments through xmlrpc
 Keyboard shortcuts for comment moderation : use keyboard shortcuts to manage the comments
 Sticky Posts : ability to &#8220;stick&#8221; a post to homepage
 Theme update api, like we do for plugins [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://wordpress.org/development/2008/12/coltrane/" target="_blank">new version of wordpress</a> is out, codenamed &#8220;Coltrane&#8221;. So <a href="http://codex.wordpress.org/Version_2.7" target="_blank">what&#8217;s new</a> ? <a href="http://codex.wordpress.org/Version_2.7#Comment_API"></a></p>
<ul>
<li><a href="http://codex.wordpress.org/Version_2.7#Comment_API">XMLRPC Comments API</a> : nice api to manage comments through xmlrpc</li>
<li> <a title="Keyboard Shortcuts" href="http://codex.wordpress.org/Keyboard_Shortcuts">Keyboard shortcuts</a> for comment moderation : use keyboard shortcuts to manage the comments</li>
<li> Sticky Posts : ability to &#8220;stick&#8221; a post to homepage</li>
<li> Theme update api, like we do for plugins : new admin theme</li>
<li> Dashboard and write box rearranging : ability to decide what you want on homepage</li>
<li> <a href="http://codex.wordpress.org/Version_2.7#Plugin_Installer">One-click plugin installs</a> : better plugin handling, easily install plugins through the web interface</li>
<li> Reply to comments from withing dashboard</li>
<li> <a href="http://codex.wordpress.org/Version_2.7#WordPress_Upgrader">Core updating</a> : auto update feature</li>
<li> Batch and inline editing</li>
<li>&#8230;.</li>
</ul>
<p>Good work wordpress team ! I decided to upgrade my wordpress at once. Check out the difference !</p>
<h2>Previously (Wordpress 2.6)</h2>
<p><img class="aligncenter size-full wp-image-137" title="Old Wordpress admin layout (2.6)" src="http://www.digitalbase.eu/blog/wp-content/uploads//2008/12/screenshot15.png" alt="Old Wordpress admin layout (2.6)" width="622" height="488" /></p>
<p>New layout (Wordpress 2.7)</p>
<p><img class="aligncenter size-full wp-image-138" title="screenshot16" src="http://www.digitalbase.eu/blog/wp-content/uploads//2008/12/screenshot16.png" alt="screenshot16" width="700" height="416" /></p>
<p>Keep up the good work !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/wordpress-coltrane-upgraded-to-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog : Moved to Wordpress</title>
		<link>http://www.digitalbase.eu/blog/blog-moved-to-wordpress/</link>
		<comments>http://www.digitalbase.eu/blog/blog-moved-to-wordpress/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:25:35 +0000</pubDate>
		<dc:creator>Gijs Nelissen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalbase.eu/blog/?p=100</guid>
		<description><![CDATA[I hate reinventing the wheel. That&#8217;s why i decided to migrate this blog to wordpress. It takes alot of effort to write your own symfony plugin that holds the functionality of a full stack blogging platform (like wordpress, typepad, blogger &#8230;).
The Symfony Story
Initially we started by using the simpleBlogPlugin and modifying it to our needs. [...]]]></description>
			<content:encoded><![CDATA[<p>I hate reinventing the wheel. That&#8217;s why i decided to migrate this blog to wordpress. It takes alot of effort to write your own symfony plugin that holds the functionality of a full stack blogging platform (like wordpress, typepad, blogger &#8230;).</p>
<h2>The Symfony Story</h2>
<p>Initially we started by using the <a href="http://www.symfony-project.org/plugins/sfSimpleBlogPlugin" target="_blank">simpleBlogPlugin</a> and modifying it to our needs. Some of the things we added :</p>
<ul>
<li>multilanguage support : different posts in english / dutch</li>
<li>tag cloud : although they did add this in the new version</li>
<li>author information : links to digg/linkedin profile</li>
<li>tag / category pages</li>
<li>some SEO basics (different descriptions/keywords per post/page)</li>
<li>seperate rss feeds (for tag/description/author pages)</li>
<li>summary/excerpt support</li>
<li>&#8230;</li>
</ul>
<h2>Then why change to wordpress ?</h2>
<p>To keep this all updated with the changing symfony framework takes some time. Adding common features popular blogging platforms offer (comment, askimet integration, image editing, &#8230;) is a huge job. Thats why i decided to &#8220;migrate&#8221; this blog to wordpress.</p>
<p>I did a little hacking here &amp; there to have it support multiple languages, created a custom theme (holding the old digitalbase theme layout) and added some clearly missing core functions.</p>
<p>I&#8217;ll do a followup post with the things i changed and some code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/blog-moved-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Featured on csselite.com</title>
		<link>http://www.digitalbase.eu/blog/featured-on-csselite-com/</link>
		<comments>http://www.digitalbase.eu/blog/featured-on-csselite-com/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 11:00:00 +0000</pubDate>
		<dc:creator>Gijs Nelissen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ebdesign]]></category>
		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://dibav3.gnelisse.desktop01/blog/?p=66</guid>
		<description><![CDATA[We are currently features on the frontpage of csselite.com.
Csselite.com is an inspirational gallery site that collects a wide range of quality design websites (Flash &#38; CSS). ]]></description>
			<content:encoded><![CDATA[<p>We are currently features on the frontpage of <a title="DigitalBase.eu on Csselite.com" href="http://www.csselite.com/showcase/clean/digital-base.html" target="_blank">csselite.com</a>.</p>
<p><img src="/uploads/assets/blog/css_showcase/csselitecom.png" border="0" alt="DigitalBase.eu Submission on CssElite.com" /></p>
<p><a href="http://www.csselite.com" target="_blank">Csselite.com</a> is an inspirational gallery site that collects a wide range of quality design websites (Flash &amp; CSS). This submission was taken over by some &#8217;sub-sites&#8217; such as <a title="mostinspired.com" href="http://www.mostinspired.com" target="_blank">mostinspired.com</a>, <a href="http://www.screenfluent.com" target="_blank">screenfluent.com</a> and <a title="cssartillery.com" href="http://www.cssartillery.com" target="_blank">cssartillery.com</a>.</p>
<p><img src="/uploads/assets/blog/css_showcase/screenfluentcompng.png" border="0" alt="DigitalBase.eu Submission on ScreenFluent.com" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/featured-on-csselite-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>picked up on CssMania.com</title>
		<link>http://www.digitalbase.eu/blog/picked-up-on-cssmaniacom/</link>
		<comments>http://www.digitalbase.eu/blog/picked-up-on-cssmaniacom/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 11:00:00 +0000</pubDate>
		<dc:creator>Gijs Nelissen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://dibav3.gnelisse.desktop01/blog/?p=68</guid>
		<description><![CDATA[After being featured on csselite.com, we are now on the homepage of css mania. ]]></description>
			<content:encoded><![CDATA[<p>
Following up on my <a href="/blog/featured-on-csselite-com" title="Digital Base Featured on csselite.com">previous post</a>. We have been picked up by <a href="http://cssmania.com/galleries/2008/03/13/digitalbase.php" target="_blank" title="Digital Base on Cssmania.com">cssmania.com</a>, causing a huge boost in visitors. Today we are at 1000 unique visitors / +- 3000 pageviews and climbing.
</p>
<p>
<img src="/uploads/assets/blog/css_showcase/cssmaniacom.png" border="0" alt="DigitalBase.eu Submission on CssMania.com" /></p>
<p>Make sure to <a href="http://cssmania.com/galleries/2008/03/13/digitalbase.php" target="_blank" title="Vote for us on Css Mania">vote for us</a>  !
</p>
<p>
Update (17.35) : some other sites like <a href="http://csscreme.com/gallery/digital_base_-_webdesign_portfolio/" target="_blank" title="Digital base on csscreme">csscreme.com</a>, <a href="http://csscube.net/2008/03/12/digital-base/" target="_blank" title="Digital Base on csscube.net">csscube.net</a>  are clearly aggregating cssmania, as they picked up our submission some minutes after. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/picked-up-on-cssmaniacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuff for sale</title>
		<link>http://www.digitalbase.eu/blog/stuff-for-sale/</link>
		<comments>http://www.digitalbase.eu/blog/stuff-for-sale/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 11:00:00 +0000</pubDate>
		<dc:creator>Ludwig Hemelaer</dc:creator>
				<category><![CDATA[Digital Base]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[sales]]></category>

		<guid isPermaLink="false">http://dibav3.gnelisse.desktop01/blog/?p=60</guid>
		<description><![CDATA[At Digital Base we try to keep up with the fast expanding IT technologies. The downside is that we need to invest in new material on a regular base and perfectly working desktops are left aside. That's why we are selling some stuff.]]></description>
			<content:encoded><![CDATA[<p>
At Digital Base we try to keep up with the fast expanding IT technologies. The downside is that we need to invest in new material on a regular base and perfectly working desktops are left aside. That&#39;s why the following stuff is for sale :
</p>
<p class="blue">
<strong>Pentium IV Server</strong>
</p>
<ul>
<li>Price : 180 euro</li>
<li>Case : Procase 2u
	</li>
<li>CPU : Pentium IV 3.0 Ghz
	</li>
<li>Memory : 1 GB DDR
	</li>
<li>Hard drive : 80 GB 7200 rpm</li>
</ul>
<p></p>
<p>
Buy or bidÂ  on <a href="http://www.kapaza.be/detail/7791565/" target="_blank" title="Pentium IV Server op Kapaza">Kapaza</a> , <a href="http://computers.tweedehands.net/servers/procase-piv-server.html" target="_blank" title="Pentium IV Server op Tweedehands">Tweedehands</a> or <a href="http://www.2dehands.be/procase-piv-server-34738831.html" target="_blank" title="Pentium IV Server op 2dehands">2dehands</a>
</p>
<p class="blue">
<strong>AMD Desktop</strong>
</p>
<ul>
<li>Price : 190 euro
	</li>
<li>Case : Antec
	</li>
<li>Motherboard : Asrock
	</li>
<li>CPU : AMD Athlon XP 2200+
	</li>
<li>Memory : 2&#215;512 MB DDR333
	</li>
<li>Graphical card : Geforce 3 Ti500 &#8211; 64 MB
	</li>
<li>Hard drive : Maxtor 160 GB 7200 rpm
	</li>
<li>Extra : Floppy, DVDrom, Soundblaster Audigy soundcard</li>
</ul>
<p></p>
<p>
Buy or bid on <a href="http://www.kapaza.be/detail/7630372/" target="_blank" title="AMD Desktop op Kapaza">Kapaza</a> , <a href="http://computers.tweedehands.net/complete-systemen/antec-amd-xp2200.html" target="_blank" title="AMD Desktop op Tweedehands">Tweedehands</a> or <a href="http://www.2dehands.be/antec-amd-xp2200-33620599.html" target="_blank" title="AMD Desktop op 2dehands">2dehands</a>
</p>
<p class="blue">
<strong>Projector</strong>
</p>
<ul>
<li>Model : HP 070 </li>
<li>Price : 300 euro</li>
</ul>
<p></p>
<p>
Buy or bid on <a href="http://www.kapaza.be/detail/7792304/" target="_blank" title="Projector op Kapaza">Kapaza</a> , <a href="http://multimedia.tweedehands.net/beamers-projectoren/home-cinema-lcd-projector-tv.html" target="_blank" title="Projector op Tweedehands">Tweedehands</a> or <a href="http://www.2dehands.be/home-cinema-lcd-projector-tv-34739564.html" target="_blank" title="Projector op 2dehands">2dehands</a>
</p>
<p>
All products are working and in good condition. For more information or an appointment, you can <a href="http://www.digitalbase.eu/contact" title="Digital Base Contact Us">contact us</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/stuff-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New website online : www.blesentres.be</title>
		<link>http://www.digitalbase.eu/blog/new-website-online-wwwblesentresbe/</link>
		<comments>http://www.digitalbase.eu/blog/new-website-online-wwwblesentresbe/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 17:49:31 +0000</pubDate>
		<dc:creator>Gijs Nelissen</dc:creator>
				<category><![CDATA[Digital Base]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://dibav3.gnelisse.desktop01/blog/?p=36</guid>
		<description><![CDATA[We have just launched blesentres.be
Still alot of work to be done, but for now, this is a temporary version. Want to see more ? Follow the link...]]></description>
			<content:encoded><![CDATA[<p>
We just launched <a href="http://www.blesentres.be" target="_blank" title="Bles en Tres - Kinderkapsalon">www.blesentres.be</a>
</p>
<p>
<img src="/uploads/assets//blog/web-screens/bent-logomain.png" border="0" alt="Bles en Tres - Intro Page Previeuw" title="Bles en Tres" class="blogimg" /> 
</p>
<p>
Still alot to be done. But for now this is the online version. I added a few picture, if you want to see more just surf to  <a href="http://www.blesentres.be" target="_blank" title="Bles en Tres - Kinderkapsalon">www.blesentres.be</a>
</p>
<p>
<img src="/uploads/assets//blog/web-screens/bent-conceptart.png" border="0" alt="Bles &#038; Tres - Concept Art" title="Bles &#038; Tres - Concept Art" class="blogimg"/> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/new-website-online-wwwblesentresbe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

