<?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>Guymon &#187; ruby</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:57:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>HTML to&#160;PDF</title>
		<link>http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/</link>
		<comments>http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5165</guid>
		<description><![CDATA[pdfcrowd klingt spannend, denn man braucht ja h&#228;ufiger mal eine Webseite als PDF Download, also testen. Create PDF from a web page or an uploaded HTML document. Control PDF options including page dimensions, margins, encryption, permissions, initial view, etc. You can upload an HTML document packed together with external images and Stylesheets. No third party [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pdfcrowd.com/">pdfcrowd</a> klingt spannend, denn man braucht ja h&#228;ufiger mal eine Webseite als PDF Download, also testen.</p>
<ul>
<li>Create PDF from a web page or an uploaded HTML document.</li>
<li>Control PDF options including page dimensions, margins, encryption, permissions, initial view, etc.</li>
<li>You can upload an HTML document packed together with external images and Stylesheets.</li>
<li>No third party libraries needed.</li>
<li>The API is available virtually on any platform that supports HTTP.</li>
<li>When security is a concern, the API can be called over HTTPS.</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2008/07/29/pdfminer/" title="PDFMiner">PDFMiner</a></li><li><a href="http://www.guymon.de/wordpress/2010/03/03/daily-links-121/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/02/17/python-fuer-php-entwickler/" title="Python für PHP Entwickler">Python für PHP Entwickler</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/24/learning-rails/" title="Learning Rails">Learning Rails</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/21/arbeiten-mit-googles-app-engine/" title="Arbeiten mit Googles App Engine ">Arbeiten mit Googles App Engine </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning&#160;Rails</title>
		<link>http://www.guymon.de/wordpress/2009/08/24/learning-rails/</link>
		<comments>http://www.guymon.de/wordpress/2009/08/24/learning-rails/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4601</guid>
		<description><![CDATA[Bei O’Reilly gibt es einen Auszug aus dem Buch Learning Rails. Dort wird auch Heroku erw&#228;hnt: Heroku is a completely novel approach to deploying web applications. Forget about servers; the fundamental unit is the app. Use the Heroku client gem to create and manage apps from the command line. Then deploy your code with Git, [...]]]></description>
			<content:encoded><![CDATA[<p>Bei O’Reilly gibt es einen <a href="http://www.oreillynet.com/pub/a/ruby/excerpts/ruby-learning-rails/intro-ruby.html">Auszug</a> aus dem Buch <a href="http://www.amazon.de/gp/product/0596518773?ie=UTF8&#038;tag=guymon-21&#038;linkCode=as2&#038;camp=1638&#038;creative=19454&#038;creativeASIN=0596518773">Learning Rails</a><img src="http://www.assoc-amazon.de/e/ir?t=guymon-21&#038;l=as2&#038;o=3&#038;a=0596518773" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
<p>Dort wird auch <a href="http://">Heroku</a> erw&#228;hnt:</p>
<blockquote cite="http://docs.heroku.com/"><p>Heroku is a completely novel approach to deploying web applications. Forget about servers; the fundamental unit is the app. Use the Heroku client gem to create and manage apps from the command line. Then deploy your code with Git, and control the running app with the remote Ruby console and rake commands.</p>
</blockquote>
<p>Ach, die Rails Welt scheint auch sehr spannend zu sein.</p>
<p>(update)<br />
Ich sehe gerade es gibt noch weitere Ausz&#252;ge:<br />
<a href="http://www.oreillynet.com/pub/a/ruby/excerpts/ruby-learning-rails/ruby-guide-regular-expressions.html">An Incredibly Brief Guide to Regular Expressions</a>, <a href="http://www.oreillynet.com/pub/a/ruby/excerpts/ruby-learning-rails/ruby-catalog-helper-methods.html">A Catalog of Helper Methods</a> und <a href="http://www.oreillynet.com/pub/a/ruby/excerpts/ruby-learning-rails/intro-ruby-relational-db.html">An Incredibly Brief Introduction to Relational Databases</a>.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/" title="OpenBook: Praxiswissen Ruby on Rails">OpenBook: Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/" title="OpenBook: Ruby on Rails 2">OpenBook: Ruby on Rails 2</a></li><li><a href="http://www.guymon.de/wordpress/2007/10/03/rails-e-book/" title="Rails E-Book">Rails E-Book</a></li><li><a href="http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/" title="HTML to PDF">HTML to PDF</a></li><li><a href="http://www.guymon.de/wordpress/2009/07/31/from-codeigniter-to-rails/" title="From CodeIgniter to Rails">From CodeIgniter to Rails</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/08/24/learning-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBook: Praxiswissen Ruby on&#160;Rails</title>
		<link>http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/</link>
		<comments>http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 16:18:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[openbook]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4040</guid>
		<description><![CDATA[Das O’Reilly Buch Praxiswissen Ruby on Rails (pdf 4mb) gibt es als kostenloses pdf. via labuschinPossibly related posts (automatically generated)OpenBook: Ruby on Rails 2Learning RailsPraxiswissen Ruby on RailsRails E-BookOpenBook: Programmierung in Ruby]]></description>
			<content:encoded><![CDATA[<p>Das O’Reilly Buch <a href="http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf">Praxiswissen Ruby on Rails</a> (pdf 4mb) gibt es als kostenloses pdf.</p>
<p>via <a href="http://labuschin.com/tipps/buecher-e-books/kostenloses-e-book-praxiswissen-ruby-on-rails">labuschin</a></p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/" title="OpenBook: Ruby on Rails 2">OpenBook: Ruby on Rails 2</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/24/learning-rails/" title="Learning Rails">Learning Rails</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/praxiswissen-ruby-on-rails/" title="Praxiswissen Ruby on Rails">Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2007/10/03/rails-e-book/" title="Rails E-Book">Rails E-Book</a></li><li><a href="http://www.guymon.de/wordpress/2007/05/22/openbook-programmierung-in-ruby/" title="OpenBook: Programmierung in Ruby">OpenBook: Programmierung in Ruby</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript development, testing and deployment&#160;environment</title>
		<link>http://www.guymon.de/wordpress/2008/06/12/javascript-development-testing-and-deployment-environment/</link>
		<comments>http://www.guymon.de/wordpress/2008/06/12/javascript-development-testing-and-deployment-environment/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 18:41:27 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[google-gears]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=2970</guid>
		<description><![CDATA[Frizione klingt nach einem coolen Projekt, aber irgendwie blicke ich das nicht. Es tut nicht was ich will Aber wahrscheinlich muss ich mir das mal in Ruhe ansehen. Frizione is a JavaScript development, testing and deployment environment. It comprises a library agnostic set of tools for any type of browser based JavaScript development, which coincidentally [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/frizione/">Frizione</a> klingt nach einem coolen Projekt, aber irgendwie blicke ich das nicht. Es tut nicht was ich will <img src='http://www.guymon.de/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Aber wahrscheinlich muss ich mir das mal in Ruhe ansehen.</p>
<blockquote cite="http://code.google.com/p/frizione/"><p>Frizione is a JavaScript development, testing and</p>
<p>deployment environment. It comprises a library agnostic set of tools for any type of browser based JavaScript development, which coincidentally has <a href="http://gears.google.com/">Gears</a> support.</p>
<p>Frizione provides local <a href="http://www.jslint.com/">JSLint</a> checking of your JavaScript code.</p>
<p>Frizione provides joining (concatenation) of JavaScript files to produce unique libraries.</p>
<p>Frizione uses the <a href="http://developer.yahoo.com/yui/compressor/">YUICompressor</a> to reduce your JavaScript code to the bone.</p>
<p>Frizione provides a two stage unit testing framework, using your JavaScript code and a minimum framework to run the tests, which are stored to hard disk in JSON format. The results can then be displayed using a second unit test viewer page.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/03/23/hacking-with-yui/" title="Hacking with YUI">Hacking with YUI</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/18/videos-von-der-ajax-experience-konferenz/" title="Videos von der Ajax Experience Konferenz">Videos von der Ajax Experience Konferenz</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/25/google-gears/" title="Google Gears">Google Gears</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/12/nette-javascript-tools/" title="Nette JavaScript Tools">Nette JavaScript Tools</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/17/yui-draggable-portal/" title="YUI Draggable Portal">YUI Draggable Portal</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/06/12/javascript-development-testing-and-deployment-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBook: Ruby on Rails&#160;2</title>
		<link>http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/</link>
		<comments>http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/#comments</comments>
		<pubDate>Tue, 20 May 2008 06:48:35 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[openbook]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=2894</guid>
		<description><![CDATA[In der openbook Serie von Galileo das Buch Ruby on Rails 2 im HTML Format.Possibly related posts (automatically generated)OpenBook: Praxiswissen Ruby on RailsLearning RailsPraxiswissen Ruby on RailsRails E-BookOpenBook: Programmierung in Ruby]]></description>
			<content:encoded><![CDATA[<p>In der openbook Serie von Galileo das Buch <a href="http://www.galileocomputing.de/openbook/ruby_on_rails/">Ruby on Rails 2</a> im HTML Format.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/" title="OpenBook: Praxiswissen Ruby on Rails">OpenBook: Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/24/learning-rails/" title="Learning Rails">Learning Rails</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/praxiswissen-ruby-on-rails/" title="Praxiswissen Ruby on Rails">Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2007/10/03/rails-e-book/" title="Rails E-Book">Rails E-Book</a></li><li><a href="http://www.guymon.de/wordpress/2007/05/22/openbook-programmierung-in-ruby/" title="OpenBook: Programmierung in Ruby">OpenBook: Programmierung in Ruby</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path Data on a Google&#160;Map</title>
		<link>http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/</link>
		<comments>http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 15:20:26 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/</guid>
		<description><![CDATA[Interessant: Encoding polylines for Google Maps If you want to display complicated path data on a Google Map, the most efficient way to do so is with an encoded polyline or polygon. The primary purpose of this page is to explain this encoding process. Ok die mathematischen Grundlagen interessieren mich weniger, aber wird auch ein [...]]]></description>
			<content:encoded><![CDATA[<p>Interessant: <a href="http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/index.html">Encoding polylines for Google Maps</a></p>
<blockquote cite="http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/index.html"><p>If you want to display complicated path data on a Google Map, the most efficient way to do so is with an encoded polyline or polygon. The primary purpose of this page is to explain this encoding process.</p>
</blockquote>
<p>Ok die mathematischen Grundlagen interessieren mich weniger, aber wird auch ein <a href="http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/tracker.html">Point and Click Interface</a> angeboten <img src='http://www.guymon.de/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/02/28/marker-clustering-with-google-maps/" title="Marker Clustering With Google Maps">Marker Clustering With Google Maps</a></li><li><a href="http://www.guymon.de/wordpress/2008/06/15/embedded-javascript/" title="Embedded JavaScript">Embedded JavaScript</a></li><li><a href="http://www.guymon.de/wordpress/2007/05/12/gui-fuer-skripte/" title="GUI f&#252;r Skripte">GUI f&#252;r Skripte</a></li><li><a href="http://www.guymon.de/wordpress/2006/03/24/code-snippets/" title="Code Snippets">Code Snippets</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/18/learning-javascript-from-php/" title="Learning JavaScript from PHP">Learning JavaScript from PHP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails&#160;E-Book</title>
		<link>http://www.guymon.de/wordpress/2007/10/03/rails-e-book/</link>
		<comments>http://www.guymon.de/wordpress/2007/10/03/rails-e-book/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 10:37:51 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/10/03/rails-e-book/</guid>
		<description><![CDATA[F&#252;r eine kurze Zeit gibt es das SitePoint Buch Build Your Own Ruby on Rails Web Applications -nach einer Registrierung - kostenlos als pdf. This book will lead you through the components that make up the Rails frame work by building a clone of the popular story-sharing web site digg.com. This will give you a [...]]]></description>
			<content:encoded><![CDATA[<p>F&#252;r eine kurze Zeit gibt es das SitePoint Buch <a href="http://www.sitepoint.com/books/rails1/">Build Your Own Ruby on Rails Web Applications</a> -nach einer Registrierung - kostenlos als pdf.</p>
<blockquote><p>This book will lead you through the components that make up the Rails frame work by building a clone of the popular story-sharing web site digg.com. This will give you a chance to get your feet wet building a simple, yet comprehensive web application using Ruby on Rails. </p></blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/08/24/learning-rails/" title="Learning Rails">Learning Rails</a></li><li><a href="http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/" title="OpenBook: Praxiswissen Ruby on Rails">OpenBook: Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/" title="OpenBook: Ruby on Rails 2">OpenBook: Ruby on Rails 2</a></li><li><a href="http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/" title="HTML to PDF">HTML to PDF</a></li><li><a href="http://www.guymon.de/wordpress/2009/07/31/from-codeigniter-to-rails/" title="From CodeIgniter to Rails">From CodeIgniter to Rails</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/10/03/rails-e-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Es muss nicht immer Rails&#160;ein</title>
		<link>http://www.guymon.de/wordpress/2007/09/23/es-muss-nicht-immer-rails-ein/</link>
		<comments>http://www.guymon.de/wordpress/2007/09/23/es-muss-nicht-immer-rails-ein/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 17:02:48 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/09/23/es-muss-nicht-immer-rails-ein/</guid>
		<description><![CDATA[Derek Sivers hat 7 reasons I switched back to PHP after 2 years on Rails. #1 - “IS THERE ANYTHING RAILS/RUBY CAN DO THAT PHP CAN&#8217;T DO? … (thinking)… NO.” For 2 years, I thought Rails is genius, PHP is shit. Rails is powerful, PHP is crap. I was nearly killing my company in the [...]]]></description>
			<content:encoded><![CDATA[<p>Derek Sivers hat <a href="http://www.oreillynet.com/ruby/blog/2007/09/7_reasons_i_switched_back_to_p_1.html">7 reasons I switched back to PHP after 2 years on Rails</a>.</p>
<blockquote cite="http://www.oreillynet.com/ruby/blog/2007/09/7_reasons_i_switched_back_to_p_1.html"><p>#1 - “IS THERE ANYTHING RAILS/RUBY CAN DO THAT PHP CAN&#8217;T DO? … (thinking)… NO.”</p>
<p>For 2 years, I thought Rails is genius, PHP is shit. Rails is powerful, PHP is crap.</p>
<p>I was nearly killing my company in the name of blindly insisting Rails was the answer to all questions, timeframes be damned.</p>
<p>But when I took a real emotionless non-prejudiced look at it, I realized the language didn&#8217;t matter that much.</p>
<p>Ruby is prettier. Rails has nice shortcuts. But no big shortcuts I can&#8217;t code-up myself in a day if needed.</p>
<p>Looked at from a real practical point of view, I could do anything in PHP, and there were many business reasons to do so.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/" title="Path Data on a Google Map">Path Data on a Google Map</a></li><li><a href="http://www.guymon.de/wordpress/2007/08/14/ruby-like-activesupport-for-php/" title="Ruby like ActiveSupport for PHP">Ruby like ActiveSupport for PHP</a></li><li><a href="http://www.guymon.de/wordpress/2007/05/12/gui-fuer-skripte/" title="GUI f&#252;r Skripte">GUI f&#252;r Skripte</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/21/hiphop-for-php/" title="HipHop for PHP">HipHop for PHP</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/18/php-image-manipulation/" title="PHP: Image Manipulation">PHP: Image Manipulation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/09/23/es-muss-nicht-immer-rails-ein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby like ActiveSupport for&#160;PHP</title>
		<link>http://www.guymon.de/wordpress/2007/08/14/ruby-like-activesupport-for-php/</link>
		<comments>http://www.guymon.de/wordpress/2007/08/14/ruby-like-activesupport-for-php/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 19:31:44 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/08/14/ruby-like-activesupport-for-php/</guid>
		<description><![CDATA[Ben Vinegar hat Rubys ActiveSupport nach PHP portiert. Beispiel: require_once(&apos;ActiveSupport.php&apos;); _(14)-&#62;ordinalize(); # Outputs &#34;14th&#34; _(7.3)-&#62;megabytes(); # Returns number of bytes in 7.3 megabytes _(&#34;an example sentence&#34;)-&#62;endsWith(&#34;sentence&#34;); # Returns true Possibly related posts (automatically generated)Path Data on a Google MapEs muss nicht immer Rails einGUI f&#252;r SkripteHipHop for PHPPHP: Image Manipulation]]></description>
			<content:encoded><![CDATA[<p>Ben Vinegar hat Rubys ActiveSupport nach PHP <a href="http://benlog.org/2007/8/13/activesupport-for-php-ruby-style">portiert</a>.</p>
<p>Beispiel:</p>
<pre class="prettyprint">

require_once(&apos;ActiveSupport.php&apos;);

_(14)-&gt;ordinalize(); # Outputs &quot;14th&quot;

_(7.3)-&gt;megabytes(); # Returns number of bytes in 7.3 megabytes

_(&quot;an example sentence&quot;)-&gt;endsWith(&quot;sentence&quot;); # Returns true
</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2007/10/16/path-data-on-a-google-map/" title="Path Data on a Google Map">Path Data on a Google Map</a></li><li><a href="http://www.guymon.de/wordpress/2007/09/23/es-muss-nicht-immer-rails-ein/" title="Es muss nicht immer Rails ein">Es muss nicht immer Rails ein</a></li><li><a href="http://www.guymon.de/wordpress/2007/05/12/gui-fuer-skripte/" title="GUI f&#252;r Skripte">GUI f&#252;r Skripte</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/21/hiphop-for-php/" title="HipHop for PHP">HipHop for PHP</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/18/php-image-manipulation/" title="PHP: Image Manipulation">PHP: Image Manipulation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/08/14/ruby-like-activesupport-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails&#160;Gotchas</title>
		<link>http://www.guymon.de/wordpress/2007/07/24/ruby-on-rails-gotchas/</link>
		<comments>http://www.guymon.de/wordpress/2007/07/24/ruby-on-rails-gotchas/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 08:30:05 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/07/24/ruby-on-rails-gotchas/</guid>
		<description><![CDATA[BetterExplained erkl&#228;rt einige gotchas mit Ruby on Rails. Der Code von Ruby Skripten wird schon etwas klarer wenn man wei&#223;: Parenthesis on method calls are optional; use print &#8220;hi&#8221;. Semicolons aren&#8217;t needed after each line (crazy, I know). Use &#8220;if then else end&#8221; rather than braces. Parens aren&#8217;t needed around the conditions in if-then statements. [...]]]></description>
			<content:encoded><![CDATA[<p>BetterExplained <a href="http://betterexplained.com/articles/starting-ruby-on-rails-what-i-wish-i-knew/">erkl&#228;rt</a> einige gotchas mit <a href="http://rubyonrails.com/">Ruby on Rails</a>.</p>
<p>Der Code von Ruby Skripten wird schon etwas klarer wenn man wei&#223;:</p>
<ul>
<li>Parenthesis on method calls are optional; use print &#8220;hi&#8221;.</li>
<li>Semicolons aren&#8217;t needed after each line (crazy, I know).</li>
<li>Use &#8220;if then else end&#8221; rather than braces.</li>
<li>Parens aren&#8217;t needed around the conditions in if-then statements.</li>
<li>Methods automatically return the last line (call return explicitly if needed)</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/04/28/html-to-pdf/" title="HTML to PDF">HTML to PDF</a></li><li><a href="http://www.guymon.de/wordpress/2009/08/24/learning-rails/" title="Learning Rails">Learning Rails</a></li><li><a href="http://www.guymon.de/wordpress/2009/02/07/openbook-praxiswissen-ruby-on-rails/" title="OpenBook: Praxiswissen Ruby on Rails">OpenBook: Praxiswissen Ruby on Rails</a></li><li><a href="http://www.guymon.de/wordpress/2008/06/12/javascript-development-testing-and-deployment-environment/" title="JavaScript development, testing and deployment environment">JavaScript development, testing and deployment environment</a></li><li><a href="http://www.guymon.de/wordpress/2008/05/20/openbook-ruby-on-rails-2/" title="OpenBook: Ruby on Rails 2">OpenBook: Ruby on Rails 2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/07/24/ruby-on-rails-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
