I am a web designer & developer based in Galway, Ireland. Information on my work is available from my company site: Ambient Age Web Design.

I am also completing a PhD in Information Systems. My research is on the Adoption of IT Standards for technologies to support Ambient Intelligence.

Category Archives: Web Development

Replace the Euro Symbol (€) using Javascript (jQuery)

Image via Wikipedia

[Note: Techy / Programming content]
I spent a while on Friday searching for a way to replace the Euro symbol (€) in content pulled from a text area, using Javascript (jQuery). As it took me some time to track down an answer, here it is:
var theContent = $(‘#theTextArea’).val().replace(/\u20ac/g, ‘Euro’);

This replaces using a global search [...]

And….we’re done – Barkcamp Cork, ‘08

Ok, so a slightly late look back on Barcamp Cork which was on Saturday in the Cork Webworks. As I said, the community spirit is alive and well in the Cork Tech community. Over 100 people showed up, mainly from Cork, but also from Dublin, Galway (well, me anyway), and also from the North.
There were [...]

Live Query Plugin for jQuery

I spent a few hours yesterday trying to solve a jQuery problem that I was having…until I came across the excellent Live Query Plugin by Brandon Aaron which had already solved it for me. First, the blurb is:
Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, [...]

Barcamp Cork II

I’m heading to Cork for Barcamp next weekend (1st of November). There are lots of interesting sessions planned by the looks of things, and a good list of people attending so far. And it’s still a week away. The sessions cover everything from the technical to the business side of working with the web, with [...]

Getting into Gears: Offline Web App Tutorial – Part 2

In the first part of this tutorial I took a look at some of the background to Gears; the code example showed how to initialise Gears, and create a database (with a table definition). Apologies for the delay in getting the second part out of the drafts section of the blog.
In this section, I’ll show [...]

Getting into Gears: Offline Web App Tutorial – Part 1

Growing numbers of web applications have been dipping their toes into providing offline access using Gears. Recent examples include Google Reader (Google originally developed Gears before releasing it as an open source project), Remember the Milk, Wordpress (in Version 2.6), with planned integrations from MySpace and Gmail.
Offline access provides a way for a user to [...]

Zend_Form Radio Buttons

More on the ongoing struggle with the Zend Framework’s documentation….
After much trawling of the Zend Framework Manual, ZF on Nabble, and Google, I finally tracked down how to include & manipulate radio buttons using Zend_Form (ZF 1.5).
The HTML code I was trying to output was something along the lines of:
<input type=”radio” value=”1″ name=”staff” /> <label>Jim</label> [...]

MS Virtual Earth Maps Galway

Just came across the Bird’s Eye View in Microsoft’s Live Maps. They’ve got a very high resolution – I could pick my car out parked outside my house. The image below is of the Cathedral in Galway at 25 yards (I had to scale it down to include it in the post).

The images you get [...]

ISME Survey on Web Design

The Irish Small & Medium Enterprise Association released findings of a survey this week on SME’s attitudes to Web Design and Development services in Ireland – further details are available on the Ambient Age site at SMEs Unhappy With Web Design Services?

PicLens – Immersive Photography Slideshows

PicLens is a web application that allows you to view photographs & images as a 3D “immersive” slideshow. It’s one of the most impressive web applications I’ve seen, and is well worth checking out.