Handling XML Elements with Namespaces in jQuery

The whole point to writing the Wiki Text jQuery plugin was so that I could use it on the Thistle Society web site to enhance the description text from Google Calendar events shown on the Events page. So, I was a bit irritated that it didn’t work when I tried it.  Most of it turned [...]

Tags: , , ,
Posted in JavaScript, Web Development | 7 Comments »

Wiki Text Plugin for jQuery v0.2 Released

I’ve updated the plugin to resolve a couple of small errors and add a tiny bit more functionality. Download it here Try it here (and see how fast it is!) Find out more Changes The following changes have been made to this version of Wiki Text: List item text can now be wrapped by indenting [...]

Tags: , , , ,
Posted in JavaScript, Web Development | No Comments »

Wiki Text Plugin for jQuery v0.1 Released

I would like to announce the first release of a jQuery plugin which converts Wiki text to HTML. Download it here Try it here (and see how fast it is!) Find out more Why a Wiki Text Plugin? As you can see by my recent articles about Google Calendar (and there’s more to come) I [...]

Tags: , , , ,
Posted in JavaScript, Web Development | No Comments »

Error 310 (net::ERR_TOO_MANY_REDIRECTS): When Upgraded to WordPress 3.1

In case anyone else has the same problem, I saw this error when I upgraded my WordPress 3.0.1 installation to 3.1 using the automatic upgrade. The dashboard worked fine, but when I tried to look at the site itself the page wouldn’t load in IE 8 or Firefox 3.6.  With Google Chrome I get the [...]

Tags: ,
Posted in WordPress | No Comments »

I’ve Written My Own WordPress Site Theme

OK, so for all you WordPress design experts out there this is not exactly world shattering news, but this has taken me quite a while and several false starts to achieve. As you can see from the new look and feel of the site (if you ever saw it before) I have changed to a [...]

Tags: , , ,
Posted in Web Development, WordPress | No Comments »

Adding Calendar Events to Google Calendar in C#

I’ve replaced a custom event page for the Thistle Society with a list extracted dynamically from a Google Calendar. Following on from the previous article, Loading XML in C# with XML Serialisation, I needed to upload the events into the Google Calendar from my C# application (Event Manager). To do this, first spend hours scouring [...]

Tags: , ,
Posted in C#, Google | 8 Comments »

Loading XML in C# with XML Serialisation

The problem – I have a lot of event details for a local club in an XML file and I wanted to load them into a C# application which will import them into a Google Calendar (see my earlier article to understand why). I originally started to write a C# application to maintain the events [...]

Tags: , , ,
Posted in C# | 2 Comments »

Embedding Google Calendar Events in a Club Web Site

I maintain a web site for a Scottish Country Dancing group, Thistle Society Wigan (http://www.thistlesociety.org.uk/).  As part of this I need to update the list of forthcoming events for the society and this can be quite time consuming. So I wondered if I could find a way to simplify the way events were maintained – [...]

Tags: , , , , , ,
Posted in C#, Web Development | No Comments »

An Update on iPhone Email Settings with Vodafone and Virgin Media

I wrote a while ago about setting up my email on my iPhone – it worked, then it didn’t work and then it worked and… Until tonight it didn’t work – I could receive emails fine, but it wouldn’t send them out.  From my original Virgin Media account settings, the outgoing SMTP server didn’t work [...]

Tags: , , ,
Posted in iPhone | No Comments »

Windows 7 Can’t Access Windows Server Shares

OK, I said I was chuffed with Windows 7 – but there was one problem that caused me some agro – accessing my other computers’ shared drives on the network. I was somewhat disappointed when I realised that it insisted on joining this “HomeGroup” – of course I had purchased the upgrade to Home Premium [...]

Posted in Windows | No Comments »