<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>MoMolog</title>
	<link>http://momolog.info</link>
	<description>Die Firma MoMolog aus Berlin stellt sich vor. Projekte, Ideen und Aktuelles.</description>
	<lastBuildDate>Sat, 10 May 2008 10:08:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Prototype Hash was killed</title>
		<description>In what they call a "backwards compatibility change" the prototype core developers have introduced some changes to the prototype Hash class.
A little history:
From version 1.5 the Hash class started behaving a bit differently because now the Enumerable methods where copied into the Hash prototype instead of into the instances, as ...</description>
		<link>http://momolog.info/2008/02/09/prototype-hash-was-killed/</link>
			</item>
	<item>
		<title>PHP and MySQL on MacOSX 10.5. Leopard</title>
		<description>After installing Leopard, the previous Apache configuration file in /etc/httpd/httpd.conf is no longer used. The Apache configuration sits in /etc/apache2/httpd.conf now. 
In order to enable PHP again, I uncommented the following line first:
LoadModule php5_module libexec/apache2/libphp5.so
Second, to get my virtual hosts running again, I used the adapted Leopard version of Patrick ...</description>
		<link>http://momolog.info/2007/11/25/php-and-mysql-on-macosx-105-leopard/</link>
			</item>
	<item>
		<title>Which programming language am I?</title>
		<description>Which Programming Language are You?
 </description>
		<link>http://momolog.info/2007/05/09/what-i-am/</link>
			</item>
	<item>
		<title>hstore magic</title>
		<description>A lot of nice things can be done with postgresql's hstore type.

They are a nice way to store flags, for example, and by providing an aggregate function to sum them up, one can easily compute complex unions of properties.

First we define an aggregate function to sum postgresql hstores, straightforward as ...</description>
		<link>http://momolog.info/2007/04/17/hstore-magic/</link>
			</item>
	<item>
		<title>Using Finks svk on MacOSX with zsh</title>
		<description>Some days ago I tried installing svk on MacOSX using fink. 
Everything worked fine except when I finally tried to use it:

aljoscha% svk
Can't locate Class/Autouse.pm in @INC 
(@INC contains: /System/Library/Perl/5... [snip] ...5.8.1 .) at /Library/Perl/5.8.6/SVK.pm line 6.
BEGIN failed--compilation aborted at /Library/Perl/5.8.6/SVK.pm line 6.
Compilation failed in require at /usr/bin/svk line 6.
BEGIN ...</description>
		<link>http://momolog.info/2007/02/23/using-finks-svk-on-macosx-with-zsh/</link>
			</item>
	<item>
		<title>Testcase I</title>
		<description>



These tests check that, with the prototype fix in place 

$H({fruit:"apple", vegetable:"cucumber"}).reject(
  function(el) { return (el[1] == 'cucumber');}
) == $H({fruit:"apple"})

and 

$H({fruit:"apple", vegetable:"cucumber"}).findAll(
  function(el) { return (el[1] == 'apple'); }
) == $H({fruit:"apple"}) 



 





// 

 </description>
		<link>http://momolog.info/2006/10/16/testcase-i/</link>
			</item>
	<item>
		<title>Fixing the Prototype Enumeration Mixin</title>
		<description>The following article describes ticket #3592 in the RoR Trac and explains a proposed solution.

Prototypes Enumerable mixin class does not properly respect the mixees internal format. For example the reject and findAll methods, operating on Hashes, return Arrays instead of Hashes.

var a = $H({a:1, b:2, c:1, d:3}); 
document.writeln(a.inspect().escapeHTML());

=>#

var b = ...</description>
		<link>http://momolog.info/2006/10/14/prototype-enumeration/</link>
			</item>
</channel>
</rss>
