<rss version="2.0" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"><channel><title>Form and List</title><description>The blog on FormAndList.com</description><link>http://www.formandlist.com/rss.ashx</link><language>en-US</language><managingEditor>stefan.cullmann@gmail.com</managingEditor><webMaster>stefan.cullmann@gmail.com</webMaster><pubDate>Sat, 19 May 2012 05:12:41 GMT
        </pubDate><lastBuildDate>Sat, 19 May 2012 05:12:41 GMT
        </lastBuildDate><docs>http://backend.userland.com/rss</docs><generator>UDT Blog RSS Feed</generator><item><title>Welcome to FormAndList.com</title><description>&lt;p&gt;This site and this blog is dedicated to the DotnetNuke module "Form and List".&lt;em&gt; Form and List &lt;/em&gt;is the next generation of the former User Defined Table module, and this site is both show case, documentation center and repository of templates. We take dog fooding to a new level: The whole site is build upon&amp;#160;one single module: &lt;em&gt;Form and List.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;img alt="Only Form and List" width="443" height="90" src="/Portals/0/images/OnlyFnL.jpg" /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;No Links module, no Text/HTML. No need more to ask which module was used!&lt;/p&gt;
&lt;p&gt;Welcome to the wonderfull world of Form and List.&lt;/p&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=17</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=17</guid><pubDate>Thu, 2 Apr 2009 04:00:00 GMT
      </pubDate></item><item><title>New Feedback Form</title><description>Today I added a &lt;a href="http://www.formandlist.com/Gallery/Feedback.aspx"&gt;Feedback form&lt;/a&gt; to this site.</description><link>
        http://www.formandlist.com/blog.aspx?id=33</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=33</guid><pubDate>Fri, 17 Apr 2009 03:04:00 GMT
      </pubDate></item><item><title>How To Add A Row To FormAndList or UDT</title><description>&lt;p&gt;The question was raised how to add a new record to a User Defined Table with code. UDT (or meanwhile Form and List) stores the data in a serialized form. Saving and retrieving data is quite different from usual.&lt;/p&gt;
&lt;p&gt;The code for saving data was rewritten for Form and List, this blogs compares both ways.&lt;/p&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=56</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=56</guid><pubDate>Sat, 2 May 2009 09:28:00 GMT
      </pubDate></item><item><title>How to Retrieve Data from Form and List/ UDT by code</title><description>&lt;p&gt;Retrieving data from Form and List or a UDT is simple:&lt;/p&gt;
&lt;pre class="brush:vb"&gt;
Dim udt As UserDefinedTableController
Dim ds As DataSet

'Only way in UDT3.x
udt = New UserDefinedTableController()
ds = udt.GetDataSet(ModuleID)

'Preferred way in Form and List 
udt = New UserDefinedTableController(Me.ModuleContext)
ds = udt.GetDataSet()
&lt;/pre&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=57</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=57</guid><pubDate>Sat, 2 May 2009 01:33:00 GMT
      </pubDate></item><item><title>DotNetNuke 5.1 enhances usage of mirrored modules</title><description>DNN5.1 lists up all pages witch mirror the current instance of an module inside its settings. </description><link>
        http://www.formandlist.com/blog.aspx?id=2151</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=2151</guid><pubDate>Sun, 28 Jun 2009 09:00:00 GMT
      </pubDate></item><item><title>Adding new data types: A working example</title><description>&lt;p&gt;Did you know?&lt;/p&gt; 
You can add new data types to Form and List without changing code of the module. This blog shows how to add a new data type "Attachment".</description><link>
        http://www.formandlist.com/blog.aspx?id=16011</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=16011</guid><pubDate>Sat, 25 Jul 2009 09:42:00 GMT
      </pubDate></item><item><title>Form and List 05.00.03 released</title><description>Form and List 5.0.3 was released some days ago, and the new package is now also part of the latest DotNetNuke packages 5.1.3/5.1.4. It is mainly a stabilization release, covering some fixes and a few enhancements and performance tweaks.

