Wednesday, October 5, 2011

Getting YUI

The first thing you need to do in order to get started working with YUI is to get it on your page (of course).  There are a surprising number of ways to do this, but let's be straightforward for now and look at the simplest way to include YUI on a page.  Since this has already been covered on the yuilibrary site, let's go there: http://yuilibrary.com/yui/quick-start/

Once you have tried that out, we'll cover a few other ways to include YUI.

Tuesday, October 4, 2011

Whoah! YQL!

In addition to getting up to speed with YUI, I wanted to give you advance "notice" about another technology you probably have never heard of, but once you try it out, you'll be like Ted going "whoah".
Whoah! YQL!

It's called YQL and it stands for Yahoo Query Language. Here's the site:
http://developer.yahoo.com/yql/

When you combine YUI (client-side) with YQL (server-side) you will begin to build some seriously cool apps. Go check it out today and try out some of the examples. We'll be doing plenty of work with YQL in the process.

Monday, October 3, 2011

Learning Javascript...

In addition to my own "helpful" articles, I plan to send everything I can at you that could help you on your journey of YUI-discovery. Something basic to that would be to know Javascript :) If you are just starting out with that, you might check out Derek Gathright's article on Learning Javascript.

This week: bootstrapping.

This week we'll begin to look at the various ways you can get YUI onto your pages. Given that everything else depends on that, it's a good place to start.

I'm still working out how I want to do these examples, because I want to be able to use them together in an ebook once we are far enough along.  Any comments or suggestions you might have are welcome! I've gotten some ideas already from several YUI folks, including moving this blog to a node.js/markdown format like Wheat.

I'm still on the fence about things like that. I like how blogger basically gives you everything you need to just "get it out there" which is what I'm looking for. I think what I will do is link a github project to this which will list out the examples in a plain text format as I develop them.