<?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>Michael Richard Murphy &#187; Ajax</title>
	<atom:link href="http://www.letsgomurphys.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letsgomurphys.com</link>
	<description>making the web work for you</description>
	<lastBuildDate>Fri, 05 Feb 2010 01:22:59 +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>Yahoo! UI Drag and Drop library</title>
		<link>http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/</link>
		<comments>http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 00:46:21 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=123</guid>
		<description><![CDATA[I&#8217;m pretty excited that this week I added some pretty cool drag and drop functionality to an application I&#8217;ve been working on. I talked about Yahoo!&#8217;s UI library here a while ago and finally put it to use. I&#8217;ve been converting a PowerPoint presentation and exercises used by Human Resources to train new hires into [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/' rel='bookmark' title='Permanent Link: Yahoo! Developer Network'>Yahoo! Developer Network</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty excited that this week I added some pretty cool drag and drop functionality to an application I&#8217;ve been working on.  <a href="http://www.letsgomurphys.com/dailies/?p=83" title="Yahoo! Developer Network">I talked about Yahoo!&#8217;s UI library here</a> a while ago and finally put it to use.</p>
<p>I&#8217;ve been converting a PowerPoint presentation and exercises used by Human Resources to train new hires into a web application and drag and drop seemed like the perfect design for a term matching exercise.</p>
<p>The application isn&#8217;t available outside our corporate network but I hope (I use that term loosely given the frequency of my posts lately) to post some examples of what&#8217;s possible at some point.</p>
<p>I don&#8217;t want to downplay my Javascript skills but Yahoo! has made it pretty easy to implement these libraries.  There&#8217;s a downloadable zip of dependent files for each library that developers link to in their applications.  After that,the API provides you with the methods for adding whatever interaction you like.  I was able to put together a passable application in an afternoon and now it just needs some polishing and finishing touches.</p>
<p><a href="http://developer.yahoo.com/yui/index.html" title="Yahoo! UI Library">Check out Yahoo!&#8217;s UI Library</a> and create!</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/' rel='bookmark' title='Permanent Link: Yahoo! Developer Network'>Yahoo! Developer Network</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlas from Microsoft</title>
		<link>http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/</link>
		<comments>http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/#comments</comments>
		<pubDate>Wed, 22 Mar 2006 02:18:36 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=95</guid>
		<description><![CDATA[Ajax freaks working in the .Net environment should run right out and download Atlas,a new development framework from Microsoft. I said run. Atlas integrates client-side script libraries with the server-based services of ASP.NET in order to create some really rich,interactive UIs. I watched a demo in which Microsoftie Scott Guthrie created a simple to-do list [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/' rel='bookmark' title='Permanent Link: Yahoo! UI Drag and Drop library'>Yahoo! UI Drag and Drop library</a></li>
<li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/' rel='bookmark' title='Permanent Link: Yahoo! Developer Network'>Yahoo! Developer Network</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ajax freaks working in the .Net environment should run right out and <a href="http://atlas.asp.net/Default.aspx?tabid=47" title="Atlas">download Atlas,a new development framework from Microsoft</a>.  I said <em>run</em>.</p>
<p>Atlas integrates client-side script libraries with the server-based services of ASP.NET in order to create some really rich,interactive <acronym title="user interface">UIs</acronym>.  I watched a demo in which Microsoftie Scott Guthrie created a simple to-do list with tons of functionality in less than 20 minutes.  The mini-application let users sort by task status,insert new tasks,and modify existing tasks all without page refreshes.</p>
<p>Scott also used some new,cool ASP.NET 2.0 methods that make handy things like pagination and alternating row colors super easy.  There&#8217;s also another new method that makes it easy to display update statuses.  As interfaces use page refreshes less and less to fetch data,letting the user know what&#8217;s going on becomes more important.  Scott demonstrated this new method makes that as simple as drag and drop from the tool palette.  Cool.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/' rel='bookmark' title='Permanent Link: Yahoo! UI Drag and Drop library'>Yahoo! UI Drag and Drop library</a></li>
<li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/' rel='bookmark' title='Permanent Link: Yahoo! Developer Network'>Yahoo! Developer Network</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Developer Network</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/#comments</comments>
		<pubDate>Sun, 19 Feb 2006 02:28:30 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=83</guid>
		<description><![CDATA[I was originally going to tell you how this book I&#8217;ve been reading,Ajax in Action by Dave Crane and Eric Pascarello with Darren James,has made me a Javascript phenom and how I&#8217;m putting together amazingly interactive interfaces using Ajax. Instead,I&#8217;ll just tell you how Yahoo!&#8217;s Developer Network has pre-built interfaces and design patterns. All open [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
<li><a href='http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/' rel='bookmark' title='Permanent Link: Yahoo! UI Drag and Drop library'>Yahoo! UI Drag and Drop library</a></li>
<li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was originally going to tell you how this book I&#8217;ve been reading,<a href="http://www.amazon.com/gp/product/1932394613/002-5999814-4928037?v=glance&#038;n=283155" title="Ajax in Action by Dave Crane and Eric Pascarello with Darren James">Ajax in Action</a> by Dave Crane and Eric Pascarello with Darren James,has made me a Javascript phenom and how I&#8217;m putting together amazingly interactive interfaces using Ajax.</p>
<p>Instead,I&#8217;ll just tell you how <a href="http://developer.yahoo.net/" title="Yahoo!'s Developer Network">Yahoo!&#8217;s Developer Network</a> has pre-built interfaces and design patterns.  All open source under BSD license.  Want to implement drag n&#8217; drop functionality?  How about breadcrumbs or pagination?  Auto-complete?  Look no further,it&#8217;s all there.  Quite a few of these have sparked my interest and will no doubt save time on future projects.</p>
<p>I&#8217;ll probably still finish the book however.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
<li><a href='http://www.letsgomurphys.com/design/2006/08/yahoo-ui-drag-and-drop-library/' rel='bookmark' title='Permanent Link: Yahoo! UI Drag and Drop library'>Yahoo! UI Drag and Drop library</a></li>
<li><a href='http://www.letsgomurphys.com/e-commerce/2005/12/drag-drop-shopping-cart/' rel='bookmark' title='Permanent Link: Drag &amp; Drop Shopping Cart'>Drag &amp; Drop Shopping Cart</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
