<?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; IT consultants</title>
	<atom:link href="http://paladn.com/blog/tag/it-consultants/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>



Share this:


	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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/abstract-objects-in-software-design-parallels-in-life/feed/</wfw:commentRss>
		<slash:comments>0</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>



Share this:


	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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/mashups-a-web2-0-technique-to-harness-outside-content-to-work-for-you/feed/</wfw:commentRss>
		<slash:comments>0</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>



Share this:


	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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%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>
	<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>
	<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>
	<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>
	<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>
	<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>
	<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/microsoft-software-mastering-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneNote Part1</title>
		<link>http://paladn.com/blog/onenote-part1/</link>
		<comments>http://paladn.com/blog/onenote-part1/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:14:59 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[consulting business]]></category>
		<category><![CDATA[custom software]]></category>
		<category><![CDATA[IT consultants]]></category>
		<category><![CDATA[Microsoft OneNote]]></category>
		<category><![CDATA[NJ]]></category>
		<category><![CDATA[NY]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=20</guid>
		<description><![CDATA[This article is the first of several about the application and integration of Microsoft&#8217;s OneNote program into our business, personal,  professional and financial lives.  It&#8217;s a program as important, in its own rite as Excel and Word, and very adept  at handling , categorizing  and retrieving  large and diverse &#8216;clumps&#8217; of soft data. We are [...]]]></description>
			<content:encoded><![CDATA[<p>This article is the first of several about the  application and integration of Microsoft&#8217;s OneNote program into our business,  personal,  professional and financial lives.  It&#8217;s a program as important, in  its own rite as Excel and Word, and very adept  at handling , categorizing  and  retrieving  large and diverse &#8216;clumps&#8217; of soft data.<span id="more-20"></span></p>
<p>We are Paladin Consultants, LLC, and, for the past 20 years,  have been in  the IT consulting business concentrating on developing custom software, and web  services for clients in primarily the Ny/NJ metropolitan area.  As our website  suggests (<a href="http://www.paladn.com/">Http://www.paladn.com</a> ), we have  been involved in as diverse a mix of software and web projects as one might  imagine one would find in a company which has been developing mission critical  software for that period of time.  As technology has advanced, we have always  been enthusiastic to see new applications and techniques developed.  And, when  they offered real value. We have been quick to recognize their contribution to  the growth of our industry.</p>
<p>One such candidate for recognition is Microsoft&#8217;s OneNote.</p>
<p>In the more recent and advanced versions of their Office program, Microsoft  has added an additional offering called OneNote, to go with their Word, Excel,  PowerPoint, and Access programs.  They (Microsoft)  have not done a very good  job at marketing it, but it is a very powerful program.  Billed as a portable  notebook, it is much more like an idea laboratory and collaborative resource.  I  have found it to be extremely valuable in a number of applications, which I will  try to explain in the article, and perhaps a few following it.</p>
<p>There are a number of quite good sites devoted to OneNote, such as <a href="http://www.onenotepowertoys.com/">www.onenotepowertoys.com</a>, and <a href="http://www.iheartonenote.com/">www.iheartonenote.com</a> which flesh out  all the nooks and crannies of the product.  But here in a few humble articles, I  would like to show how we use the product, and why we find it so powerful.   First of all, it is media agnostic: pictures, text, movies, sound &#8211; virtually  anything available today will be accommodated in OneNote.  Second, it&#8217;s  flexible: anything can be positioned anywhere, and moved at will &#8211; either in a  document, or copies and pasted, or renamed to other notebooks, or pages.   Interoperability with other Office programs is simple and easy.  And you can  copy and paste from any URL you can get on your browser (any browser <img src='http://paladn.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )  either in whole or in part.  It&#8217;ll send and receive email, and interface with  the tasks in Outlook.</p>
<p><code><br />
</code></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><strong>Recipes</strong></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p>I enjoy cooking a wide variety of dishes, in various cuisines.  While recipes  are available on line, and in many many cookbooks, I enjoy the creative  expression that comes from &#8216;doing it yourself&#8217;.   But who wants to reinvent the  wheel.  When I get a dish to where I want it (which may take several  iterations), I want to preserve that knowledge.  I have found that OneNote  offers an excellent interface to this process.</p>
<p>I start with a basic recipe, either from my own idea, or from another  source.  Then, using a two column approach, I record the ingredients, and method  in the right hand column.  Opposite the preparation, I record the critique.   Over several iterations of this process, I arrive at a satisfactory result,  which I ultimately record in my database, but save the &#8216;experiment process&#8217; on  its own OneNote page.<br />
The process looks like this:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">The process looks like this:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<div style="direction: ltr;">
<table style="border: 1pt solid #a3a3a3; direction: ltr; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.709in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">First try</p>
</td>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.7541in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Critique</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.709in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Next try</p>
</td>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.7541in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Critique</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.709in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Last Try</p>
</td>
<td style="border: 1pt solid #a3a3a3; padding: 4pt; vertical-align: top; width: 0.7541in;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Critique</p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">The process includes as many steps as necessary to achieve the desired result, and frequently will include pictures.<span> </span>Here&#8217;s an accompanying image clipped from a OneNote recipe page on making salsa.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><img class="alignleft size-full wp-image-27" title="recipe_onenote_part12" src="http://paladn.com/blog/wp-content/uploads/2009/04/recipe_onenote_part12.jpg" alt="recipe_onenote_part12" width="500" height="475" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><strong>Market Techniques</strong></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p>I have been an active trader in the equity, bond, and futures markets for  over 30 years.  OneNote has helped me categorize my knowledge of the behaviors  of the markets.  I have written many software routines on the TradeStation  platform which measure and predict the behavior of the markets.  As part of the  feedback process, a large database of images and actions has grown over the  years.  These images and accompanying indicator readings are then identified as  categories of patterns, and each category has a OneNote page, which might consist of scores of examples of a pattern exemplified in various markets under  various conditions over time.</p>
<p><img src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/moz-screenshot-3.jpg" alt="" /></p>
<p><img class="alignleft size-full wp-image-45" title="market_onenote_part13" src="http://paladn.com/blog/wp-content/uploads/2009/04/market_onenote_part13.jpg" alt="market_onenote_part13" width="500" height="317" /></p>
<p><img src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/moz-screenshot-2.jpg" alt="" /></p>
<dl id="attachment_29" class="wp-caption alignleft" style="width: 510px;">
<dd class="wp-caption-dd"> A OneNote based system for visually categorizing market patterns.</dd>
</dl>
<p>In contrast to the recipe process, which seeks a perfect solution for each  category, this process seeks a common denominator for each identified pattern,  and seeks to isolate the seminal , or minimum characteristics which will  successfully identify opportunities and risk profiles in each category.</p>
<p>The trick is in the software which identifies opportunities and categories of  patterns, interaction between the software and the database, and between the  database and the OneNote gallery of patterns and narratives.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<div class="mceTemp">
<dl id="attachment_29" class="wp-caption alignleft" style="width: 510px;">
<dt class="wp-caption-dt">
</dt>
</dl>
</div>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">I</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/0a2025a4-7e0b-40a2-90d0-dbd1a9ffcaf4/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0a2025a4-7e0b-40a2-90d0-dbd1a9ffcaf4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%2F&amp;title=OneNote%20Part1&amp;bodytext=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%20a" 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%2Fonenote-part1%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%2Fonenote-part1%2F&amp;t=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;title=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;title=OneNote%20Part1&amp;annotation=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%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>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%2F&amp;title=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;t=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;title=OneNote%20Part1&amp;notes=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%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>
	<a rel="nofollow"  href="mailto:?subject=OneNote%20Part1&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%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%2Fonenote-part1%2F&amp;title=OneNote%20Part1&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%20a" 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=OneNote%20Part1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%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%2Fonenote-part1%2F&amp;title=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;submitHeadline=OneNote%20Part1&amp;submitSummary=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%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>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%2F&amp;title=OneNote%20Part1" 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%2Fonenote-part1%2F&amp;title=OneNote%20Part1&amp;body=This%20article%20is%20the%20first%20of%20several%20about%20the%20%20application%20and%20integration%20of%20Microsoft%27s%20OneNote%20program%20into%20our%20business%2C%20%20personal%2C%C2%A0%20professional%20and%20financial%20lives.%C2%A0%20It%27s%20a%20program%20as%20important%2C%20in%20%20its%20own%20rite%20as%20Excel%20and%20Word%2C%20and%20very%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>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fonenote-part1%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%2Fonenote-part1%2F&amp;title=OneNote%20Part1" 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/onenote-part1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

