<?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>David Tavarez's Home at davidtavarez.com &#187; PHP-GTK</title>
	<atom:link href="http://www.davidtavarez.com/archives/category/phpgtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtavarez.com</link>
	<description>Just another weblog...</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Glade 3 (3.4.1) Installer for Windows</title>
		<link>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/</link>
		<comments>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 06:05:46 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[PHP-GTK]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=384</guid>
		<description><![CDATA[Well, after few hours around internet and testing all... finally I got Glade 3 Running!! very well! Actually I'm using it to create an php-gtk application. This is how its looks: And this is the application running:   To download go to the winGlade section here: winGlade. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Well, after few hours around internet and testing all... finally I got Glade 3 Running!! very well! Actually I'm using it to create an <a title="PHP-GTK" href="http://gtk.php.net" onclick="urchinTracker('/outgoing/gtk.php.net?referer=');">php-gtk</a> application.</p>
<p>This is how its looks:</p>
<div class="wp-caption aligncenter" style="width: 471px"><a href="http://www.davidtavarez.com/wp-content/2009/02/glade-3-for-windows.JPG"><img class="  " title="Glade 3 running on Linux" src="http://www.davidtavarez.com/wp-content/2009/02/glade-3-for-windows.JPG" alt="Glade 3 running on Linux" width="461" height="288" /></a><p class="wp-caption-text">Glade 3 running on Windows XP</p></div>
<p>And this is the application running:</p>
<p> </p>
<div class="wp-caption aligncenter" style="width: 471px"><a href="http://www.davidtavarez.com/wp-content/2009/02/mantenimientoESNrunning.JPG"><img class="  " title="GUI created using Glade 3" src="http://www.davidtavarez.com/wp-content/2009/02/mantenimientoESNrunning.JPG" alt="GUI created using Glade 3" width="461" height="368" /></a><p class="wp-caption-text">GUI created using Glade 3</p></div>
<p>To download go to the winGlade section here: <a title="winGlade" href="http://www.davidtavarez.com/winGlade3">winGlade</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/glade-3-installer-for-windows/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/glade-3-installer-for-windows/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/glade-3-installer-for-windows/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/glade-3-installer-for-windows/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing php-gtk on linux in 7 steps</title>
		<link>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/</link>
		<comments>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 00:45:02 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[PHP-GTK]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=35</guid>
		<description><![CDATA[Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!... Step 1 (phpfi as password) cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r php_gtk_2_0_1 -P php-gtk Step 2 cd php-gtk Step 3 ./buildconf Step 4 ./configure Step 5 make Step 6 sudo make [...]]]></description>
			<content:encoded><![CDATA[<p>Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!...</p>
<p><strong>Step 1 (<em>phpfi</em> as password)</strong></p>
<blockquote><p>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r  php_gtk_2_0_1 -P php-gtk</p></blockquote>
<p><strong>Step 2</strong></p>
<blockquote><p>cd php-gtk</p></blockquote>
<p><strong>Step 3</strong></p>
<blockquote><p>./buildconf</p></blockquote>
<p><strong>Step 4</strong></p>
<blockquote><p>./configure</p></blockquote>
<p><strong>Step 5</strong></p>
<blockquote><p>make</p></blockquote>
<p><strong>Step 6</strong></p>
<blockquote><p>sudo make install</p></blockquote>
<p><strong>Step 7</strong></p>
<blockquote><p>Add : "<em>extension=php_gtk2.so</em>" into your php.ini file</p></blockquote>
<p>Now we just test it... make "cd demos/examples/" and then: "php gtkbuilder_api.php"... if everything is right we going to see I window like this:</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 160px"><a href="http://www.davidtavarez.com/wp-content/2008/10/gtkbuildersupport.png"><img class="size-thumbnail wp-image-51" title="PHP-GTK with GtkBuilder support" src="http://www.davidtavarez.com/wp-content/2008/10/gtkbuildersupport-150x150.png" alt="PHP-GTK with GtkBuilder support" width="150" height="150" /></a><p class="wp-caption-text">PHP-GTK with GtkBuilder support</p></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/installing-php-gtk-on-linux/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/installing-php-gtk-on-linux/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
