<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>YUI Coder</title>
	<link>http://www.yuicoder.com</link>
	<description>Manipulating the Yahoo User Interface to your will!</description>
	<lastBuildDate>Fri, 19 Mar 2010 23:59:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Microsoft Loves jQuery</title>
		<description><![CDATA[From&#160;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&#160;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 of IE9 that comes [...]]]></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&#160;[login.js]



// set up YUI loader
var loader = new YAHOO.util.YUILoader({
    require: ["container","connection",
              "cookie",
              "animation",
              [...]]]></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&#160;link.


$coderfoo: YUI TreeView with Drag and Drop nodes

I recently had a need for a YUI (Yahoo User Interface) [...]]]></description>
		<link>http://www.yuicoder.com/2009/07/yui-treeview-with-drag-and-drop-nodes/</link>
			</item>
	<item>
		<title>YUICalendar Helper: Creating YUI calendars using just a class name</title>
		<description><![CDATA[We have all had to create calendar pop up and usually the first thing that comes to mind is &#8220;Which calendar pop-up application am i going to use?&#8221; Well, YUI certainly makes it an easy decision because it looks good and is fairly easy to create. So when the need arose to create a form [...]]]></description>
		<link>http://www.yuicoder.com/2009/07/yuicalendar-helper-creating-yui-calendars-using-just-a-class-name/</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>Inserting a new element before the end body tag using Yahoo Util DOM</title>
		<description><![CDATA[An example of how to create elements in javascript then attach/append them to other elements using YUI.]]></description>
		<link>http://www.yuicoder.com/2009/03/inserting-a-new-element-before-the-end-body-tag-using-yahoo-util-dom/</link>
			</item>
	<item>
		<title>Adding up column data in the YUI Datatable</title>
		<description><![CDATA[At times it becomes necessary to add up the data with in a column. Here is a nice little snippet that can do just that.
Change DATATABLE with the name of the data table you need to read.
Change COLUMNNAME with the column key in the table you need to&#160;read.

// First get the record set from the [...]]]></description>
		<link>http://www.yuicoder.com/2009/03/adding-up-column-data-in-the-yui-datatable/</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&#160;server.


 
var loader = new YAHOO.util.YUILoader({
    require: ["get","dom","event"],
    loadOptional: true,
    onSuccess: function() {
    YAHOO.util.Event.onDOMReady(init);
  [...]]]></description>
		<link>http://www.yuicoder.com/2009/03/using-the-yui-loader-and-yahoos-cdn-rollup/</link>
			</item>
</channel>
</rss>
