<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>mysite blog</title>
		<link>http://www.sneddo.net/news/</link>
		<atom:link href="http://www.sneddo.net/news/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>New Theme</title>
			<link>http://www.sneddo.net/new-theme/</link>
			<description>&lt;p&gt;Well, with new hosting comes the motivation to finally learn to theme Silverstripe. So, here is the first effort. Far from ideal, or really even finished, but it is a start... I never claimed to be a designer!&lt;/p&gt;&lt;p&gt;The more I get into customising SS the more I love it. So easy to extend, modify, and use!&lt;/p&gt;</description>
			<pubDate>Sun, 16 Aug 2009 18:05:00 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/new-theme/</guid>
		</item>
		
		<item>
			<title>New Hosting</title>
			<link>http://www.sneddo.net/new-hosting/</link>
			<description>&lt;p&gt;So, I have now moved my site to new reseller hosting in Australia, provided by &lt;a href=&quot;http://www.cove.com.au/&quot;&gt;Cove&lt;/a&gt;. Hopefully not too much breaks in the transition.&lt;/p&gt;</description>
			<pubDate>Tue, 11 Aug 2009 16:02:00 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/new-hosting/</guid>
		</item>
		
		<item>
			<title>Oops...I borked it</title>
			<link>http://www.sneddo.net/oops-i-borked-it/</link>
			<description>&lt;p&gt;If anybody noticed, subdomains were broken on my site for a few days due to rather aggressive mod_rewrite rules that were put in place by SilverStripe. Should all be fixed now though.&lt;/p&gt;&lt;p&gt;It is one of the few minor issues I have with SilverStripe so far, other than that it has to be one of the easiest to use CMSs I'm tried, but flexible enough to expand on the core modules if you require.&lt;/p&gt;</description>
			<pubDate>Wed, 04 Jun 2008 21:31:29 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/oops-i-borked-it/</guid>
		</item>
		
		<item>
			<title>New site!</title>
			<link>http://www.sneddo.net/New-site-/</link>
			<description>&lt;p&gt;So I finally found a CMS that I want to use. It might take me a little time to get everything copied across to the new CMS, so please be patient.&lt;/p&gt;</description>
			<pubDate>Sun, 01 Jun 2008 20:50:40 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/New-site-/</guid>
		</item>
		
		<item>
			<title>SilverStripe Review</title>
			<link>http://www.sneddo.net/silverstripe-review/</link>
			<description>&lt;p&gt;So, having used SilverStripe for a few days now, I thought I'd share my experience with it.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;br /&gt;Install was quick and reletively painless. The usual entering of DB details, and checks for required filesystem permissions and PHP settings.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Administration&lt;/strong&gt;&lt;br /&gt;The admin section of SS is what initially drew me to it. I was looking for a CMS that was powerful, and yet easy to use. The backend of SS is broken up into several sections:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Site Content&lt;/span&gt;&lt;br /&gt;Fairly obvious, this is where you create and modify your site content. A sidepane contains your site structure, allowing drag-and-drop reordering, revision history, and site reports. The main pane contains a consistant layout in the form of global tabs for each page- content, behaviou, to-do, Reports, and Access. These control how the page looks and behaves, as well as permissions.&lt;/p&gt;&lt;p&gt;The content tab changes subtley for each page type. For normal text pages this does not differ a great deal, however gallery pages will allow you to customise the layout of the gallery, and select images.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Files &amp;amp; Images&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Newsletters&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Security&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Comments&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Statistics&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Help&lt;/span&gt;&lt;/p&gt;&lt;p&gt;An online demo is available at &lt;a href=&quot;http://demo.silverstripe.com/&quot;&gt;http://demo.silverstripe.com/&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Critisms&lt;/strong&gt;&lt;br /&gt;Not everything is fantastic about SilverStripe however, I have run into a couple of small problems in the last few days.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Mod_rewrite&lt;/span&gt;&lt;br /&gt;Firstly, SS uses mod_rewrite to achieve friendly URLs. Unfortunately the rewrite conditions don't restrict to the domain that it is installed to, so depending how your subdomains are set up, you may have issues with subdomains being passed though the rewrite engine.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Configuration&lt;/span&gt;&lt;br /&gt;Changes to configuration could be a little better. As it is, to change themes you have to manually edit the config file. Themes have the site name and site slogan defined in each theme, rather than having these as variables. Email configuration is non-existent, all mail is passed through PHP's mail() function which can be a little restrictive. &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;Blog Module&lt;/span&gt;&lt;br /&gt;Until writing up this post, I hadn't realised that the Blog module does no use the WYSIWYG editor in the admin panel, instead relying on the rather clunky BBCode for formatting. This is disapointing, but as it is only an 0.1 release, this may be improved.&lt;/p&gt;</description>
			<pubDate>Thu, 06 Mar 2008 23:49:38 +1100</pubDate>
			
			
			<guid>http://www.sneddo.net/silverstripe-review/</guid>
		</item>
		
		<item>
			<title>No news is good news</title>
			<link>http://www.sneddo.net/no-news-is-good-news/</link>
			<description>&lt;p&gt;Almost 1 year since my last news post...I should really do something more often around here! I'm looking into premade CMS packages, I just don't have the time to do the sorely needed redevelopment (or more accurately, finish the half-finished mess I have now!)&lt;/p&gt;</description>
			<pubDate>Tue, 11 Sep 2007 22:26:38 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/no-news-is-good-news/</guid>
		</item>
		
		<item>
			<title>Google Webmaster Tools</title>
			<link>http://www.sneddo.net/google-webmaster-tools/</link>
			<description>&lt;p&gt;We all love Google, right? They have given us a heap of great applications, on top of their superior search engine. Today's tool that has just been brought to my attention is the Webmaster Tools.&lt;/p&gt;&lt;p&gt;&amp;lt;b&amp;gt;What is it?&amp;lt;/b&amp;gt;&lt;br /&gt;Put simply, its a set of tools to help you optimise your site for search engines (namely Google, surprise surprise).&lt;/p&gt;&lt;p&gt;The tools included are seperated into 3 tabs: Diagnostic, Statistics and Sitemaps.&lt;/p&gt;&lt;p&gt;&amp;lt;u&amp;gt;Diagnostic&amp;lt;/u&amp;gt;&lt;br /&gt;Here you see errors that were encountered when the spider was crawling your site. Great for tracking down dead links, although realistically, most webhosting comes with much more in-depth reporting on such errors.&lt;/p&gt;&lt;p&gt;There also seems to be a tool for Mobile website crawl errors, which could be much more interesting if you are into that sort of thing.&lt;/p&gt;&lt;p&gt;Also include is a robots.txt tool, which allows you to modify your robots.txt and test it from the site. Again, who really cares. Perhaps my robots.txt isn't as complex as some are though, it could be useful for poeple who have more than a few lines to their robots.txt!&lt;/p&gt;&lt;p&gt;&amp;lt;u&amp;gt;Statistics&amp;lt;/u&amp;gt;&lt;br /&gt;This is more interesting, it ties into google searches to see what users have been searching for to reach your site. Again, this is something that any decent web stats can provide from referrer headers.&lt;/p&gt;&lt;p&gt;Something that it much more useful is the Crawl stats and page analysis, which breaks down you pages into High, Medium, Low, and unranked, depending on where your pages appear in google page ranks in searches. It also provides the highest ranked page on your site. &lt;/p&gt;&lt;p&gt;The page analysis evaluates your page content, breaking it down into the type of file, and the most common words used on your site. Considering most modern search engines work on page content, instead of the META keywords element, this is a handy little tool. If your pages mention one topic more than another, that should help the page ranking, and so on. Realistically, this is the most useful site in the package.&lt;/p&gt;&lt;p&gt;&amp;lt;u&amp;gt;Sitemaps&amp;lt;/u&amp;gt;&lt;br /&gt;Sitemaps are an interesting thing, it allows you to add an XML based sitemap to your site. Why you really need to do this isn't really well explained. It helps Google to find all the pages on your site, and to do it faster. Although if it can't find pages simply by crawling your site and following links, what is the chance that you will add them to the sitemap? I dunno, maybe I'm missing the point...&lt;/p&gt;&lt;p&gt;I guess this is probaby more useful for larger or less organised sites. And to aid in Search Engine Optimisation (SEO) in such an environment. Although, I think the effort would be better placed in producing cleaner, easier to crawl webpages than in creating a sitemap.&lt;/p&gt;&lt;p&gt;&amp;lt;b&amp;gt;Conclusion&amp;lt;/b&amp;gt;&lt;br /&gt;I'm a little underwealmed by this offering by Google I must admit. I had high hopes (while at the same time not entirely sure what to be hopeful for), and really what I got is something that most webstats (certainly awstats) already provide you in more detail. Although, like most Google services, its still in beta so perhaps I just need to keep an eye on  the toolkit and hope it grows.&lt;/p&gt;&lt;p&gt;&amp;lt;a href='http://www.google.com/webmasters/'&amp;gt;Webmaster Tools&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p&gt;- Sneddo&lt;/p&gt;</description>
			<pubDate>Wed, 20 Sep 2006 22:25:26 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/google-webmaster-tools/</guid>
		</item>
		
		<item>
			<title>The Adsense experiment</title>
			<link>http://www.sneddo.net/the-adsense-experiment/</link>
			<description>&lt;p&gt;Well, its been a week for the Google ads. The first day I earned a whopping seven cents! Thankfully it has picked up a little since then, the total for the week so far is $8.92. Not bad really, at this rate I'll have $100 (the minimum required for Google to pay you) in a couple of months.&lt;/p&gt;&lt;p&gt;Once that happens, the ads will be scaled back. I will probably keep the Firefox ad permenantly, but the ads appearing on each page will be scaled back to the first page viewed or something like that. That way I can hopefully earn enough to keep the site going over a longer period, which will mean less ads and annoyance for anybody that stumbles upon this place.&lt;/p&gt;&lt;p&gt;In other news, there is another guide that was added last week. It details how to hack Firefox extensions to work with newer Firefox versions than they were designed to. &lt;/p&gt;&lt;p&gt;- Sneddo&lt;/p&gt;</description>
			<pubDate>Tue, 15 Aug 2006 22:17:48 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/the-adsense-experiment/</guid>
		</item>
		
		<item>
			<title>Eeek! Ads!</title>
			<link>http://www.sneddo.net/eeek-ads/</link>
			<description>&lt;p&gt;Right, so you may have noticed that google ad down the bottom of the page, unless you block them. &lt;/p&gt;&lt;p&gt;First up, sorry. I hate ads as much as the next person. At the moment, this is just a trial. I'm faced with the decision of whether or not to keep my webspace, as it really gets very little use other than filestorage, which there are lots of free alternatives out there. If I can earn a bit of money to help subsidise the costs, then the site will stay. So please, get clicking!&lt;/p&gt;&lt;p&gt;After a few weeks, or a month, they will be reviewed. I may scale them back to select pages, I may make them show only on the first page you see, I may remove them completely. I'd be interested to hear your thoughts as well, so &amp;lt;a href='/?page=Contact'&amp;gt;let me know&amp;lt;/a&amp;gt;.&lt;/p&gt;&lt;p&gt;- Sneddo&lt;/p&gt;&lt;p&gt;Update: Sorry about the 2 ads on the Firefox page, it won't stay like that permenantly, I'm just getting to grips with AdSense and what is available.&lt;/p&gt;</description>
			<pubDate>Tue, 08 Aug 2006 22:27:24 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/eeek-ads/</guid>
		</item>
		
		<item>
			<title>woooooo new theme!</title>
			<link>http://www.sneddo.net/woooooo-new-theme/</link>
			<description>&lt;p&gt;After using OS X for a while on my MacBook, I decided this place was decidedly un-Mac-like (hey, its a word now). All up it was a bit of a rushed effort, and bits of it seem a little *too* plain, but its good enough for now :P&lt;/p&gt;</description>
			<pubDate>Wed, 12 Jul 2006 22:13:09 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/woooooo-new-theme/</guid>
		</item>
		
		<item>
			<title>Minor updates</title>
			<link>http://www.sneddo.net/minor-updates/</link>
			<description>&lt;p&gt;Some minor updates:&lt;br /&gt;IE should display the news page a little nicer &lt;br /&gt;A few less errors on some of the pages.  &lt;/p&gt;&lt;p&gt;Hopefully it won't be nearly 2 months until the next update ;)&lt;/p&gt;</description>
			<pubDate>Tue, 11 Jul 2006 22:12:03 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/minor-updates/</guid>
		</item>
		
		<item>
			<title>Sneddo.net two-point-oh</title>
			<link>http://www.sneddo.net/sneddo-net-two-point-oh/</link>
			<description>&lt;p&gt;With the extra time I've had lately (job security is for suckers :P) I decided I'd finally get around to tidying this site up. The original site was a pretty hacky, quick and dirty site back when I was really just getting to grips with PHP.&lt;/p&gt;&lt;p&gt;The new site should make adding content, and maintenance that much easier for me. Which should mean things actually change around here occasionally. Visually, not much has changed. Its mostly the same content, although updated slightly. There are a few things that were removed, that may return in the future (more on that later).&lt;/p&gt;&lt;p&gt;Some bookmarks (if anyone bothered) may not work, Firefox extensions may not auto-update, and some content may not be available (either intentionally or not).&lt;/p&gt;&lt;p&gt;Hopefully not too much will break moving from my dev box to here...&lt;/p&gt;&lt;p&gt;/me crosses fingers&lt;/p&gt;</description>
			<pubDate>Wed, 17 May 2006 22:12:27 +1000</pubDate>
			
			
			<guid>http://www.sneddo.net/sneddo-net-two-point-oh/</guid>
		</item>
		

	</channel>
</rss>