<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Littledesign.nl - Article feed</title>
	    <copyright>Copyright (c) 2010, littledesign.nl</copyright>
	    <link>http://www.littledesign.nl</link>
	    <atom:link href="http://www.littledesign.nl/article/feed" rel="self" type="application/rss+xml" />
	    <language>nl</language>
	    <description>Littledesign.nl - Weblog about everything on the web</description>
	    <pubDate>Mon, 06 Sep 2010 07:13:03 +0200</pubDate>
	    		    <item>
				<title>ExtJS</title>
				<link>http://www.littledesign.nl/article/extjs</link>
				<guid>http://www.littledesign.nl/article/extjs</guid>
				<description>&lt;p&gt;In the coming weeks, I probably need to take a look at an ExtJS project at Beeldspraak. For that purpose I was trying to do some ExtJS building for myself this week.&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p&gt;But that isn&amp;#039;t that easy as it seems. I tried to recreate a grid from the example, but that didn&amp;#039;t even succeeded. I&amp;#039;ll have to give it another try, but I&amp;#039;m still looking forward working with it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It just looks good, and the code doesn&amp;#039;t even look that complicated. The one thing I do worry about a little is the speed of all that rendering. But for as far I&amp;#039;ve seen the project I&amp;#039;ll be working with and the examples, that isn&amp;#039;t even a problem.&lt;/p&gt;
&lt;p&gt;For examples you can check it our here: &lt;a title=&quot;ExtJS examples&quot; href=&quot;http://www.littledesign.nl/http://dev.sencha.com/deploy/dev/examples/&quot;&gt;ExtJS Examples&lt;/a&gt;&amp;nbsp;&lt;br /&gt;For the API you should be here: &lt;a title=&quot;ExtJS Documentation&quot; href=&quot;http://www.littledesign.nl/http://dev.sencha.com/deploy/dev/docs/&quot;&gt;ExtJS Documentation&lt;/a&gt;&lt;/p&gt;</description>
				<pubDate>Thu, 12 Aug 2010 16:40:00 +0200</pubDate>
		    </item>
				    <item>
				<title>Compiling PHP 5.3.2 on Snow Leopard</title>
				<link>http://www.littledesign.nl/article/compiling-php-5-3-2-on-snow-leopard</link>
				<guid>http://www.littledesign.nl/article/compiling-php-5-3-2-on-snow-leopard</guid>
				<description>&lt;p&gt;Everybody that compiles PHP itself on Snow Leopard, has probably bumped into the iconv errors. When I was building the &lt;a title=&quot;Wordpress 3 theme&quot; href=&quot;http://www.littledesign.nl/http://littledesign.nl/article/wordpress&quot;&gt;Wordpress 3 theme&lt;/a&gt;, I kept getting errors about &lt;em&gt;imagecreatefromstring&lt;/em&gt; and &lt;em&gt;imagejpeg&lt;/em&gt;. Somewhere I found that it had to do with GD and libJPEG, so I tried to compile PHP again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But no luck at first, I ran into the iconv errors pretty fast. But this time I found &lt;a title=&quot;Sean Coates&quot; href=&quot;http://www.littledesign.nl/http://seancoates.com/php-53-on-snow-leopard&quot;&gt;a post from Sean Coates&lt;/a&gt;. The trick was to compile a new version of iconv, and apply his patch. (I forgot that last part, that didn&amp;#039;t work, only with the patch I could compile). That&amp;#039;s all I used from his post. I didn&amp;#039;t install homebrew, I didn&amp;#039;t reinstall Apache, I just installed iconv, applied his patch and &lt;em&gt;make&lt;/em&gt; was a success!&amp;nbsp;&lt;/p&gt;</description>
				<pubDate>Mon, 05 Jul 2010 20:09:00 +0200</pubDate>
		    </item>
				    <item>
				<title>Wordpress</title>
				<link>http://www.littledesign.nl/article/wordpress</link>
				<guid>http://www.littledesign.nl/article/wordpress</guid>
				<description>&lt;p&gt;Since a week or two, I started looking into Wordpress. Last week I downloaded Wordpress 3.0 and started building a new theme. I&amp;#039;m developing a fully customizable theme for a family member. Coming from the Symfony framework and before that a custom framework with the Smarty template engine, Wordpress was yet again a new way of programming. It&amp;#039;s still procedural based, but you need to build the widgets OO.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need to dive some more in all the hooks Wordpress has, that&amp;#039;s some magic I haven&amp;#039;t figured just yet. But now I&amp;#039;ve been busy for a few days, the development goes pretty quick. A lot of functionality is already present, like categories, blogroll, recent posts and comments. I just need to figure out how you can alter the output from a widget. Like the categories widget, I like to show them in a tag-cloud manor, but how to change the ouput I haven&amp;#039;t found out yet. But I guess that shouldn&amp;#039;t be all to hard.&lt;/p&gt;</description>
				<pubDate>Mon, 28 Jun 2010 22:18:00 +0200</pubDate>
		    </item>
				    <item>
				<title>MacJournal and my Symfony blog</title>
				<link>http://www.littledesign.nl/article/macjournal-and-my-symfony-blog</link>
				<guid>http://www.littledesign.nl/article/macjournal-and-my-symfony-blog</guid>
				<description>&lt;p&gt;So, now I wrote my blog with Symfony, I lost the possibility to write my blogposts with&amp;nbsp;&lt;a href=&quot;http://www.littledesign.nl/http://www.marinersoftware.com/sitepage.php?page=85&quot;&gt;MacJournal&lt;/a&gt;. After a quick search, I discovered they support the XML-RPC protocol, I didn&amp;#039;t knew that one yet, but after a quick look, it looked a but like SOAP, but please correct me if I&amp;#039;m wrong!&lt;/p&gt;
