<?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>Wed, 22 May 2013 12:29:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: How to Use the Nettuts+ Phing Build Script]]></title>
      <guid>http://www.phpdeveloper.org/news/16751</guid>
      <link>http://www.phpdeveloper.org/news/16751</link>
      <description><![CDATA[<p>
NetTuts.com has come up with a <a href="http://phing.info">Phing</a> (the automated build tool written in PHP) build script that designers can drop in as a part of their deployment process to <a href="http://net.tutsplus.com/tutorials/tools-and-tips/how-to-use-the-nettuts-phing-build-script/">compress, concatenate and Prefixize</a> all of their stylesheets and scripts.
</p>
<blockquote>
We've created a build script for <a href="http://phing.info/">Phing</a> that will give designers the ability to automatically compress, concatenate, and Prefixize all of their stylesheets and scripts - simply by typing five characters. I'll show you how to use it in this quick tip video.
</blockquote>
<p>
The post includes <a href="http://net.tutsplus.com/tutorials/tools-and-tips/how-to-use-the-nettuts-phing-build-script/">a screencast</a> showing you how to get it all set up and working with the rest of your Phing install. They don't help you set up Phing - you'll need that already set up and running to use the task. You can grab teh script <a href="https://github.com/NETTUTS/Phing-Build-Script-for-Web-Designers">directly from github</a>.
</p>]]></description>
      <pubDate>Mon, 22 Aug 2011 11:50:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: How to Squeeze the Most out of LESS]]></title>
      <guid>http://www.phpdeveloper.org/news/15355</guid>
      <link>http://www.phpdeveloper.org/news/15355</link>
      <description><![CDATA[<p>
On the NETTUTS.com site today there's a new tutorial about using the <a href="http://lesscss.org/">LESS</a> CSS tool to get the most out of the styling of your website. <a href="http://net.tutsplus.com/tutorials/php/how-to-squeeze-the-most-out-of-less/">The tutorial</a> uses the PHP implementation <a href="http://leafo.net/lessphp/">by Leaf Corcoran</a> to accomplish the same things as the Ruby library offers.
</p>
<blockquote>
During a sick day a few weeks ago, I got around to something I've been meaning to look at for about a year: <a href="http://lesscss.org/">LESS</a>. If anything web technology is worth a look, I promise LESS is. In this article, we'll look at the amazing power of <a href="http://lesscss.org/">LESS</a> and its ability to streamline and improve your development process. We'll cover rapid prototyping, building a lightweight grid system, and using CSS3 with LESS.
</blockquote>
<p>
They use an output buffering trick to handle parsing and executing the ".less" CSS-based files through <a href="http://leafo.net/lessphp/">the library</a> and spit the parsed version back out the other side. There's plenty of examples of how to use the LESS syntax ending up in their previously mentioned grid system using mixins, some cross-browser CSS3 and the <a href="http://css3pie.com/">CSS3 Pie</a> tool. 
</p>]]></description>
      <pubDate>Fri, 29 Oct 2010 10:18:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Getting a visualization of a Phing buildfile]]></title>
      <guid>http://www.phpdeveloper.org/news/11301</guid>
      <link>http://www.phpdeveloper.org/news/11301</link>
      <description><![CDATA[<p>
<i>Raphael Stolt</i> recently spent some time working up a tool to visualize Phing buildfiles and he's blogged about it in <A href="http://raphaelstolt.blogspot.com/2008/10/getting-visualization-of-phing.html">this new post</a>.
</p>
<blockquote>
Out of the box the Phing -l option can be used to get a first overview of all available targets in a given buildfile but it doesn't untangle the target dependencies and sometimes a picture is still worth a thousand words. Luckily the Ant community already provides several tools to accomplish the visualization of Ant buildfiles, reaching from solutions that apply a Xslt stylesheet upon a given buildfile.
</blockquote>
<p>
Using the <a href="http://ant2dot.sourceforge.net/">ant2dot</a> tool along with the <a href="http://www.graphviz.org/">Graphiz</a> graphic library, he transforms the XML from the build file into a simple graphic showing the flow of the build. An <a href="http://www.flickr.com/photos/raphaelstolt/2974636277/">example image</a> is included.
</p>]]></description>
      <pubDate>Tue, 28 Oct 2008 12:03:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: php xslcache extension by the New York Times]]></title>
      <guid>http://www.phpdeveloper.org/news/8851</guid>
      <link>http://www.phpdeveloper.org/news/8851</link>
      <description><![CDATA[<p>
<i>Christian Stocker</i> <a href="http://blog.liip.ch/archive/2007/10/15/php-xslcache-extension-by-the-new-york-times.html">points out</a> an interesting contribution by the web developers over at the <a href="http://nytimes.com">New York Times</a> website - the <a href="http://code.nytimes.com/projects/xslcache">xslcaching extension</a> for PHP.
</p>
<blockquote>
It caches the parsed XSLT stylesheets into your apache child memory (shared memory is on the todo list) and reuses it at the next request. [...] As - depending on the size of your stylesheets - the importing of XSLT stylesheets may take a considerable amount of time, this extension may really improve your website's performance.
</blockquote>
<p>
Check out <a href="http://code.nytimes.com/projects/xslcache">the project's page</a> for full details on the installation, use and license for it (including some links for further reading).
</p>]]></description>
      <pubDate>Tue, 16 Oct 2007 12:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-Coding-Practices.com: How To Generate Monochromatic CSS Stylesheets Within Seconds Using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7997</guid>
      <link>http://www.phpdeveloper.org/news/7997</link>
      <description><![CDATA[<p>
On the PHP-Coding-Practices.com site today, there's a <a href="http://php-coding-practices.com/cool-stuff/how-to-generate-monochromatic-css-stylesheets-within-seconds-using-php/">new tutorial</a> posted showing how to create monocromatic (variations of the same color) CSS stylesheets quickly and easily via PHP.
</p>
<blockquote>
The monochromatic color scheme uses variations in lightness and saturation of a single color. It looks clean and elegant. [...] The monochromatic color scheme is perfect for our task of generating CSS via PHP based on forming shades of a base color. 
</blockquote>
<p>
You'll need to grab <a href="http://php-coding-practices.com/files/css_generation_with_php.zip">their library</a> to work with in the tutorial, the rest is included in <a href="http://php-coding-practices.com/cool-stuff/how-to-generate-monochromatic-css-stylesheets-within-seconds-using-php/">the tutorial</a>. They show how the CSS is defined, how to use the CSS in your page and some sample screenshots of the resulting layouts with the monocromatic coloring.
</p>]]></description>
      <pubDate>Thu, 07 Jun 2007 08:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
