<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 16:14:07 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: Perverting windows with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8619</guid>
      <link>http://www.phpdeveloper.org/news/8619</link>
      <description><![CDATA[<p>
In a <a href="http://elizabethmariesmith.com/2007/09/08/perverting-windows-with-php/">new post</a>, <i>Elizabeth Smith</i> talks about "perverting Windows" to work with desktop PHP applications via an interesting library - <a href="http://winbinder.org/">Winbinder</a>.
</p>
<blockquote>
Writing desktop applications with PHP is considered to be idiotic by many people, but personally I think it's a lot of fun and can be useful. [...] There are more solutions for desktop apps with PHP than people probably realize. [...] So why isn't there a Win32 GUI wrapper for PHP? Well, there is...kind of.
</blockquote>
<p>
She <a href="http://elizabethmariesmith.com/2007/09/08/perverting-windows-with-php/">mentions a few issues</a> she has with the <a href="http://winbinder.org/">Winbinder</a> software - including lacking support for PHP5 and non-threadsafe code. She's falling back more and more on the "I can write an extension for that" mentality, though and has plans for the future:
</p>
<blockquote>
Eventually I hope to have a WinUi, WinGdi, and WinSys (processes, threading, registry, et al) to put in pecl. There are some win32 only extensions in PECL, but win32std is the only one I've actually had use for, or even got working properly, and there's no agreement among them in naming convention, API design, or even functions vs. classes. So here I am, playing.
</blockquote>]]></description>
      <pubDate>Mon, 10 Sep 2007 10:26:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPit.net: An Introduction to the Winbinder Library (Part 1)]]></title>
      <guid>http://www.phpdeveloper.org/news/5288</guid>
      <link>http://www.phpdeveloper.org/news/5288</link>
      <description><![CDATA[<p>
PHPit.net has posted <a href="http://www.phpit.net/article/introduction-winbinder-part1/">their latest tutorial</a> today providing an introduction to the powerful <a href="http://www.hypervisual.com/winbinder/index.php">Winbinder</a> library for PHP for those unfamiliar with it.
</p>
<quote>
<i>
In this new article series you will be introduced to the Winbinder Library, and shown exactly what it can do. In this first part you will learn what the Winbinder library is, and you will be given two examples.
</i>
</quote>
<p>
True to the theme of <a href="http://www.phpit.net/article/introduction-winbinder-part1/">the article</a>, they introduce the Winbinder library - what it is, how it works, and links to grab the latest copy. Their first simple example is a "Hello World" window created with about 7 lines of code. They explain the parts of this code before moving on, up to an example that uses the event handler functionality to catch a button being clicked.
</p>]]></description>
      <pubDate>Tue, 02 May 2006 07:59:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Aaron Wormus' Blog:  32 Cards - PHP Based World CUP 2006 Game]]></title>
      <guid>http://www.phpdeveloper.org/news/5250</guid>
      <link>http://www.phpdeveloper.org/news/5250</link>
      <description><![CDATA[<p>
<i>Aaron Wormus</i> notes in <a href="http://www.wormus.com/aaron/stories/2006/04/27/32-cards-php-based-world-cup-2006-game.html">this new blog entry</a> about a client-side card game he's been introduced to that comines great graphics, a smart AI and a powerful combination - PHP5 and the <a href="http://www.winbinder.com/">Winbinder</a> library.
</p>
<quote>
<i>
<p>I remember the WTF moment I had a couple years ago when <a href="http://www.frozen-bubble.org/">Frozen Bubble</a> was released. The game was nice but the awesome bit was the it was based on <a href="http://perl.org/">PERL</a>, which was my programming language of choice at the time.
</p><p>
I had that moment again this morning when an email arrived in my mail box from Rubem Pechansky (The <a href="http://www.winbinder.com/">WinBinder</a> Guy) where he announced his Worldcup 2006 card game which is based entirely on PHP5 and Winbinder. 
</p>
</i>
</quote>
<p>
The game, <a href="http://32cards.com/downloads.php">32cards</a> is a digital card trading game with tons of data about each country for each card. On each turn, the topmost card is uncovered and five stats are compared. The player with the highest stats wins and points are awarded. You can gabs this great example of how flexible PHP really is (and try out a pretty cool game) by heading over to their site and <a href="http://32cards.com/downloads.php">grabbing the download</a>.
</p>]]></description>
      <pubDate>Thu, 27 Apr 2006 06:40:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Silverton's Blog: Converting PHP Scripts to Windows Apps]]></title>
      <guid>http://www.phpdeveloper.org/news/5237</guid>
      <link>http://www.phpdeveloper.org/news/5237</link>
      <description><![CDATA[<p>
<i>Justin Silverton</i> has a <a href="http://blinduser.blogspot.com/2006/04/converting-php-scripts-to-windows-apps.html">very simple post</a> on his blog today about the conversion of a PHP application over to a Windows-native application.
</p>
<quote>
<i>
I came across this application the other day that will allow you to convert php scripts to native windows applications. The application is called WinBinder and it is available <a href="http://hypervisual.com/winbinder/examples.php">Here</a>
</i>
</quote>
<p>
He <a href="http://blinduser.blogspot.com/2006/04/converting-php-scripts-to-windows-apps.html">lists out</a> some of their key benefits ot making the switch and shows a very simple example of creating a "Hello World" window with the scripts.
</p>]]></description>
      <pubDate>Tue, 25 Apr 2006 07:17:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Aaron Wormus' Blog: Winbinder Slides from IPC Up]]></title>
      <guid>http://www.phpdeveloper.org/news/4285</guid>
      <link>http://www.phpdeveloper.org/news/4285</link>
      <description><![CDATA[<i>Aaron Wormus</i> has <a href="http://www.wormus.com/aaron/stories/2005/11/13/winbinder-slides-from-ipc-up.html">this new post</a> on hsi site today nothing that the slides for his presentation are now posted.
<p>
<quote>
<i>
Conference is over, and the slides for my talk on "Winbinding your Code" are up. I was was very happy with the schedule, and how my talk followed Jeremy Johnstone's talk on the very cool PHP-GTK2.
<p>
The slides are up in <a href="http://www.wormus.com/slides/winbinder/Winbinding_your_PHP_-_Aaron_Wormus.pdf">PDF</a>, and <a href="http://www.wormus.com/slides/winbinder/Winbinding_your_PHP_-_Aaron_Wormus.swf">Shockwave Flash</a> format and the original <a href="http://www.wormus.com/slides/winbinder/Winbinding_your_PHP_-_Aaron_Wormus.odp">Open Document Presentation</a> format. The slides are released under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons</a> license, so please feel free to use them in your Usergroup meeting.
</i>
</quote>
<p>
<a href="http://www.wormus.com/aaron/stories/2005/11/13/winbinder-slides-from-ipc-up.html">His talk</a> this year dealt with using the Winbinder software to create "Win32 GUI Applications". He talks about the history of Winbinder, why you should use it, and code examples for starting out, controlling windows, and using the Winbinder framework...]]></description>
      <pubDate>Mon, 14 Nov 2005 05:22:31 -0600</pubDate>
    </item>
  </channel>
</rss>
