<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>Carsten Lucke</title>
	<link>http://blog.lucke.info</link>
	<description>PHP, Macs and life in general</description>
	<pubDate>Thu, 28 Feb 2008 09:10:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Introductory article on the Zend Framework for t3n magazine</title>
		<link>http://blog.lucke.info/2008/02/28/introductory-article-on-the-zend-framework-for-t3n-magazine/</link>
		<comments>http://blog.lucke.info/2008/02/28/introductory-article-on-the-zend-framework-for-t3n-magazine/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 07:38:07 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/02/28/introductory-article-on-the-zend-framework-for-t3n-magazine/</guid>
		<description><![CDATA[

I wrote an introductory article on the Zend Framework for the german t3n-Magazin. It is published in issue #11 and covers all the stuff you should know, to get started with the Zend Framework: 

Basic knowledge about the request processing lifecycle
Basic knowledge about the Controller/Action pattern applied in the Zend Framework
Introduction the the MVC-Conponents
Introduction to [...]]]></description>
			<content:encoded><![CDATA[<p>
<div class="imgContainerLeft"><img src="http://t3n.yeebase.com/typo3temp/pics/b056652590.jpg" alt="Open Source - TYPO3 - Web 2.0 | T3N Nr. 11 | T3N Magazin &#038; News" width="150"></div>
<p>I wrote an introductory article on the Zend Framework for the german <a target="_blank" href="http://t3n.yeebase.com/magazin/" title="Open Source - TYPO3 - Web 2.0 | Ausgaben | T3N Magazin &#038; News">t3n-Magazin</a>. It is published in issue <a target="_blank" href="http://t3n.yeebase.com/magazin/ausgaben/ausgabe/11/">#11</a> and covers all the stuff you should know, to get started with the Zend Framework: </p>
<ul>
<li>Basic knowledge about the request processing lifecycle</li>
<li>Basic knowledge about the Controller/Action pattern applied in the Zend Framework</li>
<li>Introduction the the MVC-Conponents</li>
<li>Introduction to renderers, helpers, etc.</li>
</ul>
<p>Enjoy your read!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2008/02/28/introductory-article-on-the-zend-framework-for-t3n-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pure-FTPd and its Anti-Warez switch</title>
		<link>http://blog.lucke.info/2008/02/16/pure-ftpd-and-its-anti-warez-switch/</link>
		<comments>http://blog.lucke.info/2008/02/16/pure-ftpd-and-its-anti-warez-switch/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:48:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/02/16/pure-ftpd-and-its-anti-warez-switch/</guid>
		<description><![CDATA[Among all the free ftp-daemons out there I like Pure-FTPd the most. It&#8217;s easy to configure and has all features that are important to me (TLS support, virtual-users support, etc.). Anyway, today it was driving me crazy. I&#8217;ve been setting up a new Debian-based linux-box in VMWare and when starting Pure-FTPd it kept telling me [...]]]></description>
			<content:encoded><![CDATA[<p>Among all the free ftp-daemons out there I like <a target="_blank" href="http://www.pureftpd.org/" title="Pure-FTPd - About">Pure-FTPd</a> the most. It&#8217;s easy to configure and has all features that are important to me (TLS support, virtual-users support, etc.). Anyway, today it was driving me crazy. I&#8217;ve been setting up a new Debian-based linux-box in VMWare and when starting Pure-FTPd it kept telling me <strong>Unable to find the &#8216;ftp&#8217; account</strong>.</p>
<p>Google didn&#8217;t help much or at least I didn&#8217;t find anything useful. After some trial-and-error research with the configuration switches I found out that the &#8216;-s&#8217; switch was responsible for the problems. Here&#8217;s what the documentation says about it:</p>
<blockquote><p><em>&#8216;-s&#8217;: The &#8220;waReZ protection&#8221;. Don&#8217;t allow anonymous users to download files owned by &#8220;ftp&#8221; (generally, files uploaded by other anonymous users) . So that uploads have to be validated by a system administrator (chown to another user) before being available for download.</em></p></blockquote>
<p>Obviously the server was looking for a system-account (ftp) that didn&#8217;t exist, which is hardly suprising as I use other accounts for ftp-ing. I didn&#8217;t find any hints on configuring the account-id Pure-FTPd expects. This anti-warez thingy being just a switch, there seems to be no solution apart from creating the &#8216;ftp&#8217; account. Thus I finally disabled the anti-warez feature. Maybe someone has the same problem and finds this post useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2008/02/16/pure-ftpd-and-its-anti-warez-switch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuration issues with Xdebug on Debian Etch</title>
		<link>http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/</link>
		<comments>http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 18:51:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/</guid>
		<description><![CDATA[In March I will start to give a lecture on web programming at the University of Applied Sciences Rosenheim where I&#8217;ll be using PHP for practical application. This week I started to setup a Debian-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting XDebug2 integrated. It&#8217;s really [...]]]></description>
			<content:encoded><![CDATA[<p>In March I will start to give a lecture on web programming at the <a href="http://www.fh-rosenheim.de/" title="Hochschule Rosenheim: Startseite">University of Applied Sciences Rosenheim</a> where I&#8217;ll be using PHP for practical application. This week I started to setup a <a href="http://www.us.debian.org/" title="Debian -- The Universal Operating System">Debian</a>-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting <a href="http://xdebug.org/" title="Xdebug - Debugger and Profiler Tool for PHP">XDebug2</a> integrated. It&#8217;s really awesome and my students definitely need to learn about it. Shame on me, because I haven&#8217;t <a href="http://derickrethans.nl/xdebug_2_released.php" title="Xdebug 2 released - Derick Rethans">written Derick a postcard</a>, yet.</p>
<p>
    Building went well as usual but when I tried to integrate the extension inside php.ini it was all weird. When loading it with</p>

<div class="wp_syntax"><div class="code"><pre class="ini"><span style="color: #000099;">zend_extension</span>=<span style="color: #660066;">xdebug.so</span></pre></div></div>

<p>the error log told me:</p>
<p>    <em>Failed loading xdebug.so:  xdebug.so: cannot open shared object file: No such file or directory</em>.</p>
<p>    The <strong>extension_dir</strong> has been properly configured in php.ini and I also have the xdebug.so file in the right place. When loading Xdebug as a normal extension everything went entirely well:</p>

<div class="wp_syntax"><div class="code"><pre class="ini"><span style="color: #000099;">extension</span>=<span style="color: #660066;">xdebug.so</span></pre></div></div>

<p>    But I need to enable it as Zend extension. Whatever. I finally used the full path to xdebug.so to load it:</p>

<div class="wp_syntax"><div class="code"><pre class="ini"><span style="color: #000099;">zend_extension</span>=<span style="color: #660066;">/path/to/extension_dir/xdebug.so</span></pre></div></div>

<p>    That worked. But do I have to give a full path here?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetNewsWire for free!</title>
		<link>http://blog.lucke.info/2008/01/14/netnewswire-for-free/</link>
		<comments>http://blog.lucke.info/2008/01/14/netnewswire-for-free/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 22:17:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/01/14/netnewswire-for-free/</guid>
		<description><![CDATA[

Good news for all NetNewsWire fans. Newsgator&#8217;s awesome feed-reader for Mac OS is available for free since January 9th. This means no more NetNewsWire Lite!  From now on FeedDemon 2.6 and NewsGator Go! for Windows Mobile 2.0 are also available as free download.
See their website for more information. MacMegaSite also published a detailed article [...]]]></description>
			<content:encoded><![CDATA[<p>
<div class="imgContainerLeft"><img src="http://lucke.info/www/images/blog/rss-logo.jpg" alt="NetNewsWire 3.1 is now free!" width="150"></div>
<p>Good news for all <a target="_blank" href="http://www.newsgator.com/Individuals/NetNewsWire/" title="RSS Reader for Mac - NetNewsWire">NetNewsWire</a> fans. <a target="_blank" href="http://www.newsgator.com" title="NewsGator - The RSS Company">Newsgator&#8217;s</a> awesome feed-reader for Mac OS is available for free since January 9th. This means no more NetNewsWire Lite! <img src='http://blog.lucke.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> From now on <a target="_blank" href="http://www.newsgator.com/Individuals/FeedDemon" title="FeedDemon for Windows -Award-winning RSS Reader and News Feed Reader">FeedDemon 2.6</a> and <a target="_blank" href="http://www.newsgator.com/Individuals/NewsGatorGo" title="Mobile RSS Reader for BlackBerry Handhelds and Windows Mobile Devices with NewsGator Go!">NewsGator Go! for Windows Mobile 2.0</a> are also available as free download.</p>
<p>See their <a target="_blank" href="http://www.newsgator.com" title="NewsGator - The RSS Company">website</a> for more information. <a target="_blank" href="http://macmegasite.com" title="MacMegasite | News for Mac Geeks">MacMegaSite</a> also published a <a target="_blank" href="http://macmegasite.com/node/4005" title="NetNewsWire 3.1 is now free! | MacMegasite">detailed article on this topic</a>.</p>
<p style="clear:both;">&#160;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2008/01/14/netnewswire-for-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debugging PHP with free tools (PDT + XDebug2)</title>
		<link>http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/</link>
		<comments>http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 18:43:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/</guid>
		<description><![CDATA[One very important part of an IDE is the ability to debug the code you write. For web-application development you mostly need remote-debugging facilities. It&#8217;s no problem to find a good IDE offering all that for Java web-development. There&#8217;s Eclipse and it provides all sorts of features that make a developer&#8217;s life easier. For PHP [...]]]></description>
			<content:encoded><![CDATA[<p>One very important part of an <a href="http://en.wikipedia.org/wiki/Integrated_development_environment" title="Integrated development environment - Wikipedia, the free encyclopedia">IDE</a> is the ability to debug the code you write. For web-application development you mostly need remote-debugging facilities. It&#8217;s no problem to find a good IDE offering all that for Java web-development. There&#8217;s <a href="http://www.eclipse.org/" title="Eclipse.org home">Eclipse</a> and it provides all sorts of features that make a developer&#8217;s life easier. For PHP development it&#8217;s much harder to find a free IDE that provides good (remote-)debugging features. There&#8217;s <a href="http://www.zend.com/products/zend_studio" title="Zend Studio / Produkte / Zend Technologies GmbH">Zend Studio</a> and <a href="http://www.activestate.com/Products/komodo_ide/" title="ActiveState -  - Dynamic Tools for Dynamic Languages">Komodo</a> but both aren&#8217;t free software. You get Zend Studio for about 350 EUR (~480 USD) and Komodo for 295 USD. For students Zend Studio is 25% cheaper and Komodo is 49 USD. Not free at all, isn&#8217;t it?</p>
<p>Approx. one year ago I tried to get a remote-debugging environment using <a href="http://www.phpeclipse.net" title="PHPEclipse.net">PHPEclipse</a> together with <a href="http://dd.cron.ru/dbg/" title="DBG | PHP Debugger and Profiler.">DBG</a>. That was a PITA to set up and once it worked it was just awfully unstable. I figured out that the PHPEclipse people were developing a plugin to use <a href="http://xdebug.org/" title="Xdebug - Debugger and Profiler Tool for PHP">XDebug</a> but there didn&#8217;t seem to be much progress. So I stopped my efforts on free remote-debugging. <img src='http://blog.lucke.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Some weeks ago <a href="http://derickrethans.nl/" title="Xdebug 2 released - Derick Rethans">XDebug2 was released</a> and I decided to give the remote-debugging thing one more shot. I tried <a href="http://www.eclipse.org/pdt/" title="PDT Project">PDT</a> + XDebug2 and guess what - it worked out fine!</p>
<p>First of all you need a PHP installation with XDebug2. If you don&#8217;t have it installed yet (shame on you <img src="http://blog.lucke.info/wp-includes/images/smilies/icon_wink.gif" />), you can find instructions <a href="http://www.xdebug.org/docs/" title="Xdebug: Documentation">here</a>. Your next step should be getting <acronym title="PHP Development Tools">PDT</acronym>. I tried the latest <a href="http://download.eclipse.org/tools/pdt/downloads/?release=I20070712" title="1.0 Integration Build: I20070712">integration build</a>. Additionally you need some plugins for <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=169408">XDebug-support</a> that are only available from the PDT bugzilla:</p>
<ul>
<li><a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=74296">Prebuilt Binary of XDebug Support for V0.2.3 for PDT 1.0 I20070712</a></li>
<li><a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=74297">Example Mapper V0.0.2 for XDebug 0.2.3</a></li>
</ul>
<p>Once you have all that installed you can create a PHP-project in your PDT-eclipse and configure the environment (XDebug2 and PDT) for debugging. Daniel Holmström published a really good <a href="http://www.inkompetent.se/wiki/php/remote_debugging_with_pdt_and_xdebug" title="Remote debugging with PDT and Xdebug - inkompetent.se">guide</a> on how to install and set up everything in detail. If you follow his instructions you should have everything up and running within half an hour. After that you will be able to enjoy local- and remote-debugging of your PHP-scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bugfix release 0.17.1 for PEAR::Date_Holidays</title>
		<link>http://blog.lucke.info/2007/06/10/bugfix-release-0171-for-peardate_holidays/</link>
		<comments>http://blog.lucke.info/2007/06/10/bugfix-release-0171-for-peardate_holidays/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 18:12:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/06/10/bugfix-release-0171-for-peardate_holidays/</guid>
		<description><![CDATA[This afternoon I uploaded a bugfix release for PEAR::Date_Holidays. Thus the latest version is 0.17.1 now. 
The new release contains a bugfix for bug #10220. The Date_Holidays::factory method called the setlocale() function in a way that very possibly may have broken the localization of applications using the package.
Additionally there were three new drivers/filters added for [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I uploaded a bugfix release for <a href="http://pear.php.net/package/Date_Holidays/" title="PEAR :: Package :: Date_Holidays">PEAR::Date_Holidays</a>. Thus the latest version is <a href="http://pear.php.net/package/Date_Holidays/download/0.17.1/" title="PEAR :: Package :: Date_Holidays :: 0.17.1">0.17.1</a> now. </p>
<p>The new release contains a bugfix for <a href="http://pear.php.net/bugs/bug.php?id=10220" title="PEAR :: Bug #10220 :: Don't set locale automatically">bug #10220</a>. The Date_Holidays::factory method called the setlocale() function in a way that very possibly may have broken the localization of applications using the package.</p>
<p>Additionally there were three new drivers/filters added for calculation of holidays for: </p>
<ul>
<li>Austria (driver provided by Klemens Ullmann &lt;klemens -at- ull -dot- at&gt;),</li>
<li>England/Wales (driver provided by Tim Dodge &lt;timmy -at- invisibles -dot- org&gt;) and </li>
<li>Ireland (driver and filter for calculation of official holidays provided by Ken Guest &lt;ken -at- linux -dot- ie&gt;).</li>
</ul>
<p>Thanks to all contributors and bug reporters! If you experience any problems with this release do not hesitate to contact me or to submit a bug-report.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/06/10/bugfix-release-0171-for-peardate_holidays/feed/</wfw:commentRss>
		</item>
		<item>
		<title>URL-rewriting configuration for the Zend Framework</title>
		<link>http://blog.lucke.info/2007/06/02/url-rewriting-configuration-for-the-zend-framework/</link>
		<comments>http://blog.lucke.info/2007/06/02/url-rewriting-configuration-for-the-zend-framework/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 05:36:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/06/02/url-rewriting-configuration-for-the-zend-framework/</guid>
		<description><![CDATA[Recently I gave a talk about the Zend Framework. Part of that talk was an introduction to the suggested filesystem layout of projects based on the Zend Framework. I also gave hints about the configuration of the URL-rewriting to allow the mapping of requested URLs to a controller/action that would process the request. Read on [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I gave a <a href="http://lucke.info/talks/detail/id/ipc2k7-zf" title="lucke.info - Carsten Lucke - Talk about the Zend Framework">talk</a> about the <a href="http://framework.zend.com/" title="Zend Framework website" target="_blank">Zend Framework</a>. Part of that talk was an introduction to the <a target="_blank" href="http://framework.zend.com/manual/en/zend.controller.html#zend.controller.quickstart.go">suggested filesystem layout</a> of projects based on the Zend Framework. I also gave hints about the configuration of the URL-rewriting to allow the mapping of requested URLs to a controller/action that would process the request. Read on to find out more about possible URL-rewriting configurations for the Zend Framework.</p>
<p> <a href="http://blog.lucke.info/2007/06/02/url-rewriting-configuration-for-the-zend-framework/#more-15" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/06/02/url-rewriting-configuration-for-the-zend-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPC2k7 talks uploaded (1. Zend Framework, 2. PRADO)</title>
		<link>http://blog.lucke.info/2007/05/26/ipc2k7-talks-uploaded-1-zend-framework-2-prado/</link>
		<comments>http://blog.lucke.info/2007/05/26/ipc2k7-talks-uploaded-1-zend-framework-2-prado/#comments</comments>
		<pubDate>Sat, 26 May 2007 18:09:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/05/26/ipc2k7-talks-uploaded-1-zend-framework-2-prado/</guid>
		<description><![CDATA[I finally found some time to upload the slides of my talks I gave at the International PHP conference 2007 - Spring Edition in Ludwigsburg, Germany. The slides are available on SlideShare right now and will be available as PDF download on my website soon.




]]></description>
			<content:encoded><![CDATA[<p>I finally found some time to upload the slides of my talks I gave at the <a href="http://phpconference.com/" title="International PHP Conference 2007" target="_blank">International PHP conference 2007 - Spring Edition</a> in Ludwigsburg, Germany. The slides are available on SlideShare right now and will be available as PDF download on my <a href="http://www.lucke.info/" title="www.lucke.info">website</a> soon.</p>
<object type="application/x-shockwave-flash" data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=55626&#038;doc=zend-framework-294" width="425" height="348">
<param name="movie" value="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=55626&#038;doc=zend-framework-294" /></object>
<object type="application/x-shockwave-flash" data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=55630&#038;doc=prado-erstellung-wiederverwendbarer-enterpriseapplikationen-22095" width="425" height="348">
<param name="movie" value="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=55630&#038;doc=prado-erstellung-wiederverwendbarer-enterpriseapplikationen-22095" /></object>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/05/26/ipc2k7-talks-uploaded-1-zend-framework-2-prado/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP and TextMate - article for the german PHPMag</title>
		<link>http://blog.lucke.info/2007/05/12/php-and-textmate-article-for-the-german-phpmag/</link>
		<comments>http://blog.lucke.info/2007/05/12/php-and-textmate-article-for-the-german-phpmag/#comments</comments>
		<pubDate>Sat, 12 May 2007 11:27:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/05/12/php-and-textmate-article-for-the-german-phpmag/</guid>
		<description><![CDATA[It&#8217;s been a while since my last article but finally I had some time and managed to write for the german PHP-Magazin, again. To my surprise my article was even chosen as cover-topic. Yippieh! I wrote about PHP- and web-development on Mac OS X using TextMate. 

      

TextMate is a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last article but finally I had some time and managed to write for the german <a target="_blank" href="http://www.phpmag.de/" title="PHP-Magazin website">PHP-Magazin</a>, again. To my surprise my article was even chosen as cover-topic. Yippieh! I wrote about PHP- and web-development on Mac OS X using <a target="_blank" href="http://macromates.com/" title="TextMate — The Missing Editor for Mac OS X">TextMate</a>. </p>
<div class="imgContainerLeft">
    <a href="http://lucke.info/www/images/publications/phpmag-4_07.jpg" rel="lightbox[phptm]" title="Cover of the PHP-Magazin issue 4.07" > <img src="http://lucke.info/www/images/publications/phpmag-4_07.jpg" alt="Cover of the PHP-Magazin issue 4.07" style="width:100px;" /> </a>
</div>
<p>TextMate is a very popular editor these days and not without reason! I used the first part of the article to introduce the reader to the command-line abilities and the main editing features. The second part covers the bundle-concept. Here I introduced the PHP-bundle and explained how to use TextMate as a powerful PHP-editor.</p>
<p>If you are a subscriber of the PHP-Magazin go out and look at your mailbox! My issue arrived today. If you aren&#8217;t you will have to wait until May 16th, till the magazin hits the shelves.</p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/05/12/php-and-textmate-article-for-the-german-phpmag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coconut Battery - awesome battery monitor</title>
		<link>http://blog.lucke.info/2007/05/12/coconut-battery-awesome-battery-monitor/</link>
		<comments>http://blog.lucke.info/2007/05/12/coconut-battery-awesome-battery-monitor/#comments</comments>
		<pubDate>Fri, 11 May 2007 22:21:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/05/12/coconut-battery-awesome-battery-monitor/</guid>
		<description><![CDATA[
Last week I found Coconut Battery, a very useful application for portable Macs like Macbook Pro, Macbook or the older Powerbook models. It doesn&#8217;t only show you the current charge of your battery but more important the maximum charge and the capacity. This is pretty useful to see how the battery&#8217;s current capacity compares to [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Last week I found <a target="_blank" href="http://www.coconut-flavour.com/coconutbattery/">Coconut Battery</a>, a very useful application for portable Macs like Macbook Pro, Macbook or the older Powerbook models. It doesn&#8217;t only show you the current charge of your battery but more important the maximum charge and the capacity. This is pretty useful to see how the battery&#8217;s current capacity compares to the capacity it originally had.</p>
<div class="imgContainerLeft">
        <a href="http://lucke.info/www/images/blog/coconut-battery.png" rel="lightbox[coco]" title="Coconut Battery screenshot" > <img src="http://lucke.info/www/images/blog/coconut-battery.png" alt="Coconut Battery screenshot" style="width:100px;" /> </a> <a href="http://lucke.info/www/images/blog/coconut-battery-widget.png" rel="lightbox[coco]" title="Coconut Battery dashboard-widget screenshot" > <img src="http://lucke.info/www/images/blog/coconut-battery-widget.png" alt="Coconut Battery dashboard-widget screenshot" style="width:100px;" /><br />
        </a>
    </div>
<p>Another great feature is the ability to persistently save the capacity information. This way you can track how the capacity state evolves. For dashboard-fans there&#8217;s also a nice widget available. </p>
<p>My Macbook Pro battery for instance is 6 months old, had 98 load-cycles and 92 percent of its original capacity. Lets hope it doesn&#8217;t decrease too fast. <img src='http://blog.lucke.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
</div>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucke.info/2007/05/12/coconut-battery-awesome-battery-monitor/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
