<?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>kelpdesign &#187; SilverStripe</title>
	<atom:link href="http://www.kelpdesign.com/keys/silverstripe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelpdesign.com</link>
	<description>We build easy to manage websites.</description>
	<lastBuildDate>Wed, 30 Nov 2011 20:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Housemart</title>
		<link>http://www.kelpdesign.com/work/housemart/</link>
		<comments>http://www.kelpdesign.com/work/housemart/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 21:45:17 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://www.kelpdesign.com/?p=1208</guid>
		<description><![CDATA[Housemart - How Smart!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.housemart.co.nz/" target="_blank">Housemart</a> is a new Queenstown business providing property rental services to long and short term tenants. We built them a system that manages all their properties online so that they can keep up with the growing demand of people coming to Queenstown looking for accommodation.</p>
<p><a href="http://www.housemart.co.nz"><img class="alignnone size-full wp-image-1210" title="housemart" src="http://www.kelpdesign.com/wp-content/uploads/2010/09/housemart.jpg" alt="" width="500" height="393" /></a></p>
<p><span id="more-1208"></span>We integrated the 3rd party <a href="http://www.rockend.com.au/pageREST.aspx?element=109&amp;category=1" target="_blank">REST Property Management system</a> by <a href="http://www.rockend.com.au/" target="_blank">Rockend </a>to supply the website with the latest properties.</p>
<p>Our main focus on this website was, apart from a clean user interface</p>
<p>seemless integration with REST</p>
<p>super fast loading</p>
<p>modular design</p>
<p>standards compliance and highest level of accessiblity</p>
<p>We based this project on <a href="http://silverstripe.org/">Silverstripe Opensource CMS</a> using <a href="http://www.page-elements.com/" target="_blank">Page Elements</a> and hosting it on our Server at <a href="http://rimuhosting.com/" target="_blank">RimuHosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kelpdesign.com/work/housemart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Elements to make websites manageable</title>
		<link>http://www.kelpdesign.com/tech-talk/page-elements-to-make-websites-manageable/</link>
		<comments>http://www.kelpdesign.com/tech-talk/page-elements-to-make-websites-manageable/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 03:45:15 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://www.kelpdesign.com/?p=1077</guid>
		<description><![CDATA[Its been a while since I started writing a plugin for Silverstripe CMS: &#8220;Page Elements&#8220;. I felt myself running into the same problems every time when we build websites, no matter which CMS we chose: Multiple columns and content areas on websites are difficult to manage WYSIWYG editors leave little room anything else other than [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since I started writing a <a href="http://www.page-elements.com/">plugin</a> for <a href="http://silverstripe.org/">Silverstripe CMS</a>: &#8220;<a href="http://www.page-elements.com/" target="_blank">Page Elements</a>&#8220;.</p>
<p>I  felt myself running into the same problems every time when we build websites, no matter which CMS we chose:</p>
<ul>
<li>Multiple columns and content areas on websites are difficult to manage</li>
</ul>
<ul>
<li>WYSIWYG editors leave little room anything else other than formatted text and images, such as flash elements, forms etc</li>
</ul>
<p>So what I wanted was:</p>
<ul>
<li>An interface that is fun to use when dealing with complex layouts</li>
<li>No more limitation for layouts</li>
<li>Straight forward extendability</li>
<li>Re-usability of code and components</li>
<li>Seamless integration in existing CMS Interface an Workflow.</li>
</ul>
<p><span id="more-1077"></span><br class="spacer_" /></p>
<p>These were my key requirements to start with.</p>
<p>So I started putting these Ideas into code during quiet times in the office and  sleepless nights.</p>
<p>Even though, as some of you might know, most parts of the Silverstripe back end system are using <a href="http://www.prototypejs.org/">prototype</a> as native <a href="http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks">javascript framework</a>, I decided to use <a href="http://jquery.com/">jQuery</a> and the <a href="http://jqueryui.com/">jQuery UI</a> to power this interface.</p>
<p>In a nutshell it lets you define areas in the page template (&#8220;Slot&#8221;) where blocks with certain content &amp; functionality (&#8220;Element&#8221;) can be inserted and rearranged.</p>
<p>Elements typically have two main interfaces:</p>
<ul>
<li><strong>Input</strong> &#8211; what the webmaster accesses</li>
<li><strong>Output</strong> &#8211; what is shown on the website</li>
</ul>
<p>My aim was to optimize both:</p>
<p>Provide the webmaster with a clean and simple, but powerful interface.</p>
<p>Based on rules of accessibility, w3c guidelines etc &#8211; generate the html output that is, how it should be: clean.</p>
<p>Check it out! <a href="http://www.page-elements.com/" target="_blank">http://www.page-elements.com/</a><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kelpdesign.com/tech-talk/page-elements-to-make-websites-manageable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LWB site goes live in time for their 200th issue!</title>
		<link>http://www.kelpdesign.com/work/lwb-site-goes-live-in-time-for-their-200th-issue/</link>
		<comments>http://www.kelpdesign.com/work/lwb-site-goes-live-in-time-for-their-200th-issue/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 21:34:29 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://kelpdesign.com/?p=358</guid>
		<description><![CDATA[We have just completed the first stage of the new LWB website. The site has been developed on the <a title="SilverStripe" href="http://silverstripe.org" target="_blank">SilverStripe Open Source CMS framework</a>,  a standards compliant CMS made in New Zealand. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-359" title="lwb" src="http://kelpdesign.com/wp-content/uploads/2009/06/lwb.gif" alt="lwb" width="575" height="125" /></p>
<p>We have just completed the first stage of the new <a title="LWB" href="http://www.lwb.co.nz" target="_blank">LWB</a> website. The site has been developed on the <a title="SilverStripe" href="http://silverstripe.org" target="_blank">SilverStripe Open Source CMS framework</a>. This is a standards compliant CMS made in New Zealand. The site gives you a chance to get involved in public discussion; comments can be made on Editorials, The Truth and the Whinges, you can also leave a comment on the new site if you want too.</p>
<p>Keep an eye on the site as we make further improvements over the forthcoming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kelpdesign.com/work/lwb-site-goes-live-in-time-for-their-200th-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

