<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>Fabians Blog | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://off-online.net/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://off-online.net/feed.rss.html" />
  <link rel="stylesheet" href="assets/bbclone/time_stats.css" type="text/css" media="screen" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
<link rel="stylesheet" type="text/css" href="/assets/snippets/jot/templates/jot.css" />
	<script type="text/javascript" src="assets/snippets/ajaxSearch/js/ajaxSearch.js"></script>
<!-- start AjaxSearch header -->
<script type="text/javascript">
as_version = '1.7.1';
debug = 0;
as_language = 'german';
opacity = 1;
stripHtml = 1;
stripSnip = 1;
stripSnippets = 1;
searchStyle = 'partial';
advSearch = 'oneword';
minChars = 4;
ajaxMax = 6;
showMoreResults = 1;
moreResultsPage = 8;
extract = 0;
extractLength = 200;
liveSearch = 0;
docgrp = '';
idgrp = '';
idType = 'parents';
depth = '10';
highlightResult = 1;
hideMenu = 2;
</script>
<!-- end AjaxSearch header -->
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">Fabians Blog</h1>
          <div id="sidebar">
            <h2>News:</h2>
            <strong><a href="mein-auto.html" title="Mein Auto">Mein Auto</a></strong><br />
Endlich endlich bin ich mobil :)<br /><br /><strong><a href="bundeswehr-oder-warum-ich.html" title="Bundeswehr - oder: warum Ich?">Bundeswehr - oder: warum Ich?</a></strong><br />
Die besten GrÃ¼nde, ausgemustert zu werden<br /><br />
            <div id="recentdocsctnr">
              <h2>Letzte &Auml;nderungen:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="index.html" title="Home">Home</a> <span class="LIn_date">2008.04.13</span> <span class="LIn_desc"></span></li>
