<?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>Sat, 22 Nov 2008 03:45:15 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Building Your Own Desktop Notepad Application Using PHP-GTK ]]></title>
      <guid>http://www.phpdeveloper.org/news/11070</guid>
      <link>http://www.phpdeveloper.org/news/11070</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/PHP/Building-Your-Own-Desktop-Notepad-Application-Using-PHPGTK/">this new tutorial</a> from DevShed, they show how to take that PHP-GTK introductory knowledge a step further and create a simple desktop "notepad" application (corss-platform, of course).
</p>
<blockquote>
If you think building a desktop application such as Notepad is difficult, think again. If you use PHP-GTK, it's almost ridiculously easy. This article will show you how. By the time you're done, you'll have a full cross-platform application in about 100 lines.
</blockquote>
<p>
You need to already have the latest <a href="http://gtk.php.net/download.php">PHP-GTK version</a> installed and have a basic knowledge of how to make an application before you start. All code is included as well as explanations as to where all of the parts go (including a simple find, time/date output, select all and how to tell if the user has modified the contents of the file).
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 13:07:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Zend Studio for Eclipse and SFTPDrive not on speaking terms]]></title>
      <guid>http://www.phpdeveloper.org/news/9826</guid>
      <link>http://www.phpdeveloper.org/news/9826</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i>, a long-time user of <a href="http://www.sftpdrive.com/">SFTPDrive</a> on his Windows machine, has noticed something a bit odd lately when using the new Zend Studio (Eclipse):
</p>
<blockquote>
For some reason, ZSfE just doesn't show me my 'k:' drive (the SFTP mount) when browsing for a project directory. This throws a real wrench in my usual workflow '" ZS 5.5 had built-in SFTP support, and I could also use the local mount if I wanted.
</blockquote>
<p>
Finding nothing in the traditional places, he's <a href="http://funkatron.com/site/comments/zend-studio-for-eclipse-and-sftpdrive-not-on-speaking-terms/#When:14:40:00Z">made this blog post</a> hoping someone might have the answer. Turns out that the fix (as provided by <i>Josh Johnston</i>) is to create a new project around a new Remote Folder.
</p>]]></description>
      <pubDate>Thu, 20 Mar 2008 07:58:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Which editing widget do you use in your PHP-GTK apps?]]></title>
      <guid>http://www.phpdeveloper.org/news/8184</guid>
      <link>http://www.phpdeveloper.org/news/8184</link>
      <description><![CDATA[<p>
The PHP-GTK Community site has <a href="http://www.php-gtk.eu/poll/editing-widget">posted a new poll</a> that ask PHP-GTK developers which, of the choices provided is their favorite editing widget used in their applications.
</p>
<p>The choices are:</p>
<ul>
<li>GtkScintilla
<li>GtkSourceView
<li>GtkTextView
</ul>
<p>
They also included the "Homegrown" option for anyone that might have whipped up their own. At the time of this posting, GtkScintilla and GtkTextView are tied with two votes apiece. If you're a PHP-GTK developer and have worked much with text editing widgets, <a href="http://www.php-gtk.eu/poll/editing-widget">head over and cast your vote</a> today!
</p>]]></description>
      <pubDate>Thu, 05 Jul 2007 09:47:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[WebReference.com: Building a Weblog: Part 4]]></title>
      <guid>http://www.phpdeveloper.org/news/7392</guid>
      <link>http://www.phpdeveloper.org/news/7392</link>
      <description><![CDATA[<p>
WebReference.com has posted <a href="http://www.webreference.com/programming/practical_php_mysql4/">part four</a> (the final installment) of their "Building a Weblog" series today, focusing on creating the categories for the posts, adding a new entry, and updating a current one.
</p>
<p>
First off is the creation of the categories script - just a simple little page that takes in the category name (from a form) and inserts it into the categories table in the database. The next form functions in basically the same way, but handles more information. It lets you write and save a new blog entry to the database. 
</p>
<p>
Finally, since everyone makes mistakes, they include <a href="http://www.webreference.com/programming/practical_php_mysql4/3.html">a sample script</a> to let you update one of your already posted blog entries, using the same kind of form you used to enter it.
</p>]]></description>
      <pubDate>Tue, 06 Mar 2007 11:37:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: Comfortable PHP editing with VIM -5-]]></title>
      <guid>http://www.phpdeveloper.org/news/6117</guid>
      <link>http://www.phpdeveloper.org/news/6117</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> has picked by up his "comfortable PHP editing in VIM" series today with <a href="http://schlitt.info/applications/blog/index.php?/archives/488-Comfortable-PHP-editing-with-VIM-5.html">this lengthy post</a> with loads of helpful VIM tips to share with PHP developers everywhere.
