Tag Archives: javascript

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

Posted in Programming | Tagged , , , , | 2 Comments

Serving JavaScript Fast

I found this excellent writeup on serving JavaScript files posted on Digg.com. I think I’ll convert some of those ideas to Python but I thought it worth posting here in the mean time with the link to the story. The … Continue reading

Posted in Programming | Tagged , , | Comments Off on Serving JavaScript Fast

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

Posted in Programming | Tagged , , , , , , , | 13 Comments

How to fix the Digg Tools JavaScript for WordPress

If you have a wordpress blog and you’ve ever had a popular enough post to have it posted to Digg.com, you might be tempted to paste the digg tools javascript into your post to integrate your site with the digg … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

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

Posted in Programming | Tagged , , , , , , | 102 Comments

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

Posted in Programming | Tagged , , , , , | 21 Comments