<?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>markup language</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/markup-language/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>markup language</description>
	<pubDate>Sat, 20 Mar 2010 20:14:56+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>About JSON</title>
		<link>http://www.codeweblog.com/about-json/</link>
		<comments>http://www.codeweblog.com/about-json/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 12:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[web procedures]]></category>
<category><![CDATA[design principles]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[software architect]]></category>
<category><![CDATA[application integration]]></category>
<category><![CDATA[server data]]></category>
<category><![CDATA[data exchange]]></category>
<category><![CDATA[client server]]></category>
<category><![CDATA[9a]]></category>
<category><![CDATA[web service provider]]></category>
<category><![CDATA[deployment descriptor]]></category>
<category><![CDATA[xml browsers]]></category>
<category><![CDATA[java web services]]></category>
<category><![CDATA[language complexity]]></category>
<category><![CDATA[payload format]]></category>
<category><![CDATA[technology applications]]></category>
<category><![CDATA[viability]]></category>
<category><![CDATA[software applications]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/about-json/</guid>
		<description><![CDATA[Abstract XML - this for that client and server data exchange between the payload format has become almost synonymous with Web services. However, because Ajax and REST technology applications that affe ...]]></description>
		<content:encoded><![CDATA[Abstract XML - this for that client and server data exchange between the payload format has become almost synonymous with Web services. However, because Ajax and REST technology applications that affe ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
					<li><a href="http://www.codeweblog.com/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/about-json/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX Getting Started</title>
		<link>http://www.codeweblog.com/ajax-getting-started/</link>
		<comments>http://www.codeweblog.com/ajax-getting-started/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:05:15+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[xml web]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[implementation steps]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[core code]]></category>
<category><![CDATA[server return]]></category>
<category><![CDATA[http server]]></category>
<category><![CDATA[dynamic html elements]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[code html]]></category>
<category><![CDATA[traditional web]]></category>
<category><![CDATA[necessary data]]></category>
<category><![CDATA[request object]]></category>
<category><![CDATA[ajax xmlhttprequest]]></category>
<category><![CDATA[composition 1]]></category>
<category><![CDATA[web comparison]]></category>
<category><![CDATA[communication process]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-getting-started/</guid>
		<description><![CDATA[Brief introduction Ajax (Asynchronous JavaScript And XML) Asynchronous JavaScript and Extensible Markup Language The use of AJAX is a JavaScript and Extensible Markup Language (XML), in a web browser  ...]]></description>
		<content:encoded><![CDATA[Brief introduction Ajax (Asynchronous JavaScript And XML) Asynchronous JavaScript and Extensible Markup Language The use of AJAX is a JavaScript and Extensible Markup Language (XML), in a web browser  ...				<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/talk-about-the-design-mode/" title="Talk about the "design mode"">Talk about the "design mode"</a> 2009-03-02 22:05: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/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/spring-myfaces-hibernate-richfaces/" title="spring myfaces hibernate richfaces">spring myfaces hibernate richfaces</a> 2009-02-27 12:34:36</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-getting-started/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby on Rails and to use Action Web Service to create Web Services</title>
		<link>http://www.codeweblog.com/ruby-on-rails-and-to-use-action-web-service-to-create-web-services/</link>
		<comments>http://www.codeweblog.com/ruby-on-rails-and-to-use-action-web-service-to-create-web-services/#comments</comments>
		<pubDate>Mon, 25 May 2009 01:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[web application framework]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[remote procedure call]]></category>
<category><![CDATA[representational state transfer]]></category>
<category><![CDATA[action web]]></category>
<category><![CDATA[html template]]></category>
<category><![CDATA[software requirements]]></category>
<category><![CDATA[model view controller]]></category>
<category><![CDATA[application programming interface]]></category>
<category><![CDATA[http hypertext transfer protocol]]></category>
<category><![CDATA[interactive software systems]]></category>
<category><![CDATA[microsoft windows software]]></category>
<category><![CDATA[services description language]]></category>
<category><![CDATA[web services description language]]></category>
<category><![CDATA[transmission web]]></category>
<category><![CDATA[simple object access protocol]]></category>
<category><![CDATA[programming hardware]]></category>
<category><![CDATA[readme file]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-on-rails-and-to-use-action-web-service-to-create-web-services/</guid>
		<description><![CDATA[Action Web Service Module will be at Ruby on Rails implementation of Web services. Action Web Service will be the creation of SOAP and XML-RPC Web Services in support of server-side protocol. You can  ...]]></description>
		<content:encoded><![CDATA[Action Web Service Module will be at Ruby on Rails implementation of Web services. Action Web Service will be the creation of SOAP and XML-RPC Web Services in support of server-side protocol. You can  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-jpa/" title="What is the JPA">What is the JPA</a> 2009-02-28 16:00:21</li>
					<li><a href="http://www.codeweblog.com/rails-command/" title="Rails command">Rails command</a> 2009-02-28 15:15: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/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</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/ruby-on-rails-and-to-use-action-web-service-to-create-web-services/</wfw:commentRss>
	</item>
		<item>
		<title>Glossary</title>
		<link>http://www.codeweblog.com/glossary/</link>
		<comments>http://www.codeweblog.com/glossary/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[soap]]></category>
<category><![CDATA[cascading style sheets]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[dom document]]></category>
<category><![CDATA[javascript xml]]></category>
<category><![CDATA[resource description framework]]></category>
<category><![CDATA[user interface language]]></category>
<category><![CDATA[scalable vector graphics]]></category>
<category><![CDATA[xml css]]></category>
<category><![CDATA[model document]]></category>
<category><![CDATA[xml web services]]></category>
<category><![CDATA[model html]]></category>
<category><![CDATA[stylesheet language]]></category>
<category><![CDATA[rdf]]></category>
<category><![CDATA[syndication]]></category>
<category><![CDATA[glossary]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/glossary/</guid>
		<description><![CDATA[AJAX - Asynchronous JavaScript and XML (Asynchronous JavaScript and XML) CSS - Cascading Style Sheets DOM - Document Object Model (Document Object Model) HTML - HTML JavaScript XML - Extensible Markup ...]]></description>
		<content:encoded><![CDATA[AJAX - Asynchronous JavaScript and XML (Asynchronous JavaScript and XML) CSS - Cascading Style Sheets DOM - Document Object Model (Document Object Model) HTML - HTML JavaScript XML - Extensible Markup ...				<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/glossary/</wfw:commentRss>
	</item>
		<item>
		<title>Java Products and software download</title>
		<link>http://www.codeweblog.com/java-products-and-software-download/</link>
		<comments>http://www.codeweblog.com/java-products-and-software-download/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[user authentication]]></category>
<category><![CDATA[web site resources]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[java framework]]></category>
<category><![CDATA[flexible security solution]]></category>
<category><![CDATA[enterprise web applications]]></category>
<category><![CDATA[productivity toolkit]]></category>
<category><![CDATA[scalable components]]></category>
<category><![CDATA[application development tools]]></category>
<category><![CDATA[aix 5]]></category>
<category><![CDATA[advanced accounting]]></category>
<category><![CDATA[rule based reasoning]]></category>
<category><![CDATA[declarative security]]></category>
<category><![CDATA[java swing]]></category>
<category><![CDATA[fuzzy logic]]></category>
<category><![CDATA[java products]]></category>
<category><![CDATA[data conversion]]></category>
<category><![CDATA[business url]]></category>
<category><![CDATA[component library]]></category>
<category><![CDATA[java objects]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-products-and-software-download/</guid>
		<description><![CDATA[This column provides hundreds of Java products and software download site link and brief introduction developerWorks Web site resources related technologies. Through this column, you can easily find y ...]]></description>
		<content:encoded><![CDATA[This column provides hundreds of Java products and software download site link and brief introduction developerWorks Web site resources related technologies. Through this column, you can easily find y ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-a-rake-and-rake-command-brief-introduction/" title="What is a rake and rake command brief introduction">What is a rake and rake command brief introduction</a> 2009-03-04 05:55:02</li>
					<li><a href="http://www.codeweblog.com/subject-rake-and-rake-command-what-is-brief-introduction/" title="Subject: rake and rake command what is brief introduction">Subject: rake and rake command what is brief introduction</a> 2009-03-04 02:50:02</li>
					<li><a href="http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/" title="SUI-JavaScript rich UI library integration solution">SUI-JavaScript rich UI library integration solution</a> 2009-03-03 01:05:04</li>
					<li><a href="http://www.codeweblog.com/ror-resources/" title="ROR resources">ROR resources</a> 2009-02-28 19:15:03</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/java-products-and-software-download/</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>SUI-JavaScript rich UI library integration solution</title>
		<link>http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/</link>
		<comments>http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:05:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[api]]></category>
<category><![CDATA[circumstances]]></category>
<category><![CDATA[conflicts]]></category>
<category><![CDATA[ui library]]></category>
<category><![CDATA[canlendar]]></category>
<category><![CDATA[ui components]]></category>
<category><![CDATA[interface structure]]></category>
<category><![CDATA[class implementation]]></category>
<category><![CDATA[space goals]]></category>
<category><![CDATA[markup language]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[integration solution]]></category>
<category><![CDATA[marker]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[conversion]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/</guid>
		<description><![CDATA[Introduction: SUI is not a class implementation of the UI, nor is it a standard set of UI markup language, it is just to help the existing UI frameworks (such as Ext, YUI like) to mark the way to the  ...]]></description>
		<content:encoded><![CDATA[Introduction: SUI is not a class implementation of the UI, nor is it a standard set of UI markup language, it is just to help the existing UI frameworks (such as Ext, YUI like) to mark the way to the  ...				<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/sui-javascript-rich-ui-library-integration-solution/</wfw:commentRss>
	</item>
	</channel>
</rss>
