<?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>Patterns &#187; development</title>
	<atom:link href="http://kb.huptas.net/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mapping Java Thread ID to the hex id of a stacktrace</title>
		<link>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/</link>
		<comments>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 00:07:48 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=179</guid>
		<description><![CDATA[So you generated a stacktrace and also identified the thread which is causing you so much pain but don&#8217;t know how to map one to the other? Do it like this: Find the PID of the java process: host:/service/activemq/log/main# ps -ef&#124;grep activemq activemq 24380 20411  0 Mar25 ?        00:02:56 /usr/bin/java -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Dcom.sun.management.jmxremote -Dactivemq.classpath=/usr/local/activemq/conf; -Dactivemq.home=/usr/local/activemq [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Library: extjs 2.0</title>
		<link>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/</link>
		<comments>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 16:07:35 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/</guid>
		<description><![CDATA[http://extjs.com/ For a few simple tasks like an accordion menu and a grid I started testing the ExtJS JavaScript library and I have to say, once you get the hang of it, it&#8217;s pretty straight forward and helps to achieve results in no time. A few interesting code snippets for the accordion menu can be [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mediawiki: Edit Navigation bar</title>
		<link>http://kb.huptas.net/2007/05/08/mediawiki-edit-navigation-bar/</link>
		<comments>http://kb.huptas.net/2007/05/08/mediawiki-edit-navigation-bar/#comments</comments>
		<pubDate>Tue, 08 May 2007 08:03:05 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=126</guid>
		<description><![CDATA[In order to edit the Navigation bar on the left, go to the special page MediaWiki:Sidebar as Admin.]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/05/08/mediawiki-edit-navigation-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl: Base64 encoding a string</title>
		<link>http://kb.huptas.net/2007/03/04/perl-base64-encoding-a-string/</link>
		<comments>http://kb.huptas.net/2007/03/04/perl-base64-encoding-a-string/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 14:36:23 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=123</guid>
		<description><![CDATA[# perl -e 'use MIME::Base64; print encode_base64('mystring');']]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/03/04/perl-base64-encoding-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Oscommerce contributions</title>
		<link>http://kb.huptas.net/2007/02/13/useful-oscommerce-contributions/</link>
		<comments>http://kb.huptas.net/2007/02/13/useful-oscommerce-contributions/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 10:26:40 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=118</guid>
		<description><![CDATA[Products sold per month/year Purchase without Account Rechnungslayout über Admin Featured Products Google Sitemap Creator Order Editor Category Descriptions Delete Remove Product Image Via Admin]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/02/13/useful-oscommerce-contributions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to start with Java?</title>
		<link>http://kb.huptas.net/2006/08/08/where-to-start-with-java/</link>
		<comments>http://kb.huptas.net/2006/08/08/where-to-start-with-java/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 20:57:19 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=109</guid>
		<description><![CDATA[http://www.cs.indiana.edu/classes/a201-dger/ Thinking in Java (3rd Edition): http://www.mindview.net/Books/TIJ/ Short introduction to Java: http://www.cs.indiana.edu/classes/a348-dger/fall2002/notes/Eight.html Sun intro to Java servlets: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/08/08/where-to-start-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneLiners: Search and replace massive</title>
		<link>http://kb.huptas.net/2006/04/09/oneliners-search-and-replace-massive/</link>
		<comments>http://kb.huptas.net/2006/04/09/oneliners-search-and-replace-massive/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 14:19:33 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=101</guid>
		<description><![CDATA[find . -type f &#124; xargs perl -pi -w -e &#8216;s/iso-8859-1/UTF-8/g;&#8217;]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/04/09/oneliners-search-and-replace-massive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenRico: simple code to process a request</title>
		<link>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/</link>
		<comments>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:55:51 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=100</guid>
		<description><![CDATA[var onloads = new Array(); function bodyOnLoad() { for ( var i = 0 ; i < onloads.length ; i++ ) onloads[i](); } function registerAjaxRequest() { ajaxEngine.registerRequest( &#8216;getRequest&#8217;, &#8216;findtemplate2.cgi.pl&#8217; ); ajaxEngine.registerAjaxElement( &#8216;Request&#8217; ); } function setStatus(s,n) { \$(&#8216;Loading&#8217;).style.visibility = &#8220;visible&#8221;; \$(&#8216;statusMsg&#8217;).innerHTML = s; setTimeout( &#8220;\$(&#8216;Loading&#8217;).style.visibility = &#8216;hidden&#8217;;&#8221;, n ); } function getRequest(form) { var value [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: Function to show/hide an element</title>
		<link>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/</link>
		<comments>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:51:41 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=99</guid>
		<description><![CDATA[function ShowHide(id) { obj = document.getElementsByTagName(&#8220;div&#8221;); if (obj[id].style.visibility == &#8216;visible&#8217;) { obj[id].style.visibility = &#8216;hidden&#8217;; } else { obj[id].style.visibility = &#8216;visible&#8217;; } }]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse: Base installation and mandatory plugins</title>
		<link>http://kb.huptas.net/2006/02/24/eclipse-base-installation-and-mandatory-plugins/</link>
		<comments>http://kb.huptas.net/2006/02/24/eclipse-base-installation-and-mandatory-plugins/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 17:36:44 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=97</guid>
		<description><![CDATA[Eclipse IDE Web Tools Platform E-P-I-C Velocity Web Edit PHPEclipse]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/02/24/eclipse-base-installation-and-mandatory-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
