<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Articles "php" tag</title>
    <link>http://kiwwito.com/articles/tag/php</link>
    <description>Últimos artículos publicados con etiqueta "php"</description>
    <language>en</language>
    <pubDate>February 06 2012 14:04:48</pubDate>
    <lastBuildDate>February 06 2012 14:04:48</lastBuildDate>
    <generator>kiwwito generator 1.0</generator>
    <managingEditor>keyvan@kiwwito.com</managingEditor>
    <webMaster>keyvan@kiwwito.com</webMaster>
    <pubDate>December 05 2011 00:00:00</pubDate>
    <item>
      <title>LESS CSS with Assetic and Symfony 2</title>
      <link>http://kiwwito.com/article/less-css-with-assetic-and-symfony-2</link>
      <description>extends CSS with dynamic behavior such as variables, mixins, operations and functions.For the LESS Assetic filter we need to have installed first , the npm package manager and the LESS library. Under Ubuntu you can install all of those in an easy way through the terminal: Install the LESS library: [...]</description>
      <guid>http://kiwwito.com/article/less-css-with-assetic-and-symfony-2</guid>
    </item>
    <pubDate>December 04 2011 00:00:00</pubDate>
    <item>
      <title>Minify CSS and JS files with Assetic and Symfony2</title>
      <link>http://kiwwito.com/article/minify-css-and-js-files-with-assetic-and-symfony2</link>
      <description>Unify all our CSS and JS stuff into unique minified files improves significantly your application performance.Thanks to the Assetic Symfony2 bundle you can do it on the fly.First, , unzip it and move the "yuicompressor-*.jar" to the "app/Resources/java" folder.Connect Assetic with the compressor [...]</description>
      <guid>http://kiwwito.com/article/minify-css-and-js-files-with-assetic-and-symfony2</guid>
    </item>
    <pubDate>September 28 2011 00:00:00</pubDate>
    <item>
      <title>Sluggable, Timestampable, etc. in Symfony 2</title>
      <link>http://kiwwito.com/article/sluggable-timestampable-etc-in-symfony-2</link>
      <description></description>
      <guid>http://kiwwito.com/article/sluggable-timestampable-etc-in-symfony-2</guid>
    </item>
    <pubDate>September 06 2011 00:00:00</pubDate>
    <item>
      <title>"Unable to write cache file" problem in Symfony 2</title>
      <link>http://kiwwito.com/article/unable-to-write-cache-file-problem-in-symfony-2</link>
      <description>One common issue in Symfony 2 projects is that the "app/cache" and "app/logs" directories must be writable both by the web server and the command line user. On a UNIX system, if your web server user is different from your command line user, you can run the following commands just once in your [...]</description>
      <guid>http://kiwwito.com/article/unable-to-write-cache-file-problem-in-symfony-2</guid>
    </item>
    <pubDate>August 16 2011 00:00:00</pubDate>
    <item>
      <title>Add third party libraries to Symfony 2</title>
      <link>http://kiwwito.com/article/add-third-party-libraries-to-symfony-2</link>
      <description>Adding libraries that follows the PHP 5.3.+ with namespaces is trivial, but how we can add an old PHP library without namespaces?For example, if we want to add a library like which haves an old style format (lower than 5.3.+), not follows the standards and it not have namespaces, we have to do a [...]</description>
      <guid>http://kiwwito.com/article/add-third-party-libraries-to-symfony-2</guid>
    </item>
    <pubDate>August 15 2011 00:00:00</pubDate>
    <item>
      <title>Extending Twig in Symfony 2, add custom functions</title>
      <link>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</link>
      <description>Sometimes we need to add some custom functions to the view. In Symfony 1 we have the helpers, in Symfony 2 we must extend Twig in order to add it.At first, we have to connect our future Twig extension to the Dependency Injection Container in our Bundle. If we don't got any config file we have to [...]</description>
      <guid>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</guid>
    </item>
    <pubDate>November 11 2010 00:00:00</pubDate>
    <item>
      <title>PHP Tuenti API released</title>
      <link>http://kiwwito.com/article/php-tuenti-api-released</link>
      <description>After an intensive week of development I'm glad to announce the first release of an stable, documented and free interface for connecting with the closed Tuenti API.You can download and read more about the project in .I don't know why Tuenti have never released a open solution for the developers [...]</description>
      <guid>http://kiwwito.com/article/php-tuenti-api-released</guid>
    </item>
    <pubDate>September 05 2010 00:00:00</pubDate>
    <item>
      <title>Embed images, css and javascript in HTML</title>
      <link>http://kiwwito.com/article/embed-images-css-and-javascript-in-html</link>
      <description>The format of the source path of CSS, javascript and images may not be external. Using the "data" source type we can embed the element into the HTML document. An example of it: Or CSS: The complication of this method is to get the "base64" encoded content of the object. A simply way to get it is [...]</description>
      <guid>http://kiwwito.com/article/embed-images-css-and-javascript-in-html</guid>
    </item>
    <pubDate>March 29 2010 00:00:00</pubDate>
    <item>
      <title>Best PHP IDE's for Linux</title>
      <link>http://kiwwito.com/article/best-php-ide-s-for-linux</link>
      <description></description>
      <guid>http://kiwwito.com/article/best-php-ide-s-for-linux</guid>
    </item>
    <pubDate>December 21 2009 00:00:00</pubDate>
    <item>
      <title>Learn PHP quikly with Java and C knowledge </title>
      <link>http://kiwwito.com/article/learn-php-quikly-with-java-and-c-knowledge</link>
      <description>PHP Object Oriented is like than Java and procedimental form like C.  The previous knoledge of one of those can save a lot of PHP learning time. In Java: In PHP: PHP procedural programming is slightly different from C. A hello world example in C is like: in PHP:</description>
      <guid>http://kiwwito.com/article/learn-php-quikly-with-java-and-c-knowledge</guid>
    </item>
  </channel>
</rss>


