Mark McAulay

"Big kids did it" 

Open Knowledge Networks fourth event

Friday 26th June 2009 saw the 4th installment of the Open Knowledge Network event in Aberdeen. As a co-organiser and speaker at these events I thought that a blog post was in order.

An event in Aberdeen celebrating all things digital seemed like an unworkable idea at the start and probably still does to those either outwith the digital community or too long in the Aberdeen digital community...from "that's not really my thing" to "I don't see what's in it for me"...I've already heard several excuses from people who would get a lot out of it, determined to put up walls and never attend. Truth is, that these reasons are unfounded and as OKN attendances have shown, not even relevant to the buzzing, talented and highly creative group of people from hobbyist to student to professional to board level attendees who pack out Peacock Visual Arts periodically to share ideas, see what's happening in the industry, have a few drinks, listen to some music and set the digi world to rights.

For those of you who don't know me and have attended OKN, I spoke on Yahoo Pipes at OKN02 and spent much of OKN04 looking after the bar, in that regard, the chances are that if you were there, then I've at least briefly met you.

OKN04 sprung into life with the first presentation by Jono Sandilands. A graphic design student exploring some digital avenues made for interesting viewing and the work done on "project ping pong" was conceptual, imaginative and impressive. Jono then helped me to drink the bar dry.

Next up was James Littlejohn who gave an overview to "The Open Stack". I discovered that a number of students from Aberdeen University were at OKN specifically to hear this talk as it held relevance to their course.

Third slot went to Ewan McIntosh, Channel 4's digital commissioner for 4ip who had made the journey up from Glasgow specifically to tell us all about 4ip and how they're looking to invest in ideas for the future of digital media. Plenty of food for thought here and plenty of people talking about this in Aberdeen which I'm sure Ewan will be happy to hear.

Last slot of the evening went to Bill Thomson who "doesn't get invited to do children's party's" but is very welcome at the OKN. "Mad Scientist", "Crazy guy" "he breaks childrens toys and makes them cry" are all words and phrases I've since heard describing Bill's introduction to circuit bending. Outstanding finale, you just cant beat a bit of live soldering fueling weird noise.

OKN then moved into it's informal networking mode which basically means that beer was drunk, music was played and we all talked amongst ourselves before the very sensible decision to move to the pub happened.

I really feel that OKN is making a difference, encouraging discussion and generation of ideas throughout the forward looking designers, programmers, artists, film makers, photographers and musicians and many others who fancy a night amongst the rest of the digital community.

I have personally been delighted with the impressive attendances and positive feedback received from all the OKN events to date and hope to see you all at OKN05 for more digital fun and games.
Filed under  //   OKN  

Comments [0]

HTML5 DOCTYPE and Character Encoding

As part of my 2009 TODO list, I made a promise to learn more about HTML5 this year. As I'm currently rebuilding my personal site, I thought why not take some extra time and see if I can use HTML5 just now. It's my personal site, it's there for experimentation!

The first thing I've learned, not surprisingly as it's the first thing we come to in the code, is the new DOCTYPE and method of character encoding. Here is the difference:

Current XHTML 1.0 Strict DOCTYPE and Character Encoding

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

New HTML 5 DOCTYPE and Character Encoding

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>

Quite a difference in terms of how much less code needs written which, as someone who writes his own code....is a good thing!

I look forward to continuing my explorations of HTML 5 and will post up my discoveries as I make them.

Filed under  //   HTML5  

Comments [0]

Sauce so hot it required blogging about

Over the weekend I spied a rather ominous looking bottle of hot sauce in the supermarket with the words "insanity sauce" emblazoned across it's front. Picking it up I noticed the tag line "The original hottest sauce in the Universe" so of course, I simply had to own a bottle of "Dave's gourmet Insanity sauce".

Taking it home and making mention of it on twitter I decided that I couldn't wait to try it and therefore opened it up and dabbed a tiny spot of sauce onto my finger and promptly recoiled in horror and amazement as the flavour swept through my mouth with all the grace of a blunt and rusty chainsaw. Being the arse that I am, I invited Kathryn, my long suffering fiancée to taste this "delicious new sauce" I'd discovered too....she wont be having any more of it and I reckon I'm lucky not to have received some form of physical attack.

