<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://snowcrash.twoday.net/rss2html.xsl" type="text/xsl"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="http://snowcrash.twoday.net/">
    <title>web &amp; tech blog</title>
    <link>http://snowcrash.twoday.net/</link>
    <description></description>
    <dc:publisher>korbendallas</dc:publisher>
    <dc:creator>korbendallas</dc:creator>
    <dc:date>2007-07-11T14:30:26Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    
    <image rdf:resource="http://static.twoday.net/icon.gif" />
    <items>
      <rdf:Seq>
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/4060165/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/1191359/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/863551/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/804567/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/783938/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/749577/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/738820/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/720277/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/702389/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/700087/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/642587/" />
            <rdf:li rdf:resource="http://snowcrash.twoday.net/stories/642579/" />

      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://static.twoday.net/icon.gif">
    <title>web &amp; tech blog</title>
    <url>http://static.twoday.net/icon.gif</url>
    <link>http://snowcrash.twoday.net/</link>
  </image>

  <item rdf:about="http://snowcrash.twoday.net/stories/4060165/">
    <title>Watch these films</title>
    <link>http://snowcrash.twoday.net/stories/4060165/</link>
    <description>Sunshine (Danny Boyle)&lt;br /&gt;
Inland Empire (David Lynch)&lt;br /&gt;
Black Dahlia (Brian de Palma)</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/kino&quot;&gt;kino&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2007 korbendallas</dc:rights>
    <dc:date>2007-07-11T14:27:00Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/1191359/">
    <title>Integration von Google Maps</title>
    <link>http://snowcrash.twoday.net/stories/1191359/</link>
    <description>Für die Integration einer Google Map benötigt man einen Google Maps API Key. Den Key und die Doku findet man unter &lt;a href=&quot;http://www.google.com/apis/maps/&quot;&gt;http://www.google.com/apis/maps/&lt;/a&gt;. &lt;br /&gt;
Geodaten in Form von Latitude (kurz lat) und Longitude (kurz lon) bekommt man z.B. hier:&lt;br /&gt;
&lt;a href=&quot;http://www.mapsofworld.com/lat_long/&quot;&gt;World of Maps&lt;/a&gt; (für einzelne Städte)&lt;br /&gt;
&lt;a href=&quot;http://www.multimap.com/&quot;&gt;Multimaps&lt;/a&gt;  (oder bis auf die Strasse heruntergebrochen)&lt;br /&gt;
&lt;a href=&quot;http://www.earthsearch.net/&quot;&gt;Earthsearch.net&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Die Google Maps bedienen sich der AJAX-Technologie (&lt;a href=&quot;http://en.wikipedia.org/wiki/AJAX&quot;&gt;Asynchronous JavaScript and XML&lt;/a&gt;). In der &lt;a href=&quot;http://www.google.com/apis/maps/documentation/&quot;&gt;Doku&lt;/a&gt; findet man eigentlich alles was man zum Einbinden der Map wissen muss: JavaScript-Code, Beschreibung aller Klassen und Methoden.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Anmerkungen für die Einbindung des JavaScript-Codes:&lt;/b&gt;&lt;br /&gt;
Im Gegensatz zum Mozilla-Browser darf der JS-Code beim Internet-Explorer nicht innerhalb eines table- oder div-Tags stehen, ansonsten gibt es Probleme. Das div-Tag zur Einbindung der Google-Map muss auf jeden Fall im body-Tag stehen und mittels CSS positioniert werden.</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/web+coding&quot;&gt;web coding&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-11-25T12:29:22Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/863551/">
    <title>Dateien per WLAN und ActiveSync synchronisieren</title>
    <link>http://snowcrash.twoday.net/stories/863551/</link>
    <description>&lt;b&gt;Synchronisierung über VPN&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Voraussetzungen:&lt;br /&gt;
