<?xml version="1.0" encoding="ISO-8859-1" ?>
	<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
	><channel rdf:about="http://www.sosensible.com/">
		<title>SOSensible Blog</title><image><title>Blog</title><link>http://www.sosensible.com/index.cfm/blog/list/</link><url>http://www.sosensible.com/site.gif</url></image><link>http://www.sosensible.com/</link><description>Technology that reaches beyond the enterprise.</description>
		<items>
		<rdf:Seq>
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/132/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/131/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/130/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/129/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/128/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/127/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/126/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/125/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/124/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/123/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/122/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/121/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/120/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/119/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/118/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/115/" />
		
		</rdf:Seq>
		</items>
		</channel>
		<item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/132/">
		<title>CF OS Blue(Dragon)s </title>
		<description>&lt;p&gt;Well, it isn&apos;t quite CFUnited when many hoped to see the product go 1.0 but it is here and an impressive first product.&lt;/p&gt;
&lt;p&gt;Here are some of the new features and a few comments.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Admin Console&lt;/strong&gt;: No more editing of the configuration file, every aspect of the engine available through a fully functional administration console. (Note: Originally this was not planned for this release... this will be appreciated.)&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CFSMTP&lt;/strong&gt;: Build applications that respond to email coming in on Port25 immediately. No polling&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CFIMAP&lt;/strong&gt;: Access IMAP servers from your CFML application&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Amazon SimpleDB&lt;/strong&gt;: Need to utilise Amazon&apos;s SimpleDB? Then simply use CFQUERY! (Note: This will be interesting to get reviews on!)&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Amazon S3&lt;/strong&gt;: Push files up and down to Amazon&apos;s popular S3 service with extreme ease (This is in Railo in some way also, wonder if it&apos;s equal here. Also... will we see this in ColdFusion now?)&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Memcache&lt;/strong&gt;: Utilise this popular high performance caching layer deep within your CFML code&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;render()&lt;/strong&gt;: Render full blocks of CFML code on-the-fly; think Evaluate(.) but for tags&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CFCACHECONTENT / CacheXXX()&lt;/strong&gt;: Full caching layer to let you really control what gets cached&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CFMULTICAST&lt;/strong&gt;: Lets you send and receive multicast packets&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CFXMLRPC&lt;/strong&gt;: Quickly consume remote XML-RPC services&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is more information on the &lt;a href=&quot;http://blog.openbluedragon.org/openbd_1_0.htm&quot;&gt;OpenBD.org&lt;/a&gt; site and a &lt;a href=&quot;http://wiki.openbluedragon.org/wiki/index.php/Main_Page&quot;&gt;WIKI&lt;/a&gt;. &lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/132/</link>
		<dc:date>2008-12-03T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/131/">
		<title>Great Myths of Software Development</title>
		<description>&lt;p&gt;We will look at 3 Great Myths in this post.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Objects cannot be expressed with tag based markup.&lt;/li&gt;
    &lt;li&gt;Design Patterns are patterns&lt;/li&gt;
    &lt;li&gt;High Level Languages are not pragmatic&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Myth 1: Objects cannot be expressed with tag based markup.&lt;/h2&gt;
