<?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</title>
	<atom:link href="http://www.pc-in-not.net/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>Thu, 26 Aug 2010 22:17:51 +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>Windows Mobile Registry Editor</title>
		<link>http://www.pc-in-not.net/windows-mobile-registry-editor</link>
		<comments>http://www.pc-in-not.net/windows-mobile-registry-editor#comments</comments>
		<pubDate>Thu, 26 Aug 2010 22:06:23 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM5]]></category>
		<category><![CDATA[WM6]]></category>
		<category><![CDATA[WM65]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=696</guid>
		<description><![CDATA[Es kommt immer mal wieder vor,  dass man auf dem Windows Phone Smartphone   auch an die Registry heran muss, u. a. wenn man Widget von der Speicherkarte statt aus dem Marketplace installieren möchte.
Zu dem vorgestellten PHM Registry Editor gibt es noch eine Alternative, die den Vorteil bietet, exportierte Registry-Teile wieder zu importieren, den [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/windows-mobile-registry-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebFarben HTML CSS Farben Widget App</title>
		<link>http://www.pc-in-not.net/webfarben</link>
		<comments>http://www.pc-in-not.net/webfarben#comments</comments>
		<pubDate>Thu, 26 Aug 2010 20:29:53 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM65]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=686</guid>
		<description><![CDATA[WebFarben ist eine kleine App implementiert als Widget für Windows Mobile 6.5 Smartphones zur Auswahl von Farben für HTML und CSS.

Download WebFarben.wgt
Installation Das Widget herunterladen und auf der Speicherkarte speichern. Widgets lassen sich normalerweise nur aus dem Marketplace installieren. Bei Installation über die Speicherkarte o. ä. ist vorher eine Registryanpassung notwendig, siehe dazu Verpacken und [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/webfarben/feed</wfw:commentRss>
		<slash:comments>0</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>1</slash:comments>
		</item>
		<item>
		<title>LG GM750 De-Branding</title>
		<link>http://www.pc-in-not.net/lg-gm750-de-branding</link>
		<comments>http://www.pc-in-not.net/lg-gm750-de-branding#comments</comments>
		<pubDate>Fri, 21 May 2010 22:46:52 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[GM750]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[LGE]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM65]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=640</guid>
		<description><![CDATA[Das LG GM 750 aka Layla wird in Deutschland mit Betreiber-Branding, aber ohne Simlock, ausgeliefert. Auch hat LG das Windows Mobile 6.5 hinter der S-Class-Oberfläche versteckt. Das Branding sowie S-Class lassen sich aber weitersgehends &#8211; natürlich nur wenn gewünscht   entfernen. Aber der Reihe nach.
Von der Bedienung insbesondere mit den Fingern ist die S-Class [...]]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/lg-gm750-de-branding/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