- Es existiert bereits eine ActiveSync-Partnerschaft zwischen Pocket PC und lokalem PC&lt;br /&gt;
- Windows XP&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;I. MS PPTP VPN Server auf lokalem PC einrichten:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Start -&gt; Einstellungen -&gt; Netzwerkverbindungen -&gt; Assistent für neue Verbindungen aufrufen&lt;br /&gt;
2. Weiter klicken&lt;br /&gt;
3. Eine erweiterte Verbindung einrichten -&gt; Weiter&lt;br /&gt;
4. Eingehende Verbindungen zulassen -&gt; Weiter&lt;br /&gt;
5. Keine Auswahl -&gt; Weiter&lt;br /&gt;
6. VPN-Verbindungen zulassen -&gt; Weiter&lt;br /&gt;
7. Benutzer, denen die Verbindung gestattet ist -&gt; Benutzer auswählen -&gt; Weiter&lt;br /&gt;
8. Internetprotokoll (TCP/IP) -&gt; Eigenschaften&lt;br /&gt;
-&gt; &quot;TCP/IP-Adressen angeben&quot; auswählen&lt;br /&gt;
-&gt; Von: 192.168.100.100&lt;br /&gt;
-&gt; Bis: 192.168.100.110&lt;br /&gt;
-&gt; &quot;Anrufern den Zugriff auf das lokale Netzwerk zulassen&quot; auswählen&lt;br /&gt;
-&gt; &quot;Computer Angabe der eigenen IP-Adresse gestatten&quot; auswählen&lt;br /&gt;
-&gt; OK&lt;br /&gt;
-&gt; Weiter&lt;br /&gt;
9. Fertig stellen&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;II. VPN-Verbindung von Pocket PC zu lokalem Rechner einrichten&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Voraussetzung ist folgende Einstellung:&lt;br /&gt;
Start -&gt; Einstellungen -&gt; Reiter &quot;Verbindungen&quot;&lt;br /&gt;
-&gt; Netzwerkkarten -&gt; Meine Netzwerkkarte verbindet mit: &lt;b&gt;Internet&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Start -&gt; Einstellungen -&gt; Reiter &quot;Verbindungen&quot;&lt;br /&gt;
2. &quot;Verbindungen&quot; auswählen&lt;br /&gt;
3. &quot;Neue VPN-Serververbindung&quot; auswählen&lt;br /&gt;
4. Name für die Verbindung und IP-Adresse des Hosts eingeben (siehe IP-Adresse des Hosts im Drahtlosnetzwerk)&lt;br /&gt;
5. VPN-Typ: PPTP -&gt; Weiter&lt;br /&gt;
6. Benutzername &amp; Kennwort eingeben (Entspricht Userlogin unter Windows XP)&lt;br /&gt;
7. Fertig&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;III. PocketHosts auf Pocket PC installieren&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.handango.com/PlatformProductDetail.jsp?programId=45&amp;productId=54305&quot;&gt;Download PocketHosts&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;IV. Lokalen Rechner unter PocketHosts eintragen&lt;/b&gt;&lt;br /&gt;
1. PocketHost starten&lt;br /&gt;
2. &quot;Host Name&quot; eintragen: Name des lokalen Rechners (siehe PocketPC -&gt; Active Sync -&gt; Extras -&gt; Optionen -&gt; Diesen PC verwenden:)&lt;br /&gt;
3. IP-Adresse eintragen: 192.168.100.100&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;V. ActiveSync konfigurieren und Synchronisierung starten&lt;/b&gt;&lt;br /&gt;
1. ActiveSync starten -&gt; Extras -&gt; Optionen &lt;br /&gt;
2. &quot;Bei manueller Synchronisierung mit diesem PC synchronisieren&quot; auswählen &lt;br /&gt;
3. Optionen -&gt; Bei Remotesynchronierung &lt;br /&gt;
a) &quot;Verbindung beibehalten&quot; auswählen, wenn mit &lt;b&gt;MobSync&lt;/b&gt; später Dateien synchroniert werden sollen&lt;br /&gt;
b) &quot;Nach Abschluss trennen&quot;, wenn mit ActiveSync synchronisiert werden soll&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;VI. Synchronisieren&lt;/b&gt;&lt;br /&gt;
1. ActiveSync starten &lt;br /&gt;
2. &quot;Synchronieren&quot; drücken&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;VII. Dateien synchronisieren, die nicht im Ordner &quot;My Documents&quot; auf dem Pocket PC liegen&lt;/b&gt;&lt;br /&gt;
1. &lt;a href=&quot;http://www.softonic.de/ie/33927/MobSync&quot;&gt;Download MobSync&lt;/a&gt;&lt;br /&gt;
2. MobSync installieren und starten&lt;br /&gt;
3. Job -&gt; Add -&gt; Ordner und Aktionen festlegen&lt;br /&gt;
4. Job auswählen -&gt; Job -&gt; Sync Selected Job</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/pocket+pc&quot;&gt;pocket pc&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-07-27T15:49:07Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/804567/">
    <title>VNC einrichten unter Red Hat</title>
    <link>http://snowcrash.twoday.net/stories/804567/</link>
    <description>&lt;a href=&quot;http://www.redhat.com/magazine/006apr05/features/vnc/&quot;&gt;http://www.redhat.com/magazine/006apr05/features/vnc/&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-06-30T07:03:14Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/783938/">
    <title>Pocket PC Dev Links</title>
    <link>http://snowcrash.twoday.net/stories/783938/</link>
    <description>--&gt; &lt;a href=&quot;http://www.rose-hulman.edu/TSC/mobility/pocket_pc/software_documentation/active_sync_via_wireless/&quot;&gt;Setup for ActiveSync via WLAN &lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.ppc-welt.info/community/showthread.php?t=62032&amp;highlight=Unterschied+Internet+Firma&quot;&gt;Unterschied WLAN Internet/Firma&lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.phm.lu/PocketPC/RegTweaks/Tweak.asp?ref=59&quot;&gt;Pocket PC Registry Tweaks&lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.pocketpc.wireless&amp;cat=en_US_ba9b4365-9eb0-4bf5-a22f-2409b30dac5b&amp;lang=en&amp;cr=US&quot;&gt;MSN - Discussions in Pocket PC Wireless&lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.pocketgear.com&quot;&gt;Pocket PC Software&lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.pocketpcdn.com/&quot;&gt;Pocket PC Developer Network&lt;/a&gt;&lt;br&gt;
