Twitter kills productivity

Note: I was sent a link to crowwwsnest.com by Able Parris. The site displays the top 10 URLs dynamically from ad/design/tech tweeters every 15 minutes. This could be the answer to those wanting to keep usage to a minimum, yet not miss out on the good stuff!

Could somebody just make an app to summarise every day what everyone I follow is talking about on Twitter?
Twitter is a passive consumption activity. If someone could condense all the best bits, and remove cat/food pictures, I’d be interested!
As brilliant as it is. Twitter kills productivity. No question. I think I’m going to try a week cold turkey during business hours.
Saying that, we should rename smoke breaks ‘social breaks’. That way we could hop onto Twitter and Facebook every so often during the day.

A couple of recent tweets that got me thinking about how we use Twitter (and Facebook).

Now I am a massive Twitter fan. My account was created over 4 years ago, and I have tweeted nearly 4000 times. I love using, but I do realise that it kills productivity. The issue is that Twitter is so real-time that you end up missing out on the good conversations when you catch up with it later on in the day. The interaction you get and the accessibility with members of the web community is something you just can’t get with email or IM. Everyone is so open and approachable on Twitter. That’s why I love it.

Having said that, sometimes the signal to noise ratio can be pretty high. With Instagram pics of cats, food, old signs and everything you care to name of it can be hard to find the nuggets in the masses of tweets. In the evening I tend to skim read about 200-300 tweets and favourite a fair few to read in more depth in the morning.

I follow some pretty prolific tweeters and I really have no idea how they manage to get any work done! But I guess they say everything in moderation, so I might try a ‘social break’ and pop on it a couple of times a day for 5 minutes.

I’ve never really asked this before, but I’m interested to find out other peoples Twitter habits, and how they manage their usage.

Russell French Vehicle Sales

If you are looking for Russell’s car sales website, please read this first:

I first want to point out that this is just my personal, unfortunate experience, and should be taken as only that.

My initial dealings with Russell French Vehicle Sales were positive. Located rurally, the fact that they weren’t a typical looking car showroom did not bother me. After telephoning for a Sunday appointment, my Dad and I were heartily greeting, and were both able to test drive the car alone, and park it in a nearby lay-by for an inquisitive inspection. Continue reading

Explain Yourself

Verbalising an idea is something that Don Draper does exceedingly well. He sets the scene and gets the client immersed in his story. It’s his self-assured confidence and belief that makes the pitch so compelling. Watch this clip from of Mad Men if you haven’t seen it before.

Continue reading

Everything that can be invented has been invented

“Everything that can be invented has been invented”

Quote anecdotally misattributed to Charles H. Duell, Commisioner, US Patent Office, 1899

Apparantly a misquote, sometimes the web can feel like this at times. You work on a idea you have just thought of, only to find it already exists.

Whilst working on something for http://10k.aneventapart.com/ – an event where you can submit a little web app which is no larger than 10k, I did a bit of googling to find the exact same thing has already been built.

Colour Palette Creator

After seeing Andy Clarke’s post ages ago about creating colour palettes, I thought it would be a great little tool to have – and the 10k event was the perfect opportunity to make it. But I was beaten to it: http://slayeroffice.com/tools/color_palette/

And again…

A while ago I had the idea of a neverending book idea, where everyone can add a sentence to continue the book. Yep, already been done.

The same goes for website designs. I saw a blog design with the identical look to one of the rejected mockups for this blog. I couldn’t believe it. I didn’t take mine further than the PSD stage; good job too.

Why am complaining?

Most of my ‘ideas’ are just that – they never get past a quick doodle in the Moleskine. I should be grateful these people are building my ideas!

Back to the drawing board

So once again, I am thinking of things to make for the event. Lets build it quick before anyone else does!

The Merits of WordPress

After talking recently about the pros and cons of building your own CMS with a colleague, and especially the time that goes into building one. Is it really worth it?

Now I must state that as primarily a designer, the developer role doesn’t come as easy to me. The main reason I use WordPress on this blog is that is was so quick and easy to set up.

However with speed being a major factor with mobile web, Google rankings and the complexity of WordPress, I’m pretty sure that a billy-basic CMS would load a lot quicker. But do people really care?

Reality probably means that I’ll stick with WordPress, upgrade to v3 and be able to write blog posts like I am now on my iPhone.

So, have you ever written your own CMS, or wanted to, or do you think that off-the-shelf systems are more than capable?

The Constant Redesigner

This site has, it seems always remained in a state of flux. In it’s current ‘version 3′ guise I have never been 100% happy with it.

The many redesigns are usually due to me getting bored with the site. My skills and design knowledge have improved and a personal brand redesign along the way have changed the look also.

Part of the problem comes with a lack of purpose for the site. Although a designer I don’t have much of a portfolio on the website – mainly because I am currently in full-time employment and do not show any work I do during office hours. The site also isn’t a promotional tool either so it only exists to be a place to blog and host experiments.

Continue reading

Language Agnostic Programming

Having coded in many languages, and recently when using MooTools instead of jQuery, i’ve come to realise that most actual programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer

Chances are, if you are good at jQuery you will be pretty good at MooTools (after learning the new declarations etc). The same goes for in a larger extent SQL/MySQL/Oracle or ASP/PHP/Ruby etc.

Continue reading

Centre Aligned List Items

This post has come from a quick bit of experimentation, trying to centre align list items.

The design called for centerally aligned list item links, and there could be 3, 4, 5 or more links. Initially I was stumped as to how to create this effect. I had considered a left margin to create the illusion of centre aligning for each possible number, but I knew there was a better way. I’m always aiming for a solution that works in the older browsers too, and this includes IE6. I don’t know why I do it to myself, especially as it apparently only has less than a 5% market share nowadays.

Continue reading