Archive for the ‘Misc’ category

Doing some tidying up…

May 30th, 2019

I’ve removed all the Tweets from the blog – you can still get them over on Twitter of course. I’ll be doing some more tidying up around the theme, etc., at some point too.

Spotify launches in Ireland

November 13th, 2012

Image representing Spotify as depicted in Crun...

Image via CrunchBase

Spotify has launched in Ireland finally!  I’m using the 30 day Premium trial for now, but I’m seriously tempted to go for the €9.99 monthly subscription.  I’ll explore the library of content they have in the first month to see if it’s justified.

Interestingly they also cater for purchasing the tracks if you really want to have them forever, and those are DRM-free 320kbps MP3s just like 7digital provides.

Another cool thing they have is embedding playlists, such as for Muse‘s album The 2nd Law below.  Just hit play and it should start streaming 🙂

I’ve enabled the Facebook sharing stuff for now, let’s see how much it spams my timeline or not 🙂

 

Enhanced by Zemanta

How to make Google Chrome use the right local Google site for searching

February 8th, 2011

Like most Google Chrome users I use the address bar to quickly search Google by entering my search terms instead of a web site address and hitting Enter to do the search. Chrome will try to work out where you are located and use the local version of Google if it can, which is great – except that sometimes it gets it wrong, or makes a choice that doesn’t suit you, and no matter what you try you can’t change Chrome’s choice.

I came across this problem after a trip to Italy when Chrome decided that it would continue to use http://www.google.it as the default localised version of Google for searches I entered in the address bar. No matter what I did with settings in the Options dialog, I couldn’t stop Chrome giving me results in Italian, with Italian options, menu items, and so on. From the investigations I did about this problem it became clear that this is a fairly common problem, but there was no obvious fix. So, I was left to my own devices to sort it out – and thankfully I did 🙂

» Read more: How to make Google Chrome use the right local Google site for searching

Blog updated to WordPress 3.0

June 17th, 2010

Following today’s release of WordPress 3.0 I was able to quickly and easily upgrade my blog via the Tools | Updates menu on the Dashboard. I love how WordPress makes it so easy to perform these kinds of updates for plugins, themes, and the core CMS 😀

New Blog Theme

October 9th, 2009

I’ve updated the site to use the Cordobo Green Park 2 theme by Andreas Jacob, and it’s much nicer than what I had before. It took a bit of playing around with the sidebar widgets to get them set up just as I want them without overriding the standard ones included in the theme which I quite like. I tweaked the header CSS to include an image as well as text in the logo, and to reduce the font size for the h1 – h4 tags (I felt the blog post titles in particular were too big) but apart from that everything’s standard.

The only thing that went wrong with the upgrade was my mistake with upgrading the Fresh From plugin so I lost all the old tweets that it had imported. They should upgrade it so that it asks you if you want to keep them. I did a bit of tidying up on the user registrations too – all spammers with no comments at all, so I deleted them and switched off registration. You can now comment without registering – though noone really wants to anyway based on how things have gone so far 🙂

My twitter feed is acting up

July 1st, 2009

Looks like my twitter feed as imported by the Fresh From FriendFeed and Twitter plugin is acting up and posting multiple copies of each tweet. Will need to look into this, and tidy up the posts 🙁

My tweets are now included in my blog

April 8th, 2009

I just installed the Fresh From FriendFeed and Twitter plugin for WordPress so that I can capture my tweets on Twitter as @anlaochsiorai in the blog here as blog posts. I’ve found myself microblogging via Twitter from my GPhone more often than posting regular posts here, so thought it would be good to capture them all in one place. As usual the plugin search and installation worked really well from the new Dashboard in WordPress 2.7.

I ended up tweaking the code of the plugin a little to remove the “Fresh from Twitter:” prefix to all the post headings, and I also increased the number of words extracted from the tweet to make the post title from 3 to 6. I found that if I kept the setting on that shows the profile picture it was messing up my page format since it was adding a <br clear=”both” /> tag which pushed the post metadata and other posts below the end of my sidebar 🙂 Switching the option off leaves the posts with just a small Twitter icon which I actually prefer the look of, and doesn’t mess up the flow of the page.

So, on with the microblogging!

RSS feed problem fixed

February 16th, 2009

I ran into a problem that seems to come up occasionally on the WordPress support forum – blank lines at the beginning of the RSS feed XML file for the site which causes problems since it’s no longer valid XML. A quick look at the support forum pointed me in the right direction. It turned out to be blank lines following the final ?> line in the functions.php I had added to my custom theme to add widget support to the sidebar. This file gets loaded and parsed for every request to the blog, including for the RSS feed, and the blank line is actually seen as an intended part of the output – like the regular HTML you see in PHP files. Removing the blank line sorted the problem out.

I’m loving WordPress v2.7

February 16th, 2009

I really love the admin pages in WordPress v2.7. I particularly like the way that you can install plugins and do updates directly from the admin interface. For example I logged in today and the Dashboard told me that WordPress 2.7.1 was available, and offered me the option to do the upgrade automatically. It did warn me about making sure I had a backup, but I plunged straight in – reckless, I know, and not recommended 🙂 Anyway, in less than 15 seconds the update had been downloaded to the server, unpacked, installed, and I was back up and running. Brilliant!

I suppose the one thing that would improve this is to include an automatic backup step, which could be optional. It probably wouldn’t be that hard, and would probably be sufficient for 90% of WordPress users – it would certainly do the trick for me 🙂

Site Update – WordPress 2.7, new theme, widgets support

February 8th, 2009

So, it’s taken a while to get around to it, but I’m back on the blog again! There’s been a couple of updates, including upgrading to WordPress 2.7, changing my theme, and adding widgets support to the sidebar. There’s still a few things that need tidying up such as the colour scheme for the Google Ads, and I’m not sure if I’ll keep the link colours 🙂

One of the changes brought about by the addition of widget support is the RSS feeds in the sidebar. These are originally sourced from Google Reader which can republish them as Atom feeds. However the MagpieRSS feed reading code built into WordPress can’t deal with the fact that the news item source data in the feed also includes title and link elements, so it ends up combining these with the title and link elements for the actual entry, messing up the feed entries in the sidebar. I came across a workaround in the WordPress support forum – pass the feeds through Feedburner and use the Convert Format Burner option to turn it into an RSS 2.0 feed. The RSS parser in WordPress deals with those feeds fine, and I’m using the KB Advanced RSS Widget to take a little more control over how the feed is displayed compared to the standard RSS widget.

As for WordPress 2.7, I really like the new Dashboard, and especially the features for installing plugins directly instead of having to upload them manually. I think I’ll have to look at upgrading My Halo News.com and Our Adventures too now 🙂

I’m hoping that this might mark the start of more regular blogging, as there’s lots to say – just maybe not enough time to say it. Let’s see how long it takes till the next post!