<?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, 06 Sep 2008 23:02:06 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPClasses.org: Site design theme editor]]></title>
      <guid>http://www.phpdeveloper.org/news/10953</guid>
      <link>http://www.phpdeveloper.org/news/10953</link>
      <description><![CDATA[<p>
A while back the PHPClasses.org website announced that it would be <a href="http://www.phpdeveloper.org/news/10748">changing its look</a> a bit and allowing visitors to set up and configure their own look and feel as they chose. The editor to make these changes has <a href="http://www.phpclasses.org/blog/post/81-Site-design-theme-editor.html">finally been released</a> and is ready for use.
</p>
<blockquote>
The site is launching an editor that allows designs to propose new site design themes. This is the initial beta version of the site design editor, but it already allows any designer to try different presentation designs.
</blockquote>
<p>
You can access the editor <a href="http://www.phpclasses.org/design.html">from here</a> and it'll require a login to get in (to create your own custom layout). The system uses simple tag-based templating to wrap the content of the site in your look/feel of choice. You can even try it out on different sized resolutions to give you an idea of the template's flexibility.
</p>]]></description>
      <pubDate>Wed, 03 Sep 2008 10:28:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: phpwiki - The Wiki for PHP Developers]]></title>
      <guid>http://www.phpdeveloper.org/news/10212</guid>
      <link>http://www.phpdeveloper.org/news/10212</link>
      <description><![CDATA[<p>
PHPBuilder.com has posted <a href="http://www.phpbuilder.com/columns/ian_gilfillan20060309.php3">an article</a> from <i>Ian Gilfillan</i> about one of the more popular PHP-based wikis out there, phpWiki.
</p>
<blockquote>
This month it's time to look at another of those PHP applications I find useful on a daily basis. I like to use "wikis" for documentation for many of the projects I work on. [...] In this article we will look at PhpWiki, and we'll show you how to configure and use it with your own projects!
</blockquote>
<p>
<i>Ian</i> includes <a href="http://www.phpbuilder.com/columns/ian_gilfillan20060309.php3">a little history</a> of the application along with the installation and configuration instructions to get you started. There's even a section there at the end talking about templates, wiki styles and links to other resources to get you up to speed.
</p>]]></description>
      <pubDate>Mon, 19 May 2008 11:18:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Designing and Coding a Wordpress Theme From Scratch]]></title>
      <guid>http://www.phpdeveloper.org/news/10064</guid>
      <link>http://www.phpdeveloper.org/news/10064</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has posted a series they've worked up to show bloggers out there running WordPress how to create a custom theme from scratch:
