<?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>server side script</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/server-side-script/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>server side script</description>
	<pubDate>Thu, 18 Mar 2010 07:39:43+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Principle and Application of Three Ajax (send request and response dealing with the general steps)</title>
		<link>http://www.codeweblog.com/principle-and-application-of-three-ajax-send-request-and-response-dealing-with-the-general-steps/</link>
		<comments>http://www.codeweblog.com/principle-and-application-of-three-ajax-send-request-and-response-dealing-with-the-general-steps/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 22:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[principle]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[onreadystatechange]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[method parameters]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[urlencoded]]></category>
<category><![CDATA[data content]]></category>
<category><![CDATA[asynchronous mode]]></category>
<category><![CDATA[http header]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/principle-and-application-of-three-ajax-send-request-and-response-dealing-with-the-general-steps/</guid>
		<description><![CDATA[First, create the XMLHttpRequest object, we can then, through its properties and methods of sending and processing of HTTP request, send the request and response dealing with the general steps are as  ...]]></description>
		<content:encoded><![CDATA[First, create the XMLHttpRequest object, we can then, through its properties and methods of sending and processing of HTTP request, send the request and response dealing with the general steps are as  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/principle-and-application-of-three-ajax-send-request-and-response-dealing-with-the-general-steps/</wfw:commentRss>
	</item>
		<item>
		<title>Principle and Application of second Ajax (for HTTP requests)</title>
		<link>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</link>
		<comments>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[web server]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[hyperlink]]></category>
<category><![CDATA[different ways]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[browsers support]]></category>
<category><![CDATA[javascript client]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[browser address bar]]></category>
<category><![CDATA[client side script]]></category>
<category><![CDATA[server side response]]></category>
<category><![CDATA[client requests]]></category>
<category><![CDATA[request document]]></category>
<category><![CDATA[asynchronous mode]]></category>
<category><![CDATA[draf]]></category>
<category><![CDATA[single web]]></category>
<category><![CDATA[text documents]]></category>
<category><![CDATA[website address]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</guid>
		<description><![CDATA[1, when in the browser address bar enter the website address, or submit the form, it is through the browser to the Web server to send the HTTP request, HTTP protocol provides a Web browser to the Web  ...]]></description>
		<content:encoded><![CDATA[1, when in the browser address bar enter the website address, or submit the form, it is through the browser to the Web server to send the HTTP request, HTTP protocol provides a Web browser to the Web  ...				<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>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</wfw:commentRss>
	</item>
		<item>
		<title>J2EE Review (c) JavaScript (on) - the basis of entry</title>
		<link>http://www.codeweblog.com/j2ee-review-c-javascript-on-the-basis-of-entry/</link>
		<comments>http://www.codeweblog.com/j2ee-review-c-javascript-on-the-basis-of-entry/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string type]]></category>
<category><![CDATA[sun microsystems]]></category>
<category><![CDATA[null value]]></category>
<category><![CDATA[language of logic]]></category>
<category><![CDATA[type string]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[operands]]></category>
<category><![CDATA[client side script]]></category>
<category><![CDATA[logical operators]]></category>
<category><![CDATA[numeric data type]]></category>
<category><![CDATA[arithmetic operators]]></category>
<category><![CDATA[conditional operator]]></category>
<category><![CDATA[very important role]]></category>
<category><![CDATA[dollar increase]]></category>
<category><![CDATA[space type]]></category>
<category><![CDATA[netscapes]]></category>
<category><![CDATA[term experience]]></category>
<category><![CDATA[comparison operators]]></category>
<category><![CDATA[mycars]]></category>
<category><![CDATA[real numbers]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2ee-review-c-javascript-on-the-basis-of-entry/</guid>
		<description><![CDATA[As far as I am in the process of learning and the use of JavaScript, the feeling a lot of confusion on the language of logic, sometimes inexplicable errors, and not a very good development tools, debu ...]]></description>
		<content:encoded><![CDATA[As far as I am in the process of learning and the use of JavaScript, the feeling a lot of confusion on the language of logic, sometimes inexplicable errors, and not a very good development tools, debu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-jpa-composite-primary-key-annotation-statement-ways/" title="hibernate (jpa) composite primary key annotation statement Ways">hibernate (jpa) composite primary key annotation statement Ways</a> 2009-02-27 13:52:18</li>
					<li><a href="http://www.codeweblog.com/jdbc-driver-types/" title="JDBC driver types">JDBC driver types</a> 2009-02-27 12:35:02</li>
					<li><a href="http://www.codeweblog.com/java-interview-questions/" title="JAVA interview questions">JAVA interview questions</a> 2009-02-27 12:33:39</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/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/j2ee-review-c-javascript-on-the-basis-of-entry/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax Study Notes (d) server-side JSON</title>
		<link>http://www.codeweblog.com/ajax-study-notes-d-server-side-json/</link>
		<comments>http://www.codeweblog.com/ajax-study-notes-d-server-side-json/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 00:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[web server]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[type application]]></category>
<category><![CDATA[developerworks]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[little bit]]></category>
<category><![CDATA[binary format]]></category>
<category><![CDATA[substantial changes]]></category>
<category><![CDATA[cn web]]></category>
<category><![CDATA[php timestamp]]></category>
<category><![CDATA[html post]]></category>
<category><![CDATA[conventional data]]></category>
<category><![CDATA[script form]]></category>
<category><![CDATA[post script]]></category>
<category><![CDATA[time stamp]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-study-notes-d-server-side-json/</guid>
		<description><![CDATA[Article reprinted from: http://www.ibm.com/developerworks/cn/web/wa-ajaxintro11.html POST request using JSON data When the decision to use JSON data POST request sent to the server, does not require s ...]]></description>
		<content:encoded><![CDATA[Article reprinted from: http://www.ibm.com/developerworks/cn/web/wa-ajaxintro11.html POST request using JSON data When the decision to use JSON data POST request sent to the server, does not require s ...				<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/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/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/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/ajax-study-notes-d-server-side-json/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript can not do things 6,7</title>
		<link>http://www.codeweblog.com/javascript-can-not-do-things-6-7/</link>
		<comments>http://www.codeweblog.com/javascript-can-not-do-things-6-7/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[script file]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[plain text document]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[server side scripting]]></category>
<category><![CDATA[browser restrictions]]></category>
<category><![CDATA[safety considerations]]></category>
<category><![CDATA[office documents]]></category>
<category><![CDATA[security considerations]]></category>
<category><![CDATA[respects]]></category>
<category><![CDATA[browser window]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-can-not-do-things-6-7/</guid>
		<description><![CDATA[Although in many respects, JavaScript can be used to improve your website and improve your efficiency visit the Web site, but it also has a few things the JavaScript can not do. One of some of the lim ...]]></description>
		<content:encoded><![CDATA[Although in many respects, JavaScript can be used to improve your website and improve your efficiency visit the Web site, but it also has a few things the JavaScript can not do. One of some of the lim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/jquery-ajax-example/" title="jquery ajax example">jquery ajax example</a> 2009-03-01 19: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/the-company-first-entered-the-company-i-would-like-to-optimize-sql-project/" title="The company first entered the company I would like to Optimize SQL project">The company first entered the company I would like to Optimize SQL project</a> 2009-02-28 03:55:04</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/javascript-can-not-do-things-6-7/</wfw:commentRss>
	</item>
	</channel>
</rss>
