<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lamberto coccioli. &#187; simplicity</title>
	<atom:link href="http://www.lambertococcioli.com/tag/simplicity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lambertococcioli.com</link>
	<description>on music and beauty</description>
	<lastBuildDate>Thu, 14 Jul 2011 18:14:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Colophon</title>
		<link>http://www.lambertococcioli.com/colophon/</link>
		<comments>http://www.lambertococcioli.com/colophon/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 16:07:25 +0000</pubDate>
		<dc:creator>lamberto coccioli</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[gloria]]></category>
		<category><![CDATA[lc]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lambertococcioli.com/colophon/</guid>
		<description><![CDATA[	These pages are indebted to Michel De Montaigne, whose journal and essays have been a quiet, constant source of inspiration.
	The strange creatures inhabiting this site are reproductions of Gloria&#8217;s thread on canvas artworks. They are all © Gloria Toro Ceballos. Music excerpts, scores, images, audio and video clips are all © Lamberto Coccioli when not [...]]]></description>
			<content:encoded><![CDATA[	<p>These pages are indebted to Michel De Montaigne, whose journal and essays have been a quiet, constant source of inspiration.</p>
	<p>The strange creatures inhabiting this site are reproductions of Gloria&#8217;s thread on canvas artworks. They are all © Gloria Toro Ceballos. Music excerpts, scores, images, audio and video clips are all © Lamberto Coccioli when not stated otherwise.</p>
	<p><a href="http://www.wordpress.org">Wordpress</a> is a wonderful tool to create blogs and much more. Many thanks to Matt Mullenweg, the creator of Wordpress, and to the many developers that have improved on the core functions of the software.</p>
	<p>I thought that setting up a nice blog with some static pages and media content would have been a straightforward affair. It turned out to take an inordinate amount of time and effort. On top of digging deep into Wordpress documentation and forums, I had to learn the basics of the PHP scripting language, MySQL and phpMyAdmin; a good deal of HTML and CSS and bits of UNIX commands and Apache&#8230; Just by counting the acronyms in the previous sentence you&#8217;ll have to agree that something is wrong here!</p>
	<p>We are still a long way from having simple, user-friendly yet flexible tools to create personal blogs and web pages. Although Wordpress is one of the best publishing platforms and offers a very friendly admin interface, it still falls short of my requirements for a usable and flexible tool. But then, the intricacies of how a web page is generated, and the need to support different implementations will always be a barrier for developing more intuitive tools. With time&#8230;</p>
	<p>This site uses a slightly modified version of the simple yet subtle <a href="http://warpspire.com/hemingway">Hemingway</a> theme by Kyle Neath, and the following Wordpress plugins:</p>
	<p><a href="http://eightface.com/wordpress/flickrrss/">flickrRSS</a> 5.1 by Dave Kellam and Stefano Verna<br />
<a href="http://www.coffee2code.com/wp-plugins/">Get Custom Field Values</a> 3.0.1 by Scott Reilly<br />
<a href="http://www.lambertococcioli.com/related-articles-plugin/">Related Articles</a> 0.2 by Lamberto Coccioli<br />
<a href="http://www.huddledmasses.org/category/development/wordpress/textile/">TextileWrapper</a> 2.8 by Joel Bennett<br />
<a href="http://www.ifelse.co.uk/code/timeofday.php">Time of Day</a> 1.0.1 by Phu Ly &#038; Dunstan Orchard &#038; Michael Heilemann [in order to make it work you need to duplicate the function <code>the_time</code> and call it <code>the_time2</code> in wp-includes/general-template.php. This is the code I use:<br />
<code> //added by me to make the timeofday plugin work (lc)<br />
function the_time2( $d = '' )<br />
{echo apply_filters('the_time2', get_the_time( $d ), $d);<br />
}</code><br />
<a href="http://www.boriel.com/?page_id=12">Xspf_player</a> 3.4a by José Rodriguez (a.k.a. Boriel)</p>
	<p>I&#8217;m currently using in the <a href="http://www.lambertococcioli.com/portfolio">Portfolio</a> section two great web services, <a href="http://www.soundcloud.com" target="_blank">Soundcloud</a> for listening to audio files and <a href="http://www.issuu.com" target="_blank">issuu</a> for visualising scores and documents.</p>
	<p>[updated December 2009]</p>

 ]]></content:encoded>
			<wfw:commentRss>http://www.lambertococcioli.com/colophon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby and SuperCollider</title>
		<link>http://www.lambertococcioli.com/ruby-and-supercollider/</link>
		<comments>http://www.lambertococcioli.com/ruby-and-supercollider/#comments</comments>
		<pubDate>Sun, 29 Jan 2006 00:47:00 +0000</pubDate>
		<dc:creator>lamberto coccioli</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[beauty]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[SuperCollider]]></category>

		<guid isPermaLink="false">http://www.lambertococcioli.com/ruby-and-supercollider/</guid>
		<description><![CDATA[	Recently I have been exploring object-oriented programming languages. I discovered Ruby, Ruby on Rails, and all the interesting things happening around them. I have been tempted by the similarities between SuperCollider and Ruby. I would like to find ways of using together the two languages in our research projects.
	David Heinemeier Hansson presentation of Rails is [...]]]></description>
			<content:encoded><![CDATA[	<p>Recently I have been exploring object-oriented programming languages. I discovered <a href="http://www.ruby-lang.org/en/">Ruby</a>, <a href="http://www.rubyonrails.org">Ruby on Rails</a>, and all the interesting things happening around them. I have been tempted by the similarities between <a href="http://www.audiosynth.com">SuperCollider</a> and Ruby. I would like to find ways of using together the two languages in our research projects.</p>
	<p>David Heinemeier Hansson presentation of Rails is called <em>Pursuing beauty with Ruby and Rails</em>. The idea of putting beauty and simplicity first, the concept of an elegant, beautiful and simple way to write code is what intrigues me most. I&#8217;m not a programmer, but I&#8217;m sure there must be a direct correspondence between beautiful, simple user interfaces and the underlying code; in other words you cannot have a truly elegant, usable and flexible interface unless the code itself is also elegant, usable and flexible.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://www.lambertococcioli.com/ruby-and-supercollider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

