<?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>mehrwelt &#187; Technik</title>
	<atom:link href="http://blog.mehrwert.de/category/technik/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mehrwert.de</link>
	<description>Die mehrwelt</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Synology und Mac OS X Server Open-Directory (LDAP)</title>
		<link>http://blog.mehrwert.de/2011/09/04/synology-und-mac-os-x-server-open-directory-ldap/</link>
		<comments>http://blog.mehrwert.de/2011/09/04/synology-und-mac-os-x-server-open-directory-ldap/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 16:08:19 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open-Directory]]></category>
		<category><![CDATA[Synology]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=617</guid>
		<description><![CDATA[Im aktuellen DSM von Synology (DSM 3.2 Beta) kann man auch LDAP-Nutzer und Gruppen einbinden. Die Konfiguration ist dabei recht einfach: In der Systemsteuerung den Eintrag »LDAP« auswählen und den Server-Namen eintragen (beim ersten Test am besten keine Verschlüsselung wählen). &#8230; <a href="http://blog.mehrwert.de/2011/09/04/synology-und-mac-os-x-server-open-directory-ldap/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Im aktuellen DSM von <strong>Synology</strong> (DSM 3.2 Beta) kann man auch <strong>LDAP-Nutzer und Gruppen</strong> einbinden. Die Konfiguration ist dabei recht einfach: In der Systemsteuerung den Eintrag »LDAP« auswählen und den Server-Namen eintragen (beim ersten Test am besten keine Verschlüsselung wählen). Der Basis-DN entspricht dem im Server-Admin eingetragenen <strong>LDAP-Suchbeginn</strong> und anmelden kann man sich z.B. mit einem eigenen Nutzer (diradmin o.ä.). Der Bind erfolgt mit <strong>vollständigem DN,</strong> also der <strong>Kombination aus Basis-DN und Nutzer</strong> (die in cn=users liegen). Wenn also der Basis-DN <strong>dc=ldap,dc=domain,dc=tld</strong> lautet, so erfolgt der Bind via User diradmin z.B. mit <strong>uid=diradmin,cn=users,dc=ldap,dc=domain,dc=tld</strong></p>
<p>Eine Besonderheit fällt auf: Wenn für den Nutzer im Open-Directory über den Arbeitsgruppenmanager verschiedene Kurznamen (Reiter »Allgemein«) für einen Nutzer vergeben wurden, werden diese im Attribut <strong>uid</strong> gespeichert. Dies führt dazu, dass der LDAP-Nutzer auf der Synology unter dem <strong>letzten Kurznamen</strong> in der Liste auftaucht. Ist der normale Nutzer-Account z.B. user1 und dessen letzte Kurzname Vorname.Nachname so taucht dieser User als <strong>Vorname.Nachname@ldap.domain.tld</strong> auf.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2011/09/04/synology-und-mac-os-x-server-open-directory-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HipHop für PHP</title>
		<link>http://blog.mehrwert.de/2010/02/02/facebook-hiphop-for-php/</link>
		<comments>http://blog.mehrwert.de/2010/02/02/facebook-hiphop-for-php/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:52:47 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Fundstück]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=598</guid>
		<description><![CDATA[Der Schleier wurde gelüftet: Facebook hat mit »HipHop« einen Source Code Umwandler veröffentlicht, der PHP-Code in höchst-optimierten C++ Code konvertiert. Dieser wiederum wird dann mit g++ kompiliert um maximale Performance zu erreichen. Bei Facebook brachte der Einsatz von HipHop eine &#8230; <a href="http://blog.mehrwert.de/2010/02/02/facebook-hiphop-for-php/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Der Schleier wurde gelüftet: Facebook hat mit »<strong>HipHop</strong>« einen Source Code Umwandler veröffentlicht, der PHP-Code in höchst-optimierten C++ Code konvertiert. Dieser wiederum wird dann mit g++ kompiliert um maximale Performance zu erreichen.</p>
<p>Bei Facebook brachte der Einsatz von HipHop eine durchschnittliche Reduzierung der CPU-Auslastung um 50% &#8211; natürlich abhängig von der jeweiligen Seite. Für Facebook bedeutet weniger CPU-Last weniger Server &#8211; und damit weniger Kosten. Aber natürlich bedeutet weniger Auslastung auch weniger Energieverbrauch.</p>
<p>In seinem Blog-Beitrag schreibt Haiping Zhao »We are proud to say that at this point, we are serving over 90% of our Web traffic using HipHop, all only six months after deployment.</p>
<blockquote><p><strong>How HipHop Works</strong><br />
The main challenge of the project was bridging the gap between PHP and C++. PHP is a scripting language with dynamic, weak typing. C++ is a compiled language with static typing. While PHP allows you to write magical dynamic features, most PHP is relatively straightforward. It&#8217;s more likely that you see if (&#8230;) {&#8230;} else {..} than it is to see function foo($x) { include $x; }. This is where we gain in performance. Whenever possible our generated code uses static binding for functions and variables. We also use type inference to pick the most specific type possible for our variables and thus save memory.</p></blockquote>
<p>[...]</p>
<blockquote><p>Overall HipHop allows us to keep the best aspects of PHP while taking advantage of the performance benefits of C++. In total, we have written over 300,000 lines of code and more than 5,000 unit tests. All of this will be released this evening on GitHub under the open source PHP license.</p></blockquote>
<p>Der ganze Artikel (englisch) im Facebook Blog: <a href="http://bit.ly/95AiZ0">http://developers.facebook.com/news.php?blog=1&#038;story=358</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2010/02/02/facebook-hiphop-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using mod_security 2.5 and Apache 2 on Mac OS X</title>
		<link>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/</link>
		<comments>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:14:56 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Coding/Languages]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=559</guid>
		<description><![CDATA[A short guide on using a recent mod_security (2.5.11) with local MacPorts and Apache 2. <a href="http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately recent <a title="Opens MacPorts website in new window" href="http://www.macports.org" target="_blank">MacPorts</a> comes with mod_security 1.8.6 and the maintainer is not actively supporting updates (for details see <a title="Opens new window for Ticket #15342" href="http://trac.macports.org/ticket/15432" target="_blank">this ticket</a>). Since I wanted to test some settings on a local Apache installation on my Mac with the latest release (2.5.11) I used the information given in the ticket to patch and update my mod_security port.</p>
<p>This guide is straight forward and shows just the required changes, a working MacPorts installation with Apache 2 is mandatory. You simply have to edit the Portfile that contains the details for mod_security.</p>
<h2>Step-by-step explanation</h2>
<ol>
<li>Update your MacPorts installation by <code>sudo port selfupdate</code> and <code>sudo port upgrade outdated</code> (<a title="Opens the guide how to selfupdate MacPorts in a new window" href="http://guide.macports.org/#using.port.selfupdate" target="_blank">read this guide for more details on MacPorts selfupdate</a>)</li>
<li>Open the portfile for mod_security and replace the content of the file with the provided code. The portfile in my installation resides in<code>/opt/local/var/macports/sources/rsync.macports.org/ release/ports/www/mod_security/Portfile<br />
</code></p>
<p><a title="Opens the file in a new window" href="http://blog.mehrwert.de/wp-content/uploads/2010/01/Portfile_mod_security_2.5.11.txt" target="_blank"><br />
Download the Portfile as text file<br />
</a></li>
<li>Now you may install <code>mod_security</code> via MacPorts using this terminal command:<code>sudo port install mod_security<br />
</code></li>
<li>Open the Apache configuration file (<code>/opt/local/apache2/conf/httpd.conf</code>) in a text editor and add <code> mod_security</code> to the list.Open a new Terminal (the Termin.app resides in /Applications/Utilities on your harddrive) window and then type the following command to open and edit the file (the <code>sudo</code> command is required to get write-access to this file since it is normally not writable for you user account).<code>sudo nano /opt/local/apache2/conf/httpd.conf</code>Now enter your password (the same you use to log in to your Mac). Use the cursor keys to scroll down to the section for the Dynamic Shared Object (DSO) Support and copy the following line <strong>below</strong> the last <em>LoadModule&#8230; </em>statement (see screenshot).<code>LoadModule security2_module modules/mod_security2.so</code>
<div style="text-align: center;"><a href="http://blog.mehrwert.de/wp-content/uploads/2010/01/mac_ports_mod_security_terminal-e1263652589976.png"><img class="aligncenter size-medium wp-image-558" title="Edit Apache configuration for mod_security in Terminal" src="http://blog.mehrwert.de/wp-content/uploads/2010/01/mac_ports_mod_security_terminal-e1263652589976-300x227.png" alt="" width="300" height="227" /></a></div>
<p>To save and leave the Nano editor press CTRL+X and confirm with Y (for Yes) to save.</li>
<li>Reload the Apache server. The security module should now be loaded by Apache (start or restart Apache to commit changes).<code>sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Websites in verschiedenen IE-Versionen &#252;berpr&#252;fen</title>
		<link>http://blog.mehrwert.de/2009/09/24/websites-in-verschiedenen-ie-versionen-berprfen/</link>
		<comments>http://blog.mehrwert.de/2009/09/24/websites-in-verschiedenen-ie-versionen-berprfen/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:02:29 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Coding/Languages]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Webbrowser]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=519</guid>
		<description><![CDATA[Websites debuggen mit dem &#187;Microsoft Expression Web SuperPreview f&#252;r Windows Internet Explorer&#171; <a href="http://blog.mehrwert.de/2009/09/24/websites-in-verschiedenen-ie-versionen-berprfen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mit dem &raquo;<strong>Microsoft Expression Web SuperPreview f&uuml;r Windows Internet Explorer</strong>&laquo; soll man die so genannte &raquo;cross-browser compatibility&laquo; &#8211; also die Darstellung einer Site in verschiedenen Browsern (oder verschiedenen Versionen eines Browsers) &#8211; testen k&ouml;nnen. Microsoft stellt f&uuml;r den Internet Explorer ein solches Tool kostenlos zum <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677">Download</a> bereit. Erfordert aber das <a href="http://www.microsoft.com/downloads/details.aspx?familyid=333325FD-AE52-4E35-B531-508D977D32A6&#038;displaylang=en">.NET Framework</a> (Version 3.5).</p>
<p>Die Installation ist etwas langsam und das Tool an sich auch. Gr&ouml;&szlig;ere Sites kann es nicht korrekt darstellen. Faiz: Nicht wirklich hilfreich.</p>
<div style="text-align:center;"><a href="http://blog.mehrwert.de/wp-content/uploads/2009/09/Microsoft-Expression-Web-SuperPreview-EINSTIEG.png"><img src="http://blog.mehrwert.de/wp-content/uploads/2009/09/Microsoft-Expression-Web-SuperPreview-EINSTIEG-450.png" alt="Microsoft-Expression-Web-SuperPreview-EINSTIEG-450.png" border="0" width="469" height="361" /></a></div>
<p>
<div style="text-align:center;"><a href="http://blog.mehrwert.de/wp-content/uploads/2009/09/Microsoft-Expression-Web-SuperPreview-DVGW.png"><img src="http://blog.mehrwert.de/wp-content/uploads/2009/09/Microsoft-Expression-Web-SuperPreview-DVGW-450.png" alt="Microsoft-Expression-Web-SuperPreview-DVGW-450.png" border="0" width="475" height="366" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2009/09/24/websites-in-verschiedenen-ie-versionen-berprfen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoQ: Eine HTTPS-Verbindung im Detail</title>
		<link>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/</link>
		<comments>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:58:08 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=500</guid>
		<description><![CDATA[Jeff Moser hat auf InfoQ einen interessanten Artikel ver&#246;ffentlicht, der sich im Detail mit dem Ablauf einer HTTPS-Verbindung besch&#228;ftigt. In &#187;The First Few Milliseconds of an HTTPS Connection&#171; zerlegt er als Beispiel einen Aufruf von Amazon.com mit Bordmitteln (Firefox) und &#8230; <a href="http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Jeff Moser hat auf InfoQ einen interessanten Artikel ver&ouml;ffentlicht, der sich im Detail mit dem Ablauf einer HTTPS-Verbindung besch&auml;ftigt. In &raquo;<a href="http://www.infoq.com/articles/HTTPS-Connection-Jeff-Moser">The First Few Milliseconds of an HTTPS Connection</a>&laquo; zerlegt er als Beispiel einen Aufruf von Amazon.com mit Bordmitteln (Firefox) und Wireshark.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GnuPG with PHP</title>
		<link>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/</link>
		<comments>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:17:39 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/?p=196</guid>
		<description><![CDATA[Using GnuPG with PHP: &#8220; GnuPG is open-source software that makes it possible to encrypt your email and other messages so that they can only be read by the intended recipient (not unlike Jim Phelps and his briefing book). Unlike &#8230; <a href="http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.feedburner.com/~r/ZendDeveloperZone/~3/355363816/3753-Using-GnuPG-with-PHP">Using GnuPG with PHP</a>: &#8220;</p>
<p>GnuPG is open-source software that makes it possible to encrypt your email and other messages so that they can only be read by the intended recipient (not unlike Jim Phelps and his briefing book). Unlike cleartext messages, which are unprotected and can be read by anyone who intercepts them, GnuPG-encrypted messages are ‘locked’ through cryptographic techniques and may be viewed only by a person with the correct ‘key’; everyone else will merely see gibberish. In today’s day and age, when hacking and phishing is common, such encryption plays an important role in protecting sensitive data like user names, passwords or credit-card information.</p>
<p>(Via <a href="http://devzone.zend.com/">Zend Developer Zone</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#187;Drizzle&#171; &#8211; Abspaltung von MySQL f&#252;r Webanwendungen</title>
		<link>http://blog.mehrwert.de/2008/07/23/drizzle-abspaltung-von-mysql-fr-webanwendungen/</link>
		<comments>http://blog.mehrwert.de/2008/07/23/drizzle-abspaltung-von-mysql-fr-webanwendungen/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:47:12 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2008/07/23/drizzle-abspaltung-von-mysql-fr-webanwendungen/</guid>
		<description><![CDATA[Unter dem Namen &#8220;Drizzle&#8221; haben MySQL-Entwickler eine neue Version der freien Datenbank angek&#252;ndig, die sich auf die aus ihrer Sicht wesentlichen Aspekte konzentriert. Brian Aker nennt in seinem Blog als Einsatzm&#246;glichkeiten dieses abgespeckten MySQL-Servers Webanwendungen, Datenbanken ohne eingebaute Gesch&#228;ftsprozesse, Cloud-Umgebungen &#8230; <a href="http://blog.mehrwert.de/2008/07/23/drizzle-abspaltung-von-mysql-fr-webanwendungen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unter dem Namen &#8220;Drizzle&#8221; haben MySQL-Entwickler eine neue Version der freien Datenbank angek&uuml;ndig, die sich auf die aus ihrer Sicht wesentlichen Aspekte konzentriert. Brian Aker nennt in seinem <a href="http://krow.livejournal.com/602409.html">Blog</a> als Einsatzm&ouml;glichkeiten dieses abgespeckten MySQL-Servers Webanwendungen, Datenbanken ohne eingebaute Gesch&auml;ftsprozesse, Cloud-Umgebungen und Multi-Core-Architekturen.<br />
Anzeige
</p>
<p>Viele Features, die in den letzten Jahren auf Druck von MySQL-Nutzern aus Unternehmen hinzukamen, fehlen in Drizzle: Stored Procedures, Trigger, Prepared Statements und Views. Auch der Query Cache f&auml;llt weg; er beschleunigt das wiederholte Ausf&uuml;hren derselben SQL-Befehle. M&ouml;glicherweise w&uuml;rden in Zukunft einige dieser Funktionen wieder eingef&uuml;hrt, es sei jedoch keine vollst&auml;ndige Kompatibilit&auml;t mit MySQL geplant. Wichtiger sei es, Drizzle als echtes Open-Source-Projekt zu betreiben. Die Entwickler wollen wann immer m&ouml;glich freie Bibliotheken benutzen; als Datenbank-Engine soll das transaktionsf&auml;hige InnoDB zum Einsatz kommen.</p>
<p>MySQL verharrt seit L&auml;ngerem bei der Versionsnummer 5.0, die 2005 als Produktionsversion erschien. Seit zweieinhalb Jahren arbeiten die Entwickler an dem Nachfolger 5.1, der bislang wegen zahlreicher Fehler nicht zum Produktionseinsatz freigegeben ist. Vor Kurzem rief der Chef-Entwickler Monty Widenius MySQL-Anwender zur Hilfe bei der Fehlersuche auf. Parallel zur Arbeit an 5.1 verl&auml;uft seit Mitte letzten Jahres die an Version 6, die die selbstentwickelte transaktionsf&auml;hige Storage-Engine Falcon enth&auml;lt. Deren Chef-Architekt Jim Starkey hat das Projekt jedoch vor Kurzem verlassen.</p>
<p>Bislang gibt es keine produktionsreife Version von Drizzle. Interessenten k&ouml;nnen sich den Code von Launchpad herunterladen. Zu den Entwicklern geh&ouml;ren neben Brian Aker Zak Greant, Monty Taylor und Jay Pipes. &#8220;Drizzle&#8221; ist das englische Wort f&uuml;r Nieselregen, der besonders h&auml;ufig in Akers Heimatstadt Seattle auftreten soll.</p>
<p>Via <a href="http://www.heise.de/newsticker/Abspaltung-von-MySQL-fuer-Webanwendungen--/meldung/113186/from/rss09">heise online</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2008/07/23/drizzle-abspaltung-von-mysql-fr-webanwendungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Caching in TYPO3</title>
		<link>http://blog.mehrwert.de/2008/05/29/dynamic-caching-in-typo3/</link>
		<comments>http://blog.mehrwert.de/2008/05/29/dynamic-caching-in-typo3/#comments</comments>
		<pubDate>Thu, 29 May 2008 07:15:12 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2008/05/29/dynamic-caching-in-typo3/</guid>
		<description><![CDATA[Dynamic Caching in TYPO3: &#8220;When we build social networking sites, we often run into cache-related issues. Read on for a discussion of how to use authentication services to accomplish more dynamic page caching in TYPO3.&#8221; (Via buzz.typo3.org.)]]></description>
			<content:encoded><![CDATA[<p><a href="http://buzz.typo3.org/article/dynamic-caching-in-typo3/">Dynamic Caching in TYPO3</a>: &#8220;When we build social networking sites, we often run into cache-related issues. Read on for a discussion of how to use authentication services to accomplish more dynamic page caching in TYPO3.&#8221;</p>
<p>(Via <a href="http://buzz.typo3.org/article/dynamic-caching-in-typo3/">buzz.typo3.org</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2008/05/29/dynamic-caching-in-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing xdebug</title>
		<link>http://blog.mehrwert.de/2007/12/10/introducing-xdebug/</link>
		<comments>http://blog.mehrwert.de/2007/12/10/introducing-xdebug/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:08:55 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/12/10/introducing-xdebug/</guid>
		<description><![CDATA[Introducing xdebug: &#8220;This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the &#8230; <a href="http://blog.mehrwert.de/2007/12/10/introducing-xdebug/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.feedburner.com/~r/ZendDeveloperZone/~3/198074457/2803-Introducing-xdebug">Introducing xdebug</a>: &#8220;This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers. This week, we will show you how to install xdebug and introduce you to some of the basic features. In the subsequent parts of this article series, we will have a closer look at one of xdebug&rsquo;s main features, namely tracing, profiling, debugging, and code coverage.</p>
<p>(Via <a href="http://devzone.zend.com/">Zend Developer Zone</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/12/10/introducing-xdebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geschwindigkeitstest: Safari gegen Firefox und Internet Explorer</title>
		<link>http://blog.mehrwert.de/2007/10/25/geschwindigkeitstest-safari-gegen-firefox-und-internet-explorer/</link>
		<comments>http://blog.mehrwert.de/2007/10/25/geschwindigkeitstest-safari-gegen-firefox-und-internet-explorer/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 15:37:32 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Webbrowser]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/10/25/geschwindigkeitstest-safari-gegen-firefox-und-internet-explorer/</guid>
		<description><![CDATA[Geschwindigkeitstest: Safari gegen Firefox und Internet Explorer: &#8220;Eine Firma, die Geschwindigkeitsoptimierungen f&#252;r Webseiten anbietet, schnappte sich die Windows-Beta von Safari 3 (3.0.3) und lie&#223; diese gegen Firefox 2.0.0.6 und Internet Explorer 7.0.5730 antreten. Der Fokus lag dabei auf &#8216;Alltagsladezeiten&#8217;, die &#8230; <a href="http://blog.mehrwert.de/2007/10/25/geschwindigkeitstest-safari-gegen-firefox-und-internet-explorer/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fscklog.com/2007/10/geschwindigkeit.html">Geschwindigkeitstest: Safari gegen Firefox und Internet Explorer</a>:
<div xmlns="http://www.w3.org/1999/xhtml">
<p><img height="141" alt="Ladezeiten Browser" width="300" src="http://www.fscklog.com/ladezeiten_browser.png" align="" style="margin: 3px 13px 5px 0px; border: 0px solid #333333" title="Ladezeiten Browser"/><br />
&#8220;Eine Firma, die Geschwindigkeitsoptimierungen f&uuml;r Webseiten anbietet, schnappte sich die Windows-Beta von Safari 3 (3.0.3) und lie&szlig; diese gegen Firefox 2.0.0.6 und Internet Explorer 7.0.5730 antreten. Der Fokus lag dabei auf &#8216;Alltagsladezeiten&#8217;, die beim Aufruf einiger vielbesuchten Webseiten wie Facebook, Google, YouTube, etc. gemessen wurden. Ergebnis: Safari 3 war am schnellsten &#8211; die Wartezeit f&uuml;r eine erstmals aufgerufene Seite war mit Apples Browser 1,4 Sekunden geringer als mit Firefox 2 und 1,1 Sekunden geringer als mit IE 7. Seiten die sich bereits im Cache tummelten, wurden von allen Browsern nahezu gleichschnell dargestellt. Der Versuchsaufbau und detaillierte Ergebnisse k&ouml;nnen bei <a href="http://www.webperformanceinc.com/library/reports/Safari%20Benchmarks/index.html">Web Performance Inc</a>. nachgelesen werden.&#8221;</p>
</div>
<p>(Via <a href="http://www.fscklog.com/">fscklog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/10/25/geschwindigkeitstest-safari-gegen-firefox-und-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online-Lexikon f&#252;r Website-Elemente</title>
		<link>http://blog.mehrwert.de/2007/08/29/online-lexikon-fr-website-elemente/</link>
		<comments>http://blog.mehrwert.de/2007/08/29/online-lexikon-fr-website-elemente/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 12:07:26 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/08/29/online-lexikon-fr-website-elemente/</guid>
		<description><![CDATA[Online-Lexikon f&#252;r Website-Elemente: &#8220;Die Pattern-Library des holl&#228;ndischen Web-Designers Martijn van Welie eignet sich wunderbar zur Weiterbildung wie auch zur Mediation. Wenn also ein Auftraggeber behauptet, der Designer habe ihm statt eines Navigation Trees ein Accordion geliefert &#8230; die Patter-Library erkl&#228;rt &#8230; <a href="http://blog.mehrwert.de/2007/08/29/online-lexikon-fr-website-elemente/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fontblog.de/online-lexikon-fuer-website-elemente">Online-Lexikon f&#252;r Website-Elemente</a>: &#8220;Die <a href="http://www.welie.com/patterns/" target="_blank">Pattern-Library</a> des holl&auml;ndischen Web-Designers <a href="http://www.welie.com" target="_blank"><em>Martijn van Welie</em></a> eignet sich wunderbar zur Weiterbildung wie auch zur Mediation. Wenn also ein Auftraggeber behauptet, der Designer habe ihm statt eines <a href="http://www.welie.com/patterns/showPattern.php?patternID=tree" target="_blank">Navigation Trees</a> ein <a href="http://www.welie.com/patterns/showPattern.php?patternID=accordion" target="_blank">Accordion</a>  geliefert &#8230; die Patter-Library erkl&auml;rt den Unterschied in Wort und Bild und verweist auf interaktive Quellen. Das Nachschlagwerk bietet die Kapitel: Navigation, Suche, Shopping, Personalisierung, Feedback, Seitenarten und vieles mehr. (Via <a href="http://swissmiss.typepad.com/weblog/2007/08/library-for-int.html" target="_blank">Swissmiss</a>)&#8221;</p>
<p>(Via <a href="http://www.fontblog.de">Fontblog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/08/29/online-lexikon-fr-website-elemente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: blog.mehrwert.de @ 2012-02-08 03:08:55 by W3 Total Cache -->
