<?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; Software</title>
	<atom:link href="http://paladn.com/blog/category/software/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>Abstract Objects in Software Design: Parallels in Life</title>
		<link>http://paladn.com/blog/abstract-objects-in-software-design-parallels-in-life/</link>
		<comments>http://paladn.com/blog/abstract-objects-in-software-design-parallels-in-life/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 18:16:13 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[IT consultants]]></category>
		<category><![CDATA[modelling]]></category>
		<category><![CDATA[object object-orientation software development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=309</guid>
		<description><![CDATA[An important trait of a sophisticated software designer is his ability to recognize abstract tasks and requirements in the assignment in which he is engaged.  In this way the software consultant  is able to learn and bring value from his past experience and create rand use reusable code.  It also forces the software designer to [...]]]></description>
			<content:encoded><![CDATA[<p>An important trait of a sophisticated <a href="http://www.paladn.com/services/custom-software.html" target="_blank">software designer</a> is his  ability to recognize abstract tasks and requirements in the assignment in which  he is engaged.  In this way the software  consultant  is able to learn and bring  value from his past experience and create rand use reusable code.  It also forces<ins datetime="2011-04-12T21:09" cite="mailto:Jinky%20Apple%20Holgado"> </ins> the  software designer to think analytically using critical reasoning, and employment  of abstract imagination to bring value to the client in the project.  This exercise requires listening and asking  probative questions to arrive at and discern abstract analogies to solutions  arrived at in his <a href="http://www.paladn.com/portfolio.html" target="_blank">previous engagements</a>.<span id="more-309"></span><a href="http://www.paladn.com/services/web-services.html" target="_blank">Computer programming</a> and software design are in reality efforts to  re-create an invisible model of conditions in the real world.  The more closely the program replicates the  reality of a business or other system, the better will be its performance.  The complicated aspect of developing software  is the implicit requirement that the software designer<ins datetime="2011-04-12T21:24" cite="mailto:Jinky%20Apple%20Holgado"> </ins>be able to visualize and model an invisible  replica of what exists in the real world.</p>
<p><a href="http://paladn.com/blog/wp-content/uploads/2011/04/gauge-objects.jpg"><img class="aligncenter size-full wp-image-311" title="gauge-objects" src="http://paladn.com/blog/wp-content/uploads/2011/04/gauge-objects.jpg" alt="" width="500" height="191" /></a></p>
<p>We are  using the gauges image as a metaphor for thinking in classes and objects, which,  in the software world, are the building blocks of abstract thinking.  We are doing that because it is easier to  demonstrate an abstraction when it applies to something that you can see, rather  than something that is invisible.  Notice  the commonalities of the gauges objects: they all are processes which convey  information from the automobile to the driver.   Although they differ in their detail, they all possess the property of  being able to convert the voltage into usable information.  They all have scales, labels, pointers and  the necessary equipment or functions to convey their respective information to  the driver.</p>
<p>In a  smaller sense they do have meaningful differences.  Their scales are different; their labels differ; and  their sizes differ.  And depending on the model of car, their  shapes and colors can be different.   However these smaller differences can either be built in to the classes  that define the gauge, or passed in as parameters.</p>
<p>It is  the commonalities of these structures it would make our gauges and excellent  example of a candidate for an abstract object.   Software designers refer to code that is a blueprint for these objects as  ‘classes’.  Objects can also possess  powers known as functions or methods which enable an object to perform its  expected tasks.  In the case of the gauge  object these methods are limited to those that receive and transmit  information.  The gauge objects all  receive information in the form all of voltage from a wire connected to  them.  And they confirm that information  and output it to move their needle pointer to an appropriate level all in the  gauge’s scale.</p>
<p>Notice  that in the case of the speedometer and tachometer, there are additional digital  gauges which are used to convey the information of mileage.  However even in these embedded digital  gauges, information is derived from the same voltage current sources.  It is also significant to note that these  embedded gauges demonstrate another important principle of abstraction: that  classes can be and frequently are composed from other classes, and can inherit  and/or override properties from their more primitive ancestors.</p>
<p>It is  this <em>object oriented</em> approach which is the hallmark of modern <a href="http://www.paladn.com/services/database-design.html" target="_blank">database  and software design</a>.  The practice of discerning, building and re-using  practical and useful software objects creates synergies and efficiencies for  both the software design process and the client, bring value to both.  It is  also the best way to evaluate and test the integrity of the output, and maintain  or modify the resultant code.</p>
<p>The  ability and skill with which a software designer/consultant is able to visualize  and perceive abstract components in the systems which the software designer is  modeling is the most important and direct indicator of the web development  consultant’s value and integrity in the quality of his work.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;bodytext=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;t=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;annotation=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;t=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;notes=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;submitHeadline=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;submitSummary=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life&amp;body=An%20important%20trait%20of%20a%20sophisticated%20software%20designer%20is%20his%20%20ability%20to%20recognize%20abstract%20tasks%20and%20requirements%20in%20the%20assignment%20in%20which%20%20he%20is%20engaged.%C2%A0%20In%20this%20way%20the%20software%20%20consultant%C2%A0%20is%20able%20to%20learn%20and%20bring%20%20value%20from%20his%20past%20e" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fabstract-objects-in-software-design-parallels-in-life%2F&amp;title=Abstract%20Objects%20in%20Software%20Design%3A%20Parallels%20in%20Life" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/abstract-objects-in-software-design-parallels-in-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></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>Mashups: A Web2.0 Technique to Harness Outside Content to Work for You!</title>
		<link>http://paladn.com/blog/mashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you/</link>
		<comments>http://paladn.com/blog/mashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:11:51 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[IT consultants]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[social media sites]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=294</guid>
		<description><![CDATA[Summary: This article is one more in a series explaining and advocating for web2.0 technology, and how that technology is helpful in interacting meaningfully with customers and clients over the web. This article is the latest in a series of essays about the various facets of web2.0 technology, including Programming Web Content with Web2.0 and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary</strong>: This article is one more in a series explaining and advocating for web2.0 technology, and how that technology is helpful in interacting meaningfully with customers and clients over the web.  This article is the latest in a series of essays about the various facets of web2.0 technology, including <a href="http://paladn.com/blog/programming-web-content-with-web2-0/" target="_self"><strong>Programming Web Content with Web2.0</strong></a> and <a href="http://paladn.com/blog/xml-a-key-powerful-software-technology-to-grow-your-business-and-engage-your-customers/" target="_blank"><strong>XML: A Key Powerful  Software Technology to Grow Your Business and Engage Your Customers</strong></a>.  As professional designers and providers  of web services we know that our clients have a much higher and better quality of response from sites which strive to offer a better caliber of interaction with their customers.  Web2.0 is an essential technology and component of that effort.</p>
<p>There are several distinct types of mashups – consumer and  enterprise.  Enterprise mashups usually  occur over secure networks, and are processed on a server, while consumer  mashups are more forgiving, and accomplished on the users’ desktops.   Web-based mashups usually use the clients  web-browser to do the combining and reformatting of data.  The various data streams must be sent to the  client device as individual data streams so that they can be processed.  Server-based mashups will do the analysis and  reformatting of the data on the server side and send the data to the client as a  single data stream.</p>
<p>Early  mashups were created manually by programmers.   As with many programming break-throughs, they were first done by  enthusiastic programmers just to see if it could be done.  As mashups became more popular, there arose a  market for tools to simplify and speed up the creation of mashups.  Software companies responded by creating  tools that allow designers to construct mashups in a visual environment.  All the potential components of a mashup are  presented in this visual environment and can be connected to create the desired  mashup.  While mashup editors have made  the process of creating mashups much simpler, they have not done a lot to create  new ways of accessing the data to be combined.   Mashup Enablers address this problem by adding new types of data that can  be added to a mashup.  A mashup enabler  is defined as “the service and tool providers that make mashups  possible”.</p>
<p>This  type of technology was impossible until recently because of the speed of the  average consumer internet communication.   The number of http requests needed to ‘feed’ one page of data  necessitates   a high speed connection to the internet.   And the very nature of the requests makes pre-made dataset presentations  unfeasible.  Associated technologies such  as XML, SOAP, JSON and evolutions in Javascript capabilities have also  facilitated adoption of slick representations of this and other Web2.0  applications.</p>
<p><script src="http://l.yimg.com/a/i/us/pps/listbadge_1.3.js">{"pipe_id":"682190b3bdb3c22d3a7843de653c67cd","_btype":"list"}</script></p>
<p>Here&#8217;s a mashup created using Yahoo pipes.  Yahoo pipes is a graphic interface which allows querying, filtering, sorting manipulating and formatting output from sources across the internet.  This particular one taps several  RSS feeds using technology from Yahoo and Delicious.  The combines them into a single feed which is sorted by dates so that the most recent articles appear at the head of the list.  If left to its own devices, the pipe would return hundreds of thousands of articles!  But for our purposes, we limited it to the 15 most current articles.<br />
(add  references to other Paladin articles above)</p>
<p>However, with the advent of readily available high speed processing  on the desktop and high speed communications, this mashup technology is  beginning now to come into its own.  Web  pages that before were static and ‘dusty’ and were outmoded before they were  published are now beginning to give way to dynamic conversations between the  provider and user.  Mashups are one way  of delivering custom tailored content to a hungry consumer with an ever  shortening attention span and an ever expanding demand for  information.</p>
<p>For the business owner, it is also a boon.  Here is an excellent way to provide up to the  minute content which can be tailored to the needs and desires of an interested  customer – kind of like an MIRV missile (multiple independently-targeted  re-entry vehicle).  This is very powerful  magic from a marketing and business development point of view.  And even more exciting is that after the  relatively small initial setup cost,  the  business owner can have his website updated and fresh, targeted to any  individual customer or prospect by <strong>piggybacking on the technology of someone  else</strong>!</p>
<p><iframe src="http://flickriver.com/?embedded=1" width="280" height="280" style="border: 1px solid #666;"></iframe>Here’s a mashup using Flickr.com and Flickriver.com.  Flickr is the repository of data containing the photographs, and Flickriver provides the technology that produces a randomly ordered list of up to 500 separate images from a pool of Flickr files.  The list is different every day, so this blog article will show a different crop of images every day -automatically!</p>
<p>No, this is not plagiarism.  It is perfectly legal and respectable.  The providing companies expose their API  (application programming interface) to the public exactly for that reason:  they are anxious for other sites to share their technology because it establishes themselves as an industry standard, and makes it more likely that they will get a larger share of the business generated by the downstream customers .</p>
<p>If you feel that your company might benefit from such an enhancement to your web site and marketing program, please feel free to contact us.  Additionally, we welcome comments on our articles in the space provided below.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;bodytext=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;t=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;annotation=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;t=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;notes=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;submitHeadline=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;submitSummary=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21&amp;body=Summary%3A%20This%20article%20is%20one%20more%20in%20a%20series%20explaining%20and%20advocating%20for%20web2.0%20technology%2C%20and%20how%20that%20technology%20is%20helpful%20in%20interacting%20meaningfully%20with%20customers%20and%20clients%20over%20the%20web.%20%20This%20article%20is%20the%20latest%20in%20a%20series%20of%20essays%20a" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you%2F&amp;title=Mashups%3A%20A%20Web2.0%20Technique%20to%20Harness%20Outside%20Content%20to%20Work%20for%20You%21" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/mashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you/feed/</wfw:commentRss>
		<slash:comments>0</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>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></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>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></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>
		<item>
		<title>Microsoft Software Mastering the Web?</title>
		<link>http://paladn.com/blog/microsoft-software-mastering-the-web/</link>
		<comments>http://paladn.com/blog/microsoft-software-mastering-the-web/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:22:01 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[consulting business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IT consultants]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/microsoft-software-mastering-the-web/</guid>
		<description><![CDATA[Summary: As a prominent professional developer of custom software, database products, and provider of I T consulting services and web products and services in the NY NJ metropolitan area, we have been keen and interested observers of Microsoft’s performance and products that they have developed over the past 20 years.  In our opinion, Microsoft is losing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary:</strong> As a prominent <a href="http://www.paladn.com/" target="_blank">professional developer </a>of <a href="http://www.paladn.com/services/custom-software.html" target="_blank">custom software</a>, <a href="http://www.paladn.com/services/database-design.html" target="_blank">database products</a>, and provider of <a href="http://www.paladn.com/services/it-consulting.html" target="_blank">I T consulting services </a>and <a href="http://www.paladn.com/services/web-services.html" target="_blank">web products and services </a>in the NY NJ metropolitan area, we have been keen and interested observers of Microsoft’s performance and products that they have developed over the past 20 years.  In our opinion, Microsoft is losing the battle for market share of the software that is the lingua franca of the Internet.  In our opinion, this results from their design of products they make to produce reliance on other Microsoft products.  We believe that this feature is a result of Microsoft corporate culture, and not of any altruistic motive on their part.  The Internet, in contrast, is steadfastly committed to open standards to accommodate a vast variety of approches to community.  Neither of these attitudes seems like to change.  In our opinion, this disconnect will continue to work to the detriment of Microsoft.<span id="more-234"></span></p>
<p>I read an <a title="Admit It, Microsoft: You Suck at the Web" href="http://gigaom.com/2010/01/30/admit-it-microsoft-you-suck-at-the-web/" target="_blank">article </a>about 10 days ago which was critical of Microsoft’s efforts to gain a toehold on the web that got me to thinking.  The premise of the article was that Microsoft has thrown huge sums of money into developing a web presence, but has so far failed.  Kevin Kelleher, the article’s author advances an argument that Microsoft should throw in the towel, and get out of the web business, because Microsoft obviously doesn’t do ‘it’ well.</p>
<p>My own vantage is one of an early and ardent admirer of Microsoft.  My Company, <a href="http://www.paladn.com/">Paladin Consultants, LLC </a>,was one of the original Solution Providers (later renamed Microsoft Partners Network).  Over the past 20 years, we have  designed hundreds of custom software projects for many big name clients using Microsoft Sql Server database, Visual Basic,  .Net Projects in C#, and extensive application development using the Microsoft Office Products (including programmed routines in Word, Excel, and full blown small database system in Microsoft Access).  A few of the larger projects are detailed on our <a title="Paladin Consultants Portfolio" href="http://www.paladn.com/portfolio.html" target="_blank">website</a>.</p>
<p>Gates &amp; Co. has changed the world through their innovations, and they are deserving of every nickle they have made.  Microsoft’s software products set a standard for quality, ease of use, and innovation that the rest of the industry used as a standard.  And for years we have been a strong supporter of Microsoft products.</p>
<p>But something happened in the mid ‘90’s - a number of things, actually, that changed the character of Microsoft, and of the playing field.</p>
<p>First, Microsoft seems to have lost its spirit of innovation.  Their execllent ideas like Windows, Visual Basic, SQL Server, and Office have only been marginally improved since the mid ‘90’s.  Their PR machine would, perhaps vehemently disagree with that assertion, but, aside from the cosmetics, and being easier to connect with those programs, the functionality has been little changed for the good of the user.  Their foray into the browser market is a case in point.  They built Internet Explorer into their Windows software to preclude competition from other browser manufacturers like Netscape.  They were sued by the U.S. Justice department  and by the E.U for anti competitive practices.  The corporate culture for some reason elected to compete in the market with anti-competitive practices, rather than innovation.  The Netscape browser was, unfortunately a casualty.</p>
<p>Second, the terrain of the battle shifted dramatically.  Although Bill Gates paid lip service to the concept that ‘ the future of the information business is the internet’, in practice his actions showed that he didn’t get it.  For instance, take a look at this snippet of text taken from a word document:</p>
<p><a href="http://paladn.com/blog/wp-content/uploads/2010/02/wordtext.png"><img src="http://paladn.com/blog/wp-content/uploads/2010/02/wordtext_small.jpg" border="0" alt="Wordtext" align="left" /></a></p>
<p>In an effort to make IE and Word indispensible, Microsoft allowed Word users to save their documents as HTML files.  The only problem was that in order for those files to render properly, the user was required to use IE.   Here’s a snippet of the HTML generated by Word.  Notice how the tags are largely proprietary, and not able to be interpreted by other browsers:</p>
<pre><img src="http://paladn.com/blog/wp-content/uploads/2010/02/wordtexthtml_small.jpg" border="0" alt="Wordtexthtml" align="left" /></pre>
<p>The larger thought is that the very gestalt of Internet is to have as open a system as possible.  The internet is home to many different operating systems, and APIs.  The nature of the beast is that all participants must be able to share those resources freely.  Microsoft’s view of the world, however, is that they want everybody to use their products, and will do anything they can to ‘tie’ as many people as possible to their paradigm.  In a real sense, thse two competing philosophies and business models are incompatible.  Another example of this is the Microsoft .Net platform.  We develop on .Net for clients, but invariably, there are open products that are available that do just as good a job, if not better, faster, cheaper, and easier to maintain.  The same can be said when comparing Windows Internet servers with Apache Linux servers.</p>
<p>So, when it comes to Internet products developed by Microsoft, by the time the product comes to market, there are already superior products available from their competitors.  VBScript vs Javascript, MSN vs Yahoo, Bing Vs Google, IE vs Firefox, Frontpage vs Dreamweaver and the list goes on.</p>
<p>Third, Microsoft has an extremely poor record of loyalty to its ‘partners’.  They have shown this again and again that when it becomes advantageous for MS to desert their partners, they will do so in a heartbeat.  The loyal army of Solution Providers were presented with a more and more expensive and onerous set of hoops to jump through that it became not a good business proposition for most of them.  In the beginning, Microsoft was a good source of referrals for many of us.  It was advantageous for them to establish themselves as the default platform.  But after a few years, those referrals invariably went to the ‘partners’ who sold the most Microsoft desktop products.  So, like their own internal innovation, relations with their ‘partners’ also fell prey to the drive to stoke consistent quarterly earnings growth.  Their relationship with RealPlayer is another example of this kind of ‘partner’ dissolution.  RealNetworks ended up suing Microsoft and winning $3/4 billion, in addition to the $600 million fine levied against Microsoft by the E.U. related to the RealNetworks suit.</p>
<p>I am concerned that as the desktop market matures along with the growth of Internet and cloud computing that Microsoft will continue to suffer reversals.  Of course, it is possible that the company will experience a resurgence in its innovation, but at this point it is difficult to see the theater that will make this likely.  Contrast this to the buzz that frequently comes from the new product machine at Apple. Growth in Internet based computing shows no signs whatever of slowing down.</p>
<pre></pre>
<pre></pre>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;bodytext=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;t=Microsoft%20Software%20Mastering%20the%20Web%3F" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;annotation=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;t=Microsoft%20Software%20Mastering%20the%20Web%3F" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;notes=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;submitHeadline=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;submitSummary=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F&amp;body=Summary%3A%20As%20a%20prominent%20professional%20developer%20of%20custom%20software%2C%20database%20products%2C%20and%20provider%20of%20I%20T%20consulting%20services%20and%20web%20products%20and%20services%20in%20the%20NY%20NJ%20metropolitan%20area%2C%C2%A0we%20have%20been%20keen%20and%20interested%20observers%20of%20Microsoft%E2%80%99s%20p" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fmicrosoft-software-mastering-the-web%2F&amp;title=Microsoft%20Software%20Mastering%20the%20Web%3F" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/microsoft-software-mastering-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Database and Software Technology to Improve Your Business</title>
		<link>http://paladn.com/blog/using-database-and-software-technology-to-improve-your-business/</link>
		<comments>http://paladn.com/blog/using-database-and-software-technology-to-improve-your-business/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:15:12 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web marketing]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/using-database-and-software-technology-to-improve-your-business/</guid>
		<description><![CDATA[Summary: This article is about using database and software to model and extract meaningful information from your business.  Many companies miss opportunities in communicating with their clients, and gathering valuable information from their business that can importantly advance the prospects of their business in a very cost effective manner.  The adoption of enlightened information technology [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Summary:</strong> This article is about using database and software to model and extract meaningful information from your business.  Many companies miss opportunities in communicating with their clients, and gathering valuable information from their business that can importantly advance the prospects of their business in a very cost effective manner.  The adoption of enlightened information technology using database technology and custom software in a business levels the playing field, and enables smaller companies to neutralize advantages enjoyed by their larger and more established competitors.<span id="more-226"></span></p>
<p>In 1949, Charles Goren published his seminal work, ‘Point Count Bidding’, in which he described a method of evaluating Bridge hands for playing and bidding.  Goren’s ‘Point Count Method’ revolutionized Bridge playing for the rest of the century, and was the basis for an entire contextual grammar that the best teams used to describe their hands to each other.  Elegant in its simplicity and powerful in its approach, the method evaluated cards by assigning ‘points’ to the highest cards, and additional points to short suits in a hand.  Players would then translate those point counts into the native language of the game so partners could in a concise and precise manner, describe their hands to each other and arrive at the best fit in the bidding.  The system made Goren the most successful and best known professional Bridge player of all time.</p>
<div class="wp-caption alignleft" style="width: 96px"><img style="border: 0pt none;" title="Bill James" src="http://paladn.com/blog/wp-content/uploads/2010/01/billjames_small1.jpg" border="0" alt="Bill James" width="86" height="122" align="left" /><p class="wp-caption-text">Bill James</p></div>
<p>Bill James had an early interest in baseball.  After graduating from the University of Kansas in 1973 with degrees in English and Economics, he set about publishing an annual book called The <em>Bill James Baseball Abstract</em>.  The annual was published from 1977 until 1988, when he stopped to write more pointed books and articles on baseball, as well as new annuals about baseball.</p>
<p>Both of these guys are notable for bringing numerical analysis to bear on importantly refining the knowledge of their business.  In Goren’s case, he collaborated with several others – another bridge player, and an actuary –  and built a system based on empirical observation and experience.  James used computers and statistical analysis to accumulate, evaluate and formulate his ideas.  He was not immediately accepted by the baseball cognoscenti.  While he was doing his work, he was working as a security guard at the Stokely Van Camp, and, after all, what could a security guard possibly know about baseball?</p>
<p>But his work gained acceptance because his conclusions were statistically verifiable.  See, Bill had data processing capabilities that allowed him to go back in time, and pose questions, and challenge assumptions that had long been held in the industry.  He was able to quantify, for instance he defined the concept of secondary average:</p>
<p><img class="tex" src="http://upload.wikimedia.org/math/c/0/4/c04ebb322590926631625f3f94573aa3.png" alt="SecA = \frac{TB-H+BB+SB-CS}{AB}" /></p>
<p>where</p>
<ul>
<li><em>TB</em> =Total Bases</li>
<li><em>H</em> =Hits</li>
<li><em>BB</em> =Walks</li>
<li><em>SB</em> =Stolen Bases</li>
<li><em>CS</em> =Caught Stealing</li>
<li><em>AB</em> =At Bats</li>
</ul>
<p>This measures a hitters total contribution by including his walks and net stolen bases.  Another concept he pioneered was the Runs created measure of performance, which, he suggests, is a better measure than the normally used RBI:</p>
<p><img class="tex" src="http://upload.wikimedia.org/math/e/3/b/e3b51e8d2bd76d4e16e3a87e028aa46a.png" alt="RC = \frac{(H+BB) \times TB}{AB+BB}" /></p>
<p>where H is hits, BB is walks, TB is total bases and AB is at-bats.  In both of these indicators, Bill reevaluated the contribution of walks in baseball offense.  This was significant in that a player who got relatively fewer hits, but drew a lot of walks were valued by the baseball market at a lower price than their contribution.  James demonstrated that these hitless wonders who drew walks were almost as valuable as the ones who hit a lot of singles, but could be had for far less salary.</p>
<p>He had a number of such axioms which applied to pitchers, formulae for equating minor league performance to major league expectations, and many others.</p>
<p>He was hired by the Redsox in 2004.  Many think he was a decisive factor in the Redsox winning the World Series in 2004 and 2008.  The previous Redsox victory in the World Series was 85 years earlier.  He advised the management on what mix of pitchers to hire, was a main proponent in hiring David Ortiz.  He’s concerned about such things as where players normally hit balls, who can take advantage of Fenway’s close-but-tall Green Monster Wall in left field, which pitcher/catcher team allows fewest steals.</p>
<p>Now those numbers were available to anyone for the past 100 years.  But until the computer age, they were available in an unusable form.  And it took Bill James to shuffle and deal those numbers and experiment with them to bring about a more meaningful and productive way of using them to benefit the industry, and various teams in it.  He had not an impressive resume, nor exceptional intelligence.  But he was a man with a passion for baseball with the statistical and computer skills he needed to apply to his favorite sport.</p>
<p>Many businesses have analogous situations to baseball before Bill James.  They have the data, but perhaps it is not in usable form.  Raw accounting reports are not very useful because by reporting on P/L and taxes accrued they are like the won/lost major league standings records: they report on what has already happened.</p>
<p>A proper managerial accounting system should allow you to collect data by product.  Which products are you selling and to whom? When to they sell best?  How do they respond to different advertising media and themes? How do sales of each item respond to news items? What industries buy your products?  Does your system allow you to get and process feedback from existing customers?  Can you segment and analyze your different products/markets?  Can you easily share pertinent information among different departments in your company?  Can your prospective customers find you on the internet?</p>
<p>If your business is typical, there are literally hundreds of questions and answers you should be mining from the data and computer records you already likely have!  And if you are not recording this information in a usable form, the gain from making a change will be paid many times over in a smaller or more productive workforce, better information, better sales responsiveness, happier customers, better product feedback, more effective advertising and marketing, and on and on and on.</p>
<p>How about interacting with your customers?  Can they order online?  Can they get return authorizations? Can they make suggestions for improving the product?If you have a large company, can you effectively communicate with your employees?  (Not by sending an email to a few, but broadcast changes in policy?)  Changes in individual retirement, or other benefit plans?</p>
<p>We have a long history of doing similar projects with a wide variety of companies.  Solutions typically involve a capable <a href="http://www.paladn.com/services/database-design.html" target="_blank">database </a>management system, user friendly <a href="http://www.paladn.com/services/custom-software.html" target="_blank">software tailored </a>to the demands of the individual business, and a <a href="http://www.paladn.com/" target="_blank">consultant </a>who can listen and quickly understand the demands of your particular business.  Adoption of techniques such as these in your business plan allow your business to compete more effectively, even though your competitors are larger in size and capitalization.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;bodytext=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;t=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;annotation=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;t=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;notes=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;submitHeadline=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;submitSummary=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business&amp;body=Summary%3A%20This%20article%20is%20about%20using%20database%20and%20software%20to%20model%20and%20extract%20meaningful%20information%20from%20your%20business.%C2%A0%20Many%20companies%20miss%20opportunities%20in%20communicating%20with%20their%20clients%2C%20and%20gathering%20valuable%20information%20from%20their%20business" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fusing-database-and-software-technology-to-improve-your-business%2F&amp;title=Using%20Database%20and%20Software%20Technology%20to%20Improve%20Your%20Business" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/using-database-and-software-technology-to-improve-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Emerging Shed of Twitter Power Tools</title>
		<link>http://paladn.com/blog/an-emerging-shed-of-twitter-power-tools/</link>
		<comments>http://paladn.com/blog/an-emerging-shed-of-twitter-power-tools/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:41:38 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[communal intelligence]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[Paladin Consultants]]></category>
		<category><![CDATA[social media sites]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter lists]]></category>
		<category><![CDATA[Web search engine]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=205</guid>
		<description><![CDATA[A week or so ago, I wrote an article about mining research/marketing information in a new way from Twitter,. That site, Listimonkey, will monitor lists for you, and watch for key words.  When it finds your designated key words in your list, it&#8217;ll send you an email, designating the tweeter and the tweet, until you tell [...]]]></description>
			<content:encoded><![CDATA[<p>A week or so ago, I wrote an article about <a href="http://paladn.com/blog/?p=171" target="_blank">mining research/marketing information in a new way from Twitter,</a>. That site, <a href="http://listimonkey.com/" target="_blank">Listimonkey</a>, will monitor lists for you, and watch for key words.  When it finds your designated key words in your list, it&#8217;ll send you an email, designating the tweeter and the tweet, until you tell it to stop.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2009/12/eugenemandel_small21.jpg" border="0" alt="Eugene Mandel" align="left" />Shortly after my article was published, I got a tweet, from Eugene Mandel, who invited me to discuss the whole concept of data mining on Twitter.  That tweet led to a very collegial telephone conversation between us, in which we exchanged ideas which will provide the basis for this article.</p>
<p>Eugene is a very engaging young entrepreneur in Silicon Valley, who has been involved with a number of startups.  His current plans integrate very nicely with my concept of Twitter data mining.  My prediction is that his newest venture, <a href="http://www.mustexist.com/" target="_blank">mustexist.com</a>, is destined to become an important tool for Twitter users.  He recently started the company with his pal and co-founder, Alex Sherstinsky, a Ph.D. from MIT.  These guys are very serious players.</p>
<p>Mustexist’s current product is called list tags. It allows one to take a twitter name, and creates a ‘cloud’ of lists in which that Twitter name appears, roughly signifying the importance of keywords in that person’s list audience by the size of the type in the cloud.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2009/12/glennbeckcloud_small1.jpg" border="0" alt="Glennbeckcloud" align="left" />Here’s a copy of Glenn Beck’s tag cloud.  I shrunk it down to accommodate the page size, and its contextual importance in this article.  Beck is on some 3800 lists.  Politics, News, and political head the parade, but further down the list are lists named things like ‘nutcase’, and other less desirable things to be associated with.  Mandel goes through the Twitter API, and finds all the lists on which Glenn Beck is mentioned.  Then, he queries those lists and finds the most popular keywords in their title.  Then he ranks those keywords by their frequency of appearance in Beck’s universe of lists, and performs a simple statistical conversion to interpolate the list keyword frequency to the type size in the cloud.</p>
<p>Pretty neat trick, eh?</p>
<p>But there’s more: list_tags enumerates some of the lists on which the Twitter member appears.  Here’s a picture of the TopLists for “Politics” in which Glenn Beck appears.  Now think, for a moment how valuable this <img src="http://paladn.com/blog/wp-content/uploads/2009/12/toplistsbeck_small1.jpg" border="0" alt="Toplistsbeck" align="right" />information can be.  Many of these “top” lists contain 400–500 members.  These are lists for the top topic which have the largest number of members – regardless of whether or not the subject appears on those lists.  That’s valuable information for marketers, or for researchers and even job seekers.  But more than that– everyone who is maintaining such a list is someone who has enough interest in your subject to go to the trouble of maintaining a list of people who he/she considers are the leaders in the field.  And if that’s not enough, the lists editors is another valuable source of fertile relationships to cultivate.</p>
<p>The second. longer list is a list of which Glenn is a member.  So, in the case of a celebrity, it will not be unlikely that the same names will be on both lists.  I’ll not reproduce the Lists for ‘politics’ because it is too long – and because in appearance it strongly resembles in format the ‘Top List’.</p>
<p>So the stage is set now with a resource now to empower Twitter users with access to many lists.  A little resourcefulness will enable you to harvest those lists, and, by extension, to knowledge of all of their membership.  This will give you first hand access to communicating with the most well-regarded people in any given field!  And with the LIstimonkey resource, you can monitor the conversations of those experts for keywords.  With a little software jiggering and less than an hour’s effort, using our Glenn Beck example, we could identify, harvest and communicate with thousands of political junkies.</p>
<p>Mandel, however, is talking about taking Mustexist to a whole other level.  Using the database he has assembled for the list-tag project, he is planning to offer in the near future an interactive, iterative way of ‘surfing’ the tweetstream of these lists, in much the same was that Google lets you surf for articles.  He made the analogy of a newspaper in our conversation.  Each newspaper has several sections: sport, business, local, etc.  If you accept the proposition that a list’s tweetstream is like a newspaper, then it would be very productive to skim through the newspaper, looking only for articles that interested you.  You could skip the car ads, and dating club ads, and focus on baseball, or international news.</p>
<p>Similarly, over a period of time, a list’s tweetstream will have a lot of chaff: someone’s opinion of last night’s American Idol, inclement weather, mother-in-law coming for a visit…  But what if you could adopt a list, or amalgam of similar interest lists?  What if you could in real time and on an ad hoc basis query the stream for stuff like: climategate?  cap and trade?  world health organization?  BTU content of coal?  And how powerful would it be if you could pursue your line of inquiry immediately, based on feedback you got from the previous question?</p>
<p>I think that MustExist is on the verge of somthing quite important that will add a new dimension of empowerment to the serious Twitter user.  There are currently some 23 million Twitter users, 75% of which are either classified as ‘addicts’ or ‘regulars’.  That’s a reliable 18 million pairs of eyeballs scanning and interacting with Twitter several times a week – sometimes several times a day.  Any tool that can reliably and easily segment relevant portions of that population <em>and then address them</em> is bound to be very successful.</p>
<p>Please add your comments.  It is helpful to hear the opinions of our readers!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;bodytext=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-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></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;t=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;annotation=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;t=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;notes=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-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></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;submitHeadline=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;submitSummary=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools&amp;body=A%20week%20or%20so%20ago%2C%20I%20wrote%20an%20article%20about%20mining%20research%2Fmarketing%20information%20in%20a%20new%20way%20from%20Twitter%2C.%20That%20site%2C%20Listimonkey%2C%C2%A0will%20monitor%20lists%20for%20you%2C%20and%20watch%20for%20key%20words.%C2%A0%20When%20it%20finds%20your%20designated%20key%20words%20in%20your%20list%2C%20it%27ll%20s" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fan-emerging-shed-of-twitter-power-tools%2F&amp;title=An%20Emerging%20Shed%20of%20Twitter%20Power%20Tools" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/an-emerging-shed-of-twitter-power-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panning for Gold in the Twitterstream</title>
		<link>http://paladn.com/blog/panning-for-gold-in-the-twitterstream/</link>
		<comments>http://paladn.com/blog/panning-for-gold-in-the-twitterstream/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:48:23 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Real estate broker]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Social network service]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter lists]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web marketing]]></category>
		<category><![CDATA[Web search engine]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=171</guid>
		<description><![CDATA[Just about everybody has used their website and blog to promote their businesses, and, in the past few years, have supplemented those efforts with the use of other social media outlets such as Facebook, and Twitter.&#160; In the case of the blog and website, these efforts may be categorized as passive in the sense that [...]]]></description>
			<content:encoded><![CDATA[<p>Just about everybody has used their website and blog to promote their businesses, and, in the past few years, have supplemented those efforts with the use of other social media outlets such as Facebook, and Twitter.&nbsp; In the case of the blog and website, these efforts may be categorized as passive in the sense that the business owner sits back and waits until clients are attracted through his website, and make contact, and ultimately, business.</p>
<p><img alt="Salahibiden" src="http://paladn.com/blog/wp-content/uploads/2009/12/salahibiden.jpg" align="left" border="1" />Facebook and Twitter were innovative at the time, and helped businesses form a relationship with clients with a more personal approach, allowing a subtle transition from a purely passive approach to their prospective clients to a more pro-active and personal one.&nbsp; A lot of folks missed the point of Twitter and Twitter and came late to the party.&nbsp; The same can be said for the late adopters of Facebook, who didn&rsquo;t understand their kids&rsquo; fascination with the social aspects of Facebook.&nbsp; College kids live on facebook.&nbsp; Andif you had any doubt about the centrality of Facebook to the zeitgheist of our society, one need look no further than Michaele and Tarek Salahi&rsquo;s crashing the Whitehouse state dinner late last month.&nbsp; Pictures of them and Obama and them and Biden were on their Facebook page before dawn.</p>
<p>I wish I had a nickle for everyone who commented on my embracing the Twitter idiom with a snide comment like, &lsquo;What do I care what people had for breakfast.&rsquo;&nbsp; A lot of folks are missing the point of both of these social sites:&nbsp; they provide a way to form quasi social relationships, and so called <em>weak</em> friendships.&nbsp; Their point is that people are more apt to do business with people with whom they have some sort of connection.&nbsp; If you&rsquo;re looking for someone to re-do your kitchen, you&rsquo;re much more likely to choose someone from your church, or even someone who is friendly with the butcher whom you lilke.&nbsp; I am not a big Facebook user because it is too time intensive, but I have met quite a few friends, professional colleagues, and business partners on Twitter.</p>
<p>But Twitter is still a quasi passive platform, though the lines are blurry.&nbsp; I do know that the easiest way to turn someone off on Twitter is to come onto him with a hard sell:&nbsp; &lsquo;I&rsquo;ve made $15,000 this month on Twitter, and I can show you how to do it, too!!!!!&rsquo;</p>
<p>But thee are now on the horizon two very important developments which promise to significantly enhance the power of using Twitter.</p>
<p>But first a small diversion.&nbsp; Earlier this year, an enterprising your Australian named Chris Duell developed a site called <a href="http://www.twitterhawk.com/" target="_blank">Twitterhawk</a>.&nbsp; Now the idea of Twitterhawk is that the site sifts through the Twitterstream looking for key words that you set that occur near a geographic location that you specify.&nbsp; So if you were a carpenter in Peoria, you might set up a search that looks for kitchen remodeling in Peoria.&nbsp; Twitterhawk would return to you a list of those tweets,&nbsp; And, for a few cents a tweet, Twitterhawk would send a series of rotating tweets to those whose tweets you designated as appropriate targets.</p>
<p>Back to those new Twitter innovations.&nbsp; The first was the implemenjtation of lists on Twitter.&nbsp; Now you can create lists of folks on Twitter that you follow.&nbsp; And you can categorize them with common traits, for example software architects (like <a href="http://www.paladn.com/">Paladin Consultants, LLC </a>), or economists, or photographers.&nbsp; It helps you keep track of people, especially when you have lots of followers.&nbsp; You can see the Twitterstreams of these lists, and even get an RSS feed of them.&nbsp; Better still, in most cases everyone has access to virtually all of everybody else&rsquo;s lists!</p>
<p>And where can you find and mine these lists?&nbsp; <a href="http://listorius.com/" target="_blank">Listorius </a>is one of the first resources dedicated to managing the new feature.&nbsp; <a href="http://mashable.com/category/labels/lists/twitter-lists/" target="_blank">Mashable </a>also has a growing arsenal of Twitter Lists.&nbsp; Unless I miss my guess, new sites dedicated to this new tool will be popping up like mushrooms after a spring rain!</p>
<p>The second innovation comes from a site called <a href="http://listimonkey.com/" target="_blank">Listimonkey</a>, a site designed&nbsp;by a very clever young Belgian expatriate named <a href="http://xavierdamman.com/" target="_blank">Xavier Damman,</a>&nbsp;now living in the Bay Area.&nbsp; He has also managed to secure a domain name in his own name!&nbsp; Anyway, his wrinkle on Twitter is that if you send Listimonkey the name of a twitter list, a key word or phrase, and your email, <strong>Listimonkey will email you with a set periodicity the tweets from members of that list contain your key word or phrase!</strong>&nbsp; Now, although there is some SEO juice and pride in having a large list, this is not necessary to work with Listimonkey.&nbsp; In fact, you can use anybody&rsquo;s public list!&nbsp; (Most lists are public.)</p>
<p>Now think about that.&nbsp; If you are a real estate agent in Chicago, you might watch somebody&rsquo;s Chicago list for the key word &lsquo;moving&rsquo;.&nbsp; If you were a photographer in Atlanta, you&rsquo;d watch somebody&rsquo;s Atlanta list for the keyword &lsquo;wedding&rsquo; or &lsquo;getting married&rsquo;.&nbsp; And, Listimonkey allows you to create as many of these list/keyword combinations as you like!&nbsp; Very powerful, and a dimensional abstract improvment on Twitterhawk&rsquo;s idea!</p>
<p>But Listimonkey is good not only for finding new customers and clients.&nbsp; It&rsquo;s great for finding out about new products, techniques, people, trends- wealth of information from one site that harnesses the communal information it mines from the Twitterstream!</p>
<p>I&rsquo;m afraid Xavier&rsquo;s innovation will spell bad news for Chris Duell and Twitterhawk.&nbsp; It&rsquo;s a shame, but the market marches on.&nbsp; One can only wish Chris Duell luck, and hope that he has another great idea.&nbsp; But with talent like he&rsquo;s shown, I am sure that his next idea is right around the corner.</p>
<p>But getting back to Listimonkey, as those emails come rolling in from Listimonkey, it would be pretty easy for a good <a href="http://www.paladn.com/" target="_blank">software developer </a>to come up with a program which would parse those emails as they came in, and then tweet appropriate messages to the originators of those tweets mentioning the keyword(s).&nbsp; Xavier has such a good idea, that I predict will soon overrun his mailserver.&nbsp; But that will be an happy problem for him to solve!</p>
<p>Please leave a comment, so we know whether or not we are on target!&nbsp; It helps us find out what our readers think.</p>
<div class="bjtags">Tags:  <a rel="tag" href="http://technorati.com/tag/aoftware">aoftware</a>, <a rel="tag" href="http://technorati.com/tag/web+marketing">web+marketing</a>, <a rel="tag" href="http://technorati.com/tag/web+development">web+development</a>, <a rel="tag" href="http://technorati.com/tag/software+architects">software+architects</a>, <a rel="tag" href="http://technorati.com/tag/software+developers">software+developers</a>, <a rel="tag" href="http://technorati.com/tag/Twitter">Twitter</a>, <a rel="tag" href="http://technorati.com/tag/Facebook">Facebook</a>, <a rel="tag" href="http://technorati.com/tag/Listimonkey">Listimonkey</a>, <a rel="tag" href="http://technorati.com/tag/Twitterhawk">Twitterhawk</a>, <a rel="tag" href="http://technorati.com/tag/website">website</a>, <a rel="tag" href="http://technorati.com/tag/blog">blog</a>, <a rel="tag" href="http://technorati.com/tag/twitterstream">twitterstream</a></div>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;bodytext=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;t=Panning%20for%20Gold%20in%20the%20Twitterstream" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;annotation=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;t=Panning%20for%20Gold%20in%20the%20Twitterstream" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;notes=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;submitHeadline=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;submitSummary=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream&amp;body=Just%20about%20everybody%20has%20used%20their%20website%20and%20blog%20to%20promote%20their%20businesses%2C%20and%2C%20in%20the%20past%20few%20years%2C%20have%20supplemented%20those%20efforts%20with%20the%20use%20of%20other%20social%20media%20outlets%20such%20as%20Facebook%2C%20and%20Twitter.%26nbsp%3B%20In%20the%20case%20of%20the%20blog%20and%20" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fpanning-for-gold-in-the-twitterstream%2F&amp;title=Panning%20for%20Gold%20in%20the%20Twitterstream" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/panning-for-gold-in-the-twitterstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Tips for Achieving Economy of Effort in Successful Blogging</title>
		<link>http://paladn.com/blog/top-tips-for-achieving-economy-of-effort-in-successful-blogging/</link>
		<comments>http://paladn.com/blog/top-tips-for-achieving-economy-of-effort-in-successful-blogging/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:26:53 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[communal intelligence]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Firefox Mozilla]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft OneNote]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Taboo]]></category>
		<category><![CDATA[Web page]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=165</guid>
		<description><![CDATA[All of the top0bloggers have their own&#160;system for making their quality articles and getting their popularity.&#160; Each of them uses a different combination of techniques.&#160; Some effectively use other peoples effort and leverage it elegantly.&#160; I&#8217;m not talking about plagiarizing the work of others, but rather the effective tapping into the community for their resources.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>All of the top0bloggers have their own&nbsp;system for making their quality articles and getting their popularity.&nbsp; Each of them uses a different combination of techniques.&nbsp; Some effectively use other peoples effort and leverage it elegantly.&nbsp; I&rsquo;m not talking about plagiarizing the work of others, but rather the effective tapping into the community for their resources.&nbsp; That&rsquo;s an effective technique once a blog achieves a critical mass, but not readily workable for the smaller or newer blogs.</p>
<p>I have developed a system for fitting our blog writing into our daily routine, and it involves the use of technology by gaining efficiency from productive software and streamlining the thought processes.&nbsp; This helps get around the press of servicing clients in our software development and web business at <a href="http://www.paladn.com/">Paladin Consultants, LLC </a>.</p>
<p>Inertia and the lack of a clear idea of what to write about has been&nbsp;the number one&nbsp;blogging stumbling block for me, along with a cumbersome production process of the blog article itself.&nbsp; I have solved this in several ways.</p>
<ol>
<li>I found I had a lot of ideas, but didn&rsquo;t have a way of recalling them when I needed them.&nbsp; So I started using Evernote, which recently added a Blackberry extension.&nbsp; Since I am never far away from my &lsquo;berry, I can text, dictate, or send a picture to <a href="http://www.evernote.com/">Evernote</a>, and harvest those thoughts at the proper time.&nbsp; I also am a heavy user of <a href="http://paladn.com/blog/?p=20">OneNote</a>, so, on an as needed basis, I copy thoughts from Evernote to <a href="http://paladn.com/blog/?p=48" target="_blank">OneNote </a>for a more permanent and well-organized record.&nbsp; There is a good blog for <a href="http://iheartonenote.com/#meteor=CWGn-ESabFv" target="_blank">OneNote</a>, which talks about the many uses it has.&nbsp; </li>
<li>I try to have a small camera near me all of the time.&nbsp; At very least, I have my Blackberry camera. So, armed as such, it is easier to get illustrations of some of my topics and ideas.</li>
<li>Recently I have found that once I have decided on a thought or idea, it is productive to actively think about that idea while falling asleep.&nbsp; During the night, somehow, the idea seems to be processed and examined from all sides, and, oddly enough, seems to be well developed my morning.</li>
</ol>
<p>The next bottleneck is usually the development of the idea.&nbsp; This is partially resolved by the sleep technique discussed above.&nbsp; The problem with the sleep technique is that if you don&rsquo;t capture it quickly, its persistence appears to be limited.&nbsp; Use it or lose it.&nbsp; So among the first tasks of the morning needs to be the capture of the previous night&rsquo;s thought process.</p>
<p>I&rsquo;ve had success with mind mapping techniques, especially for short blog articles.&nbsp; For a longer treatise, a hierarchical outline, such as one might produce in Word would be more appropriate.&nbsp;Usually, I draw the mind map on a yellow college ruled pad, but I&rsquo;ve gussied up the one for this article to make it visually appealing. See if it makes sense to you.</p>
<p><img style="WIDTH: 547px; HEIGHT: 216px" height="203" alt="Mindmap.jpg" src="http://paladn.com/blog/wp-content/uploads/2009/12/mindmap.jpg_small.jpg" width="500" align="middle" border="1" /></p>
<p>Once I have the &lsquo;plan&rsquo;, then it&rsquo;s time to bring in the power tools to take care of the details.&nbsp; I use <a href="http://www.codingrobots.com/blogjet/" target="_blank">BlogJet</a>, a very convenient and inexpensive online blogging software, which lets me compose, spell check, insert artwork, links, tags, and virtually everything I need to do to produce the blog itself.&nbsp; I felt that this piece of software reduced the amount to time I spend visually composing each article by at least 1/2 hour.&nbsp; They also have a very nice feature which fits into Firefox, which allows me to copy and paste pieces of web pages into the text of my blog very easily.</p>
<p>Firefox is an extremely important piece of software for me.&nbsp; It seems that no matter how hard Microsoft and Google try, they can&rsquo;t quite come up to the standards of the Firefox Mozilla browser:&nbsp; Mozilla always seems to be one step ahead of them.&nbsp; There are two Firefox&nbsp; plugins that are particularly effective for me: Taboo, and SEOQuake.</p>
<p>Taboo is a software tool which allows you to take many tabs open in Firefox, and store them in one tab as thumbnails.&nbsp; So, instead of having 20 tabs opened, you might only have two: the one you&rsquo;re immediately working on, and the other containing the Taboo &lsquo;reservoir&rsquo; collection.&nbsp; Taboo allows you to temporarily store dozens of pages in this thumbnail format, each image growing as you mouse over it.&nbsp; It saves looking through the tab array, and saves scarce memory.&nbsp; A very useful tool!&nbsp; I have a Bookmark category called &lsquo;Blogging Tools&rsquo;, which I open in tabs&nbsp; (about 10 sites), then annex them to the Taboo page.&nbsp; Makes for very efficient research and fact checking.</p>
<p><img alt="Firefox app Taboo" src="http://paladn.com/blog/wp-content/uploads/2009/12/Taboo_1259683002569_small1.jpg" align="middle" border="1" /></p>
<p>SEO Quake, is another Firefox app that analyzes the keyword/ key phrase content of your article.&nbsp; At the end of writing the article in BlogJet, you can save it to a temporary HTML file, and use SEO Quake to appraise it for links, key phrase effectiveness before you publish.&nbsp; And it always helps to have a list of your Wordtracker phrases to rework your article against.</p>
<p>In the Pantheon of Tools I rank <a href="http://delicious.com/" target="_blank">Delicious </a>near the top.&nbsp; It&rsquo;s a very powerful tool which lets you save sites, software techniques&nbsp;and articles, like your Browser Bookmark feature.&nbsp; Except that your Delicious sites are available to you whether you happen to be at your computer or not.&nbsp; Available on client machines, Available on your Blackberry or iPhone. Available on your laptop.&nbsp; Available in subgroups as RSS feeds of your tags, of as subscriptions to the tags of the rest of the universe.&nbsp; An extremely powerful element in anyones toolkit, and a great contribution to social knowledge.</p>
<p>In addition to photographs, I try to include portions of scanned documents like software code where appropriate, to illustrate my point, as well as screen clips, video clips, and charts.&nbsp; I find that <a href="http://code.google.com/apis/chart/" target="_blank">Google charts </a>allows one to create some very nice looking graphics with ones own data.&nbsp; Those graphics, though not ornate in any sense, &nbsp;are far more professional looking than those produced by Excel.</p>
<p>Finally, if you are not a strong typist, or are composing at the keyboard, while doing your research at the same time, Nuance&rsquo;s Dragon Naturally Speaking is a good candidate for you.&nbsp; I confess to using it sometimes to squeeze out a quick article when I am short on time.</p>
<p>Please leave a comment &ndash; comments help us do a better job!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;bodytext=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;t=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;annotation=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl" 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></li>
	<li><a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" 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></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;t=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;notes=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl" 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></li>
	<li><a rel="nofollow"  href="mailto:?subject=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%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></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;submitHeadline=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;submitSummary=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl&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></li>
	<li><a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging&amp;body=All%20of%20the%20top0bloggers%20have%20their%20own%26nbsp%3Bsystem%20for%20making%20their%20quality%20articles%20and%20getting%20their%20popularity.%26nbsp%3B%20Each%20of%20them%20uses%20a%20different%20combination%20of%20techniques.%26nbsp%3B%20Some%20effectively%20use%20other%20peoples%20effort%20and%20leverage%20it%20elegantl" 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></li>
	<li><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%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></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Ftop-tips-for-achieving-economy-of-effort-in-successful-blogging%2F&amp;title=Top%20Tips%20for%20Achieving%20Economy%20of%20Effort%20in%20Successful%20Blogging" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><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></li>
	<li class="sociablelast"><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></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/top-tips-for-achieving-economy-of-effort-in-successful-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

