﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Coolite Forums / Coolite Toolkit / Examples and Extras </title><generator>InstantForum.NET v4.1.4</generator><description>Coolite Forums</description><link>http://www.coolite.com/forums/</link><webMaster>do-not-reply@coolite.com</webMaster><lastBuildDate>Tue, 06 Jan 2009 01:51:40 GMT</lastBuildDate><ttl>20</ttl><item><title>Group by Drag and Drop</title><link>http://www.coolite.com/forums/Topic6407-21-1.aspx</link><description> Hi all,&lt;br&gt;&lt;br&gt;I added a D/D functionality, to group grid columns, to the already available "group by" menu grid option.&lt;br&gt;You can drag column in target panel to group by that column. After that, by clicking in the label you can also do sorting.&lt;br&gt;Drag label anywere to clear grouping.&lt;br&gt;&lt;br&gt;See zip in attachment.&lt;br&gt;&lt;br&gt;BUG!&lt;br&gt;&lt;br&gt; - In IE 7 the label in target panel renders wrongly, right in firefox. Can you suggest a solution? See image in attachment.&lt;br&gt;&lt;br&gt;Let me know about bugs or errors, thanx.&lt;br&gt;&lt;br&gt;Matteo&lt;br&gt;</description><pubDate>Sat, 03 Jan 2009 02:55:53 GMT</pubDate><dc:creator>methode</dc:creator></item><item><title>PDF Export</title><link>http://www.coolite.com/forums/Topic6367-21-1.aspx</link><description> Hi all,&lt;br&gt;&lt;br&gt;based on this example:&lt;br&gt;&lt;br&gt;&lt;a href="http://examples.coolite.com/?/GridPanel/Miscellaneous/Export_Data_Ajax/"&gt;http://examples.coolite.com/?/GridPanel/Miscellaneous/Export_Data_Ajax/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I added a PDF export button to generate a PDF file rendering the grid. I used iTextSharp open source library.&lt;br&gt;See file in attachment.&lt;br&gt;&lt;br&gt;Pdf library:&lt;br&gt;&lt;a href="http://sourceforge.net/projects/itextsharp/"&gt;http://sourceforge.net/projects/itextsharp/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Link to codeproject.com usefull article:&lt;br&gt;&lt;a href="http://www.codeproject.com/KB/cs/iTextSharpPdfTables.aspx"&gt;http://www.codeproject.com/KB/cs/iTextSharpPdfTables.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Matteo&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 02 Jan 2009 06:15:26 GMT</pubDate><dc:creator>methode</dc:creator></item><item><title>[EXAMPLE] Desktop</title><link>http://www.coolite.com/forums/Topic5016-21-1.aspx</link><description>We just published a new sample demonstrating the use of the &amp;lt;ext:Desktop&gt; Control, see &lt;a href="http://examples.coolite.com/?/Desktop/Introduction/Overview/"&gt;http://examples.coolite.com/?/Desktop/Introduction/Overview/&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Dec 2008 17:16:39 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>Multiple toolbars emulation</title><link>http://www.coolite.com/forums/Topic6189-21-1.aspx</link><description>Hi all,&lt;br&gt;&lt;br&gt;This simple example shows how to emulate multiple  toolbars. Maybe someone will consider it useful&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;br&gt;&amp;lt;%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;    &lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;br&gt;        &amp;lt;ext:ScriptManager ID="ScriptManager1" runat="server" /&amp;gt;        &lt;br&gt;        &lt;br&gt;        &amp;lt;ext:Panel runat="server" Title="Panel with multiple toolbars" Width="500"&amp;gt;&lt;br&gt;            &amp;lt;Body&amp;gt;&lt;br&gt;                &amp;lt;ext:ContainerLayout runat="server"&amp;gt;&lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Accept"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Top Button1"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Bell"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Top Button2"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Anchor"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Top Button3"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Panel runat="server" Border="false" Height="300" BodyStyle="padding:6px;"&amp;gt;&lt;br&gt;                        &amp;lt;Body&amp;gt;&lt;br&gt;                            Body&lt;br&gt;                        &amp;lt;/Body&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Accept"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Bottom Button1"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Bell"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Bottom Button2"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                    &lt;br&gt;                    &amp;lt;ext:Toolbar runat="server"&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Icon="Anchor"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                            &amp;lt;ext:ToolbarButton runat="server" Text="Bottom Button3"&amp;gt;&amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                &amp;lt;/ext:ContainerLayout&amp;gt;&lt;br&gt;            &amp;lt;/Body&amp;gt;&lt;br&gt;        &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 29 Dec 2008 02:33:22 GMT</pubDate><dc:creator>vladsch</dc:creator></item><item><title>SQL Script for Controls and LINQ</title><link>http://www.coolite.com/forums/Topic5770-21-1.aspx</link><description>&lt;P&gt; All,&lt;/P&gt;&lt;P&gt;This is for SQL 2000 but it might work for later.&lt;/P&gt;&lt;P&gt;I wrote this to ease some of the repetitive tasks. This script will generate the basic defaults that I use and then I tweak to fit.&lt;/P&gt;&lt;P&gt;I build everything based on datatype, field length and some field naming conventions.&lt;/P&gt;&lt;P&gt;So far I have:&lt;BR&gt;-Anchors and appropriate controls.&lt;BR&gt;-LINQ "Bindings" for pull and save of data.&lt;BR&gt;-GridPanel, columns and conditional LINQ where clauses.&lt;/P&gt;&lt;P&gt;Here is an example of how to use the conditional LINQ where clause:&lt;BR&gt;[code]protected void IndSearchCondQuery(String vIndCUSTOMERCD, String vIndFIRSTNAME, String vIndLASTNAME, String vIndEMAIL, DateTime vIndJOINDATE)&lt;BR&gt;{&lt;BR&gt;    if (!String.IsNullOrEmpty(vIndCUSTOMERCD) || !String.IsNullOrEmpty(vIndFIRSTNAME) || !String.IsNullOrEmpty(vIndLASTNAME) || !String.IsNullOrEmpty(vIndEMAIL) || vIndJOINDATE.Year != 1)&lt;BR&gt;    {&lt;/P&gt;&lt;P&gt;        CV2DataContext db = new CV2DataContext();&lt;/P&gt;&lt;P&gt;        var query = from c in db.CUSTOMER2s&lt;BR&gt;                    where (String.IsNullOrEmpty(vIndCUSTOMERCD) || c.CUSTOMERCD.ToString().Equals(vIndCUSTOMERCD))&lt;BR&gt;                       &amp;amp;&amp;amp; (String.IsNullOrEmpty(vIndFIRSTNAME) || c.FIRSTNAME.Contains(vIndFIRSTNAME))&lt;BR&gt;                       &amp;amp;&amp;amp; (String.IsNullOrEmpty(vIndLASTNAME) || c.LASTNAME.Contains(vIndLASTNAME))&lt;BR&gt;                       &amp;amp;&amp;amp; (String.IsNullOrEmpty(vIndEMAIL) || c.EMAIL.Contains(vIndEMAIL))&lt;BR&gt;                       &amp;amp;&amp;amp; (vIndJOINDATE.Year == 1 || c.JOINDATE &amp;gt;= vIndJOINDATE)&lt;BR&gt;                    select new { c.CUSTOMERCD, c.FIRSTNAME, c.LASTNAME, c.ORGNAME, c.CITY, c.STATECD, c.PROVINCE, c.COUNTRY, c.EMAIL };&lt;/P&gt;&lt;P&gt;        this.IndSearchStore.DataSource = query;&lt;BR&gt;        this.IndSearchStore.DataBind();&lt;BR&gt;    }&lt;/P&gt;&lt;P&gt;}[/code]&lt;/P&gt;&lt;P&gt;I call this from an AjaxEvent button click fed by text fields:&lt;BR&gt;[code]&lt;BR&gt;protected void IndStoreBind(object sender, AjaxEventArgs e)&lt;BR&gt;    {&lt;BR&gt;        IndSearchCondQuery(this.tfCustCD.Text, this.tfIndFirst.Text, this.tfIndLast.Text, this.tfIndEmail.Text, , this.dfIndJoinDate.SelectedDate);&lt;BR&gt;    }&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;Feel free to modify and share.&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Hope it helps someone!&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Oops.. SQL attachment not accepted. Just remove the .txt.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Oh yeah... do a find and replace on:&lt;BR&gt;[code]WHERE O.name = 'customer'[/code]&lt;BR&gt;to change the table name from 'customer' to whatever.&lt;BR&gt; &lt;BR&gt;and &lt;BR&gt;&lt;BR&gt;[code]'Ind' as [Abrv][/code] is the table abbreviation I prefix my search form controls with.&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><pubDate>Thu, 18 Dec 2008 09:03:43 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>Fun with Windows</title><link>http://www.coolite.com/forums/Topic4300-21-1.aspx</link><description>&lt;P&gt;Want to Hide/Cascade/Tile all open windows?&lt;BR&gt;&lt;BR&gt;It took me some searching to find this so I thought I would share. This is mostly Animal's code from his modified desktop.js I just tweaked it a little.&lt;BR&gt;&lt;BR&gt;[code]&amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;    var HideAllWin = function() {&lt;BR&gt;        Ext.WindowMgr.each(function(w) {&lt;BR&gt;            if (w.isVisible()) w.minimize();&lt;BR&gt;        });&lt;BR&gt;    }&lt;/P&gt;&lt;P&gt;    var CascAllWin = function() {&lt;BR&gt;        var xTick = Math.max(1, 20);&lt;BR&gt;        var yTick = Math.max(1, 20);&lt;BR&gt;        var x = xTick;&lt;BR&gt;        var y = yTick;&lt;BR&gt;        Ext.WindowMgr.each(function(w) {&lt;BR&gt;            if (w.isVisible() &amp;amp;&amp;amp; !w.maximized) {&lt;BR&gt;                w.setPosition(x, y);&lt;BR&gt;                x += xTick;&lt;BR&gt;                y += yTick;&lt;BR&gt;            }&lt;BR&gt;        });&lt;BR&gt;    }&lt;/P&gt;&lt;P&gt;    var TileAllWin = function() {&lt;BR&gt;        var availWidth = Ext.lib.Dom.getViewWidth();&lt;BR&gt;        var x = 1;&lt;BR&gt;        var y = 1;&lt;BR&gt;        var nextY = y;&lt;BR&gt;        Ext.WindowMgr.each(function(w) {&lt;BR&gt;            if (w.isVisible() &amp;amp;&amp;amp; !w.maximized) {&lt;BR&gt;                w.setHeight(300);             //remove if you don't want to resize windows&lt;BR&gt;                w.setWidth(300);             //remove if you don't want to resize windows&lt;BR&gt;                var wi = w.el.getWidth();&lt;/P&gt;&lt;P&gt;                //Wrap to next row if this Window will go off the end&lt;BR&gt;                if ((x &amp;gt; 1) &amp;amp;&amp;amp; (x + wi &amp;gt; availWidth)) {&lt;BR&gt;                    x = 1;&lt;BR&gt;                    y = nextY;&lt;BR&gt;                }&lt;/P&gt;&lt;P&gt;                w.setPosition(x, y);&lt;BR&gt;                x += wi + 1;&lt;BR&gt;                nextY = Math.max(nextY, y + w.el.getHeight() + 1);&lt;BR&gt;            }&lt;BR&gt;        });&lt;BR&gt;    }&lt;BR&gt;    &lt;BR&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;Hope it helps someone!&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><pubDate>Sat, 22 Nov 2008 13:27:50 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>Coolite Examples Explorer</title><link>http://www.coolite.com/forums/Topic3876-21-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;The Coolite Examples Explorer source code can be downloaded?&lt;br&gt;&lt;br&gt;The Extjs.com have this option to use in localhost. The same is made for the Extjs documentation.&lt;br&gt;&lt;br&gt;Where can be find?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 14 Nov 2008 05:30:43 GMT</pubDate><dc:creator>georgelanes</dc:creator></item><item><title>more sample please!</title><link>http://www.coolite.com/forums/Topic3186-21-1.aspx</link><description> &lt;br&gt;&lt;br&gt;   I holp I can see more sample, especially how to create own control.&lt;br&gt;</description><pubDate>Thu, 23 Oct 2008 23:58:43 GMT</pubDate><dc:creator>bruce</dc:creator></item><item><title>[EXAMPLE] Portal</title><link>http://www.coolite.com/forums/Topic2641-21-1.aspx</link><description>&lt;p&gt;We just added two new examples to the explorer demonstrating the use of the new  &amp;lt;ext:Portal&gt; which was shipped with the v0.6 relase. &lt;br&gt;&lt;br&gt;Simple - &lt;a href="http://examples.coolite.com/?/Portal/Basic/Simple/"&gt;http://examples.coolite.com/?/Portal/Basic/Simple/&lt;/a&gt;&lt;br&gt;Deluxe - &lt;a href="http://examples.coolite.com/?/Portal/Basic/Deluxe/"&gt;http://examples.coolite.com/?/Portal/Basic/Deluxe/&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Oct 2008 07:36:56 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>[EXAMPLE] TableLayout in Markup and Code Behind</title><link>http://www.coolite.com/forums/Topic3037-21-1.aspx</link><description>&lt;div&gt;Two new TableLayout examples have been added to the explorer. Same Layout done in both markup and C#.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://examples.coolite.com/?/Layout/TableLayout/Simple_in_Markup/"&gt;http://examples.coolite.com/?/Layout/TableLayout/Simple_in_Markup/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://examples.coolite.com/?/Layout/TableLayout/Simple_in_CodeBehind/"&gt;http://examples.coolite.com/?/Layout/TableLayout/Simple_in_CodeBehind/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hope this helps.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Oct 2008 10:21:37 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>[EXAMPLE] AjaxEvent Usage Summary</title><link>http://www.coolite.com/forums/Topic2674-21-1.aspx</link><description>&lt;P&gt;A new example has been added to the explorer which demonstrates adding AjaxEvents to various Controls and html elements. &lt;BR&gt;&lt;BR&gt;&lt;A href="http://examples.coolite.com/?/AjaxEvents/Basic/Summary/"&gt;http://examples.coolite.com/?/AjaxEvents/Basic/Summary/&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Personally I feel this is the most exciting feature of the whole Coolite Toolkit (or any ASP.NET webcontrol... Microsoft or 3rd party). The connection between the server and client is so easy to bridge now. &lt;BR&gt;&lt;BR&gt;Let me know what you think.&lt;BR&gt;&lt;BR&gt;Hope this help.&lt;BR&gt;&lt;/P&gt;</description><pubDate>Wed, 08 Oct 2008 04:56:46 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>[EXAMPLE] BorderLayout with image on Collapsed Region</title><link>http://www.coolite.com/forums/Topic2643-21-1.aspx</link><description>&lt;P&gt;A new example has been added to the explorer demonstrating how to add a custom image to a Collapsed BorderLayout Region, see &lt;A href="http://examples.coolite.com/?/Layout/BorderLayout/Collapsed_Region_Image"&gt;http://examples.coolite.com/?/Layout/BorderLayout/Collapsed_Region_Image&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Hope this helps.&lt;BR&gt;&lt;/P&gt;</description><pubDate>Tue, 07 Oct 2008 09:13:09 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>Center ext:window on window resizing</title><link>http://www.coolite.com/forums/Topic2384-21-1.aspx</link><description> Well a very (very) simple example, but maybe usefull also to you:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&amp;lt;form id="form1" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;ext:ScriptManager ID="ScriptManager1" Theme="Default" runat="server"&amp;gt;&lt;br&gt;        &amp;lt;Listeners&amp;gt;&lt;br&gt;            &amp;lt;WindowResize Handler=" {Window1}.getEl().center(Ext.getBody()); " /&amp;gt;&lt;br&gt;        &amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;/ext:ScriptManager&amp;gt;&lt;br&gt;    &amp;lt;ext:Window ID="Window1"  runat="server" Maximizable="true" Closable="false" Collapsible="true" Icon="Application" Title="Title"&amp;gt;&lt;br&gt;        &amp;lt;Content&amp;gt;&lt;br&gt;            &amp;lt;p&amp;gt;hello&amp;lt;/p&amp;gt;&lt;br&gt;        &amp;lt;/Content&amp;gt;&lt;br&gt;        &amp;lt;Listeners&amp;gt;&lt;br&gt;            &amp;lt;Maximize Handler="var view = Ext.getBody().getViewSize(); el.setSize(view.width, view.height); " /&amp;gt;&lt;br&gt;        &amp;lt;/Listeners&amp;gt;&lt;br&gt;        &amp;lt;/ext:Window&amp;gt;    &lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;... something moves &lt;br&gt;&lt;br&gt;Matteo&lt;br&gt;</description><pubDate>Thu, 02 Oct 2008 03:02:15 GMT</pubDate><dc:creator>matteo</dc:creator></item></channel></rss>