<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PC in NOT &#187; Programmierung</title>
	<atom:link href="http://www.pc-in-not.net/themen/programmierung/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pc-in-not.net</link>
	<description>Artikel rund um IT und andere Technik</description>
	<lastBuildDate>Tue, 22 Nov 2011 21:24:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Versionsverwaltung mit Fossil SCM</title>
		<link>http://www.pc-in-not.net/versionsverwaltung-mit-fossil-scm</link>
		<comments>http://www.pc-in-not.net/versionsverwaltung-mit-fossil-scm#comments</comments>
		<pubDate>Thu, 12 May 2011 18:24:40 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[fossil]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=949</guid>
		<description><![CDATA[Da wir uns ja auch ein wenig mit Programmierung beschäftigen, müssen wir uns auch manchmal mit der Source- bzw. Versionsverwaltung herumgschlagen. Und da wir dann auch noch mobil arbeiten wollen, brauchen wir ein SCM, welches nicht dauernd auf einen zentralen Server angewiesen ist, denn man hat ja auch nicht überall eine Online-Verbindung.
Mit den klassischen Tools [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/versionsverwaltung-mit-fossil-scm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Widgets mit Windows Mobile 6.5 &#8211; Teil 2</title>
		<link>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5-teil-2</link>
		<comments>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5-teil-2#comments</comments>
		<pubDate>Tue, 08 Jun 2010 19:00:06 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM65]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=676</guid>
		<description><![CDATA[Hier folgt nun der zweite Teil zur Vorstellung von WM 6.5 Widgets. Diesmal geht es um die Datenabfrage via XMLHttpRequest* und das Speichern von Daten.
 Das Widget fragt von Google* für einen eingegebenen Ort die Wettervorhersage ab und speichert den zuletzt eingegebenen Ort, damit bei einem Neuaufruf, dieser nicht neu eingegeben werden muss.
Konfiguration
Die config.xml ist [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5-teil-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Update] Widgets mit Windows Mobile 6.5</title>
		<link>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5</link>
		<comments>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5#comments</comments>
		<pubDate>Tue, 01 Jun 2010 22:10:17 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM65]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=650</guid>
		<description><![CDATA[Seit WM 6.5 werden auf dem Windows Smartphone W3C Widgets* unterstützt. Diese kleinen Mini-Applikationen werden mittels HTML und Javascript implementiert. Folgend eine kleine Beispiel App.

Konfiguration
Eine config.xml definiert die Startdatei (hello.html), ein Icon (hello.png) und ein paar Metadaten.
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&#62;
&#60;widget xmlns=&#8221;http://www.w3.org/ns/widgets&#8221;
version=&#8221;0.1&#8243;
id=&#8221;"&#62;
&#60;name&#62;Hello Widget&#60;/name&#62;
&#60;content src=&#8221;hello.html&#8221; type=&#8221;text/html&#8221; /&#62;
&#60;icon src=&#8221;hello.png&#8221; /&#62;
&#60;author href=&#8221;http://www.pc-in-not.net/&#8221;
email=&#8221;dennis@pc-in-not.net&#8221;&#62;Dennis&#60;/author&#62;
&#60;description&#62;Dies ist eine kleine Hallo-App.&#60;/description&#62;
&#60;/widget&#62;
Inhalt
Eine HTML Datei stellt [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/widgets-mit-windows-mobile-6-5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://www.pc-in-not.net/hello-world</link>
		<comments>http://www.pc-in-not.net/hello-world#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:28:57 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[command.com]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Schlagwort hinzufügen]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=58</guid>
		<description><![CDATA[Verschiedene Wege &#8220;Hallo&#8221; zu sagen.
command.com
echo Hallo Welt
Perl
print &#8220;Hallo Welt&#8221;;
BASIC
10 PRINT &#8220;HALLO WELT&#8221;
PHP
$helloWorld = array (
[0] =&#62; &#8216;Hallo&#8217;,
[1] =&#62; &#8216;Welt&#8217;
);
echo $helloWorld[0] . &#8216; &#8216; . $helloWorld[1];
Java
System.out.print(&#8221;Hello World&#8221;);
]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

