<?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>JortK.nl &#187; Tech news</title>
	<atom:link href="http://www.jortk.nl/category/tech-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jortk.nl</link>
	<description>Mind farts of a crappy coder!</description>
	<lastBuildDate>Sun, 26 May 2013 09:55:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to build a conference website?</title>
		<link>http://www.jortk.nl/2012/05/how-to-build-a-conference-website/</link>
		<comments>http://www.jortk.nl/2012/05/how-to-build-a-conference-website/#comments</comments>
		<pubDate>Sat, 26 May 2012 17:19:29 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1461</guid>
		<description><![CDATA[Building a conference website as the conference was being organized is probably one of the biggest challenges I ever faced. It is also the project I’m the most proud of. I’d like to share that experience with you. By the way, the event is still in progress, so my work on the site is not [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Building a <a href="http://confoo.ca/">conference website</a> as the conference was being organized is probably one of the biggest challenges I ever faced. It is also the project I’m the most proud of. I’d like to share that experience with you. By the way, the event is still in progress, so my work on the site is not done.</p>
<h3>Throw away old code</h3>
<p>The first decision was to throw away the old code base that dated back to the first PHP Quebec Conference in 2003. We decided to start from scratch with the Symfony framework and I was going to be in charge (yay!)</p>
<h3>Priorities</h3>
<p>The conference was moving on and I had to keep up with the programming. Developing the website was only part of my responsibilities as an organizer, which made things even more difficult time-wise. I had to prioritize and develop the strict minimum based on the immediate conference needs. There was very little time to test between deployments (I know, it’s bad practice).</p>
<h3>1. Logo and design</h3>
<p>I was learning the framework while another member of the team, Yann Larrivée, was building the project skeleton. At the same time, we had an organizer, Mathieu Chartier, and his partner prepare the logo and the website design. Last year I was the one doing it and you could clearly see that I’m no designer and no expert in Web standards.</p>
<h3>2. Call for papers</h3>
<p>Besides a few static pages to present the event, the call for papers was the absolute first priority. Another member of the team had already put a project skeleton together, so I could dive right into the good stuff. Creation of user accounts, authentication, member dashboard and paper submission had to be put in place in record time.</p>
<p>Speakers could associate tags with their talks so that the organizers will be able to sort them out more easily. To put it in context, organizers were responsible each for his own track (php, python, java, ruby, etc.) and needed to know which talks fell under their responsibility.</p>
<p>The worst that could happen did happen. I was speaking at a conference in Paris during the last day of the call for speakers and the server crashed. Once fixed, we had to extend the call by three days because some people missed the deadline as a result of this extended site unavailability.</p>
<h3>3. Talk selection</h3>
<p>We needed a tool to sort through the 450 or so talk submissions. Thus came the admin section which was built by another member of the team, Sylvain Mathon, who had more experience with the framework. We put the talks in their corresponding tracks and spent a whole Saturday selecting the ~130 talks.</p>
<p>Since budget is a big consideration for a non for-profit organization, we built some tools on that same day to monitor, in real time, the estimated travel and lodging costs based on the selected speakers.</p>
<p>Then I also needed to implement the Session and Speaker sections. Considering the large number of presentations, I had to figure alternate ways to present all that info. I couldn’t just put it all on one page as we did with PHP Quebec in the past, where we had 55 presentations at most.</p>
<h3>4. Tickets</h3>
<p>A conference is no good if people can’t buy tickets to attend it. The next big priority was to implement a checkout process. So without time to catch my breath, I implemented a public shopping cart, then a mandatory login/registration, the billing information screen, the confirmation screen and a redirection to the payment screen. Also, I had to consider that ticket price varies over time (early bird, regular and at-the-door prices).</p>
<p>This was not the end. Since companies often purchase multiple tickets for their employees, we needed them to enter the attendees’ names and associate those with user accounts. I made the account creation/association process transparent to the buyer. They simply needed to enter the name and e-mail of the attendees.</p>
<p>Then people need receipts. Also, many institutions can only pay by check and thus need an order form. And so another member implemented the PDF module for our site.</p>
<h3>5. Monitoring tools</h3>
<p>Now that we started to sell tickets, we needed to monitor it closely to know when and where to promote the event. For example, we sponsored another conference in Quebec City (CLLAP) and needed to know our ROI. Based on promotional codes and referrers, visitor locations and technologies, we knew how to approach the different communities.</p>
<p>Also, we needed to monitor the impact of the various communications by checking what tickets we sold on each day.</p>
<h3>6. Flash sale</h3>
<p>I still couldn’t put the checkout process to rest. Now we decided to do a flash sale, that is, a special price that will only last a week. Luckily for me, the mechanism was already in place with the different pricing, so it was simply a question of adding one entry to the database with starting and ending dates.</p>
<h3>7. Schedule</h3>
<p>Selecting the talks is not enough. We needed to fit those in a timetable, and so assigned this task to our “schedule squad”, consisting of four organizers to speed things up. They spent yet another Saturday on that and came back with a very nicely put together schedule.</p>
<p>On that day, I had to create an admin tool to put the ~130 talks in a timetable, a Schedule page for the visitors, and a neat way to access speaker bios and session abstracts. I made it right on time.</p>
<p>But the a surprise came! Some sessions were in two parts; something I did not plan for in my programming. Luckily, it wasn’t very hard to implement and I could still present the schedule page for team approval on the next day. Once pushed to production, the server started to run slow and so some pages were cached, which saved tons of resources.</p>
<h3>8. Training</h3>
<p>In the beginning of January, we finalized the outlines for the PHP, Python and MySQL training. Now the website needed a Training sections, the possibility to purchase training tickets online, as well as a training+conference combos. The combos were much trickier, so I re-wrote a portion of the shopping cart and the way totals were calculated to allow special discounts. This proved useful for community and other specials later, so I’m glad I put that extra effort in it.</p>
<h3>9. Buzz</h3>
<p>I now got some people excited over a slick schedule builder that they saw on PyCon’s site. So I spent a day or so on that one. Once done, appetites grew. I now had to allow people to save their schedule and optionally share it with the world. Another day went into that. I’m quite proud of the result though.</p>
<h3>10. Joind.in</h3>
<p>People started to nag on Twitter and via e-mail to have the ConFoo talks on joind.in. I don’t blame them, as it’s a tool that proved itself over the years. I contacted Chris Cornutt to see if I could help him to implement an API. I then learned via Derick Rethan’s blog that he implemented one! That was indeed good news. So I sent an XML with the 132 talks over to Chris (no way was I going to enter these by hand) and he parsed it for me.</p>
<h3>What’s next?</h3>
<p>I probably forgot some things in the 10 sections above, since I wrote so much code and specs just keep pouring in.</p>
<p>Next, I will write more admin tools to help me add talk abstracts and timetable to the printed conference program. I will also need the system to spit some XML to print the hundreds of badges, a system to allow at-the-door registrations, check if an attendee actually registered and mark them as present in the system when they come in the morning of the event, maybe even print badges on the fly…</p>
<p>I’m pretty satisfied with the result. There is still much work to be done, but this work will not have to be done over again next year. That will leave me more time for other conference matters.</p>
<p>Thanks to: <a title="Source of this article" href="http://annafilina.com/blog/building-a-conference-website/" target="_blank">Anna Filina</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2012/05/how-to-build-a-conference-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iran begint rechtszaak tegen Google.. Om Perzische golf!</title>
		<link>http://www.jortk.nl/2012/05/iran-begint-rechtszaak-tegen-google-om-perzische-golf/</link>
		<comments>http://www.jortk.nl/2012/05/iran-begint-rechtszaak-tegen-google-om-perzische-golf/#comments</comments>
		<pubDate>Fri, 18 May 2012 18:54:54 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2349</guid>
		<description><![CDATA[Tegenwoordig gaan bedrijven om de meest rare dingen rechtszaken aan met elkaar. Zo is juridische strijd om patenten of overnemen van personeel allang niet zo raar meer als dat het vroeger was. Echter nu is Iran tegen Google een rechtszaak begonnen om&#8230; de naamgeving van de Perzische Golf in Google Maps! Iran wil dat iedereen [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/RKBTJ.jpg" alt="Google en Iran" class="alignleft">Tegenwoordig gaan bedrijven om de meest rare dingen rechtszaken aan met elkaar. Zo is juridische strijd om patenten of overnemen van personeel allang niet zo raar meer als dat het vroeger was. Echter nu is Iran tegen Google een <a href="http://gizmodo.com/5911334/iran-v-google-inc-is-your-wtf-lawsuit-of-the-night" title="Google en Iran rechtszaak" target="sasd">rechtszaak</a> begonnen om&#8230; de naamgeving van de Perzische Golf in Google Maps!</p>
<p>Iran wil dat iedereen het stuk water waaraan het land ligt de Perzische Golf noemt, om zo de historie van het land in ere te houden. Google heeft pas de naam Perzische Golf verwijderd uit Google Maps, om zo de gespannen situatie om de naam niet al ver uit de hand te laten lopen. Iran heeft aangegeven dat wanneer Google de naam Perzische Golf niet terugplaatst in Google Maps Iran juridische maatregelen tegen Google gaat nemen.</p>
<p>Google heeft nog niet verder gereageerd op de bedreigingen van Iran.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7506960432313022";
/* Embedded square */
google_ad_slot = "0690631947";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2012/05/iran-begint-rechtszaak-tegen-google-om-perzische-golf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your brand online &#8211; 10 great tips!</title>
		<link>http://www.jortk.nl/2011/05/build-your-brand-online-10-great-tips/</link>
		<comments>http://www.jortk.nl/2011/05/build-your-brand-online-10-great-tips/#comments</comments>
		<pubDate>Fri, 27 May 2011 10:20:29 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[qr code]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2265</guid>
		<description><![CDATA[Everybody needs to get their name out there on the social web. For entrepreneurs, however, it’s an even more critical aspect of the job. A social presence gives you the credibility to attract clients, partners and investors by making yourself available and demonstrating your personality and experience. Mashable published some great tips how businesses and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Everybody needs to get their name out there on the social web. For entrepreneurs, however, it’s an even more critical aspect of the job. A social presence gives you the credibility to attract clients, partners and investors by making yourself available and demonstrating your personality and experience.</p>
<p><a title="Build your brand online." href="http://mashable.com/2011/05/25/entrepreneur-brand-building/" target="_blank">Mashable</a> published some great tips how businesses and entrepeneurs can build their brands online in a good way!</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7506960432313022";
/* Embedded square */
google_ad_slot = "0690631947";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>Some good examples are the use of custom shortened URL&#8217;s when sharing links with your friends, sending out newsletters to your customers and creating social media signatures.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2011/05/build-your-brand-online-10-great-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP bij het AMC in Amsterdam</title>
		<link>http://www.jortk.nl/2011/05/sap-bij-het-amc-in-amsterdam/</link>
		<comments>http://www.jortk.nl/2011/05/sap-bij-het-amc-in-amsterdam/#comments</comments>
		<pubDate>Fri, 20 May 2011 13:01:49 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2255</guid>
		<description><![CDATA[Het Amsterdams Medisch Centrum (AMC) heeft Deloitte Consulting geselecteerd voor de implementatie van een nieuw erp-systeem van SAP. De totale waarde van de gunning bedraagt bijna 9 miljoen euro Het gaat om de gehele implementatie van het erp-systeem voor de ondersteunende processen van de domeinen Financiën, HR, Inkoop, Logistiek, Facilitair en Huisvesting. Voor de keuze [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div>
<p><strong><script type="text/javascript"><!--
google_ad_client = "ca-pub-7506960432313022";
/* Embedded square */
google_ad_slot = "0690631947";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> Het Amsterdams Medisch Centrum (AMC) heeft Deloitte Consulting geselecteerd voor de implementatie van een nieuw erp-systeem van SAP. De totale waarde van de gunning bedraagt bijna 9 miljoen euro Het gaat om de gehele implementatie van het erp-systeem voor de ondersteunende processen van de domeinen Financiën, HR, Inkoop, Logistiek, Facilitair en Huisvesting. Voor de keuze van het erp-pakket werd een aparte aanbesteding uitgeschreven die uiteindelijk voor ruim 4,2 miljoen euro naar SAP ging.</strong></p>
<p><a name="3948190"></a><!-- Tekst -->In totaal schreven drie partijen zich op de aanbesteding voor de implementatie in. Bij de beoordeling lette het AMC op economisch meest voordelige aanbieding, waarin de presentatie van het algemeen en verandermanagement, de kosten en het programma van eisen en wensen het zwaarst wogen. Voor de implementatie van het SAP-systeem is vier jaar uitgetrokken.</p>
<p>Voor de levering van de erp-software ontving het AMC twee aanmeldingen. SAP <a href="http://www.computable.nl/artikel/ict_topics/erp/3561129/1276992/amc-voert-op-grote-schaal-sap-in.html">levert uiteindelijk de software</a> en biedt tien jaar ondersteuning hierop. Het erp-systeem van SAP is op basis van CareCTRL van PinkRoccade.</p>
<p>Read more: <a href="http://www.computable.nl/artikel/ict_topics/erp/3948182/1276992/deloitte-implementeert-sap-bij-amc.html?utm_campaign=tweakers&amp;utm_source=tweakers&amp;utm_medium=tweakers#ixzz1MtgpqkDy">http://www.computable.nl/artikel/ict_topics/erp/3948182/1276992/deloitte-implementeert-sap-bij-amc.html?utm_campaign=tweakers&amp;utm_source=tweakers&amp;utm_medium=tweakers#ixzz1MtgpqkDy</a></div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2011/05/sap-bij-het-amc-in-amsterdam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MiMedia &#8211; New storage service in the cloud</title>
		<link>http://www.jortk.nl/2011/05/mimedia-new-storage-service-in-the-cloud/</link>
		<comments>http://www.jortk.nl/2011/05/mimedia-new-storage-service-in-the-cloud/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:34:47 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2245</guid>
		<description><![CDATA[MiMedia is now in beta and introduces a cool way to save your movies, photo&#8217;s and music in the cloud! Signup for an account and they will deliver an external shuttle drive to copy all your files to, which are then stored in the cloud! This is will save you much time for initial uploading [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a title="MiMedia intro" href="http://mashable.com/2011/05/09/mimedia-7gb-free/" target="_blank">MiMedia</a> is now in beta and introduces a cool way to save your movies, photo&#8217;s and music in the cloud!</p>
<p>Signup for an account and they will deliver an external shuttle drive to copy all your files to, which are then stored in the cloud! This is will save you much time for initial uploading and will not stall your broadband connection!</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7506960432313022";
/* Embedded square */
google_ad_slot = "0690631947";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>See this movie how it works:</p>
<p><a href="http://www.jortk.nl/2011/05/mimedia-new-storage-service-in-the-cloud/"><em>Click here to view the embedded video.</em></a></p>
<p>It&#8217;s free for the first 5GB and all your files are in the cloud!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2011/05/mimedia-new-storage-service-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New firmware for Apple Airport Extreme Base Station</title>
		<link>http://www.jortk.nl/2010/12/new-firmware-for-apple-airport-extreme-base-station/</link>
		<comments>http://www.jortk.nl/2010/12/new-firmware-for-apple-airport-extreme-base-station/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 09:10:17 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2105</guid>
		<description><![CDATA[Some of the fixes include the following: General fixes to Wi-Fi base station stability Fixes some issues with AirPlay streaming General fixes with USB interoperability including connection to external storage devices Fixes some issues with NAT port mapping settings Disables TKIP security with 802.11n rates per the Wi-Fi Alliance specifications For detailed information on Firmware [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Some of the fixes include the following:</strong></p>
<ul>
<li>General fixes to Wi-Fi base station stability</li>
<li>Fixes some issues with AirPlay streaming</li>
<li>General fixes with USB interoperability including connection to external storage devices</li>
<li>Fixes some issues with NAT port mapping settings</li>
<li>Disables TKIP security with 802.11n rates per the Wi-Fi Alliance specifications</li>
</ul>
<p>For detailed information on Firmware Updates 7.5.2, including how to install the update, please <a rel="external" href="http://support.apple.com/kb/HT1218" target="_blank">visit here</a>.</p>
<p>It is recommended that AirPort Utility 5.5.2 or later be installed before updating to Firmware version 7.5.2.</p>
<p>Note: This firmware update is for all 802.11n capable AirPort base stations and Time Capsules.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2010/12/new-firmware-for-apple-airport-extreme-base-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle sues Google over Android &#8211; the possible outcomes</title>
		<link>http://www.jortk.nl/2010/08/oracle-sues-google-over-android-the-possible-outcomes/</link>
		<comments>http://www.jortk.nl/2010/08/oracle-sues-google-over-android-the-possible-outcomes/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:26:39 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2012</guid>
		<description><![CDATA[Oracle finally sues Google over Java. CNET has a copy of the complaint letter from Oracle. Other than a list of patents that was infringed nothing much was said about how it was infringed. I always thought that with the coming of Android, Java finally has a great platform in the mobile arena, I know [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Oracle finally sues Google over Java. CNET has a copy of the complaint letter from Oracle. Other than a list of patents that was infringed nothing much was said about how it was infringed. I always thought that with the coming of Android, Java finally has a great platform in the mobile arena, I know people will agree with me that Java ME sucks most of the time.</p>
<p><span id="more-2012"></span></p>
<p><a href="http://www.stephenonsoftware.com/2010/08/oracle-sues-google-over-android-wth.html" target="_blank">Read the complete article!</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2010/08/oracle-sues-google-over-android-the-possible-outcomes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Synchronization Benchmark</title>
		<link>http://www.jortk.nl/2010/08/java-synchronization-benchmark/</link>
		<comments>http://www.jortk.nl/2010/08/java-synchronization-benchmark/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 16:20:23 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=2018</guid>
		<description><![CDATA[A very simplistic example. It may be oversimplified &#8211; but is a neat little display of the performance effects of synchronization Read the complete article No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A very simplistic example. It may be oversimplified &#8211; but is a neat little display of the performance effects of synchronization</p>
<p><span id="more-2018"></span></p>
<p><a href="http://www.onkarjoshi.com/blog/76/java-synchronization-benchmark/" target="_blank">Read the complete article</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2010/08/java-synchronization-benchmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Java arrays to lists &#8211; be careful!</title>
		<link>http://www.jortk.nl/2010/05/convert-java-arrays-to-lists-be-careful/</link>
		<comments>http://www.jortk.nl/2010/05/convert-java-arrays-to-lists-be-careful/#comments</comments>
		<pubDate>Tue, 04 May 2010 05:49:56 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1850</guid>
		<description><![CDATA[Unfortunately not everything that should be trivial actually is. One example is converting Java arrays to lists. Of course, there is Arrays.toList, but using this method carelessly will almost certainly lead to nasty surprises. Read more! No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Unfortunately not everything that should be trivial actually is. One example is converting Java arrays to lists. Of course, there is Arrays.toList, but using this method carelessly will almost certainly lead to nasty surprises.</p>
<p><span id="more-1850"></span></p>
<p><a title="Source" href="http://mlangc.wordpress.com/2010/05/01/be-carefull-when-converting-java-arrays-to-lists/" target="_blank">Read more!</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2010/05/convert-java-arrays-to-lists-be-careful/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 cool HTML5 demo&#8217;s!</title>
		<link>http://www.jortk.nl/2010/04/5-cool-html5-demos/</link>
		<comments>http://www.jortk.nl/2010/04/5-cool-html5-demos/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:23:18 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1840</guid>
		<description><![CDATA[I compiled a few HTML5 demos that should make you want to start learning this new markup. Read more! No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I compiled a few HTML5 demos that should make you want to start learning this new markup.</p>
<p><span id="more-1840"></span></p>
<p><a title="HTML5 demo" href="http://www.designer-daily.com/5-awesome-html5-demos-6715" target="_blank">Read more!</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jortk.nl/2010/04/5-cool-html5-demos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
