<?xml version='1.0'?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss"  xmlns:media="http://search.yahoo.com/mrss/"  >
	<channel>
		<title><![CDATA[community-software-24.com]]></title>
		<link>http://www.community-software-24.com/?view=rss</link>
		<description /> 		
	<item>
	  <guid isPermaLink='true'>http://www.community-software-24.com/pg/file/read/13121/westors-elggman-pro-183-screenshot</guid>
	  <pubDate>Mon, 05 Mar 2012 19:28:35 +0100</pubDate>
	  <link>http://www.community-software-24.com/pg/file/read/13121/westors-elggman-pro-183-screenshot</link>
	  <title><![CDATA[Westors ElggMan Pro 1.8.3 Screenshot]]></title>
	  <description><![CDATA[<br />
]]></description>
	  <enclosure url="http://www.community-software-24.com/action/file/download?file_guid=13121" length="70403" type="image/png" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.community-software-24.com/pg/file/read/11219/westors-elgg-manager-18</guid>
	  <pubDate>Mon, 19 Sep 2011 09:14:17 +0200</pubDate>
	  <link>http://www.community-software-24.com/pg/file/read/11219/westors-elgg-manager-18</link>
	  <title><![CDATA[Westors Elgg Manager 1.8]]></title>
	  <description><![CDATA[<p><span style="font-size: medium; "></p>
<p>I released the version 1.8 of the managment and messaging plugin "Westors Elgg Manager" - and as it suggests it also runs with 1.8 now. Thanks to all people who voted for me!</span></p>
]]></description>
	  <enclosure url="http://www.community-software-24.com/action/file/download?file_guid=11219" length="2241089" type="application/x-zip-compressed" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.community-software-24.com/pg/file/read/9045/westors-elgg-manager-11</guid>
	  <pubDate>Sun, 17 Apr 2011 11:26:56 +0200</pubDate>
	  <link>http://www.community-software-24.com/pg/file/read/9045/westors-elgg-manager-11</link>
	  <title><![CDATA[Westors Elgg Manager 1.1]]></title>
	  <description><![CDATA[<p>New version is here.&nbsp;<span style="color: #333333; ">Here is the documentation:&nbsp;<a href="http://www.community-software-24.com/pg/file/torwe/read/3378">http://www.community-software-24.com/3378</a></span></p>
<p>&nbsp;</p>
<p>Bugs:</p>
<p>- deferred mail was used as default FIXED (now default is send instantly)</p>
<p>- sender email adress was not correct set FIXED</p>
<p>Enhancements + features:</p>
<p>- upgrade to qooxdoo 1.4</p>
<p>- rather deals with contact email if available, fallback to email, if not available</p>
<p>- automatic polling for new e-mails</p>
<p>- change polling interval in settings</p>
<p>- message history changed to message center</p>
<p>- show inbox bevor outbox</p>
<p>- doubleclick on an email or a line in the mail table - large view / normal view</p>
<p>- added button for maximize the view</p>
<p>- allow copy and paste in read mail window</p>
<p>- quote the incoming mail into the mail answer</p>
<p>- set state of e-mail to read after 1 second</p>
<div><br></div>
]]></description>
	  <enclosure url="http://www.community-software-24.com/action/file/download?file_guid=9045" length="1796768" type="application/x-zip-compressed" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.community-software-24.com/pg/file/read/8259/ajax-registration-at-homepage</guid>
	  <pubDate>Mon, 24 Jan 2011 13:30:07 +0100</pubDate>
	  <link>http://www.community-software-24.com/pg/file/read/8259/ajax-registration-at-homepage</link>
	  <title><![CDATA[AJAX Registration at homepage]]></title>
	  <description><![CDATA[<br />
]]></description>
	  <enclosure url="http://www.community-software-24.com/action/file/download?file_guid=8259" length="95640" type="image/jpeg" />
	</item>