--&gt; &lt;a href=&quot;http://www.ppc-welt-community.info/&quot;&gt;PPC-Welt - be mobile - stay synchronized&lt;/a&gt;&lt;br&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/pocket+pc&quot;&gt;pocket pc&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-06-22T06:56:25Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/749577/">
    <title>RFID Transponder bestellen (auch kleine Mengen)</title>
    <link>http://snowcrash.twoday.net/stories/749577/</link>
    <description>&lt;a href=&quot;http://www.dte.de&quot;&gt;http://www.dte.de&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.euroid.com&quot;&gt;http://www.euroid.com&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-06-08T14:51:07Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/738820/">
    <title>Taglibs</title>
    <link>http://snowcrash.twoday.net/stories/738820/</link>
    <description>JSP Custom Tags und Tag Libraries (Taglibs)&lt;br /&gt;
&lt;a href=&quot;http://www.torsten-horn.de/techdocs/jsp-taglibs.htm&quot;&gt;http://www.torsten-horn.de/techdocs/jsp-taglibs.htm&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-06-03T15:24:46Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/720277/">
    <title>Flash - Tree component</title>
    <link>http://snowcrash.twoday.net/stories/720277/</link>
    <description>Using and customizing the Tree Component:&lt;br /&gt;
&lt;a href=&quot;http://livedocs.macromedia.com/flash/mx2004/&quot;&gt;http://livedocs.macromedia.com/flash/mx2004/&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-05-26T10:07:18Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/702389/">
    <title>SQL LIKE</title>
    <link>http://snowcrash.twoday.net/stories/702389/</link>
    <description>SELECT &quot;column_name&quot;&lt;br /&gt;
FROM &quot;table_name&quot;&lt;br /&gt;
WHERE &quot;column_name&quot; LIKE {PATTERN}&lt;br /&gt;
&lt;br /&gt;
Game in der Produkttabelle suchen:&lt;br /&gt;
SELECT id&lt;br /&gt;
FROM prodcuts&lt;br /&gt;
WHERE title LIKE &apos;%Gamename%&apos;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/sql&quot;&gt;sql&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-05-19T09:47:29Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/700087/">
    <title>Immer wieder gern vergessen</title>
    <link>http://snowcrash.twoday.net/stories/700087/</link>
    <description>Wie viele Zeilen hat ein ResultSet?&lt;br /&gt;
&lt;br /&gt;
Um herauszufinden, wie viele Zeilen ein ResultSet liefern kann, lassen sich trickreiche JDBC2-Eigenschaften nutzen. Soll in der Variablen rows die Anzahl Zeilen stehen, schreiben wir:&lt;br /&gt;
&lt;br /&gt;
rs.last();&lt;br /&gt;
int rows = rs.getRow();&lt;br /&gt;
rs.beforeFirst();</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/sql&quot;&gt;sql&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-05-18T13:26:28Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/642587/">
    <title>M like My Real Flash experts</title>
    <link>http://snowcrash.twoday.net/stories/642587/</link>
    <description>Mike Chambers:&lt;br /&gt;
&lt;a href=&quot;http://www.markme.com/mesh/&quot;&gt;http://www.markme.com/mesh/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mike Krisher:&lt;br /&gt;
&lt;a href=&quot;http://www.mikekrisher.com&quot;&gt;http://www.mikekrisher.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Marc Thiele:&lt;br /&gt;
&lt;a href=&quot;http://www.marcthiele.com/&quot;&gt;http://www.marcthiele.com/&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-04-21T16:01:50Z</dc:date>
  </item>
  <item rdf:about="http://snowcrash.twoday.net/stories/642579/">
    <title>Shellskripte schreiben</title>
    <link>http://snowcrash.twoday.net/stories/642579/</link>
    <description>Wie man Shellskripte unter Linux schreibt, wird hier beschrieben:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.galileocomputing.de/openbook/unix_guru/node304.html&quot;&gt;http://www.galileocomputing.de/openbook/unix_guru/node304.html&lt;/a&gt;</description>
    <dc:creator>korbendallas</dc:creator>
    <dc:subject>&lt;a href=&quot;http://snowcrash.twoday.net/topics/techlinks&quot;&gt;techlinks&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 korbendallas</dc:rights>
    <dc:date>2005-04-21T15:57:21Z</dc:date>
  </item>


<textinput rdf:about="http://snowcrash.twoday.net/search">
   <title>find</title>
   <description>Search this site:</description>
   <name>q</name>
   <link>http://snowcrash.twoday.net/search</link>
</textinput>


</rdf:RDF>
