<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Burn Net--烧网 &#187; Ajax</title>
	<atom:link href="http://burnet.wordpress.com/category/computer-science/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://burnet.wordpress.com</link>
	<description>Burnet's blog.</description>
	<lastBuildDate>Tue, 20 Jun 2006 05:41:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='burnet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/830548c0031226f9768cf2493e2974d4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Burn Net--烧网 &#187; Ajax</title>
		<link>http://burnet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://burnet.wordpress.com/osd.xml" title="Burn Net&#8211;烧网" />
		<item>
		<title>发现一个google web toolkit专用eclipse插件.</title>
		<link>http://burnet.wordpress.com/2006/06/17/googlipse/</link>
		<comments>http://burnet.wordpress.com/2006/06/17/googlipse/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 13:44:20 +0000</pubDate>
		<dc:creator>burnet</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">https://burnet.wordpress.com/2006/06/17/googlipse/</guid>
		<description><![CDATA[先把链接放在blog上,明天抽时间研究一下.如果好用我会补上介绍.
http://sourceforge.net/projects/googlipse/&#160;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=17&subd=burnet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>先把链接放在blog上,明天抽时间研究一下.如果好用我会补上介绍.</p>
<p><a href="http://sourceforge.net/projects/googlipse/" target="_blank">http://sourceforge.net/projects/googlipse/</a>&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/burnet.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/burnet.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burnet.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burnet.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burnet.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burnet.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burnet.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burnet.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burnet.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burnet.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burnet.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burnet.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=17&subd=burnet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://burnet.wordpress.com/2006/06/17/googlipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/85e22f718afdb60b08533428ded6bb27?s=96&#38;d=identicon" medium="image">
			<media:title type="html">burnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax 2&#8212;-Make a request</title>
		<link>http://burnet.wordpress.com/2006/06/15/ajax-2-make-a-request/</link>
		<comments>http://burnet.wordpress.com/2006/06/15/ajax-2-make-a-request/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 05:17:52 +0000</pubDate>
		<dc:creator>burnet</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">https://burnet.wordpress.com/2006/06/15/ajax-2-make-a-request/</guid>
		<description><![CDATA[
Get whatever data you need from the Web form.
Build the URL to connect to.
Open a connection to the server.
Set up a function for the server to run when it&#39;s done.
Send the request.

This is the basic step for every Ajax apllication.
function callServer() { // Get  the city and state from the web form var city [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=11&subd=burnet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ol>
<li>Get whatever data you need from the Web form.</li>
<li>Build the URL to connect to.</li>
<li>Open a connection to the server.</li>
<li>Set up a function for the server to run when it&#39;s done.</li>
<li>Send the request.</li>
</ol>
<p>This is the basic step for every Ajax apllication.<span id="more-11"></span></p>
<p><font face="Lucida Console"><font size="2"><b>function callServer() { // Get  the city and state from the web form var city =  document.getElementById(&quot;city&quot;).value;<br />
var state =  document.getElementById(&quot;state&quot;).value;<br />
// Only go on if there are values  for both fields<br />
if ((city == null) || (city == &quot;&quot;)) return;<br />
if ((state  == null) || (state == &quot;&quot;)) return;</b></font></font><font face="Lucida Console"><font size="2"><b>  // Build the URL to connect to<br />
var url = &quot;/scripts/getZipCode.php?city=&quot; + escape(city) + &quot;&amp;state=&quot; +  escape(state);</b></font></font><font face="Lucida Console"><font size="2"><b>  // Open a connection to the server<br />
xmlHttp.open(&quot;GET&quot;, url, true);</b></font></font></p>
<p><font face="Lucida Console"><font size="2"><b>  // Setup a function for the server to  run when it&#39;s done<br />
xmlHttp.onreadystatechange = updatePage;</b></font></font></p>
<p><font face="Lucida Console"><font size="2"><b>  //  Send the request<br />
xmlHttp.send(null);<br />
}</b><br />
</font></font></p>
<p><b><font face="Lucida Console"><font face="Lucida Console" size="2">function updatePage() {</font></font></b></p>
<p><b><font face="Lucida Console"><font face="Lucida Console" size="2"> if  (xmlHttp.readyState == 4) {<br />
var response = xmlHttp.responseText; document.getElementById(&quot;zipCode&quot;).value = response;<br />
}<br />
}</font></font></b></p>
<p><!--more--></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/burnet.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/burnet.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burnet.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burnet.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burnet.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burnet.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burnet.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burnet.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burnet.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burnet.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burnet.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burnet.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=11&subd=burnet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://burnet.wordpress.com/2006/06/15/ajax-2-make-a-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/85e22f718afdb60b08533428ded6bb27?s=96&#38;d=identicon" medium="image">
			<media:title type="html">burnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax 1&#8212;-Create XMLHttpRequest object</title>
		<link>http://burnet.wordpress.com/2006/06/15/ajax-1-create-xmlhttprequest-object/</link>
		<comments>http://burnet.wordpress.com/2006/06/15/ajax-1-create-xmlhttprequest-object/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 05:16:42 +0000</pubDate>
		<dc:creator>burnet</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">https://burnet.wordpress.com/2006/06/15/ajax-1-create-xmlhttprequest-object/</guid>
		<description><![CDATA[Following code will create a  XMLHttpRequest object independently with type of browser
/* Create a new XMLHttpRequest object to  talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if  (@_jscript_version &#62;= 5)
try {
xmlHttp = new  ActiveXObject(&#8220;Msxml2.XMLHTTP&#8221;);
} catch (e) {
try {
xmlHttp =  new ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;);
} catch (e2) {
xmlHttp =  false;
}
}
@end @*/
if (!xmlHttp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=10&subd=burnet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font face="Lucida Console" size="2">Following code will create a  XMLHttpRequest object independently with type of browser</font><span id="more-10"></span></p>
<p><font face="Lucida Console" size="2"><b>/* Create a new XMLHttpRequest object to  talk to the Web server */<br />
var xmlHttp = false;<br />
/*@cc_on @*/<br />
/*@if  (@_jscript_version &gt;= 5)<br />
try {<br />
xmlHttp = new  ActiveXObject(&#8220;Msxml2.XMLHTTP&#8221;);<br />
} catch (e) {<br />
try {<br />
xmlHttp =  new ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;);<br />
} catch (e2) {<br />
xmlHttp =  false;<br />
}<br />
}<br />
@end @*/</b></font></p>
<p><font face="Lucida Console" size="2"><b>if (!xmlHttp &amp;&amp; typeof  XMLHttpRequest != &#8216;undefined&#8217;) {<br />
xmlHttp = new  XMLHttpRequest();<br />
}</b></font></p>
<p><!--more--></p>
<ol><font></p>
<li>Create a variable, <code>xmlHttp</code>, to reference the  <code>XMLHttpRequest</code> object that you will create.</li>
<li>Try and create the object in Microsoft browsers.</li>
<li>If <code>xmlHttp</code> still isn&#8217;t set up, create the object in a  non-Microsoft way.</li>
<p></font></ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/burnet.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/burnet.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burnet.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burnet.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burnet.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burnet.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burnet.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burnet.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burnet.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burnet.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burnet.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burnet.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=10&subd=burnet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://burnet.wordpress.com/2006/06/15/ajax-1-create-xmlhttprequest-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/85e22f718afdb60b08533428ded6bb27?s=96&#38;d=identicon" medium="image">
			<media:title type="html">burnet</media:title>
		</media:content>
	</item>
		<item>
		<title>GWT&#8211;用java写ajax project.</title>
		<link>http://burnet.wordpress.com/2006/06/14/gwt-%e7%94%a8java%e5%86%99ajax-project/</link>
		<comments>http://burnet.wordpress.com/2006/06/14/gwt-%e7%94%a8java%e5%86%99ajax-project/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 23:11:00 +0000</pubDate>
		<dc:creator>burnet</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">https://burnet.wordpress.com/2006/06/14/gwt-%e7%94%a8java%e5%86%99ajax-project/</guid>
		<description><![CDATA[1.什么是GWT?
GWT的全称叫做Google Web Toolkit,是Google API计划中的一下项目,可以把它想像成一个compiler.
2.如果使用GWT?
首先需要熟悉一下Google Web Toolkit的class reference.
然后就可以用GWT中提供的projectCreator创建project, applicationCreator创建一个application.
一个application就是一个单独的java class, project是由一个或多个application组成的.
在经过GWT compile过以后,每个project就会被编译成一系列html文件和一个javascript程序.
3.个人评论:
因为使用了java,所以编程规范化,代码可读性提高.对于象我这样java programmer带来了很多方便.
但是有一点让我有点头疼,就是美工问题.要使用GWT做出漂亮的界面,需要大量CSS知识,而这正是我所缺少的,以前一直认为CSS只是起到辅助性作用,可到了现在知道这个认识是错误的.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=7&subd=burnet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1.什么是GWT?<br />
GWT的全称叫做Google Web Toolkit,是Google API计划中的一下项目,可以把它想像成一个compiler.</p>
<p>2.如果使用GWT?<br />
首先需要熟悉一下Google Web Toolkit的<a href="http://code.google.com/webtoolkit/documentation/gwt.html">class reference</a>.<br />
然后就可以用GWT中提供的projectCreator创建project, applicationCreator创建一个application.<br />
一个application就是一个单独的java class, project是由一个或多个application组成的.<br />
在经过GWT compile过以后,每个project就会被编译成一系列html文件和一个javascript程序.</p>
<p>3.个人评论:<br />
因为使用了java,所以编程规范化,代码可读性提高.对于象我这样java programmer带来了很多方便.<br />
但是有一点让我有点头疼,就是美工问题.要使用GWT做出漂亮的界面,需要大量CSS知识,而这正是我所缺少的,以前一直认为CSS只是起到辅助性作用,可到了现在知道这个认识是错误的.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/burnet.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/burnet.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burnet.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burnet.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burnet.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burnet.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burnet.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burnet.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burnet.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burnet.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burnet.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burnet.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burnet.wordpress.com&blog=267066&post=7&subd=burnet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://burnet.wordpress.com/2006/06/14/gwt-%e7%94%a8java%e5%86%99ajax-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/85e22f718afdb60b08533428ded6bb27?s=96&#38;d=identicon" medium="image">
			<media:title type="html">burnet</media:title>
		</media:content>
	</item>
	</channel>
</rss>