<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jasha.eu</title>
    <atom:link href="https://www.jasha.eu/rss.xml" rel="self" type="application/rss+xml"/>
    <link>https://www.jasha.eu</link>
    <description>RSS feed for jasha.eu</description>
    
    <item>
        <title><![CDATA[New Rules for Enterprise UX and AI]]></title>
        <link>https://www.jasha.eu/blogposts/2025/11/enterprise-ux-conference.html</link>
        <pubDate>Mon, 24 Nov 2025 18:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="true">https://www.jasha.eu/blogposts/2025/11/enterprise-ux-conference.html</guid>
        
        
        <description><![CDATA[The Enterprise UX conference highlighted the necessity of shifting from controlling software to collaborating with AI, which conference speakers described as a 'colleague.' Success requires tackling organizational resistance and proving value, while design must embrace the Jobs to be Done (JTBD) framework and sentient design to manage this complexity. Ultimately, building Trustworthy AI relies on strong, well-defined Information Architecture, not just the models themselves.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Migration from Jekyll to Eleventy]]></title>
        <link>https://www.jasha.eu/blogposts/2020/06/migration-from-jekyll-to-eleventy.html</link>
        <pubDate>Mon, 01 Jun 2020 18:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="true">https://www.jasha.eu/blogposts/2020/06/migration-from-jekyll-to-eleventy.html</guid>
        
        
        <description><![CDATA[Jekyll and Eleventy are static site generators. I have migrated my site from Jekyll to Eleventy, and wanted to keep the existing functionality on the same URLs. This post describes how I have accomplished that.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Assumptions based on past experiences]]></title>
        <link>https://www.jasha.eu/blogposts/2019/07/assumptions-based-on-past-experiences.html</link>
        <pubDate>Wed, 03 Jul 2019 18:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="true">https://www.jasha.eu/blogposts/2019/07/assumptions-based-on-past-experiences.html</guid>
        
        
        <description><![CDATA[This morning I was cycling to work and suddenly I heard a strange noise coming from the back of my bike. My initial thought was that my bag had fallen off so I stopped. The bag was still tied to the luggage carrier. I had made an assumption based on ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[The time element in Safari and VoiceOver]]></title>
        <link>https://www.jasha.eu/blogposts/2019/05/voiceover-safari-time-element.html</link>
        <pubDate>Mon, 06 May 2019 14:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="true">https://www.jasha.eu/blogposts/2019/05/voiceover-safari-time-element.html</guid>
        
        
        <description><![CDATA[HTML5 has a semantic element for time. It can represent a specific period in time: a date, time or duration. It has an optional datetime attribute for the machine readable version of the text contents. I was curious how Apple’s screenreader VoiceOver]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[SAML Authentication with AngularJS and Spring Security]]></title>
        <link>https://www.jasha.eu/blogposts/2015/10/saml-authentication-angularjs-spring-security.html</link>
        <pubDate>Mon, 26 Oct 2015 07:51:44 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[AngularJS]]></category>
        
        <category><![CDATA[Javascript]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=314</guid>
        
        
        <description><![CDATA[At Onegini we’re developing a web application with AngularJS in the front end and Spring Boot with Spring Security in the back-end. During the initial development, we were using basic authentication (username & password) for the log-in, but this does]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[iSwitched]]></title>
        <link>https://www.jasha.eu/blogposts/2014/10/iswitched.html</link>
        <pubDate>Tue, 21 Oct 2014 07:41:10 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apple]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=294</guid>
        
        
        <description><![CDATA[After 5 years of using different Android phones I switched to an iPhone. In 2009 I bought an HTC Hero, which was replaced by the HTC Desire a year later. Then my former employer gave me a Samsung Galaxy S2 which was replaced by the S3 after I switche]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Retrieve Facebook profile data in Java: Apache Oltu]]></title>
        <link>https://www.jasha.eu/blogposts/2013/09/retrieve-facebook-profile-data-java-apache-oltu.html</link>
        <pubDate>Wed, 25 Sep 2013 09:45:19 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Oltu]]></category>
        
        <category><![CDATA[Facebook]]></category>
        
        <category><![CDATA[OAuth]]></category>
        
        <category><![CDATA[Social Media]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=247</guid>
        
        
        <description><![CDATA[An explanation with code examples how to retrieve Facebook profile data using Apache Oltu.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Retrieve Facebook profile data in Java: Spring Social]]></title>
        <link>https://www.jasha.eu/blogposts/2013/09/retrieve-facebook-profile-data-java-spring-social.html</link>
        <pubDate>Tue, 24 Sep 2013 10:00:25 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Facebook]]></category>
        
        <category><![CDATA[OAuth]]></category>
        
        <category><![CDATA[Social Media]]></category>
        
        <category><![CDATA[Spring]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=240</guid>
        
        
        <description><![CDATA[An explanation with code examples how to retrieve Facebook profile data using Spring Social.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Retrieve Facebook profile data in Java: Scribe]]></title>
        <link>https://www.jasha.eu/blogposts/2013/09/facebook-profile-data-java-scribe.html</link>
        <pubDate>Mon, 23 Sep 2013 14:28:52 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Facebook]]></category>
        
        <category><![CDATA[OAuth]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=230</guid>
        
        
        <description><![CDATA[An explanation with code examples how to retrieve Facebook profile data using Scribe.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[WidgetGap: a Wookie & Cordova (PhoneGap) mashup widget]]></title>
        <link>https://www.jasha.eu/blogposts/2012/10/widgetgap-wookie-cordova-phonegap-mashup-widget.html</link>
        <pubDate>Wed, 17 Oct 2012 08:30:03 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Cordova]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        <category><![CDATA[Apache Wookie]]></category>
        
        <category><![CDATA[PhoneGap]]></category>
        
        
        <guid isPermaLink="false">http:/?p=149</guid>
        
        
        <description><![CDATA[I knew PhoneGap as a tool to make native mobile apps from HTML, CSS and JavaScript, but had never used it myself. When I had to debug a PhoneGap application I read that the project you’re uploading is basically a W3C widget. I should have known from ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Fronteers 2012]]></title>
        <link>https://www.jasha.eu/blogposts/2012/10/fronteers-2012.html</link>
        <pubDate>Sun, 07 Oct 2012 12:25:36 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=126</guid>
        
        
        <description><![CDATA[Even though most of the web development I do now is in the backend, I started with HTML in 1995 before I learned programming Java. In 2010 I attended the Fronteers conference and came back excited about the new CSS and JavaScript tricks. This is why ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Apache Rave Hackathon]]></title>
        <link>https://www.jasha.eu/blogposts/2012/06/apache-rave-hackathon.html</link>
        <pubDate>Mon, 18 Jun 2012 20:43:39 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=119</guid>
        
        
        <description><![CDATA[Last Wednesday was the first Apache Rave Hackathon in Utrecht, The Netherlands. We started with a little exercise because the fire alarm went off. There was a small accident in the railway station, so we had to leave the adjacent office building. Luc]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Automated testing with JBehave]]></title>
        <link>https://www.jasha.eu/blogposts/2012/04/automated-testing-with-jbehave.html</link>
        <pubDate>Fri, 13 Apr 2012 13:15:09 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Rave]]></category>
        
        <category><![CDATA[JBehave]]></category>
        
        <category><![CDATA[testing]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2012/04/automated-testing-with-jbehave.html</guid>
        
        
        <description><![CDATA[What do developers like most? Build new software! What do developers hate most? Testing and writing documentation! Why would you write tests? It slows down your process of making new software. If you can write that new feature in an hour, why spend a]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[What is bundled with Apache Rave?]]></title>
        <link>https://www.jasha.eu/blogposts/2012/03/what-is-bundled-with-apache-rave.html</link>
        <pubDate>Tue, 13 Mar 2012 17:27:50 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2012/03/what-is-bundled-with-apache-rave.html</guid>
        
        
        <description><![CDATA[When you download and run the demo binaries of Apache Rave you see the demo portal in your browser on http://localhost:8080. The demo portal is built using Spring MVC for the request handling, Spring Security to manage access to the portal and OpenJP]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Apache Rave (Incubating) demo: add user and widget]]></title>
        <link>https://www.jasha.eu/blogposts/2012/01/apache-rave-incubating-demo-add-user-and-widget.html</link>
        <pubDate>Mon, 23 Jan 2012 08:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2012/01/apache-rave-incubating-demo-add-user-and-widget.html</guid>
        
        
        <description><![CDATA[Apache Rave is rapidly evolving to a production ready web and social mashup engine. This demo video shows you how a user can sign up, add existing widgets to his pages and add a completely new widget. reCAPTCHA and fetching the widget metadata were a]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Apache Rave presentation at the ROLE developer camp]]></title>
        <link>https://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-at-role-developer-camp.html</link>
        <pubDate>Wed, 30 Nov 2011 17:30:41 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-at-role-developer-camp.html</guid>
        
        
        <description><![CDATA[This is the presentation I gave about Apache Rave during the ROLE project developer camp in Leuven, Belgium:Can’t see the presentation? You can download the PDF (1.1 MB).]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Apache Rave on your iPhone]]></title>
        <link>https://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-on-a-mobile-device.html</link>
        <pubDate>Mon, 14 Nov 2011 18:21:08 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-on-a-mobile-device.html</guid>
        
        
        <description><![CDATA[One of the newest features in Apache Rave (Incubating) is a mobile view for the portal. Using Spring Mobile, the portal detects that the visitor uses a mobile device and renders a more lightweight view. The title bar is bigger to make it easier to ex]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Apache Rave demo video]]></title>
        <link>https://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-demo-video.html</link>
        <pubDate>Sun, 06 Nov 2011 13:12:47 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Rave]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/11/apache-rave-incubating-demo-video.html</guid>
        
        
        <description><![CDATA[I’ve been working a lot on Apache Rave lately. Apache Rave is a new light-weight, open source portal that uses OpenSocial gadgets and W3C widgets to render content. You may have already used OpenSocial gadgets in iGoogle or Atlassian Jira without bei]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Google+ minus 1]]></title>
        <link>https://www.jasha.eu/blogposts/2011/11/google-minus-1.html</link>
        <pubDate>Wed, 02 Nov 2011 20:21:59 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/11/google-minus-1.html</guid>
        
        
        <description><![CDATA[A social network is like the new hip club in town. The innovators start a place that is hip, maybe a bit underground. They invite their friends who are not mainstream but know how to create a good atmosphere. Those early adopters invite their friends]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Cleaning up the WYSIWYG HTML]]></title>
        <link>https://www.jasha.eu/blogposts/2011/10/cleaning-up-the-wysiwyg-html.html</link>
        <pubDate>Sat, 29 Oct 2011 11:09:55 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/10/cleaning-up-the-wysiwyg-html.html</guid>
        
        
        <description><![CDATA[My blog is built with Hippo CMS and the Hippo Site Toolkit. This means that I use the Xinha (Is Not HtmlArea) WYSIWYG editor to type the content of my blogposts. The Xinha editor does its job, but has its limitations. Editors may mess up the HTML wit]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[GOTO Amsterdam — day 2]]></title>
        <link>https://www.jasha.eu/blogposts/2011/10/goto-amsterdam-day-2.html</link>
        <pubDate>Fri, 14 Oct 2011 19:48:15 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/10/goto-amsterdam-day-2.html</guid>
        
        
        <description><![CDATA[The day started slowly, probably because most of the attendees went to The Tara last evening. I didn’t and wrote a blogpost, sorry for being nerdy 😉Keynote: live demoThe keynote was a demonstration of Lively Kernel: a JavaScript IDE written in JavaS]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[GOTO Amsterdam 2011 Conference — day 1]]></title>
        <link>https://www.jasha.eu/blogposts/2011/10/goto-amsterdam-day-1.html</link>
        <pubDate>Thu, 13 Oct 2011 19:02:51 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/10/goto-amsterdam-day-1.html</guid>
        
        
        <description><![CDATA[The GOTO Conference came to Amsterdam and its wide variety of subjects (Java, JavaScript, HTML5, Agile, even .Net) made me decide to spend a part of my training/conference budget I get from Hippo.DartThe day started with the usual registration and go]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Tell me your storage medium and I know how old you are]]></title>
        <link>https://www.jasha.eu/blogposts/2011/07/tell-me-your-storage-medium-and-i-know-how-old-you-are.html</link>
        <pubDate>Wed, 20 Jul 2011 19:00:05 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/07/tell-me-your-storage-medium-and-i-know-how-old-you-are.html</guid>
        
        
        <description><![CDATA[MacOS X Lion has been released earlier today as 3.5 GB download instead of on a DVD. This was a conversation starter for me and my colleague Mathijs who is the same age as me. We remembered loading games from eight 1.44MB disks and then number 7 was ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[San Francisco — Day one]]></title>
        <link>https://www.jasha.eu/blogposts/2011/06/san-francisco-day-one.html</link>
        <pubDate>Sun, 05 Jun 2011 02:08:29 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/06/san-francisco-day-one.html</guid>
        
        
        <description><![CDATA[Next week I ’have’ to work at a customer in San Francisco. “Have” to because it’s not a punishment to go to this city 🙂 I arrived yesterday but after the trip and the waiting at the customs I was too tired to do anything. So today was the first whol]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Send email with iCalendar events from your website]]></title>
        <link>https://www.jasha.eu/blogposts/2011/04/send-email-with-icalendar-events-from-your-website.html</link>
        <pubDate>Mon, 04 Apr 2011 09:00:09 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        <category><![CDATA[iCal4j]]></category>
        
        <category><![CDATA[iCalendar]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/04/send-email-with-icalendar-events-from-your-website.html</guid>
        
        
        <description><![CDATA[Let’s say your website or intranet contains information about events, seminars, or courses. Your visitors can view them and subscribe online to attend the events. Wouldn’t it be nice if they receive an email that contains all the event data in the co]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Coffee gone, is that 404 or 410?]]></title>
        <link>https://www.jasha.eu/blogposts/2011/02/coffee-gone-is-that-404-or-410.html</link>
        <pubDate>Wed, 23 Feb 2011 17:44:39 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/02/coffee-gone-is-that-404-or-410.html</guid>
        
        
        <description><![CDATA[The Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0) is most known for its own status code 418 (I’m a teapot). For most other status codes the specification says that normal HTTP return codes are used to indicate difficulties of the HTCPCP server.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[It works on my machine — Maven site plugin]]></title>
        <link>https://www.jasha.eu/blogposts/2011/01/it-works-on-my-machine.html</link>
        <pubDate>Fri, 14 Jan 2011 16:09:25 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Maven]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/01/it-works-on-my-machine.html</guid>
        
        
        <description><![CDATA[Today I had a very strange case with the Maven site plugin using Maven 2.2. The site and the reports built fine on my machine but failed on several other machines. One of these was the server that hosts the documentation so I had to fix it. It failed]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Freemarker as HST rendering template]]></title>
        <link>https://www.jasha.eu/blogposts/2011/01/freemarker-as-hst-rendering-template.html</link>
        <pubDate>Tue, 04 Jan 2011 07:30:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Freemarker]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        <category><![CDATA[JSP]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2011/01/freemarker-as-hst-rendering-template.html</guid>
        
        
        <description><![CDATA[The common templating engine for HST sites is JSP. Most Java web developers know it and there are plenty of libraries available. However JSP is not the only possibility to render your page. Woonsan wrote blogposts about using Spring MVC with the HST.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Open sourced my Hippo blog]]></title>
        <link>https://www.jasha.eu/blogposts/2010/11/open-sourced-my-hippo-blog.html</link>
        <pubDate>Sun, 14 Nov 2010 10:49:39 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/11/open-sourced-my-hippo-blog.html</guid>
        
        
        <description><![CDATA[Half a year ago I started making my own blog using Hippo CMS and Hippo Site Toolkit. I didn’t like the Blogger tagsoup, wanted to use HTML5 and CSS3. I also wanted to control my data. Yes there are maybe more blogging engines than toothpaste brands b]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Videos of the Fronteers 2010 conference]]></title>
        <link>https://www.jasha.eu/blogposts/2010/10/videos-of-fronteers-2010.html</link>
        <pubDate>Sat, 23 Oct 2010 11:15:37 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[CSS]]></category>
        
        <category><![CDATA[HTML]]></category>
        
        <category><![CDATA[Javascript]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/10/Videos-of-Fronteers-2010.html</guid>
        
        
        <description><![CDATA[Back in 1995 the web was pretty simple. Most webpages were either boring serif text on a grey background or were completely built up with images which made them very slow to load in Mosaïc using a 14k4 modem. Then the font, blink and marquee tags rul]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Reusing content with Hippo CMS]]></title>
        <link>https://www.jasha.eu/blogposts/2010/07/reusing-content-with-hippo-cms.html</link>
        <pubDate>Tue, 27 Jul 2010 07:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/07/Reusing-content-with-Hippo-CMS.html</guid>
        
        
        <description><![CDATA[It may sound very simple, but it’s something we have to keep telling: in Hippo CMS you’re managing content, not webpages. Even for a simple site as mine, a document can appear in multiple forms. There’s the detail page of a blog post which you may se]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Show Tweets with HST and Twitter4J]]></title>
        <link>https://www.jasha.eu/blogposts/2010/07/show-tweets-with-hst-and-twitter4j.html</link>
        <pubDate>Tue, 20 Jul 2010 19:34:30 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        <category><![CDATA[Social Media]]></category>
        
        <category><![CDATA[Twitter]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/07/show-tweets-with-hst-and-twitter4j.html</guid>
        
        
        <description><![CDATA[My five latest Tweets used show up on my site. In this blog I’ll explain how you can add such a block to your HST site.For the Twitter component I have used Twitter4J to retrieve my latest tweets. The first step is to add its dependency to your CMS p]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Web development tools I use at Hippo]]></title>
        <link>https://www.jasha.eu/blogposts/2010/06/web-development-tools-i-use-at-hippo.html</link>
        <pubDate>Wed, 16 Jun 2010 21:45:52 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/06/Web-development-tools-I-use-at-Hippo.html</guid>
        
        
        <description><![CDATA[Earlier this week a customer with its own development department asked us which tools we use for measuring quality and performance of websites. In this blogpost I’ll describe some of the tools I use to check the HTML and CSS. I know there are more to]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[My QR code]]></title>
        <link>https://www.jasha.eu/blogposts/2010/06/my-qr-code.html</link>
        <pubDate>Tue, 08 Jun 2010 17:52:30 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/06/My-QR-code.html</guid>
        
        
        <description><![CDATA[A QR Code is a matrix code (or two-dimensional bar code) created by Japanese corporation Denso-Wave in 1994. The “QR” is derived from “Quick Response”, as the creator intended the code to allow its contents to be decoded at high speed.Since I have my]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Components in my blog: Properties component]]></title>
        <link>https://www.jasha.eu/blogposts/2010/05/components-in-my-blog-properties-component.html</link>
        <pubDate>Mon, 24 May 2010 09:30:50 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/05/components-in-my-blog-properties-component.html</guid>
        
        
        <description><![CDATA[This blogpost is about the Hippo Forge Properties component. This component allows you to manage labels for your website instead of hardcoding them into the JSP.My website is mostly an extended version of the Hippo Site Toolkit demo project. I did a ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[First blogpost in Hippo]]></title>
        <link>https://www.jasha.eu/blogposts/2010/05/first-blogpost-in-hippo.html</link>
        <pubDate>Sun, 16 May 2010 16:07:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/blogposts/2010/05/First-blogpost-in-Hippo.html</guid>
        
        
        <description><![CDATA[This is my first blogpost written in Hippo CMSI wanted to build my own website and get rid of the tagsoup produced by Blogger. That’s why I built my own site using Hippo CMS and Hippo Site toolkit. It’s not finished yet (is a website ever finished?) ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Generate RSS in JSP? Set the locale!]]></title>
        <link>https://www.jasha.eu/blogposts/2009/12/generate-rss-in-jsp-set-locale.html</link>
        <pubDate>Thu, 10 Dec 2009 08:55:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        <category><![CDATA[JSP]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=30</guid>
        
        
        <description><![CDATA[The RSS pubDate fields contain dates in a format that may be human-readable, but not very handy from a programmer’s point of view. According to the RSS specification, the date must conform to the RFC822 specification. A typical RSS snippet looks like]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Generate the robots.txt from Hippo CMS]]></title>
        <link>https://www.jasha.eu/blogposts/2009/10/generate-robotstxt-from-hippo-cms.html</link>
        <pubDate>Sun, 25 Oct 2009 12:53:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=31</guid>
        
        
        <description><![CDATA[The robots.txt is a response from your website that is unimportant for your human visitors but very important for search engine crawlers. That’s why we created a Hippo CMS / Hippo Site Toolkit (HST) plugin to manage the robots.txt in the CMS and retu]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[The Google Future]]></title>
        <link>https://www.jasha.eu/blogposts/2009/07/google-future.html</link>
        <pubDate>Thu, 09 Jul 2009 07:18:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=33</guid>
        
        
        <description><![CDATA[It’s 2012. EU regulations require a choice between at least 2 operating systems when buying a new computer. Since the introduction of these regulations the Windows market share dropped to 15% on new computers, against 65% for Google Chrome OS (GCO).D]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Hippo Site Toolkit Query interface and pagination]]></title>
        <link>https://www.jasha.eu/blogposts/2009/06/hippo-site-toolkit-query-interface-and.html</link>
        <pubDate>Thu, 04 Jun 2009 16:50:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=34</guid>
        
        
        <description><![CDATA[Today an interesting question came from a developer of one of our implementation partners. He wanted to list items from our JCR repository and use pagination. In this post I tried to make a summary out of the conversation.The query was:HstQuery query]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[I don’t want to register before downloading]]></title>
        <link>https://www.jasha.eu/blogposts/2009/05/i-dont-want-to-register-before.html</link>
        <pubDate>Sat, 16 May 2009 10:47:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=35</guid>
        
        
        <description><![CDATA[Okay I just wanted to try the “community edition” of some software. So I clicked on the big download button and then… I had to login. Because I don’t have an account yet I had to register first. So I filled in all required field like my email address]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Hippo developer training]]></title>
        <link>https://www.jasha.eu/blogposts/2009/04/hippo-developer-training.html</link>
        <pubDate>Mon, 27 Apr 2009 06:20:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=36</guid>
        
        
        <description><![CDATA[Hippo let me follow the three day developer training for CMS 7 and Hippo Site Toolkit 2 (HST2) by Jeroen Reijn. I don’t live inside a cocoon so I knew already which new products had been developed. Until now I hadn’t done any implementation yet with ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[My Friday at ApacheCon Europe 2009]]></title>
        <link>https://www.jasha.eu/blogposts/2009/03/my-friday-at-apachecon-europe-2009.html</link>
        <pubDate>Sat, 28 Mar 2009 19:20:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=38</guid>
        
        
        <description><![CDATA[Last Friday I went to the third conference day of ApacheCon Europe 2009.Becoming a Tomcat superuserIn this “Geeks for geeks” session Mark Thomas explained about the Subversion structure of the Apache Tomcat project and how to build the several versio]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[ApacheCon Maven Meetup: Eclipse IAM and Maven Release plugin]]></title>
        <link>https://www.jasha.eu/blogposts/2009/03/eclipse-iam-maven-release-plugin.html</link>
        <pubDate>Tue, 24 Mar 2009 06:44:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Maven]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=40</guid>
        
        
        <description><![CDATA[Tools like Maven should make life easier for a developer, but it can be even easier. Maven is mainly a command line tool, but most developers use some kind of IDE like Eclipse to speed up development. With Eclipse IAM, Maven gets integrated into Ecli]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Attending ApacheCon EU 2009]]></title>
        <link>https://www.jasha.eu/blogposts/2009/03/attending-apachecon-eu-2009.html</link>
        <pubDate>Mon, 23 Mar 2009 10:10:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=41</guid>
        
        
        <description><![CDATA[Welcome everyone in Amsterdam for the ApacheCon EU 2009. Apologies for the typical Dutch weather, it will be raining all week. I will attend the Maven Meetup this evening and the last conference day (Friday). I’ll try to blog about it and take some p]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Switching to fibreglass]]></title>
        <link>https://www.jasha.eu/blogposts/2009/03/switching-to-fibreglass.html</link>
        <pubDate>Sun, 01 Mar 2009 13:54:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=42</guid>
        
        
        <description><![CDATA[This weekend I switched to XMS fibreglass for Internet, radio/TV and phone. They only charge 50 Euro per month for a 50 Mbps (up and down) internet connection, 40+ TV & 30 radio channels and a phone line.The fibreglass modem and my Fon WiFi router ar]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[How to add the YouTube plugin in Hippo CMS 7]]></title>
        <link>https://www.jasha.eu/blogposts/2009/02/how-to-add-youtube-plugin-in-hippo-cms.html</link>
        <pubDate>Fri, 13 Feb 2009 16:35:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=44</guid>
        
        
        <description><![CDATA[The YouTube Template Plug-in is a very small, but cool project in the Hippo ECM forge. The plugin was created by our former intern Jeroen Tietema. With this plug-in you can easily add YouTube videos to your documents. In this blog I’ll explain how to]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Superfast Wifi]]></title>
        <link>https://www.jasha.eu/blogposts/2009/02/superfast-wifi.html</link>
        <pubDate>Mon, 02 Feb 2009 17:33:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=45</guid>
        
        
        <description><![CDATA[My FON Wifi router made Windows think it had a 150 Mbps connection. Pretty fast! Too bad the connection did not work and I had to reboot the FON router.Wifi connection status: 150 Mbps]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Overpriced memory]]></title>
        <link>https://www.jasha.eu/blogposts/2009/01/overpriced-memory.html</link>
        <pubDate>Sat, 31 Jan 2009 16:34:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=46</guid>
        
        
        <description><![CDATA[Curious how much an upgrade of my iMac’s memory from 2×1 to 2×2 GB memory would cost I went to the online Apple store. Apple asks €140 for 2 GB of RAM. Thinking it would be a tiny bit overpriced I googled for other online stores and found out that co]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Devoxx 2008]]></title>
        <link>https://www.jasha.eu/blogposts/2008/12/devoxx-2008.html</link>
        <pubDate>Fri, 12 Dec 2008 15:59:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=48</guid>
        
        
        <description><![CDATA[Hippo let me go to Devoxx, the Java developers conference formerly known as Javapolis. In this post I’ll try to cover most of what I have seen and heard and be warned. It’s the longest post I have ever written.Very early in the morning we took the tr]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Pimp your Gmail]]></title>
        <link>https://www.jasha.eu/blogposts/2008/11/pimp-your-gmail.html</link>
        <pubDate>Thu, 20 Nov 2008 22:10:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=49</guid>
        
        
        <description><![CDATA[Hurrah, Google has introduced themes in Gmail. Now you can choose to make it look like your desk or use old school terminal style. Not really useful but fun to play with.Gmail desk theme]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Removable magnetic media]]></title>
        <link>https://www.jasha.eu/blogposts/2008/11/removable-magnetic-media.html</link>
        <pubDate>Sun, 09 Nov 2008 11:20:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=50</guid>
        
        
        <description><![CDATA[After 3 years my new apartment is full with stuff, so I can either move to a bigger place or clean up a bit. The first option is a bit expensive, that’s why I chose the latter. Throwing away is not always that easy. There is no undelete of the garbag]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[An Apple patch a day]]></title>
        <link>https://www.jasha.eu/blogposts/2008/09/apple-patch-day.html</link>
        <pubDate>Thu, 25 Sep 2008 21:47:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apple]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=51</guid>
        
        
        <description><![CDATA[I wonder who does the Mac OS X patch planning. Since last week the Apple Software-update gave me patches on 4 different days. Can’t they collect their patches and release them on one day? It’s not like Apple is in a hurry (DNS bug fix).Releasing a lo]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[More than 230.000 documents in Hippo Repository]]></title>
        <link>https://www.jasha.eu/blogposts/2008/09/more-than-230000-documents-in-hippo.html</link>
        <pubDate>Tue, 23 Sep 2008 15:32:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=52</guid>
        
        
        <description><![CDATA[Two months ago I blogged about importing lots of data into Hippo Repository. The import was not just an experiment, it was for a real website. The website is now up and running!For performance reasons we only put the imported documents into the www t]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Meme (me)]]></title>
        <link>https://www.jasha.eu/blogposts/2008/09/meme-me.html</link>
        <pubDate>Sat, 20 Sep 2008 15:12:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=53</guid>
        
        
        <description><![CDATA[Via Jeremy:Meme (me)Take a picture of yourself right now.Don’t change your clothes, don’t fix your hair…just take a picture.Post that picture with NO editing.Post these instructions with your picture.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Steve, did you approve the iTunes Genius UI?]]></title>
        <link>https://www.jasha.eu/blogposts/2008/09/steve-did-you-approve-itunes-genius-ui.html</link>
        <pubDate>Sat, 13 Sep 2008 10:30:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apple]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=54</guid>
        
        
        <description><![CDATA[Since the latest iTunes update I have the new Genius functionality. Apple finally suggests music based on what I listen to and not only what’s in my iTunes Store basket. Last.FM already did this but why use 2 apps when one can do the job? I wonder if]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Converting a HashMap into a nested listing in Freemarker]]></title>
        <link>https://www.jasha.eu/blogposts/2008/08/converting-hashmap-into-nested-listing.html</link>
        <pubDate>Wed, 27 Aug 2008 15:06:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Freemarker]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=55</guid>
        
        
        <description><![CDATA[For the e-Alert we use Freemarker as templating engine. One of the new features of the next release will be a list of all subscribed categories and interests for the recipient.All subscribed categories and interests from the database are inside a Has]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Open source soup]]></title>
        <link>https://www.jasha.eu/blogposts/2008/08/open-source-soup.html</link>
        <pubDate>Mon, 25 Aug 2008 08:30:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=56</guid>
        
        
        <description><![CDATA[My father asked me what the difference is between closed source and open source software. We were on a party surrounded with food so I used soup as a metaphor.Closed source soup is served ready to eat in a bowl at the table by a waiter. Maybe not exa]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Wow]]></title>
        <link>https://www.jasha.eu/blogposts/2008/07/wow.html</link>
        <pubDate>Tue, 29 Jul 2008 19:35:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=57</guid>
        
        
        <description><![CDATA[I’ve got mail]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Importing lots of data into Hippo Repository]]></title>
        <link>https://www.jasha.eu/blogposts/2008/07/importing-lots-of-data-into-hippo.html</link>
        <pubDate>Sun, 27 Jul 2008 17:04:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=58</guid>
        
        
        <description><![CDATA[As I’m writing this blog, my laptop at Hippo is working hard. It’s importing meta data from a web service into our Slide/WebDAV based Hippo Repository. At this moment the web service contains over 270,000 entries. As a first real performance test, I’]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Receive CMS news or apple pie recipes with e-Alerts]]></title>
        <link>https://www.jasha.eu/blogposts/2008/07/receive-cms-news-or-apple-pie-recipes.html</link>
        <pubDate>Tue, 22 Jul 2008 08:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=59</guid>
        
        
        <description><![CDATA[Last week we added a new application to the Hippo Community Apps: e-Alerts. The e-Alerts service sends mails to your website visitors when content has been updated or added. These mails are generated based on interests of the visitors.Let’s suppose t]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[That’s a lot of open source software]]></title>
        <link>https://www.jasha.eu/blogposts/2008/07/that-lot-of-open-source-software.html</link>
        <pubDate>Fri, 11 Jul 2008 13:15:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=60</guid>
        
        
        <description><![CDATA[For my job as developer I recently used Eclipse, Subclipse, Notepad++, Maven, Maven plugins, Apache Cocoon (and 1 million other Apache projects), ROME (Atom/RSS), Xinha, Prototype and script.aculo.us just to create, compile and manage code. Image edi]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Adding a date-time picker to Hippo CMS]]></title>
        <link>https://www.jasha.eu/blogposts/2008/06/adding-date-time-picker-to-hippo-cms.html</link>
        <pubDate>Mon, 30 Jun 2008 20:46:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=62</guid>
        
        
        <description><![CDATA[One wanted, but until recently missing feature of Hippo CMS was a date and time picker. It was already possible to add a date-time field in the editor and edit the time by hand. To be honest, that was a little cheating.It sounds so perfectly simple: ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Configuring SSH on Vodafone UMTS]]></title>
        <link>https://www.jasha.eu/blogposts/2008/05/configuring-ssh-on-vodafone-umts.html</link>
        <pubDate>Wed, 21 May 2008 17:17:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=63</guid>
        
        
        <description><![CDATA[For emergency we need to make an SSH connection to one of our servers, even in the middle of the night. Yesterday we switched to Vodafone Netherlands so I had to reconfigure the Qtek 9100. I was used to get a few text messages for the wireless intern]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Why do hippos spend most of their time in the water during sunny days?]]></title>
        <link>https://www.jasha.eu/blogposts/2008/05/why-do-hippos-spend-most-of-their-time.html</link>
        <pubDate>Wed, 14 May 2008 08:35:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=64</guid>
        
        
        <description><![CDATA[It’s funny to see what people were searching for when they came on my blog. Two people searched for the answer on Google and for some reason my blog is the first hit. I think it’s because they want to cool off a bit.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[How to add YouTube video in Hippo CMS]]></title>
        <link>https://www.jasha.eu/blogposts/2008/05/how-to-add-youtube-video-in-hippo-cms.html</link>
        <pubDate>Mon, 12 May 2008 09:00:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=65</guid>
        
        
        <description><![CDATA[For anyone who has tried to add YouTube’s embed code into the Xinha What You See Is What You Get (WYSIWYG) editor of Hippo CMS: Yes it’s possible to add references to YouTube, Google video or any other Flash animation. No, just copy-pasting the HTML ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Backing up my files]]></title>
        <link>https://www.jasha.eu/blogposts/2008/05/backing-up-my-files.html</link>
        <pubDate>Sat, 10 May 2008 15:22:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=66</guid>
        
        
        <description><![CDATA[About 10 years ago I had a tape drive to backup my files. It was very slow and didn’t fit in my later computers. I once tried to backup my files on cd’s but the number of cd’s I needed increased. On my iMac I was finally able to backup on DVD but now]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Date bug]]></title>
        <link>https://www.jasha.eu/blogposts/2008/04/date-bug.html</link>
        <pubDate>Sat, 26 Apr 2008 13:19:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apple]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=67</guid>
        
        
        <description><![CDATA[I thought that Y2K bugs had been solved about 9 years ago, but for some strange reasons Apple sends invoices from the year 117 (The date following "Ontvangstdatum").Strange date in the invoice: 26/04/117Update: after mailing Apple about this weird da]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Geek on the highway]]></title>
        <link>https://www.jasha.eu/blogposts/2008/02/geek-on-highway.html</link>
        <pubDate>Sun, 17 Feb 2008 11:41:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=68</guid>
        
        
        <description><![CDATA[For some reason I immediately thought of Arjé’s XML in the fast lane.License plate starting with GE EK (geek)]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[2007 at Hippo]]></title>
        <link>https://www.jasha.eu/blogposts/2007/12/2007-at-hippo.html</link>
        <pubDate>Fri, 28 Dec 2007 14:11:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=69</guid>
        
        
        <description><![CDATA[My last working day of the year was the Friday before Christmas so my working year at Hippo is over now. A lot has happened in my second year as developer for Hippo. I have built 3 websites on my own thanks to the Hippo Project Wizard. I worked on a ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Mii™]]></title>
        <link>https://www.jasha.eu/blogposts/2007/12/mii.html</link>
        <pubDate>Wed, 05 Dec 2007 21:46:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=70</guid>
        
        
        <description><![CDATA[My sister Talma wrote this Sinterklaas poem for Mii™:The "surprise": my avatar and a cardboard laptop with the poemHi, this is memy name is JashiiThe founder of Mii™Some time agoI was boring me sothat I went to my familiiand you know what I sii?They ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Running Hippo CMS in Leopard]]></title>
        <link>https://www.jasha.eu/blogposts/2007/11/running-hippo-cms-in-leopard.html</link>
        <pubDate>Thu, 01 Nov 2007 19:55:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=72</guid>
        
        
        <description><![CDATA[After buying my new iMac I was curious how easy it was to get Hippo CMS running in Leopard (MacOS X 10.5). Well, it was very easy. I downloaded the latest stable releases of Hippo CMS and Hippo Repository, typed from the terminal sh bin/fortress.sh c]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Fon Wifi at home]]></title>
        <link>https://www.jasha.eu/blogposts/2007/10/fon-wifi-at-home.html</link>
        <pubDate>Sat, 13 Oct 2007 12:13:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=73</guid>
        
        
        <description><![CDATA[I had no Wifi in my house. No problem if you only use one desktop pc. From time to time I bring my work laptop to home. My Wii has built in Wifi, Ethernet is optional. So it was time to buy a Wifi router. Johan was frequently talking about Fon and th]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Looking back at the Cocoon GetTogether]]></title>
        <link>https://www.jasha.eu/blogposts/2007/10/looking-back-at-cocoon-gettogether.html</link>
        <pubDate>Fri, 05 Oct 2007 23:48:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=74</guid>
        
        
        <description><![CDATA[When I look to the right I see the lights of Rome. The plane just left Fiumicino and is flying back to Amsterdam. From chaos and last minute crisis management back to the over-organized northern Europe. From pizza and pasta back to a cheese sandwich.]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[What happens in Rome…]]></title>
        <link>https://www.jasha.eu/blogposts/2007/10/what-happens-in-rome.html</link>
        <pubDate>Thu, 04 Oct 2007 12:20:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=75</guid>
        
        
        <description><![CDATA[The weather is lovely, the food and wine are great, and the espresso is keeping me awake. But these were (not) the real reasons I am in Rome. After five Cocoon GetTogethers in the lower-countries the Italians decided to organize one. They found a gre]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[My first steps with Cocoon 2.2]]></title>
        <link>https://www.jasha.eu/blogposts/2007/09/my-first-steps-with-cocoon-22.html</link>
        <pubDate>Fri, 28 Sep 2007 20:33:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=76</guid>
        
        
        <description><![CDATA[Better late than never is maybe the best description of what I did this morning. Cocoon 2.2 is about to be released but apart from Andrew Savory’s presentation at the ApacheCon I had never seen it running. I finally finished my running projects so I ]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Hippo Community Apps released!]]></title>
        <link>https://www.jasha.eu/blogposts/2007/09/hippo-community-apps-released.html</link>
        <pubDate>Mon, 17 Sep 2007 16:55:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=77</guid>
        
        
        <description><![CDATA[Today we have released a new version of the Hippo Community Apps. A lot of work has been done in the rewrite of the Newsletter manager and its user interface. This makes the Hippo Community Apps an open source plug in for Hippo CMS to manage mailings]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Cocoon 2.2 at the GetTogether]]></title>
        <link>https://www.jasha.eu/blogposts/2007/09/cocoon-22-at-gettogether.html</link>
        <pubDate>Fri, 07 Sep 2007 12:07:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=78</guid>
        
        
        <description><![CDATA[Cocoon 2.2 is about to be released and I’m going to try to build a website with it. It shouldn’t be rocket science, but I’m curious to see how hard or how easy it will be. At Hippo we have spent a lot of effort in creating a Project Wizard so if I st]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Speech recognition: computer vs human 0-1]]></title>
        <link>https://www.jasha.eu/blogposts/2007/08/speech-recognition-computer-vs-human-0.html</link>
        <pubDate>Sat, 18 Aug 2007 15:27:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=79</guid>
        
        
        <description><![CDATA[My Saturday newspaper wasn’t delivered today so I called the customer service. Someone decided that speech recognition would improve the speed of helping irritated customers. My irritation only raised, not lowered because of the speech confusion. I w]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Wii @ Hippo]]></title>
        <link>https://www.jasha.eu/blogposts/2007/08/wii-hippo.html</link>
        <pubDate>Fri, 17 Aug 2007 21:01:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=80</guid>
        
        
        <description><![CDATA[Being an employee at Hippo usually means working hard on projects. Being an employee at Hippo also means having fun from time to time. Not only during lunch time when we have good food and funny discussions or on Friday afternoon when the the cold bo]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Cocoon GetTogether 2007]]></title>
        <link>https://www.jasha.eu/blogposts/2007/08/cocoon-gettogether-2007.html</link>
        <pubDate>Wed, 08 Aug 2007 23:03:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Apache]]></category>
        
        <category><![CDATA[Apache Cocoon]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=81</guid>
        
        
        <description><![CDATA[It’s official now. The Cocoon GetTogether (GT) will take place on October 3-5 in Rome. Last year I attended my first GT in Amsterdam, the city I sort of grew up. I’ve been in Rome before and the city is worth seeing again. The first day is for the ha]]></description>
        
    </item>
    
    <item>
        <title><![CDATA[Hippo Community Apps]]></title>
        <link>https://www.jasha.eu/blogposts/2007/08/hippo-community-apps.html</link>
        <pubDate>Mon, 06 Aug 2007 19:26:00 +0000</pubDate>
        <dc:creator><![CDATA[Jasha Joachimsthal]]></dc:creator>
        
        <category><![CDATA[Hippo]]></category>
        
        
        <guid isPermaLink="false">http://www.jasha.eu/?p=82</guid>
        
        
        <description><![CDATA[Writing a blog seems so easy. Just write about what’s going on in your life, at work or what you read in the newspaper or on the internet. While making this entry I found out that writing about your work on the company weblog is more difficult than a]]></description>
        
    </item>

  </channel>
</rss>
