<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Recent page changes from site &quot;cworld&quot; (a Wikidot site)</title>
		<link>http://cworld.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7#revision-12442199</guid>
				<title>&quot;chinese input method for Linux Mint 7&quot; - </title>
				<link>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7&quot;&gt;chinese input method for Linux Mint 7&lt;/a&gt; (adm:chinese-input-method-for-linux-mint-7)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Thu, 26 Nov 2009 00:22:05 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: linux.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


As root

sudo apt-get install language-support-input-zh scim-bridge-client-gtk


As normal user

im-switch -z `locale |grep LANG` -s scim-bridge



</description>
				<pubDate>Thu, 26 Nov 2009 00:22:05 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7">chinese input method for Linux Mint 7</a> (adm:chinese-input-method-for-linux-mint-7)<br/>Current revision number: 1<br/>Date changed: Thu, 26 Nov 2009 00:22:05 +0000<br/>Change type: <br/>Change comments: Added tags: linux.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> As root sudo apt-get install language-support-input-zh scim-bridge-client-gtk As normal user im-switch -z `locale |grep LANG` -s scim-bridge 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7#revision-12442192</guid>
				<title>&quot;chinese input method for Linux Mint 7&quot; - new page</title>
				<link>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7&quot;&gt;chinese input method for Linux Mint 7&lt;/a&gt; (adm:chinese-input-method-for-linux-mint-7)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Thu, 26 Nov 2009 00:21:28 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


As root

sudo apt-get install language-support-input-zh scim-bridge-client-gtk


As normal user

im-switch -z `locale |grep LANG` -s scim-bridge



