<?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>Simon Whatley &#187; YUI</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/yui/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaScript Frameworks &#8211; Let There Be Light</title>
		<link>http://www.simonwhatley.co.uk/javascript-frameworks-let-there-be-light</link>
		<comments>http://www.simonwhatley.co.uk/javascript-frameworks-let-there-be-light#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:27:58 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe ColdFusion]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[client-side]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[server-side technology]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo user interface]]></category>
		<category><![CDATA[Yahoo! User Interface Library]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=599</guid>
		<description><![CDATA[For many web developers, whenever JavaScript is mentioned it provokes a rye smile; JavaScript is one of those programming languages that is rather avoided than embraced. This is not the fault of the language itself, but rather the browsers.]]></description>
			<content:encoded><![CDATA[<p>For many web developers, whenever JavaScript is mentioned it provokes a rye smile; JavaScript is one of those programming languages that is rather avoided than embraced. This is not the fault of the language itself, but rather the browsers. A few years ago, the landscape of client-side scripting was a bleak scene. Browser inconsistencies, particularly with the dominant Internet Explorer, implementation bugs and numerous target platforms made developing client-side JavaScript a tricky undertaking.</p>
<p>To the consternation of these same developers, the landscape changed and Web 2.0 hit the mainstream. Almost overnight, every website on the internet wanted to use or was using AJAX. Marketers joined the bandwaggon and every feature requested had to involve something dynamic and revolutionary. Thus JavaScript development quickly hit the forefront of peoples minds and became as important as any server-side technology available at the time.</p>
<p>Over the next few blog posts, I will be using the popular frameworks <a href="http://jquery.com" title="jQuery" target="_blank" rel="nofollow">jQuery</a>, <a href="http://developer.yahoo.com/yui/" title="Yahoo! User Interface Library" target="_blank" rel="nofollow">Yahoo! User Interface Library</a> (<abbr title="Yahoo User Interface">YUI</abbr>), <a href="http://extjs.com" title="ExtJS" target="_blank" rel="nofollow">ExtJS</a> and Adobe&#8217;s <a href="http://labs.adobe.com/technologies/spry/" title="Spry" target="_blank" rel="nofollow">Spry</a> with ColdFusion to demonstrate various techniques, such as autocomplete and form validation.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/javascript-frameworks-let-there-be-light/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 8 and the Yahoo User Interface Library</title>
		<link>http://www.simonwhatley.co.uk/coldfusion-8-and-the-yahoo-user-interface-library</link>
		<comments>http://www.simonwhatley.co.uk/coldfusion-8-and-the-yahoo-user-interface-library#comments</comments>
		<pubDate>Wed, 04 Jul 2007 22:36:26 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Scorpio]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=297</guid>
		<description><![CDATA[ColdFusion, a key technology behind rapid application development, has been a much maligned technology in the web development arena for sometime now. However, through the efforts of Ray Camden a ColdFusion Developer Center has been created on the Yahoo Developer Network. This is great news for ColdFusion and follows on the back of the integration of the Yahoo User Interface (YUI) Library into the version 8 release of ColdFusion codenamed Scorpio. The YUI is one of the best JavaScript libraries out there and includes great documentation.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.adobe.com/products/coldfusion/" title="ColdFusion">ColdFusion</a>, a key technology behind rapid application development, has been a much maligned technology in the web development arena for sometime now. However, through the efforts of <a rel="nofollow" target="_blank" href="http://www.coldfusionjedi.com/" title="Ray Camden - Jedi Master">Ray Camden</a> a <a rel="nofollow" target="_blank" href="http://developer.yahoo.com/coldfusion/" title="ColdFusion Developer Center">ColdFusion Developer Center</a> has been created on the <a rel="nofollow" target="_blank" href="http://developer.yahoo.com/" title="Yahoo Developer Network">Yahoo Developer Network</a>. This is great news for ColdFusion and follows on the back of the integration of the Yahoo User Interface (<acronym title="Yahoo User Interface">YUI</acronym>) Library into theÂ version 8Â release of ColdFusion codenamed Scorpio.Â The <acronym title="Yahoo User Interface">YUI</acronym> is one of the best JavaScript libraries out there and includes great documentation.</p>
<p>In the words of Yahoo:</p>
<blockquote><p>The Yahoo! User Interface (<acronym title="Yahoo User Interface">YUI</acronym>) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as <acronym title="Document ">DOM</acronym> scripting, <acronym title="Dynamic HyperText Markup Language">DHTML</acronym> and <acronym title="Asynchronous JavaScript and XML">AJAX</acronym>. The <acronym title="Yahoo User Interface">YUI</acronym> Library also includes several core <acronym title="Cascading Styel Sheets">CSS</acronym> resources.</p></blockquote>
<p>Interestingly ColdFusion 8 also supports <a rel="nofollow" target="_blank" href="http://labs.adobe.com/technologies/spry/" title="Spry framework for AJAX">Spry</a>, which could be considered a rather anaemic <acronym title="Asynchronous JavaScript and XML">AJAX</acronym> library compared to the <acronym title="Yahoo User Interface">YUI</acronym> library. Whether Spry progresses out of prerelease remains to be seen, however, which ever <acronym title="Asynchronous JavaScript and XML">AJAX</acronym> route is taken, ColdFusion will benefit from closer integration in its core tag set.</p>
<p style="text-align:center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/coldfusion-8-and-the-yahoo-user-interface-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

