<?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/"
	>

<channel>
	<title>Focusing Knowledge&#187; Ajax</title>
	<atom:link href="http://paladn.com/blog/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://paladn.com/blog</link>
	<description>Power Tools for Smart Ideas...</description>
	<lastBuildDate>Tue, 12 Apr 2011 20:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Vim: the Swiss Army Knife of Programming and Website Development Tools</title>
		<link>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/</link>
		<comments>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:35:50 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/</guid>
		<description><![CDATA[Paraphrasing the Peter Allen song, ‘Everything Old is New Again’ would be the perfect way to describe using the recent editions of Vim in its role as a premier tool in the arsenal of well-equipped web developers and programmers. Vim supports contextual intelligence and support for HTML, C, C++, CSS, PHP, Python, Javascript, Ruby and [...]]]></description>
			<content:encoded><![CDATA[<p>Paraphrasing the Peter Allen song, ‘Everything Old is New Again’ would be the perfect way to describe using the recent editions of Vim in its role as a premier tool in the arsenal of well-equipped web developers and programmers. Vim supports contextual intelligence and support for HTML, C, C++, CSS, PHP, Python, Javascript, Ruby and many other languages, with the ability to add others as they gain favor!   This powerful free and open source program which has been a mainstay of the Unix/Linux community for decades is now available in versions for Windows and Mac machines.  I recently revisited this marvelous software after first seeing it several decades ago, and was impressed enough after spending a few days getting re-acquainted to adopt it as a mainstay in my programming arsenal.  This is an excellent and powerful tool which will provide much of the ammunition any data infomancer or development guru will need to create and maintain a thoroughly professional product!<span id="more-305"></span></p>
<p>Long ago, before the PC had gained acceptance in the computing community, I was engaged in developing a well funded futures trading software platform using the Unix system which interacted with data stored (as I recall) on an Informix platform.  The workings of the program were in C language, and the most convenient method of writing the code was a program called Vi, which came as part of the Unix package.  It was, I thought at the time, a prodigiously inconvenient and non-intuitive piece of software.  Very soon thereafter, PCs gained acceptance within the organization, and we were able to port the C code over to the PC, adopt another more convenient tool for programming, called Personal Editor (PE) which had a much more friendly interface.  Although the C programs were written on the PC, they were compiled and run on a mainframe and we happily bid a fond farewell to the quirky Unix system.</p>
<p>In parallel to this migration, Linux came of age, and the Vi editor was replaced by Vim (Vi improved).  Unix and Linux acquired a GUI capability, and the developers and programmers grew in their expectations and level of sophistication.  I was recently re-introduced to the Vim editor, which has a graphics component.  And the quirky commands with which I grew so frustrated years ago, I quickly came to appreciate.</p>
<p>And I have spent the last several weeks experimenting and out-fitting my Vim editor with a set of new and powerful tools which have made my life a lot easier.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2011/01/index.jpg" border="0" alt="Index - a php context sensitive file with appropriate highlighting" hspace="10" align="left" />At Paladin, we do a lot of <a title="Paladin database development" href="http://www.paladn.com/services/database-design.html" target="_blank">database programming</a> to which access is usually gained through the web (either internet, or intra net).  Modern practice and convention now suggests that even what was previously the province of ‘desktop’ data-enabled applications are now run using <a title="portfolio of database projects" href="http://www.paladn.com/portfolio.html" target="_blank">industrial strength database management systems </a>( such as Oracle, Sql Server, MySQL, or Informix) communicated with and from through a browser (Internet Explorer, Google Chrome, Firefox, etc.)  This has occurred in no small part because of the reluctance of the IT professionals to cede to standards of internet and data processing and delivery to one company whose name begins with ‘M’.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2011/01/php-function_small.jpg" border="0" alt="PHP and HTML context highlighting in Vim" hspace="10" align="right" />So the state of the art today allows 6 or 7 different types of Browsers to request and receive information from dozens of mainstream industrial-strength database managers.  This configuration has given rise to a Tower of Babel in which the processing and parsing of data through these channels is typically handled by a variety of languages – each with different grammar, purposes, characteristics and strengths.  As a matter of fact, in any web based data application, it would not be at all unusual for as many as a dozen languages/technologies to be required.</p>
<p>For example:</p>
<ol>
<li>All communications with the users’ screen is done through HTML, or HTML 5.</li>
<li>The screen appearance can be modified and enhanced using CSS</li>
<li>Variable information sent to the screen comes from the database and is called using PHP, or some similar language</li>
<li>Once the data arrives at the desktop, it is parsed and sorted using Javascript</li>
<li>Jquery encapsulates that data so it appears similar, no matter what browser the user is using</li>
<li>Depending on what data arrives, the screen can be changed using AJAX</li>
<li>XML and XSLT technology can allow runtime applications to dictate output and appearance</li>
<li>Database languages, either Ansi SQL or Javascript may be used to interact with the database proper.</li>
</ol>
<p>For every one of the above languages, Vim provides support in syntax files, indenting formats, pairing of parentheses, braces, brackets, and control expressions.  There are plugins available in many of the languages which will test for grammatical errors and unclosed expressions.  There is support for many other languages, too: C, C++, Ruby, Python, and others in addition to its power macro and scripting languages.</p>
<p>There is command support within the editor for taking a file from a buffer (many files can be edited concurrently) and sending it to a browser to see if the results are as you expected immediately.  The software allows you to create your own dictionaries (context sensitive, of course), shortcut keys, abbreviations, and a whole host of other very productive stuff.  The product is quirky, to be sure, but it has the aroma of genius.</p>
<p>And here’s a list of Vim resources:</p>
<ul>
<li>The Vim <a title="Vim Reference Manual" href="http://vimdoc.sourceforge.net/htmldoc/usr_toc.html" target="_blank">Reference Manual</a></li>
<li><a href="http://www.vim.org/" target="_blank">Vim source and down;load</a> download and repository of many plugins</li>
<li>Vim <a href="http://vimhelp.appspot.com/" target="_blank">Vim Help Files</a></li>
<li>Vim <a href="http://blog.interlinked.org/tutorials/vim_tutorial.html" target="_blank">Vim Introduction and Tutorial</a></li>
<li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html" target="_blank">Graphical vi-vim Cheat Sheet and Tutorial</a></li>
</ul>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;bodytext=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;t=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;annotation=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Google Bookmarks"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Blogosphere News"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;t=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;notes=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="del.icio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="email"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;submitHeadline=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;submitSummary=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;body=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Ping.fm"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;partner=sociable" title="Print"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming Web Content with Web2.0</title>
		<link>http://paladn.com/blog/programming-web-content-with-web2-0/</link>
		<comments>http://paladn.com/blog/programming-web-content-with-web2-0/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:01:50 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Social network service]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web marketing]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=242</guid>
		<description><![CDATA[Summary: Recent advances in telecommunications, net technology and consumer expectations have brought about concomitant advances in the demand for more rich and sophisticated languages, content, and interaction on the web between the providers and users of the web.  These new abilities are loosely referred to as web2.0 technology.  Web2.0 allows a more engaging interaction between [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary</strong>: Recent advances in telecommunications, net technology and consumer expectations have brought about concomitant advances in the demand for more rich and sophisticated languages, content, and interaction on the web between the providers and users of the web.  These new abilities are loosely referred to as web2.0 technology.  Web2.0 allows a more engaging interaction between the producer and consumer, and allow a new depth of communication and interaction that even just a few years ago was impossible.  Sophisticated techniques and languages such as javascript, AJAX, embedded video, and other technologies make this possible.  This article provides an introduction to those technologies, which are affordable, elegant, and becoming more and more of a requirement in the web competition of today.<span id="more-242"></span></p>
<p>A few months ago, I answered a question posed, i think, on one of the  LinkedIn discussion groups (as MrPaladin) where someone wanted to know about  Web2.0.  My answer was roundly accepted as authoritative and descriptive.  But  in retrospect, it was probably provincial and pedantic.  The answer I gave  described the feature of Web2.0 applications that allows interaction with the user without reloading the page.  I used as examples perhaps web pages with  stock tickers, or news tickers which constantly update their content, or folks  who put their latest tweets from Twitter on their web page to be updated the  minute each gem of wisdom gets published.</p>
<p>That answer was correct, but one dimensional, because it focused only on the  appearances and apparent technology.  In a practical sense, Web2.0 is a much  larger concept.</p>
<p>At <a href="http://www.paladn.com/">Paladin Consultants, LLC </a>we do <a title="web services" href="http://www.paladn.com/services/web-services.html" target="_blank">web  sites</a>, and web services.  Many of the technologies we use come from more  sophisticated and mission critical applications.  Over the past decade,  developments in computer languages, processing speed, band width and  transmission speed has grown, with an associated increment in demand and  expectations for more sophisticated content, marketing, interaction, and  entertainment in web sites.  This article is an exposition of some of those  methods and techniques.</p>
<p>Another article, which discusses the technology of XML (eXtentible Markup Language) was published a few weeks ago in our <a href="http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/" target="_blank">blog</a>.    XML is another indispensable tool for creating and maintaining content in web2.0 pages.</p>
<p>The early web sites were billboards.  They advertised their clients’ product  for all who passed by.  This progressed rapidly to shopping carts, so that the  passers by could order and pay for products.  But there were obvious  limitations.  In the first place, folks don’t like to read long web pages.  So  the amount of information offered on a page needed to be limited, or, even  better, refined so that the user got served only what he was interested in.</p>
<p>Second, marketing grew more sophisticated.  Instead of just offering products  to a mass market, web sites not are able to establish a kind of a dialog, or  relationship with the customer.  This is accomplished through interaction over  the web.  You don’t want to force the customer to reload pages with every  choice, so new technology now allows the user’s machine to go and request new  data, choices, colors, or what have you while the customer is browsing elsewhere  on the page.  That new information is requested, received, and formatted behind  the scenes, and inserted into the appropriate place while the customer reads on  without interruption.</p>
<p><!-- #twtr-widget-1{float:right;padding:0 0 20px 10px} --><br />
<script src="http://widgets.twimg.com/j/2/widget.js" type="text/javascript"></script> <script type="text/javascript">// <![CDATA[
  new TWTR.Widget({version:2,type:'search',search:'from:MrPaladin',interval:6000,title:'Words of Wisdom...',subject:'Hope I don\'t say Something stupid....',width:250,height:300,theme:{shell:{background:'#8ec1da',color:'#ffffff'},tweets:{background:'#ffffff',color:'#444444',links:'#1985b5'}},features:{scrollbar:false,loop:false,live:true,hashtags:true,timestamp:true,avatars:true,behavior:'all'}}).render().start();
// ]]&gt;</script>This Twitter widget is something I have resisted putting on our blog and web  site.  Not all the things I mention on Twitter are, strictly speaking, technology  and business related.  But in the overall context of things, perhaps that’s not  all bad.  People  sometimes value that the folks they are dealing with are real  people and have personalities just like them.  And this Twitter widget is a good  example of how you can be more in touch and interact with your customer.  It  puts a ‘human face&#8217; on your company brand.</p>
<p>Web2.0 is said to be the embodiment of more exciting, interesting and topical  content into today&#8217;s web by using new technology such as javascript, video,  sound, and content from other sites.  Interaction and content from Flickr,  Twitter, Google, YouTube.  The ability to embed this new technology into web  sites and deliver them to users through their browser brings a welcome new  dimension to web communication with the customer.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="150" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9965221&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="200" height="150" src="http://vimeo.com/moogaloop.swf?clip_id=9965221&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9965221">Story of my life</a> from <a href="http://vimeo.com/user3321636">Paladin Consultants LLC</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Here’s a very short video a friend recently sent me.  It suits me to a tee  philosophically, and it is illustrative of the purpose and intent of this  article in a very real way.  See if you don’t agree that content of this sort  will make a user more receptive.  See if you don’t agree that it can go a long  towards establishing a connection between the site’s owner and the prospective  client/customer/user.</p>
<p>Here’s a demonstration of a web2.0 technique that combines the solution of  economy of screen real estate with a clever way of ascertaining and then  delivering content tailored to a user’s preferences.  Click on one of the dark subject words below.</p>
<p>Web2.0 is a great technology because it delivers on target to so many  points:</p>
<p><strong>Interest</strong><br />
By your choice of ‘Interest’ you have shown that  this subject is a key hot button for you.  You don’t need to be bothered by the  other items, and clicking on the key word can be both recorded and rewarded.  At  the same time, screen real estate is conserved.  Sometimes when a user is  confronted with a huge page of text with no ‘candy’ he will move on before you  get your point across.</p>
<p><strong>Content</strong><br />
You are able to add interesting and rich content  to your articles or pages in a way that didn’t exist until very recently.   Sometimes you might want to add a video extolling the virtues and benefits of  your products, or convey an idea in an entertaining way.</p>
<p><strong>Marketing  &amp;  Sales</strong>Here, as I suggested above, you are  able to ferret out the user’s preferences, and deliver a targeted response.  You  are fmeeting his/her needs in a way that was impossible before.  You are able to  establish esily a relationship with the user which is non-threatening and  helpful.  And this technology will help you distinguish yourself from your  competitors.</p>
<p><strong>ROI</strong>Technology, properly implemented, is an effective and  cost saving technique.  You are able to use a veritable smorgasbord of other  sites’ technology (such as in my Twitter example) including Google,  Flickr,  Yahoo,  and many many others.  Many sites encourage use of their content, and  even provide maps, or hooks into them because they want to cooperate and  establish a standard.  This is good because you can use this free content to  offer information and service to your clients.  A prominent example of this is  Google Maps, which are appearing on many retail sites today.  And, although the  technology is not ‘so simple a caveman can do it’, it is well proven, reliable,  and effective.</p>
<p>The purpose of this article is to suggest various ways that one can improve  his content and delivery to targeted and happy potential customers.  The fast  moving technologies embedded in web2.0 web pages is growing more powerful and pervasive every day.  If I were to talk about all of the technology, the article  would too long and uninteresting.  So I have confined my remarks to suggesting  business uses of this technology.  If you would like to see more examples shown  in a non-technical and non-threatening environment, the folks at the Academy of  the Sacred Heart in Bloomfield Hills, Michigan have put together an <a title="23 things about web2.0" href="http://ash23things.blogspot.com/" target="_blank">excellent primer </a>on the subject.  Another, more technical  source is the  <a href="http://www.w3schools.com/default.asp" target="_blank">W3Schools Online Web Tutorials</a>.</p>
<p>Please feel free to comment on this article below.</p>
<p><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script type="text/javascript">// <![CDATA[
$('#contentlimit .entry p strong').each(function(){var parent=$(this).parent();var head=$(this);var content=$(document.createElement('span'));content.html(parent.html().substring(parent.html().indexOf('</b>')+9));head.attr('defaultHTML',head.html());head.html('+ '+head.attr('defaultHTML'));parent.html('');parent.append(head);parent.append(content);content.hide().addClass('acc_hidden');head.css('cursor','pointer');head.click(function(){if(content.is('.acc_hidden')){$(this).html('-&nbsp;&nbsp;'+$(this).attr('defaultHTML'));content.removeClass('acc_hidden').addClass('acc_shown')}else{$(this).html('+ '+$(this).attr('defaultHTML'));content.removeClass('acc_shown').addClass('acc_hidden')}content.toggle('fast')})});
// ]]&gt;</script></p>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0&amp;bodytext=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;t=Programming%20Web%20Content%20with%20Web2.0" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0&amp;annotation=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us" title="Google Bookmarks"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0" title="Blogosphere News"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;t=Programming%20Web%20Content%20with%20Web2.0" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0&amp;notes=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us" title="del.icio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Programming%20Web%20Content%20with%20Web2.0&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F" title="email"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Programming%20Web%20Content%20with%20Web2.0&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;submitHeadline=Programming%20Web%20Content%20with%20Web2.0&amp;submitSummary=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0&amp;body=Summary%3A%20Recent%20advances%20in%20telecommunications%2C%20net%20technology%20and%20consumer%20expectations%20have%20brought%20about%20concomitant%20advances%20in%20the%20demand%20for%20more%20rich%20and%20sophisticated%20languages%2C%20content%2C%20and%20interaction%20on%20the%20web%20between%20the%20providers%20and%20us" title="Ping.fm"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;partner=sociable" title="Print"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fprogramming-web-content-with-web2-0%2F&amp;title=Programming%20Web%20Content%20with%20Web2.0" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/programming-web-content-with-web2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://paladn.com/blog/wp-content/uploads/2010/03/Story_of_my_life.wmv" length="1588284" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>XML: A Key Powerful Software Technology  to Grow Your Business and Engage Your Customers</title>
		<link>http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/</link>
		<comments>http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:43:47 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[consulting business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/</guid>
		<description><![CDATA[Summary:XML technology enables a host of new web techniques which enable B2B applications, RSS web feeds, and AJAX client side interactive web experiences.  Collectively, these modern web techniques provide a more rewarding user experience and promote a closer engagement with the customer.  XML and its related languages and envelopes will likely continue to be exploited [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary:</strong>XML technology enables a host of new web techniques which enable B2B applications, RSS web feeds, and AJAX client side interactive web experiences.  Collectively, these modern web techniques provide a more rewarding user experience and promote a closer engagement with the customer.  XML and its related languages and envelopes will likely continue to be exploited to even greater effect in the web communication between buyers and sellers, vendors and clients.  This article is intended to describe the functionality of that technology, and to suggest ways that users might be able to employ techniques enables by XML to grow their business and better engage and serve their customers.  <a href="http://www.paladn.com" target="_blank">Paladin Consultants, LLC</a> has in depth experience in the construction and implementation of this and similar techniques.<span id="more-238"></span></p>
<p>XML (eXtensible Markup Language) is a very important and key technology in today’s internet, and other applications involved in the smooth transfer of data between computers.  As a markup language, it bears a family resemblance to other similarly named languages, most notably HTML or HyperText Markup Language.  HTML is the language of the internet which allows <a href="http://www.paladn.com/services/web-services.html" target="_blank">web pages</a> to be displayed and formatted in multiple browser configurations with the two-fold objectives of flexible formatting (to allow layouts to be presented adequately across multiple screen sizes), and the enabling of hypertext, or the links which allow the user to ‘jump’ to other related pages with the click of a mouse.</p>
<p>The operative genetic link between these two languages is the ‘Markup Language’ common component of their names.  The markup language means that content of the files using these languages are enclosed in ‘tags’ or labels, which define their context.  But there the similarity ends.  HTML recognizes a list of perhaps 200 words that when properly used as labels and descriptors can allow a web page to be rendered or interpreted into what passes as a well formatted document.</p>
<p>XML, on the other hand doesn’t DO anything.  It provides the mechanism to store reasonable amounts of data in a commonly accepted and defined format for transfer and communication between computers and systems.  Its vocabulary is theoretically unlimited in that tags may be made up and transmitted at will,provided that their punctuation is proper.  The files themselves are made up of elements which are delimited by these tags.  XML tags are case sensitive, whereas HTML tags are not.  The elements, or nodes may be multi-generational with some elements having lesser nodes describing characteristics or individuals of the larger nodes.  Here&#8217;s an example of a small XML document which simulates a group of  appointment book entries:</p>
<p><span style="font-size: xx-small;"><span style="color: #0000ff;"><span class="m">&lt;?</span><span class="pi">xml version=&#8221;1.0&#8243; </span><span class="m">?&gt;</span></span> </span></p>
<p><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span><span style="color: #990000;">appointment</span></span><span class="t"><span style="color: #990000;">planner</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></p>
<div class="e">
<div>
<div class="e">
<blockquote style="margin-right: 0px;" dir="ltr">
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">year</span><span class="t"> value</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>2010</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<blockquote style="margin-right: 0px;" dir="ltr">
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">date</span><span class="t"> month</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>4</strong><span class="m"><span style="color: #0000ff;">&#8220;</span></span><span class="t"><span style="color: #990000;"> day</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>15</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<div class="e">
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">note</span><span class="t"> time</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>1230</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span><span class="tx"><strong>Doctor&#8217;s appointment</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">note</span><span class="t"> time</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>1420</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span><span class="tx"><strong>C# Class</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">date</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">date</span><span class="t"> month</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>4</strong><span class="m"><span style="color: #0000ff;">&#8220;</span></span><span class="t"><span style="color: #990000;"> day</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span><span style="color: #000000;"><strong>17</strong></span></span><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<div class="e">
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span><span class="tx"><strong>Easter</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">date</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">date</span><span class="t"> month</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>4</strong><span class="m"><span style="color: #0000ff;">&#8220;</span></span><span class="t"><span style="color: #990000;"> day</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>20</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<div class="e">
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">note</span><span class="t"> time</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>0900</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span><span class="tx"><strong>Network Configuration Mtg</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">date</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">date</span><span class="t"> month</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>4</strong><span class="m"><span style="color: #0000ff;">&#8220;</span></span><span class="t"><span style="color: #990000;"> day</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>20</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<div class="e">
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">note</span><span class="t"> time</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>2100</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span><span class="tx"><strong>Party at Joe&#8217;s</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">date</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
<div class="c" style="text-indent: -2em; margin-left: 1em;"><a class="b" onclick="return false" href="http://paladn.com/blog/planner.xml_23" onfocus="h()"><strong><span style="font-family: Courier New; color: #ff0000; font-size: xx-small;">-</span></strong></a><span style="font-size: xx-small;"> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">date</span><span class="t"> month</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>4</strong><span class="m"><span style="color: #0000ff;">&#8220;</span></span><span class="t"><span style="color: #990000;"> day</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>23</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span></span></div>
<div class="e">
<div class="e">
<div style="text-indent: -2em; margin-left: 1em;"><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;</span></span><span style="color: #990000;"><span class="t">note</span><span class="t"> time</span></span><span class="m"><span style="color: #0000ff;">=&#8221;</span></span><strong>1400</strong><span style="color: #0000ff;"><span class="m">&#8220;</span><span class="m">&gt;</span></span><span class="tx"><strong>Budget Presentation</strong></span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">note</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span> </span></div>
</div>
<div><span style="font-size: xx-small;"><span class="b"><strong><span style="font-family: Courier New; color: #ff0000;"> </span></strong></span> <span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">date</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
</blockquote>
</blockquote>
<div><span style="font-size: xx-small;"><span style="color: #ff0000;"><span class="b"><strong><span style="font-family: Courier New;"> </span></strong></span> </span><span class="m"><span style="color: #0000ff;">&lt;/</span></span><span class="t"><span style="color: #990000;">year</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
<div><span style="font-size: xx-small;"><span class="m"><span style="color: #0000ff;">&lt;/</span><span style="color: #990000;">appointment</span></span><span class="t"><span style="color: #990000;">planner</span></span><span class="m"><span style="color: #0000ff;">&gt;</span></span></span></div>
</div>
</div>
<p>XML is truly an abstract language.  There are no specific words required, only that each element, including the root element of the document itself, be enclosed by matching tags, and that its first line declare that it is an XML document.</p>
<p>There’s more.  One can actually create an XML language which will act as a container for a specific application.  This involves an additional referenced file which contains those definitions.  These files are called schemas or DTD documents (Data Type Definition) which can actually define the permitted or required elements in an XML file.  One could invent an XML application language which would be specific to -say– chemistry (requiring definition of atomic numbers, or isotope variants), or medicine (perhaps a separate schema for each specialty, or even for each doctor within a practice)  The schemas or DTDs can define the type of data within an element – text, video, binary, file, or whatever.  This is very powerful technology.</p>
<p>There are several ancillary technologies related to XML which magnify its strengths.  For instance XPATH and XQUERY empower the user to parse an XML document to extract portions or elements of the document related to what he is seeking – much like Regular Expression and database query technologies.  XSLT uses the XPATH functionality to format an XML document.  And there is facility within modern day relational databases to receive data from XML, and deliver data from XML, distributing and gathering it appropriately from relational tables.</p>
<p>The flexibility and abstract nature of XML make the protocol extremely adaptable and useful for exchanging all manner of data between applications.</p>
<ul>
<li>Business to Business transactions are now typically (orders, confirmations, quotes) transacted using XML, or one of its variants or extensions.  This allows a buyer company using Windows machines to communicate and accept confirmation of orders to their supplier company who is running a Unix system</li>
<li>RSS transmissions are standardized using XML, or its close cousin ATOM protocols.  This allows a light weight individually tailored package to be delivered to the user and interpreted successfully, whether the user is a Mac Windows, or Linux machine.</li>
<li>XML allows websites to provide a web page to be displayed and tailored to each individual.  This is more complex than Amazon’s personal recommendations.  This technique is closer to the iGoogle page which allow you to construct your own home page.  The preferences and URLs you ask for, are formatted to the way you set them, then stored in an XML file.</li>
<li>XML technology would allow you to construct a feed of your Twitter or Product Specials information to be constantly updated on your blog or website.</li>
<li>AJAX (asynchronous Javascript and XML) techniques which use XML with javascriptis a technique which allows an interactive and dynamic web experience for the user by empowering the client side web application to update the web page depending on choices made real time by the user.</li>
</ul>
<p>The best thing about these interactions is that they are done under the radar.  There is no need to take any action either as sender or receiver of this information, since the XML filesare created and interpreted without any human interaction.  This is a very easy to provide updated fresh content for a website or blog without expending additional resources. XML is related to and is basic to similar protocols like SOAP (Simple Object Access Protocol) and JSON (JavaScript Access Notation).</p>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;bodytext=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;t=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;annotation=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo" title="Google Bookmarks"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="Blogosphere News"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;t=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;notes=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo" title="del.icio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F" title="email"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;submitHeadline=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;submitSummary=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers&amp;body=Summary%3AXML%20technology%20enables%20a%20host%20of%20new%20web%20techniques%20which%20enable%20B2B%20applications%2C%20RSS%20web%20feeds%2C%20and%20AJAX%20client%20side%20interactive%20web%20experiences.%C2%A0%20Collectively%2C%20these%20modern%20web%20techniques%20provide%20a%20more%20rewarding%20user%20experience%20and%20promo" title="Ping.fm"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;partner=sociable" title="Print"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fxml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers%2F&amp;title=XML%3A%20A%20Key%20Powerful%20Software%20Technology%20%20to%20Grow%20Your%20Business%20and%20Engage%20Your%20Customers" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

