<?xml version="1.0" encoding="UTF-8" ?><feed xmlns="http://www.w3.org/2005/Atom">
 
        <title>renemoser.net</title>
        <subtitle>More or less a tech blog</subtitle>
        <link href="http://www.renemoser.net/feed/atom" rel="self" />
        <link href="http://www.renemoser.net" />
        <id>http://www.renemoser.net/feed/atom</id>
        <updated>2013-01-14T00:00:00+01:00</updated>
        <author>
                <name>John Doe</name>
                <email>johndoe@example.com</email>
        </author>
        <entry>
                <title>My Laravel3 Base Model</title>
                <link href="http://www.renemoser.net/2013/01/14/my-laravel3-base-model/" />
                <id>http://www.renemoser.net/2013/01/14/my-laravel3-base-model/</id>
                <updated>2013-01-14T00:00:00+01:00</updated>
                <summary>I would like to share some code of my best practice to do model handling in laravel 3. First of all, here is my base model I usually extend from:



But let my explain, why I use it:

Model Validation

In most online examples about validating, they show you how to validate a form. If the form values...</summary>
        </entry>
        <entry>
                <title>Quicklz: world's fastest compression library</title>
                <link href="http://www.renemoser.net/2011/01/12/quicklz-worlds-fastest-compression-library/" />
                <id>http://www.renemoser.net/2011/01/12/quicklz-worlds-fastest-compression-library/</id>
                <updated>2011-01-12T00:00:00+01:00</updated>
                <summary>QuickLZ [1] is the world's fastest compression library, reaching 308 Mbyte/s per core. It can be used under a commercial license if such has been acquired or under GPL 1, 2 or 3 where anything released into public must be open source.

Speed is favored over backwards compatibility. New algorithms an...</summary>
        </entry>
        <entry>
                <title>Flattr4Android: Flattr for Android</title>
                <link href="http://www.renemoser.net/2011/01/12/flattr4android-flattr-for-android/" />
                <id>http://www.renemoser.net/2011/01/12/flattr4android-flattr-for-android/</id>
                <updated>2011-01-12T00:00:00+01:00</updated>
                <summary>Flattr4Android [1]: Flattr [2] on your Android phone! Flattr real things equipped with QR codes: painting, street art, people... Flattr your favorite Android apps. 

There is even an SDK to integrate Flattr into your app. Great job.  And don't forget to flattr it :)
[1] http://flattr4android.com/
[2...</summary>
        </entry>
        <entry>
                <title>git-ftp: FTP done the Git way</title>
                <link href="http://www.renemoser.net/2011/01/03/git-ftp-ftp-done-the-git-way/" />
                <id>http://www.renemoser.net/2011/01/03/git-ftp-ftp-done-the-git-way/</id>
                <updated>2011-01-03T00:00:00+01:00</updated>
                <summary>Git-ftp [1] is a FTP client using Git to find out which files to upload or which files should be deleted on the remote host.

I recently released 0.2.0 followed by a 0.2.1 which fixed 2 bugs (23, 24). The batch upload mechanism introduced in 0.2.0 was buggy, so I reverted it. The whole code was rest...</summary>
        </entry>
        <entry>
                <title>Arduino: open-source electronics plattform</title>
                <link href="http://www.renemoser.net/2011/01/03/arduino-open-source-electronics-plattform/" />
                <id>http://www.renemoser.net/2011/01/03/arduino-open-source-electronics-plattform/</id>
                <updated>2011-01-03T00:00:00+01:00</updated>
                <summary>Arduino [1] is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. 

[1] http://arduino.cc/en/
...</summary>
        </entry>
        <entry>
                <title>TechUp: Technical Events in Switzerland</title>
                <link href="http://www.renemoser.net/2010/12/18/techup-technical-events-in-switzerland/" />
                <id>http://www.renemoser.net/2010/12/18/techup-technical-events-in-switzerland/</id>
                <updated>2010-12-18T00:00:00+01:00</updated>
                <summary>There are many events in Switzerland about stuff I am interested in. But it happens often that I am taking notice when the event's already passed. And I am not the only one with this problem I guess.

Now there is a new site techup.ch where you can find geeky talks, technical meetings and web events...</summary>
        </entry>
        <entry>
                <title>WYMeditor: web-based XHTML editor</title>
                <link href="http://www.renemoser.net/2010/10/18/wymeditor-web-based-xhtml-editor/" />
                <id>http://www.renemoser.net/2010/10/18/wymeditor-web-based-xhtml-editor/</id>
                <updated>2010-10-18T00:00:00+02:00</updated>
                <summary> WYMeditor is a web-based WYSIWYM (What You See Is What You Mean) XHTML editor (not WYSIWYG).

WYMeditor's [1] main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYS...</summary>
        </entry>
        <entry>
                <title>Ora2Pg: Migrates Oracle databases to PostgreSQL</title>
                <link href="http://www.renemoser.net/2010/08/02/ora2pg-migrates-oracle-databases-to-postgresql/" />
                <id>http://www.renemoser.net/2010/08/02/ora2pg-migrates-oracle-databases-to-postgresql/</id>
                <updated>2010-08-02T00:00:00+02:00</updated>
                <summary>Ora2Pg [1] is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your
Oracle database, scan it automaticaly and extracts its structure or data, it then generates SQL scripts that you can
load into your PostgreSQL database.

Ora2Pg can be used from reverse e...</summary>
        </entry>
        <entry>
                <title>Raphaël: Powerful JavaScript vector graphics library</title>
                <link href="http://www.renemoser.net/2010/05/11/raphael-powerful-javascript-vector-graphics-library/" />
                <id>http://www.renemoser.net/2010/05/11/raphael-powerful-javascript-vector-graphics-library/</id>
                <updated>2010-05-11T00:00:00+02:00</updated>
                <summary> Raphaël [1] is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.

Raphaël uses the SVG W3C Recommendation an...</summary>
        </entry>
        <entry>
                <title>UKI: Simple UI Kit for complex web apps</title>
                <link href="http://www.renemoser.net/2010/04/29/uki-simple-ui-kit-for-complex-web-apps/" />
                <id>http://www.renemoser.net/2010/04/29/uki-simple-ui-kit-for-complex-web-apps/</id>
                <updated>2010-04-29T00:00:00+02:00</updated>
                <summary>Uki [1] is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane. 

Uki is licensed under MIT. Watch out the awsome example and demo page!

Source can be found on GitHub http://gith...</summary>
        </entry>
 
</feed>
