-
Recent Posts
Meta
Neyric.com
Categories
Archives
Tag Archives: yui
inputEx 0.7.0 release and Roadmap
inputEx 0.7.0 was released today ! Most importantly, we upgraded YUI dependency to version 2.8.2r1 to fix security issues, and fixed a major bug for Internet Explorer 9. We also worked on setting correct names for all sub-fields in order … Continue reading
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