&lt;p&gt;I also discovered, that the specifications of XML-RPC where last updated June 2003! Also I couldn&amp;#039;t find any good documentation about the requests MacJournal does.&lt;/p&gt;
&lt;p&gt;Anybody has some tips for me? I did find some Blogger API&amp;#039;s, that would be possible to integrate as well. If it all works out, I will publish it as an Symfony Plugin.&lt;/p&gt;</description>
				<pubDate>Tue, 18 May 2010 23:17:00 +0200</pubDate>
		    </item>
				    <item>
				<title>Control Panel</title>
				<link>http://www.littledesign.nl/article/control-panel</link>
				<guid>http://www.littledesign.nl/article/control-panel</guid>
				<description>&lt;p&gt;Since about 3 weeks I&amp;#039;m thinking of creating a simple control panel, starting simple for my own domains, but might be expanding and Open Source it. But every time I make some time for it, I keep bumping into the problem: it&amp;#039;s not as simple as it seems.&lt;/p&gt;
&lt;p&gt;There are a lot of things to keep in mind, for instance, for my own needs I need to create email-addresses and mailboxes. But a logical step is to maintain the domains and there virtualhosts as well. With that, the next logical step would be to maintain clients, because a domain doesn&amp;#039;t stand on itself. So every time I start working on it, I soon give up for that time, because I still need to create a solid database design.&lt;/p&gt;
&lt;p&gt;If only there were more then 24 hours in a day...&lt;/p&gt;</description>
				<pubDate>Sun, 16 May 2010 00:24:00 +0200</pubDate>
		    </item>
				    <item>
				<title>Javascript and jQuery</title>
				<link>http://www.littledesign.nl/article/javascript-and-jquery</link>
				<guid>http://www.littledesign.nl/article/javascript-and-jquery</guid>
				<description>&lt;p&gt;Since I learned the power of Javascript and jQuery, I like to build a nice project with them, the only problem is... I have no idea&amp;#039;s what to make. I already thought of making a Symfony plugin, something in combination with sfForm. But making a Symfony plugin is from a whole different level, I still want to do that once, but for now I just like to create something free. Not bound to a specific platform expect for jQuery.&lt;!-- pagebreak --&gt;I already googled for jQuery plugin request, but I couldn&amp;#039;t find much. A thing I did think about, was making some sort of desk, something where you can stack blocks, where you could shuffle items. Something like &lt;a href=&quot;http://www.littledesign.nl/http://www.youtube.com/watch?v=M0ODskdEPnQ&quot;&gt;BumpTop&lt;/a&gt;, but a bit less complex. But even without a lot of complexity, it still seemed a bit undoable.&lt;/p&gt;
&lt;p&gt;Although, now I&amp;#039;m writing about it, it stil sounds pretty cool te at least give it a try. I should build some sort of API for it as well, so you can connect AJaX requests to it.&lt;/p&gt;
&lt;p&gt;Have some other ideas I can build? Please let me know in the comments or via the &lt;a href=&quot;http://www.littledesign.nl/contact&quot;&gt;contact&lt;/a&gt; page.&lt;/p&gt;</description>
				<pubDate>Mon, 03 May 2010 00:00:00 +0200</pubDate>
		    </item>
				    <item>
				<title>Welcome on my new blog!</title>
				<link>http://www.littledesign.nl/article/welcome-on-my-new-blog</link>
				<guid>http://www.littledesign.nl/article/welcome-on-my-new-blog</guid>
				<description>&lt;p&gt;I tried blogging multiple times, but al the times they failed. Or actually, I failed. When I started those blogs, I always wanted it to be a bit personal, to tell something about myself, but eventually I found that I&amp;#039;m rather dull, I just can&amp;#039;t find enough to talk about. Usually I blogged about something I found on the internet, or I showed by newest photo&amp;#039;s. But not enough to really be an interesting blog. Things I sometimes wanted to blog about weren&amp;#039;t suited for the people that read my blog, because it was to technical.&lt;/p&gt;
&lt;p&gt;&lt;!-- pagebreak --&gt;So I decided to create a new blog, a blog where I can write about technical stuff, where people would come because of the technical stuff. That is the reason I blog in English now, although my native language is dutch, as I come from the Netherlands. If I screw up on my English, let me know, I&amp;#039;ll work on it.&lt;/p&gt;
&lt;p&gt;The blog you&amp;#039;re now reading is made with the &lt;a href=&quot;http://www.littledesign.nl/http://www.symfony-project.org&quot;&gt;Symfony Framework&lt;/a&gt;, a fantastic framework created by Sensiolabs, a french company that develops web applications. The first time I worked with Symfony, it was for the company I work for, &lt;a href=&quot;http://www.littledesign.nl/http://www.beeldspraak.com&quot;&gt;Beeldspraak&lt;/a&gt;. We had an existing application wich grew pretty fast, and we needed a new solid base for that platform. A colleague that just started to work for us, introduced us. After a while I got totally hooked to Symfony, personally I had not worked with a framework like this, so it took me a while to get the hang of it, but I enjoy it very much.&lt;/p&gt;
&lt;p&gt;I hope you enjoy my blog and if you want me to write about specific topic, just &lt;a href=&quot;http://www.littledesign.nl/contact&quot;&gt;let me know&lt;/a&gt;.&lt;/p&gt;</description>
				<pubDate>Wed, 28 Apr 2010 00:00:00 +0200</pubDate>
		    </item>
			</channel>
</rss>