<?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>PARMAJA</title>
	<atom:link href="http://www.parmaja.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.parmaja.com</link>
	<description>“Parmaja” mean(s) “programming”</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Arabic innosetup file</title>
		<link>http://www.parmaja.com/pages/110</link>
		<comments>http://www.parmaja.com/pages/110#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:12:40 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=110</guid>
		<description><![CDATA[Arabic InnoSetup file in github (Arabic.isl) https://github.com/parmaja/innosetup]]></description>
			<content:encoded><![CDATA[<p>Arabic InnoSetup file in github (Arabic.isl)</p>
<p><a href="https://github.com/parmaja/innosetup" target="_blank">https://github.com/parmaja/innosetup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Messages MsgBox in MiniLib</title>
		<link>http://www.parmaja.com/pages/102</link>
		<comments>http://www.parmaja.com/pages/102#comments</comments>
		<pubDate>Mon, 17 Oct 2011 19:59:38 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Developing]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[lazarus]]></category>
		<category><![CDATA[minilib]]></category>
		<category><![CDATA[msgbox]]></category>
		<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=102</guid>
		<description><![CDATA[We finished adding MsgBox.pp and GUIMsgBox.pp in minilib Both units for Pascal language, FreePascal and Lazaurs, but not worked for Delphi (sorry ). Only you need to add MsgBox to your uses in the unit to use it, but you need to add GUIMsgBox once in the whale project, or it will work as console [...]]]></description>
			<content:encoded><![CDATA[<p>We finished adding MsgBox.pp and GUIMsgBox.pp in minilib</p>
<p>Both units for Pascal language, FreePascal and Lazaurs, but not worked for Delphi (sorry <img src='http://www.parmaja.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ).</p>
<p><a href="http://www.parmaja.com/wp/wp-content/uploads/2011/10/msgbox.png"><img class="alignright size-full wp-image-104" style="margin-left: 10px; margin-right: 10px;" title="msgbox" src="http://www.parmaja.com/wp/wp-content/uploads/2011/10/msgbox.png" alt="" width="327" height="267" /></a>Only you need to add MsgBox to your uses in the unit to use it, but you need to add GUIMsgBox once in the whale project, or it will work as console application.</p>
<p>Useing by call Msg.Yes or Msg.OK for example, there is many other calls, like Msg.Input or Msg.Password to ask for password.</p>
<p>If  you not use GUIMsgBox for Lazarus, it will work as console or you can switch to console even if GUIMsgBox is used, by calling Msg.Switch(&#8216;CONSOLE&#8217;);</p>
<p>Msg.Yes(‘Do you want to save?’)<br />
Mean Yes/No but the default button is Yes</p>
<p><a href="http://www.parmaja.com/wp/wp-content/uploads/2011/10/YesNoConsole.png"><img class="size-full wp-image-103 alignleft" style="margin-left: 5px; margin-right: 5px;" title="YesNoConsole" src="http://www.parmaja.com/wp/wp-content/uploads/2011/10/YesNoConsole.png" alt="" width="214" height="20" /></a></p>
<p>&nbsp;</p>
<p>Msg.No(‘Do you want to save?’)<br />
Mean Yes/No but the default button is No</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows users, do not use AutoCrlf in git</title>
		<link>http://www.parmaja.com/pages/92</link>
		<comments>http://www.parmaja.com/pages/92#comments</comments>
		<pubDate>Tue, 20 Sep 2011 07:54:37 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Developing]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[AutoCrlf]]></category>
		<category><![CDATA[EOL]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[WINDOWS]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=92</guid>
		<description><![CDATA[If you are using git to fetch or modify your codes on Windows, do not enable this feature. If it is enabled, the source code fetched as CRLF and commited as LF, that was good, but most of editors handle (Unix EOL) LF, so you not need to fetch it as (Window EOL) CRLF. If [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using git to fetch or modify your codes on Windows, do not enable this feature.<br />
If it is enabled, the source code fetched as CRLF and commited as LF, that was good, but most of editors handle (Unix EOL) LF, so you not need to fetch it as (Window EOL) CRLF.</p>
<p>If you are like to use LF in your PHP code in windows and keep it as it in the original code repo, do not enable it.</p>
<p>If you already enabled it, do not change before commit your work and push it, after that, change it to false, then revert all your code, git now fetch the files as LF.</p>
<p>EOL = End of Line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We started new project MiniEdit</title>
		<link>http://www.parmaja.com/pages/63</link>
		<comments>http://www.parmaja.com/pages/63#comments</comments>
		<pubDate>Thu, 31 Mar 2011 10:44:02 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Developing]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[freepascal]]></category>
		<category><![CDATA[lazarus]]></category>
		<category><![CDATA[miniedit]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=63</guid>
		<description><![CDATA[We started the new project MiniEdit based on old one LightPHPEdit but on Lazarus/FreePascal to make it work on Linux. MiniEdit is open source editor, simple and fast one work as portable application. It is editor with code highlighter made for PHP but i work on it to use Pascal projects, so it need time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.parmaja.com/wp/wp-content/uploads/2011/03/miniedit.jpg"><img class="size-medium wp-image-68 alignleft" style="margin: 5px;" title="miniedit" src="http://www.parmaja.com/wp/wp-content/uploads/2011/03/miniedit-300x212.jpg" alt="" width="300" height="212" /></a>We started the new project MiniEdit based on old one LightPHPEdit but on Lazarus/FreePascal to make it work on Linux.<br />
MiniEdit is open source editor, simple and fast one work as portable application.<br />
It is editor with code highlighter made for PHP but i work on it to use Pascal projects, so it need time to make it.<br />
Now i am working on addons for it (internal addons) to integrate Debug and SCM(SVN and GIT) tools.</p>
<p>you can download the source from github.com</p>
<p>https://github.com/parmaja/miniedit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My keyboard stops today.</title>
		<link>http://www.parmaja.com/pages/64</link>
		<comments>http://www.parmaja.com/pages/64#comments</comments>
		<pubDate>Sat, 01 Jan 2011 22:10:34 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=64</guid>
		<description><![CDATA[This day at the morning, when i turn on my PC, the keyboard not worked at all, no respond from it. I guessed  the keyboard was broke or something else, but i tested with another computer and it is work fine. After cleaning inside my computer, remove cards and replug it, nothing help me. I [...]]]></description>
			<content:encoded><![CDATA[<p>This day at the morning, when i turn on my PC, the keyboard not worked at all, no respond from it.</p>
<p>I guessed  the keyboard was broke or something else, but i tested with another computer and it is work fine.</p>
<p>After cleaning inside my computer, remove cards and replug it, nothing help me.</p>
<p>I decided to think as stupid,  so i removed the battery to reset the CMOS memory, but i replaced it with new one, it is work, i mean the keyboard come from the death <img src='http://www.parmaja.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANN: minibidi.c was ported to minibidi.pp</title>
		<link>http://www.parmaja.com/pages/59</link>
		<comments>http://www.parmaja.com/pages/59#comments</comments>
		<pubDate>Mon, 20 Dec 2010 07:17:09 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Developing]]></category>
		<category><![CDATA[bidi]]></category>
		<category><![CDATA[escpos]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[rtl]]></category>
		<category><![CDATA[uncicode]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=59</guid>
		<description><![CDATA[We have ported the minibidi.c to FreePascal minibidi.pp with some modifications to be workable with Pascal, in minilib project. This file process the Unicode Arabic characters to make Joining/Shaping and make it Right To Left readable, in another hand it is prepare the string variable (widestring) to be printed in Right To Left, it is [...]]]></description>
			<content:encoded><![CDATA[<p>We have ported the minibidi.c to FreePascal minibidi.pp with some modifications to be workable with Pascal, in <a href="http://sourceforge.net/projects/minilib/" target="_blank">minilib</a> project.</p>
<p>This file process the Unicode Arabic characters to make Joining/Shaping and make it Right To Left readable, in another hand it is prepare the string variable (widestring) to be printed in Right To Left, it is like FriBidi but more simple and in Pascal.</p>
<p>The original file written by Ahmad Khalifa from arabeyes.org, i published it with same license.</p>
<p>Also we port <a href="http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP864.TXT" target="_self">cp864</a> CodePage and added to unicodes directory, it is useful to convert a Unicode string (widestring) to that old code page cp864.</p>
<p><a href="http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP864.TXT" target="_self">cp864</a> used by most POS printers (thermal) and Customer Display, now with minibidi.pp you can proceess the string to be printed in Right To Left order and then convert it to cp864 codepage then print it to ESCPOS printers.</p>
<p><a href="http://www.parmaja.com/wp/wp-content/uploads/2010/12/escpos_printer_arabic.jpg"><img class="alignnone size-full wp-image-60" title="escpos_printer_arabic" src="http://www.parmaja.com/wp/wp-content/uploads/2010/12/escpos_printer_arabic.jpg" alt="" width="510" height="382" /></a></p>
<p>This an <a href="http://minilib.svn.sourceforge.net/viewvc/minilib/trunk/MiniComm/demo/escpos/" target="_self">example</a> how to print to ESCPOS printer</p>
<p>The code still need more work, but until now it is usable for me <img src='http://www.parmaja.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up NAT Routing on Windows XP</title>
		<link>http://www.parmaja.com/pages/41</link>
		<comments>http://www.parmaja.com/pages/41#comments</comments>
		<pubDate>Fri, 03 Sep 2010 02:39:00 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=41</guid>
		<description><![CDATA[Good article and worked for me http://forum.codecall.net/tutorials/10175-how-set-up-nat-routing-windows-xp.html http://www.ante.lv/xwiki/bin/view/Windows/WinXPRouting http://www.nanodocumet.com/?p=14 netsh pushd routing ip nat uninstall install set global tcptimeoutmins=1440 udptimeoutmins=1 loglevel=ERROR add interface name="NIC2" mode=FULL add interface name="NIC1" mode=PRIVATE popd REGISTRY HKEY_LM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter=1]]></description>
			<content:encoded><![CDATA[<p>Good article and worked for me</p>
<p><a href="http://forum.codecall.net/tutorials/10175-how-set-up-nat-routing-windows-xp.html" target="_blank">http://forum.codecall.net/tutorials/10175-how-set-up-nat-routing-windows-xp.html</a></p>
<p><a href="http://www.ante.lv/xwiki/bin/view/Windows/WinXPRouting" target="_blank">http://www.ante.lv/xwiki/bin/view/Windows/WinXPRouting</a></p>
<p><a href="http://www.nanodocumet.com/?p=14" target="_blank">http://www.nanodocumet.com/?p=14</a><br />
<code><br />
netsh<br />
pushd routing ip nat<br />
uninstall<br />
install<br />
set global tcptimeoutmins=1440 udptimeoutmins=1 loglevel=ERROR<br />
add interface name="NIC2" mode=FULL<br />
add interface name="NIC1" mode=PRIVATE<br />
popd</p>
<p>REGISTRY<br />
HKEY_LM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter=1<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks Google.</title>
		<link>http://www.parmaja.com/pages/35</link>
		<comments>http://www.parmaja.com/pages/35#comments</comments>
		<pubDate>Fri, 27 Aug 2010 11:43:15 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=35</guid>
		<description><![CDATA[http://developer.android.com/guide/developing/tools/emulator.html]]></description>
			<content:encoded><![CDATA[<p>http://developer.android.com/guide/developing/tools/emulator.html</p>
<p><a href="http://www.parmaja.com/wp/wp-content/uploads/2010/08/google-my-country.png"><img class="alignnone size-full wp-image-36" title="google-my-country" src="http://www.parmaja.com/wp/wp-content/uploads/2010/08/google-my-country.png" alt="" width="453" height="338" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build of SQLite3 for WINCE ARM4</title>
		<link>http://www.parmaja.com/pages/31</link>
		<comments>http://www.parmaja.com/pages/31#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:23:48 +0000</pubDate>
		<dc:creator>Zaher Dirkey</dc:creator>
				<category><![CDATA[Developing]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=31</guid>
		<description><![CDATA[We uploaded a Dll build of SQLite3 for WINCE ARM4 You can download and test it for ARM4 and ARM4i sqlite3-arm-wince-download directory Please rename the dll to sqlite3.dll before use it, It is more safe to use arm4 instead of arm4i for old version of WinCE. If any question ask me here in the comments.]]></description>
			<content:encoded><![CDATA[<p>We uploaded a Dll build of SQLite3 for WINCE ARM4</p>
<p>You can download and test it for ARM4 and ARM4i</p>
<p><a title="sqlite3-wince-arm" href="http://www.parmaja.com/downloads/sqlite3">sqlite3-arm-wince-download directory</a></p>
<p>Please rename the dll to sqlite3.dll before use it, It is more safe to use arm4 instead of arm4i for old version of WinCE.</p>
<p>If any question ask me here in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/31/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Decided to upgrade our forums</title>
		<link>http://www.parmaja.com/pages/26</link>
		<comments>http://www.parmaja.com/pages/26#comments</comments>
		<pubDate>Sat, 14 Aug 2010 11:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.parmaja.com/?p=26</guid>
		<description><![CDATA[We decided to upgrade our forums from PunBB to FluxBB 1.4.x, for that i stopped the register, it is take a some days. May lose some MODs exists in the old one, but i hope i can add it in the future.]]></description>
			<content:encoded><![CDATA[<p>We decided to upgrade our forums from PunBB to FluxBB 1.4.x, for that i stopped the register, it is take a some days.<br />
May lose some MODs exists in the old one, but i hope i can add it in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parmaja.com/pages/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