</p>
<blockquote>
More than a half year after my last "<a href="http://schlitt.info/applications/blog/index.php?/archives/372-Comfortable-PHP-editing-with-VIM-4.html">Comfortable PHP editing with VIM</a>" post, I take up this series again, although I decided to let it die in January. Sadly I did not find any time by now, to extend <a href="http://vim.org/scripts/script.php?script_id=1355">PDV</a> (the PHP Documentor for VIM plugin) further than it's version 1.0.1, which is available through <a href="http://vim.org">vim.org</a> and on my <a href="http://svn.toby.phpugdo.de/PDV/">SVN</a>. Anyway, I collected a lot of (at least for me) helpful VIM tips, which I'd like to share here
</blockquote>
<p>
<a href="http://schlitt.info/applications/blog/index.php?/archives/488-Comfortable-PHP-editing-with-VIM-5.html">The post</a> contains tons of tips on subjects such as:
<ul>
<li>Find matching brace
<li>Indenting and unindeting
<li>Emergency help
<li>Macros
</ul>
and many more. For each subject, there's an explaination of a situation you might need it in and, of course, the tip itself. He also links to the earlier parts of the series (one through four) for those wanting to catch up.
</p>]]></description>
      <pubDate>Wed, 23 Aug 2006 09:55:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sitecritic.net: Simple Content Management in PHP Without Database Access]]></title>
      <guid>http://www.phpdeveloper.org/news/5998</guid>
      <link>http://www.phpdeveloper.org/news/5998</link>
      <description><![CDATA[<p>
For all of the content management systems that are out there, most of them have something in common (well, a lot in common, but that's more than I mean) - they all use databases to manage their information. Sometimes, that's just not what a developer really needs. All they want is a simple, light, file-based solution. Well, <a href="http://www.sitecritic.net/articleDetail.php?id=188">this new tutorial</a> from Sitecritic.net can help. It details the creation of a simple file-based management system, including login abilities.
</p>
<blockquote>
<p>
A Content Management System (CMS) allows you to update your website easily without touching anything in the backend. If you are a non-IT person, you will almost always want a CMS for your website because it makes you less dependent on your web designers or developers to add, edit or delete contents in your website.
</p>
<p>
There are many good CMS out there but most of them require some sort of database access in the backend. Many PHP CMS uses mysql or postgres database which resides in the server. Installation and troubleshooting of CMS might require some technical knowledge and server configuration which could be daunting for some.
</p>
</blockquote>
<p>
<a href="http://www.sitecritic.net/articleDetail.php?id=188">The tutorial</a> steps you through the login form first, then creating the template HTML files, before adding in the adding and editing functionality to store the content in the files. The <a href="http://web-developer.sitecritic.net/simple_cms_without_DB.php">full source</a> for the application is also available for download.
</p>]]></description>
      <pubDate>Thu, 10 Aug 2006 07:26:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Leon Kilat's Blog: How to edit Wordpress themes using Dreamweaver]]></title>
      <guid>http://www.phpdeveloper.org/news/5551</guid>
      <link>http://www.phpdeveloper.org/news/5551</link>
      <description><![CDATA[<p>
In <a href="http://max.limpag.com/2006/06/07/how-to-edit-wordpress-design-using-dreamweaver/">this new article</a> (Part 1) from <i>Leon Kilat</i> on the Cybercafe Experiments, he takes a look at how to use a popular web site development tool, Dreamweaver, to modify WordPress templates.
</p>
<quote>
<i>
<p>
<a href="http://www.wordpress.org/">WordPress</a>, like most PHP-MySQL CMS, use template files to control the appearance of websites. The webpage is assembled from several PHP files controlling specific aspects of the site like the header, sidebar, main content and footer.
</p>
<p>
To use Dreamweaver to edit or customize WordPress themes, you need to combine these different PHP files into one page so that you can immediately view, while editing the codes, how the page would appear.
</p>
</i>
</quote>
<p>
He opts to go with a template named <a href="http://ps3.vagos.es/zimpleza">Zimpleza</a> for simplicity's sake, and gets right into it. He steps through the process you'll need to prepare the environment, including pulling over the code and HTML from the current template files into Dreamweaver. Then, remove the PHP code and insert dummy content to get a better idea of how it will be laid out.
</p>
<p>
This is <a href="http://max.limpag.com/2006/06/07/how-to-edit-wordpress-design-using-dreamweaver/">just a start</a> - part two, focusing on creation (versus just modification) of a new WordPress theme.
</p>]]></description>
      <pubDate>Fri, 09 Jun 2006 06:38:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jeremiah's Blog: Setting Up Your Own Proxy]]></title>
      <guid>http://www.phpdeveloper.org/news/4941</guid>
      <link>http://www.phpdeveloper.org/news/4941</link>
      <description><![CDATA[From <a href="http://thegeekwire.com/2006/03/03/setting-up-your-own-proxy/">this quick post</a> (on <i>Jeremiah</i>'s blog) we learn how to create a simple proxy for your web surfing needs with the help of Ubuntu Linux, Apache2, and PHP4.
<p>
<quote>
<i>
Using Ubuntu Linux, Apache2, & PHP4 we can set up our own PHP Proxy page to use at work or school for those web sites you probably shouldn't have access to.
</i>
</quote>
<p>
The linux installation <a href="http://thegeekwire.com/2006/03/03/setting-up-your-own-proxy/">isnt covered</a>, but the painless installs of the rest of the apps is summed up in a few simple lines. Following that, he shows you what needs to be edited in the Apache config and where to get the <a href="http://whitefyre.com/poxy/">PHP proxy</a> application from.]]></description>
      <pubDate>Mon, 06 Mar 2006 08:03:48 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPit.net: Creating a file manager with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/4712</guid>
      <link>http://www.phpdeveloper.org/news/4712</link>
      <description><![CDATA[On PHPit.net today, there's <a href="http://www.phpit.net/article/creating-file-manager-php">a new tutorial</a> that talks about the creation of a web-based file manager you can use to keep track of things from anywhere you have web access.
<p>
<quote>
<i>
Moving files across multiple computers can often be a problem, and synchronization is one of the biggest problems. What if you could simply store your files in one place, and access it on each computer? With PHP that's no problem, and in this tutorial you'll learn how to create your own simple file manager.
<p>
Our file manager will have four main features: uploading, editing, deleting and streaming (downloading) files. Everything can be done without having to touch an FTP program, which makes it a lot easier to quickly change something. 
</i>
</quote>
<p>
They <a href="http://www.phpit.net/article/creating-file-manager-php">start</a> with the uploading feature (so you'll have something to even manage), and move into the reverse - downloading/streaming the files. After that, they describe the editing and deleting functionality. There's code for all of it too, so don't worry about having to work it all up on your own...]]></description>
      <pubDate>Mon, 23 Jan 2006 07:35:31 -0600</pubDate>
    </item>
  </channel>
</rss>
