<?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"
>

<channel>
	<title>cycle structure</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/cycle-structure/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>cycle structure</description>
	<pubDate>Tue, 16 Mar 2010 17:27:41+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>107 commonly used Javascript statement</title>
		<link>http://www.codeweblog.com/107-commonly-used-javascript-statement/</link>
		<comments>http://www.codeweblog.com/107-commonly-used-javascript-statement/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[settings window]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[closure]]></category>
<category><![CDATA[current show]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[null object]]></category>
<category><![CDATA[browser window]]></category>
<category><![CDATA[html document]]></category>
<category><![CDATA[parseint]]></category>
<category><![CDATA[output stream]]></category>
<category><![CDATA[statement 1]]></category>
<category><![CDATA[initial expression]]></category>
<category><![CDATA[cycle structure]]></category>
<category><![CDATA[loop 16]]></category>
<category><![CDATA[screen history]]></category>
<category><![CDATA[numeric character]]></category>
<category><![CDATA[history location]]></category>
<category><![CDATA[message window]]></category>
<category><![CDATA[lowercase]]></category>
<category><![CDATA[document output]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/107-commonly-used-javascript-statement/</guid>
		<description><![CDATA[1. Document.write ( &quot;&quot;); output statement Notes for the 2.JS / / 3. The traditional order of the HTML document: document-&gt; html-&gt; (head, body) 4. A browser window DOM is the order of:  ...]]></description>
		<content:encoded><![CDATA[1. Document.write ( &quot;&quot;); output statement Notes for the 2.JS / / 3. The traditional order of the HTML document: document-&gt; html-&gt; (head, body) 4. A browser window DOM is the order of:  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/play-flash-page-3-javascript-script-swfobject-js1/" title="Play flash page 3 (javascript script swfobject.js1)">Play flash page 3 (javascript script swfobject.js1)</a> 2009-03-03 14:30:02</li>
					<li><a href="http://www.codeweblog.com/spring-and-hibernate-integration/" title="Spring and Hibernate Integration">Spring and Hibernate Integration</a> 2009-03-03 10:27:28</li>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/107-commonly-used-javascript-statement/</wfw:commentRss>
	</item>
		<item>
		<title>User has a good summary of "JS grammar dictionary"</title>
		<link>http://www.codeweblog.com/user-has-a-good-summary-of-js-grammar-dictionary/</link>
		<comments>http://www.codeweblog.com/user-has-a-good-summary-of-js-grammar-dictionary/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[settings window]]></category>
<category><![CDATA[current show]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[null object]]></category>
<category><![CDATA[html document]]></category>
<category><![CDATA[parseint]]></category>
<category><![CDATA[output stream]]></category>
<category><![CDATA[statement 1]]></category>
<category><![CDATA[initial expression]]></category>
<category><![CDATA[cycle structure]]></category>
<category><![CDATA[loop 16]]></category>
<category><![CDATA[screen history]]></category>
<category><![CDATA[numeric character]]></category>
<category><![CDATA[history location]]></category>
<category><![CDATA[message window]]></category>
<category><![CDATA[lowercase]]></category>
<category><![CDATA[connectio]]></category>
<category><![CDATA[grammar dictionary]]></category>
<category><![CDATA[character variables]]></category>
<category><![CDATA[document output]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/user-has-a-good-summary-of-js-grammar-dictionary/</guid>
		<description><![CDATA[Output statement 1.document.write (&quot;&quot;); Notes for the 2.JS / / 3. The traditional order of the HTML document: document-&gt; html-&gt; (head, body) 4. A browser window DOM is the order of: wi ...]]></description>
		<content:encoded><![CDATA[Output statement 1.document.write (&quot;&quot;); Notes for the 2.JS / / 3. The traditional order of the HTML document: document-&gt; html-&gt; (head, body) 4. A browser window DOM is the order of: wi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-sum-up-study/" title="javascript sum up study">javascript sum up study</a> 2009-03-08 17:15:02</li>
					<li><a href="http://www.codeweblog.com/replace-the-problem-with-js/" title="Replace the problem with JS">Replace the problem with JS</a> 2009-03-06 08:40:02</li>
					<li><a href="http://www.codeweblog.com/javascript-s-this/" title="JavaScript's "this"">JavaScript's "this"</a> 2009-03-05 23:35:02</li>
					<li><a href="http://www.codeweblog.com/js-the-dynamic-time/" title="js the dynamic time">js the dynamic time</a> 2009-03-04 10:05:01</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/user-has-a-good-summary-of-js-grammar-dictionary/</wfw:commentRss>
	</item>
		<item>
		<title>Javascript memory leak problem</title>
		<link>http://www.codeweblog.com/javascript-memory-leak-problem/</link>
		<comments>http://www.codeweblog.com/javascript-memory-leak-problem/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 03:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[garbage collection mechanism]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[onclick event]]></category>
<category><![CDATA[hyperlink]]></category>
<category><![CDATA[memory leak problem]]></category>
<category><![CDATA[memory leaks]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript object]]></category>
<category><![CDATA[garbage collector]]></category>
<category><![CDATA[dom object]]></category>
<category><![CDATA[management mechanisms]]></category>
<category><![CDATA[cycle structure]]></category>
<category><![CDATA[automatic memory]]></category>
<category><![CDATA[orders of magnitude]]></category>
<category><![CDATA[memory manager]]></category>
<category><![CDATA[dom objects]]></category>
<category><![CDATA[noticeable symptoms]]></category>
<category><![CDATA[memory management]]></category>
<category><![CDATA[interactive effects]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-memory-leak-problem/</guid>
		<description><![CDATA[Memory leak, that is, memory can not be configured correctly, the memory can not be timely and effective recovery, he will lead the implementation of efficient procedures for the implementation of the ...]]></description>
		<content:encoded><![CDATA[Memory leak, that is, memory can not be configured correctly, the memory can not be timely and effective recovery, he will lead the implementation of efficient procedures for the implementation of the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-built-in-functions-info/" title="javascript built-in functions Info">javascript built-in functions Info</a> 2009-03-03 07:15:02</li>
					<li><a href="http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/" title="SUI-JavaScript rich UI library integration solution">SUI-JavaScript rich UI library integration solution</a> 2009-03-03 01:05:04</li>
					<li><a href="http://www.codeweblog.com/ejb/" title="EJB">EJB</a> 2009-02-27 13:51:25</li>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-memory-leak-problem/</wfw:commentRss>
	</item>
		<item>
		<title>JS common statement</title>
		<link>http://www.codeweblog.com/js-common-statement/</link>
		<comments>http://www.codeweblog.com/js-common-statement/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[settings window]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[current show]]></category>
<category><![CDATA[parsefloat]]></category>
<category><![CDATA[html documents]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[null object]]></category>
<category><![CDATA[browser window]]></category>
<category><![CDATA[output stream]]></category>
<category><![CDATA[statement 1]]></category>
<category><![CDATA[initial expression]]></category>
<category><![CDATA[cycle structure]]></category>
<category><![CDATA[traditional sequence]]></category>
<category><![CDATA[loop 16]]></category>
<category><![CDATA[circulatory arrest]]></category>
<category><![CDATA[screen history]]></category>
<category><![CDATA[numeric character]]></category>
<category><![CDATA[history location]]></category>
<category><![CDATA[message window]]></category>
<category><![CDATA[lowercase]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-common-statement/</guid>
		<description><![CDATA[1.document.write ( &quot;&quot;); output statement Notes for the 2.JS / / 3. The traditional sequence of HTML documents are: document-&gt; html-&gt; (head, body) 4. A browser window in order DOM are:  ...]]></description>
		<content:encoded><![CDATA[1.document.write ( &quot;&quot;); output statement Notes for the 2.JS / / 3. The traditional sequence of HTML documents are: document-&gt; html-&gt; (head, body) 4. A browser window in order DOM are:  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-the-dynamic-time/" title="js the dynamic time">js the dynamic time</a> 2009-03-04 10:05:01</li>
					<li><a href="http://www.codeweblog.com/play-flash-page-3-javascript-script-swfobject-js1/" title="Play flash page 3 (javascript script swfobject.js1)">Play flash page 3 (javascript script swfobject.js1)</a> 2009-03-03 14:30:02</li>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-common-statement/</wfw:commentRss>
	</item>
	</channel>
</rss>