&lt;p&gt;Objects exist after a compliler has translated class based text code into compiled classes that are created as instances in running software. ColdFusion in version 6 introduced it&apos;s development community to standard objects based on the common code of that version. Historically we see that most languages create objects with script based code but this is not always the case. There are many types of objects out there. One of the most common type of ojbects is known as DOM these are the objects created with HTML markup. Language libraries like EXTJS seem to have found sweet spot solutions for letting JS developers create DOM with script. Both seem to work well and it is mostly a matter of style. &lt;/p&gt;
&lt;p&gt;Now with that said, the JS vs HTML dom objects are equal. As time has passed and we have learned there are ways to design objects that interface together effectively. In electronics technology there are messaging packet standards that allow these physical entities to communicate with each other via messaging standards. They still need common interfaces but the messaging packets are essential. In software we tend to focus more on interface and the developer has to know more about the unique message packets they send in and take out. Because of this we find that one thing that makes integration more reliable is Unit Testing. Over time we have learned that Unit Testing is a two point test. We must test input and output. In reality Unit Testing doesn&apos;t care what goes on inside an object as long as it accepts the input and when appropriate returns the proper output. When we look at tags vs script again there is not change here in which is better.&lt;/p&gt;
&lt;h2&gt;Myth 2 : Design Patterns are patterns&lt;/h2&gt;
&lt;p&gt;Design Patterns are better thought of as generic principles that solve generic problems. There is a great deal of confusion that comes from the belief that design patterns are like a mold used to cut out holiday cookies. Principles don&apos;t change but the implementation of the principles does from one use to the next. If we add red to a white cookie we get something on the scale of pink to red. If we add it to a blue cookie we move to purple. That is just a principled illustration and like design patterns it only illustrates the difference between the cookie and the color. Design patterns are great things to understand and there is even a pattern called Anti-Pattern. This is not a specific pattern but the principle of learning where design patterns work wrong and make things worse. Therefore we can see that the study of design patterns is not meant to be rigid but a relaxed use of principles to improve software through good understanding of ways object oriented code can be created.&lt;/p&gt;
&lt;h2&gt;Myth 3 : High Level Languages are not pragmatic&lt;/h2&gt;
&lt;p&gt;Funny is the chant of a Java developer who would chide a high level language like ColdFusion. Then he turns around and promotes Spring or Hibernate. Often low level languages are so daunting that they create high level libraries to encapsulate common processes. A high level language is just a language that has these type of features packaged not only as a library but integrated into the commands built into a platform. If the language remains extensible and allows continued encapsulation like the lower level languages then it is actually out of the box the most pragmatic solution to be acquired.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/131/</link>
		<dc:date>2008-12-02T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/130/">
		<title>CSS Is Dead (Tables are Back, kinda)</title>
		<description>&lt;p&gt;Now those of us in the ColdFusion world will not let Kevin Yank forget his inpetuous article about the demise of ColdFusion. Especially with all the cool news coming out of Adobe MAX right now. That boy needs some help for sure about application server languages. Ignore his ignorance and consider looking for some good knowledge he does have to offer... he has a new book out that is marvelous. And it is &lt;a href=&quot;http://www.sitepoint.com/blogs/2008/11/18/the-art-science-of-css-is-free-to-download/&quot;&gt;&lt;strong&gt;FREE for two weeks as a PDF at SitePoint&lt;/strong&gt;&lt;/a&gt;. (Note, your going to have to follow them on Twitter to get the free book.)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;With that being said there is something us developers must deal with on a regular basis. CSS... what a pain it can be. Though his history is partially off the general context is right in this YouTube video. Check it out. (If you don&apos;t want to get the free copy be smart enough to get a print copy... in fact get one anyhow!)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/FSFYSzbDEKE&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/FSFYSzbDEKE&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/130/</link>
		<dc:date>2008-11-19T00:00:00-06:00</dc:date>
		<dc:subject>Developer Stuff,Reviews</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/129/">
		<title>Beyond the CFConversation Podcast</title>
		<description>&lt;p&gt;If you are tunning into the Frameworks podcasts you will hear lots of interesting perspective on frameworks. If you are smart you will figure out that the one size fits all mentiality is not one of understanding. Choosing a framework that works for everyone is like choosing a vehicle that works for everyone. Imagine if everyone had to drive a truck or everyone had to drive a sub-compact car! One more thought would be should we all have hammers or should we all have nail guns? Obviously we need different tools for different jobs.&lt;/p&gt;
