<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Photogabble &#187; plugin</title>
	<atom:link href="http://photogabble.co.uk/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://photogabble.co.uk</link>
	<description>photoblog of simon dann</description>
	<lastBuildDate>Sun, 25 Dec 2011 14:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Search Unleashed Drafts Bug.</title>
		<link>http://photogabble.co.uk/php/search-unleashed-drafts-bug.html</link>
		<comments>http://photogabble.co.uk/php/search-unleashed-drafts-bug.html#comments</comments>
		<pubDate>Sat, 18 Jul 2009 16:45:47 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://photogabble.co.uk/?p=2118</guid>
		<description><![CDATA[I have recently installed a new search plugin for wordpress called Search Unleashed, after experimenting with its use for a clients project I realised a very basic however extremely anoying bug where the search results include all your drafts as well as public posts. I spent a few hours searching through the plugins code before [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently installed a new search plugin for wordpress called <a href="http://urbangiraffe.com/plugins/search-unleashed/">Search Unleashed</a>, after experimenting with its use for a clients project I realised a very basic however extremely anoying <a href="http://urbangiraffe.com/tracker/issues/show/661">bug </a>where the search results include all your drafts as well as public posts. I spent a few hours searching through the plugins code before giving up due to its complexity and being away from my desk meant I had no debugging tools at hand to help.</p>
<p>As a quick fix to the problem I have included the following if clause in my search.php template file:</p>
<pre>if ( $post--&gt;post_status == 'publish' ){ ... }</pre>
<p>Its not the best way to fix things, but it works for now and until I get back home next week its the best I can do. I hope this helps other people with similar problem until the plugin developer fixes things.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/php/search-unleashed-drafts-bug.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 and my Zenphotos Plugin.</title>
		<link>http://photogabble.co.uk/technical/wordpress-25-and-my-zenphotos-plugin.html</link>
		<comments>http://photogabble.co.uk/technical/wordpress-25-and-my-zenphotos-plugin.html#comments</comments>
		<pubDate>Mon, 07 Apr 2008 11:31:52 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zenphotos]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/04/07/wordpress-25-and-my-zenphotos-plugin/</guid>
		<description><![CDATA[I have had quite a few people asking me about the zenphotos plugin I developed a while back which is nice, as it appears mine is the only plugin to do the job that a great many people running both publishing platforms need I have taken on the responsibility of ensuring that it is up [...]]]></description>
			<content:encoded><![CDATA[<p>I have had quite a few people asking me about the zenphotos plugin I developed a while back which is nice, as it appears mine is the only plugin to do the job that a great many people running both publishing platforms need I have taken on the responsibility of ensuring that it is up to date. I have yet to test it with the latest version of WordPress 2.5 but I see no reason why it wouldn&#8217;t work being that the wordpress dev team don&#8217;t appear to have moved about any of the things the plugin uses, it should also work with the latest zenphotos update but again I have been so busy of late that I haven&#8217;t had time to get it updated. There is going to be a new version coming out soon for wordpress 2.5 which will have a lot more functionality I have built in for use with a new template, more information on that will come later once I get things in order.</p>
<p>In the mean time if you need any help with my plugins feel free to fire me an <a href="http://photogabble.co.ukcontact/" title="Email Me">email</a>.</p>
<p><strong>[Update]</strong></p>
<p>The next update for zenphotos 2.2 will be released as soon as I am able to spend some time on it for the time being I am implementing the following new features as required by my new theme (to launch soon) and requested by you guys:</p>
<ul>
<li>Plug-in Panel so you can set the default settings within your dashboard rather than edit the plugin file yourself.</li>
<li>Adding the option to create custom output formatting, which will make it easier to design around.</li>
<li>Adding the option to select the latest pictures from just one album within your gallery rather that from the whole gallery.</li>
<li>Adding the option to show a user defined selection of random images from either one album or the whole gallery.</li>
</ul>
<p>This being my final degree year I have a lot of  work to get finished and not a lot of time to get it all done in, due to this I can&#8217;t say for sure when the new plugin will be released as I am having to work on it when I get literally a spare few minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/technical/wordpress-25-and-my-zenphotos-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So this wordpress 2.5 thing then&#8230;</title>
		<link>http://photogabble.co.uk/life-happens/so-this-wordpress-35-thing-then.html</link>
		<comments>http://photogabble.co.uk/life-happens/so-this-wordpress-35-thing-then.html#comments</comments>
		<pubDate>Thu, 03 Apr 2008 13:52:25 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Life Happens]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/04/03/so-this-wordpress-35-thing-then/</guid>
		<description><![CDATA[So it is finally here, after months of hard work and caffeine consumption the wordpress dev team have come up with an amazing product. If those of you have been wondering what has become of my wordpress to tumblr and zenphoto plugin updates the reason why you have heard nothing is because I had been [...]]]></description>
			<content:encoded><![CDATA[<p>So it is finally here, after months of hard work and caffeine consumption the wordpress dev team have come up with an amazing product. If those of you have been wondering what has become of my wordpress to tumblr and zenphoto plugin updates the reason why you have heard nothing is because I had been waiting for the release of 2.5 to save me working on code that might become redundant with this new release. I now have it installed on my test server and have been playing with things, mostly breaking things but its all part of the learning curve. Once I finish all my university work I shall get down to finishing up those two plugins I just hope it wont be too late causing me to loose my grip on the community.</p>
<p>As far as work goes I am happily plodding on with university projects. I have my final project to get done which is the front end of an online shop it has proven to be the biggest design job I have ever undertaken and as it is a major part of my degree I am excited that the amount of work I have done for it will be rewarded with a high grade. You wouldn&#8217;t believe the amount of paper work I have done for this thing! Other than that I have two papers to write, on on the status of television and another on how we have become a culture of fear dominated by a government manipulating that fear to its own ends for &#8220;our own good&#8221;. It is an issue I have a great deal of knowledge in and if you can talk for hours about a subject then writing an essay on it is going to be second nature.</p>
<p>Anyways I thought I owed people a little update on happenings, bbs.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/life-happens/so-this-wordpress-35-thing-then.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zenphoto WordPress Plugin 1.8</title>
		<link>http://photogabble.co.uk/technical/zenphoto-wordpress-plugin-18.html</link>
		<comments>http://photogabble.co.uk/technical/zenphoto-wordpress-plugin-18.html#comments</comments>
		<pubDate>Mon, 10 Mar 2008 14:10:50 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zenphoto]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/03/10/zenphoto-wordpress-plugin-18/</guid>
		<description><![CDATA[I have just updated the zenphoto to wordpress plugin so that it works with the latest version of zenphoto and wordpress. As you can see from the bottom of this page I have refreshed my photography gallery and it has at current a lot less photo within it. This is because I am slowly in [...]]]></description>
			<content:encoded><![CDATA[<p>I have just updated the <a href="http://photogabble.co.ukprojects/zenphoto/" title="Zenphoto Plugin Page">zenphoto to wordpress plugin</a> so that it works with the latest version of zenphoto and wordpress. As you can see from the bottom of this page I have refreshed my photography gallery and it has at current a lot less photo within it. This is because I am slowly in the process of editing a backlog of photo shoots in anticipation of publishing them here amongst other places. In the mean time there is a small selection of test uploads I have put on here just to keep the photography area interesting. For all of those interested in combining zenphoto and wordpress in a similar way check out my <a href="http://photogabble.co.ukprojects/zenphoto/" title="Zenphoto Plugin Page">zenphoto plugin page</a> and download the plugin. I can provide support for my plugins only, not for unrelated zenphoto or wordpress issues; enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/technical/zenphoto-wordpress-plugin-18.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An update and news of tumblr wordpress plugin.</title>
		<link>http://photogabble.co.uk/tumblrs/an-update-and-news-of-tumblr-wordpress-plugin.html</link>
		<comments>http://photogabble.co.uk/tumblrs/an-update-and-news-of-tumblr-wordpress-plugin.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 13:33:33 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Tumblrs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/02/26/an-update-and-news-of-tumblr-wordpress-plugin/</guid>
		<description><![CDATA[Hey everyone, this is just a quick update to let people who visit here know that I haven&#8217;t abandoned you all but have instead been loaded with an amazingly huge amount of university work which has to come first on my list of priorities. I have emailed a ton of people back whom are interested [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, this is just a quick update to let people who visit here know that I haven&#8217;t abandoned you all but have instead been loaded with an amazingly huge amount of university work which has to come first on my list of priorities. I have emailed a ton of people back whom are interested in the tumblr wordpress plugin as well as the one I have written for zenphoto to wordpress, I shall be continuing with these plugins next week once I have handed in all the work I need to complete for this week. So yes, I am still active, just about and once I have the time I shall be back to regular posting soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/tumblrs/an-update-and-news-of-tumblr-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tumblr Plugin [Update]</title>
		<link>http://photogabble.co.uk/tumblrs/wordpres-tumblr-plugin-update.html</link>
		<comments>http://photogabble.co.uk/tumblrs/wordpres-tumblr-plugin-update.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 15:15:08 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Tumblrs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/01/30/wordpres-tumblr-plugin-update/</guid>
		<description><![CDATA[I finished the beta of my tumblr plugin last night and right now it does exactly what I want it to do, that is to publish text posts from my wordpress blog placed in a tumblr category to tumblr as basic posts. I have seen some interest on other peoples blogs for a plugin that [...]]]></description>
			<content:encoded><![CDATA[<p>I finished the beta of my tumblr plugin last night and right now it does exactly what <em>I</em> want it to do, that is to publish text posts from my wordpress blog placed in a tumblr category to tumblr as basic posts. I have seen some interest on other peoples blogs for a plugin that does similar and so I have decided to finish it by the end of the week and publish it. However I have also seen a lot of requests for a plugin which imports from tumblr and places those posts within your wordpress blog in such a way that they can be custom formatted, this is a much more in depth plugin to write and I may if I can see an increased interest write one that does just that. For the time being though, I feel that releasing my current plugin will be good enough. At least it does what I want.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/tumblrs/wordpres-tumblr-plugin-update.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A WordPress to Tumblr Plugin.</title>
		<link>http://photogabble.co.uk/tumblrs/a-wordpress-to-tumblr-plugin.html</link>
		<comments>http://photogabble.co.uk/tumblrs/a-wordpress-to-tumblr-plugin.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 22:26:45 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Tumblrs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2008/01/29/a-wordpress-to-tumblr-plugin/</guid>
		<description><![CDATA[It has taken almost three hours to write and test but I have finally got a working beta of my WordPress to Tumblr plugin. You should be able to see this on tumblr as soon as I publish it on my wordpress blog. I do believe that this is the one of if not the [...]]]></description>
			<content:encoded><![CDATA[<p>It has taken almost three hours to write and test but I have finally got a working beta of my WordPress to Tumblr plugin. You should be able to see this on tumblr as soon as I publish it on my wordpress blog. I do believe that this is the one of if not the first ever WordPress to tumblr plugins which is kind of an achievement I suppose. I can&#8217;t see much use for it to others unless your as interested as I am about keeping your publishing centralised although I suppose I shall now create an admin page for it so all the user changeable parameters aren&#8217;t hard coded and then release it to the public for those who are interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/tumblrs/a-wordpress-to-tumblr-plugin.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Projects, WordPress, Zenphoto Plugins and More</title>
		<link>http://photogabble.co.uk/technical/projects-wordpress-zenphoto-plugins-and-more.html</link>
		<comments>http://photogabble.co.uk/technical/projects-wordpress-zenphoto-plugins-and-more.html#comments</comments>
		<pubDate>Thu, 17 May 2007 16:46:30 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[pictureXS]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2007/05/17/projects-wordpress-zenphoto-plugins-and-more/</guid>
		<description><![CDATA[It&#8217;s incredible to browse some of the projects created by students at MIT especially those created by the Physical Language Workshop. All you need to do is go to their website and you will understand what I mean, as they have some pretty unique online applications there. One of their latest applications PictureXS is an [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s incredible to browse some of the projects created by students at MIT especially those created by the <a title="PLU" href="http://plw.media.mit.edu/">Physical Language Workshop</a>. All you need to do is go to their website and you will understand what I mean, as they have some pretty unique online applications there. One of their latest applications <a href="http://pixs.media.mit.edu/">PictureXS</a> is an interesting way of collecting and displaying anonymously submitted images. It got me thinking about ways of displaying my own photos as at the time I was coding the template for my Zenphoto gallery. In the end I decided to use another method of showing my gallery to people and so have been forced into thinking of other applications for this method.</p>
<p style="text-align: center;"><img src="http://photogabble.co.uk/wp-content/uploads/2007/05/photogabbleimages.jpg" alt="photogabbleimages.jpg" /></p>
<p>In the past few days with the very limited spare time I have had I have been able to write two plugins for wordpress, one publicly available and the other being a similar system to PictureXS. The first plugin I wrote was Zenphotos of which more information can be gleamed <a href="http://photogabble.co.ukprojects/zenphoto/">here</a>. Zenphotos is a pretty basic wordpress plugin for including the latest images uploaded to your Zenphoto gallery in the form of thumbnails. The plugin can be seen to be in action at the bottom of this page. My second plugin has just been called <a href="http://photogabble.co.ukimage/">Photogabble-&gt;Images</a>, because that is pretty much all it is. It&#8217;s a basic emulation of PictureXS while I experimented with methods the PLW used to present image data to the user, I shan&#8217;t be making that plugin publicly available as I can&#8217;t see there being any need for it, however I may write a similar plugin which instead of listing user submitted images, shall show images in wp-content/uploads. Not sure how much of a requirement there is for this, but it might be interesting to code, we shall see.</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/technical/projects-wordpress-zenphoto-plugins-and-more.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom Smileys 2.4</title>
		<link>http://photogabble.co.uk/technical/custom-smileys-24.html</link>
		<comments>http://photogabble.co.uk/technical/custom-smileys-24.html#comments</comments>
		<pubDate>Thu, 05 Apr 2007 14:18:24 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[2.4]]></category>
		<category><![CDATA[emotes]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[smile]]></category>
		<category><![CDATA[smileys]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2007/04/05/custom-smileys-24/</guid>
		<description><![CDATA[? I have just updated the blog to the latest version of Custom Smileys which is a massive improvement upon the previous version I had been using. Now you can see all the emotions available to you above the comment field which should make it easier for you to show how you feel I am [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="wp-smiley" onclick="document.getElementById('content').value += ' :!:';" src="http://photogabble.co.ukwp-includes/images/emotes/information.png" />?  I have just updated the blog to the latest version of <a href="http://qad.donationcoders.com/wp/custom-smileys">Custom Smileys</a> which is a massive improvement upon the previous version I had been using. Now you can see all the emotions available to you above the comment field which should make it easier for you to show how you feel <img src='http://photogabble.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I am currently searching deviantart for some emotions that have been made freely available so I may add some more for here. I can only really see another six being needed and thats really just to fill the blank space left above the comment text box and these shall be added soonish :p</p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/technical/custom-smileys-24.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax Gallery Plugin for WordPress&#8230;</title>
		<link>http://photogabble.co.uk/technical/ajax-gallery-plugin-for-wordpress.html</link>
		<comments>http://photogabble.co.uk/technical/ajax-gallery-plugin-for-wordpress.html#comments</comments>
		<pubDate>Thu, 23 Feb 2006 20:54:04 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.photogabble.co.uk/2006/02/23/ajax-gallery-plugin-for-wordpress/</guid>
		<description><![CDATA[I was thinking looking though all the gallery scripts that are available for intergration into WordPress there are infact none that utilise the new ajax technology and none that intergrate fully and naturaly into the WordPress administration panel. Upon searching for ajax galleries to see if someone out there had already produced somthing that would [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking looking though all the gallery scripts that are available for intergration into WordPress there are infact none that utilise the new ajax technology and none that intergrate fully and naturaly into the WordPress administration panel. Upon searching for ajax galleries to see if someone out there had already produced somthing that would be usefull to me (no need to reinvent the wheel) I found <a title="LightBox Js" href="http://www.huddletogether.com/projects/lightbox/">lighbox JS</a> a very usefull ajax script. I have just sent an email to the creator to see if there is a wordpress plugin already for this. If not I shall write one which you can expect to be available from here within 2 weeks <img src='http://photogabble.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://photogabble.co.uk/technical/ajax-gallery-plugin-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

