<?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>Maister.org.uk &#187; wordpress</title>
	<atom:link href="http://www.maister.org.uk/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maister.org.uk/blog</link>
	<description>Assorted Ramblings.</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Yet more Ratebird.</title>
		<link>http://www.maister.org.uk/blog/2010/07/15/yet-more-ratebird/</link>
		<comments>http://www.maister.org.uk/blog/2010/07/15/yet-more-ratebird/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:53:26 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Internets]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[ratebird]]></category>
		<category><![CDATA[RYM]]></category>
		<category><![CDATA[site performance]]></category>
		<category><![CDATA[songbird]]></category>
		<category><![CDATA[this site]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maister.org.uk/blog/?p=161</guid>
		<description><![CDATA[So I released Ratebird 0.32 with the aforementioned überfix for the RYM site.  Took a bit of noodling to get it to happen, but it turned out simpler was better and we got there in the end.   Basically if you&#8217;re on an artist page when signed in to RYM, your ratings for that artist&#8217;s releases [...]]]></description>
			<content:encoded><![CDATA[<p>So I released Ratebird 0.32 with the aforementioned überfix for the RYM site.  Took a bit of noodling to get it to happen, but it turned out simpler was better and we got there in the end.   Basically if you&#8217;re on an artist page when signed in to RYM, your ratings for that artist&#8217;s releases appear instead of the &#8216;rate&#8217; text in the far right; the long-standing problem is that this doesn&#8217;t happen for split or various artist releases&#8230;until now.  Hopefully the RYM guys won&#8217;t finally fix this in the immediate future, thus denying me my&#8230;er, glory?</p>
<p>I then noticed a typo in the install.rdf I uploaded so pushed 0.33 up with possibly the fastest Mozilla extension feature I&#8217;ve ever written &#8211; took me less than 40min to add a context menu option for library items that opens a new tab with a basic search of the album (or artist if the album tag is null) for that track.  Works for multiple tracks and pseudoThreaded too, just in case.  Will get back on to improving the core feature for 0.4, although it won&#8217;t be for at least a couple of weeks.</p>
<p>And finally, I looked at the CDN stuff again and it would appear the aforementioned Google App Engine doesn&#8217;t support PHP/MySQL &#8211; putting WordPress and this site right out of the equation.  There has been <a href="http://blog.caucho.com/?p=196">some success</a> in getting WordPress to work but it&#8217;s pretty damn fiddly and I&#8217;d probably just be better off paying for Amazon&#8217;s CDN.  Will revisit at some point.</p>
<p>Ratebird can be found <a href="http://addons.songbirdnest.com/addons/1787">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maister.org.uk/blog/2010/07/15/yet-more-ratebird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress Widget/Plugin</title>
		<link>http://www.maister.org.uk/blog/2009/01/14/new-wordpress-widgetplugin/</link>
		<comments>http://www.maister.org.uk/blog/2009/01/14/new-wordpress-widgetplugin/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:09:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Internets]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[advanced search widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress widgets]]></category>

		<guid isPermaLink="false">http://www.maister.org.uk/blog/?p=35</guid>
		<description><![CDATA[I wanted to find an easily customisable search box plugin for my blog, as the default one is a bit boring to say the least.  I couldn&#8217;t find one that did everything I wanted, so I set about writing my own. Features: Customisable title Customisable button text Choose between text button or image button Customisable [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to find an easily customisable search box plugin for my blog, as the default one is a bit boring to say the least.  I couldn&#8217;t find one that did everything I wanted, so I set about writing my own.</p>
<p>Features:</p>
<ul>
<li>Customisable title</li>
<li>Customisable button text</li>
<li>Choose between text button or image button</li>
<li>Customisable margin between button and text box</li>
<li>Choose between small or large image buttons &#8211; small image button is designed to be used with a negative margin to place the search button inside the text box</li>
<li>Info boxes in the admin area explaining everything</li>
<li>Change the default images for your own, with optimum margin for &#8216;inner button&#8217; case dynamically calculated and displayed in the admin area</li>
</ul>
<p>This is based on the rather obviously named <a href="http://navyroad.com/2007/10/08/search-widget-with-title/">Search Widget with Title</a>, and has been fully tested on WordPress 2.7.</p>
<p>So, here it is&#8230;<a href="http://maister.org.uk/downloads/Advanced Search.zip">Advanced Search Widget</a></p>
<p>Instructions: Unzip the download, upload the directory within to your plugins directory.  Then, activate the plugin and add the widget to one of your sidebars.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maister.org.uk/blog/2009/01/14/new-wordpress-widgetplugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some movement&#8230;</title>
		<link>http://www.maister.org.uk/blog/2008/11/14/some-movement/</link>
		<comments>http://www.maister.org.uk/blog/2008/11/14/some-movement/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 00:07:17 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Internets]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[this site]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maister.org.uk/blog/?p=28</guid>
		<description><![CDATA[My very awesome Web host Dreamhost just upgraded me to unlimited disk and bandwidth, to say sorry for moving my site to a different server with no warning.  Considering nothing whatsoever broke as a result of the move, I&#8217;m rather pleased. WordPress is also finally updated and the new version is so much nicer.  It [...]]]></description>
			<content:encoded><![CDATA[<p>My very awesome Web host <a href="http://dreamhost.com">Dreamhost</a> just upgraded me to unlimited disk and bandwidth, to say sorry for moving my site to a different server with no warning.  Considering nothing whatsoever broke as a result of the move, I&#8217;m rather pleased.</p>
<p>WordPress is also finally updated and the new version is so much nicer.  It was a bit weird that I had to comment out the entire wp-admin/admin-db.php file to get the admin area to work, but I have forgotten most of the messing about I did whilst setting up this site so it&#8217;s probably something to do with that.</p>
<p>I don&#8217;t really use MySpace any more, apart from to check out the odd band that don&#8217;t have any tunes on Last.fm, and gig dates (Last.fm is getting much better for gigs though).  However I found a wordpress plugin that supposedly allows crossposting of these blog entries to my MySpace account, so we shall see if that works when I hit &#8216;publish&#8217;.  I like the idea of my blog posts automatically being pushed around all of the different networks/apps that I&#8217;m on, I&#8217;ll see about finding one for LiveJournal (which I also barely use, but whatever&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maister.org.uk/blog/2008/11/14/some-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogtastic&#8230;once more</title>
		<link>http://www.maister.org.uk/blog/2007/10/11/blogtasticonce-more/</link>
		<comments>http://www.maister.org.uk/blog/2007/10/11/blogtasticonce-more/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 12:38:55 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[this site]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maister.org.uk/blog/2007/10/11/blogtasticonce-more/</guid>
		<description><![CDATA[Ok&#8230;so I&#8217;ve been rather silent here. I&#8217;m still alive, currently living in Edinburgh with my new lady (who is the best thing to happen to me in a very long time). The MSc and DoD (Dissertation of D0000000m) have ended and I am sans job. I&#8217;m involved in a concerted effort to get a position [...]]]></description>
			<content:encoded><![CDATA[<p>Ok&#8230;so I&#8217;ve been rather silent here.  I&#8217;m still alive, currently living in Edinburgh with my new lady (who is the best thing to happen to me in a <em>very</em> long time).  The MSc and DoD (Dissertation of D0000000m) have ended and I am sans job.  I&#8217;m involved in a concerted effort to get a position in web development as I&#8217;d like to work in an area that</p>
<ul>
<li>I&#8217;ve always been fascinated by</li>
<li>I actually enjoy</li>
<li>Isn&#8217;t science (I&#8217;m fed up with research after the DoD and want to see what else there is)</li>
</ul>
<p>The site has come along a great deal since I last wrote something here, with eleventy billion bug fixes and extra features, and some actual design work has happened to ensure that it doesn&#8217;t look like a pile of junk.  It&#8217;s far from finished &#8211; I have <a href="http://maister.org/web_development/#this_site">several little bits</a> yet to do, along with the mildly irritating task of getting it to look nice in the abomination that is IE6.  In fact I would have done the IE6 testing already if M$ hadn&#8217;t made it impossible to run it in Vista; as it is, I have to install 1.5+Gb of virtual OS (XP SP2) to get anywhere near IE6.  So I&#8217;ve decided not to bother and to gopher the prettiest Linux ever (<a href="http://www.kubuntu.org">Kubuntu</a>) and <a href="http://www.winehq.org/">WINE</a> instead.  After these job applications.  Job &gt; IE6 compatibility.</p>
<p>Anyway, here are the main recent improvements to the site:</p>
<ul>
<li>Cool PHP breadcrumbs script added to generate crumbs from directory structure</li>
<li>Even cooler browser-specific, dynamic PHP generated CSS and JS files &#8211; this was a lot easier than I thought it would be to implement.  I&#8217;m sure this puts a hefty load on the server, but I can&#8217;t see it causing any problems, unless I start getting<em> lots</em> more hits.</li>
<li>Tutorial for my scrollable, sortable table &#8211; hopefully *fingers crossed* I can get my GridView tutorial up here too.  I also have some Perl scripts to put up, just data juggling stuff but some budding computational chemist out there might find them of use</li>
<li>Clicky-sprouty hidden JS divs for code and suchlike &#8211; sadly not yet working in Opera, but that&#8217;s not so bad (sorry, Opera users)</li>
<li>Vastly improved menu</li>
<li>Much better Smarty code, making it far easier to change (and add) pages to the site</li>
<li>Smarty templates seamlessly hooked into blog files through some carefully placed PHP includes &#8211; again a lot easier to do than I anticipated</li>
<li>Nicely formatted CV page that kicks the bottom of my existing CV &#8211; I will back-port the changes to the document version shortly and put it up <a href="http://maister.org/cv/">here</a> for download</li>
<li>Contact page that works and works well, I&#8217;m sure the JS validation script can be improved but it&#8217;ll do for the moment.</li>
</ul>
<p>The WordPress update to 2.3 didn&#8217;t work (both 1-click &amp; manual) so I&#8217;ll stick with 2.2.1 until I figure a workaround (probably best backing up, deleting and re-installing).  More to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maister.org.uk/blog/2007/10/11/blogtasticonce-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MmmmmmWordPress&#8230;</title>
		<link>http://www.maister.org.uk/blog/2007/03/08/mmmmmmwordpress/</link>
		<comments>http://www.maister.org.uk/blog/2007/03/08/mmmmmmwordpress/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 12:09:16 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Internets]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript performance]]></category>
		<category><![CDATA[this site]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maister.org.uk/blog/?p=3</guid>
		<description><![CDATA[Ok, so new blog set up with minimal customisation (everything is likely to change) and the first theme that validates properly with HTML Tidy (it also happens to be nice and green). This is the first speed comparison of the new native JavaScript GetElementsByClassName functionality which is built into what will become Firefox 3. Very [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so new blog set up with minimal customisation (everything is likely to change) and the first theme that validates properly with HTML Tidy (it also happens to be nice and green).</p>
<p><a href="http://ejohn.org/blog/getelementsbyclassname-speed-comparison/">This</a> is the first speed comparison of the new native JavaScript GetElementsByClassName functionality which is built into what will become Firefox 3.  Very impressive, it should mean Fx3 will actually feel significantly faster when poking around sites, especially those with lots of JS.</p>
<p>Picture from the above link:</p>
<p><img src="http://ejohn.org/apps/classname/classname-speed.png" alt="GetElementsByClassName Speed Comparison" width="500" height="330" /></p>
<p>On a side note, I&#8217;m very impressed with WordPress so far, it&#8217;s all very well laid out, nice and intuitive.  You can edit anything you want so eventually I&#8217;ll be hacking up a theme and hopefully integrating the blog with the rest of the (not yet existent) site.  Oh, and the Dreamhost installation really was only one click!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maister.org.uk/blog/2007/03/08/mmmmmmwordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