&lt;p&gt;So first you may want to check out the podcasts. One was released last week end and one will be released next week end. ( &lt;a href=&quot;http://www.cfconversations.com/&quot; target=&quot;_blank&quot;&gt;http://www.cfconversations.com/&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;Next you may want to read about things happening outside of the CF realm. One good example is an &lt;a href=&quot;http://www.sitepoint.com/blogs/2008/10/17/microsoft-launches-open-source-web-app-installer/&quot; target=&quot;_blank&quot;&gt;article on SitePoint about a new application installer by Microsoft&lt;/a&gt;. This new solution lets you install open source applications on your web site. Hmmm... seems like the marketing department at even Microsoft has figured out the way to reach the public is to sell them on being able to install applications on the web site in an easy fashion. Yes, technical structure is a good benefit to any web site. Yet inside our community it seems (as you will hear on the podcasts) that a number of the vendors focus on being a &apos;control based framework&apos;. Can anyone tell me if you would like to try to sell the management of your company on why a controller based framework offers more benefit than a solution that installs your choice of applications in an automated fashion? Yes, I know we coders are generally geeks but business doesn&apos;t make money because we are technically superior alone! &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Now with that said let me say there are times where I will understand others may not want to use SOS as the solution of choice. We focus on the problem from more of a business centric view and then we also look at technical considerations. In about a week the beta 2 release of SOS will be uploaded for the public or developers that is to play with for a short season. We are getting very close to a full release of the product.&lt;/p&gt;
&lt;p&gt;SOS Overview&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Business Centric&lt;/li&gt;
    &lt;li&gt;Application Installer&lt;/li&gt;
    &lt;li&gt;Shared Authentication&lt;/li&gt;
    &lt;li&gt;Robust API&lt;/li&gt;
    &lt;li&gt;Supports coding in multiple methodologies&lt;/li&gt;
    &lt;li&gt;ADS (Approchable, DRY as in don&apos;t repeat yourself, and Sustainable) Standards&lt;/li&gt;
    &lt;li&gt;Active Schema&lt;/li&gt;
    &lt;li&gt;... more to follow
    &lt;ul&gt;
        &lt;li&gt;documentation&lt;/li&gt;
        &lt;li&gt;screen cast tutorials&lt;/li&gt;
        &lt;li&gt;business overview (so the boss will understand)&lt;/li&gt;
        &lt;li&gt;etc.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now if anyone needs some consulting assistance just let us know and we will see what we can do to help you out.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/129/</link>
		<dc:date>2008-10-21T00:00:00-06:00</dc:date>
		<dc:subject>SOS,ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/128/">
		<title>SOS Beta Free Support</title>
		<description>&lt;p&gt;If you would be interested in free support during the SOS beta fill out this survey. (This is a great opportunity to learn and get some one on one.) &lt;/p&gt;
&lt;iframe width=&quot;640&quot; height=&quot;1510&quot; frameborder=&quot;0&quot; src=&quot;http://spreadsheets.google.com/embeddedform?key=phAvsf6LbBacqK-tApnp7fQ&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/128/</link>
		<dc:date>2008-10-13T00:00:00-06:00</dc:date>
		<dc:subject>SOS</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/127/">
		<title>Electric Ink Books</title>
		<description>&lt;p&gt;Here we have the new trend in books. Electronic books that actually are more fun than a paper and ink book. This is the new cool for book reading like the iPod is to music. Of course when I got started the new cool was the Sony Walkman portable cassette player. (No picking on the old guy or you might get hit with the cane. LOL)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img vspace=&quot;4&quot; hspace=&quot;4&quot; align=&quot;right&quot; src=&quot;/bundles/blog/media/Reader.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Lets take a look at the &lt;strong&gt;&lt;a href=&quot;http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&amp;amp;storeId=10151&amp;amp;langId=-1&amp;amp;categoryId=8198552921644523779&quot;&gt;Sony&amp;reg; Reader&lt;/a&gt;&lt;/strong&gt;. These readers can hold over a hundred books. The Reader has memory expansion and the electronics history of a great company for electronics. The interface is easy to master it uses the owners computer to acquire and transfer books or the memory slot.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;What do these readers have in common. Both of them are great full strength outside in the sun reading devices. Most devices like this have been hard to use outside in the sun and these are great outdoor readers. Of course if you are the pool side reader they do not promise to be water proof so be careful in that area. The average cost of books can range from say 2 dollars for classics to twenty five dollars or so. Basically Amazon declares the average cost of a book to be around 9 or 10 dollars. I would say you experience may vary but it should be a clear savings vs the price of printed books. Considering the cost of the unit this is a good thing. Initially the price was someting that made me not interested but seeing the price and features in the iPod it has made me reconsider. &lt;/p&gt;
&lt;p&gt;&lt;img align=&quot;left&quot; src=&quot;/bundles/blog/media/kindle.jpg&quot; alt=&quot;&quot; /&gt;Now lets take a look at the &lt;strong&gt;&lt;a href=&quot;http://www.amazon.com/dp/B000FI73MA/?tag=googhydr-20&amp;amp;hvadid=2232069071&amp;amp;ref=pd_sl_1bfiqb96h_b&quot;&gt;Amazon Kindle&lt;/a&gt;&lt;/strong&gt;. While it will cost you 50 more dollars than the Reader it has a nice set of special features worth considering. These include &lt;br /&gt;
&lt;strong&gt;Whispernet&lt;/strong&gt;&amp;trade; (service like cell phones without any signup or subscriptions that works where cell phones work), spinning navigation buttons, download RSS feeds, Magazines and News Papers. That set of extra features sounds like it is worth the extra ticket. I also heard last week one of the technical publishing companies is working on getting all of their books to the Kindle. I would love to have all of my technical books on a divice like this! It would be so nice to walk into a client site and have my entire library on this device for me to look up information. Getting my RSS feeds on a device like this... just makes my mind spin. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;With all that said we have not set a final decision as which device we think we will get. Yes there is a stong front runner but until we know we will do a bit more research. Of course either company could send us a demo for review! We hope this is of value to you also as you look at what is coming in the world of technology. No, neither of these devices can work as a replacement for you iPod. There is no cover flow yet on either of them. They do both have incredible battery life. It will be interesting to watch this technology continue to evolve. Say... Adobe? What do you have out there? Is there something coming up in the PDF realm for such readers?&lt;br /&gt;
&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/127/</link>
		<dc:date>2008-09-28T00:00:00-06:00</dc:date>
		<dc:subject>Other</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/126/">
		<title>DB in the Amazon Clouds</title>
		<description>&lt;p&gt;I just received an email for Amazon on the new database hosting for the clouds. Yes, they are still doing Amazon SimpleDB, but they are now going to be offering Oracle and MySQL support also! &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
- - - CLIP - - -&lt;br /&gt;
MySQL has long been a popular choice with Amazon EC2 developers, and with the addition of Amazon EBS it is even easier to use it with the AWS cloud. For those with a MySQL Enterprise subscription, MySQL now offers full support for Amazon&apos;s industry-leading virtual computing environment. Developers can now cost-effectively deploy an open source database in the cloud with full software and production support by the database experts at MySQL. MySQL enterprise on Amazon EC2 offers developers optimal performance, reliability, security, and uptime. See more details about &lt;a href=&quot;http://www.amazon.com/gp/r.html?R=1DTCF8ZJUJSUL&amp;amp;C=U6Z4RPVG6ELD&amp;amp;H=KIFXKYVMB1sYWVoaXyTGYLytSfUA&amp;amp;T=C&amp;amp;U=http%3A%2F%2Faws.amazon.com%2Fsolutions%2Ffeatured-partners%2Fmysql%2F&quot;&gt;running a MySQL database on Amazon EC2 and Amazon EBS&lt;/a&gt;, including a &lt;a href=&quot;http://www.amazon.com/gp/r.html?R=1DTCF8ZJUJSUL&amp;amp;C=U6Z4RPVG6ELD&amp;amp;H=Ix2EHQzgve0ngP4R6twuDvr4ABgA&amp;amp;T=C&amp;amp;U=http%3A%2F%2Fdeveloper.amazonwebservices.com%2Fconnect%2Fentry.jspa%3FexternalID%3D1663%26ref%3Dpe_2170_10377600_featured&quot;&gt;tutorial for the best practices&lt;/a&gt; on setting up a high availability MySQL database cluster using AWS.&lt;br /&gt;
- - - CLIP - - -&lt;/p&gt;
&lt;p&gt;Hopefully that will be enough info to get you started... if not jump over and check it out at Amazon. :)&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/126/</link>
		<dc:date>2008-09-23T00:00:00-06:00</dc:date>
		<dc:subject>Developer Stuff</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/125/">
		<title>What is the OOP Flu?</title>
		<description>&lt;p&gt;Well... first let me say I am not against good OOP any more than I am against birds. When we had the big discussion about the bird Flu my thought is the birds need a cure. I share the same thoughts about the guys who are not just users and teachers of OOP but they have the common symptoms of the OOP Flu.&lt;/p&gt;
