<?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"
	>

<channel>
	<title>Kindo &#187; Demian</title>
	<atom:link href="http://kindo.com/author/demianturner/feed/en/" rel="self" type="application/rss+xml" />
	<link>http://kindo.com/blog</link>
	<description></description>
	<pubDate>Tue, 16 Dec 2008 11:31:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Some technical details</title>
		<link>http://kindo.com/blog/2007/08/02/some-technical-details/en/</link>
		<comments>http://kindo.com/blog/2007/08/02/some-technical-details/en/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 15:30:32 +0000</pubDate>
		<dc:creator>Demian</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://kindo.com/blog/2007/08/02/some-technical-details/</guid>



		<description><![CDATA[We&#8217;re having fun building the Kindo application and used a number of frameworks and components to achieve the finished result.
For the web framework we&#8217;re using Seagull which offers excellent integration with Flash through the AMF PHP request handling and easy integration with Ajax and Graphviz.  For the Ajax interactions we use jquery exclusively, for [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re having fun building the <a href="http://alpha.kindo.com">Kindo</a> application and used a number of frameworks and components to achieve the finished result.</p>
<p>For the web framework we&#8217;re using <a href="http://seagullproject.org">Seagull</a> which offers excellent integration with Flash through the AMF PHP request handling and easy integration with Ajax and Graphviz.  For the Ajax interactions we use <a href="http://jquery.com/">jquery</a> exclusively, for <a href="http://www.graphviz.org/">Graphviz</a> a heavily extended version of the <a href="http://pear.php.net/package/Image_GraphViz">PEAR</a> lib of the same name. Working with the dot language has been interesting and a good opportunity to experiment with the subtleties of a genealogy graph.</p>
<p>In terms of GUI interaction the app mimics desktop conventions with &#8220;true&#8221; MVC behaviour, ie you update the data model by adding a person to the tree, and multiple views of your data update simultaneously, in the main and left panels.  This was achieved by using a javascript front controller which listens for events in the DOM and from the Flash movie and fires the appropriate observers, communicating with the data access layer via Ajax requests.</p>
<p>For the tree building functionality in Flash we&#8217;re using  ActionScipt 2 and make extensive use of <a href="http://osflash.org/projects/pixlib">Pixlib</a>, which is designed to support event handling, logging, data preloading, managing sound and video, making transitions, data holders and data structures, patterns implementations, etc.</p>
<p>On the data storage side <a href="http://www.mysql.com/">MySQL5</a> was chosen for its speed and decent implementation of stored procedures, views and functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://kindo.com/blog/2007/08/02/some-technical-details/en/feed/en/</wfw:commentRss>
		</item>
	</channel>
</rss>
