Henry Cole

I blog about whatever crosses my mind…
RSS icon Email icon Home icon
  • Moving on

    Posted on February 5th, 2010 henco No comments

    I gave up Blognuno premium a few months back, as quite frankly, it wasnt getting the users.

    I’m re-opening this blog, where I will post some of my thoughts and feelings from time to time, not entirely sure what exactly at this point in time.

    Anyway, hope you enjoy the new blog and new design.

    Henry

  • Moved.

    Posted on July 22nd, 2009 henco No comments

    This will probably be the last ever post I will publish on this blog, as I am moving to a new location. I now have blognuno premium so will be blogging on my new domain – www.henrycole.eu.

    Thanks for reading!

    Henry Cole / Henco

  • A fire at my house

    Posted on June 30th, 2009 henco 2 comments

    A couple of hours ago I walked out of my house, holding a can of coke. I heard a strange spitting/fizzing noise from the left, and suddenly noticed smoke rising from behind the garage. I quickly had a peep, and then rushed back to the house to tell my family. My mum quickly called 999, after which she drove me and my sis up the road, where we watched from a safe distance, and went round alerting the neighbors. My mum and dad quickly moved all cars well away, as the fire was getting close to them. A good 10 or 15 minutes later (Yes, they were really that slow), the fire brigade arrived at our house, and got rid of the fire. However, to spray the top of the trees, the electricity needed to be turned off – so we waited some more time for the EDF Man to arrive.

    In the end its all out, but a lot of my garden has been ruined. The flames didn’t touch the house thankfully, as the wind was blowing in the opposite direction. Basically, the fire was started by the electricity wire touching the trees.

    Here are some photos I quickly took from my iPhone:

    So all in all everythings safe :D

    Henry

  • Background image changer script

    Posted on June 21st, 2009 henco No comments

    If you’ve known of Hencogroup  for a while now, you may remember that our old website had all sorts of cool stuff like expand/collapseable sections, and a theme changer.

    This theme changer basically Calls an image from a directory and sets it as the desktop Background, then saves the image you rotated to in a cookie so that it remembers your selection. Pretty cool huh?

    Well, I didn’t make this script but seeing as it was only sitting in a forum somewhere last time I looked, I decided to spread the word, and give people an idea of how to use it.

    First of all let’s go to our <head> tags – in here somewhere, probably just before </head>, you will need the following script:

    <script type=”text/javascript”>/*Background Change Script w/cookie persistence
    © 2006 John Davenport Scheuer (jscheuer1)
    this credit must remain for legal use
    visit Dynamic Drive Help Forums (http://www.dynamicdrive.com/forums/) */

    //Set expiration in days, use 0 for session only cookie
    var exp=20

    //Set Background Images Array, use at least two Images.
    //Do NOT use =, +, -, or spaces in path or filenames.
    //For best results, set body’s background to the first entry
    var backgs=new Array
    backgs[0]=”photo1.jpg”
    backgs[1]=”photo2.jpg”
    backgs[2]=”photo3.jpg”

    /////////No Editing Needed for rest of Script////////
    function bgChange(){
    if (backgs.length>2)
    backgs.push([backgs.shift()])
    for (i = 0; i < backgs.length; i++)
    if (document.body.background!==backgs[i]||document.body.style.backgroundImage.toLowerCase()!==’url(’+backgs[i].toLowerCase()+’)’){
    document.body.style.backgroundImage=’url(’+backgs[i]+’)’
    break
    }
    }

    function get_cookie(Name) {
    var search = Name + “=”
    var returnvalue = “”;
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.cookie.indexOf(”;”, offset);
    if (end == -1) end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
    }

    function onloadfunction(){
    var acookiename=”abgchange”
    var acookievalue=get_cookie(acookiename)
    if (acookievalue!=””){
    backgs=eval(acookievalue)
    document.body.style.backgroundImage=’url(’+backgs[0]+’)’
    }
    }

    function saveBgrnd(){
    var abackgs=’["'
    for (i = 0; i < backgs.length; i++)
    abackgs+=backgs[i]+’”,”‘
    abackgs=abackgs.substr(0,abackgs.length-2)+’]’
    var acookiename=”abgchange”
    var date = new Date();
    date.setTime(date.getTime()+(exp*24*60*60*1000));
    var expires = exp? “; expires=”+date.toGMTString() : “”
    var acookievalue=abackgs+expires+”; path=/”
    document.cookie=acookiename+”=”+acookievalue
    }

    if ( typeof window.addEventListener != “undefined” )
    window.addEventListener( “load”, onloadfunction, false );
    else if ( typeof window.attachEvent != “undefined” ) {
    window.attachEvent( “onload”, onloadfunction );
    }
    else {
    if ( window.onload != null ) {
    var oldOnload = window.onload;
    window.onload = function ( e ) {
    oldOnload( e );
    onloadfunction();
    };
    }
    else
    window.onload = onloadfunction;
    }

    window.onunload=saveBgrnd

    </script>

    Long, I know, but it works a treat once fully set up….

    Now we need to edit the <body> tag – this needs to be changed from <body> into <body background=photo1.jpg>

    This can be changed accordingly to the photo you want displayed initially, or to new site visitors.

    Finally, somewhere on your page you need to add the button which is what visitors click to change the background image – use this code:

    <input type=button value=”Change Background Image” onClick=”bgChange()”>

    That’s it! Enjoy your new background switching site!

  • Can’t get Album art on your iPod/iPhone? I’ll show you how…

    Posted on June 5th, 2009 henco No comments

    Recently, I synced my iPhone 3G to a new computer.

    I copied my music onto that computer, but when I synced it to my iPhone, there was no album art, even though it was there on iTunes.

    I googled the problem, but it didn’t return much help – so I decided to write a blog post on it…..might help somebody in the future :)

    I spent some time having a fiddle about with iTunes settings etc., but I eventually found the solution.

    Here’s what to do, if iTunes is not transferring album art to your iPhone/iPod:

    1) Make sure your device is plugged in to your computer, and make sure iTunes has detected it.

    2) Go to the section relevant to your device in iTunes, and click the ‘Music’ tab.

    3) Uncheck the ‘Sync Music’ box, and you will be prompted to confirm this – Just click ‘Don’t Sync Music’, then click ‘Apply’.

    4) iTunes will now have erased all music and playlists on your iDevice – if it hasn’t, go ahead and Sync it.

    5) Go back to the music tab again and re-check that box, then hit Apply.

    6) iTunes will now re-sync all your music back on to the iDevice, and you can happily listen with album art, cover flow etc.

    Hope it helps :)

    Henry

  • Welcome…

    Posted on April 25th, 2009 henco No comments

    Hi! I’m henco and this is my new blog on blognuno. I’m still getting things organised at the moment so please bear with me, It will be finished soon :)

  • Home Office Tour March 2009

    Posted on March 14th, 2009 henco No comments

    A tour of my home office/bedroom:

    Enjoy ;)

  • A few brown things

    Posted on March 4th, 2009 henco No comments

    Now, the existentialist would probably drive a volkswagen and teach German. Although personally I would prefer to just say Bon. One famous existentialist is Adrian Brown. He broadcasts a show about junk every Thursday morning and has an ego the size of the moon.

  • New Services

    Posted on February 23rd, 2009 henco 1 comment

    Hi,

    I haven’t done much work on blognuno recently, and that’s because I’ve been working on a couple of new services:

    Photoflame – photo sharing network – http://www.photofla.me/

    Lopurl – simple URL shortener – http://www.lopurl.us/

    Hope you enjoy them!

    Henco

  • hi :)

    Posted on February 14th, 2009 henco No comments

    Hello,

    I’m Henco and i’m the owner and founder of blognuno. This is my personal blog where I blog about technology, food, life and everything in between.

    I hope you enjoy reading the content I publish and happy blogging  =D

    Henco