<?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>Thu, 23 May 2013 09:58:15 -0500</pubDate>
    <ttl>30</ttl>
    <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>
  </channel>
</rss>