</p>
<blockquote>
In this multi-part series I'll detail how to create and design a Wordpress theme from nothing more than your imagination using Photoshop, CSS, XHTML and PHP.
</blockquote>
<p>Here's the list so far:</p>
<ul>
<li><a href="http://www.developertutorials.com/blog/design/designing-and-coding-a-wordpress-theme-from-scratch-part-1-143/">Part 1</a> - getting the tools and an overall layout idea
<li><a href="http://www.developertutorials.com/blog/design/designing-and-coding-a-wordpress-theme-from-scratch-part-2-144/">Part 2</a> - splitting it up to make the layout parts
<li><a href="http://www.developertutorials.com/blog/design/designing-and-coding-a-wordpress-theme-from-scratch-part-3-146/">Part 3</a> - converting the Photoshop template to XHTML
<li><a href="http://www.developertutorials.com/blog/design/designing-and-coding-a-wordpress-theme-from-scratch-part-4-147/">Part 4</a> - cleaning up the XHTML and doing some styling with CSS
<li><a href="http://www.developertutorials.com/blog/javascript/designing-and-coding-a-wordpress-theme-from-scratch-part-5-149/">Part 5</a> - how to preload some images with Javascript to make the page load faster
<li><a href="http://www.developertutorials.com/blog/design/designing-and-coding-a-wordpress-theme-from-scratch-part-6-151/">Part 6</a> - creating the WordPress-specific markup
<li><a href="http://www.developertutorials.com/blog/php/designing-and-coding-a-wordpress-theme-from-scratch-part-7-153/">Part 7</a> - working up the PHP functionality
<li><a href="http://www.developertutorials.com/blog/php/designing-and-coding-a-wordpress-theme-from-scratch-part-8-154/">Part 8</a> - integrating PHP into the template
<li><a href="http://www.developertutorials.com/blog/php/designing-and-%E2%80%A6scratch-part-9designing-and-coding-a-wordpress-theme-from-scratch-part-9-159/">Part 9</a> - marking up the "framework" of the site (header/footer/sidebar)
<li><a href="http://www.developertutorials.com/blog/php/designing-and-coding-a-wordpress-theme-from-scratch-part-10-160/">Part 10</a> - adding additional files like a links page and changing the posting template
<li><a href="http://www.developertutorials.com/blog/php/packaging-a-wordpress-theme-for-distribution-162/">Part 11 (?)</a> - deploying the theme out to the public view
</ul>]]></description>
      <pubDate>Tue, 29 Apr 2008 11:17:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sanisoft Blog:  Theming your CakePHP apps (V1.2)]]></title>
      <guid>http://www.phpdeveloper.org/news/9330</guid>
      <link>http://www.phpdeveloper.org/news/9330</link>
      <description><![CDATA[<p>
The Sanisoft blog has a <a href="http://www.sanisoft.com/blog/2007/12/29/theming-your-cakephp-apps-v12/">quick post</a> covering the theming of a CakePHP application (via the functionality in the core of the framework).
</p>
<blockquote>
 Despite this there are continued request for information on how to use this functionality on the list and even googling for cakephp + theme does not really return anything definitive. Once you have figured out how to use theming, adding new themes is errr... ummm... a piece of cake (sheesh talk about cliches!). 
</blockquote>
<p>
They break down the use of themes into a few simple steps - adding the property to the controller, setting the application's theme and install the theme's files to the correct locations.
</p>]]></description>
      <pubDate>Mon, 31 Dec 2007 12:32:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Evan Sims' Blog: WordPress 2.3 Impressions]]></title>
      <guid>http://www.phpdeveloper.org/news/8723</guid>
      <link>http://www.phpdeveloper.org/news/8723</link>
      <description><![CDATA[<p>
<i>Evan Sims</i> has posted some of <a href="http://www.evansims.com/thoughts/wordpress-23-impressions/">his first impressions</a> on the latest version of one of the most popular pieces of PHP blogging software on the web - <a href="http://www.wordpress.org">WordPress 2.3</a>.
</p>
<blockquote>
So as many of you are certainly well aware, the long awaited <a href="http://www.wordpress.org/">Wordpress v2.3</a> <a href="http://wordpress.org/development/2007/09/wordpress-23/">was released today</a> after a long series of betas and release candidates. 2.3 has had the blogging community foaming at the mouth for one reason: <b>tags</b>.
</blockquote>
<p>
He <a href="http://www.evansims.com/thoughts/wordpress-23-impressions/">spends a bit</a> explaining what these tags are and what they're useful for before getting into the actual experience with the new update. He talks about issues he came across (updating/replacing plugins with ones of the new version) and the updates he needed to make to his theme to allow for his customizations to still work as planned.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2007 11:11:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Marco Tabini Talks About php|tek]]></title>
      <guid>http://www.phpdeveloper.org/news/6586</guid>
      <link>http://www.phpdeveloper.org/news/6586</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> managed to sit down and talk with <i>Marco Tabini</i> of php|architect magazine <a href="http://devzone.zend.com/node/view/id/1112">for a few minutes</a> to talk about their upcoming conference, <a href="http://hades.phparch.com/ceres/public/tek/">php|tek</a> - specifically the theme, "PHP::innovate()".
</p>
<blockquote>
Last week, Marco Tabini, publisher of php|architect and all around nice guy, posted the "Call For Papers" for php|tek 2007. [...] Since I couldn't find my "marketing speak to English" dictionary, I decided to call Marco and see if he could translate it for me manually.
</blockquote>
<p>
<i>Cal</i> asks him what the theme means and what it means to those proposing sessions and for those that will be making the trip to Chicago this year in May. <i>Marco</i>'s answers cover the two-layer intention behind the theme and the flexibility that it brings. They have their ideas on what it suggests, but it could just as well mean many things to many different people. The intent is to represent how PHP has evolved and that it's really become a mature, innovative language to work with.
</p>]]></description>
      <pubDate>Thu, 26 Oct 2006 12:04:00 -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[Nick Lewis' Blog: Extreme Drupal Theming with PHPtemplate - An Introduction]]></title>
      <guid>http://www.phpdeveloper.org/news/5499</guid>
      <link>http://www.phpdeveloper.org/news/5499</link>
      <description><![CDATA[<p>
The templating system in Drupal, a popular PHP-based content management system, is powerful and <i>Nick Lewis</i> wants everyone to know it. In his <a href="http://www.nicklewis.org/node/841">latest post</a>, he starts off a series looking to help developers harness this power in their own sites.
</p>
<p>
This <a href="http://www.nicklewis.org/node/841">introduction</a> provides the reader with details on a few different topics - making a custom template for the user login form, pass an "editable node" into said form, alter the values in it, and make the page easily accessible for the template file.
</p>
<p>
Being a tutorial, he <a href="http://www.nicklewis.org/node/841">steps you through</a> every bit of the way, complete with code and explainations (and screenshots) to make the lesson easier. You'll need to know some PHP before getting into this - it's more than just a simple HTML template change.
</p>]]></description>
      <pubDate>Fri, 02 Jun 2006 09:17:59 -0500</pubDate>
    </item>
  </channel>
</rss>
