<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Digital Base - Blog</title>
	<link>http://www.digitalbase.eu/blog</link>
	<description>A blog about webdesign, PHP, development and IT</description>
	<lastBuildDate>Wed, 10 Feb 2010 16:28:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>DigitalBase attending Symfony Live 2010</title>
		<description>You must know by now, Digital Base is using Symfony as the framework of choice for all web development projects.

Therefore all DigitalBase developers will be attending Symfony Live 2010. Monday evening we will travel to Paris by train with a delegation of 4 symfony geeks/fans/enthousiasts.

From the symfony 2010 website :

Sensio ...</description>
		<link>http://www.digitalbase.eu/blog/digitalbase-attending-symfony-live-2010/</link>
			</item>
	<item>
		<title>What is important in a PHP editor/IDE ?</title>
		<description>I've been building websites for a while now. So i could say i am quite experienced although my (programming) knowledge is limited mainly focussed on building php applications. As a developer time is expensive, that's why i am always looking for ways to speed up the web development process. A ...</description>
		<link>http://www.digitalbase.eu/blog/what-is-important-in-a-php-editoride/</link>
			</item>
	<item>
		<title>How to unsecure admin generated modules in Symfony</title>
		<description>You gotta love the admin generator... There's only one problem: it's secured by default (according to the symfony site).
But I want to use these modules in a non-secured environment.
Adding credentials: [] in the admin generator does not work... Why?
Look at your automoduleactions. You'll find a preExecute function:

  public function ...</description>
		<link>http://www.digitalbase.eu/blog/how-to-unsecure-admin-generated-modules/</link>
			</item>
	<item>
		<title>Simplifying Queries: Using sum, count, etc in Propel 1.3</title>
		<description>My old post handled Propel 1.2.

This is the way to do it in Propel 1.3
    
    $c = new Criteria();
    $c->add(FavoriteDatePeer::EVENTDATAPROPOSAL_ID, $this->getId());
    $c->addSelectColumn("SUM(".FavoriteDatePeer::SCORE.") as rank");

    $stmt = FavoriteDatePeer::doSelectStmt($c);
    $row = $stmt->fetch();
  ...</description>
		<link>http://www.digitalbase.eu/blog/simplifying-queries-using-sum-count-etc-in-propel-13/</link>
			</item>
	<item>
		<title>Symfony Plugin for Eclipse : SfDT</title>
		<description>I just found out someone is working on a new symfony plugin for eclipse, there used to be symfoclipse, but closed-source, commercial and no support for Eclipse 3.4. This new plugin works with symfony 1.0, 1.1 and 1.2. The website states it is tested with Eclipse 3.3.2 and PDT 1.0.2 ...</description>
		<link>http://www.digitalbase.eu/blog/symfony-plugin-for-eclipse-sfdt/</link>
			</item>
	<item>
		<title>using dbFormExtraPlugin for datepicker or datetimepicker</title>
		<description>For an internal web development project i was looking for a good date picker. I bounced onto sfFormExtraPlugin, but it took me a while to find the correct jquery &#38; jquery UI css &#38; javascript files and set the paths. I decided to create my owner datepicker based on the ...</description>
		<link>http://www.digitalbase.eu/blog/using-dbformextraplugin-for-datepicker-or-datetimepicker/</link>
			</item>
	<item>
		<title>What i love about Redmine</title>
		<description>I previously told you we moved from Trac to Redmine for project management (issue/ticket tracking, milestones, source control management). In this post i will tell you what i like about Redmine and compare it to our previous Trac setup.

From what i understand from the Trac mailing list &#38; some discussions ...</description>
		<link>http://www.digitalbase.eu/blog/what-i-love-about-redmine/</link>
			</item>
	<item>
		<title>PDT 2.0 for Eclipse is out</title>
		<description>If you are into PHP development, this might interest you : PDT 2.0 is out, download it here. Congrats to the PDT team for this great release and the respect of the deadline.




If you are wondering whats new, check this page. Have fun with it... </description>
		<link>http://www.digitalbase.eu/blog/pdt-20-for-eclipse-is-out/</link>
			</item>
	<item>
		<title>Pimpin our Blog</title>
		<description>We decided to take some time to "pimp" this blog. We still have a long "todo" list, this is just the start...

A quick before &#38; after :)
Before

New &#38; Improved


A quick list of what we did:

	integrated search box on top
	recent posts &#38; comments on top
	added links to search bar
	updated general layout ...</description>
		<link>http://www.digitalbase.eu/blog/pimpin-this-blog/</link>
			</item>
	<item>
		<title>Wordpress Coltrane &#8211; Upgraded to 2.7</title>
		<description>A new version of wordpress is out, codenamed "Coltrane". So what'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 "stick" a post to homepage
	 Theme update api, ...</description>
		<link>http://www.digitalbase.eu/blog/wordpress-coltrane-upgraded-to-27/</link>
			</item>
</channel>
</rss>