So as with all fearsome hot foods, a little later in the day, once the "nah, there's no way it was as hot as that" mentality had set it, I added a couple of drops to a sandwich. I was now ready to deliver my verdict on twitter.

Yes, it's hot....its very VERY hot, the bottle comes with a warning which if you have any sense, you will heed well. It's also worth noting that I love very hot food. I have a history of ordering very hot curries, making my very own special spicy meatballs with scotch bonnets and I always have a bottle of Habanero brand Tabasco in my house so that fact I'm now telling you to treat this stuff with a bit of respect should hopefully save you from destroying your mouth, throat and innards in one fell swoop. Of course, you should also do a twitter search for "insanity sauce" to gauge peoples real life and up to minute fear.

So even after reading over this blog post that I wrote last night, right now, just before I post it, the mentality is returning to me....nah, there's no way it's as hot as that....is it?
Filed under  //   fear   life  

Comments [0]

Love this quote

"Every design problem is different, so how can every approach to solve the problem be the same? A cookie-cutter approach to web design and development is about maximising profit and efficiency with minimal innovative and original thinking or problem solving."

Mark Boulton
- Five Simple Steps. A Practical Guide to Designing for the Web
Filed under  //   design  

Comments [0]

In house scotch on the rocks conference

I was a bit gutted that I couldn't make this years SOTR conference in Edinburgh but at least Stu made sure that I wasn't missing out too much...my own personal scotch on the rocks...lovely.

Filed under  //   cfml   life  

Comments [0]

why is your blog now on posterous?