<li><a href="blog.html" title="Blog">Blog</a> <span class="LIn_date">2008.04.13</span> <span class="LIn_desc"></span></li>
<li><a href="contact-us.html" title="Kontakt">Kontakt</a> <span class="LIn_date">2008.04.13</span> <span class="LIn_desc"></span></li>
</ul>
 </div>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">
    <!--//--><![CDATA[//><!--
        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    //--><!]]>
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/feed.rss.html"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <label for="username">Name: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Passwort: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Speichern</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
            <h2>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
            <p><a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a></p>
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>Fabians Blog RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://off-online.net/feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>Fabians Blog 2006</copyright>
			<ttl>120</ttl>
			<item>
				<title>Mein Auto</title>
				<link>http://off-online.net/mein-auto.html</link>
				<description><![CDATA[ <h4>Ewig hat es gedauert, aber endlich hab ich es doch bekommen:</h4>
<p>Mein Auto!</p>
<p>Es ist ein (fast neuer) Golf V, Baujahr 2005, gefahren &nbsp;n u r &nbsp;von meiner Mutter...</p>
<p>Mit anderen Worten: Drehzahlbereiche von 4000 aufw&auml;rts waren ihm v&ouml;llig fremd.</p>
<p>Ich habe ihn am 8.</p> ]]></description>
				<pubDate>Fri, 27 Jun 2008 13:07:34 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/mein-auto.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Bundeswehr - oder: warum Ich?</title>
				<link>http://off-online.net/bundeswehr-oder-warum-ich.html</link>
				<description><![CDATA[ <p>
Wer schon immer mal wissen wollte, nach welchen Kriterien entschieden wird wer wann warum ausgemustert wird, dem sei der folgende Link ans Herz gelegt: 
</p>
<p>
<a href="http://www.wehrpflichtrecht.de/erlasse/zdv461/fehlernummern.shtml" target="_blank"><span><span style="font-family: verdana">Bezeichnung der K&ouml;rper</span></span></a></p> ]]></description>
				<pubDate>Sat, 24 May 2008 19:50:03 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/bundeswehr-oder-warum-ich.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Burgerking</title>
				<link>http://off-online.net/burgerking.html</link>
				<description><![CDATA[ http://bismarktownboy.wordpress.com/2008/05/13/burger-king-ich-liebe-dir/ ]]></description>
				<pubDate>Wed, 14 May 2008 18:24:55 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/burgerking.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Plesk mit SuexecUserGroup</title>
				<link>http://off-online.net/plesk-mit-suexecusergroup.html</link>
				<description><![CDATA[ <h4>Verdammt, wie oft kam es in letzter Zeit vor...</h4><p>..., dass diese Seite hier nicht erreichbar war.</p><p>Und woran lag es? Nat&uuml;rlich, an der <strong>closed-</strong>source Serversoftware Plesk 8 Reloaded. Die verbat es mir n&auml;mlich, php5 und php4 gleichzeitig zu benutzen.</p> ]]></description>
				<pubDate>Wed, 14 May 2008 18:16:09 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/plesk-mit-suexecusergroup.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Tomato Firmware</title>
				<link>http://off-online.net/tomato-firmware.html</link>
				<description><![CDATA[ <h4>Erste Schritte zum Vermietungssystem</h4>
<p>
Wer mich kennt, der wei&szlig;, dass mein Vater Wohnungen an Chinesische Studenten vermietet. Fast alle von ihnen haben einen eigenen Laptop oder Pc mit nach Deutschland gebracht.</p> ]]></description>
				<pubDate>Tue, 06 May 2008 16:40:15 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/tomato-firmware.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>SkreemR</title>
				<link>http://off-online.net/skreemr.html</link>
				<description><![CDATA[ Wer kennt das nicht:Man sitzt vor einem fremden PC (Schule?!) und hat nicht wirklich etwas zu tun.. Musik w&auml;re perfekt..Die L&ouml;sung: SkreemRDie Suchmaschine findet MP3s zum eingegeben Interpreten oder Titel und zeigt sie samt Informationen &uuml;bersichtlich an. ]]></description>
				<pubDate>Sat, 03 May 2008 23:19:11 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/skreemr.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Firefox Websynchronisation</title>
				<link>http://off-online.net/firefox-websynchronisation.html</link>
				<description><![CDATA[ <h4>Wer hat es sich nicht schon immer gew&uuml;nscht?</h4>
<p>
Man hat zuhause eine tolle Website gefunden und m&ouml;chte sie auf allen PCs wiederfinden, auf die man Zugriff hat.
</p>
<p>
Entweder man schreibt sie sich auf, oder man schreibt sich selbst eine Mail, oder aber man hat sich bereits bei einem der vielen Online-</p> ]]></description>
				<pubDate>Mon, 28 Apr 2008 23:02:26 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/firefox-websynchronisation.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Letzte Prüfung!!!</title>
				<link>http://off-online.net/letzte-pruefung.html</link>
				<description><![CDATA[ <h4>Heute ist es endlich soweit!</h4>
<p>
Mit Mathematik habe ich die letzte meiner Abiturpr&uuml;fungen absolviert :)
</p>
<p>
Eine kleine &Uuml;bersicht:
</p>
<p>
Montag, 21.04: Deutsch [Grundkurs]<br />
Mittwoch, 23.04: Englisch [Leistungskurs]<br />
Freitag, 25.04: Geschichte [Grundkurs]<br />
Montag, 28.04: Mathe</p> ]]></description>
				<pubDate>Mon, 28 Apr 2008 22:52:24 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/letzte-pruefung.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Location-Based Services Using GSM Cell Information over Symbian OS</title>
				<link>http://off-online.net/location-based-services-using-gsm-cell-information-over-symbian-os.html</link>
				<description><![CDATA[ <p>
This is only a reference list.
</p>
<p>
Please remember: This is not my work! I only found it on the internet and thought it might fit into current discussion.
</p>
<p>
&nbsp;
</p>
<ul>
	<li>
	Presentation: <a href="http://www.cse.cuhk.edu.hk/~lyu/student/fyp03/lyu0301/LYU0301_term2.ppt" target="_blank">Original f</a></li></ul> ]]></description>
				<pubDate>Wed, 23 Apr 2008 21:08:33 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/location-based-services-using-gsm-cell-information-over-symbian-os.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>der Admin unserer Schule</title>
				<link>http://off-online.net/schule.html</link>
				<description><![CDATA[ <h4>Wir haben heute unsere letzte Stunde Informatik in der Schule</h4>
<p>
Sch&ouml;n, dass der Administrator uns doch alle so gern mag. Er hat uns zum Abschied einfach mal alle unsere Benutzerdaten gel&ouml;scht.</p> ]]></description>
				<pubDate>Mon, 14 Apr 2008 09:02:13 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/schule.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>XRandR und radeonhd</title>
				<link>http://off-online.net/xrandr-und-radeonhd.html</link>
				<description><![CDATA[ <h4>Die X1600 wird vom RadeonHD unterst&uuml;tzt</h4>
<p>
... das ist ja nicht wirklich was neues.</p> ]]></description>
				<pubDate>Sun, 13 Apr 2008 23:26:27 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/xrandr-und-radeonhd.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Langeweile...</title>
				<link>http://off-online.net/langeweile....html</link>
				<description><![CDATA[ <h4>Wer kennt das nicht?</h4>
<p>
Man hat den ganzen Tag nichts zu tun... Im Hinterkopf wei&szlig; man, dass
man eigentlich noch etwas f&uuml;r die Schule machen m&uuml;sste...</p> ]]></description>
				<pubDate>Sun, 13 Apr 2008 22:50:29 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/langeweile....html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
		
			<item>
				<title>Mein erster Blogeintrag</title>
				<link>http://off-online.net/mein-erster-blogeintrag.html</link>
				<description><![CDATA[ <h4>
Hallo Ihr!
</h4>
<p>
Das ist also der allererste Eintrag in meinem neuen Blog.
</p>
<p>
Hier werde ich versuchen, so viele Informationen wie m&ouml;glich &uuml;ber mich und mein Leben zu ver&ouml;ffentlichen.<br />
Kommentare sind nat&uuml;rlich immer sehr gern gesehen! 
</p>
<p>
<div id="commentsAnchor">
<!-- norify author: 0 --><a name="jf33588005"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.
</ul>
</div>


<form method="post" action="/feed.rss.html#jf33588005" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="335880052eaf63a2eb78a5fd39c35fd2" />
	<input name="JotNow" type="hidden" value="1719357511" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name">Name:<br /> <input tabindex="1719357512" name="name" type="text" size="40" value="" /> </label> <label for="email">Email:<br /> <input tabindex="1719357513" name="email" type="text" size="40" value="" /> </label>
	
	<label for="title">Subject:<br />
	<input tabindex="1719357514" name="title" type="text" size="40" value="" />
	</label>
	<label for="content">Comment: *<br />
	<textarea tabindex="1719357515" name="content" cols="50" rows="8"></textarea>
	</label><br />
	
  
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1719357516" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>
</div>
</p>
 ]]></description>
				<pubDate>Sun, 13 Apr 2008 20:37:15 +0200</pubDate>
				<guid isPermaLink="false">http://off-online.net/mein-erster-blogeintrag.html</guid>
				<dc:creator>Fabian Off</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index.html" title="Fabians Blog">Fabians Blog</a></h1>
      <div id="search"><!--search_terms--><span id="search-txt">Suche</span><a name="search"></a>
  
  <form id="ajaxSearch_form" action="search-results.html" method="post">
      <label for="ajaxSearch_input">
        <input id="ajaxSearch_input" type="text" name="search" value="Suchtext eingeben..." onfocus="this.value=(this.value=='Suchtext eingeben...')? '' : this.value ;" />
      </label>
      <label for="ajaxSearch_submit">
        <input id="ajaxSearch_submit" type="submit" name="sub" value="Suche!" />
      </label>
    </form>
  
  <div id="ajaxSearch_output" style="opacity:0;filter:alpha(opacity=0);-moz-opacity:0.;" > </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://off-online.net/" title="Home">Home</a></li>
<li class="category "><a href="/blog.html" title="Blog">Blog</a></li>
<li class="category "><a href="/projekte.html" title="Projekte">Projekte</a><ul style="display:none">
  <li class="first"><a href="/phpgls.html" title="phpGLS">phpGLS</a></li>

</ul></li>
<li class="category last"><a href="/contact-us.html" title="Kontakt">Kontakt...</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">Powered
          by MODx</a> &nbsp;<a href="http://www.modxhost.com/" title="Template Designed by modXhost.com">Template &copy; 2006
          modXhost.com</a><br />
        MySQL: 0.0112 s, 32 request(s), PHP: 0.2017 s, total: 0.2129 s, document retrieved
        from database. </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>