<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://code.kuederle.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://code.kuederle.com/feed.php">
        <title>Oliver's External Hacker Brain</title>
        <description></description>
        <link>http://code.kuederle.com/</link>
        <image rdf:resource="http://code.kuederle.com/lib/images/favicon.ico" />
       <dc:date>2012-05-18T01:56:16+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://code.kuederle.com/oojavascript?rev=1303287989&amp;do=diff"/>
                <rdf:li rdf:resource="http://code.kuederle.com/huffman?rev=1292602996&amp;do=diff"/>
                <rdf:li rdf:resource="http://code.kuederle.com/browserbasedthemes?rev=1289847103&amp;do=diff"/>
                <rdf:li rdf:resource="http://code.kuederle.com/mobilewordpresstheme?rev=1289846964&amp;do=diff"/>
                <rdf:li rdf:resource="http://code.kuederle.com/home?rev=1289801059&amp;do=diff"/>
                <rdf:li rdf:resource="http://code.kuederle.com/gallery?rev=1275808139&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://code.kuederle.com/lib/images/favicon.ico">
        <title>Oliver's External Hacker Brain</title>
        <link>http://code.kuederle.com/</link>
        <url>http://code.kuederle.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://code.kuederle.com/oojavascript?rev=1303287989&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-20T10:26:29+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>oojavascript - Added static functions.</title>
        <link>http://code.kuederle.com/oojavascript?rev=1303287989&amp;do=diff</link>
        <description>/**
 * This is a class called MyClass.
 * Construct it with: var c = new MyClass(someInitValue);
 */
function MyClass(someInitValue) {

    /** Public member variable. No initialization in subclasses. */
    this.var1 = 0;

    /** Private member variable. */
    var var2 = 42;

    /**
     * Use &quot;that&quot; in private functions when you need
     * &quot;this&quot; functionality. It's a workaround.
     */
    var that = this;

    // Constructor functionality.
    if(someInitValue &lt; 0)
        this.var1 = 0…</description>
    </item>
    <item rdf:about="http://code.kuederle.com/huffman?rev=1292602996&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-17T17:23:16+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>huffman</title>
        <link>http://code.kuederle.com/huffman?rev=1292602996&amp;do=diff</link>
        <description>There may be times when you want to compress data on the server or in the browser. I'm providing an implementation of the Huffman Coding algorithm in PHP and in JavaScript.

Download Source Code


[huffman.zip (9 KB)]

Simple String Compression


PHP Example (in JavaScript, it's almost the same):</description>
    </item>
    <item rdf:about="http://code.kuederle.com/browserbasedthemes?rev=1289847103&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-15T19:51:43+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>browserbasedthemes - Added link to Wordpress theme</title>
        <link>http://code.kuederle.com/browserbasedthemes?rev=1289847103&amp;do=diff</link>
        <description>Introduction


This Wordpress plugin will serve a different theme to selected browsers. You can pick the theme as well as one or more strings which will identify the browser. If any one of these strings is contained in the HTTP user agent string provided by the visiting browser, the selected theme is used instead of your current default theme. For example, if you want to use the “iPhonsta” theme whenever someone with an iPhone, iPod, or iPad visits your website, this is what you enter:</description>
    </item>
    <item rdf:about="http://code.kuederle.com/mobilewordpresstheme?rev=1289846964&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-15T19:49:24+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>mobilewordpresstheme - created</title>
        <link>http://code.kuederle.com/mobilewordpresstheme?rev=1289846964&amp;do=diff</link>
        <description>Introduction


This Wordpress theme optimizes your blog layout for mobile devices. It looks like a typical mobile app, making it easy for users to navigate your content. The download comes with the browser-based themes plugin which switches to this theme only for specific devices (e.g. the iPhone).</description>
    </item>
    <item rdf:about="http://code.kuederle.com/home?rev=1289801059&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-15T07:04:19+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>home - Added jQuery Mobile Wordpress theme</title>
        <link>http://code.kuederle.com/home?rev=1289801059&amp;do=diff</link>
        <description>Tools and Source Code

	*  Image gallery toolkit for PHP/jQuery
	*  Encrypting RSS feeds on the server, decrypting them in your browser
	*  Huffman Coding with PHP and JavaScript
	*  Wordpress plugin which serves a different theme to selected browsers
	*  A Wordpress theme for mobile devices, based on jQuery Mobile</description>
    </item>
    <item rdf:about="http://code.kuederle.com/gallery?rev=1275808139&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-06T09:08:59+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>gallery - created</title>
        <link>http://code.kuederle.com/gallery?rev=1275808139&amp;do=diff</link>
        <description>About


This is a small tool which allows you to easily prepare and display your images on your own website. It resizes images for you and creates a nice gallery for them.

There are five simple steps to set up a new gallery:


	*  Upload your images to your server.
	*  Go to the Gallery Dashboard.
	*  Specify a gallery title and the desired sizes of your images.
	*  Let the software prepare the images.
	*  Check out your new gallery.</description>
    </item>
</rdf:RDF>

