<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Digital Sandwich - Proof of Concepts</title>
    <link>http://www.ds-o.com/</link>
    <description>PHP, Music, and other stuff</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 01 Oct 2004 04:25:38 GMT</pubDate>

    <image>
        <url>http://www.ds-o.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Digital Sandwich - Proof of Concepts - PHP, Music, and other stuff</title>
        <link>http://www.ds-o.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>More Form Generator</title>
    <link>http://www.ds-o.com/archives/7-More-Form-Generator.html</link>
            <category>Proof of Concepts</category>
    
    <comments>http://www.ds-o.com/archives/7-More-Form-Generator.html#comments</comments>
    <wfw:comment>http://www.ds-o.com/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.ds-o.com/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Mike Lively)</author>
    <content:encoded>
    Well, it looks like I have to do a bit of a U-Turn on the form generator. I was having problems getting the validation and display to work easily using a procedural style. I was having to write alot of unneccessary code. So I am now opting to go with a more object oriented route for implementing different form elements.&lt;br /&gt;&lt;br /&gt;I also think I am going to borrow a concept from pear that I will use to handle multiple input form elements. My plan now is to have two &#039;base classes&#039;. One that can be extended to handle form elements. Then another that can be extended to handle form elements with more than one input. The base classes will contain all of the necessary protected functions to perform data validation and basic display (ie. labels, and what not). At that point I can then make a base set of elements to start out with. I don&#039;t think I will have to touch the actual Form Generator class, but we&#039;ll see.&lt;br /&gt;
  &lt;br /&gt;&lt;a href=&quot;http://www.ds-o.com/archives/7-More-Form-Generator.html#extended&quot;&gt;Continue reading &quot;More Form Generator&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 23 Jun 2004 18:31:43 -0400</pubDate>
    <guid isPermaLink="false">http://www.ds-o.com/archives/7-guid.html</guid>
    
</item>
<item>
    <title>Form Generator - Further thoughts</title>
    <link>http://www.ds-o.com/archives/3-Form-Generator-Further-thoughts.html</link>
            <category>Proof of Concepts</category>
    
    <comments>http://www.ds-o.com/archives/3-Form-Generator-Further-thoughts.html#comments</comments>
    <wfw:comment>http://www.ds-o.com/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ds-o.com/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Mike Lively)</author>
    <content:encoded>
    I have been putting some more thought towards a form generation script. I have been working on initial class diagrams. Most of my work has been put towards how to easily add form field types. This I feel will be the hardest part of this project. The only other data that needs to be held is an id or name for the form, a url that the form goes to, and a url to go to if the user presses a cancel button (or if there even is a cancel button.) &lt;br /&gt;&lt;a href=&quot;http://www.ds-o.com/archives/3-Form-Generator-Further-thoughts.html#extended&quot;&gt;Continue reading &quot;Form Generator - Further thoughts&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 16 Jun 2004 20:09:52 -0400</pubDate>
    <guid isPermaLink="false">http://www.ds-o.com/archives/3-guid.html</guid>
    
</item>
<item>
    <title>Form Generation Techniques</title>
    <link>http://www.ds-o.com/archives/2-Form-Generation-Techniques.html</link>
            <category>Proof of Concepts</category>
    
    <comments>http://www.ds-o.com/archives/2-Form-Generation-Techniques.html#comments</comments>
    <wfw:comment>http://www.ds-o.com/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ds-o.com/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Mike Lively)</author>
    <content:encoded>
    
One of our clients at work are wanting a sytem that will allow them to basically create, edit, or delete various forms from their website. To make a long story short the site they are wanting us to build is a directory. The directory also internally supports quote request. However, each different category in the directory has different questions that must be answered in order to provide an accurate quote.&lt;br /&gt;  &lt;br /&gt;&lt;a href=&quot;http://www.ds-o.com/archives/2-Form-Generation-Techniques.html#extended&quot;&gt;Continue reading &quot;Form Generation Techniques&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 15 Jun 2004 18:03:06 -0400</pubDate>
    <guid isPermaLink="false">http://www.ds-o.com/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>