<?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>new activexobject</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/new-activexobject/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>new activexobject</description>
	<pubDate>Sat, 20 Mar 2010 14:03:16+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>XmlHttpReuqest create and send a request to the server</title>
		<link>http://www.codeweblog.com/xmlhttpreuqest-create-and-send-a-request-to-the-server/</link>
		<comments>http://www.codeweblog.com/xmlhttpreuqest-create-and-send-a-request-to-the-server/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 22:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[url url]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[responsexml]]></category>
<category><![CDATA[indexof]]></category>
<category><![CDATA[touppercase]]></category>
<category><![CDATA[null method]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttpreuqest-create-and-send-a-request-to-the-server/</guid>
		<description><![CDATA[This is some of the past few days to learn the package Ajax]]></description>
		<content:encoded><![CDATA[This is some of the past few days to learn the package Ajax				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xmlhttpreuqest-create-and-send-a-request-to-the-server/</wfw:commentRss>
	</item>
		<item>
		<title>javascript folder selection box two solutions</title>
		<link>http://www.codeweblog.com/javascript-folder-selection-box-two-solutions/</link>
		<comments>http://www.codeweblog.com/javascript-folder-selection-box-two-solutions/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 22:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[localhost]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[return path]]></category>
<category><![CDATA[object id]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[security issues]]></category>
<category><![CDATA[two solutions]]></category>
<category><![CDATA[selection dialog]]></category>
<category><![CDATA[security level]]></category>
<category><![CDATA[shell application]]></category>
<category><![CDATA[box message]]></category>
<category><![CDATA[folder path]]></category>
<category><![CDATA[custom security]]></category>
<category><![CDATA[message options]]></category>
<category><![CDATA[window handle]]></category>
<category><![CDATA[system c]]></category>
<category><![CDATA[system functions]]></category>
<category><![CDATA[issue 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-folder-selection-box-two-solutions/</guid>
		<description><![CDATA[Solution 1: Call the windows of the shell, but there will be security issues. * BrowseFolder.js * The document defines the BrowseFolder () function, it will provide a folder selection dialog box * For ...]]></description>
		<content:encoded><![CDATA[Solution 1: Call the windows of the shell, but there will be security issues. * BrowseFolder.js * The document defines the BrowseFolder () function, it will provide a folder selection dialog box * For ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/java-ee-jsp-jndi/" title="JAVA EE JSP_JNDI">JAVA EE JSP_JNDI</a> 2009-02-27 10:01:54</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-folder-selection-box-two-solutions/</wfw:commentRss>
	</item>
		<item>
		<title>The first time the use of Ajax</title>
		<link>http://www.codeweblog.com/the-first-time-the-use-of-ajax/</link>
		<comments>http://www.codeweblog.com/the-first-time-the-use-of-ajax/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[obj]]></category>
<category><![CDATA[half a day]]></category>
<category><![CDATA[true url]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-first-time-the-use-of-ajax/</guid>
		<description><![CDATA[Today for the first time the use of Ajax, do not use the framework, spend half a day, but the蛮多harvest. js file: var xmlHttp; function methodName (obj) ( if (window.XMLHttpxmlHttpuest) ( xmlHttp = new ...]]></description>
		<content:encoded><![CDATA[Today for the first time the use of Ajax, do not use the framework, spend half a day, but the蛮多harvest. js file: var xmlHttp; function methodName (obj) ( if (window.XMLHttpxmlHttpuest) ( xmlHttp = new ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-first-time-the-use-of-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>Topsy Ajax Six: Ajax user login</title>
		<link>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</link>
		<comments>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[gt 2]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[topsy]]></category>
<category><![CDATA[demo program]]></category>
<category><![CDATA[autoeventwireup]]></category>
<category><![CDATA[program features]]></category>
<category><![CDATA[type password]]></category>
<category><![CDATA[aspx page]]></category>
<category><![CDATA[technology code]]></category>
<category><![CDATA[features business]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</guid>
		<description><![CDATA[This will be the production of the reader to start from scratch with a AJAX Login DEMO, program features, business is very simple, so I do not need with you to explain things in this regard, we look a ...]]></description>
		<content:encoded><![CDATA[This will be the production of the reader to start from scratch with a AJAX Login DEMO, program features, business is very simple, so I do not need with you to explain things in this regard, we look a ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</wfw:commentRss>
	</item>
		<item>
		<title>Asynchronous AJAX form submission</title>
		<link>http://www.codeweblog.com/asynchronous-ajax-form-submission/</link>
		<comments>http://www.codeweblog.com/asynchronous-ajax-form-submission/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[submission]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[math]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[type application]]></category>
<category><![CDATA[obj]]></category>
<category><![CDATA[objective]]></category>
<category><![CDATA[indexof]]></category>
<category><![CDATA[asynchronous]]></category>
<category><![CDATA[operation ajax]]></category>
<category><![CDATA[verification methods]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/asynchronous-ajax-form-submission/</guid>
		<description><![CDATA[Objective: To refresh the page to complete the form is not submitted and dynamic verification Methods: In the form page after clicking submit on the current page using AJAX to submit form data via a p ...]]></description>
		<content:encoded><![CDATA[Objective: To refresh the page to complete the form is not submitted and dynamic verification Methods: In the form page after clicking submit on the current page using AJAX to submit form data via a p ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/asynchronous-ajax-form-submission/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax synchronous and asynchronous transmission</title>
		<link>http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/</link>
		<comments>http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[baidu]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[web page location]]></category>
<category><![CDATA[synchronous and asynchronous transmission]]></category>
<category><![CDATA[shift jis]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/</guid>
		<description><![CDATA[Ajax synchronous and asynchronous transmission]]></description>
		<content:encoded><![CDATA[Ajax synchronous and asynchronous transmission				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-ee-jsp-jndi/" title="JAVA EE JSP_JNDI">JAVA EE JSP_JNDI</a> 2009-02-27 10:01:54</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/</wfw:commentRss>
	</item>
		<item>
		<title>Prototype analysis of the source</title>
		<link>http://www.codeweblog.com/prototype-analysis-of-the-source/</link>
		<comments>http://www.codeweblog.com/prototype-analysis-of-the-source/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[failure]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[bind]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[request url]]></category>
<category><![CDATA[lambda]]></category>
<category><![CDATA[return destination]]></category>
<category><![CDATA[destination source]]></category>
<category><![CDATA[property source]]></category>
<category><![CDATA[source destination]]></category>
<category><![CDATA[returnvalue]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-analysis-of-the-source/</guid>
		<description><![CDATA[/ * * This document is asynchronous xmlhttp requests for a simple package * Prototytp carried out mainly to simplify, to the use of complex functions can use the prototype of ajax.js * External use, t ...]]></description>
		<content:encoded><![CDATA[/ * * This document is asynchronous xmlhttp requests for a simple package * Prototytp carried out mainly to simplify, to the use of complex functions can use the prototype of ajax.js * External use, t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/prototype-analysis-of-the-source/</wfw:commentRss>
	</item>
		<item>
		<title>XMLHttpRequest object simple package</title>
		<link>http://www.codeweblog.com/xmlhttprequest-object-simple-package/</link>
		<comments>http://www.codeweblog.com/xmlhttprequest-object-simple-package/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 01:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jsp]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[response test]]></category>
<category><![CDATA[microsof]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttprequest-object-simple-package/</guid>
		<description><![CDATA[XMLHttpRequest object simple package]]></description>
		<content:encoded><![CDATA[XMLHttpRequest object simple package				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</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/xmlhttprequest-object-simple-package/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax registration verification</title>
		<link>http://www.codeweblog.com/ajax-registration-verification/</link>
		<comments>http://www.codeweblog.com/ajax-registration-verification/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 08:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[innerhtml]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[mysql query]]></category>
<category><![CDATA[registration verification]]></category>
<category><![CDATA[mysql num rows]]></category>
<category><![CDATA[cnt]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-registration-verification/</guid>
		<description><![CDATA[Ajax registration verification]]></description>
		<content:encoded><![CDATA[Ajax registration verification				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-registration-verification/</wfw:commentRss>
	</item>
		<item>
		<title>The basic functions of a common source AJAX</title>
		<link>http://www.codeweblog.com/the-basic-functions-of-a-common-source-ajax/</link>
		<comments>http://www.codeweblog.com/the-basic-functions-of-a-common-source-ajax/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 01:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[page web]]></category>
<category><![CDATA[background processing]]></category>
<category><![CDATA[url value]]></category>
<category><![CDATA[urlencoded]]></category>
<category><![CDATA[core method]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-basic-functions-of-a-common-source-ajax/</guid>
		<description><![CDATA[This program demonstrated the basic ajax functions: 1 xml result set to return to the page Another two pages show the current page 3 shows a string to the page ajax.js the core method for ajax AjaxAct ...]]></description>
		<content:encoded><![CDATA[This program demonstrated the basic ajax functions: 1 xml result set to return to the page Another two pages show the current page 3 shows a string to the page ajax.js the core method for ajax AjaxAct ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-basic-functions-of-a-common-source-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax preliminary</title>
		<link>http://www.codeweblog.com/ajax-preliminary/</link>
		<comments>http://www.codeweblog.com/ajax-preliminary/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[e1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-preliminary/</guid>
		<description><![CDATA[Httprequest create object function sendAjax (url) ( httprequest = false; try ( httprequest = ActiveXObject ( &quot;Msxml2.XMLHTTP&quot;); ) catch (exception e) ( try ( httprequest = new ActiveXObject  ...]]></description>
		<content:encoded><![CDATA[Httprequest create object function sendAjax (url) ( httprequest = false; try ( httprequest = ActiveXObject ( &quot;Msxml2.XMLHTTP&quot;); ) catch (exception e) ( try ( httprequest = new ActiveXObject  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-preliminary/</wfw:commentRss>
	</item>
		<item>
		<title>XPath in JavaScript</title>
		<link>http://www.codeweblog.com/xpath-in-javascript/</link>
		<comments>http://www.codeweblog.com/xpath-in-javascript/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string type]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[error error]]></category>
<category><![CDATA[path path]]></category>
<category><![CDATA[string array]]></category>
<category><![CDATA[return string]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[test function]]></category>
<category><![CDATA[safari]]></category>
<category><![CDATA[dom level 3]]></category>
<category><![CDATA[path text]]></category>
<category><![CDATA[xml node]]></category>
<category><![CDATA[setx]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xpath-in-javascript/</guid>
		<description><![CDATA[XPath is a lightweight XML analytical way, and now most of the browser does not fully support the W3C&#39;s DOM Level 3 XPath features. However, if the only occasion in the general use, XPath is a fas ...]]></description>
		<content:encoded><![CDATA[XPath is a lightweight XML analytical way, and now most of the browser does not fully support the W3C&#39;s DOM Level 3 XPath features. However, if the only occasion in the general use, XPath is a fas ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xpath-in-javascript/</wfw:commentRss>
	</item>
		<item>
		<title>ajax based on code</title>
		<link>http://www.codeweblog.com/ajax-based-on-code/</link>
		<comments>http://www.codeweblog.com/ajax-based-on-code/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[string message]]></category>
<category><![CDATA[null message]]></category>
<category><![CDATA[alert message]]></category>
<category><![CDATA[code 3]]></category>
<category><![CDATA[message string]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-based-on-code/</guid>
		<description><![CDATA[1. Page function newXMLHttpRequest () ( var xmlreq = false; if (window.XMLHttpRequest) ( xmlreq = new XMLHttpRequest (); ) Else if (window.ActiveXObject) ( try ( xmlreq = new ActiveXObject ( &quot;Msx ...]]></description>
		<content:encoded><![CDATA[1. Page function newXMLHttpRequest () ( var xmlreq = false; if (window.XMLHttpRequest) ( xmlreq = new XMLHttpRequest (); ) Else if (window.ActiveXObject) ( try ( xmlreq = new ActiveXObject ( &quot;Msx ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-based-on-code/</wfw:commentRss>
	</item>
		<item>
		<title>XMLHTTP object packaging technology</title>
		<link>http://www.codeweblog.com/xmlhttp-object-packaging-technology/</link>
		<comments>http://www.codeweblog.com/xmlhttp-object-packaging-technology/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[succession]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[open source]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[default method]]></category>
<category><![CDATA[prototype object]]></category>
<category><![CDATA[xmlhttp object]]></category>
<category><![CDATA[methodology]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[asynchronous data transmission]]></category>
<category><![CDATA[packaging technology]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttp-object-packaging-technology/</guid>
		<description><![CDATA[Ajax technology mainly depends on the realization of xmlhttprequest, but we call for its asynchronous data transmission, as is a short-term xmlhttp process (dealing with the incident after the complet ...]]></description>
		<content:encoded><![CDATA[Ajax technology mainly depends on the realization of xmlhttprequest, but we call for its asynchronous data transmission, as is a short-term xmlhttp process (dealing with the incident after the complet ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xmlhttp-object-packaging-technology/</wfw:commentRss>
	</item>
		<item>
		<title>js read xml file</title>
		<link>http://www.codeweblog.com/js-read-xml-file/</link>
		<comments>http://www.codeweblog.com/js-read-xml-file/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[td]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[opera]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[iso 8859]]></category>
<category><![CDATA[bookstore]]></category>
<category><![CDATA[book category]]></category>
<category><![CDATA[parent node]]></category>
<category><![CDATA[giada de laurentiis]]></category>
<category><![CDATA[j k rowling]]></category>
<category><![CDATA[learning xml]]></category>
<category><![CDATA[harry potter]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-read-xml-file/</guid>
		<description><![CDATA[&lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.0 Transitional / / EN&quot;&gt; &lt;HTML&gt; &lt;HEAD&gt; &lt;TITLE&gt; New Document &lt;/ TITLE&gt; &lt;META NAME=&quot;Generator&quot; CONTEN ...]]></description>
		<content:encoded><![CDATA[&lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.0 Transitional / / EN&quot;&gt; &lt;HTML&gt; &lt;HEAD&gt; &lt;TITLE&gt; New Document &lt;/ TITLE&gt; &lt;META NAME=&quot;Generator&quot; CONTEN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-read-xml-file/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax_ to provide auto-complete</title>
		<link>http://www.codeweblog.com/ajax-to-provide-auto-complete/</link>
		<comments>http://www.codeweblog.com/ajax-to-provide-auto-complete/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[style type]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[color 000000]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[responsexml]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-to-provide-auto-complete/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-to-provide-auto-complete/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax_ Dynamic Update Web page</title>
		<link>http://www.codeweblog.com/ajax-dynamic-update-web-page/</link>
		<comments>http://www.codeweblog.com/ajax-dynamic-update-web-page/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 23:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[title document]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[web page]]></category>
<category><![CDATA[department document]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-dynamic-update-web-page/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Strict / / EN&quot; ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Strict / / EN&quot; ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-dynamic-update-web-page/</wfw:commentRss>
	</item>
		<item>
		<title>Create Ajax_ tooltips</title>
		<link>http://www.codeweblog.com/create-ajax-tooltips/</link>
		<comments>http://www.codeweblog.com/create-ajax-tooltips/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:45:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[tooltips]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
<category><![CDATA[cleardata]]></category>
<category><![CDATA[leng]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/create-ajax-tooltips/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/create-ajax-tooltips/</wfw:commentRss>
	</item>
		<item>
		<title>Progress bar shows Ajax_</title>
		<link>http://www.codeweblog.com/progress-bar-shows-ajax/</link>
		<comments>http://www.codeweblog.com/progress-bar-shows-ajax/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 19:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[progress bar]]></category>
<category><![CDATA[poll]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
<category><![CDATA[span id]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/progress-bar-shows-ajax/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/progress-bar-shows-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX1</title>
		<link>http://www.codeweblog.com/ajax1/</link>
		<comments>http://www.codeweblog.com/ajax1/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[application function]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[data transmission]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[experiences]]></category>
<category><![CDATA[integrated technology]]></category>
<category><![CDATA[client communication]]></category>
<category><![CDATA[socket programming]]></category>
<category><![CDATA[current value]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[j2ee technology]]></category>
<category><![CDATA[communication data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax1/</guid>
		<description><![CDATA[On the AJAX technology j2ee Of AJAX on the J2EE technology asynchronous transfer must be very familiar with everyone, I own learning based on recent experiences tell us about the details of the AJAX t ...]]></description>
		<content:encoded><![CDATA[On the AJAX technology j2ee Of AJAX on the J2EE technology asynchronous transfer must be very familiar with everyone, I own learning based on recent experiences tell us about the details of the AJAX t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax1/</wfw:commentRss>
	</item>
		<item>
		<title>Js to modify the registry through</title>
		<link>http://www.codeweblog.com/js-to-modify-the-registry-through/</link>
		<comments>http://www.codeweblog.com/js-to-modify-the-registry-through/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[current user]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[microsoft windows]]></category>
<category><![CDATA[software microsoft]]></category>
<category><![CDATA[wscript shell]]></category>
<category><![CDATA[winspool]]></category>
<category><![CDATA[user software]]></category>
<category><![CDATA[wss]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-to-modify-the-registry-through/</guid>
		<description><![CDATA[The need is to set up the printer from the client, and directly through the applet to print]]></description>
		<content:encoded><![CDATA[The need is to set up the printer from the client, and directly through the applet to print				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/tomcat6-0-myeclipse6-5-under-tomcat-data-source-configuration/" title="tomcat6.0 + myeclipse6.5 under tomcat data source configuration">tomcat6.0 + myeclipse6.5 under tomcat data source configuration</a> 2009-03-03 10:28:14</li>
					<li><a href="http://www.codeweblog.com/ajax-overtime/" title="ajax overtime">ajax overtime</a> 2009-03-02 02:30:02</li>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-to-modify-the-registry-through/</wfw:commentRss>
	</item>
		<item>
		<title>Made not to use jquery plugin struts2 json return value, use the most primitive objects json acquire ajax</title>
		<link>http://www.codeweblog.com/made-not-to-use-jquery-plugin-struts2-json-return-value-use-the-most-primitive-objects-json-acquire-ajax/</link>
		<comments>http://www.codeweblog.com/made-not-to-use-jquery-plugin-struts2-json-return-value-use-the-most-primitive-objects-json-acquire-ajax/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[long time]]></category>
<category><![CDATA[string format]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[brackets]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[primitive objects]]></category>
<category><![CDATA[original way]]></category>
<category><![CDATA[buddies]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/made-not-to-use-jquery-plugin-struts2-json-return-value-use-the-most-primitive-objects-json-acquire-ajax/</guid>
		<description><![CDATA[json the struts2 plugin json return value is an object, if the ajax with jquery method easily accessible, but others in the use of the control (non-use of jquery) or non-use of data jquery to operate, ...]]></description>
		<content:encoded><![CDATA[json the struts2 plugin json return value is an object, if the ajax with jquery method easily accessible, but others in the use of the control (non-use of jquery) or non-use of data jquery to operate, ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/javascript-string-functions-guinness/" title="JavaScript String Functions Guinness">JavaScript String Functions Guinness</a> 2009-02-27 15:45:02</li>
					<li><a href="http://www.codeweblog.com/jdbc-example-of-a-long-time-do-not-have-jdbc-forgot/" title="JDBC example of a long time do not have JDBC forgot">JDBC example of a long time do not have JDBC forgot</a> 2009-02-27 12:34:50</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/made-not-to-use-jquery-plugin-struts2-json-return-value-use-the-most-primitive-objects-json-acquire-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>struts and ajax garbled exchange of information is the issue of</title>
		<link>http://www.codeweblog.com/struts-and-ajax-garbled-exchange-of-information-is-the-issue-of/</link>
		<comments>http://www.codeweblog.com/struts-and-ajax-garbled-exchange-of-information-is-the-issue-of/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[long time]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[tens]]></category>
<category><![CDATA[booktype]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-and-ajax-garbled-exchange-of-information-is-the-issue-of/</guid>
		<description><![CDATA[This problem has troubled me a long time, and remember to write it down: the future use of ajax, the background of the action with struts to deal with information, and then returned to the client when ...]]></description>
		<content:encoded><![CDATA[This problem has troubled me a long time, and remember to write it down: the future use of ajax, the background of the action with struts to deal with information, and then returned to the client when ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts-and-ajax-garbled-exchange-of-information-is-the-issue-of/</wfw:commentRss>
	</item>
		<item>
		<title>javaScript connect to database</title>
		<link>http://www.codeweblog.com/javascript-connect-to-database/</link>
		<comments>http://www.codeweblog.com/javascript-connect-to-database/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[data source]]></category>
<category><![CDATA[sql connection]]></category>
<category><![CDATA[connection database]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[pubs]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[select name]]></category>
<category><![CDATA[key words]]></category>
<category><![CDATA[initial catalog]]></category>
<category><![CDATA[dd]]></category>
<category><![CDATA[jet oledb]]></category>
<category><![CDATA[database javascript]]></category>
<category><![CDATA[open sql]]></category>
<category><![CDATA[database function]]></category>
<category><![CDATA[microsoft jet]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-connect-to-database/</guid>
		<description><![CDATA[js connect to database Key words: js connected database, javascript connection database, js operation database, js read a database, javascript link data Database on the Desktop &lt;script language=&qu ...]]></description>
		<content:encoded><![CDATA[js connect to database Key words: js connected database, javascript connection database, js operation database, js read a database, javascript link data Database on the Desktop &lt;script language=&qu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-connect-to-database/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX knowledge</title>
		<link>http://www.codeweblog.com/ajax-knowledge/</link>
		<comments>http://www.codeweblog.com/ajax-knowledge/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 05:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[data query]]></category>
<category><![CDATA[override]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[dynamic display]]></category>
<category><![CDATA[html page]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[dom document]]></category>
<category><![CDATA[web standards]]></category>
<category><![CDATA[interactive web development]]></category>
<category><![CDATA[data interchange]]></category>
<category><![CDATA[web development technologies]]></category>
<category><![CDATA[team ajax]]></category>
<category><![CDATA[soccer team]]></category>
<category><![CDATA[pronunciation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-knowledge/</guid>
		<description><![CDATA[AJAX-wide known as &quot;Asynchronous JavaScript and XML&quot; (Asynchronous JavaScript and XML), refers to a web-based applications to create interactive web development technologies. Domestic usual  ...]]></description>
		<content:encoded><![CDATA[AJAX-wide known as &quot;Asynchronous JavaScript and XML&quot; (Asynchronous JavaScript and XML), refers to a web-based applications to create interactive web development technologies. Domestic usual  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</li>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</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/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-knowledge/</wfw:commentRss>
	</item>
		<item>
		<title>ajax and recognize the principle of</title>
		<link>http://www.codeweblog.com/ajax-and-recognize-the-principle-of/</link>
		<comments>http://www.codeweblog.com/ajax-and-recognize-the-principle-of/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 08:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[principle]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[traditional web]]></category>
<category><![CDATA[interactive web]]></category>
<category><![CDATA[interaction]]></category>
<category><![CDATA[onreadystatechange event]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-and-recognize-the-principle-of/</guid>
		<description><![CDATA[Know ajax: Ajax (Asynchronous JavaScript and XML, Asynchronous JavaScript and XML) is a relatively new name, usually Kind referred to as &quot;Ajax&quot; The traditional use of synchronous interactive ...]]></description>
		<content:encoded><![CDATA[Know ajax: Ajax (Asynchronous JavaScript and XML, Asynchronous JavaScript and XML) is a relatively new name, usually Kind referred to as &quot;Ajax&quot; The traditional use of synchronous interactive ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15: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/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-and-recognize-the-principle-of/</wfw:commentRss>
	</item>
		<item>
		<title>JS Export Excel, Word</title>
		<link>http://www.codeweblog.com/js-export-excel-word/</link>
		<comments>http://www.codeweblog.com/js-export-excel-word/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[document body]]></category>
<category><![CDATA[security settings]]></category>
<category><![CDATA[activex control]]></category>
<category><![CDATA[excel application]]></category>
<category><![CDATA[automation server]]></category>
<category><![CDATA[excel function]]></category>
<category><![CDATA[word export]]></category>
<category><![CDATA[word application]]></category>
<category><![CDATA[safe mode]]></category>
<category><![CDATA[odc]]></category>
<category><![CDATA[orange]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-export-excel-word/</guid>
		<description><![CDATA[/ / Export Excel function AllAreaExcel () ( var oXL = new ActiveXObject ( &quot;Excel.Application&quot;); var oWB = oXL.Workbooks.Add (); var oSheet = oWB.ActiveSheet; var sel = document.body.createTe ...]]></description>
		<content:encoded><![CDATA[/ / Export Excel function AllAreaExcel () ( var oXL = new ActiveXObject ( &quot;Excel.Application&quot;); var oWB = oXL.Workbooks.Add (); var oSheet = oWB.ActiveSheet; var sel = document.body.createTe ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-export-excel-word/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript file operation</title>
		<link>http://www.codeweblog.com/javascript-file-operation/</link>
		<comments>http://www.codeweblog.com/javascript-file-operation/#comments</comments>
		<pubDate>Sat, 23 May 2009 21:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[new activexobject]]></category>
<category><![CDATA[f1]]></category>
<category><![CDATA[c test]]></category>
<category><![CDATA[getfile]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-file-operation/</guid>
		<description><![CDATA[JavaScript file operation]]></description>
		<content:encoded><![CDATA[JavaScript file operation				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-commonly-used-in-integrated/" title="js commonly used in integrated">js commonly used in integrated</a> 2009-03-04 17:15:03</li>
					<li><a href="http://www.codeweblog.com/javascript-events/" title="javascript events">javascript events</a> 2009-03-04 15:15:01</li>
					<li><a href="http://www.codeweblog.com/ajax-portal/" title="Ajax Portal">Ajax Portal</a> 2009-03-03 11:20:02</li>
					<li><a href="http://www.codeweblog.com/ajax-overtime/" title="ajax overtime">ajax overtime</a> 2009-03-02 02:30:02</li>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-file-operation/</wfw:commentRss>
	</item>
		<item>
		<title>Asynchronous manner using the Verification Code Inspection</title>
		<link>http://www.codeweblog.com/asynchronous-manner-using-the-verification-code-inspection/</link>
		<comments>http://www.codeweblog.com/asynchronous-manner-using-the-verification-code-inspection/#comments</comments>
		<pubDate>Mon, 18 May 2009 20:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[verification code]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[dongdong]]></category>
<category><![CDATA[browser requests]]></category>
<category><![CDATA[params]]></category>
<category><![CDATA[ready state]]></category>
<category><![CDATA[error method]]></category>
<category><![CDATA[urlencoded]]></category>
<category><![CDATA[real situation]]></category>
<category><![CDATA[code inspection]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/asynchronous-manner-using-the-verification-code-inspection/</guid>
		<description><![CDATA[This is the Internet found the source code to solve this Dongdong at my B / S mode Verification Code to do the problem, let me feel the real B / S mode, the development of the real situation. Way call]]></description>
		<content:encoded><![CDATA[This is the Internet found the source code to solve this Dongdong at my B / S mode Verification Code to do the problem, let me feel the real B / S mode, the development of the real situation. Way call				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/asynchronous-manner-using-the-verification-code-inspection/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX real</title>
		<link>http://www.codeweblog.com/ajax-real/</link>
		<comments>http://www.codeweblog.com/ajax-real/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[call interface]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[front desk]]></category>
<category><![CDATA[server interaction]]></category>
<category><![CDATA[interface event]]></category>
<category><![CDATA[getinfo]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-real/</guid>
		<description><![CDATA[/ / Create object, IE - ActiveXObject, firefox - XMLHttpReuqest. function createXMLHttpRequest () ( if (window.ActiveXObject) ( xmlHttp = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); ) else if  ...]]></description>
		<content:encoded><![CDATA[/ / Create object, IE - ActiveXObject, firefox - XMLHttpReuqest. function createXMLHttpRequest () ( if (window.ActiveXObject) ( xmlHttp = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); ) else if  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-real/</wfw:commentRss>
	</item>
		<item>
		<title>Dynamic loading javascript</title>
		<link>http://www.codeweblog.com/dynamic-loading-javascript/</link>
		<comments>http://www.codeweblog.com/dynamic-loading-javascript/#comments</comments>
		<pubDate>Wed, 13 May 2009 02:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dynamic loading]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[easy access]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[appendchild]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[paper load]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dynamic-loading-javascript/</guid>
		<description><![CDATA[/ ** * Dynamic loading JS files * / var Faceye = ( version: 1.0, / ** * Easy access to httpRequest * / httpRequest: function () ( var xRequest = null; if (window.XMLHttpRequest) ( xRequest = new XMLHt ...]]></description>
		<content:encoded><![CDATA[/ ** * Dynamic loading JS files * / var Faceye = ( version: 1.0, / ** * Easy access to httpRequest * / httpRequest: function () ( var xRequest = null; if (window.XMLHttpRequest) ( xRequest = new XMLHt ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dynamic-loading-javascript/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript to control the page printing and Print Settings</title>
		<link>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</link>
		<comments>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/#comments</comments>
		<pubDate>Mon, 04 May 2009 03:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[current user]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[shell]]></category>
<category><![CDATA[paragraph]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[header footer]]></category>
<category><![CDATA[page footer]]></category>
<category><![CDATA[default function]]></category>
<category><![CDATA[default print]]></category>
<category><![CDATA[page printing]]></category>
<category><![CDATA[style media]]></category>
<category><![CDATA[page break]]></category>
<category><![CDATA[software microsoft]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</guid>
		<description><![CDATA[Control of the page print normally have two options, a set is to use free of charge ie default print, and the other is developed using a third-party print components, following the introduction is to  ...]]></description>
		<content:encoded><![CDATA[Control of the page print normally have two options, a set is to use free of charge ie default print, and the other is developed using a third-party print components, following the introduction is to  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax explain the five-step</title>
		<link>http://www.codeweblog.com/ajax-explain-the-five-step/</link>
		<comments>http://www.codeweblog.com/ajax-explain-the-five-step/#comments</comments>
		<pubDate>Sun, 03 May 2009 18:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[dojo]]></category>
<category><![CDATA[type application]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-explain-the-five-step/</guid>
		<description><![CDATA[Ajax submitted five I believe a lot of people have heard of or even proficient in Ajax technology, and now the dojo, jquery, ext and so on, they realize the Ajax technology and a very good package the ...]]></description>
		<content:encoded><![CDATA[Ajax submitted five I believe a lot of people have heard of or even proficient in Ajax technology, and now the dojo, jquery, ext and so on, they realize the Ajax technology and a very good package the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-explain-the-five-step/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX Introduction and Case Study</title>
		<link>http://www.codeweblog.com/ajax-introduction-and-case-study/</link>
		<comments>http://www.codeweblog.com/ajax-introduction-and-case-study/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:35:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[frameworks]]></category>
<category><![CDATA[tolowercase]]></category>
<category><![CDATA[xm]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[true function]]></category>
<category><![CDATA[w3c standards]]></category>
<category><![CDATA[case study]]></category>
<category><![CDATA[application examples]]></category>
<category><![CDATA[structure function]]></category>
<category><![CDATA[wheels]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-introduction-and-case-study/</guid>
		<description><![CDATA[The front lot of people made reference to the practices of their own package, a ajax type of JS, it is purely self-made wheels, if you are using other frameworks (such as: jQuery), then there is nothi ...]]></description>
		<content:encoded><![CDATA[The front lot of people made reference to the practices of their own package, a ajax type of JS, it is purely self-made wheels, if you are using other frameworks (such as: jQuery), then there is nothi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-introduction-and-case-study/</wfw:commentRss>
	</item>
		<item>
		<title>2. The original of the Ajax call GET</title>
		<link>http://www.codeweblog.com/2-the-original-of-the-ajax-call-get/</link>
		<comments>http://www.codeweblog.com/2-the-original-of-the-ajax-call-get/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[return req]]></category>
<category><![CDATA[cfm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/2-the-original-of-the-ajax-call-get/</guid>
		<description><![CDATA[2. The original of the Ajax call GET]]></description>
		<content:encoded><![CDATA[2. The original of the Ajax call GET				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/2-the-original-of-the-ajax-call-get/</wfw:commentRss>
	</item>
		<item>
		<title>3. The original of the Ajax call POST</title>
		<link>http://www.codeweblog.com/3-the-original-of-the-ajax-call-post/</link>
		<comments>http://www.codeweblog.com/3-the-original-of-the-ajax-call-post/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 01:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type application]]></category>
<category><![CDATA[pwd]]></category>
<category><![CDATA[return req]]></category>
<category><![CDATA[taoist]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/3-the-original-of-the-ajax-call-post/</guid>
		<description><![CDATA[req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded&quot;); req.send ( &quot;name = taoist &amp; pwd = war&quot;);]]></description>
		<content:encoded><![CDATA[req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded&quot;); req.send ( &quot;name = taoist &amp; pwd = war&quot;);				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/3-the-original-of-the-ajax-call-post/</wfw:commentRss>
	</item>
		<item>
		<title>js in the usage of excel</title>
		<link>http://www.codeweblog.com/js-in-the-usage-of-excel/</link>
		<comments>http://www.codeweblog.com/js-in-the-usage-of-excel/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 23:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[yyyy]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[showthread]]></category>
<category><![CDATA[cells]]></category>
<category><![CDATA[activexobject excel]]></category>
<category><![CDATA[cell content]]></category>
<category><![CDATA[excel application]]></category>
<category><![CDATA[webdeveloper]]></category>
<category><![CDATA[pipermail]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-in-the-usage-of-excel/</guid>
		<description><![CDATA[Reprinted from: http://hi.baidu.com/lionfoo/blog/item/757e173321f19efd1a4cffbd.html Also: Check out this resource is not bad http://kuangbaoxu.javaeye.com/blog/193311 ----------------------------- my  ...]]></description>
		<content:encoded><![CDATA[Reprinted from: http://hi.baidu.com/lionfoo/blog/item/757e173321f19efd1a4cffbd.html Also: Check out this resource is not bad http://kuangbaoxu.javaeye.com/blog/193311 ----------------------------- my  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-in-the-usage-of-excel/</wfw:commentRss>
	</item>
		<item>
		<title>JSON question</title>
		<link>http://www.codeweblog.com/json-question/</link>
		<comments>http://www.codeweblog.com/json-question/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 17:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[println]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[type application]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[bbb]]></category>
<category><![CDATA[ccc]]></category>
<category><![CDATA[qualcomm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/json-question/</guid>
		<description><![CDATA[Today, Qualcomm wanted to run your own AJAX + JSON + STRUTS1.2 procedures. MyJson.jsp Above code is to think through the AJAX data past Action hair. But encountered a problem. This method toJSONString ...]]></description>
		<content:encoded><![CDATA[Today, Qualcomm wanted to run your own AJAX + JSON + STRUTS1.2 procedures. MyJson.jsp Above code is to think through the AJAX data past Action hair. But encountered a problem. This method toJSONString ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/json-question/</wfw:commentRss>
	</item>
		<item>
		<title>Acquaintance Ajax</title>
		<link>http://www.codeweblog.com/acquaintance-ajax/</link>
		<comments>http://www.codeweblog.com/acquaintance-ajax/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 04:00:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[xml documents]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[lt 2]]></category>
<category><![CDATA[lt 1]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[getelementsbytagname]]></category>
<category><![CDATA[server side response]]></category>
<category><![CDATA[server segment]]></category>
<category><![CDATA[synchronous transmission]]></category>
<category><![CDATA[xml technologies]]></category>
<category><![CDATA[childnodes]]></category>
<category><![CDATA[request request]]></category>
<category><![CDATA[transfer technology]]></category>
<category><![CDATA[structural analysis]]></category>
<category><![CDATA[acquaintance]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/acquaintance-ajax/</guid>
		<description><![CDATA[Ajax is a web site to build an integrated use of JavaScript and XML technologies; Ajax name: Asynchronous JavaScript and XML; The difference between Ajax and HTML: HTML is a more traditional means of  ...]]></description>
		<content:encoded><![CDATA[Ajax is a web site to build an integrated use of JavaScript and XML technologies; Ajax name: Asynchronous JavaScript and XML; The difference between Ajax and HTML: HTML is a more traditional means of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/acquaintance-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>ajax introduce the principle of</title>
		<link>http://www.codeweblog.com/ajax-introduce-the-principle-of/</link>
		<comments>http://www.codeweblog.com/ajax-introduce-the-principle-of/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 01:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[principle]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[safari]]></category>
<category><![CDATA[simplification]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[step 3]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[response header]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[cross browser]]></category>
<category><![CDATA[google maps]]></category>
<category><![CDATA[personal category]]></category>
<category><![CDATA[first instance]]></category>
<category><![CDATA[parsing]]></category>
<category><![CDATA[receipt]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-introduce-the-principle-of/</guid>
		<description><![CDATA[ajax introduce the principle of On an up / down 1 2008-04-14 18:25:37 / Personal Category: Ajax View (171) / Comments (1) / Rate (0 / 0) What is AJAX? AJAX (Asynchronous JavaScript. And XML) is an eme ...]]></description>
		<content:encoded><![CDATA[ajax introduce the principle of On an up / down 1 2008-04-14 18:25:37 / Personal Category: Ajax View (171) / Comments (1) / Rate (0 / 0) What is AJAX? AJAX (Asynchronous JavaScript. And XML) is an eme ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/noclassdeffounderror-javax-servlet-servlet/" title="NoClassDefFoundError: javax / servlet / Servlet">NoClassDefFoundError: javax / servlet / Servlet</a> 2009-02-27 13:50:42</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-introduce-the-principle-of/</wfw:commentRss>
	</item>
		<item>
		<title>javascript skills Guinness (3)</title>
		<link>http://www.codeweblog.com/javascript-skills-guinness-3/</link>
		<comments>http://www.codeweblog.com/javascript-skills-guinness-3/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[data source]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[guinness]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[server side database]]></category>
<category><![CDATA[valid component]]></category>
<category><![CDATA[javascript skills]]></category>
<category><![CDATA[argu]]></category>
<category><![CDATA[test connection]]></category>
<category><![CDATA[code samples]]></category>
<category><![CDATA[argus]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-skills-guinness-3/</guid>
		<description><![CDATA[/ / Custom apply, call Function.prototype.apply = function (obj, argu) ( if (obj) obj.constructor.prototype._caller = this; var argus = new Array (); for (var i = 0; i &lt;argu.length; i + +) argus [i ...]]></description>
		<content:encoded><![CDATA[/ / Custom apply, call Function.prototype.apply = function (obj, argu) ( if (obj) obj.constructor.prototype._caller = this; var argus = new Array (); for (var i = 0; i &lt;argu.length; i + +) argus [i ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-skills-guinness-3/</wfw:commentRss>
	</item>
		<item>
		<title>xmlhttp: open method POST.GET the difference between parameters</title>
		<link>http://www.codeweblog.com/xmlhttp-open-method-post-get-the-difference-between-parameters/</link>
		<comments>http://www.codeweblog.com/xmlhttp-open-method-post-get-the-difference-between-parameters/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[boolean]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[3 ways]]></category>
<category><![CDATA[grammar]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[relative address]]></category>
<category><![CDATA[absolute address]]></category>
<category><![CDATA[authentication window]]></category>
<category><![CDATA[control parameters]]></category>
<category><![CDATA[selectsinglenode]]></category>
<category><![CDATA[book id]]></category>
<category><![CDATA[page request]]></category>
<category><![CDATA[url address]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttp-open-method-post-get-the-difference-between-parameters/</guid>
		<description><![CDATA[Description of one question: xmlhttp: open method when the requested page, update page data, the 2nd to get the result of information or the last 2 solutions: 3 ways to switch to POST Description: xml ...]]></description>
		<content:encoded><![CDATA[Description of one question: xmlhttp: open method when the requested page, update page data, the 2nd to get the result of information or the last 2 solutions: 3 ways to switch to POST Description: xml ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xmlhttp-open-method-post-get-the-difference-between-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>XmlHttpRequest instance</title>
		<link>http://www.codeweblog.com/xmlhttprequest-instance/</link>
		<comments>http://www.codeweblog.com/xmlhttprequest-instance/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 01:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[innerhtml]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[xhtml]]></category>
<category><![CDATA[date function]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttprequest-instance/</guid>
		<description><![CDATA[Reference: http://www.cnblogs.com/chy710/archive/2007/04/15/713868.html]]></description>
		<content:encoded><![CDATA[Reference: http://www.cnblogs.com/chy710/archive/2007/04/15/713868.html				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xmlhttprequest-instance/</wfw:commentRss>
	</item>
		<item>
		<title>ajax Study Notes</title>
		<link>http://www.codeweblog.com/ajax-study-notes/</link>
		<comments>http://www.codeweblog.com/ajax-study-notes/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 23:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[web interface]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[server return]]></category>
<category><![CDATA[html javascript]]></category>
<category><![CDATA[abbreviation]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[dynamic html elements]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[state lt]]></category>
<category><![CDATA[callserver]]></category>
<category><![CDATA[application fields]]></category>
<category><![CDATA[server communication]]></category>
<category><![CDATA[code html]]></category>
<category><![CDATA[web forms]]></category>
<category><![CDATA[dhtml]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-study-notes/</guid>
		<description><![CDATA[Ajax by the HTML, JavaScript ™ technology, DHTML and DOM composition, this method can be distinguished clumsy Web interface will be transformed into interactive Ajax applications. Ajax definition By t ...]]></description>
		<content:encoded><![CDATA[Ajax by the HTML, JavaScript ™ technology, DHTML and DOM composition, this method can be distinguished clumsy Web interface will be transformed into interactive Ajax applications. Ajax definition By t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-study-notes/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax and the XMLHttpRequest object</title>
		<link>http://www.codeweblog.com/ajax-and-the-xmlhttprequest-object/</link>
		<comments>http://www.codeweblog.com/ajax-and-the-xmlhttprequest-object/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:50:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[succession]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[old version]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[response speed]]></category>
<category><![CDATA[netscape browser]]></category>
<category><![CDATA[time interface]]></category>
<category><![CDATA[object components]]></category>
<category><![CDATA[netscope]]></category>
<category><![CDATA[interactive mode]]></category>
<category><![CDATA[data layers]]></category>
<category><![CDATA[netscape7]]></category>
<category><![CDATA[activex components]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[waiting time]]></category>
<category><![CDATA[desktop applications]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-and-the-xmlhttprequest-object/</guid>
		<description><![CDATA[XMLHttpRequest object components are XMLHttp through this object, Ajax can be the same as desktop applications with the server only the exchange of data layers without having to refresh every time int ...]]></description>
		<content:encoded><![CDATA[XMLHttpRequest object components are XMLHttp through this object, Ajax can be the same as desktop applications with the server only the exchange of data layers without having to refresh every time int ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</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/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-and-the-xmlhttprequest-object/</wfw:commentRss>
	</item>
		<item>
		<title>js Study Notes (1)</title>
		<link>http://www.codeweblog.com/js-study-notes-1/</link>
		<comments>http://www.codeweblog.com/js-study-notes-1/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[xmldom]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[createelement]]></category>
<category><![CDATA[getelementsbytagname]]></category>
<category><![CDATA[domparser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-study-notes-1/</guid>
		<description><![CDATA[javascript DOM parser to resolve XML document Create a parser Of XML documents to determine Analysis parser generated content]]></description>
		<content:encoded><![CDATA[javascript DOM parser to resolve XML document Create a parser Of XML documents to determine Analysis parser generated content				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-study-notes-1/</wfw:commentRss>
	</item>
		<item>
		<title>Using AJAX to prepare a simple photo album</title>
		<link>http://www.codeweblog.com/using-ajax-to-prepare-a-simple-photo-album/</link>
		<comments>http://www.codeweblog.com/using-ajax-to-prepare-a-simple-photo-album/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 07:55:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[object obj]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[node]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[iurl]]></category>
<category><![CDATA[xmlhttp object]]></category>
<category><![CDATA[ipic]]></category>
<category><![CDATA[internet applications]]></category>
<category><![CDATA[xpath]]></category>
<category><![CDATA[photo album]]></category>
<category><![CDATA[web browser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/using-ajax-to-prepare-a-simple-photo-album/</guid>
		<description><![CDATA[AJAX (Asynchronous JavaScript And XML) is a use of JavaScript and Extensible Markup Language (XML), in a web browser and server to send or receive data between the technologies. Mainly used in Ria (Ri ...]]></description>
		<content:encoded><![CDATA[AJAX (Asynchronous JavaScript And XML) is a use of JavaScript and Extensible Markup Language (XML), in a web browser and server to send or receive data between the technologies. Mainly used in Ria (Ri ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/using-ajax-to-prepare-a-simple-photo-album/</wfw:commentRss>
	</item>
		<item>
		<title>ajax package (create, call) Example</title>
		<link>http://www.codeweblog.com/ajax-package-create-call-example/</link>
		<comments>http://www.codeweblog.com/ajax-package-create-call-example/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 10:00:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[2 ways]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[url url]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[len]]></category>
<category><![CDATA[rt]]></category>
<category><![CDATA[typeof c]]></category>
<category><![CDATA[c amp]]></category>
<category><![CDATA[category category]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-package-create-call-example/</guid>
		<description><![CDATA[1.share.js function MyAjax (url) ( this.url = url; this.xmlHttp = (); ); MyAjax.prototype.createXMLHttpRequest = function () ( if (window.XMLHttpRequest) ( this.xmlHttp = new XMLHttpRequest (); ) Else ...]]></description>
		<content:encoded><![CDATA[1.share.js function MyAjax (url) ( this.url = url; this.xmlHttp = (); ); MyAjax.prototype.createXMLHttpRequest = function () ( if (window.XMLHttpRequest) ( this.xmlHttp = new XMLHttpRequest (); ) Else ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-package-create-call-example/</wfw:commentRss>
	</item>
		<item>
		<title>Download Js</title>
		<link>http://www.codeweblog.com/download-js/</link>
		<comments>http://www.codeweblog.com/download-js/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/download-js/</guid>
		<description><![CDATA[function DownURL (strRemoteURL, strLocalURL) ( try ( var xmlHTTP = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); xmlHTTP.open ( &quot;Get&quot;, strRemoteURL, false); xmlHTTP.send (); var adodbS ...]]></description>
		<content:encoded><![CDATA[function DownURL (strRemoteURL, strLocalURL) ( try ( var xmlHTTP = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); xmlHTTP.open ( &quot;Get&quot;, strRemoteURL, false); xmlHTTP.send (); var adodbS ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-resources/" title="ROR resources">ROR resources</a> 2009-02-28 19:15:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/download-js/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX response to the basic implementation of a simple example</title>
		<link>http://www.codeweblog.com/ajax-response-to-the-basic-implementation-of-a-simple-example/</link>
		<comments>http://www.codeweblog.com/ajax-response-to-the-basic-implementation-of-a-simple-example/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[code lt]]></category>
<category><![CDATA[web server]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[city document]]></category>
<category><![CDATA[updatepage]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-response-to-the-basic-implementation-of-a-simple-example/</guid>
		<description><![CDATA[Send requests for the page code The results of their implementation are the content of the text file back to the &lt;input type=&quot;text&quot;&gt; show]]></description>
		<content:encoded><![CDATA[Send requests for the page code The results of their implementation are the content of the text file back to the &lt;input type=&quot;text&quot;&gt; show				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-response-to-the-basic-implementation-of-a-simple-example/</wfw:commentRss>
	</item>
	</channel>
</rss>
