<?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>Syntactic sugar &#187; Scaffold</title>
	<atom:link href="http://syntacticsugar.nl/tag/scaffold/feed/" rel="self" type="application/rss+xml" />
	<link>http://syntacticsugar.nl</link>
	<description>Random ramblings of another web-techy</description>
	<lastBuildDate>Sat, 09 Jan 2010 21:24:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finally : a new Crudder-release!</title>
		<link>http://syntacticsugar.nl/2009/11/28/finally-a-new-crudder-release/</link>
		<comments>http://syntacticsugar.nl/2009/11/28/finally-a-new-crudder-release/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 12:02:06 +0000</pubDate>
		<dc:creator>buTTon</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[PHP-Scaffold]]></category>
		<category><![CDATA[Scaffold]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://syntacticsugar.nl/?p=296</guid>
		<description><![CDATA[It took a while.. a long while actually.. but I finally made a new release of Crudder. This new release 0.50 has a lot of new features and bugfixes, to name a few;

New Field-type: HTML-editor
New Field-type: File-upload
New Field-type: Enum
Export to CSV
Adding records from the many-2-many-editor
Bugfixes; language-support works better, datefield has been fixed, the many-2-many-editor should [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_297" class="wp-caption alignright" style="width: 160px"><a href="http://syntacticsugar.nl/wp-content/uploads/2009/11/screenshot_001.png"><img class="size-thumbnail wp-image-297" title="screenshot_001" src="http://syntacticsugar.nl/wp-content/uploads/2009/11/screenshot_001-150x150.png" alt="Crudder in action" width="150" height="150" /></a><p class="wp-caption-text">Crudder in action</p></div>
<p>It took a while.. a long while actually.. but I finally made a new release of <a href="http://syntacticsugar.nl/crudder/">Crudder</a>. This new release 0.50 has a lot of new features and bugfixes, to name a few;</p>
<ul>
<li>New Field-type: HTML-editor</li>
<li>New Field-type: File-upload</li>
<li>New Field-type: Enum</li>
<li>Export to CSV</li>
<li>Adding records from the many-2-many-editor</li>
<li>Bugfixes; language-support works better, datefield has been fixed, the many-2-many-editor should work better</li>
</ul>
<p><a href="http://www.crudder.net/demo.php" target="_blank">Check out the DEMO</a> or <a href="http://syntacticsugar.nl/crudder/">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syntacticsugar.nl/2009/11/28/finally-a-new-crudder-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announing Crudder</title>
		<link>http://syntacticsugar.nl/2008/10/18/announing-crudder/</link>
		<comments>http://syntacticsugar.nl/2008/10/18/announing-crudder/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 09:09:30 +0000</pubDate>
		<dc:creator>buTTon</dc:creator>
				<category><![CDATA[CRUD]]></category>
		<category><![CDATA[Content Publishing]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scaffold]]></category>

		<guid isPermaLink="false">http://syntacticsugar.nl/?p=22</guid>
		<description><![CDATA[I needed a simple, easy to implement and lightweight library to allow a customer to Create, Read, Update and Delete (CRUD) records in a database. Nothing special here; i could have made a custom PHP-script for this, takes 2 to 3 hours of tedious and annoying work. Instead I googled for something that could do [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a simple, easy to implement and lightweight library to allow a customer to Create, Read, Update and Delete (CRUD) records in a databas<img class="alignright size-full wp-image-26" title="crudder-a-lightweight-easy-to-implement-tool-to-create-read-update-and-delete-records-from-a-database" src="http://syntacticsugar.nl/wp-content/uploads/2008/10/screenshot-crudder-a-lightweight-easy-to-implement-tool-to-create-read-update-and-delete-records-from-a-database-mozilla-firefox.png" alt="crudder-a-lightweight-easy-to-implement-tool-to-create-read-update-and-delete-records-from-a-database" width="200" height="194" />e. Nothing special here; i could have made a custom PHP-script for this, takes 2 to 3 hours of tedious and annoying work. Instead I googled for something that could do this with minimal configuration, has a small footprint and uses ajax. I ran into fullblown frameworks, with a lot of configuration, or small projects, written spaghetti-style, lot of them a PIA to implement without having to search/replace for paths &amp; includes.</p>
<p>So; I decided to create something like this myself, without a large PHP-Framework, completely written OOP-style (including the Javascript) and when finished it should be able to run with approx. 4 lines of code (not counting the table-definition).</p>
<p>The idea is quite simple; the UI is generated from javascript, no PHP here, configuration is done by one XML file, which contains both controlling-values (theme, language, connectionstring) and the table-definition (which fields to display, what kind of editor to use).</p>
<p>What will you need to run Crudder?<br />
- A LAMP-server (prolly work on IIS-PHP too)<br />
- PHP compiled with DOM and XSL-t-extensions</p>
<p>What 3rdparty code will be used:<br />
- Prototype.js<br />
- ADODB5 (the lite-version will prolly work, I will test this)<br />
- TinyMCE</p>
<p>Check out <a href="http://www.crudder.net" target="_blank">crudder.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syntacticsugar.nl/2008/10/18/announing-crudder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
