<?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>Giedrius Majauskas blog &#187; elgg</title>
	<atom:link href="http://www.majauskas.com/tag/elgg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.majauskas.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 08:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Social portal platform Elgg pre-view</title>
		<link>http://www.majauskas.com/elgg-preview</link>
		<comments>http://www.majauskas.com/elgg-preview#comments</comments>
		<pubDate>Wed, 28 Jan 2009 08:19:58 +0000</pubDate>
		<dc:creator>Giedrius</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[elgg]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.majauskas.com/?p=100</guid>
		<description><![CDATA[On request on commenter, I have taken a look in Elgg platform. We are developing separate inhouse platform now, but it is always nice to look at different code and see whats made correctly and what can we question. Let&#8217;s see how this Elgg does and compares to others. The first impression is Elgg platform [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.majauskas.com%2Felgg-preview"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.majauskas.com%2Felgg-preview&amp;source=giedrius&amp;style=normal&amp;service=bit.ly&amp;service_api=R_6b70a2205c1a0ba9dbc37392e42c745d" height="61" width="50" /><br />
			</a>
		</div>
<p>On request on commenter, I have taken a look in <a href="http://elgg.org">Elgg</a> platform. We are developing separate inhouse platform now, but it is always nice to look at different code and see whats made correctly and what can we question.</p>
<p>Let&#8217;s see how this Elgg does and compares to others.</p>
<p>The first impression is Elgg platform significantly resembles drupal with some facebookish look. The platform itself is hook based, though plugins use more user-friendly system than drupal (which I hate). The comparison to both <a href="http://www.majauskas.com/boonex-bad-programming-example">Boonex</a> and Drupal is quite obvious.</p>
<p>The page builder, which builds pages from widgets, is both good and bad thing. Good in terms of usability and reuse, bad in terms of performance on heavy sites. The Elgg shares with <a href="http://www.majauskas.com/boonex-bad-programming-example">boonex</a> profile fields builder as well. I would say plugins would be a better choice for extending profiles.</p>
<p><span style="color: #ff0000;"><strong>Negatives</strong></span></p>
<p>1. Elgg uses myisam tables for storing information. These tables are faster, though you cannot create triggers/stored procedures or use foreign keys to ensure data integrity.</p>
<p>2. Setup process still needs some fine-tuning in Elgg platform &#8211; you have to enter information correctly at first time. It is written at once into files/database and if you mess up, you will have to fix it directly as site will not work. That is a big problem in Elgg, also some of the setup points should be simplified, including the data directory location. Note: system is broken if you put data directory inside of your web directory. </p>
<p>3. Page/profile builder would need to be reconsidered.</p>
<p>4. Discussion system is quite weak compared to drupal. Though nothing can be worse than boonex.</p>
<p>5. No custom routing. Lots of links are hard-coded. The www root is hardcoded badly in fact, with little or no checking when setting it up.</p>
<p>6. Also, too much configuration stuff is loaded from mysql database. There should be a pre-generated config file somewhere for better performance.</p>
<p>7. Requirements for system is quite specific. Not everyone uses php 5.2.x and sometimes you have to leave older versions of php to maintain legacy code. </p>
<p><strong><span style="color: #ff0000;">Positives</span></strong></p>
<p>1. I simply like the way plugin system is done. It is more elegant than drupal one, simpler, though powerful enough.</p>
<p>2. Templating is definitely better than Boonex. The whole coding of modules separates DB, control and display code nicely, which is a good thing.</p>
<p>3. Elgg has potential on avoiding drupals problem with amount of modules needed to construct working site. It&#8217;s maybe me, but I hate systems which consist of smallish modules that do only small parts of useful task separately. Like 3-5 modules to make audio upload and play work in drupal nicely (not exact numbers, remember from times we tried to do something useful from it a year ago).</p>
<p>4. Also, data model where you do not have to extend database schema and work on existing set is (possibly) a nice thing. As you have less things to worry about. </p>
<p><span style="color: #ff0000;"><strong><span style="color: #ff0000;">Overall</span></strong></span></p>
<p>Elgg has lots of potential to be better than many of the choices. It does not cut to be replacement for custom in-house developed social system, though. Some things have to be added natively, like custom routing, which would allow using elgg as replacement for allready existing systems. This is kind of a must to have for us.  Also, the performance of system is questionable. </p>
<p>I still recommend to give it a try, especially if you considered <a href="http://www.majauskas.com/boonex-bad-programming-example">boonex</a> as choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majauskas.com/elgg-preview/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