So as part of my own little personal digital revolution including the building of a new personal website (launch date will follow, we're early in the process), working with more "social" services and generally changing the way I use online services, I've made the choice to run my blog on the posterous service. (I'm not sure when I first thought it acceptable to begin a paragraph with "So" and that is something I'll need to re-educate myself on, sorry!)

A little bit of background is in order.


Back in 2003 my "blog" was little more than a collection of static HTML pages that I'd lovingly hand craft whenever I had something i wanted to share online. In "getting a grip of myself", I learned the ins and outs of WordPress and went about replacing my static content with a touch of PHP/MySQL goodness. This served me well however, as a bit of a tinkerer and one who just cant leave shit alone, while getting all excited about CFML, I made the choice to port my WordPress blog to BlogCFC This made perfect sense given I had the run of a ColdFusion server and I was stretching my CFML wings...right up until I discovered Mango Blog which for a couple of reasons, I prefered the look of and so went about porting my blog over to this new system(also CFML, this one I ran on Railo). I must say that Mango Blog is awesome, I will use it for projects in future with much less hesitancy now that i've spent some considerable time with it working out what makes it tick. So that brings us right up to date where by I've made the choice to port my blog over to a hosted service.

Why on earth would I use a hosted service?

Here's the thing. I want to use my blog for...well, blogging. I need a facility that allows me to post from almost anywhere and to post as many different types of media as possible with minimum fuss. I need to know that the domain name I've associated my name with for many years will still be relevant and I need to be able to track who's looking at my blog as well as being able to use the content elsewhere for other purposes in my wee digital revolution. These are all common requirements for people with a blog. So why have I gone to posterous?

Lets take a litte look at what I'd rather not have to do while blogging.

As someone who doesn't like to leave stuff alone, the ability to alter parts of my blog, or even to redesign the whole thing on a whim was just too tempting. I need to focus on the content of what I'm posting rather than the next "buzzword" tech that I can integrate into the blog technology. WordPress was particularly distracting in this regard with an endless supply of plugins to keep you fiddling for a long time. The other thing I dont want is any sort of barrier to being able to post content. I just want a straightforward method with no logging in, no navigating around a slow and bloated UI and no other distractions. Point and shoot is what it's all about in my opinion.

And so why posterous and not tumblr?

Well, I have a tumblr account also. confused? so was I when I set both up but Ive found uses for both and I really like posterous as a straight up blogging platform. I simply email posterous or use the bookmark and my content is added ready for anyone who cares to read my stuff...no login, no distracting UI and no deviation from what I'm trying to get across. Just a simple, relevent, straight up, no frills platform to post anything that I want to say...I love it.

Filed under  //   general  

Comments [1]

Graphics Problem Upgrading to Ubuntu 9.04

I recently upgraded from 8.04 to 9.04 and ran into a wee bit of graphics/display bother.

The actual upgrade itself went without a hitch but when booting into 9.04 for the first time, I was met with a "garbled" display. I was able to discover through a number of forum posts that the problem lies with the xorg driver and one post (apologies to the original author, I cant remember where I found this!) suggested running the following command. Seeing as how booting into the terminal was still possible, this was an option.

apt-get remove --purge xorg-driver-fglrx

This restored full graphics functionality, happy days!

Filed under  //   ubuntu  

Comments [0]

map your windows key to the applications menu on ubuntu 9.04

I was just staring at my now defunct "windows" key on my laptop's keyboard and thought, surely I can turn that little windows icon into something useful at last...well as it turns out, there are a number of things you can do but here's what I chose....

lets map it to the applications menu giving basic cursor access to all options.

  1. System > Preferences > Keyboard Shortcuts
  2. From the "desktop" category select “show the panel’s main menu”
  3. With this selected, press the “windows” key on the keyboard
  4. Close the window, you're done
Filed under  //   ubuntu  

Comments [0]

The 2009 todo list

My first aim is to aquaint myself with rails. I hear too many good
things to just ignore it so am making an effort to investigate it a
bit. I have purchased "Agile web development with rails" and started
working my way through it, so far I like it...a lot.
 
Continue the CFML education and pay special attention to railo 3.1.
CFML is my language of choice and I plan to keep getting better at it
and using it commercialy for new development work. I plan to attend
the Scotch On The Rocks conference in Edinburgh again this year as it
was my visit last year that really inspired me to get cracking with
ColdFusion "for real" in 2008.
 
Learn much more jQuery...if it can be progressively enhanced, I'll be
doing that in 2009.
 
Version control (yes shame on me, I don't currently use anything), I
am probably going to go with Git but lets see how the year pans out.
 
HTML 5 - it's time to leave my XHTML 1.0 ways behind with no hissy
fits or ranting about how the xml based syntax is clearly nicer to
work with and embrace the future of the HTML language.
 
CSS - time to learn what I dont know and start giving treats to
browsers that deserve it. Those browsers that can't handle the present
and future *cough* IE6 *cough* will continue to get the basics and as
professionals we unfortunately need to continue supporting older
browsers as long as their market share is of relatively high
proportion. How we support them is entirely a different matter though,
we can only provide what they can support right? That shouldn't mean
that the rest of the progressive world should have to suffer and be
held back so varying levels of enhancement based on capability are the
order of the day ensuring that although each site wont look identical
in every browser, the site design will remain very much recognisable
while playing to the strengths of the browser used...I heard this
referred to as progressive enrichment and I like the sound of that.
 
Open Knowledge Network - more planning, advancement of
topics/speakers, linking up with other meetups nationaly and of course
a lot more work on the website (Railo powered of course!)
 
Something more arty - Having largely left my graphic designer coat at
the door and buried my head in the code sand for a couple of years
now, I feel the need to do something creative again. Not sure what yet
but I suspect it'll involve geekery of some description.
 
oh...and of course, I WILL post a series on getting Railo up and
running with Apache/MySQL on CentOS...honest...
 
How Likely am I to do any of this?
 
Back at the start of 2008, I made the resolution to step up my CFML
knowledge and start using it in place of PHP for new development where
possible. I'm happy to report that I managed to do that. Taking things
a bit further, and in keeping with the "free" factor of PHP, I went
digging into Railo which is to be open sourced shortly. In the
meantime, I set up a VPS using CentOS 5, Railo 3 community
edition(free), Apache 2.2, MySQL 5 and started playing around with it.
I can officialy report that Railo kicks ass and that I'm looking
forward to getting my grubby hands on the OS version early this year.
My other aim for 2008 was to jump on the jQuery bandwagon and start
progressively enhancing anything I could! I now have a reasonable
grasp of jQuery and enjoy using it. Lastly I decided to get the
community going in Aberdeen by organising some kind of a meetup. I
organised 2 relatively well attended meetups in the pub and towards
the end of the year, got into bed with Peacock Visual Arts and
co-organised the Open Knowledge Network. This now runs monthly.
Filed under  //   general  

Comments [0]

A nice sequence

               

Comments [0]