Neyric.com
Categories
Archives
-
Recent Posts
Tag Archives: yui
inputEx version 0.1.0 released
It’s finally time ! I just finished the first public version of inputEx. I had this project in my bag since summer 2007. Visit the website at http://javascript.neyric.com/inputex . Here is a short introduction from the documentation : Introduction inputEx … Continue reading
inputEx coming real soon
inputEx is an open-source javascript form library, built on top of the Yahoo! User Interface (YUI) Library. It is still under development and will be released real soon, under the MIT License. Another Form Library ? Why would I create … Continue reading
Reporting javascript errors to the server
In every web application that intensivly uses javascript: errors may occur ! Since I’m not able to fully-test my web-application each time a modification is made, I decided to report javascript errors to the server. It proved to be very … Continue reading
YUI improved Ajax
“The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.” I found YUI very helpful for my applications. It’s … Continue reading