<?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, 18 May 2013 11:56:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ScreenFony.com: Work with bootstrap, assetic and less]]></title>
      <guid>http://www.phpdeveloper.org/news/18516</guid>
      <link>http://www.phpdeveloper.org/news/18516</link>
      <description><![CDATA[<p>
On the ScreenFony.com site there's a quick tutorial showing you how to <a href="http://www.screenfony.com/blog/howto-symfony-bootstrap-assetic-less">get started with Symfony2+Twitter Bootstrap+Assetic+LESS</a> in a basic application. <a href="https://github.com/kriswallsmith/assetic">Assetic</a> is a library that helps with asset management and use and <a href="http://lesscss.org/">LESS</a> is a CSS pre-processor that makes it simpler to work with your site's CSS.
</p>
<blockquote>
Bootstrap is a well known and powerful front-end framework for fast prototyping, it uses LESS and it can be easily integrate in your Symfony applications with the help of assetic. In this post I'll show how to: Install bootstrap in you Symfony application, load it using assetic, and compile bootstrap LESS files with lessphp.
</blockquote>
<p>
Using Composer, creating a new Symfony2 project is just a single command away. The just update the "composer.json" and run the install to get the other needed libraries (LESS and the Twitter Bootstrap). They help you set up some Assetic filters for LESS and provide a simple page to output the Bootstrap in your header.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2012 10:36:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DZone.com: Assetic: JavaScript and CSS files management]]></title>
      <guid>http://www.phpdeveloper.org/news/16679</guid>
      <link>http://www.phpdeveloper.org/news/16679</link>
      <description><![CDATA[<p>
On DZone.com today <i>Giorgio Sironi</i> <a href="http://css.dzone.com/articles/assetic-javascript-and-css">introduces you to Assetic</a>, an asset management tool that helps you keep things organized and easily requested by your application.
</p>
<blockquote>
<a href="https://github.com/kriswallsmith/assetic">Assetic</a> is a PHP library for managing the deployment of your assets: JavaScript, CSS and other resources which will be requested by the browser. The library has been created by <a href="http://kriswallsmith.net/">Kris Wallsmith</a> from OpenSky, an e-shop where many of the active members of the PHP community work, or worked (see <a href="http://jwage.com/">Jonathan Wage</a>/Doctrine 1 and <a href="http://avalanche123.com/">Bulat Shakirzyanov</a>/Imagine.)
</blockquote>
<p>
<i>Giorgio</i> compares it to the more traditional method (putting them in a public folder) and how Assetic gives you an advantage over this setup. The main feature of the tool is to bundle all of your assets into one file that is then sent to the browser and interpreted there reducing the need for HTTP calls to request multiple files. An example is included showing the creation of an asset collection and the output of the files all combined into one string.
</p>]]></description>
      <pubDate>Fri, 05 Aug 2011 09:19:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sftuts.com: Using Assetic in Symfony2 for CSS compression]]></title>
      <guid>http://www.phpdeveloper.org/news/16218</guid>
      <link>http://www.phpdeveloper.org/news/16218</link>
      <description><![CDATA[<p>
On Sftuts.com today <i>Albert Jessurum</i> has <a href="http://sftuts.com/using-assetic-in-symfony2-for-css-compression">taken a look at Assetic</a>, a tool included in the upcoming Symfony2 framework, as a means for compressing the CSS on a site. It's a simple four-step process and he includes each command you'll need along the way.
</p>
<blockquote>
Symfony Standard comes bundled with a great library called Assetic for Assets Management in PHP 5.3 (CSS, js, and even image optimization coming soon) developed by <a href="http://twitter.com/kriswallsmith">Kris Wallsmith</a>. We will be using it to compress our CSS files, thus reducing the time required to download stylesheets in our Symfony2 projects.
</blockquote>
<p>
The steps are pretty simple (especially if you're at all familiar with Symfony):
</p>
<ul>
<li>Install the YUI Compressor
<li>Change the way you call your assets
<li>Edit your configuration file
<li>Dump your assets for production
</ul>
<p>
You'll need to have an installation of <a href="https://github.com/symfony/symfony">Symfony2</a> already set up and running - there's no steps included on that setup.
</p>]]></description>
      <pubDate>Tue, 19 Apr 2011 11:55:33 -0500</pubDate>
    </item>
  </channel>
</rss>