&lt;p&gt;Symptoms:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;uncontrolled craving to use only objects&lt;/li&gt;
    &lt;li&gt;delusional thinking that objects make &apos;everything&apos; better (result of symptom 1)&lt;/li&gt;
    &lt;li&gt;they explain how objects make development easier followed by a speech of learning one thing at a time because the concepts are hard to understand&lt;/li&gt;
    &lt;li&gt;preaching about the evils of spaghetti code followed by a sermon on the benfits of connecting objects with wired solutons (isn&apos;t that wired mess behind the desk called spaghetti also? unless of course you use a Mac laptop... but that would lead to the wireless concepts.... NOOOooo... will the analogies ever end!) LOL&lt;/li&gt;
    &lt;li&gt;anti-social behavior
    &lt;ul&gt;
        &lt;li&gt;belligerent speech (calling people who aren&apos;t of the same mind names to slur character of other views)&lt;br /&gt;
        &lt;/li&gt;
        &lt;li&gt;suggesting to employers such people are not good developers (of course ignoring how may big names who suffer from the flu were known as great developers before contracting the sickness)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We could go on helping you spot these sick types but more of what is needed is to cure them. We don&apos;t want to end up contracting a similar sickness trying to cure them. Above all we need to learn something we learned (or should have) during the &apos;Bird Flu&apos;. We are still eating birds... we can survive this threat to our social order. We need to benefit from OO development even if some people apparently have gotten the &apos;OOP Flu&apos;.&lt;/p&gt;
