jQuery

Simple Slideshow for Wordpress

Admittedly I don't know Wordpress very well, so you are welcome to take this with a grain of salt. I wanted a slideshow plugin that could use all existing media plus media that a user uploaded to their blog post landing pages. I did not want to create tags for slide shows etc. I did not want the user to have to deal with gallery vs. upload vs. library vs. stashing images in some other random place.The idea was to be as dead simple but to change the user process as little as possible.

Enter the jQuery. There are lots of great jQuery plugins to do slide shows. I used the jQuery Cycle Plugin. Markup is straight forward- just put a bunch of images into a div and use .cycle(). My approach was to grab all the images in a post, hide them, and add them into the jQuery Cycle div. Not much to it. I used a custom field to enable the slide show if the user wanted it and then they could just add as many images to their post as they liked.

Media Browser: Round 4 - UI

Progress, progress, progress. Lots of backend improvements. UI is getting better. Hopefully going to be seeing some new content from Aaron in the form of YouTube shortly. Hooray! Checkout the screencast for the full details

Media Browser: Round 3 - Integration With FileField

In the last round I showed a proof of concept. This time we're moving rapidly toward something functional- we've got a browser actually attached to a filefield, a pseudo UI, a much clearer idea of where our direction needs to go, and some eye candy. Checkout the screencast!

Media Browser: Round 3 - Integration With FileField

In the last round I showed a proof of concept. This time we're moving rapidly toward something functional- we've got a browser actually attached to a filefield, a pseudo UI, a much clearer idea of where our direction needs to go, and some eye candy. Checkout the screencast!

Auto Link TinyMCE Images

Unless I am just completely missing it, the support for auto linking images back to their source for TinyMCE is just not intuitive. Since I generally upload a larger image than what I can use on a page, I want to have the image on the page link back to the larger one. Having to create a link after you have placed an image does not really make sense to me. So an obvious hack enters the room. Since we know that at least in Drupal, imaes that are in content areas of a post are likely to have been uploaded by a user, we can make a general assumption that these are likely to want to lnk to the original. jQuery of course gives us just enough power to be dangerous: