<?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>Shane&#039;s blog &#187; WordPress</title>
	<atom:link href="http://blog.shamess.info/category/internet/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shamess.info</link>
	<description>Personal blog of Shane Preece. Occaisional politics and tech minddump.</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hashmask for WordPress plugin</title>
		<link>http://blog.shamess.info/2009/08/29/hashmask-for-wordpress-plugin/</link>
		<comments>http://blog.shamess.info/2009/08/29/hashmask-for-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:09:54 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hashmask]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=780</guid>
		<description><![CDATA[Check me out being in the WordPress plugin directory! I decided to add Hashmask as a plugin to the WordPress login form, mostly because I hated the problem that arc90 fixed. Wasn&#8217;t really that complicated, nor is it world stopping, &#8230; <a href="http://blog.shamess.info/2009/08/29/hashmask-for-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Check me out being in the WordPress plugin directory!</p>
<p>I decided to add Hashmask as a plugin to the WordPress login form, mostly because I hated the problem that arc90 fixed. Wasn&#8217;t really that complicated, nor is it world stopping, but it&#8217;s totally my first submitted plugin!</p>
<ul>
<li> <a href="http://wordpress.org/extend/plugins/haskmask-for-wordpress/">The plugin page</a></li>
<li>I made it a <a href="http://github.com/shamess/Hashmask-for-WordPress/">github page</a> too if anyone wants to pull and edit it</li>
</ul>
<div id="attachment_781" class="wp-caption aligncenter" style="width: 316px"><img class="size-full wp-image-781 " title="Screenshot of Hashmask in WordPress" src="http://blog.shamess.info/wp-content/uploads/2009/08/screenshot-1.png" alt="Screenshot of Hashmask in WordPress" width="306" height="281" /><p class="wp-caption-text">Screenshot of Hashmask in WordPress</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2009/08/29/hashmask-for-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5b4: Storing data for offline use fuxxored.</title>
		<link>http://blog.shamess.info/2009/05/05/firefox-3-5b4-storing-data-for-offline-use-fuxxored/</link>
		<comments>http://blog.shamess.info/2009/05/05/firefox-3-5b4-storing-data-for-offline-use-fuxxored/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:21:25 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[buggy]]></category>
		<category><![CDATA[google gears]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=633</guid>
		<description><![CDATA[For me at least anyway, and I&#8217;ve only tried it on two WordPress installations running bleeding edge 2.8. I get this message, click allow, and then all pages work once. Caching on the first load. Then, if I refresh the &#8230; <a href="http://blog.shamess.info/2009/05/05/firefox-3-5b4-storing-data-for-offline-use-fuxxored/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_692" class="wp-caption aligncenter" style="width: 469px"><img class="size-full wp-image-692 " title="firefox-save-offline-broken" src="http://blog.shamess.info/wp-content/uploads/2009/06/firefox-save-offline-broken.png" alt="Good idea, that doesn't work." width="459" height="155" /><p class="wp-caption-text">Good idea, that doesn&#39;t work.</p></div>
<p>For me at least anyway, and I&#8217;ve only tried it on two WordPress installations running bleeding edge 2.8. I get this message, click allow, and then all pages work once. Caching on the first load.</p>
<p>Then, if I refresh the page, or go back to it later, everything loads without the style sheet and JavaScript &#8211; the cached stuff. To fix it, I had to go into Options &gt; Advance &gt; Network and then remove my websites from the list.</p>
<p>I guess they&#8217;re for some reason competing with Google Gears, which makes little sense. Why compete? Why not just advertise Gears? They do exactly the same thing from what I can see.</p>
<p><strong>Update:</strong> A lot of people are getting here to find out how to use Gears in the Firefox beta. You can use all your extensions (even if Firefox says they&#8217;re not compatible) by <a href="http://lifehacker.com/355973/">editing a single option</a>. Of course, if you do that you could end up crashing Firefox or something, but you can just start in safe mode and disable it again.</p>
<ul>
<blockquote>
<li>Type <code>about:config</code> into Firefox&#8217;s address bar and click the &#8220;I&#8217;ll be careful, I promise!&#8221; button.</li>
<li>Right-click anywhere. Choose New&gt;Boolean. Make the name of your new config value <code>extensions.checkCompatibility</code> and set it to <code>false</code>.</li>
<li>Make another new boolean pair called <code>extensions.checkUpdateSecurity</code> and set the value to <code>false</code>.</li>
<li>Restart Firefox.</li>
</blockquote>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2009/05/05/firefox-3-5b4-storing-data-for-offline-use-fuxxored/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress contribution is not for the technically inept.</title>
		<link>http://blog.shamess.info/2009/02/24/wordpress-contribution-is-not-for-the-technically-inept/</link>
		<comments>http://blog.shamess.info/2009/02/24/wordpress-contribution-is-not-for-the-technically-inept/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:01:29 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=438</guid>
		<description><![CDATA[I&#8217;ve probably mentioned this before, but I love WordPress. It&#8217;s perfect for what it does. And even when you want it to do something it wasn&#8217;t made for, you can probably find an add on to make it (or at &#8230; <a href="http://blog.shamess.info/2009/02/24/wordpress-contribution-is-not-for-the-technically-inept/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve probably mentioned this before, but I love WordPress. It&#8217;s perfect for what it does. And even when you want it to do something it wasn&#8217;t made for, you can probably find an add on to make it (or at least <a title="Low cost, high quality UK based developer" href="http://www.shamess.info/business/">hire a developer</a> to make one for you).</p>
<p>When you need to make one you kinda run into problems though. The <a href="http://codex.wordpress.org/">documentation</a> is so damn iffy, and the <a href="http://wordpress.org/support/">support</a> is fairly slow moving. The irc channel sucks. So, for the good of everyone, whenever I have spare time I&#8217;m going to do a bit on the documentation (which is in a wiki format). I can&#8217;t believe there are still some fairly common functions that&#8217;re used in WordPress that aren&#8217;t even covered yet.</p>
<p>A while ago the only support I could get was from a wiki page in French. Fortunately I could read it, but still. That&#8217;s just not good.</p>
<p>None of the code for WordPress is commented either, which I think is a really important thing within an open source project! You can&#8217;t get more developers if they can&#8217;t understand what your code is doing without rummaging through every include. It&#8217;s just not cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2009/02/24/wordpress-contribution-is-not-for-the-technically-inept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Products I Can&#8217;t Live Without</title>
		<link>http://blog.shamess.info/2009/01/05/products-i-cant-live-without/</link>
		<comments>http://blog.shamess.info/2009/01/05/products-i-cant-live-without/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:27:04 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[digg/Rev3]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=350</guid>
		<description><![CDATA[Michael Arrington did a post on the web services he couldn&#8217;t live without, and I thought it&#8217;d be cool for me to do the same. I&#8217;m not a super-internet user like Arrington &#8211; it&#8217;s his job to be testing these &#8230; <a href="http://blog.shamess.info/2009/01/05/products-i-cant-live-without/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2009/01/04/2009-products-i-cant-live-without/">Michael Arrington</a> did a post on the web services he couldn&#8217;t live without, and I thought it&#8217;d be cool for me to do the same. I&#8217;m not a super-internet user like Arrington &#8211; it&#8217;s his job to be testing these services, and he needs some of them for work which I don&#8217;t. I only really use the internet to kill time and for fun, if I&#8217;m totally honest.</p>
<p>It&#8217;ll be interesting to see what this looks like next year.</p>
<p>Onwards. In 2008, I frequently used the following websites or services:</p>
<ul>
<li>digg.com</li>
<li>WordPress</li>
<li>Google Talk</li>
<li>GMail</li>
<li>YouTube</li>
<li>last.fm</li>
<li>4chan (though, permaban ftl)</li>
<li>Google Reader</li>
<li>Google Notebook</li>
<li>Wikipedia</li>
</ul>
<p>That&#8217;s pretty much the websites I bounce around&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2009/01/05/products-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>There&#8217;s a down point to SEO</title>
		<link>http://blog.shamess.info/2008/12/02/theres-a-down-point-to-seo/</link>
		<comments>http://blog.shamess.info/2008/12/02/theres-a-down-point-to-seo/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:46:02 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Meta-blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=266</guid>
		<description><![CDATA[I allow search engines in my robots.txt and immediately get flooded with spam. Thank gosh for Akismet, eh?]]></description>
			<content:encoded><![CDATA[<p>I allow search engines in my robots.txt and immediately get flooded with spam. Thank gosh for Akismet, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/12/02/theres-a-down-point-to-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damnit</title>
		<link>http://blog.shamess.info/2008/10/18/damnit/</link>
		<comments>http://blog.shamess.info/2008/10/18/damnit/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 23:48:40 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=149</guid>
		<description><![CDATA[When deciding to use SVN to update my WordPress install, I forgot to backup my content folder. Now it&#8217;s gone. Damnit. And because I told Google not to save index this blog, it didn&#8217;t cache anything either. Oh, looks like &#8230; <a href="http://blog.shamess.info/2008/10/18/damnit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:line-through;">When deciding to use SVN to update my WordPress install, I forgot to backup my content folder. Now it&#8217;s gone. Damnit.</span></p>
<p><span style="text-decoration:line-through;">And because I told Google not to save index this blog, it didn&#8217;t cache anything either.</span></p>
<p>Oh, looks like I do keep good backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/10/18/damnit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confidently inexperienced.</title>
		<link>http://blog.shamess.info/2008/06/26/confidently-inexperienced/</link>
		<comments>http://blog.shamess.info/2008/06/26/confidently-inexperienced/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 18:27:02 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[job seeking]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=95</guid>
		<description><![CDATA[I feel like there&#8217;s something I should be doing, but there really isn&#8217;t. I just write up my CV, which I just need to get someone to check (I&#8217;ll probably email Paul, and ask him to take a look at &#8230; <a href="http://blog.shamess.info/2008/06/26/confidently-inexperienced/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I feel like there&#8217;s something I should be doing, but there really isn&#8217;t.</p>
<p>I just write up my CV, which I just need to get someone to check (I&#8217;ll probably email Paul, and ask him to take a look at the online version). It&#8217;s a paragraph over a page, so I&#8217;m not sure what to do with that. I read a post somewhere that the requirement for CVs to be only a page is silly now, since people have more roles within their jobs than before, so they take up more space explaining.</p>
<p>I have a list of job openings that I&#8217;m perfect for all printed off and ready for me to sort out. They&#8217;re based sort of around the West Midlands, which means I&#8217;ll be able to move out. I&#8217;m very nervous, and don&#8217;t feel like I have enough confidence to have other people relying on me yet. I suppose the only way to get that confidence is to do it; fake it till you make it.</p>
<p>I might actually start writing up a plug in for WordPress, for the competition, though I&#8217;m not sure when the deadline is. Either way, a useful plug in would still generate traffic, and hopefully donations! More importantly, it&#8217;d be something good to put on my CV as actual work experience. At the moment, I&#8217;ve had to really talk up what experience I do have.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/06/26/confidently-inexperienced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up and jogging</title>
		<link>http://blog.shamess.info/2008/06/18/up-and-jogging/</link>
		<comments>http://blog.shamess.info/2008/06/18/up-and-jogging/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:37:09 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false">http://blog.shamess.info/?p=90</guid>
		<description><![CDATA[I&#8217;m pretty much done with building the site now. All that needs to be done is the Javascript bug fixed, and add a few more &#8220;more information&#8221; pages and it&#8217;s pretty much done&#8230; I may add some more impressive scripts &#8230; <a href="http://blog.shamess.info/2008/06/18/up-and-jogging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty much done with building <a href="http://www.shamess.info/business/">the site</a> now. All that needs to be done is <a href="http://blog.shamess.info/2008/06/17/encoding-problems/">the Javascript bug</a> fixed, and add a few more &#8220;more information&#8221; pages and it&#8217;s pretty much done&#8230; I may add some more impressive scripts to make customer feel more like I know what I&#8217;m talking about (which I do!). It&#8217;s ready for customers at the moment though, I just need to do advertising.</p>
<p>As soon as I get £10 availiable I&#8217;ll start an AdWords campaign, which would be fun to try out, since I&#8217;ve only ever played with the sandbox before. If I pick keywords well I should get a ROI pretty fast. It&#8217;s not really like I can lose money, unless lots of people come and don&#8217;t buy.</p>
<p>It could be awkward doing business on the same domain that I&#8217;m using personally though&#8230; Well, at least they&#8217;ll read that I&#8217;m excited about helping them, and commited.</p>
<p>Oh, yeah. Also, I was going to say that I&#8217;ve emailed the WordPress theme place to see if I can get registration there to upload Eventide. That should increase traffic here, hopefully, which may send traffic to my WordPress hosting. If not, at least people will stop using Beccary&#8217;s broken version.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/06/18/up-and-jogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Competition; I have an awesome idea</title>
		<link>http://blog.shamess.info/2008/04/30/wordpress-plugin-competition-i-have-an-awesome-idea/</link>
		<comments>http://blog.shamess.info/2008/04/30/wordpress-plugin-competition-i-have-an-awesome-idea/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:45:45 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[coursework]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://mmm.debiantips.com/?p=60</guid>
		<description><![CDATA[I&#8217;m done with coursework for now. I&#8217;ve been doing it for ages. Three hours constitutes as ages, methinks. So, I&#8217;ve taking a little break. I&#8217;ll start again at ten. I really need to finish both pieces tonight, since it&#8217;s weeks &#8230; <a href="http://blog.shamess.info/2008/04/30/wordpress-plugin-competition-i-have-an-awesome-idea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m done with coursework for now. I&#8217;ve been doing it for ages. Three hours constitutes as ages, methinks. So, I&#8217;ve taking a little break. I&#8217;ll start again at ten. I really need to finish both pieces tonight, since it&#8217;s weeks after the deadline and the marks have to be sent off Tuesday. I have to hand in both pieces of coursework&#8230; tomorrow, really.</p>
<p>Anyway, lets forget about that for a little while, it&#8217;s giving me a headache.</p>
<p>There&#8217;s a <a href="http://weblogtoolscollection.com/pluginblog/2008/04/30/announcing-wordpress-plugin-competition-25/">WordPress plugin competition</a>! I was thinking the other day that I really wanted WordPress to do something for me, and I couldn&#8217;t find a plugin for it that works well. So, I might as well write it myself and potentially win a prize! The caveat to that though, is that I can&#8217;t tell people what my idea is, else they&#8217;ll steal it so I&#8217;m not even sure if it&#8217;s a good idea. Meh, <em>I</em> need it, so if nothing comes of it, at least I&#8217;ve gotten what I want. In the process, I&#8217;ll be learning new stuff about WordPress so it&#8217;s a win-win even if I lose.</p>
<p>The competition opens after my exams, so I won&#8217;t be having to mix it with reivision. I might have to mix it with finding a job though&#8230; If I win, it&#8217;d look awesome on my CV though!</p>
<p>Finding a job is another stress point (though, not too much), so I&#8217;m not going to talk about that either just yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/04/30/wordpress-plugin-competition-i-have-an-awesome-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eventide: my version of the WordPress theme Dusk</title>
		<link>http://blog.shamess.info/2008/04/15/eventide-my-version-of-the-wordpress-theme-dusk/</link>
		<comments>http://blog.shamess.info/2008/04/15/eventide-my-version-of-the-wordpress-theme-dusk/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 23:13:24 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dusk]]></category>
		<category><![CDATA[eventide]]></category>
		<category><![CDATA[gnu gpl]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://mmm.debiantips.com/?p=47</guid>
		<description><![CDATA[You probably noticed that my template is a lot like Dusk, but with a few changes. I&#8217;ve changed quite a bit, and fixed a few bugs since I think that Beccary has kinda stopped updating, and also, her website has &#8230; <a href="http://blog.shamess.info/2008/04/15/eventide-my-version-of-the-wordpress-theme-dusk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You probably noticed that my template is a lot like Dusk, but with a few changes. I&#8217;ve changed quite a bit, and <a href="http://mmm.debiantips.com/2008/04/01/an-update-to-the-dusk-theme/">fixed a few bugs</a> since I think that Beccary has kinda stopped updating, and also, her website has a virus on it, somehow. (All I know is that whenever I go to her homepage, <a href="http://mmm.debiantips.com/2008/04/01/stupid-virus/">Norton pops up</a>.)</p>
<p><img class="imagecenter" style="vertical-align:middle;" src="http://mmm.debiantips.com/wp-content/themes/eventide/screenshot.png" alt="Screenshot, minipreview of Eventide" /></p>
<p>So, you can go ahead and download Eventide &#8211; my version of Dusk &#8211; over on my <a href="http://mmm.debiantips.com/loot/">goodies page</a>. It&#8217;s under GNU GPL, so use it however you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shamess.info/2008/04/15/eventide-my-version-of-the-wordpress-theme-dusk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