&lt;p&gt;Here are some tips on how to avoid getting the OOP Flu.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;respect your neighbor like you would like to be respected&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;remember these guys 10 years ago were not likely doing OOP, and who knows what they will be doing in 10 years!&lt;/li&gt;
    &lt;li&gt;don&apos;t believe what you don&apos;t understand without &apos;reason&apos;, and remember above all that charisma is not reason (aka... beware of the pied pipers)&lt;/li&gt;
    &lt;li&gt;walk and don&apos;t run, learn this either in a dedicated class (Hal Helms offers some, and I get nothing for the plug) or take your time.&lt;/li&gt;
    &lt;li&gt;Sean C. stated there are tradeoffs. (This means that OO in and of itself doesn&apos;t make things &apos;better&apos;... you get benefits at a price and need to evaluate the exchange)&lt;/li&gt;
    &lt;li&gt;You don&apos;t need to do OO or ( alternative )... normally OO mixes quite nicely with other concepts hand and hand.&lt;/li&gt;
    &lt;li&gt;In time you may learn to do the same thing as those who suffer from the &apos;OOP Flu&apos;... but without contracting the Flu... you should be doing OO because of reasons, not religion! OO doesn&apos;t make you a better person because you are a &apos;purist&apos;. :)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Heres to your health!&lt;/p&gt;
&lt;p&gt;John Farrar&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/125/</link>
		<dc:date>2008-09-22T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/124/">
		<title>DropBox worth checking out</title>
		<description>&lt;p&gt;This is very nice! You can add it to your system, yes your system of choice and it lets you share files that automatically syncronize with any other location. Check out the demo video... not going to say much more than that because it&apos;s something you will love or not care about. I think it is clearly cool.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.getdropbox.com/home&quot;&gt;http://www.getdropbox.com/home&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/124/</link>
		<dc:date>2008-09-12T00:00:00-06:00</dc:date>
		<dc:subject>Collaboration</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/123/">
		<title>SOS v5 goes into beta</title>
		<description>&lt;p&gt;This is beta 1 of a complete 100% rewrite of SOS. We have made things simpler... but that doesn&apos;t mean you will just download it and get it. We are going to be doing some online presentations and with that you will get it so easy it will blow your mind how much ColdFusion can do for us. Pardon me those who are the ultra OO guys, but though we use objects in SOS for the benefits there is a way to program ColdFusion without trying to imitate Java. (ducking the flames that will follow that comment.)&lt;/p&gt;
