
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Lee Kemp's Blog</title>
	<link>http://www.kumkee.com/blog</link>
	<description>Software Development, Graphics, Music, Kombi Vans, ANYwebcam.com and other Random stuff.</description>
	<lastBuildDate>Sat, 17 May 2008 06:18:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Developer Search Gadget</title>
		<description>I have released another Google gadget. This one is similar to the Java Search gadget but has options to search the documentation for languages other then Java. 

So far the languages/technologies that have search options are:
Java, PHP, Ruby, CSS, HTML, Linux command line, MySQL, PostgreSQL and Javascript.



Bellow the gadget is ...</description>
		<link>http://www.kumkee.com/blog/2008/05/10/developer-search-gadget/</link>
			</item>
	<item>
		<title>BASH to load CLASSPATH from dir</title>
		<description>When you have a lot of jar files that need to be loaded into the CLASSPATH especially if the jar's are upgraded and change there name often, updating the Manifest file or the command line arguments is a pain. 

This script will load all of the jars from a lib ...</description>
		<link>http://www.kumkee.com/blog/2007/07/10/bash-to-load-classpath-from-dir/</link>
			</item>
	<item>
		<title>Convert HEX String to ASCII in Ruby</title>
		<description>
str = '6b 75 6d 6b 65 65 65 2e 63 6f 6d'
str.split(' ').each { &#124;val&#124;
  print val.hex.chr
}


or you could just use centricle.com ASCII - HEX Converter </description>
		<link>http://www.kumkee.com/blog/2007/07/10/convert-hex-string-to-ascii-in-ruby/</link>
			</item>
	<item>
		<title>MySQL Slow Query Log is your friend</title>
		<description>The MySQL slow query log parser converts your slow query logs in to a more usable format.
It also adds some interesting information like median and average times.

For more information on it and a link to download the script go to the MySQL Slow Query Log Page </description>
		<link>http://www.kumkee.com/blog/2007/06/11/mysql-slow-query-log-is-your-friend/</link>
			</item>
	<item>
		<title>ANYwebcam LIVE! WordPress plugin</title>
		<description>    
       
           
               
           
  ...</description>
		<link>http://www.kumkee.com/blog/2007/06/05/anywebcam-live-wordpress-plugin/</link>
			</item>
	<item>
		<title>Java search Google Gadget</title>
		<description>UPDATE: A new version of this gadget has been released. It is called the Developer Search Gadget and can be found here. 
This version has support for languages other then Java like Ruby, PHP, CSS, and JavaScript etc.  

The Java search Google Gadget searches the JavaDocs and Other API ...</description>
		<link>http://www.kumkee.com/blog/2007/03/24/java-search-google-gadget/</link>
			</item>
	<item>
		<title>Hans Rosling TED talk</title>
		<description>Probably the most interesting talk that I have heard in a long time. Han Rosling talk about some of the misconceptions that we have about the developing world. He has some interesting data comparing the differences between income, population and life expectancy over the last 50 years and shows them ...</description>
		<link>http://www.kumkee.com/blog/2007/03/22/hans-rosling-ted-talk/</link>
			</item>
	<item>
		<title>Delete .svn directories under OS X or Linux</title>
		<description>Moving code to a different Subversion repository can be a pain in the ass at the best of times and having pesky .svn directories all over the places isn't going to help things in the slightest! 

Here is a easy way to recursively remove all of the .svn directories under ...</description>
		<link>http://www.kumkee.com/blog/2007/03/19/delete-svn-directories-under-os-x-or-linux/</link>
			</item>
	<item>
		<title>iFrame SSI include with no scroll bars</title>
		<description>This is how to insert an iframe into your HTML page and have it look like its a part of the page with no scroll bars etc, kinda like an SSI include.

1) Download and follow the instructions for the iframe SSI II include script by dynamic drive  

2) If ...</description>
		<link>http://www.kumkee.com/blog/2007/03/12/iframe-ssi-include-with-no-scroll-bars/</link>
			</item>
	<item>
		<title>Don&#8217;t make a speech. Put on a show.</title>
		<description>Presentation Zen has an interesting article called Don't make a speech. Put on a show.
Where they talk about Paul Arden's book It's Not How Good You Are, Its How Good You Want to Be. And have a very cool example of a (slightly overboard) video presentation.
 </description>
		<link>http://www.kumkee.com/blog/2007/03/06/dont-make-a-speech-put-on-a-show/</link>
			</item>
</channel>
</rss>
