Personal tools
You are here: Home Documentation Tutorials Using YUI on Grok Conclusion

Conclusion

What have we learned?
In this tutorial you'll be learning how to use the Yahoo! User Interface Library, or YUI in short in your Grok project. YUI is a JavaScript and CSS library providing all sorts of handy components that you can use to make you site work an look better without too much effort, and in a cross-browser compatible way. In the process, you'll also be learning some basic uses of megrok.layout, megrok.navigation and JSON.
Page 6 of 6.

By now you should have a rather thorough understanding on how you can use the YUI Library in a Grok project. The main focus of YUI is not AJAX itself, but providing user interface components that can be easily reused and that work on all browsers. It uses AJAX for some of its functionality, but it is only a small fraction of it.

There are other packages out there (JQuery is very popular one for instance) that perhaps are better suited for pure AJAX applications, but if you understand how to use YUI, you won't have a hard time incorporating other libraries into your projects.

Source code for the final project can be downloaded from http://github.com/jmichiel/YUIdemo