<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>YUI Coder &#187; YUI Mish Mash</title>
	<link>http://www.yuicoder.com</link>
	<description>Manipulating the Yahoo User Interface to your will!</description>
	<lastBuildDate>Mon, 16 Aug 2010 22:52:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>CSS3 Playground</title>
		<description><![CDATA[Mike Plate, a freelance web and mobile developer has created a really useful web app perfect for playing around with CSS3. This will be surely something to bookmark under development tools. Check it out at CSS3 Playground]]></description>
		<link>http://www.yuicoder.com/2010/08/css3-playground/</link>
			</item>
	<item>
		<title>Microsoft Loves jQuery</title>
		<description><![CDATA[From Ajaxian Update: Here is a full set of release notes on the platform preview (called that as it is more of a shell than a browser. Rey Bango (Ajaxian and now Microsoft employee) will do a post that rounds up the news from MIX today where the IE9 team shared a first preview release [...]]]></description>
		<link>http://www.yuicoder.com/2010/03/microsoft-loves-jquery/</link>
			</item>
	<item>
		<title>YUI DataTable: Context Menu with &#8220;Select/Unselect All&#8221; rows</title>
		<description><![CDATA[Andy from Coderfoo.com created this excellent example and code sniplet to demo a function he created that uses a context menu to select and deselect all rows from a YUI datatable. At first I simply thought he was just accessing a regular function within YUI but he soon corrected me. He explained that while YUI [...]]]></description>
		<link>http://www.yuicoder.com/2009/11/yui-datatable-context-menu-with-selectunselect-all-rows/</link>
			</item>
	<item>
		<title>Simple YUI Login using Ajax, Cookies and server side auth</title>
		<description><![CDATA[JavaScript [login.js] // set up YUI loader var loader = new YAHOO.util.YUILoader({ require: ["container","connection", "cookie", "animation", "button", "dom","event" ], loadOptional: true, onSuccess: function() { Yevent = YAHOO.util.Event; Yconnect = YAHOO.util.Connect; Ydom = YAHOO.util.Dom; Ycook = YAHOO.util.Cookie; // fire of init() function once the document has finished loading and the dom is ready YAHOO.util.Event.onDOMReady(init); }, timeout: [...]]]></description>
		<link>http://www.yuicoder.com/2009/10/simple-yui-login-using-ajax-cookies-and-server-side-auth/</link>
			</item>
	<item>
		<title>YUI TreeView with Drag and Drop nodes</title>
		<description><![CDATA[Andy created a very and useful advanced example of using the Yahoo! User Interface TreeView with the capabilites of drag and drop of child nodes to other parent nodes. Here is an exert of his blog and the link. $coderfoo: YUI TreeView with Drag and Drop nodes I recently had a need for a YUI [...]]]></description>
		<link>http://www.yuicoder.com/2009/07/yui-treeview-with-drag-and-drop-nodes/</link>
			</item>
	<item>
		<title>Creating a FIXED element with re-size and scroll detection using YUI dom and event</title>
		<description><![CDATA[We have all see them and some of us love them. It&#8217;s those elements that seem to float on the page like hovering little angels. Ok enough with the sappy crap&#8230;down to business. So you need to create a browser independent simple script to position an element on a page. I put together a simple [...]]]></description>
		<link>http://www.yuicoder.com/2009/03/creating-a-fixed-element-with-re-size-and-scroll-detection-using-yui-dom-and-event/</link>
			</item>
	<item>
		<title>Override alert() with a YUI Dialog</title>
		<description><![CDATA[You know and I know and everyone knows the alert boxes generated by the browsers are OLD-SCHOOL and look like garbage. Well using YUI you can easily change that by just including a little code in you page. Simply add the code below to the bottom of your page just before the end body tag [...]]]></description>
		<link>http://www.yuicoder.com/2009/03/override-alert-with-a-yui-dialog/</link>
			</item>
	<item>
		<title>Using the YUI Loader and Yahoo&#8217;s CDN Rollup</title>
		<description><![CDATA[Using the YUI Loader and the script below will allow you to implement the YUI framework within your application with out downloading and installing the YUI framework to your server. var loader = new YAHOO.util.YUILoader({ require: ["get","dom","event"], loadOptional: true, onSuccess: function() { YAHOO.util.Event.onDOMReady(init); }, timeout: 10000, combine: true }); loader.insert(); function init(){ console.warn('YUI Loaded'); } [...]]]></description>
		<link>http://www.yuicoder.com/2009/03/using-the-yui-loader-and-yahoos-cdn-rollup/</link>
			</item>
</channel>
</rss>

