<?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>Lijeesh Blog &#187; Windows</title>
	<atom:link href="http://lijeeshms.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://lijeeshms.com</link>
	<description>It is the matter of freedom</description>
	<lastBuildDate>Wed, 28 Apr 2010 10:07:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Native windows applications with PHP</title>
		<link>http://lijeeshms.com/2007/02/08/native-windows-applications-with-php.html</link>
		<comments>http://lijeeshms.com/2007/02/08/native-windows-applications-with-php.html#comments</comments>
		<pubDate>Wed, 07 Feb 2007 19:33:50 +0000</pubDate>
		<dc:creator>Lijeesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lijeeshms.com/2007/02/08/native-windows-applications-with-php.html</guid>
		<description><![CDATA[After PHP-GTK, it is WinBinder pays my attention towards PHP&#8217;s capabilities to build Desktop applications. Unlike PHP-GTK WinBinder is not cross platform. But it enables development of Native windows applications much easier. In 5 easy steps we can create a simple application. I have created a simple XML editor to see how easy the development [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://gtk.php.net" title="PHP-GTK" target="_blank">PHP-GTK</a>, it is <a href="http://winbinder.org/" title="Go to WinBinder Site" target="_blank">WinBinder</a> pays my attention towards PHP&#8217;s capabilities to build Desktop applications. Unlike PHP-GTK WinBinder is not cross platform.  But it enables development of Native windows applications much easier.</p>
<p><a href="http://lijeeshms.com/wp-content/uploads/2007/02/winbinder1.jpg" rel="lightbox" title="WinBinder Technology" target="_blank"><img src="http://lijeeshms.com/wp-content/uploads/2007/02/winbinder1.jpg" alt="WinBinder Technology" style="padding: 10px" align="left" border="0" /></a> In 5 easy steps we can create a simple application. I have created a simple XML editor to see how easy the development is.With my application I can create XML files in complete hierarchical way. I am using the Tree Control and Tab Control to make the application. GUI is developed with WinBinder&#8217;s form editor &#8211; which is also made with PHP.</p>
<p>It will we cool to have a PHP IDE in PHP itself. That is not so complicated as well.</p>
<p>You can download the presentation that explains the proccess <a href="http://winbinder.org/tutorials/winbinding_your_php/winbinding_your_php.pdf" title="Win Binding your applications" target="_blank">here.</a></p>
<p>There exists a php compiler that uses some PECL packages to make bytecode from PHP and makes exe files from WinBinder Applications. It is called <a href="http://www.phpcompiler.org/" title="PHP Compiler" target="_blank">phpc</a>.  Packaging of standalone PHP windows applications are thus goes much easier.</p>
<h3>Screenshots</h3>
<p><a href="http://lijeeshms.com/wp-content/uploads/2007/02/phpc.jpg" rel="lightbox[screen]" title="PHPC - phpcompiler front end made with PHP" target="_blank"><img src="http://lijeeshms.com/wp-content/uploads/2007/02/phpc.thumbnail.jpg" style="padding: 8px" alt="PHPC - phpcompiler front end made with PHP" border="0" /></a><a href="http://lijeeshms.com/wp-content/uploads/2007/02/xmleditor2.jpg" rel="lightbox[screen]" title="My sample XML editor application" target="_blank"><img src="http://lijeeshms.com/wp-content/uploads/2007/02/xmleditor2.thumbnail.jpg" style="padding: 8px" alt="My sample XML editor application" border="0" /></a><a href="http://lijeeshms.com/wp-content/uploads/2007/02/xmlditor.jpg" rel="lightbox[screen]" title="My sample XML editor application Attributes" target="_blank"><img src="http://lijeeshms.com/wp-content/uploads/2007/02/xmlditor.thumbnail.jpg" style="padding: 8px" alt="My sample XML editor application Attributes" border="0" /></a><br clear="all" /><br />
WinBinder as default is not Object oriented. But Object oriented libraries are available in community. <a href="http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/" target="_blank" title="WbObjects" rel="info">WbObjects</a> , Classes from <a href="http://winbinder.jonasjohn.de/classes/treeview/" target="_blank'">Jonasjohn</a> etc are useful.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://lijeeshms.com/2007/02/08/native-windows-applications-with-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->