Displaying Your Latest Blipfotos on a blog or website

2

Category : technology

As you may see on the right, I’ve written a small script that also you to embed your latest blips from Blipfoto on a blog or website. Follow the instructions below to do the same on your site. You can have it up and running very quickly.

1. Get an API Key

Your site needs to have an API key to enable it to contact Blipfoto and identify itself. There is a simple form to fill in here. Once you have completed that, you’ll get an API key. It’s a long string of letters and numbers. Keep that handy, you’ll need that in a minute.

Note that the API key will expire after a month. Once everything is setup and working to you can make everything ‘live’ – it will get reviewed and your key will be made permanent.

2. Add the Code To Your Site

Step 1

Download this Javascript file.

Then edit it to put your API key and your username as the variables at the top, viz:

var apikey="<API Key>";
var username="<username>";
var numBlips=1;

numBlips is the number of blips you want to display. They will be displayed as a column, one on top of the other.

Save the updated file as blipfoto.js and upload to your site.

Step 2

Add this script to the page you want to display the thumbnail on by adding the following between the <head> & </head> tags. If you’re not sure, put it immediately before the </head> tag.

<script src="blipfoto.js"></script>

Note, if you are using the script it a blog or similar, you want to specify the full URL path to the script file so you don’t have issues with directory structures etc.

Step 3

Find where on your site you want to put the thumbnail(s) and insert the following code.

<div id='latestblip'></div>

Step 4

Find the <body> tag of your page and add:

onLoad="loadThumbnail()"

so it looks something like:

<body onLoad="loadThumbnail()">

Your body tag may already have other tags, you can add the onLoad alongside those. If you already have an onLoad trigger, just add the call to loadThumbnail() with a ‘;’ in between.

That’s it! Load the page and your latest blip should appear as a thumbnail which is linked directly to the page on Blipfoto.

Once you’re happy everything is working, go back to your application page on Blipfoto and indicate you’re ready to go live by clicking the button. Your site will then be reviewed and, all being well, your API key made permanently active.

You can add any styles you like to the <div> the image appears in and, if you’re the tinkering sort, you can play with the code that generate the thumbnail code to do something else or even add more info from the API such as number of views etc.

Thanks to Graham and the guys at Blipfoto for their help putting this together.

If you have any issues or thoughts on other stuff to do with this then give me a shout, either by email or a comment below.

It’s My Small Internet World

2

Category : technology

I read last week that we’ll run out of IPv4 addresses sometime next year. That means there are approaching 4 billion devices connected to the Internet which, of course, means that there are rather a lot of web sites in the world.

Against that backdrop, it occurred to me that I didn’t really visit all that many of these and, in fact, I actually stuck to a very small Internet world.

This post is to record the sites that are in my Internet world so I can compare and contrast in the future. I know that the ‘world’ has already changed a bit over time.

Email
Daily Use

Gmail – now my primary email
Hover email – for my other, more private, email account

Social Media
Daily Use

twitter.com – although generally accessed via apps

Occasional
www.facebook.com
– I still visit Facebook but not that much – I generally find it a bit annoying
www.twitpic.com
– as the need arises
www.linkedin.com – visit occasionally

Search
Daily Use
Google – but only via tool bar

Photography
Daily Use

www.morguefile.com – visit daily to upload new images and check on stats and forum
www.blipfoto.com – a recent addition to the world, daily visit for obvious reasons

Occasional
www.ipernity.com
– visit a few times a week – still a good place to see great photography
www.sxc.hu – don’t visit as often as I used to
www.rgbstock.com – a new entrant, portfolio is building up there
www.flickr.com – mainly for Photo Project work

News
Daily Use

www.bbc.co.uk – the only place I go for news – often before I get out of bed
www.newsnow.co.uk – for football news on Man United

Other
Daily Use
www.evernote.com – got a good bit of organisation going in Evernote
www.statcounter.com
– usually have a look at web site stats once a day at least ( I look at Google Analytics rarely )

Occasional
www.bimbogami.co.uk – check the back end stats a few times a week to see new people joining to do the puzzles
www.amazon.co.uk – occasional glimpse to see if anyone has bought a copy of my book :-)
www.wikipedia.org – well, you have to doncha? use the toolbar search quite a bit
www.stumbleupon.com
– still hit the Stumble button when I’m bored

**edit** www.ebay.co.uk – DoogzR is right, I use EBay quite a bit!

I suppose one question is, where else should I be going?

Be interesting ( to me at least! ) to see how/if this changes over time.

You know, for kids!

1

Category : technology