Continue to</description><link>
        http://www.formandlist.com/blog.aspx?id=16057</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=16057</guid><pubDate>Sat, 3 Oct 2009 12:43:00 GMT
      </pubDate></item><item><title>Form and List 5.1.2. released</title><description>&lt;p&gt;This is the second release for this year for Form and List, and it mostly a stabilization release. The &lt;strong&gt;import/ export of CSV&lt;/strong&gt; files feature, which had been introduced in  5.1.1,, was not really ready for production and required an update. Also the new ability to set a &lt;strong&gt;CSS style&lt;/strong&gt; to input boxes had been missed for the main data type text, which in. As requested by the Community, I also added&lt;strong&gt; reply-to and from fields for email&lt;/strong&gt; notifications.&lt;/p&gt;
&lt;p&gt;For your privacy, the content of Form and List modules are now &lt;strong&gt;excluded by default from search&lt;/strong&gt;, and even the cleanup of existing entries inside the search index will happen immediately.&lt;/p&gt;
&lt;p&gt;I am very pleased that due to the efforts of our team member Brett Conlan, Form and List has also got a new &lt;strong&gt;User Guide&lt;/strong&gt;. Brett was always convinced that a module like Form and List requires a solid documentation and spend a lot of time and energy in it.&lt;/p&gt;
&lt;p&gt;You can &lt;a href="http://dnnfnl.codeplex.com/releases/view/38489"&gt;download &lt;/a&gt;the latest package and the user guide from Codeplex. The new package will be also included in the next DotNetNuke release, 5.4.0.&lt;/p&gt;
&lt;p&gt;Btw, I was asked inside the forums about the update path of the &lt;strong&gt;UserDefinedTable (UDT)&lt;/strong&gt; module, the successor of the Form and List module. The answer is simple: Installation of Form and List will simply update UDT too.&lt;/p&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=16215</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=16215</guid><pubDate>Fri, 9 Apr 2010 11:53:00 GMT
      </pubDate></item><item><title>Templates in Form and List - Introduction</title><description>&lt;p&gt;Form and List is a generic tool which allows you to setup different kind of lists or forms. It sometimes results into small, basic mini applications. Examples could be news announcements, page comments, guest books, event registration forms, etc.&lt;/p&gt;
&lt;p&gt;Often users would like to reuse configurations. Form and List can help; it allows administrators to create module templates. Form and List module templates are quite similar to module exports; it extends that approach further. Usually module exports, which are technically created through the DotNetNuke interface IPortable, can only include module settings and content. Settings that belong to the instance of the module in the current page are ignored by design of the IPortable interface. Now Form and List stores most settings which control appearance and functionality in the page related settings. Form and List can also be rendered using XSLT stylesheets.&lt;/p&gt;
&lt;p&gt;The module template integrates module settings, page settings, XSLT stylesheets and the security configuration into one single XML file. This template file is usually stored in the /Templates folder of your current portal. It can be even spread over all portals if the system account uploads the template file to the /Templates folder of the default portal.&lt;/p&gt;
&lt;p&gt;If a new Form and List module is placed inside a page, users can either choose to setup a new configuration, or they can simply apply one of the templates out of the template catalog.&lt;/p&gt;
&lt;p&gt;Templates are part of Form and List since 5.0.0, and even DotNetNuke got better over time – Page templates, which usually had been a collection of Module exports, include also the page related module settings since DNN5.2.0.&lt;/p&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=16216</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=16216</guid><pubDate>Tue, 13 Apr 2010 09:24:00 GMT
      </pubDate></item><item><title>New Features and Enhancements in Form and List 05.01.03</title><description>&lt;p&gt;I am pleased that only three weeks after the last public Form and List release, a new package has been uploaded to the release tracker..&lt;/p&gt;

&lt;p&gt;The following features will be part of that release:&lt;/p&gt;</description><link>
        http://www.formandlist.com/blog.aspx?id=16218</link><author>stefan.cullmann@gmail.com</author><guid isPermaLink="true">
        http://www.formandlist.com/blog.aspx?id=16218</guid><pubDate>Sat, 24 Apr 2010 11:40:00 GMT
      </pubDate></item></channel></rss>
