A Django site.
November 6, 2008

Dennis Muhlestein
nonic
All My Brain
» 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 [...]

April 29, 2008

Dennis Muhlestein
nonic
All My Brain
» 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 [...]

April 11, 2008

Dennis Muhlestein
nonic
All My Brain
» Using YUI components in a templated environment

If you develop sites anything like I do, you'll end up setting up a site wide layout and theme before you start coding any individual pages. I like to add YUI components where they are useful, but I've come across a couple little quirks that were annoying me. Here are my observations and [...]

February 29, 2008
» Fun with YUI, IE and JavaScript

I still develop JS in basically the same way I did back in 2001. Back then IE had more of a stranglehold on the browser market, but it was a horrible JS development environment. So one would use Mozilla with the Venkman debugger to make things a li

February 25, 2008

Dennis Muhlestein
nonic
All My Brain
» Image Upload with YUI Editor 2.5.0

The YUI team has been making further enhancements to the YUI library. I decided to stick together in one post all the previous resources I've added for the YUI Image Uploader and make sure the uploader was compatible with the latest version of the YUI Rich Text Editor. Image Uploader Client Code To use upload images [...]

December 21, 2007

Dennis Muhlestein
nonic
All My Brain
» An Example Rich Text Editor Image Upload with PHP

After my previous image uploader and turbogears image uploader posts, the overwhelmingly most requested information has been a PHP implementation of the upload script. I’m not much of a PHP guru. Luckily, a few users have posted possible solutions for this. I’ve added an editor to this post that uses a PHP [...]

December 5, 2007

Dennis Muhlestein
nonic
All My Brain
» Creating Image Preview Tooltips with the YUI Overlay Widget

The Yahoo UI Library provides a nifty helper for creating tooltips. I started playing around with it when I wanted to add the same tooltip to a large number of elements on a page. What got me interested in this implementation, is the ability to use the same tooltip on a number of [...]

December 21, 2007

Dennis Muhlestein
nonic
All My Brain
» YUI Image Uploader Example with TurboGears

After completing the YUI Image Uploader, I received a lot of requests for a working example. I didn’t originally create a working example, because that requires server functionality that this server didn’t have. I’ve remedied the situation and have completed an example with TurboGears. Of course, any server side language or framework [...]

October 22, 2007

Dennis Muhlestein
nonic
All My Brain
» An Image Upload Extension for YUI Rich Text Editor

I’ve had nothing but good things to say about the Yahoo User Interface tools. It seems to me like the developers continually add all the things from other libraries that I like into one simple to use, well documented, overall good quality library. The new addition of the rich text editor has left me [...]