I was helping my daughter with her homework tonight. We did some reading and some very simple sums. In both cases, I noted that if she didn’t know something, there was a method of working it out. In the case of reading, she can use phonics and letter/sound recognition to work out a word. With sums, she could use a number line (or her fingers).

In essence, there was a method that could be used in place of knowledge to arrive at the correct answer.

Made me think again about the essence of software development methodologies and how I maybe to had to slightly refine my previous ranting about ants.

You see, the world of software still largely revolves around the use of various methodologies and, as is described very well here, they have their place. The thing is, that no one methodology works in every situation and people often struggle to work this out. This is because, like a child learning, the methodology is their method to work out what to do in lieu of knowledge. It is something they believe will always work for them.

Like a child who can now read and do sums without thinking, the best software development method is simply doing the right thing as necessary. This may sound over simplistic but, with experience, this is exactly how it works. Can you tell me why you know 7+3 = 10? Do you have to work it out? No, you just know. The same applies to the ideal way to deliver software. It changes each time and with each new situation so your feel for what needs to be done informs the plan.

Methodologies exist as the safety net for those that don’t have the feel. Without a methodology they wouldn’t know how to start or proceed. So they get their fingers out and start counting. Which is not necessarily a bad thing. Except when they choose the wrong fingers. And then, well…

Bonus point for naming the film the post title comes from…

Farewell Blogger

3

Category : technology

Blogger announced tonight via email the end of their support of FTP. I started this blog way back in August 2006 and have been happily FTP’ing to this domain a fairly constant stream of drivel ever since. From 26th March I won’t be able to do this any more.

Now, Blogger are offering me free hosting on a custom domain. I suppose I could redirect to that but, and here’s the rub, I have so much content, particularly images, that are hosted on my domain already with full paths in the posts that I fear an attempt at migration could be, erm, long, laborious and perhaps ultimately unsuccessful. Maybe I’ll see if their migration tool helps with this, maybe not.

This is a bit disappointing really. Although there is much not to admire about this blog, I was happy enough with it not to tinker too much and I had chunks of custom stuff ( like the random header images ) and category support. So, I’d stayed loyal to Blogger despite beseechings suggesting I do otherwise.

Now Blogger have forced me to do what I should have done a while back and migrate the whole thing to WordPress. This won’t be entirely pain free (although I’ve done one Blogger to WordPress migration and it went pretty well ) but it’s not something I have much time to do right now. I’m hoping all my absolute paths to pre-hosted content will work well for me. So, for a while, I guess there will be a bog-standard WordPress theme here soon until I get some time to tinker.

I’m sure the good people of Blogger won’t cry to lose me and I appear to be in a bit of a minority so perhaps it makes some sense that they can’t be bothered with me any more. I should thank them really, I think the WordPress version will ultimately be better.

I may have a go at punting another of my Blogger blogs across to a custom domain just to see what happens…

iPad : Function From Design Desire

Category : technology

I‘ve been watching all the iPad chat with only a passing interest. I’ve only recently got an iMac (which I love) but I don’t have an iPod/iPhone or any other Apple kit. I can, however, see why people like them so much.

I’m not going to add much to the glut of ongoing iPad debate other than to make one observation.

When I first watched the iPad videos I found it hard to see how/when I would use it. I’ve got a lovely wee Linux Eee PC which does everything I need on the move (and quite a few things the iPad doesn’t). The obvious occurred to me that most of the Apple techno-bling never has won the battle on function. Certainly, I’ve avoided the iPhone up to now because there were key things it didn’t do. And yet, massive popularity and the must have tag results.

So, when you consider the iPad, you can argue all day long about what it does and doesn’t do but that doesn’t matter. What Apple seem always to be able to pull off is to make people want their technology. I want an iPad and I have no need for it and I’m not really sure what I’d use it for.

There is undoubtedly something a bit primal at the heart of this. Whether it is a basic need to ‘keep up’ or to reinforce self-worth through possessions the desire alone is enough.

All Apple do is create the desire through glorious design and have a platform open enough for the useful killer app type stuff to come along later. If you create enough desire, enough people are interest in building the apps on the device. It’s all a little back to front, normally you shell out on high price tech because what it will do for you right away. Seems to me that people will buy the iPad just because they want it and knowing that they will find a use for it later.

Contrast with the desirable tech of my youth. When you were deciding whether or not you wanted a BBC Micro, Commodore 64 or a ZX Spectrum, you didn’t care all the much how it looked or what it could do, you were primarily interested in the software/games that ran on it.

There have been tablets before but they have never taken off because they weren’t sexy enough so not enough were sold so there wasn’t enough app investment to make them any kind of game changer. The iPad will sell plenty for being sexy alone and the rest will just happen.