Using yui-ext with DNN module
Today, i have doing something with yui-ext and trying to put into my DNN module.
yui-ext is an extended javascript library from cool Yahoo UI Library. After doing some testing, trial and error, now i can integrate yui-ext library into my DNN modules ! Nice !
I think, if i combine it with ASP .NET AJAX, my ASP .NET apps will bring a very great rich internet application (RIA) based on javascript technology. yui-ext is different beast compared to WPF/E. Why ? Because WPF/E need a plug-in to install to your operating system (which not all of you want it). For user experience, WPF/E is better.
There are many choice out there about javascript library. Since today, i have using :
- Ajax Control Toolkit (often use it in my DNN project)
- Yahoo UI Library (not yet researched, but after seeing yui-ext is more simpler and fast, so i choose to learn yui-ext first. yui-ext is derived from yui from Yahoo)
- yui-ext (still researching, nice and cool javascript library. Will be used in my next DNN project)
- jQuery (next, i will doing some research about this beast. Cool enough)
You can check online version here. Thanks to http://www.erudeye.net/ for DNN hosting.
That site is only for my DNN online research. Nothing special, and please do not register on that site. :)
Next, i will post how to integrate great yui-ext into DNN module. Stay tune !