About

My ramblings on SEO hacking and internet marketing, and general techie stuff

08 July 06 - 06:53So why do I hear about this show after its Dead?

So the star of Rocketboom has been kicked out.  Sounds like a cool show - I hope she gets something together with another venue.  Meantime she has a blog.  Check it out for the soul of Rocketboom going forward...

In other news my new tracking software - something I like to say is the Copywriter's Dream (probably because I invented it to escape the web marketers nightmare) is getting closer to launch date - and looking a lot nicer too.  IntraTrakker will be here soon I promise ;-)

tags:

- - No comments / No trackbacks - §

04 July 06 - 11:27NaturalHeight function for IE

I discovered to my frustration today that IE does not support the NaturalHeight property of the image tag.  With some lateral thinking, it occured to me the easiest way to get this info was for the script to insert a new image tag variable - which would be the original image's size, and return the height of that.  Of course you can do the same thing with naturalWidth - but that wasn't needed for me.
    function getNaturalHeight(img) {
        if( img.naturalHeight ) {
            return img.naturalHeight;
        } else {
            lgi = new Image();
            lgi.src = img.src;
            return lgi.height;
        }
    }

tags:

- - No comments / No trackbacks - §

02 July 06 - 10:41For Patricia

I almost forgot about this.

Go here http://seoblackhat.com/2006/06/20/aqui-los-zapatos-porra/ for a story that is not related to BH SEO at all.  If you don't feel like donating, at least you have had the chance to read a very good story about a special person.

- - No comments / No trackbacks - §

Linkdump