<?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; Blogging</title>
	<atom:link href="http://paladn.com/blog/tag/blogging/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>Programming Web Content with Web2.0</title>
		<link>http://paladn.com/blog/programming-web-content-with-web2-0/</link>
		<comments>http://paladn.com/blog/programming-web-content-with-web2-0/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:01:50 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Social network service]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[web marketing]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[website]]></category>

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



Share this:


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


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/programming-web-content-with-web2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://paladn.com/blog/wp-content/uploads/2010/03/Story_of_my_life.wmv" length="1588284" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>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>



Share this:


	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%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>
	<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>
	<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>
	<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>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/top-tips-for-achieving-economy-of-effort-in-successful-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

