Posts tagged with ajax
YUI Image Uploader gets a code repository
I’ve created a github project for the YUI Image Uploader.
You can download the scripts and example page here:
http://github.com/mulicheng/yuiupload
This will also facilitate user contributed changes and backend scripts.
ASP.net backend implementation of YUI Image Uploader
Tom from mostynwebsolutions.com has created an ASP YUI Image Uploader backend. Direct Download: YuiExample.zip.
The YUI Image Upload posts on this site contain details on implementing the front end and editor if you’re just getting into this.
Thanks Tom.
Example Image Upload with YUI Rich Text Editor 2.7.0
It’s somewhat slow coming, but I’ve checked compatibility with the image uploader and YUI version 2.7.0. If you haven’t read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI.
[...]
Java upload handler for YUI Image Uploader
Vijay Oruganty has been kind enough to provide a Java upload handler for the YUI Rich text image uploader.
I’ve attached the Eclipse project here.
Here is Vijay’s comments on the project:
[the attached file] has the whole eclipse project including the required libraries to build the project using ant. It has the compiled classes and the binary [...]
Example YUI Image upload with YUI 2.6.0
I wanted to add an example of the yuiImgUploader script working with YUI version 2.6.0. If you haven’t read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI.
That changes from the previous 2.5 Image uploader [...]
Using YUI to Create Nested Tabs
Recently, I was browsing the YUI JavaScript forums and found a post about nesting the tab control. I haven’t done that before personally, but have done things where my tabs had Ajax or DHTML dependencies inside the tabs. I decided I’d take a whack at this one and see what I could come [...]