<?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>Fri, 03 Feb 2012 11:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ruby for PHP&#160;Developers</title>
		<link>http://www.guymon.de/wordpress/2010/09/09/ruby-for-php-developers/</link>
		<comments>http://www.guymon.de/wordpress/2010/09/09/ruby-for-php-developers/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 11:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5489</guid>
		<description><![CDATA[Ein Ruby Crash Course f&#252;r PHP Entwickler: We could say PHP and Ruby (plus a framework) are the most used language in the Internet. There are many reasons, but the best one for our purpose is they are very similar in some points. So we are going to learn Ruby using those points as a [...]]]></description>
			<content:encoded><![CDATA[<p>Ein Ruby <a href="http://www.tuttoaster.com/ruby-for-php-developers/">Crash Course</a> f&#252;r PHP Entwickler:</p>
<blockquote cite="http://www.tuttoaster.com/ruby-for-php-developers/"><p>We could say PHP and Ruby (plus a framework) are the most used language in the Internet. There are many reasons, but the best one for our purpose is they are very similar in some points. So we are going to learn Ruby using those points as a support, and, trust me, if you know a little bit more about PHP than echo, it’s going to be pretty easy to learn the basis of Ruby.</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/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/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/2011/07/15/php-built-in-web-server/" title="PHP Built-in Web Server">PHP Built-in Web Server</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/09/09/ruby-for-php-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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/2011/09/08/spas-mit-pdf-dateien/" title="Spaß mit PDF-Dateien">Spaß mit PDF-Dateien</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/24/rendering-pdf-with-html5-and-javascript/" title="Rendering PDF with HTML5 and JavaScript">Rendering PDF with HTML5 and JavaScript</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/daily-links-233/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/31/5706/" title="PDF Probleme">PDF Probleme</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/09/09/ruby-for-php-developers/" title="Ruby for PHP Developers">Ruby for PHP Developers</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></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[Perl]]></category>
		<category><![CDATA[PHP]]></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/2011/02/13/data-map-with-svg/" title="Data Map With SVG">Data Map With SVG</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/09/09/ruby-for-php-developers/" title="Ruby for PHP Developers">Ruby for PHP Developers</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></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/2010/09/09/ruby-for-php-developers/" title="Ruby for PHP Developers">Ruby for PHP Developers</a></li><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/2011/07/15/php-built-in-web-server/" title="PHP Built-in Web Server">PHP Built-in Web Server</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)Ruby for PHP DevelopersPath Data on a Google MapEs muss nicht immer Rails einGUI f&#252;r SkriptePHP Built-in Web Server]]></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/2010/09/09/ruby-for-php-developers/" title="Ruby for PHP Developers">Ruby for PHP Developers</a></li><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/2011/07/15/php-built-in-web-server/" title="PHP Built-in Web Server">PHP Built-in Web Server</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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-05 02:26:19 -->
