<?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/114/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/113/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/112/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/108/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/105/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/104/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/99/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/103/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/101/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/102/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/100/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/98/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/97/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/96/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/95/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/89/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/85/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/83/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/82/" />
		
		<rdf:li rdf:resource="http://www.sosensible.com/index.cfm/blog/entry/80/" />
		
		</rdf:Seq>
		</items>
		</channel>
		<item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/114/">
		<title>jQuery Data PlugIn</title>
		<description>&lt;p&gt;OK... look out Spry data lovers. Here comes an amazing solution jQuery plugin for doing data dom interaction with less code and more power. Let&apos;s look at an example. &lt;/p&gt;
&lt;h1&gt;Example&lt;/h1&gt;
&lt;h2&gt;HTML&lt;/h2&gt;
&lt;p style=&quot;border: 1px solid black; background-color: rgb(224, 255, 255);&quot;&gt;&amp;lt;div id=&amp;quot;quickdemo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;library&amp;quot;&amp;gt;Library Name&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;h2&gt;JavaScript&lt;/h2&gt;
&lt;p style=&quot;border: 1px solid black; background-color: rgb(255, 255, 224);&quot;&gt;$(&apos;#quickdemo&apos;)&lt;br /&gt;
&amp;nbsp;&amp;nbsp; .items([&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;        {library:&apos;DataMGR&apos;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;        {library:&apos;jQuery&apos;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {library:&apos;COOP&apos;},&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {library:&apos;SOS&apos;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp; ])&lt;br /&gt;
&amp;nbsp;&amp;nbsp; .chain();&lt;/p&gt;
&lt;p&gt;What does this do for us? Well check out some &lt;a href=&quot;http://github.com/raid-ox/chain.js/wikis&quot;&gt;live in browser demos, documentation and the code&lt;/a&gt; and you will be pleased to a new level.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/share/tools/FCKeditor/editor/images/smiley/msn/thumbs_up.gif&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/114/</link>
		<dc:date>2008-08-26T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/113/">
		<title>Ears and Eyes for AIR</title>
		<description>&lt;p&gt;There are a number of ways to watch what goes on between an AIR application and the server. Yes the built in debugging is nice, but that doesn&apos;t tell us about what the AIR application says to other HTTP servers and what they answer back. There are a number of solutions to make this easier.&lt;/p&gt;
&lt;p&gt;1. &lt;a href=&quot;http://www.fiddler2.com/fiddler2/&quot;&gt;Fiddler&lt;/a&gt; This is a free dotNet solution.&lt;/p&gt;
&lt;p&gt;2. &lt;a href=&quot;http://www.kevinlangdon.com/serviceCapture/&quot;&gt;Service Capture&lt;/a&gt; Paid for Solution. 35 bucks.&lt;/p&gt;
&lt;p&gt;Both of these solutions are nice. Sorry Mac friends, but you will have to let me know what the solutions are for a Mac. This should get you talking with the CF server or what ever server you might be using.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/113/</link>
		<dc:date>2008-08-18T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/112/">
		<title>jQuery Conference</title>
		<description>jQuery conf. will have a lot of big names you might want to hear from and meet. John, Karl, Brandon, Paul, Joern, Rey, Kevin Hoyt (Adobe), Aza Raskin (Mozilla), Scott Jehl (Filament Group). Check for details at &lt;a href=&quot; http://events.jquery.com/&quot;&gt;http://events.jquery.com/&lt;/a&gt;.</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/112/</link>
		<dc:date>2008-08-16T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/108/">
		<title>A million and won?</title>
		<description>There is an interesting test that was run by a blogger on &lt;a href=&quot;http://www.insideria.com/2008/08/i-accept-the-one-million-recor.html&quot;&gt;Inside Ria Blog Post&lt;/a&gt;. He took a challenge from another blogger to process a million records and share the results. His test was done in Adobe Flex and it was an Amazing result.</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/108/</link>
		<dc:date>2008-08-13T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/105/">
		<title>Color Me jBeautiful</title>
		<description>&lt;p&gt;OK... found another cool tool to check out.This one is a new one for me... found a short while ago and thought others might be interested also. This one has more than the round one. Poor round color picker just got pushed to second favorite. :)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://eyecon.ro/colorpicker/&quot;&gt;jQuery Color Picker&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/105/</link>
		<dc:date>2008-07-28T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/104/">
		<title>jQuery Bookmark plugin</title>
		<description>&lt;p&gt;OK... have you seen those cool bookmarking tools that let you bookmark content on sites with social bookmarking buttons? What if you want to do that also. It would be nice if someone wrapped all those into something that could just be plugged into a site now wouldn&apos;t it? This plugin will help you get the job done fast!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://keith-wood.name/bookmark.html&quot;&gt;jQuery Social Bookmarking Plugin&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/104/</link>
		<dc:date>2008-07-26T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/99/">
		<title>gameQuery gaming system</title>
		<description>&lt;p&gt;I thought this would be a great Friday fun listing. Here is a jQuery plugin being created to make JavaScript (AJAX) games easier to write. There is a demo on the page and it could use a bit more instructions but I don&apos;t play games like this often and it captured to much of my time. So now it is your turn to have it consume you! LOL&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://plugins.jquery.com/project/gameQuery&quot;&gt;gameQuery Link&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/99/</link>
		<dc:date>2008-07-25T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/103/">
		<title>CSS Cross Browser on CMX</title>
		<description>&lt;p&gt;I am an Adobe User Group manager and things like this are brought to my attention. I don&apos;t know what your skills or resources may be but this is just one example of the great benefits of Community MX. This site contains free and paid for content but if you are stuggling with this consider investing in access to these wonderful resources.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.communitymx.com/content/article.cfm?page=2&amp;amp;cid=40C92&quot;&gt;CSS Article on Cross Browser CSS&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/103/</link>
		<dc:date>2008-07-24T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/101/">
		<title>jFlow Context Slider</title>
		<description>&lt;p&gt;OK, you are likely wondering exatly what a context slider is now aren&apos;t you? This means you have a content block on the page with something like tabs on the top of it. When you click from one tab to the next the content inside the block appears to have content scroll inside the block. It is very powerful and something I would suggest checking out.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gimiti.com/kltan/wordpress/?p=46&quot;&gt;jFlow Link&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/101/</link>
		<dc:date>2008-07-23T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/102/">
		<title>Google universal AJAX repository</title>
		<description>&lt;p&gt;I hope many of you other developers are getting as much out of blogs as I am. &lt;/p&gt;
&lt;p&gt;There are a set of libraries we as the web developer community tend to use for doing AJAX. Google code has a set of &lt;a href=&quot;http://code.google.com/apis/ajaxlibs/&quot;&gt;common ajax libraries&lt;/a&gt; that can be accessed to make them download faster.There is a &lt;a href=&quot;http://blog.httpwatch.com/2008/07/08/test-drive-of-the-google-hosted-ajax-libraries/&quot;&gt;great blog post of the benefits and considerations&lt;/a&gt;. Some additional considerations is to create an API that makes it easy to do things like pull content from a CDN. Another thing I am working on is how to create links to external sites for content in the fashion this is speaking of also. When we figure out a best practice on this we will pass it on. It is likely that this best practice will end up in our next version of SOS when we finally get it out to the public.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;(note: I am planning to overhaul my blogging system to make it let me build prettier RIA blog posts in much less time. That might be a couple of months out, but it will be better to read and watch for anyone who follows.)&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/102/</link>
		<dc:date>2008-07-22T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/100/">
		<title>Image Notes</title>
		<description>&lt;p&gt;How may of you have seen the way notes can be added to Flickr photos? I think it is a cool concept and would like to be able to do that also for some of the projects we work on with our sites. Now my goal isn&apos;t to offer the public the ability to add notes to photographs but it would be nice to the the content managers of sites the power of putting these notes on the pages. This is only the last piece of the puzzle but adding in the other pieces with other libraries shouldn&apos;t be that difficult.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://plugins.jquery.com/project/ImgNotes&quot;&gt;Image Notes Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;note: I corrected the link for anyone who was hear earlier.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/100/</link>
		<dc:date>2008-07-21T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/98/">
		<title>DynaCloud or Automated Tag Lists</title>
		<description>&lt;p&gt;Well, since we started working on SEO tools this is one of the type of things we are looking to do. I am not sure this specifically will be added to our library but it is worth looking at for the grand scope and power of tools. (Esp. since this weeks blogs have been full of jQuery stuff. ) Check out this page for details and examples. It is actually some very amazing concepts wrapped up into this plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://johannburkard.de/blog/programming/javascript/dynacloud-a-dynamic-javascript-tag-keyword-cloud-with-jquery.html&quot;&gt;DynaCloud Plugin&lt;/a&gt;&lt;/p&gt;
I am looking at doing it this way or considering what it might take to do the same thing in ColdFusion. Of course there is one other issue that we are looking at building some of our tools as AIR applications. This means they may not need ColdFusion for this part of the application at all. (That is scary... imagine building something outside the power of ColdFusion?)</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/98/</link>
		<dc:date>2008-07-19T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/97/">
		<title>Label Size Matching with Forms</title>
		<description>&lt;p&gt;OK, how many people besides me have been frustrated trying to create dynamic web forms. Well, now that this solution is found it is something that we could likely do but why bother when it has been done for us?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.jankoatwarpspeed.com/post/2008/07/09/Justify-elements-using-jQuery-and-CSS.aspx&quot;&gt;Janko&apos;s Blog post on justifying form labels&lt;/a&gt;.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/97/</link>
		<dc:date>2008-07-18T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/96/">
		<title>Context AJAX Popup Menus</title>
		<description>&lt;p&gt;OK, getting context menus and popup content sensitive information is great... but how do you make it pretty easy? Well, I don&apos;t know about you but this seems pretty easy to me! We are putting this into our test queue and looking at making another ICE element with it.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://plugins.jquery.com/project/n-contextmenu&quot;&gt;Context Menus with jQuery&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;ul id=&amp;quot;&lt;font color=&quot;#ff0000&quot;&gt;mymenu&lt;/font&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;test 1&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;test 1.1&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;test 1.2&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
&lt;font color=&quot;#0000ff&quot;&gt;$(&amp;quot;&lt;font color=&quot;#ff6600&quot;&gt;div&lt;/font&gt;&amp;quot;).contextMenu(&amp;quot;&lt;font color=&quot;#ff0000&quot;&gt;#mymenu&lt;/font&gt;&amp;quot;);&lt;/font&gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/96/</link>
		<dc:date>2008-07-17T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/95/">
		<title>Hot Keys with jQuery</title>
		<description>&lt;p&gt;This is rated to work in Safari, Opera, IE and FF.&lt;/p&gt;
&lt;p&gt;jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://code.google.com/p/js-hotkeys/&quot;&gt;Hot Keys Project Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;em&gt;Binding &apos;Ctrl+c&apos;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;jQuery.hotkeys.add(&apos;Ctrl+c&apos;, function(){ alert(&apos;copy anyone?&apos;);});  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;em&gt;Unbinding &apos;Ctrl+c&apos;  &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;jQuery.hotkeys.remove(&apos;Ctrl+c&apos;);&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;NOTE: This project is now at version 0.5 if you don&apos;t have the latest.&lt;/p&gt;
&lt;blockquote&gt; &lt;/blockquote&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/95/</link>
		<dc:date>2008-07-16T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/89/">
		<title>jQuery Doc Helpers</title>
		<description>&lt;p&gt;Here is a set of links to docs for doing jQuery.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://remysharp.com/jquery-api/&quot;&gt;Live API Browser&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://remysharp.com/visual-jquery/&quot;&gt;Visual jQuery&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://remysharp.com/downloads/jquery-api-browser.air.zip&quot;&gt;AIR application&lt;/a&gt; (This is very cool.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;jQuery is great and powerful. Yet the biggest issue with most people is just being able to approach it for the sheer mass of everything it can do. I hope these links help.&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/89/</link>
		<dc:date>2008-07-11T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/85/">
		<title>FlexCamp in Michigan July 30th</title>
		<description>&lt;p&gt;It&apos;s actually a two day camp. Day two will be intermediate information.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;FlexCamp Comes to Michigan&lt;/h1&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.theflexgroup.org/camp/&quot;&gt;Flex Camp - Flex User Group page&lt;/a&gt;

We hope many of you get to attend. This will be a great introduction and you will be amazed what you can do with flex!
&lt;/p&gt;

&lt;h2&gt;Special Thought&lt;/h2&gt;
Apparently the BBC has moved from MS solutions to an AIR (Flex desktop technology) based solutions. WOW, it&apos;s nice to see who is getting the power of this new approach. If you want to get a taste of what the BBC is doing, come to the FlexCamp and discover next generation desktop applications or browser side Flex apps. They both are taking the internet by storm!

&lt;br&gt;
&lt;br&gt;

&lt;a href=&quot;http://www.forta.com/blog/index.cfm/2008/7/2/BBC-Dumps-Microsoft-For-Adobe-AIR&quot;&gt;BBC Story Links - MS dumped for Adobe AIR&lt;/a&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/85/</link>
		<dc:date>2008-07-03T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/83/">
		<title>CFDevCon UK</title>
		<description>Well, it has been years since I have been over seas. There have been times in Canada and in Mexico but I was just a teen ager when we lived in Italy for about six months. This time it&apos;s a trip to the UK for &lt;a href=&quot;javascript:void(0);/*1214843998233*/&quot;&gt;CFDevCon&lt;/a&gt;. I will be presenting on two topics. I will be presenting on &lt;a href=&quot;javascript:void(0);/*1214844135072*/&quot;&gt;jQuery ColdFusion&lt;/a&gt; integration and on &lt;a href=&quot;javascript:void(0);/*1214844179175*/&quot;&gt;the fantastic power of COOP&lt;/a&gt;. We are also working on integrating COOP with a number of other frameworks at this time. We will show more of that at the conference. So you can use COOP as a stand alone framework for people who hate frameworks or you can use it integrated with others. The conference dates are from September 25 to 26th.</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/83/</link>
		<dc:date>2008-06-30T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/82/">
		<title>Google Maps with Street View</title>
		<description>&lt;p&gt;OK... jump over to Google and get a map view. Then get some directions taking a good trip over the US... and suddenly you see in the directions camera Icons. WOW... click and it is very cool. Shows how to navigate intersections and more. Yes more... as in click at the top the &amp;quot;Street View&amp;quot; function and it will let you see where the streets have been mapped to this point.&lt;/p&gt;
&lt;p&gt;OK... that was cool but the images are AJAX&apos;d. You can change the ange of view... this is very cool stuff!&lt;br /&gt;
&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/82/</link>
		<dc:date>2008-06-26T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item><item rdf:about="http://www.sosensible.com/index.cfm/blog/entry/80/">
		<title>CF/jQuery followup</title>
		<description>&lt;p&gt;OK... this will be where links and notes are placed as a follow up to the talk on CF and jQuery integeration at CFUnited 2008. (Note... there is a Thursday and a Saturday repeat session.)&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://docs.jquery.com/UI/Roadmap&quot;&gt;http://www.jquery.com&lt;/a&gt;&amp;nbsp; - main site&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://ui.jquery.com&quot;&gt;http://ui.jquery.com&lt;/a&gt; - User Interface Project&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://docs.jquery.com/UI/Roadmap&quot;&gt;http://docs.jquery.com/UI/Roadmap&lt;/a&gt; - UI Roadmap of things to come.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;In the things to come you will find in version 1.6 (Autocomplete, Colorpicker, History, Magnifier, Progressbar, Spinner), 1.7 plans to have (CoverFlow, Layout, Grid, Menu), and 1.8 at this time plans to have (tool tips and tree). Of course the later they are the more that can be changed in added or moved features but 1.6 is pretty close to being full beta at this time. The toolbar and uploader features are in descussion still at this time. More features are depending on things like that. So a jQuery official WSYWIG editor is a thing to come when the core elements are also standard.&lt;/p&gt;
&lt;p&gt;You might also be interested in how used a technology is. Though clearly older jQuery is closing in on the number one position with steady growth. Check this link out for some interesting stats. &lt;a target=&quot;_blank&quot; href=&quot;http://royal.pingdom.com/?p=305&quot;&gt;http://royal.pingdom.com/?p=305&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		<link>http://www.sosensible.com/index.cfm/blog/entry/80/</link>
		<dc:date>2008-06-20T00:00:00-06:00</dc:date>
		<dc:subject>AJAX</dc:subject>
		</item></rdf:RDF>