&lt;p&gt;Stay tuned and we will be putting streaming videos online. You will find links either here or on &lt;a href=&quot;http://sos.riaforge.com&quot;&gt;http://sos.riaforge.com&lt;/a&gt; where our project AND the download are waiting for you. The QnA for the beta will be on the blog on that site so be sure to keep up to date there.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/123/</link>
		<dc:date>2008-09-11T00:00:00-06:00</dc:date>
		<dc:subject>SOS,ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/122/">
		<title>CF 8 Tag Poster</title>
		<description>&lt;p&gt;Yes you can get one of these handy dandy posters! (Well, that is what we are told if we fill out a survey.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cfunited.com/go/survey/cf8-tag-poster&quot; target=&quot;_blank&quot;&gt;Poster Survey Link&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/122/</link>
		<dc:date>2008-09-05T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/121/">
		<title>Social Tolerance in OS</title>
		<description>&lt;p&gt;Here is a question that seems good for me to ask (and yes I know my blog doesn&apos;t support comments at this time... comments welcome but I don&apos;t have time to manage spam). &lt;/p&gt;
&lt;p&gt;What is the right way to handle tolerance in open source libraries. With the current fame of the Rock Star design of the jQuery web site it has become apparent that this is a issue of question. There are a number of considerations. &lt;br /&gt;
&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Should the open source library seek the community at large or a targeted audience?&lt;/li&gt;
    &lt;li&gt;Should the expressions of a library express a disire to be &apos;fun&apos; above a respect for what is considered strongly &apos;offensive&apos; to others in the same community?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Apparently the social stir inspired a removal of the Rock Star on jQuery... but did it inspire them to express to those offended that they cared or that they just didn&apos;t want to deal with the objections? Did the jQuery leadership choose to express they were still sovereign of the ability to preserve fun? (aka, the easter egg snippet) &lt;/p&gt;
&lt;p&gt;No one is being asked to share my conservative tastes or views. Yet, it seems time for me to consider that my association with the community can be a friendly one but certainly not a direct association. My relationship with the jQuery community is something I wish to publically define so my values are not a confusing matter. (P.S. If none of this matters to you... just ignore me on this, we all have views others don&apos;t share.) Yet, for me it is best to be an outsider looking in with this persistant need to what is in my mind use the jQuery platform to make a social statement. &lt;/p&gt;
&lt;p&gt;At CFUnited they offer BOF sessions. Ray did a session this year on Sci-Fi. I am not against Sci-Fi but they seemed to have the understanding of segmentation. I was not even upset that he might have pulled some people from my BOF, LOL. My suggestion is if you are willing to make public social connections they come with a package. I don&apos;t do pictures of certain prophets out of respect and or tolerance. I don&apos;t have to agree to respect those who feel that way as people. The same way it seems respect for people&apos;s views on Rock music doesn&apos;t keep someone from listening to it or enjoying it. It does seem odd the &apos;need&apos; to identify jQuery with Rock. &lt;/p&gt;
&lt;p&gt;It&apos;s not my job to figure out so best regards to all the leaders. May you continue advancing the great library and we will continue to use it. You are doing a great job with the technical side and perhaps this social flaw is the equalizing side of what makes all things balanced, eh?&lt;br /&gt;
&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/121/</link>
		<dc:date>2008-09-04T00:00:00-06:00</dc:date>
		<dc:subject>Other</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/120/">
		<title>ColdFusion Free NOW to Educators</title>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.webbschofield.com/index.cfm/2008/9/2/ColdFusion-8-Now-Available-to-Students-and-Educators-for-Free&quot;&gt;Kristen Schofield gives the details at length&lt;/a&gt;, but here is the short version of it. Now faculty can easily integrate ColdFusion into their curriculum and enable students to advance their Web application learning more quickly and easily. I might add that if they are looking for books there is a &lt;a href=&quot;http://forta.com/books/&quot;&gt;3 book set&lt;/a&gt; and there is &lt;a href=&quot;http://www.newebia.co.uk/blog/index.cfm/2008/8/27/ColdFusion-8-Developer-Tutorial&quot;&gt;my &apos;tutorial&apos; book reviewed here for education&lt;/a&gt;. &lt;img alt=&quot;&quot; src=&quot;/share/tools/FCKeditor/editor/images/smiley/msn/lightbulb.gif&quot; /&gt;  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Availability&lt;/strong&gt;:  Adobe ColdFusion 8 is now available free for download to eligible students and educators through &lt;a href=&quot;https://freeriatools.adobe.com/coldfusion&quot;&gt;https://freeriatools.adobe.com/coldfusion&lt;/a&gt;.ColdFusion 8 integrates with a broad range of platforms and systems. It&apos;s supported on the leading J2EE application servers and natively integrates Java, .Net, Microsoft Exchange Server, web services and more. For more detailed information about ColdFusion 8, visit &lt;a href=&quot;http://www.adobe.com/products/coldfusion/&quot;&gt;http://www.adobe.com/products/coldfusion/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;*&lt;em&gt;This free offering of ColdFusion 8 is for learning purposes only and not applicable to educational institutions using ColdFusion in production environments.&lt;/em&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/120/</link>
		<dc:date>2008-09-03T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/119/">
		<title>Comic Relief Intro: GOOGLE&apos;s new Browser</title>
		<description>&lt;p&gt;Check your calendar, this is Sept. and not April 1! Yes, you read the blog post correct. Google is going to be trying out the browser market. Hey, it sure helped Microsft... now they want to take this for a spin. One nice thing is you get the intro in comic book form... sadly static comics. They must have gone to scroll comics, inc. to have this one put together! Yes, don&apos;t worry... still get to flip the pages... and pages... and pages... HEY, didn&apos;t someone tell Google we read comics so we get to do less reading! LOL&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;We are told the browser &apos;may&apos; ship today. Oh... they agree with Adobe and Apple and it is reported they are building on WebKit. (Links to follow when they are posted.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/119/</link>
		<dc:date>2008-09-02T00:00:00-06:00</dc:date>
		<dc:subject>Developer Stuff</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/118/">
		<title>Next Gen Browsers</title>
		<description>&lt;p&gt;OK... we could talk about individual features but that isn&apos;t going to help us understand what the driving features are in the next generation features of browsers. IE and Mozilla tend to be leading the way with IE 8 and the Mozilla Ubiquity project. In a nutshell it&apos;s about user controlled collaboration. It is about the user controlling integration and information in his own way.&lt;/p&gt;
&lt;p&gt;So, what is the point? Next generation web sites should be thinking the way next generation browsers are headed. Does your site allow users to gather information and use it in a friendly collaborative way? How easy is it for them to pick pieces of information and share in a social network of choice? We have a project on RiaForge called &lt;a href=&quot;http://opensocial.riaforge.org/&quot;&gt;cfOpenSocial&lt;/a&gt;. Send me a message if this is something you are interested in helping get to the community as an itnegrated library running in ColdFusion. If not look at what others are doing and make sure your site isn&apos;t going to be viewed as &apos;anti-social&apos;. &lt;/p&gt;
&lt;p&gt;Yes, the next features of the browser focus on two major concepts. They focus on being social and collaboration. Of course change helps keep us IT guys working... so in addition to giving more to the users that is good for us!&lt;br /&gt;
&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/118/</link>
		<dc:date>2008-09-01T00:00:00-06:00</dc:date>
		<dc:subject>ColdFusion,Collaboration</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/115/">
		<title>Mate Flex Framework</title>
		<description>&lt;p&gt;If you have not seen this framework yet then it is worth checking out. Though not a 1.0 release yet it has features that make it better as &lt;a href=&quot;http://www.sosensible.com/index.cfm/blog/entry/114/&quot;&gt;ADS Technology&lt;/a&gt; than some alternatives. (Well, that is a subjective statement so you judge for yourself and watch the presentation.) I have worked some with this application and it was a delight. There is more to learn but with a few screencasts like this added to the site they could have a great introduction to the framework.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;embed width=&quot;486&quot; height=&quot;412&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; swliveconnect=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; seamlesstabbing=&quot;false&quot; name=&quot;flashObj&quot; base=&quot;http://admin.brightcove.com&quot; flashvars=&quot;videoId=1738801386&amp;amp;playerId=1596744118&amp;amp;viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&amp;amp;servicesURL=http://services.brightcove.com/services&amp;amp;cdnURL=http://admin.brightcove.com&amp;amp;domain=embed&amp;amp;autoStart=false&amp;amp;&quot; bgcolor=&quot;#FFFFFF&quot; src=&quot;http://services.brightcove.com/services/viewer/federated_f8/1596744118&quot;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mate.asfusion.com/&quot;&gt;Mate Framework Home Page&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Note: I am also very interested in simpler use of Modules in Flex. Mate offers a very nice way to integrate modules with the event based way of the framework.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/115/</link>
		<dc:date>2008-08-29T00:00:00-06:00</dc:date>
		<dc:subject>Flex</dc:subject>
		</item></rdf:RDF>