</description>
				<pubDate>Thu, 26 Nov 2009 00:21:28 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7">chinese input method for Linux Mint 7</a> (adm:chinese-input-method-for-linux-mint-7)<br/>Current revision number: 0<br/>Date changed: Thu, 26 Nov 2009 00:21:28 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> As root sudo apt-get install language-support-input-zh scim-bridge-client-gtk As normal user im-switch -z `locale |grep LANG` -s scim-bridge 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-textfield-100-width#revision-12223172</guid>
				<title>&quot;extjs: make textfield 100% width&quot; - </title>
				<link>http://cworld.wikidot.com/development:extjs-make-textfield-100-width</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-textfield-100-width&quot;&gt;extjs: make textfield 100% width&lt;/a&gt; (development:extjs-make-textfield-100-width)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Wed, 11 Nov 2009 23:47:33 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: extjs, development.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;new Ext.FormPanel({
    labelWidth: 75,
    autoWidth: true,
    items: [
        {
            xtype: &#039;textfield&#039;,
            fieldLabel:&#039;Name&#039;,
            anchor:&#039;100%&#039; // anchor : &#039;width...</description>
				<pubDate>Wed, 11 Nov 2009 23:47:33 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-textfield-100-width">extjs: make textfield 100% width</a> (development:extjs-make-textfield-100-width)<br/>Current revision number: 2<br/>Date changed: Wed, 11 Nov 2009 23:47:33 +0000<br/>Change type: <br/>Change comments: Added tags: extjs, development.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>new Ext.FormPanel({ labelWidth: 75, autoWidth: true, items: [ { xtype: 'textfield', fieldLabel:'Name', anchor:'100%' // anchor : 'width...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-textfield-100-width#revision-12223167</guid>
				<title>&quot;extjs: make textfield 100% width&quot; - source change</title>
				<link>http://cworld.wikidot.com/development:extjs-make-textfield-100-width</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-textfield-100-width&quot;&gt;extjs: make textfield 100% width&lt;/a&gt; (development:extjs-make-textfield-100-width)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Wed, 11 Nov 2009 23:47:10 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;new Ext.FormPanel({
    labelWidth: 75,
    autoWidth: true,
    items: [
        {
            xtype: &#039;textfield&#039;,
            fieldLabel:&#039;Name&#039;,
            anchor:&#039;100%&#039; // anchor : &#039;width...</description>
				<pubDate>Wed, 11 Nov 2009 23:47:10 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-textfield-100-width">extjs: make textfield 100% width</a> (development:extjs-make-textfield-100-width)<br/>Current revision number: 1<br/>Date changed: Wed, 11 Nov 2009 23:47:10 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>new Ext.FormPanel({ labelWidth: 75, autoWidth: true, items: [ { xtype: 'textfield', fieldLabel:'Name', anchor:'100%' // anchor : 'width...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-textfield-100-width#revision-12223151</guid>
				<title>&quot;extjs: make textfield 100% width&quot; - new page</title>
				<link>http://cworld.wikidot.com/development:extjs-make-textfield-100-width</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-textfield-100-width&quot;&gt;extjs: make textfield 100% width&lt;/a&gt; (development:extjs-make-textfield-100-width)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Wed, 11 Nov 2009 23:45:38 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;new Ext.FormPanel({
    labelWidth: 75,
    autoWidth: true,
    items: [
        {
            xtype: &#039;textfield&#039;,
            fieldLabel:&#039;Name&#039;,
            anchor:&#039;100%&#039; // anchor : &#039;width...</description>
				<pubDate>Wed, 11 Nov 2009 23:45:38 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-textfield-100-width">extjs: make textfield 100% width</a> (development:extjs-make-textfield-100-width)<br/>Current revision number: 0<br/>Date changed: Wed, 11 Nov 2009 23:45:38 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>new Ext.FormPanel({ labelWidth: 75, autoWidth: true, items: [ { xtype: 'textfield', fieldLabel:'Name', anchor:'100%' // anchor : 'width...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:forward-file-syntax#revision-12192245</guid>
				<title>&quot;~/.forward file syntax&quot; - </title>
				<link>http://cworld.wikidot.com/adm:forward-file-syntax</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:forward-file-syntax&quot;&gt;~/.forward file syntax&lt;/a&gt; (adm:forward-file-syntax)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Tue, 10 Nov 2009 01:04:46 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: admin.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Tue, 10 Nov 2009 01:04:46 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:forward-file-syntax">~/.forward file syntax</a> (adm:forward-file-syntax)<br/>Current revision number: 1<br/>Date changed: Tue, 10 Nov 2009 01:04:46 +0000<br/>Change type: <br/>Change comments: Added tags: admin.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:forward-file-syntax#revision-12192239</guid>
				<title>&quot;~/.forward file syntax&quot; - new page</title>
				<link>http://cworld.wikidot.com/adm:forward-file-syntax</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:forward-file-syntax&quot;&gt;~/.forward file syntax&lt;/a&gt; (adm:forward-file-syntax)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Tue, 10 Nov 2009 01:04:30 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Tue, 10 Nov 2009 01:04:30 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:forward-file-syntax">~/.forward file syntax</a> (adm:forward-file-syntax)<br/>Current revision number: 0<br/>Date changed: Tue, 10 Nov 2009 01:04:30 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive#revision-12175962</guid>
				<title>&quot;Install NX client on a USB drive&quot; - </title>
				<link>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive&quot;&gt;Install NX client on a USB drive&lt;/a&gt; (adm:install-nx-client-on-a-usb-drive)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Mon, 09 Nov 2009 02:17:54 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: nx.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Mon, 09 Nov 2009 02:17:54 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive">Install NX client on a USB drive</a> (adm:install-nx-client-on-a-usb-drive)<br/>Current revision number: 2<br/>Date changed: Mon, 09 Nov 2009 02:17:54 +0000<br/>Change type: <br/>Change comments: Added tags: nx.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive#revision-12175944</guid>
				<title>&quot;Install NX client on a USB drive&quot; - source change</title>
				<link>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive&quot;&gt;Install NX client on a USB drive&lt;/a&gt; (adm:install-nx-client-on-a-usb-drive)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Mon, 09 Nov 2009 02:17:31 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Mon, 09 Nov 2009 02:17:31 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive">Install NX client on a USB drive</a> (adm:install-nx-client-on-a-usb-drive)<br/>Current revision number: 1<br/>Date changed: Mon, 09 Nov 2009 02:17:31 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive#revision-12175942</guid>
				<title>&quot;Install NX client on a USB drive&quot; - new page</title>
				<link>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive&quot;&gt;Install NX client on a USB drive&lt;/a&gt; (adm:install-nx-client-on-a-usb-drive)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Mon, 09 Nov 2009 02:17:09 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Mon, 09 Nov 2009 02:17:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive">Install NX client on a USB drive</a> (adm:install-nx-client-on-a-usb-drive)<br/>Current revision number: 0<br/>Date changed: Mon, 09 Nov 2009 02:17:09 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:online-xml-formatter#revision-12175470</guid>
				<title>&quot;Online XML Formatter&quot; - </title>
				<link>http://cworld.wikidot.com/development:online-xml-formatter</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:online-xml-formatter&quot;&gt;Online XML Formatter&lt;/a&gt; (development:online-xml-formatter)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Mon, 09 Nov 2009 01:37:14 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: development, xml.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Mon, 09 Nov 2009 01:37:14 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:online-xml-formatter">Online XML Formatter</a> (development:online-xml-formatter)<br/>Current revision number: 1<br/>Date changed: Mon, 09 Nov 2009 01:37:14 +0000<br/>Change type: <br/>Change comments: Added tags: development, xml.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:online-xml-formatter#revision-12175463</guid>
				<title>&quot;Online XML Formatter&quot; - new page</title>
				<link>http://cworld.wikidot.com/development:online-xml-formatter</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:online-xml-formatter&quot;&gt;Online XML Formatter&lt;/a&gt; (development:online-xml-formatter)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Mon, 09 Nov 2009 01:36:51 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


</description>
				<pubDate>Mon, 09 Nov 2009 01:36:51 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:online-xml-formatter">Online XML Formatter</a> (development:online-xml-formatter)<br/>Current revision number: 0<br/>Date changed: Mon, 09 Nov 2009 01:36:51 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:xml-functions-in-javascript#revision-12098437</guid>
				<title>&quot;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&quot; - title change</title>
				<link>http://cworld.wikidot.com/development:xml-functions-in-javascript</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:xml-functions-in-javascript&quot;&gt;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&lt;/a&gt; (development:xml-functions-in-javascript)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Wed, 04 Nov 2009 03:26:03 +0000&lt;br/&gt;Change type: title change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;My = {};
My.xml = {
    node : {
        ELEMENT_NODE : 1, // Element
        ATTRIBUTE_NODE : 2, // Attr
        TEXT_NODE : 3, // Text
        CDATA_SECTION_NODE : 4, // CDATASection...</description>
				<pubDate>Wed, 04 Nov 2009 03:26:03 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:xml-functions-in-javascript">XML Functions in Javascript: XML Parser, XML Serializer, XPATH</a> (development:xml-functions-in-javascript)<br/>Current revision number: 2<br/>Date changed: Wed, 04 Nov 2009 03:26:03 +0000<br/>Change type: title change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>My = {}; My.xml = { node : { ELEMENT_NODE : 1, // Element ATTRIBUTE_NODE : 2, // Attr TEXT_NODE : 3, // Text CDATA_SECTION_NODE : 4, // CDATASection...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:xml-functions-in-javascript#revision-12098432</guid>
				<title>&quot;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&quot; - </title>
				<link>http://cworld.wikidot.com/development:xml-functions-in-javascript</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:xml-functions-in-javascript&quot;&gt;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&lt;/a&gt; (development:xml-functions-in-javascript)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Wed, 04 Nov 2009 03:25:17 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: javascript.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;My = {};
My.xml = {
    node : {
        ELEMENT_NODE : 1, // Element
        ATTRIBUTE_NODE : 2, // Attr
        TEXT_NODE : 3, // Text
        CDATA_SECTION_NODE : 4, // CDATASection...</description>
				<pubDate>Wed, 04 Nov 2009 03:25:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:xml-functions-in-javascript">XML Functions in Javascript: XML Parser, XML Serializer, XPATH</a> (development:xml-functions-in-javascript)<br/>Current revision number: 1<br/>Date changed: Wed, 04 Nov 2009 03:25:17 +0000<br/>Change type: <br/>Change comments: Added tags: javascript.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>My = {}; My.xml = { node : { ELEMENT_NODE : 1, // Element ATTRIBUTE_NODE : 2, // Attr TEXT_NODE : 3, // Text CDATA_SECTION_NODE : 4, // CDATASection...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:xml-functions-in-javascript#revision-12098418</guid>
				<title>&quot;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&quot; - new page</title>
				<link>http://cworld.wikidot.com/development:xml-functions-in-javascript</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:xml-functions-in-javascript&quot;&gt;XML Functions in Javascript: XML Parser, XML Serializer, XPATH&lt;/a&gt; (development:xml-functions-in-javascript)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Wed, 04 Nov 2009 03:23:55 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;My = {};
My.xml = {
    node : {
        ELEMENT_NODE : 1, // Element
        ATTRIBUTE_NODE : 2, // Attr
        TEXT_NODE : 3, // Text
        CDATA_SECTION_NODE : 4, // CDATASection...</description>
				<pubDate>Wed, 04 Nov 2009 03:23:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:xml-functions-in-javascript">XML Functions in Javascript: XML Parser, XML Serializer, XPATH</a> (development:xml-functions-in-javascript)<br/>Current revision number: 0<br/>Date changed: Wed, 04 Nov 2009 03:23:55 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>My = {}; My.xml = { node : { ELEMENT_NODE : 1, // Element ATTRIBUTE_NODE : 2, // Attr TEXT_NODE : 3, // Text CDATA_SECTION_NODE : 4, // CDATASection...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten#revision-11995895</guid>
				<title>&quot;extjs: make tree scroll properly when in a ContentPanel with toolbar&quot; - </title>
				<link>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten&quot;&gt;extjs: make tree scroll properly when in a ContentPanel with toolbar&lt;/a&gt; (development:extjs-make-tree-scroll-properly-when-in-a-conten)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:56:51 +0000&lt;br/&gt;Change type: &lt;br/&gt;Change comments: Added tags: development, javascript, extjs.&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;HTML



&amp;lt;div id=&quot;tree_container&quot;&amp;gt;
   &amp;lt;div id=&quot;tree_toolbar&quot;&amp;gt;&amp;lt;/div&amp;gt;
   &amp;lt;div id=&quot;tree_panel&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;


Javascript



function createContentPanel() {
    //...</description>
				<pubDate>Tue, 27 Oct 2009 22:56:51 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten">extjs: make tree scroll properly when in a ContentPanel with toolbar</a> (development:extjs-make-tree-scroll-properly-when-in-a-conten)<br/>Current revision number: 2<br/>Date changed: Tue, 27 Oct 2009 22:56:51 +0000<br/>Change type: <br/>Change comments: Added tags: development, javascript, extjs.<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>HTML &lt;div id="tree_container"&gt; &lt;div id="tree_toolbar"&gt;&lt;/div&gt; &lt;div id="tree_panel"&gt;&lt;/div&gt; &lt;/div&gt; Javascript function createContentPanel() { //...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten#revision-11995886</guid>
				<title>&quot;extjs: make tree scroll properly when in a ContentPanel with toolbar&quot; - title change</title>
				<link>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten&quot;&gt;extjs: make tree scroll properly when in a ContentPanel with toolbar&lt;/a&gt; (development:extjs-make-tree-scroll-properly-when-in-a-conten)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:56:09 +0000&lt;br/&gt;Change type: title change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;HTML



&amp;lt;div id=&quot;tree_container&quot;&amp;gt;
   &amp;lt;div id=&quot;tree_toolbar&quot;&amp;gt;&amp;lt;/div&amp;gt;
   &amp;lt;div id=&quot;tree_panel&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;


Javascript



function createContentPanel() {
    //...</description>
				<pubDate>Tue, 27 Oct 2009 22:56:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten">extjs: make tree scroll properly when in a ContentPanel with toolbar</a> (development:extjs-make-tree-scroll-properly-when-in-a-conten)<br/>Current revision number: 1<br/>Date changed: Tue, 27 Oct 2009 22:56:09 +0000<br/>Change type: title change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>HTML &lt;div id="tree_container"&gt; &lt;div id="tree_toolbar"&gt;&lt;/div&gt; &lt;div id="tree_panel"&gt;&lt;/div&gt; &lt;/div&gt; Javascript function createContentPanel() { //...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten#revision-11995882</guid>
				<title>&quot;extjs: make tree scroll properly when in a ContentPanel with toolbar&quot; - new page</title>
				<link>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten&quot;&gt;extjs: make tree scroll properly when in a ContentPanel with toolbar&lt;/a&gt; (development:extjs-make-tree-scroll-properly-when-in-a-conten)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:55:44 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;HTML



&amp;lt;div id=&quot;tree_container&quot;&amp;gt;
   &amp;lt;div id=&quot;tree_toolbar&quot;&amp;gt;&amp;lt;/div&amp;gt;
   &amp;lt;div id=&quot;tree_panel&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;


Javascript



function createContentPanel() {
    //...</description>
				<pubDate>Tue, 27 Oct 2009 22:55:44 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten">extjs: make tree scroll properly when in a ContentPanel with toolbar</a> (development:extjs-make-tree-scroll-properly-when-in-a-conten)<br/>Current revision number: 0<br/>Date changed: Tue, 27 Oct 2009 22:55:44 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>HTML &lt;div id="tree_container"&gt; &lt;div id="tree_toolbar"&gt;&lt;/div&gt; &lt;div id="tree_panel"&gt;&lt;/div&gt; &lt;/div&gt; Javascript function createContentPanel() { //...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/start#revision-11995830</guid>
				<title>&quot;Welcome to Wilson&#039;s Wikidot site&quot; - source change</title>
				<link>http://cworld.wikidot.com/start</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/start&quot;&gt;Welcome to Wilson&#039;s Wikidot site&lt;/a&gt; (start)&lt;br/&gt;Current revision number: 42&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:49:10 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;


Page List






Date Time
Language Translator
Google Calendar

















//

*Original Start Page
</description>
				<pubDate>Tue, 27 Oct 2009 22:49:10 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/start">Welcome to Wilson's Wikidot site</a> (start)<br/>Current revision number: 42<br/>Date changed: Tue, 27 Oct 2009 22:49:10 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Page List Date Time Language Translator Google Calendar // *Original Start Page 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11995823</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 50&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:48:24 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Tue, 27 Oct 2009 22:48:24 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 50<br/>Date changed: Tue, 27 Oct 2009 22:48:24 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/site-admin#revision-11995806</guid>
				<title>&quot;site-admin&quot; - new page</title>
				<link>http://cworld.wikidot.com/site-admin</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/site-admin&quot;&gt;site-admin&lt;/a&gt; (site-admin)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:46:48 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;Home

What is a Wiki Site?
How to edit pages?
Join this site
Site Members

Forum

Enter Forum
Recent Posts
Lively Room

Site Admin

Side Bar
Top Bar Menu
Recent changes
List all pages
Page...</description>
				<pubDate>Tue, 27 Oct 2009 22:46:48 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/site-admin">site-admin</a> (site-admin)<br/>Current revision number: 0<br/>Date changed: Tue, 27 Oct 2009 22:46:48 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/>Home What is a Wiki Site? How to edit pages? Join this site Site Members Forum Enter Forum Recent Posts Lively Room Site Admin Side Bar Top Bar Menu Recent changes List all pages Page...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11995804</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 49&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:46:17 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Tue, 27 Oct 2009 22:46:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 49<br/>Date changed: Tue, 27 Oct 2009 22:46:17 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11995799</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 48&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:45:17 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Tue, 27 Oct 2009 22:45:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 48<br/>Date changed: Tue, 27 Oct 2009 22:45:17 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11995794</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 47&lt;br/&gt;Date changed: Tue, 27 Oct 2009 22:44:32 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Tue, 27 Oct 2009 22:44:32 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 47<br/>Date changed: Tue, 27 Oct 2009 22:44:32 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919118</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 46&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:58:19 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:58:19 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 46<br/>Date changed: Thu, 22 Oct 2009 01:58:19 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919114</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 45&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:57:40 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:57:40 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 45<br/>Date changed: Thu, 22 Oct 2009 01:57:40 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919110</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 44&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:57:10 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:57:10 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 44<br/>Date changed: Thu, 22 Oct 2009 01:57:10 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919105</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 43&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:56:36 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:56:36 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 43<br/>Date changed: Thu, 22 Oct 2009 01:56:36 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919102</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 42&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:56:17 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:56:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 42<br/>Date changed: Thu, 22 Oct 2009 01:56:17 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/nav:side#revision-11919096</guid>
				<title>&quot;Side&quot; - source change</title>
				<link>http://cworld.wikidot.com/nav:side</link>
				<description>Page: &lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side&lt;/a&gt; (nav:side)&lt;br/&gt;Current revision number: 41&lt;br/&gt;Date changed: Thu, 22 Oct 2009 01:55:33 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(102546); return false;&quot; &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;




Home

Tags


New


edit side bar
</description>
				<pubDate>Thu, 22 Oct 2009 01:55:33 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://cworld.wikidot.com/nav:side">Side</a> (nav:side)<br/>Current revision number: 41<br/>Date changed: Thu, 22 Oct 2009 01:55:33 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/cworld" onclick="WIKIDOT.page.listeners.userInfo(102546); return false;" >cworld</a></span><br/><br/>Page content preview: <br/> Home Tags New edit side bar 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>