yui mixer

24
YUI Open Hack Day mixer session Harsha Vashisht [email protected] http://www.harsharv.com

Upload: harsha-vashisht

Post on 06-May-2015

785 views

Category:

Technology


3 download

DESCRIPTION

Quick i

TRANSCRIPT

Page 1: Yui mixer

YUIOpen Hack Day mixer session

Harsha [email protected]://www.harsharv.com

Page 2: Yui mixer
Page 3: Yui mixer

THOMAS ALVA EDISON NIKOLA TESLA

Page 4: Yui mixer

The web is a total mess!

Page 5: Yui mixer
Page 6: Yui mixer

Inte

rface

Wid

gets

Auto Complete Data Table

Button Layout

Calendar Menu

Charts Rich Text

Container Tab View

Page 7: Yui mixer

Everything is fully documented with around 300 examples!

Page 8: Yui mixer

1. Documentationhttp://developer.yahoo.com/yui/docs/

2. Exampleshttp://developer.yahoo.com/yui/examples/

Page 9: Yui mixer

Now, lets have a look at what YUI has to offer.

Page 10: Yui mixer

1. Data Sourcehttp://developer.yahoo.com/yui/3/datasource/

Page 11: Yui mixer

The DataSource Utility provides a consistent API for the retrieval of data from arbitrary sources over a variety of supported

protocols.

Page 12: Yui mixer

1. Remote sources2. Polling3. Caching4. Events

Page 13: Yui mixer

http://developer.yahoo.com/yui/3/examples/datasource/datasource_get.html

Page 14: Yui mixer

YUI allows you to fetch data from YQL directly!

Page 15: Yui mixer

http://developer.yahoo.com/yui/3/examples/yql/simple-yql.html

Page 16: Yui mixer

2. Auto complete

Page 17: Yui mixer

http://developer.yahoo.com/yui/3/examples/autocomplete/ac_datasource.html

Page 18: Yui mixer

3. Data Charts

Page 19: Yui mixer

Now.. I want to draw a graph..

Page 20: Yui mixer

Duck.. There will be codeDuck.. There will be code

Page 21: Yui mixer

My code..

YUI().use('charts', function (Y) { var myDataValues = [ {category:"5/1/2010", values:2000}, {category:"5/2/2010", values:50}, {category:"5/3/2010", values:400}, {category:"5/4/2010", values:200}, {category:"5/5/2010", values:5000} ]; var mychart = new Y.Chart({dataProvider:myDataValues, render:"#mychart"});});

Page 22: Yui mixer

Ain’t that kick ass???

Page 23: Yui mixer

Let us look at the examples page…

http://developer.yahoo.com/yui/3/examples/

Page 24: Yui mixer

Harsha R. [email protected]

http://www.harsharv.comhttp://twitter.com/harsharv

http://www.facebook.com/harsharvhttp://www.slideshare.net/harsharv