<?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>several ways</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/several-ways/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>several ways</description>
	<pubDate>Mon, 22 Mar 2010 20:00:33+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Java-depth analysis of the character encoding</title>
		<link>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</link>
		<comments>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:45:40+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[inconsistencies]]></category>
<category><![CDATA[adoption]]></category>
<category><![CDATA[byte]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[gb18030]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[computer world]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[correspondence]]></category>
<category><![CDATA[translation format]]></category>
<category><![CDATA[transformation format]]></category>
<category><![CDATA[correct character]]></category>
<category><![CDATA[natural character]]></category>
<category><![CDATA[everyday use]]></category>
<category><![CDATA[lattice]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</guid>
		<description><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...]]></description>
		<content:encoded><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...				<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/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/java-depth-analysis-of-the-character-encoding/</wfw:commentRss>
	</item>
		<item>
		<title>JAVASCRIPT four ways the definition of the object</title>
		<link>http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/</link>
		<comments>http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[salary]]></category>
<category><![CDATA[prototype department]]></category>
<category><![CDATA[independent version]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/</guid>
		<description><![CDATA[The first to write a function, the following will be used several ways Factory methods First create the object, and then add properties and methods, do not need to use NEW to create objects, If the fu ...]]></description>
		<content:encoded><![CDATA[The first to write a function, the following will be used several ways Factory methods First create the object, and then add properties and methods, do not need to use NEW to create objects, If the fu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/js-events-dynamically-add-and-write-off/" title="js events dynamically add and write-off">js events dynamically add and write-off</a> 2009-02-27 23:55: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/javascript-four-ways-the-definition-of-the-object/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Study Notes (g)</title>
		<link>http://www.codeweblog.com/hibernate-study-notes-g/</link>
		<comments>http://www.codeweblog.com/hibernate-study-notes-g/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 03:20:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistence]]></category>
<category><![CDATA[database records]]></category>
<category><![CDATA[logic]]></category>
<category><![CDATA[database level]]></category>
<category><![CDATA[dissemination]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[fear]]></category>
<category><![CDATA[dialogue]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[borders]]></category>
<category><![CDATA[session time]]></category>
<category><![CDATA[timestamp]]></category>
<category><![CDATA[initial role]]></category>
<category><![CDATA[atomicity]]></category>
<category><![CDATA[clas]]></category>
<category><![CDATA[grass]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-notes-g/</guid>
		<description><![CDATA[Hibernate&#39;s Session After reading the 11th chapter, let me see the borders of Hibernate. Persistence context is a concept in theory. However, Hibernate, this has become a Hibernate on the Seesion  ...]]></description>
		<content:encoded><![CDATA[Hibernate&#39;s Session After reading the 11th chapter, let me see the borders of Hibernate. Persistence context is a concept in theory. However, Hibernate, this has become a Hibernate on the Seesion  ...				<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/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/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>
					<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/hibernate-study-notes-g/</wfw:commentRss>
	</item>
		<item>
		<title>Prototype study and document downloads and tutorials</title>
		<link>http://www.codeweblog.com/prototype-study-and-document-downloads-and-tutorials/</link>
		<comments>http://www.codeweblog.com/prototype-study-and-document-downloads-and-tutorials/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string type]]></category>
<category><![CDATA[code lt]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[string object]]></category>
<category><![CDATA[type string]]></category>
<category><![CDATA[serialization]]></category>
<category><![CDATA[prototype object]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[detailed description]]></category>
<category><![CDATA[static method]]></category>
<category><![CDATA[array type]]></category>
<category><![CDATA[method approach]]></category>
<category><![CDATA[dynamic parameters]]></category>
<category><![CDATA[shape parameter]]></category>
<category><![CDATA[global replacement]]></category>
<category><![CDATA[parameter string]]></category>
<category><![CDATA[special feature]]></category>
<category><![CDATA[abducted]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-study-and-document-downloads-and-tutorials/</guid>
		<description><![CDATA[1, Type - the type of 1) Object type. Prototype of the basic types in because js is not the type of language that non-type, when we look at the overall situation, Object to provide the overall situati ...]]></description>
		<content:encoded><![CDATA[1, Type - the type of 1) Object type. Prototype of the basic types in because js is not the type of language that non-type, when we look at the overall situation, Object to provide the overall situati ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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>
					<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/prototype-study-and-document-downloads-and-tutorials/</wfw:commentRss>
	</item>
		<item>
		<title>Java variety of paths and parameters</title>
		<link>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</link>
		<comments>http://www.codeweblog.com/java-variety-of-paths-and-parameters/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[web application]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[relative path]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[two ways]]></category>
<category><![CDATA[root directory]]></category>
<category><![CDATA[jsp access]]></category>
<category><![CDATA[root path]]></category>
<category><![CDATA[path 1]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[absolute path]]></category>
<category><![CDATA[pagecontext]]></category>
<category><![CDATA[weblogic]]></category>
<category><![CDATA[document root]]></category>
<category><![CDATA[bea]]></category>
<category><![CDATA[desktop folder]]></category>
<category><![CDATA[getservletcontext]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-variety-of-paths-and-parameters/</guid>
		<description><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...]]></description>
		<content:encoded><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</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/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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>At present, the most effective methods - make your pirated Windows XP into Genuine</title>
		<link>http://www.codeweblog.com/at-present-the-most-effective-methods-make-your-pirated-windows-xp-into-genuine/</link>
		<comments>http://www.codeweblog.com/at-present-the-most-effective-methods-make-your-pirated-windows-xp-into-genuine/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 16:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[circumstances]]></category>
<category><![CDATA[validation]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[windows xp]]></category>
<category><![CDATA[windows system]]></category>
<category><![CDATA[timely manner]]></category>
<category><![CDATA[s system]]></category>
<category><![CDATA[timely solutions]]></category>
<category><![CDATA[microsoft security patch]]></category>
<category><![CDATA[course microsoft]]></category>
<category><![CDATA[iron law]]></category>
<category><![CDATA[upgrade windows]]></category>
<category><![CDATA[wga notifications]]></category>
<category><![CDATA[software tips]]></category>
<category><![CDATA[windows systems]]></category>
<category><![CDATA[anti piracy]]></category>
<category><![CDATA[asterisk]]></category>
<category><![CDATA[initiatives]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/at-present-the-most-effective-methods-make-your-pirated-windows-xp-into-genuine/</guid>
		<description><![CDATA[How to verify legitimate piracy crack, remove the annoying Microsoft lock asterisk have been troubled by the many users of pirated! Of course, in order to combat piracy, Microsoft is also gone to grea ...]]></description>
		<content:encoded><![CDATA[How to verify legitimate piracy crack, remove the annoying Microsoft lock asterisk have been troubled by the many users of pirated! Of course, in order to combat piracy, Microsoft is also gone to grea ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/" title="SUI-JavaScript rich UI library integration solution">SUI-JavaScript rich UI library integration solution</a> 2009-03-03 01:05:04</li>
					<li><a href="http://www.codeweblog.com/about-rails-install-mysql-driver-error-problem/" title="About rails install mysql driver error problem">About rails install mysql driver error problem</a> 2009-03-02 16:50:01</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/hibernate-doubts/" title="Hibernate doubts">Hibernate doubts</a> 2009-03-01 18:37:31</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/at-present-the-most-effective-methods-make-your-pirated-windows-xp-into-genuine/</wfw:commentRss>
	</item>
		<item>
		<title>Spring was registered in several ways Bean</title>
		<link>http://www.codeweblog.com/spring-was-registered-in-several-ways-bean/</link>
		<comments>http://www.codeweblog.com/spring-was-registered-in-several-ways-bean/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[succession]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[singleton]]></category>
<category><![CDATA[servlet http]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[static object]]></category>
<category><![CDATA[wap service]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-was-registered-in-several-ways-bean/</guid>
		<description><![CDATA[Bean was registered in spring of the four methods, especially the third method, to put it simply: A: Method A (multi-in struts framework) BaseDispatchAction succession II: Method II to achieve BeanFac ...]]></description>
		<content:encoded><![CDATA[Bean was registered in spring of the four methods, especially the third method, to put it simply: A: Method A (multi-in struts framework) BaseDispatchAction succession II: Method II to achieve BeanFac ...				<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/spring-was-registered-in-several-ways-bean/</wfw:commentRss>
	</item>
		<item>
		<title>ExtJS development summary</title>
		<link>http://www.codeweblog.com/extjs-development-summary/</link>
		<comments>http://www.codeweblog.com/extjs-development-summary/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 05:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[prototype]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[tree structure]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[extjs]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[class library]]></category>
<category><![CDATA[conversion]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[ria]]></category>
<category><![CDATA[client communication]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[data structure]]></category>
<category><![CDATA[html fragment]]></category>
<category><![CDATA[server technology]]></category>
<category><![CDATA[adaptation layer]]></category>
<category><![CDATA[backbase]]></category>
<category><![CDATA[configuration requirements]]></category>
<category><![CDATA[client communications]]></category>
<category><![CDATA[isomorphic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/extjs-development-summary/</guid>
		<description><![CDATA[Unknowingly have come to an end in 2008, and in this the last year, has been trying to use the ExtJS to do projects, from 1.1 to 2.2 now, eating a lot of hardship, there are a lot of harvesting, to su ...]]></description>
		<content:encoded><![CDATA[Unknowingly have come to an end in 2008, and in this the last year, has been trying to use the ExtJS to do projects, from 1.1 to 2.2 now, eating a lot of hardship, there are a lot of harvesting, to su ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10:02</li>
					<li><a href="http://www.codeweblog.com/universal-data-access-control-system-design/" title="Universal Data Access Control System Design">Universal Data Access Control System Design</a> 2009-02-28 09:05:03</li>
					<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/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/extjs-development-summary/</wfw:commentRss>
	</item>
		<item>
		<title>flash, flex interact with the page in several ways</title>
		<link>http://www.codeweblog.com/flash-flex-interact-with-the-page-in-several-ways/</link>
		<comments>http://www.codeweblog.com/flash-flex-interact-with-the-page-in-several-ways/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:45: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[param name]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[obj]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[interaction]]></category>
<category><![CDATA[indexof]]></category>
<category><![CDATA[flash method]]></category>
<category><![CDATA[flash actionscript]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flash-flex-interact-with-the-page-in-several-ways/</guid>
		<description><![CDATA[1. Through the parameter page &lt;param name=&quot;FlashVars&quot; value=&quot;&amp;state=&#39;true&#39;&quot;/&gt; flex, actionscript3 made in this state the value of flash, actionscript2 made in thi ...]]></description>
		<content:encoded><![CDATA[1. Through the parameter page &lt;param name=&quot;FlashVars&quot; value=&quot;&amp;state=&#39;true&#39;&quot;/&gt; flex, actionscript3 made in this state the value of flash, actionscript2 made in thi ...				<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/flash-flex-interact-with-the-page-in-several-ways/</wfw:commentRss>
	</item>
		<item>
		<title>ajax several ways jquery comparison</title>
		<link>http://www.codeweblog.com/ajax-several-ways-jquery-comparison/</link>
		<comments>http://www.codeweblog.com/ajax-several-ways-jquery-comparison/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 16:55:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[2 ways]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[submission]]></category>
<category><![CDATA[url url]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[eq]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[special effects]]></category>
<category><![CDATA[callback]]></category>
<category><![CDATA[load url]]></category>
<category><![CDATA[nuclide]]></category>
<category><![CDATA[url id]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-several-ways-jquery-comparison/</guid>
		<description><![CDATA[jquery&#39;s ajax several ways as follows: 1. $. Post (url, params, callback); 2. $. GetJSON (url, params, callback); 3. $. Ajax (); 4. $. Load (url, params, callback); The first: the use of post subm ...]]></description>
		<content:encoded><![CDATA[jquery&#39;s ajax several ways as follows: 1. $. Post (url, params, callback); 2. $. GetJSON (url, params, callback); 3. $. Ajax (); 4. $. Load (url, params, callback); The first: the use of post subm ...				<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/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-several-ways-jquery-comparison/</wfw:commentRss>
	</item>
		<item>
		<title>JS refresh the parent window in several ways</title>
		<link>http://www.codeweblog.com/js-refresh-the-parent-window-in-several-ways/</link>
		<comments>http://www.codeweblog.com/js-refresh-the-parent-window-in-several-ways/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[several ways]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-refresh-the-parent-window-in-several-ways/</guid>
		<description><![CDATA[Use iframe, pop-up sub-page to refresh the parent page iframe Js code &lt;script language=JavaScript&gt; parent.location.reload (); &lt;/ script&gt; Pop-up sub-page Js code &lt;script language=JavaScr ...]]></description>
		<content:encoded><![CDATA[Use iframe, pop-up sub-page to refresh the parent page iframe Js code &lt;script language=JavaScript&gt; parent.location.reload (); &lt;/ script&gt; Pop-up sub-page Js code &lt;script language=JavaScr ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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/js-refresh-the-parent-window-in-several-ways/</wfw:commentRss>
	</item>
		<item>
		<title>Software Development Process (CMMI / RUP / XP / MSF) are with non-?</title>
		<link>http://www.codeweblog.com/software-development-process-cmmi-rup-xp-msf-are-with-non/</link>
		<comments>http://www.codeweblog.com/software-development-process-cmmi-rup-xp-msf-are-with-non/#comments</comments>
		<pubDate>Tue, 05 May 2009 10:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[software development process]]></category>
<category><![CDATA[accumulation]]></category>
<category><![CDATA[iteration]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[software project]]></category>
<category><![CDATA[software process]]></category>
<category><![CDATA[alistair cockburn]]></category>
<category><![CDATA[waterfall model]]></category>
<category><![CDATA[life cycle model]]></category>
<category><![CDATA[software engineering education]]></category>
<category><![CDATA[software development costs]]></category>
<category><![CDATA[model errors]]></category>
<category><![CDATA[product delays]]></category>
<category><![CDATA[tsp]]></category>
<category><![CDATA[process model]]></category>
<category><![CDATA[own software]]></category>
<category><![CDATA[root causes]]></category>
<category><![CDATA[msf]]></category>
<category><![CDATA[methodology]]></category>
<category><![CDATA[controversy]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-development-process-cmmi-rup-xp-msf-are-with-non/</guid>
		<description><![CDATA[Often see and hear everyone in the process of argument Agile, RUP and CMM software development process which better or what the process well, have their own reasons, the controversy was in fact ...... ...]]></description>
		<content:encoded><![CDATA[Often see and hear everyone in the process of argument Agile, RUP and CMM software development process which better or what the process well, have their own reasons, the controversy was in fact ...... ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/designed-with-the-real-coding/" title="Designed with the real coding">Designed with the real coding</a> 2009-03-06 10:45:02</li>
					<li><a href="http://www.codeweblog.com/design-pattern-in-ejb-applications/" title="Design Pattern in EJB Applications">Design Pattern in EJB Applications</a> 2009-03-04 09:50:17</li>
					<li><a href="http://www.codeweblog.com/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</li>
					<li><a href="http://www.codeweblog.com/professional-it-management-talent-required-ability-ten/" title="Professional IT management talent required ability Ten">Professional IT management talent required ability Ten</a> 2009-02-28 10:05:04</li>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/software-development-process-cmmi-rup-xp-msf-are-with-non/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax principle. Development. Merits. Problems</title>
		<link>http://www.codeweblog.com/ajax-principle-development-merits-problems/</link>
		<comments>http://www.codeweblog.com/ajax-principle-development-merits-problems/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 07:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[working principle]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[merits]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[data validation]]></category>
<category><![CDATA[dynamic display]]></category>
<category><![CDATA[new language]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[dom implementation]]></category>
<category><![CDATA[jesse james garrett]]></category>
<category><![CDATA[asynchronous data]]></category>
<category><![CDATA[server deal]]></category>
<category><![CDATA[component technologies]]></category>
<category><![CDATA[technology portfolio]]></category>
<category><![CDATA[data exchange]]></category>
<category><![CDATA[proponent]]></category>
<category><![CDATA[initials]]></category>
<category><![CDATA[data processing]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-principle-development-merits-problems/</guid>
		<description><![CDATA[AJAX because of his relatively late, in the face of various ways to achieve AJAX I feel confusion, the tunnel will be their understanding of AJAX now you organize, but also facilitate future themselve ...]]></description>
		<content:encoded><![CDATA[AJAX because of his relatively late, in the face of various ways to achieve AJAX I feel confusion, the tunnel will be their understanding of AJAX now you organize, but also facilitate future themselve ...				<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/the-merits-of-the-field-driven-development/" title="The merits of the field-driven development">The merits of the field-driven development</a> 2009-03-01 11:55:02</li>
					<li><a href="http://www.codeweblog.com/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16: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/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/ajax-principle-development-merits-problems/</wfw:commentRss>
	</item>
		<item>
		<title>Zhang feast an alternative AJAX cross-domain solutions</title>
		<link>http://www.codeweblog.com/zhang-feast-an-alternative-ajax-cross-domain-solutions/</link>
		<comments>http://www.codeweblog.com/zhang-feast-an-alternative-ajax-cross-domain-solutions/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 16:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[article article]]></category>
<category><![CDATA[interaction]]></category>
<category><![CDATA[return values]]></category>
<category><![CDATA[document domain]]></category>
<category><![CDATA[security reasons]]></category>
<category><![CDATA[dynamic scripts]]></category>
<category><![CDATA[squid cache]]></category>
<category><![CDATA[cache servers]]></category>
<category><![CDATA[domain document]]></category>
<category><![CDATA[interface data]]></category>
<category><![CDATA[domain solutions]]></category>
<category><![CDATA[div tag]]></category>
<category><![CDATA[code javascript]]></category>
<category><![CDATA[code author]]></category>
<category><![CDATA[domain server]]></category>
<category><![CDATA[alternative solution]]></category>
<category><![CDATA[squid]]></category>
<category><![CDATA[feast]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/zhang-feast-an-alternative-ajax-cross-domain-solutions/</guid>
		<description><![CDATA[Zhang feast today to see a reference to the use of flash interim cross-domain AJAX requests to do an alternative solution, quite new and novel, click Record. The following content was reproduced Zhang ...]]></description>
		<content:encoded><![CDATA[Zhang feast today to see a reference to the use of flash interim cross-domain AJAX requests to do an alternative solution, quite new and novel, click Record. The following content was reproduced Zhang ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/zhang-feast-an-alternative-ajax-cross-domain-solutions/</wfw:commentRss>
	</item>
		<item>
		<title>js string interception</title>
		<link>http://www.codeweblog.com/js-string-interception/</link>
		<comments>http://www.codeweblog.com/js-string-interception/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[cow]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[abcdefg]]></category>
<category><![CDATA[string length]]></category>
<category><![CDATA[match 2]]></category>
<category><![CDATA[fg]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-string-interception/</guid>
		<description><![CDATA[abcdefg Request interception last two characters, that is, &quot;fg&quot;. The following are several ways: &lt;script&gt; string = &quot;abcdefg&quot; alert (string.substring (string.length-2, string. ...]]></description>
		<content:encoded><![CDATA[abcdefg Request interception last two characters, that is, &quot;fg&quot;. The following are several ways: &lt;script&gt; string = &quot;abcdefg&quot; alert (string.substring (string.length-2, string. ...				<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-string-interception/</wfw:commentRss>
	</item>
		<item>
		<title>JS in the replaceAll method of implementation</title>
		<link>http://www.codeweblog.com/js-in-the-replaceall-method-of-implementation/</link>
		<comments>http://www.codeweblog.com/js-in-the-replaceall-method-of-implementation/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[string string]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[interpreter]]></category>
<category><![CDATA[regexp]]></category>
<category><![CDATA[regular expression]]></category>
<category><![CDATA[string expression]]></category>
<category><![CDATA[global flag]]></category>
<category><![CDATA[string search]]></category>
<category><![CDATA[first period]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[substring]]></category>
<category><![CDATA[occurrence]]></category>
<category><![CDATA[periods]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-in-the-replaceall-method-of-implementation/</guid>
		<description><![CDATA[JavaScript found in the first replace () method if the direct use of str.replace (&quot;-&quot;,&quot;!&quot;) will only replace the first matching characters. And str.replace (/ \ - / g ,&quot;!&quot ...]]></description>
		<content:encoded><![CDATA[JavaScript found in the first replace () method if the direct use of str.replace (&quot;-&quot;,&quot;!&quot;) will only replace the first matching characters. And str.replace (/ \ - / g ,&quot;!&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/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-in-the-replaceall-method-of-implementation/</wfw:commentRss>
	</item>
	</channel>
</rss>
