Tag Archives: javascript

YUI Image Uploader works with YUI 2.8.1

I thought I’d better double check that the image upload still works fine with YUI 2.8.1 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 … Continue reading

Posted in Programming | Tagged , , , , , | 15 Comments

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.

Posted in Software | Tagged , , , , , , , | Comments Off on YUI Image Uploader gets a code repository

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.

Posted in Programming | Tagged , , , , , | Comments Off on ASP.net backend implementation of YUI Image Uploader

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 … Continue reading

Posted in Programming | Tagged , , , , , | 43 Comments

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 … Continue reading

Posted in Programming | Tagged , , , , , | 39 Comments

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 … Continue reading

Posted in Programming, Web | Tagged , , , , | 10 Comments