<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Windows CE Programming</title>
	<atom:link href="http://www.hjgode.de/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hjgode.de/wp</link>
	<description>Windows Mobile Development and usage</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Howto run an application periodically by admin</title>
		<link>http://www.hjgode.de/wp/2009/07/14/howto-run-an-application-periodically/comment-page-1/#comment-739</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 03 Feb 2012 08:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=193#comment-739</guid>
		<description>See also Tasker2 at http://www.hjgode.de/wp/2011/12/23/windows-mobile-tasker2-runs-and-stops-applications-periodically/</description>
		<content:encoded><![CDATA[<p>See also Tasker2 at <a href="http://www.hjgode.de/wp/2011/12/23/windows-mobile-tasker2-runs-and-stops-applications-periodically/" rel="nofollow">http://www.hjgode.de/wp/2011/12/23/windows-mobile-tasker2-runs-and-stops-applications-periodically/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Develop an OpenCart vqmod to alter the confirm eMail by Nasko</title>
		<link>http://www.hjgode.de/wp/2011/12/13/develop-an-opencart-vqmod-to-alter-the-confirm-email/comment-page-1/#comment-728</link>
		<dc:creator>Nasko</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1249#comment-728</guid>
		<description>Hallo Josef, 
ja ich habe das schon bemerkt als ich die top und bottom html geänder habe. Dann hatte ich die Adresse nähmlich doppelt :)
Vielen Dank nochmal, das war eine große Hilfe.</description>
		<content:encoded><![CDATA[<p>Hallo Josef,<br />
ja ich habe das schon bemerkt als ich die top und bottom html geänder habe. Dann hatte ich die Adresse nähmlich doppelt <img src='http://www.hjgode.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Vielen Dank nochmal, das war eine große Hilfe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Develop an OpenCart vqmod to alter the confirm eMail by admin</title>
		<link>http://www.hjgode.de/wp/2011/12/13/develop-an-opencart-vqmod-to-alter-the-confirm-email/comment-page-1/#comment-717</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Jan 2012 17:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1249#comment-717</guid>
		<description>Hallo Nasko

wenn Du Dir den code etwas näher ansiehst, wirst Du bemerken, dass ich die Shop-Daten (Adresse) zwischen den beiden html Dateien einmische. Sieht schöner aus, aber man hätte die Adresse natürlcih auch am Anfang oder Ende ausgeben können:

                        //build the company address
                        $firmen_addresse =  
                            $this-&gt;config-&gt;get(&#039;config_name&#039;) . &#039;&lt;br&gt;&#039; .
                            $this-&gt;config-&gt;get(&#039;config_owner&#039;) . &#039;&lt;br&gt;&#039; .
                            str_replace(array(&quot;\r\n&quot;, &quot;\r&quot;, &quot;\n&quot;), &#039;&lt;br /&gt;&#039;, $this-&gt;config-&gt;get(&#039;config_address&#039;)) . &#039;&lt;br&gt;&#039; .
                            $this-&gt;config-&gt;get(&#039;config_email&#039;) . &#039;&lt;br&gt;&#039; .
                            $this-&gt;config-&gt;get(&#039;config_telephone&#039;) . &#039;&lt;br&gt;&#039; .
                            $this-&gt;config-&gt;get(&#039;config_fax&#039;) . &#039;&lt;br&gt;&#039;;
                        //combile top part, company address and bottom part in a new string
                        $wiederruf = $wiederruf_top . $firmen_addresse . $wiederruf_bottom;


Gruss

Josef</description>
		<content:encoded><![CDATA[<p>Hallo Nasko</p>
<p>wenn Du Dir den code etwas näher ansiehst, wirst Du bemerken, dass ich die Shop-Daten (Adresse) zwischen den beiden html Dateien einmische. Sieht schöner aus, aber man hätte die Adresse natürlcih auch am Anfang oder Ende ausgeben können:</p>
<p>                        //build the company address<br />
                        $firmen_addresse =<br />
                            $this->config->get(&#8216;config_name&#8217;) . &#8216;<br />&#8216; .<br />
                            $this->config->get(&#8216;config_owner&#8217;) . &#8216;<br />&#8216; .<br />
                            str_replace(array(&#8220;\r\n&#8221;, &#8220;\r&#8221;, &#8220;\n&#8221;), &#8216;<br />&#8216;, $this->config->get(&#8216;config_address&#8217;)) . &#8216;<br />&#8216; .<br />
                            $this->config->get(&#8216;config_email&#8217;) . &#8216;<br />&#8216; .<br />
                            $this->config->get(&#8216;config_telephone&#8217;) . &#8216;<br />&#8216; .<br />
                            $this->config->get(&#8216;config_fax&#8217;) . &#8216;<br />&#8216;;<br />
                        //combile top part, company address and bottom part in a new string<br />
                        $wiederruf = $wiederruf_top . $firmen_addresse . $wiederruf_bottom;</p>
<p>Gruss</p>
<p>Josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Develop an OpenCart vqmod to alter the confirm eMail by Nasko</title>
		<link>http://www.hjgode.de/wp/2011/12/13/develop-an-opencart-vqmod-to-alter-the-confirm-email/comment-page-1/#comment-716</link>
		<dc:creator>Nasko</dc:creator>
		<pubDate>Thu, 12 Jan 2012 17:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1249#comment-716</guid>
		<description>This works for me very nice.
I am not very sure why did you made 2 Html for the wiederuf? You could place the hole text in one file.
I am sure there is a reason for it, but I am too blind to see it right now ?
However thx for the vqmod and the nice solution !</description>
		<content:encoded><![CDATA[<p>This works for me very nice.<br />
I am not very sure why did you made 2 Html for the wiederuf? You could place the hole text in one file.<br />
I am sure there is a reason for it, but I am too blind to see it right now ?<br />
However thx for the vqmod and the nice solution !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Opencart oder OCIE, Versions-Verschleierung by Nasko</title>
		<link>http://www.hjgode.de/wp/2011/12/15/opencart-oder-ocie-versions-verschleierung/comment-page-1/#comment-715</link>
		<dc:creator>Nasko</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1264#comment-715</guid>
		<description>Sehr schön gesagt, ich begrüße dich für deine Haltung.
So fand ich mich auch auf deine Seite,
denn ich wollte erstens nicht meine Opencart 1.5.1.3 Installation einfach so wegwerfen und dann hoffen
das es mit dem OCIE klappt sammt mein Theme, VQMODS und sonstige Anpassungen.
Zweitens wollte ich nicht zusätzliche Zeit investieren.
Lieber ein funktioniered angepasstes orginal Opencart System , wo man weiß was warum wie funktionert, statt sich in die Abhängikeit zu stürtzen. 

Beste Grüße 
Atanas</description>
		<content:encoded><![CDATA[<p>Sehr schön gesagt, ich begrüße dich für deine Haltung.<br />
So fand ich mich auch auf deine Seite,<br />
denn ich wollte erstens nicht meine Opencart 1.5.1.3 Installation einfach so wegwerfen und dann hoffen<br />
das es mit dem OCIE klappt sammt mein Theme, VQMODS und sonstige Anpassungen.<br />
Zweitens wollte ich nicht zusätzliche Zeit investieren.<br />
Lieber ein funktioniered angepasstes orginal Opencart System , wo man weiß was warum wie funktionert, statt sich in die Abhängikeit zu stürtzen. </p>
<p>Beste Grüße<br />
Atanas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iRunAtEvent by Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; tasker2 runs and stops applications periodically</title>
		<link>http://www.hjgode.de/wp/2010/03/06/irunatevent/comment-page-1/#comment-696</link>
		<dc:creator>Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; tasker2 runs and stops applications periodically</dc:creator>
		<pubDate>Fri, 23 Dec 2011 13:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=427#comment-696</guid>
		<description>[...] on special events like time or hardware changes (ON_RS232_CONNECT for example). See also my post here [...]</description>
		<content:encoded><![CDATA[<p>[...] on special events like time or hardware changes (ON_RS232_CONNECT for example). See also my post here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto run an application periodically by Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; tasker2 runs and stops applications periodically</title>
		<link>http://www.hjgode.de/wp/2009/07/14/howto-run-an-application-periodically/comment-page-1/#comment-695</link>
		<dc:creator>Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; tasker2 runs and stops applications periodically</dc:creator>
		<pubDate>Fri, 23 Dec 2011 13:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=193#comment-695</guid>
		<description>[...] If a timed schedule is reached, the scheduler will launch the specified application, see also here . This will also work if the device is in suspend mode (sleeps). The scheduler can also fire on [...]</description>
		<content:encoded><![CDATA[<p>[...] If a timed schedule is reached, the scheduler will launch the specified application, see also here . This will also work if the device is in suspend mode (sleeps). The scheduler can also fire on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Development: a native remote desktop client (rdesktop port win32) by Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</title>
		<link>http://www.hjgode.de/wp/2010/11/20/mobile-development-a-native-remote-desktop-client-rdesktop-port-win32/comment-page-1/#comment-693</link>
		<dc:creator>Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</dc:creator>
		<pubDate>Tue, 20 Dec 2011 15:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=899#comment-693</guid>
		<description>[...] If you are not the coder you may use UnregisterFunc1 (see my post &#8220;Freedom for Function Keys&#8220;). But be warned, there are applications that even then will not process Function Keys or do not forward them. For example Internet Explorer Mobile (IEM) will NOT process Function Keys except for internal functions like help or full-screen. Another bad example is Remote Desktop Mobile (RDM). It does not support Function Keys, even if you un-register them before you launch RDM, Function Keys will NOT be processed or transmitted to the host application. An alternative to RDM with function key support is rdesktopCE. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are not the coder you may use UnregisterFunc1 (see my post &#8220;Freedom for Function Keys&#8220;). But be warned, there are applications that even then will not process Function Keys or do not forward them. For example Internet Explorer Mobile (IEM) will NOT process Function Keys except for internal functions like help or full-screen. Another bad example is Remote Desktop Mobile (RDM). It does not support Function Keys, even if you un-register them before you launch RDM, Function Keys will NOT be processed or transmitted to the host application. An alternative to RDM with function key support is rdesktopCE. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KeyTest3AK &#8211; a tool to look at keyboard codes by Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</title>
		<link>http://www.hjgode.de/wp/2009/05/11/keytest3ak-a-tool-to-look-at-keyboard-codes/comment-page-1/#comment-692</link>
		<dc:creator>Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</dc:creator>
		<pubDate>Tue, 20 Dec 2011 09:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=29#comment-692</guid>
		<description>[...] you use UnregisterFunc1, you can check the Function Keys using a tool like KeyTest3AK. It will show the keydown and keyup values of keys and shows what happens if you use [...]</description>
		<content:encoded><![CDATA[<p>[...] you use UnregisterFunc1, you can check the Function Keys using a tool like KeyTest3AK. It will show the keydown and keyup values of keys and shows what happens if you use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use FuncKey to free up your FunctionKeys on Windows Mobile by Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</title>
		<link>http://www.hjgode.de/wp/2010/02/10/use-funckey-to-free-up-your-functionkeys-on-windows-mobile/comment-page-1/#comment-691</link>
		<dc:creator>Windows CE Programming &#187; Blog Archive &#187; Windows Mobile &#8211; the no-go world of Function Keys</dc:creator>
		<pubDate>Tue, 20 Dec 2011 09:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=20#comment-691</guid>
		<description>[...] you are not the coder you may use UnregisterFunc1 (see my post &#8220;Freedom for Function Keys&#8220;). But be warned, there are applications that even then will not process Function Keys or do [...]</description>
		<content:encoded><![CDATA[<p>[...] you are not the coder you may use UnregisterFunc1 (see my post &#8220;Freedom for Function Keys&#8220;). But be warned, there are applications that even then will not process Function Keys or do [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

