<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>coffeecoders.de :: professional devs at work - Latest Comments</title><link>http://coffeecoders.disqus.com/</link><description></description><atom:link href="https://coffeecoders.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 27 Dec 2011 14:50:54 -0000</lastBuildDate><item><title>Re: Bootstrapping Doctrine 1.2 and Zend 1.10/1.11 the easy way</title><link>http://coffeecoders.de/2010/10/bootstrapping-doctrine-1-2-and-zend-1-10-and-1-11-the-easy-way/#comment-395154443</link><description>&lt;p&gt;I did what you suggested:&lt;br&gt;0. I created a new zf project using #zf create project test11. Changed the Bootstrap.php file by the code you posted2. Added lines to the test1/application/configs/application.ini file, using the right settings for the db connector3. I created the test1/bin directory and inside I put the cli doctrine.php scriptFinally I put the contents of the lib directory that come into the Doctrine-1.2.2 package into the test1/library file&lt;/p&gt;&lt;p&gt;Then, the test failed:&lt;/p&gt;&lt;p&gt;php public/index.php PHP Fatal error:  Uncaught exception 'Zend_Config_Exception' with message 'syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /usr/local/zend/apache2/htdocs/alela/prueba/application/configs/application.ini on line 39' in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php:182Stack trace:#0 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(202): Zend_Config_Ini-&amp;gt;_parseIniFile('/usr/local/zend...')#1 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(126): Zend_Config_Ini-&amp;gt;_loadIniFile('/usr/local/zend...')#2 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(386): Zend_Config_Ini-&amp;gt;__construct('/usr/local/zend...', 'production')#3 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(85): Zend_Application-&amp;gt;_loadConfig('/usr/local/zend...')#4 /usr/local/zend/apache2/htdocs/alela/prueba/public/index.php(24): Zend_Application-&amp;gt;__construct('production', '/usr/local/zend...')#5 {main}  thrown in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php on line 182&lt;/p&gt;&lt;p&gt;any idea?&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alelasantillan</dc:creator><pubDate>Tue, 27 Dec 2011 14:50:54 -0000</pubDate></item><item><title>Re: Change the repository location in subversion</title><link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/#comment-82689280</link><description>&lt;p&gt;Thank you andrew for your tips.&lt;/p&gt;&lt;p&gt;Based on the first two we changed the article a bit, but I am not sure about the last one with the dot.&lt;/p&gt;&lt;p&gt;Are you sure?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevie</dc:creator><pubDate>Thu, 11 Feb 2010 05:36:53 -0000</pubDate></item><item><title>Re: Change the repository location in subversion</title><link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/#comment-82689279</link><description>&lt;p&gt;Forgot another thing:&lt;br&gt;- there is a dot missing at the end&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrew</dc:creator><pubDate>Thu, 11 Feb 2010 03:19:20 -0000</pubDate></item><item><title>Re: Change the repository location in subversion</title><link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/#comment-82689276</link><description>&lt;p&gt;Thanks for the tip, a few minor points though:&lt;br&gt;- there must be two dashes before "relocate"&lt;br&gt;- the urls must be full&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrew</dc:creator><pubDate>Thu, 11 Feb 2010 03:12:59 -0000</pubDate></item><item><title>Re: coffeecoders gone twitter</title><link>http://coffeecoders.de/2009/08/coffeecoders-gone-twitter/#comment-82689379</link><description>&lt;p&gt;Hey, just testing the new comment field for adding a twitter id.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stevie</dc:creator><pubDate>Mon, 31 Aug 2009 07:55:59 -0000</pubDate></item><item><title>Re: Hug a developer</title><link>http://coffeecoders.de/2009/03/hug-a-developer/#comment-82689357</link><description>&lt;p&gt;Hilarious! I agree (but to speak the truth... I've been posting a lot of things on my own blog ;) but yes, I couldn't finish some CC articles that are waiting in the pipe...)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik</dc:creator><pubDate>Sat, 28 Mar 2009 15:40:19 -0000</pubDate></item><item><title>Re: trac: Solving sqlite-issues when upgrading from Debian etch to lenny</title><link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/#comment-82689287</link><description>&lt;p&gt;Great how-to.  Also, this link has some other steps for transitioning from etch to lenny's trac: &lt;br&gt;&lt;a href="http://wiki.kartbuilding.net/index.php/Upgrade_Trac" rel="nofollow noopener" target="_blank" title="http://wiki.kartbuilding.net/index.php/Upgrade_Trac"&gt;http://wiki.kartbuilding.ne...&lt;/a&gt;  &lt;br&gt;They forgot to mention at the end to also run 'trac-admin /location/of/trac wiki upgrade' as well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric</dc:creator><pubDate>Wed, 04 Mar 2009 01:48:27 -0000</pubDate></item><item><title>Re: trac: Solving sqlite-issues when upgrading from Debian etch to lenny</title><link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/#comment-82689286</link><description>&lt;p&gt;Thanks a lot for this tip.&lt;/p&gt;&lt;p&gt;This migration procedure should have been written in NEWS.Debian.gz or something like that.&lt;/p&gt;&lt;p&gt;Olivier;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier « toutoune25 » Tétard</dc:creator><pubDate>Thu, 19 Feb 2009 03:32:42 -0000</pubDate></item><item><title>Re: Choosing the right DOCTYPE</title><link>http://coffeecoders.de/2009/02/choosing-the-right-doctype/#comment-82689339</link><description>&lt;p&gt;Giving up is human ;)&lt;br&gt;Especially if the CMS is driven by a lame WYSIWYG... no matter how hard you try, it will always add things like valign, salign, or other ancient HTML 4 elements like &amp;lt;b&amp;gt;s or &amp;lt;br&amp;gt;s, etc...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik</dc:creator><pubDate>Mon, 16 Feb 2009 09:46:54 -0000</pubDate></item><item><title>Re: Choosing the right DOCTYPE</title><link>http://coffeecoders.de/2009/02/choosing-the-right-doctype/#comment-82689337</link><description>&lt;blockquote&gt;In October 2008 Opera published the markup validation report showing that in January 08 only 4.13% out of 3,509,170 pages validated against their Doctype.&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I can understand the problem. More than once I tried to make another blog of mine valid XHTML+CSS. But having a dozend plugins running, many of them generating pieces of invalid code, and TinyMce which partly generates disputable markup it is more than a nights work.&lt;/p&gt;&lt;p&gt;So I always gave up after some hours dealing with the huge list of validation errors and went to bed frustrated.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevie</dc:creator><pubDate>Sat, 14 Feb 2009 09:15:33 -0000</pubDate></item><item><title>Re: CSS-Reset &amp;#8211; minimizing browser rendering problems</title><link>http://coffeecoders.de/2009/02/css-reset-minimizing-browser-rendering-problems/#comment-82689301</link><description>&lt;p&gt;Thx for your comment, Erik, nice to know you read us.&lt;/p&gt;&lt;p&gt;I just started with the script and also fixed a few things (like the default color instead of font-weight for the &amp;lt;strong&amp;gt;-element). For sure I will now check the settings for lists, too.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevie</dc:creator><pubDate>Wed, 11 Feb 2009 01:16:32 -0000</pubDate></item><item><title>Re: CSS-Reset &amp;#8211; minimizing browser rendering problems</title><link>http://coffeecoders.de/2009/02/css-reset-minimizing-browser-rendering-problems/#comment-82689300</link><description>&lt;p&gt;Actually I've been using this a lot over the last year.&lt;/p&gt;&lt;p&gt;Applying these reset.css rules in the beginning of your CSS work forces you to apply CSS rules more precisely and furthermore prevents a lot of  browser-specific differences.&lt;/p&gt;&lt;p&gt;Anyways, removing padding and margin from lists and their items is evil. This makes some WYSIWYG scenraios unusable (where complete pages get loaded into iframes for example) and thus gets more effort to overwrite the rules twice.&lt;/p&gt;&lt;p&gt;That's why I prefer my own reset.css where lists are indented by default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik</dc:creator><pubDate>Tue, 10 Feb 2009 18:33:53 -0000</pubDate></item><item><title>Re: Change the repository location in subversion</title><link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/#comment-82689274</link><description>&lt;p&gt;Ah, you linux guys... You can find a setting in the gui at the first glance and run happily to your console prompt :-p&lt;/p&gt;&lt;p&gt;Of course is the switch command available in subclipse as well as in TortoiseSVN (the best Windows Explorer integrated tool for SVN without IDE).&lt;/p&gt;&lt;p&gt;Here is the proof: &lt;a href="http://subclipse.tigris.org/images/menu-ss.png" rel="nofollow noopener" target="_blank" title="http://subclipse.tigris.org/images/menu-ss.png"&gt;http://subclipse.tigris.org...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;( and here is the whole page with more screenshots &lt;a href="http://subclipse.tigris.org/servlets/ProjectProcess?pageID=rr1TIx" rel="nofollow noopener" target="_blank" title="http://subclipse.tigris.org/servlets/ProjectProcess?pageID=rr1TIx"&gt;http://subclipse.tigris.org...&lt;/a&gt; )&lt;/p&gt;&lt;p&gt;Addition: The switch command is not for moving between repositories but just within one. So if you want to change the repository url to the new url of the &lt;strong&gt;same repo&lt;/strong&gt; (svn does checksum tests) you have to use the &lt;em&gt;relocate&lt;/em&gt; command offered in the svn explorer view of eclipse (right click on the repository).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevie</dc:creator><pubDate>Tue, 03 Feb 2009 19:31:08 -0000</pubDate></item><item><title>Re: Introduction into &amp;#8220;Cloud-Computing&amp;#8221;</title><link>http://coffeecoders.de/2009/01/introduction-into-cloud-computing/#comment-82689263</link><description>&lt;p&gt;Eclipse Plugin Central offers a eclipse plugin to access Amazon's services via GUI:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1401.html" rel="nofollow noopener" target="_blank" title="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1401.html"&gt;http://www.eclipseplugincen...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevie</dc:creator><pubDate>Sun, 25 Jan 2009 06:03:51 -0000</pubDate></item></channel></rss>