Thursday
04Feb2010

Connecting an Apple computer to the IT Sligo WiFi

Recently I met some people who said that Computer Services was unable to help them get their Mac OS X computers onto the student WiFi network in IT Sligo.

In this day and age, why isn't a college computer services dept. able to cater for Macs...

Anyhow, here's a PDF I've thrown together to instruct a user in how to do it. Leave me a comment if you need any help or more information.

Click here to download/view the PDF!

Tuesday
19Jan2010

Checking your IT Sligo Studentmail whilst avoiding webmail!

Tired of using webmail to check your IT Sligo Studentmail? I know I am. Ideally they'd upgrade to Exchange 2007 and give us all nice access to our mail AND the college global address list. I think that sounds like it makes too much sense though. For now, you have to be content with IMAP/POP access.

If this sounds interesting to you read more!!

Click to read more ...

Thursday
14Jan2010

OS X Remote Management using a "man-in-the-middle" linux server

Occasionally some of my friends contact me asking for assistance with their Macs. Usually this help can be conveyed over the phone, but sometimes I couldn't be bothered trying to explain it all, I just do it myself!

How, you might ask, can I accomplish this when my friends are 2 hours away!

Click to read more ...

Tuesday
12Jan2010

Use SSH as a replacement to "Back to my Mac"

If you're like me and you find that MobileMe's "Back to my Mac" feature never works, don't fret!

SSH can be used as an alternative.

Click to read more ...

Wednesday
06Jan2010

HTML Scraping + Presentation for iPhone

Currently I'm working on an app that, like many, borrows its data from a 3rd party. In my case, I'm parsing the HTML from a website.

I had such parsing working from within the app itself using TFHpple, an XPath parser. However this meant that the iPhone would be doing all the work. Also, if the site that I'm scraping ever changed it's layout, my app would immediately stop working and my app would be out of action for at least 10 days!

To that end, on the recommendation of many fine XCakers, I began into coding a middle-man script. This script would be passed an identifer and would then go and parse the HTML generated by using that identifier. It would then return the wanted data in the form of a JSON string.

Click to read more ...

Tuesday
28Jul2009

@iPhoneAppSchool

Last week I attended iPhone App School in the Castleknock Hotel in Dublin. This course is one of many courses offered by SQT Training Ltd. in Limerick and was organised by Daniel Heffernan, Patrick Collison and Damien Mulley.

The aim of the course is to teach “developers everything they need to produce their own apps—from writing their first lines of Objective-C to publishing their app in the iTunes App Store.”

Click to read more ...