Array
<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/blog/read/13608/mongodb-mysql-to-nosql-database-in-practice</guid>
<pubDate>Sun, 06 May 2012 21:26:07 +0200</pubDate>
<link>http://www.community-software-24.com/pg/blog/read/13608/mongodb-mysql-to-nosql-database-in-practice</link>
<title><![CDATA[mongoDB - MySQL to NoSQL database in practice]]></title>
<description><![CDATA[<p><span>This article describes some concepts and my first experiences with mongoDB.&nbsp;</span>In the last part I give some reasons for moving Elgg from mySQL to mongoDB or another noSQL database.</p>
<p><strong>NoSQL - a new hype?</strong>&nbsp;</p>
<p><span>The idea of NoSQL databases is not so new. Document-oriented databases like Lotus Notes are not so far away from what we call today a NoSQL (not only SQL) database.</span></p>
<p><span>I followed a lot of discussion, if NoSQL databases in general are better than the conventional relational databases. In which cases one should use them and in what circumstances it really needs a relational database.</span></p>
<p><span>Some new web projects are based on NoSQL databases, like couchDB, Redis or mongoDB. And mostly project leaders and developers seemed to be much exited.</span></p>
<p><strong><span>My practical problem</span></strong></p>
<p><span>I own a shop system. No, it's not really a shop system; it's more like a big mySQL table with currently round about 800.000 data rows. Nightly my server downloads a bunch of product data from Affiliate networks and tries to add categories and subcategories. There are some light relations, e.g. between the product table and the category table. Also a fulltext index is added to give users the possibility to search e.g. for all products, having a special substring in fields like productname, description, shortdescription, brand or so.</span></p>
<p><span>Although I used some tricks like deactivating all indexes while download and insert, the whole process of downloading and indexing of these data takes some hours.</span></p>
<p><span>I saw the limit with this technique: I would run into problems, if I would add some more new partners with a bigger product portfolio.</span></p>
<p><span>In production environment my server is very busy to find and deliver selected data, especially if one uses fulltext search.</span></p>
<p><span>I decided to give a chance to a NoSQL database. I heard, they are good for handling large amount of mostly data. And that is my use case.</span></p>
<p><strong><span>Selecting the right database system</span></strong></p>
<p><span>There are some database systems out there, and they are good depending on your tasks and environment.</span></p>
<p><span>If you mainly want to access the database with REST, e.g. with you JavaScript RIA application, then CouchCB could be the system of your choice. Have a look at cassadra, if have to handle many writes to your database.</span></p>
<p><span>MongoDB is very fast in reading (the main task for most web applications) and has excellent horizontal scalability. Search for mongoDB autosharding, if you want to know more.</span></p>
<p><span>If you want to know more about the differences between mongoDB and CouchDB please follow this link. </span></p>
<p><span><a href="http://www.mongodb.org/display/DOCS/Comparing+Mongo+DB+and+Couch+DB">http://www.mongodb.org/display/DOCS/Comparing+Mongo+DB+and+Couch+DB</a></span></p>
<p><span>I liked the idea, to save and access JSON data - and mongoDB uses the <a href="http://bsonspec.org/">BSON</a> format - that's a more compact JSON format. I looked for the availability of native drivers for my projects language, and PHP is as good supported as many, many others. I had a view on performance and scalability. Main focus is the web application.</span>&nbsp;</p>
<p><strong><span>Installation and first contact</span></strong></p>
<p><span>MongoDB was easy to setup, it was not hard to find a good management console, written in PHP, it's easy to access the database directly in the mongo console, using JavaScript. I installed mongoDB on two different Linux distributions, and there where no problems. I installed it on my Windows, and I had no problem. With a 32 bit system you only can access 2 GB databases.</span></p>
<p><strong>Transferring the schema</strong></p>
<p>What does that mean? MongoDB is like all NoSQL databases schemaless.</p>
<p><span>In SQL databases you have a fixed set of fields in a table.</span></p>
<p><span>Comparing to a table in a SQL database, in mongoDB we have a collection. But such a collection may have datasets (called documents) of every structure.</span></p>
<p><span>In practice you would save your data of one type in one collection. But often you would embed things like simple lookups.</span></p>
<p><span>These days I&rsquo;ve seen a database table with contact entries. One contact in this table has 115 fields, it&rsquo;s not a joke. There are phone1, phone2, phone3, private_phone1, private_phone2, private_phone3, adress1, address2&hellip; and &ndash; may be the designer forgot some fields there are 20 fields for free usage.</span></p>
<p><span>In mongoDB you just fill the fields you need. And if you add a new field later, so what? You don&rsquo;t have to change your schema. All contacts without this new information are not affected.</span></p>
<p><span>The second difference is: You often embed a simple lookup into your collection.</span></p>
<p><span>I&rsquo;ll give a simple example:</span></p>
<p><span>You have a table of staffs and a second table where the children names are saved. The children table contains the id of the associated employee.</span></p>
<p>In mongoDB you could create a collection "staffs".</p>
<p><span>The data of that collection could be look as follows:</span></p>
<p><span>{</span></p>
<p><span>&nbsp; _id : </span><span style="font-size: 9.0pt; color: blue; ">ObjectId(</span><span style="font-size: 9.0pt; color: #dd0000; ">"4f9d9183eabc88c012000118"</span><span style="font-size: 9.0pt; color: blue; ">)</span><span>,</span></p>
<p><span>&nbsp; name : "Smith",</span></p>
<p><span>&nbsp; surname : "Hajo",</span></p>
<p><span>&nbsp; children : {</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; [</span></p>
<p><span>&nbsp;{ name : "Paula" },</span></p>
<p><span>&nbsp;{ name : "Paul" }</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; ]</span></p>
<p><span>&nbsp; }</span></p>
<p><span>}</span></p>
<p><span>The _id is given by mongoDB and is used as primary key, but you can define your own if you need to.</span></p>
<p><span>Can you see, how easy it is, if you get more information about Paula? You simply update the document to this:</span></p>
<p><span>{</span></p>
<p><span>&nbsp; _id : </span><span style="font-size: 9.0pt; color: blue; ">ObjectId(</span><span style="font-size: 9.0pt; color: #dd0000; ">"4f9d9183eabc88c012000118"</span><span style="font-size: 9.0pt; color: blue; ">)</span><span>,</span></p>
<p><span>&nbsp; name : "Smith",</span></p>
<p><span>&nbsp; surname : "Hajo",</span></p>
<p><span>&nbsp; children : {</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; [</span></p>
<p><span>&nbsp;{ name : "Paula", birthday : "2011-02-02"},</span></p>
<p><span>&nbsp;{ name : "Paul" }</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; ]</span></p>
<p><span>&nbsp; }</span></p>
<p><span>}</span></p>
<p>One more thing you can see: you should use short names for the keys to keep the database storage space as small as possible. I would change the structure to:</p>
<p><span>{</span></p>
<p><span>&nbsp; _id : </span><span style="font-size: 9.0pt; color: blue; ">ObjectId(</span><span style="font-size: 9.0pt; color: #dd0000; ">"4f9d9183eabc88c012000118"</span><span style="font-size: 9.0pt; color: blue; ">)</span><span>,</span></p>
<p><span>&nbsp; n : "Smith",</span></p>
<p><span>&nbsp; sn : "Hajo",</span></p>
<p><span>&nbsp; c : {</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; [</span></p>
<p><span>&nbsp;{ n : "Paula", bd : "2011-02-02"},</span></p>
<p><span>&nbsp;{ n : "Paul" }</span></p>
<p><span>&nbsp;&nbsp;&nbsp;&nbsp; ]</span></p>
<p><span>&nbsp; }</span></p>
<p><span>}</span></p>
<p><span>That saves a lot of disk space.</span></p>
<p><strong>Notes from praxis</strong></p>
<p><span>Inserts:</span></p>
<p><span>Downloading and inserting of round about 1 Mio of data rows, creating the necessary indexes including fulltext takes round about 3 or 4 hours with mySQL.</span></p>
<p><span>Now I insert the data in round about half an hour into my mongoDB. Creating some additional order indexes takes also half an hour.</span></p>
<p><span>Queries:</span></p>
<p><span>Searching for indexed keys is very fast. But note: you should have enough memory. MongoDB is very fast as long as the database size fits in memory size.<br> It's very easy to create the queries, you only have to specify key / value pairs for the "WHERE" criteria.</span></p>
<p><span>As a result you will get a cursor, which you can iterate. The cursor also may have additional properties like sort.</span></p>
<p><span><br></span></p>
<p><strong><span>Are mongoDB or other NoSQL database like Cassandra interesting for elgg?</span></strong></p>
<p><span>In large Elgg communities we see some performance problems. One challenge is to give Elgg system managers a more performance stable system independent of the amount of users.</span></p>
<p><span>Using of NoSQL databases may be hype, but it would be worth to find out if it's possible the best way for the future for Elgg large communities, the best technique to handle huge databases.</span></p>
<p><span>In Elgg you have many relationships between several tables to archive one goal: Saving of more or less schemaless information. Look at the user's profile: If you want to add an additional field, Elgg saves it similar like mongo does. Not in the same structure, but Elgg creates e new key / value pair and saves it in relation to his entity.</span></p>
<p><span>I assume Elgg is an ideal candidate for a schemaless NoSQL database, much more suitable for that task than mySQL or any other relational databases. As in Elgg you can archive to add or remove a property without changing the (not existing) database schema.</span></p>
<p><span>MongoDB has autosharding build in - that means: Scale horizontally about as much machines as you like without compromising functionality.</span></p>
<p><span>Moving Elgg from mySQL to noSQL database would be possible and worth, but I can't give estimation for effort. May be, it's not so complicated, if only the database layer has to be replaced. But I fear that SQL queries are built on several parts inside of Elgg core or plugins.</span></p>
<p><span><br></span></p>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/blog/read/9199/the-importance-of-online-communities</guid>
<pubDate>Tue, 10 May 2011 08:26:49 +0200</pubDate>
<link>http://www.community-software-24.com/pg/blog/read/9199/the-importance-of-online-communities</link>
<title><![CDATA[The importance of online communities]]></title>
<description><![CDATA[<p>If you've ever had the privilege of being part of an online community, it's hard not to realise the value of such a notion. The internet is a powerful tool, and the ability to near-instantaneously share information, opinions and commentary with one another via a medium that is now in the vast majority of homes is something we're willing to spend money on, whether it's heading to <a href="http://www.o2.co.uk/broadband" target="_blank">www.o2.co.uk</a> in order to get the latest broadband deal, or even getting a smartphone that allows you to tap into the web when you're on the move. <br> <br>Communities have two purposes - conversation, and the introduction of regular visitors to your site or network of sites. That a lot of popular sites also happen to have thriving communities is not a coincidence - what they're doing is sharing their love for your site, and giving them a space in which to build a community based on that love is the key to drawing them back, time and time again, extending the community via traffic, word of mouth, and other elements such as the free SEO work they're doing for you in expanding this community without your constant intervention. <br> <br>Conversation with those in the community can also assist you in making improvements and generating new ideas and areas of the site for them to use. Beta subforums and feedback threads are crucial to figuring out what's not working, and how fixing that will help build your community. Ultimately, your site is being funded by advertising, and therefore the traffic that allows that advertising to generate an inflow of cash direct to you, the site owner. These are your customers, and if they're pointing to a broken door or a nail sticking out of the wall, and you ensure that they are listened to, and that the door is fixed and the nail is removed or hammered in properly or even replaced with a newer, shinier nail, you'll generate a loyal community who know you care. <br> <br>Good luck, and take care of that community!</p>
]]></description>
<dc:creator>todd00</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/blog/read/3378/new-plugin-westors-elgg-manager</guid>
<pubDate>Sat, 28 Aug 2010 20:19:17 +0200</pubDate>
<link>http://www.community-software-24.com/pg/blog/read/3378/new-plugin-westors-elgg-manager</link>
<title><![CDATA[New Plugin: Westors Elgg Manager]]></title>
<description><![CDATA[<p>During the last months I developed a plugin for Elgg to manage users, friends and groups comfortable by a RIA (Rich Internet Application) interface. The client part of my plugin was developed by a JavaScript Ajax framework, called <a href="http://www.qooxdoo.org/">qooxdoo</a>. Qooxdoo is a really amazing framework, IMHO one of the best and cleanest frameworks available for such tasks. Having the opportunity to learn so much more about qooxdoo in my actual projects and beeing in close touch with the qoodoo core developement team makes me feel good.</p>
<p>This is release 0.9 of my plugin, which already gives some nice options for managing your users. Did you know, how many users in your communiy use the registration form, but never do a click on the validation link in there e-mail? Simply look at "Not activated users" and delete these dead records, if you like.</p>
<p><strong><strong><a href="http://www.community-software-24.com/pg/file/torwe/read/11219/westors-elgg-manager-18">Download</a>&nbsp;or visit related Page at <a href="http://community.elgg.org/pg/plugins/project/553265/developer/westor/westors-elgg-manager">elgg.org</a></strong></strong></p>
<p>The plugin is for admins and for normal users; admins of course have options, like delete or edit user data.</p>
<p>The instruction manual comes in form of some screenshots with comments. Please have a view at the following images.</p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3370" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3371" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3372" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3373" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3374" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3375" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p><img src="http://www.community-software-24.com/mod/file/download.php?file_guid=3376" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
<p>&nbsp;</p>
<p>The last picture shows a planned feature, the SMS functionality of the plugin.</p>
<p><img src="http://www.community-software-24.com/mod/file/thumbnail.php?file_guid=3377&amp;size=large" alt="image" style="border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; border: 0px; "></p>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/blog/read/453/download-counter-plugin</guid>
<pubDate>Fri, 19 Feb 2010 10:56:25 +0100</pubDate>
<link>http://www.community-software-24.com/pg/blog/read/453/download-counter-plugin</link>
<title><![CDATA[Download Counter Plugin]]></title>
<description><![CDATA[<p>I was missing a download counter, like we have one in the elgg community website for every plugin.</p>
<p>This small extension shows a download counter on the right hand side of the file download button. (Default Elgg file plugin) To install, download the zip. Unpack in the mod file and activate it. Take care, it is below the file plugin.</p>
<p>Actual version is 1.6. Download <a href="/924">here</a> or on <a href="http://community.elgg.org/mod/plugins/read.php?guid=421112">elgg.org</a></p>
<p>&nbsp;</p>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/groups/12822/westorelggman-professional-183-pro/</guid>
<pubDate>Mon, 20 Feb 2012 10:16:30 +0100</pubDate>
<link>http://www.community-software-24.com/pg/groups/12822/westorelggman-professional-183-pro/</link>
<title><![CDATA[WestorElggMan Professional 1.8.3 Pro]]></title>
<description><![CDATA[<p>This group is dedicated for users of WestorElggMan Professional. You have to be a member of this group to download the plugin.</p>
<p>You will be added as a member after my confirmation of your order.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JSAUMTKPFGT26">
<table>
<tbody>
<tr>
<td>
<input type="hidden" name="on0" value="Please select">Please select</td>
</tr>
<tr>
<td>
<select name="os0"> <option value="1 website">1 website $33,00 USD</option> <option value="5 websites">5 websites $99,00 USD</option> </select>
</td>
</tr>
<tr>
<td>
<input type="hidden" name="on1" value="Please enter your username">Please enter your username</td>
</tr>
<tr>
<td>
<input type="text" name="os1" maxlength="200"></td>
</tr>
</tbody>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_buynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online!"> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" style="border: 0px; "></div>
</form>
<p>Don't want to use Paypal? Please <a href="http://www.community-software-24.com/pg/profile/torwe">drop me a note</a> for other payment options.</p>
<p>Please note: There is also a free version of this software available under <a href="http://community.elgg.org/pg/plugins/project/553265/developer/westor/westors-elgg-manager" target="_blank" title="Westors Elgg Manager - free version">elgg.org</a>. The free version has some restrictions, e.g. you are not able to manipulate elgg entities with this plugin.</p>
<p>WestorElggMan Professional Facts:</p>
<p><strong>Pricing:</strong></p>
<ul>
<li>33,- USD (1 website)</li>
<li>99,- USD (5 websites)</li>
</ul>
<p>If you like to order an license for more then 5 websites, please <a href="http://www.community-software-24.com/pg/profile/torwe">contact me</a>.</p>
<p><strong>License:</strong></p>
<p>This software may be used under the terms of the Eclipse Public License (EPL). Please read full <a href="http://www.community-software-24.com/pg/pages/view/12821/westorelggman-professional-licensing-information">license info</a>.</p>
<p><strong>Features:</strong></p>
<p>This plugin is <span style="font-style: inherit; vertical-align: baseline; padding: 0px; margin: 0px; ">helpful for admins</span> and for <span style="font-style: inherit; vertical-align: baseline; padding: 0px; margin: 0px; ">normal users</span>. A comfortable AJAX interface helps to manage users, friends, external contacts, groups and messages. One can send bulk e-mail and SMS to a bunch of users or friends. You can easily search in your messages history.</p>
<p>Admins have more options then normal users, like delete or edit user data, block or unblock users, activate or deactivate them.</p>
<p>As an admin you can inspect Elgg entities with all their properties and metadata.</p>
<p>The professional versions also allows the manipulation of an elgg entity.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "> </p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "><strong>Terms of use:</strong></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; ">You agree to the license conditions. See license item.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; ">I track the websites where you want to use this software. You have to enter the websites urls in the groups bookmarks section - instructions are given inside.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "><span style="font-style: inherit; ">In some cases you may get free updates for a bugfix or for compatibility with a new elgg release. But please note: There is no right for free updates, and it may depend on the effort, if I can offer a free fix or if I have to charge for that work.</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "><span style="font-style: inherit; ">I disavow any responsibility for possible data or function loss when using this software. Please test it thoroughly for your needs and make backups of your data.</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "> </p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; "><strong>Ordering now:</strong></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-style: inherit; vertical-align: baseline; text-align: left; padding: 0px; ">To order the product now, you have to do make your payment here:<span style="font-style: inherit; "> </span></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JSAUMTKPFGT26">
<table>
<tbody>
<tr>
<td>
<input type="hidden" name="on0" value="Please select">Please select</td>
</tr>
<tr>
<td>
<select name="os0"> <option value="1 website">1 website $33,00 USD</option> <option value="5 websites">5 websites $99,00 USD</option> </select>
</td>
</tr>
<tr>
<td>
<input type="hidden" name="on1" value="Please enter your username">Please enter your username</td>
</tr>
<tr>
<td>
<input type="text" name="os1" maxlength="200"></td>
</tr>
</tbody>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_buynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online!"> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" style="border: 0px; "></div>
</form>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/groups/9492/registration-plug-in-development/</guid>
<pubDate>Tue, 07 Jun 2011 21:37:11 +0200</pubDate>
<link>http://www.community-software-24.com/pg/groups/9492/registration-plug-in-development/</link>
<title><![CDATA[Registration Plug In Development]]></title>
<description><![CDATA[<br />
]]></description>
<dc:creator>Aaron Garcia</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/groups/3609/westorelggman-sms-functionality/</guid>
<pubDate>Fri, 03 Sep 2010 20:51:29 +0200</pubDate>
<link>http://www.community-software-24.com/pg/groups/3609/westorelggman-sms-functionality/</link>
<title><![CDATA[westorElggMan SMS Functionality]]></title>
<description><![CDATA[<p>I want to discuss SMS Functions here.</p>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.community-software-24.com/pg/groups/3337/burgen/</guid>
<pubDate>Sat, 28 Aug 2010 07:11:25 +0200</pubDate>
<link>http://www.community-software-24.com/pg/groups/3337/burgen/</link>
<title><![CDATA[Burgen]]></title>
<description><![CDATA[<p>Only for testing</p>
]]></description>
<dc:creator>Torsten Wesolek</dc:creator>
</item>

	<item>
	  <guid isPermaLink='true'>http://www.community-software-24.com/pg/bookmarks/read/4541/recommendations-for-a-medium-to-large-elgg-site</guid>
	  <pubDate>Thu, 07 Oct 2010 23:25:31 +0200</pubDate>
	  <link>http://community.elgg.org/mod/groups/topicposts.php?topic=310368&amp;group_guid=15</link>
	  <title><![CDATA[recommendations for a medium to large elgg site]]></title>
	  <description><![CDATA[<br />
]]></description>
	</item>
	</channel>
</rss>
