Tag: Ash Mann
QR codes
People in the UK seem to be getting more and more excited about QR codes. When I say ‘people’ I really mean ‘companies and brands’, I’m convinced that for ‘people’ the use of QR codes at present is either baffling, goes unnoticed or is mildly irritating.
If you do want to mess around with QR codes a really (REALLY) easy way to generate them for specific urls can be found by simply following this url: http://chart.apis.google.com/chart?chs=200×200&cht=qr&chl=XXXX where I’ve put the XXXX you simply need to type the url you want to create a QR code for.
Anyway, back to why I’m unconvinced by the way QR codes are currently used.
History
To start, here is a brief (probably inaccurate) history of the QR code, they were first used widely in Japan in the early 90′s where I’m lead to believe that they … Read More »
Stating the obvious
I realise this site is currently in a state of half-finished, basic, stripped back horribleness. It’s on my list of things to fix – I’ve wireframed a proper, new, ’finished’ version but haven’t found the time required to bring it to life. Hopefully in the next week or so this can change. Let’s say August will be the month of new things.
AMA Conference and “the digital question” (part 1 of ?)
I’ve been working at Opera North since November 2011. My job, Digital Communications Manager, is a new role within the company which means there is a hell of a lot to do but also that I am allowed to have mildly ridiculous ideas on a semi-regular basis and attempt to see them through.
I am a techie, or a developer, or maybe a ‘digital creative’ (hideous term) albeit with a fair amount of ‘traditional’ marketing experience. I am not, I wouldn’t say, an ‘arts marketer’. However, I gladly ignored this fact and made my way up to Glasgow for the Arts Marketing Association (AMA) Conference this week.
I like conferences, the breakout sessions are usually crap and the keynotes are complete bullshit peddlers but it’s always good to get away from the daily grind and talk to other people similarly revelling in … Read More »
Useful links #1
Right, I’ve realised that I spend a lot of time reading ‘interesting stuff’ and thought it might be useful if I share some of the best things here on a semi-regular basis.
To start off with are some useful CSS things;
Nth-child CSS selector: http://css-tricks.com/useful-nth-child-recipies/
Check to see if things like nth-child CSS selectors are supported in a particular browser: http://caniuse.com/
Provides feedback on your CSS code: http://csslint.net/
WordPress snippet #1
Useful little piece of WordPress code, plays a particularly useful part of a dynamic featured post slideshow that I was going to detail at some point. To reference the set upload directory url in your WordPress theme:
<?php $upload_dir = wp_upload_dir(); ?>
<?php echo $upload_dir['baseurl']; ?>
more info here http://codex.wordpress.org/Function_Reference/wp_upload_dir
Simplepie and integrating/parsing RSS feeds
Wow, how’s that for a snappy blog title!
Ok, I realise it sounds slightly dull but utilising RSS feeds can be a useful and relatively straight-forward way to include dynamic information within a site.
I’ve searched far and wide for various RSS integration tools and my favourite is by far and away a RSS parsing class written in php called Simplepie (http://simplepie.org/). Although this hasn’t been developed since version 1.2 was released in 2009 it remains the most straightforward and robust solution I’ve found.
Once you’ve downloaded and included the simplepie.inc file it’s so simple (excuse the pun) to use (here is a very good tutorial on how to set up a simple page featuring one feed). If you want to include multiple feeds there is some helpful info here.
But this is the best solution … Read More »
Contracts, admin and all that jazz
I’ve recently been looking at all of the admin side of things, a boring but necessary task.
We have all had those jobs that have started to spiral out of control with new and completely ridiculous demands being placed on you left, right and centre or clients who have taken months and months to pay for work completed.
Good admin makes the fun parts of your job (designing and coding) far more straightforward and effective.
I’ve found a number of great articles that outline things far better than me:
http://stuffandnonsense.co.uk/blog/about/contract_killer_the_next_hit A great article with an example contract. I actually used this as the basis of my standard contract
http://sixrevisions.com/project-management/drawing-the-line-6-things-you-shouldnt-tolerate-in-projects/ outlines some things you may want to consider when putting together contracts and processes. Could save a lot of headaches!
http://www.leemunroe.com/freelance-document-templates/ A good list of document templates that you could adapt … Read More »
Does your site take too long to load? Probably. So, how to speed it up?
“There is more to life than simply increasing its speed” (Gandhi)
Last week I was doing some speed tests on what I was expecting to be a relatively slow-load site that I’m working on, the results, whilst not completely shocking, were still surprising. The site was taking up to 8 seconds to load fully over a decent speed connection (and would’ve been much much longer over dial-up). This had been an issue that had been nagging away at me more generally for a while now so I thought it was probably time to look into how to address it.
“Delays under half a second impact business metrics”
I have been reading up on the tests that Google had conducted to see how long the average user would wait for a site to load before giving up and moving on (Bing also conducted similar … Read More »
Back, if not in black then at least with tanlines
I have returned from my little driving trip across Europe following some cyclists (www.istanbultoleeds.co.uk).
And I’m straight back into things, working towards getting the final signoff on Will Soden and Pickles and Potter’s sites.
I’m also in the final phase of populating the new site for Run For All. The new site will see a complete redesign and markedly increased functionality, I’m very excited.
So, back to work, a more useful blog will follow in the next week or so.
I may be some time…
Next Wednesday I set off in a van on a 5,000 mile round trip to Istanbul to support the Istanbul to Leeds cycle challenge which aims to raise funds for the Jane Tomlinson Appeal. As a result I will be more-or-less out of action from 21st July through until 31st August – I will have some access to emails but will only be able to check and respond on an irregular basis.
Hopefully before then I will finish off sites for Will Soden (plumber), Pickles and Potter (Deli/Cafe) and the Northern Dales Farmers Markets (farmers markets) as well as getting on as much as possible with the new site for Run For All (mass-participation runs). Diverse to say the least!
Oh and as a slight aside I also found something else that results in WordPress’ wonderful white screen of death – messing … Read More »
Recent Comments