<?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>Routing Life</title>
	<atom:link href="http://blog.lodeblomme.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lodeblomme.be</link>
	<description>Making a career as a techie...</description>
	<lastBuildDate>Tue, 27 Oct 2015 08:13:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
	<item>
		<title>The Design of our Calendar</title>
		<link>http://blog.lodeblomme.be/2015/10/27/the-design-of-our-calendar/</link>
		<comments>http://blog.lodeblomme.be/2015/10/27/the-design-of-our-calendar/#respond</comments>
		<pubDate>Tue, 27 Oct 2015 08:06:40 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[System Design]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[system architecture]]></category>
		<category><![CDATA[system design]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=206</guid>
		<description><![CDATA[Have you ever wondered&#8230; why are there 60 minutes in an hour? why are there 24 hours in a day? why are there 7 days in a week? why are there 28, 29, 30 or 31 days in a month? why are there 12 months in a year? Can you find the logic in those [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2015/10/27/the-design-of-our-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ElasticSearch on Openshift</title>
		<link>http://blog.lodeblomme.be/2014/11/22/elasticsearch-on-openshift/</link>
		<comments>http://blog.lodeblomme.be/2014/11/22/elasticsearch-on-openshift/#respond</comments>
		<pubDate>Sat, 22 Nov 2014 21:47:02 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[ElasticSearch]]></category>
		<category><![CDATA[Openshift]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=202</guid>
		<description><![CDATA[OpenShift supports the “Do it Yourself” application type. Using this application type, you can run any program that can be accessed through HTTP. Download the ElasticSearch application from the ElasticSearch website and extract the downloaded package. For ElasticSearch to run on OpenShift, some configuration options need to be changed. Use your favourite text editor to [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2014/11/22/elasticsearch-on-openshift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Your First Salesforce App for the Salesforce AppExchange</title>
		<link>http://blog.lodeblomme.be/2013/12/30/create-your-first-salesforce-app-for-the-salesforce-appexchange/</link>
		<comments>http://blog.lodeblomme.be/2013/12/30/create-your-first-salesforce-app-for-the-salesforce-appexchange/#respond</comments>
		<pubDate>Mon, 30 Dec 2013 17:09:49 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SFDC]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=194</guid>
		<description><![CDATA[So I decided to create my first Salesforce app for the Salesforce AppExchange. I have this idea to improve the coordination of communication during long sales trajectories for a few months now, but aside from some research I didn&#8217;t really take action on it. While laying in bed yesterday evening, I decided it is time [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2013/12/30/create-your-first-salesforce-app-for-the-salesforce-appexchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Foreach Loop</title>
		<link>http://blog.lodeblomme.be/2013/12/30/php-foreach-loop/</link>
		<comments>http://blog.lodeblomme.be/2013/12/30/php-foreach-loop/#respond</comments>
		<pubDate>Mon, 30 Dec 2013 16:41:55 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=94</guid>
		<description><![CDATA[What is the impact on memory usage of using foreach instead of for in PHP? Well, I did a small test. The test shows that only when you change the array within the loop, the array is copied for real. This can be illustrated with : 1 2 3 4 5 6 7 8 9 [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2013/12/30/php-foreach-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salesforce.com Formula to Count Weekdays Between Two Dates</title>
		<link>http://blog.lodeblomme.be/2013/02/19/salesforce-com-formula-to-count-weekdays-between-two-dates/</link>
		<comments>http://blog.lodeblomme.be/2013/02/19/salesforce-com-formula-to-count-weekdays-between-two-dates/#respond</comments>
		<pubDate>Tue, 19 Feb 2013 10:16:12 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=183</guid>
		<description><![CDATA[If you need a formula for a Salesforce formula field to count the number of weekdays (excluding Saturday and Sunday) between 2 dates, you can use the formula below. The formula below calculates the number of days a Salesforce case is open, or has been opened until it was closed: ROUND( (IF(ISBLANK(Close_Date__c), TODAY(), Close_Date__c) - [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2013/02/19/salesforce-com-formula-to-count-weekdays-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do businesses choose Salesforce.com</title>
		<link>http://blog.lodeblomme.be/2012/12/11/why-do-businesses-choose-salesforce-com/</link>
		<comments>http://blog.lodeblomme.be/2012/12/11/why-do-businesses-choose-salesforce-com/#respond</comments>
		<pubDate>Tue, 11 Dec 2012 19:24:43 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Force.com]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SFDC]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=176</guid>
		<description><![CDATA[Salesforce.com offers the best available blend between software as a service (SaaS) and platform as a service (PaaS). Salesforce currently offers 3 applications as a service: Sales Cloud : Customer relationship management application (CRM) Service Cloud : Customer service management application (CSM) Marketing Cloud : Marketing management application These 3 applications are highly integrated with [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2012/12/11/why-do-businesses-choose-salesforce-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salesforce.com Not Completely Multi-Lingual</title>
		<link>http://blog.lodeblomme.be/2012/03/15/salesforce-com-not-completely-multi-lingual/</link>
		<comments>http://blog.lodeblomme.be/2012/03/15/salesforce-com-not-completely-multi-lingual/#respond</comments>
		<pubDate>Thu, 15 Mar 2012 14:25:30 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=169</guid>
		<description><![CDATA[In my opinion, Salesforce.com is not ready to be used in multi-language environments. You can translate nearly everything displayed in the interface. But some key elements cannot be translated, and that&#8217;s blocking real multi-lingual support. The names of objects are displayed a lot by default in the interface of Salesforce.net. For the built-in objects that [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2012/03/15/salesforce-com-not-completely-multi-lingual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache CXF + WS-Security = &#8220;The signature or decryption was invalid&#8221;</title>
		<link>http://blog.lodeblomme.be/2011/09/27/apache-cxf-ws-security-the-signature-or-decryption-was-invalid/</link>
		<comments>http://blog.lodeblomme.be/2011/09/27/apache-cxf-ws-security-the-signature-or-decryption-was-invalid/#respond</comments>
		<pubDate>Tue, 27 Sep 2011 16:34:55 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Apache CXF]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WS-Security]]></category>
		<category><![CDATA[WSDL]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=156</guid>
		<description><![CDATA[Our SOAP web service with WS-Security written in Java using Apache CXF returns a SOAP Fault saying &#8220;The signature or decryption was invalid&#8221; when it&#8217;s run on Linux, but not when it&#8217;s run on Windows. We are having this strange problem with a SOAP client and server, both written in Java using Apache CXF. The [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2011/09/27/apache-cxf-ws-security-the-signature-or-decryption-was-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading XenServer Pool</title>
		<link>http://blog.lodeblomme.be/2011/05/13/upgrading-xenserver-pool/</link>
		<comments>http://blog.lodeblomme.be/2011/05/13/upgrading-xenserver-pool/#respond</comments>
		<pubDate>Fri, 13 May 2011 09:19:37 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[IT Infrastructure]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=149</guid>
		<description><![CDATA[When you want to upgrade a XenServer pool, there are a couple of things to keep in mind. If you want to add a new server to the pool, it is not possible to install a newer version of XenServer on that new server. Because once installed, it will not be able to join your [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2011/05/13/upgrading-xenserver-pool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A fast Queue for Routing in PHP</title>
		<link>http://blog.lodeblomme.be/2010/06/21/a-fast-queue-for-routing-in-php/</link>
		<comments>http://blog.lodeblomme.be/2010/06/21/a-fast-queue-for-routing-in-php/#respond</comments>
		<pubDate>Mon, 21 Jun 2010 19:47:49 +0000</pubDate>
		<dc:creator><![CDATA[Lode]]></dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=134</guid>
		<description><![CDATA[Lets honour the title of this blog, and talk about routing. Routing is the process of selecting paths in a network. (from Wikipedia). At RouteYou we are interested in all sorts of paths in street networks : Shortest walk route Shortest cycling route Nicest walk route Nicest cycling route &#8230; In the past we used [&#8230;]]]></description>
		<wfw:commentRss>http://blog.lodeblomme.be/2010/06/21/a-fast-queue-for-routing-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
