Stargazing – a middle-aged man’s new hobby

I’ve been fascinated by the stars, planets and all the other stuff in the night skies since I was a kid – I got my Cub Scout astronomer’s badge at age 9, pleaded with my parents to let me stay up late on Sunday nights to watch Patrick Moore’s “The Sky at Night” and am generally uncontactable by humans if there’s anything to do with NASA on the TV – I’m sure you get the idea. (more…)

Posting to WordPress from a mobile device

WordPress on your phone

Many mobile platforms, such as iPhone and iPad, Android, Windows Mobile RIM Blackberry etc can be used, through add-on applications, to post content to WordPress. There are also desktop applications and widgets which allow you to do the same. There is a slight problem, though, in that these methods of writing to WordPress require the use of a different protocol from that which is used when adding content via a browser. This protocol (called XML-RPC) is really just an extension of the HTTP internet protocol, but it allows remote procedure calls (the RPC bit) to websites – that is to say, they can be edited remotely, from a phone or other mobile device, or a non-browser-based application.

(more…)

Nice clean URLs in WordPress

By default, WordPress URLs are a bit ugly and don’t make any real sense.
Here are a few tips on how to cure this.

WordPress URLs

wpid182-WordPress_URLs.png

If you select any post on your blog, you’ll find that post’s specific URL looks something like this. It’s not exactly memorable, and it doesn’t really mean anything to anyone except really geeky people. (What it actually means is that this post is item #87 in the MySQL database that holds your WordPress site together).

(more…)

WordPress bugfix for auto-installation of themes, plugins & updates.

Carrying out this step will allow auto-installation of themes, plugins and updates directly from WordPress, rather than having to manually download and install these. The problem arises from the way in which Mac OS X Server delivers users’ personal websites – it’s not really a problem with WordPress.

  • This operation requires you to insert some text – you’ll find it here.

Arduino – An Introduction to Physical Computing

A first look at the Arduino microcontroller, some programming basics and some simple electronics.
Ali Napier, Digital Interaction Design, School of Computing/DJCAD, University of Dundee

(These notes have been created using Mac OS X – if you are using another operating system, such as Windows or Linux, you should be aware that will be some small differences, particularly with regard to the setup procedure).

(more…)