<?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>Forkbomb Blog</title>
	<atom:link href="http://forkbomb-blog.de/feed" rel="self" type="application/rss+xml" />
	<link>http://forkbomb-blog.de</link>
	<description>Random IT Thoughts &#38; Tutorials</description>
	<lastBuildDate>Tue, 08 Nov 2011 00:22:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Applescript for generating Random UUID</title>
		<link>http://forkbomb-blog.de/2011/applescript-for-generating-random-uuid</link>
		<comments>http://forkbomb-blog.de/2011/applescript-for-generating-random-uuid#comments</comments>
		<pubDate>Mon, 31 Oct 2011 07:56:21 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Applescript]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=253</guid>
		<description><![CDATA[I wrote my first Applescript today and I thought it could be useful, so I decided to share it with you :)

This script generates a random UUID and copies it to the clipboard. 


set the clipboard to (do shell script "python  -c 'import uuid; print uuid.uuid1()'")]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2011/applescript-for-generating-random-uuid/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Allowed Characters for Javascript Variables</title>
		<link>http://forkbomb-blog.de/2011/allowed-characters-for-javascript-variables</link>
		<comments>http://forkbomb-blog.de/2011/allowed-characters-for-javascript-variables#comments</comments>
		<pubDate>Thu, 20 Oct 2011 15:06:18 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=242</guid>
		<description><![CDATA[I am playing with the JDK Javascript API (JSR 223) and I wanted to check out the replacement of variables in a String. Then I suddenly got this error:



javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException: missing ; before statement (&#60;Unknown source&#62;#1) in &#60;Unknown source&#62; at line number 1

After some reseach I found out, that my variables did contain invalid ...]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2011/allowed-characters-for-javascript-variables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time consuming processes with Seam, Richfaces a4j:poll and Quartz</title>
		<link>http://forkbomb-blog.de/2011/time-consuming-processes-with-seam-richfaces-a4jpoll-and-quartz</link>
		<comments>http://forkbomb-blog.de/2011/time-consuming-processes-with-seam-richfaces-a4jpoll-and-quartz#comments</comments>
		<pubDate>Wed, 28 Sep 2011 21:59:38 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quartz]]></category>
		<category><![CDATA[Richfaces]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=216</guid>
		<description><![CDATA[Today I had a hard time implementing time-consuming processes with AJAX status updates. I stripped down everything to a minimal working example. The technologies used in this example are 	

Seam 2.2.2
Richfaces 3.3
Quartz 1.6


So here is what I wanted to achieve: The user of my application should click a button and in the background, a ...]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2011/time-consuming-processes-with-seam-richfaces-a4jpoll-and-quartz/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add Path Bookmarks to iTerm</title>
		<link>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm</link>
		<comments>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm#comments</comments>
		<pubDate>Mon, 01 Aug 2011 21:07:40 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[iTerm]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=203</guid>
		<description><![CDATA[I use many tabs in iTerm and obviously all terminals point to different locations. I was tired of switching to all relevant locations everytime I start up iTerm. So I decided to give the bookmark feature of iTerm a try. ]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2011/add-path-bookmarks-to-iterm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In-Memory Database for Seam TestNG Tests</title>
		<link>http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests</link>
		<comments>http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests#comments</comments>
		<pubDate>Thu, 28 Jul 2011 16:31:46 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=191</guid>
		<description><![CDATA[Today I struggled with getting my TestNG Integration Tests working in my Seam 2 project. The first barrier was getting TestNG working.]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brand new useful Netbeans Code Templates</title>
		<link>http://forkbomb-blog.de/2010/brand-new-useful-netbeans-code-templates</link>
		<comments>http://forkbomb-blog.de/2010/brand-new-useful-netbeans-code-templates#comments</comments>
		<pubDate>Fri, 24 Dec 2010 01:00:22 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Mockito]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=127</guid>
		<description><![CDATA[Programmers are (or should be) lazy. We do not want to write the same code again and again. Fortunately every sophisticated IDE has some kind of Code Template mechanism, so does Netbeans. Here are some of my created Templates which I think other people could find it as useful as I do:]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2010/brand-new-useful-netbeans-code-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordnerbilder f&#252;r Fastgallery Gallerien in Drupal</title>
		<link>http://forkbomb-blog.de/2010/ordnerbilder-fuer-fastgallery-gallerien-in-drupal</link>
		<comments>http://forkbomb-blog.de/2010/ordnerbilder-fuer-fastgallery-gallerien-in-drupal#comments</comments>
		<pubDate>Thu, 23 Dec 2010 17:41:58 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=120</guid>
		<description><![CDATA[Ich nutze seit geraumer Zeit f&#252;r eine DrupalInstanz Fastgallery um Bildergallerien auf dieser Drupal Webseite zu realisieren. Das Modul ist recht n&#252;tzlich, wenn man viele Bilder hochladen will, jedoch auf Features wie Kommentare, Bewertungen oder &#196;hnliches verzichten kann.

Es hat mich jedoch schon immer ein bisschen gest&#246;rt, dass bei jedem Upgrade das Modul nicht mehr ...]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2010/ordnerbilder-fuer-fastgallery-gallerien-in-drupal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam Attachment wird nicht an Email angeh&#228;ngt</title>
		<link>http://forkbomb-blog.de/2010/seam-attachment-wird-nicht-an-email-angehaengt</link>
		<comments>http://forkbomb-blog.de/2010/seam-attachment-wird-nicht-an-email-angehaengt#comments</comments>
		<pubDate>Fri, 15 Oct 2010 17:32:18 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=116</guid>
		<description><![CDATA[Wir wollten eine PDF an eine Mail anh&#228;ngen, die Mail wurde jedoch ohne das Attachment versendet. Hier die L&#246;sung:]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2010/seam-attachment-wird-nicht-an-email-angehaengt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Projekt mit JDK 1.6 kompilieren</title>
		<link>http://forkbomb-blog.de/2010/maven-projekt-mit-jdk-1-6-kompilieren</link>
		<comments>http://forkbomb-blog.de/2010/maven-projekt-mit-jdk-1-6-kompilieren#comments</comments>
		<pubDate>Sat, 04 Sep 2010 00:51:41 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=103</guid>
		<description><![CDATA[Die Standard Compiler Einstellung f&#252;r Maven ist das JDK 1.4 . Da sogar Java 1.5 das End of Life schon lange erreicht hat, wollen die meisten ihr Projekt wohl mit Java 1.6 kompilieren.

Um Maven dazu zu bringen das JDK 1.6 zum kompilieren, benutzt man einfach das maven-compiler-plugin. Hier ein Beispiel aus meiner pom.xml:]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2010/maven-projekt-mit-jdk-1-6-kompilieren/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade Seam Project froom 2.2.1.CR1 to 2.2.1CR2</title>
		<link>http://forkbomb-blog.de/2010/upgrade-seam-projekt-from-2-2-1-cr1-t-2-2-1-cr2</link>
		<comments>http://forkbomb-blog.de/2010/upgrade-seam-projekt-from-2-2-1-cr1-t-2-2-1-cr2#comments</comments>
		<pubDate>Sun, 29 Aug 2010 19:10:34 +0000</pubDate>
		<dc:creator>Dominik</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://forkbomb-blog.de/?p=94</guid>
		<description><![CDATA[Wir hatten das Problem, dass in der Version 2.2.1.CR1 von JBoss Seam das Logging mit Parametern defekt war (siehe Seam Bugtracker: https://jira.jboss.org/browse/JBSEAM-4606 )

Deshalb hatte ich nach einem Howto gesucht um Seam upzugraden, leider habe ich nichts dazu gefunden. Deshalb hier meine L&#246;sung:]]></description>
		<wfw:commentRss>http://forkbomb-blog.de/2010/upgrade-seam-projekt-from-2-2-1-cr1-t-2-2-1-cr2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

