Welcome

Welcome to my site, it's kind of my playground and sounding board. I can't promise everything is awesome on here but I do try!

About this Slider

This sliding panel is an example of the Widget/Plugin I wrote. You can find more information here

More Information and the code can be found on my Github page

The Social Media Stuff

Mojo Gallery 0.4 Released

Posted by: on Jan 13, 2012 | No Comments Tags: , ,

Yay! Development is really pushing forward, today I have pushed 0.4 to the WordPress Repo. I’ve been working hard actually getting the front end presentation to work how I want.

Currently I have basic templates for single.php and archive.php, users can create their own templates by creating a /mojo-gallery/ folder in their theme and copying the templates folder contents into it, that way they can modify their own templates without them being wiped out during upgrades.

There are still plenty of bugs especially around templates and I am looking at better ways of doing this. If you feel like helping then please do!

You can check it out over on the WordPress Plugin Site or GitHub.

Mojo Gallery on the WordPress Plugin Repo

Posted by: on Jan 9, 2012 | No Comments Tags: , ,

Just a quick update to say you can now also keep track of updates from the WordPress plugin repo!

Finally managed to get it working, stupid SVN!

The most recent updates will always be on the Github page but if you so desire you can check out the WordPress Plugin page here.

Mojo Gallery Plugin Update

Posted by: on Jan 9, 2012 | No Comments Tags: , ,

Following on from my post a few days ago I have put some serious time into the plugin. The backend is shaping up nicely and is working well. I am currently working on the front end presentation before adding any more features. The compromise seems to be trying to use Filters to modify the $content opposed to specifying templates to use. I don’t really want to specify templates as it isn’t really user friendly. I’ll keep working and keep posting!

Also need to figure out how to use SVN I normally use git/github for everything!

Mojo Gallery Plugin

Had to put together a gallery for a client site, the trouble is that most of the existing gallery plugins are far to bloated, and generally pretty crap. I built a solution using custom post types and using the built in gallery short code and some colorbox magic. I’m in the process of moving it from a theme file to a self contained plugin!

Hopefully it should all work out! You can check out the working progress on my github  project page. Feel free to get involved too!