Tag Archives: site

jQuery.popover

Hi!

I’ve been busy with many things, of which one is school, but also some other projects, so excuse my absence in writing here.

Recently, I’ve accepted an offer to build a small web application, of which I won’t go into detail. In any case, it needs to look good: professional, clean and have plenty of AJAX drag-and-drop, fancy confirmation boxes and whatnot. While building the application, I needed something comparable to the iPad’s “popovers”, as they’re called. You probably know what they look like. If not, look just above. :)

I did not come across a jQuery plugin that perfectly fit my needs, so I decided to write my own jQuery plugin. Funnily enough, it’s called jQuery.popover and it allow for easy popover creating and manipulation. It’s completely style-able with css, and I’ve provided an example stylesheet which should get you up and running.

Read More…

WP Plugin: Posts from Images

Hey there!

While working on my WPWT project, I started a little side project. I needed some way to put all images in the media library in seperate posts. Now, there may be plugins already to do this, but I needed the process to also set the image as featured image. So I decided to make my first actual plugin. Read More…