Other posts related to ie7

Hotlinking, SEO and BackLinks, Oh My!

Lincoln Adams | July 16, 2007 @ 9:14 pm

Look people, how much effort does it take to download an image from my blog, upload it to a Photobucket or ImageShack account, and then hotlink it from there? 30 seconds worth? If you’re going to hog my bandwidth and directly link my images (without credit mind you), could I not at least have the flipping courtesy of a backlink, you bunch of lazy leeching butt balls? Sheesh.

This has been an ongoing issue for me for some time now, and initially I had been using .htaccess to block visitors from hotlinking my files. The only problem with this approach is that my images don’t show up in online feedreaders, and despite the hotlinking abuse, I still wanted Google and other search engines to index my images. Image based search engines are often an overlooked source for SEO purposes and bringing in more traffic to your site, so I wasn’t quite ready to toss in the towel just yet.

Interestingly, Blogstorm came up with a novel way to offset the damages of hotlinking, by designing a plugin that stops hotlinkers from right-clicking and grabbing the image’s url. Instead, when they right click an image, a window will pop up with a snippet of alternative code that they can use to link the image. The code actually wraps the image in a link, providing a legitimate backlink that hotlinkers can use for… whatever. The more savvy Internet user can find ways around this of course, but it seemed to be an excellent way to encourage backlinking and thus boost your site’s search engine rankings.

Unfortunately the plugin only worked sporadically on my site. It didn’t work at all in IE7, and in Firefox the window containing the alternative code would always pop up at the top of the screen, so if the image in question was located at the bottom, visitors would have to scroll up again to see the window. There were also some unexpected issues when an image was lightboxed, and it also caused some weird things to happen with my AdSense ads. Alas, I had no choice but to uninstall the plugin. :(

This project is still in its infancy though, so I’m hoping the developers will be able to build on this idea and work out whatever kinks there might be to create what would be surely be an extremely popular plugin. After all, if people are going to hotlink images, we might as well derive some benefit from it. Savvy?

Update: In the meantime, it looks like Thiefinder has a cool little PHP script that can save considerable time in checking your logs for hotlinking. If it works it would be a godsend for me. :banana:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

4 Comments »


MICROSOFT MUST DIE

Lincoln Adams | May 6, 2007 @ 8:36 pm

I’m serious, the government needs to declare all of Microsoft a terrorist group, because quite frankly they are more of a threat to mankind than Al Qaeda is right now.

I was polishing up up my blog when I happened to noticed the colors I changed for a particular table wouldn’t take for some reason in Microsoft’s newest bundle of pure joy, IE7. No matter, since it didn’t affect the layout or anything… but then I glanced down and also happened to notice this HUGE horizontal bar on the bottom scrolling out for maybe half a mile before it ended. Oh no. No no no no…..

It wasn’t showing up in Firefox or IE6, so I knew this was an issue relating to IE7. Just beautiful. Worse yet, as I surfed around my blog using IE7, I noticed a few other things were breaking as well. Why, oh why, did I harbor the hope that maybe, just ONCE, IE7 would somehow prove not to be yet another disastrous release that would cause web designers everywhere to curse and spit at any and all things relating to Microsoft? I had thought IE7 would be just enough of an improvement over IE6 (which itself gave me endless hours of grief) that I wouldn’t have to pay it any mind when coding my blog.

Nope nope nope. IE7 promptly decided to treat my blog like a public restroom, hosing everything down in its path, but in just clever enough a manner that I wouldn’t notice it right away. And now because of those nice folks in Seattle who curiously enough also liked to worship Satan in their spare time, I had to deal with this mile long horizontal bar that was apparently stretched out to cover some 4th dimensional object residing on my blog, seemingly invisible to the naked eye.

So, with the clock striking midnight, I resolved to work this through until I figured out what was causing the problem. What would follow would be a series of deleting/adding code, uploading the modified file, refreshing my page, checking the results, then rinse, wash and repeat. I continued on this neverending cycle until 4AM, when I finally tossed in the towel and crashed on my bed, muttering curses at Microsoft, then sleeping and dreaming that I was muttering curses at Microsoft. I finally woke up around 11AM, somewhat refreshed and ready to pick up where I left off.

After another hour or so of googling for answers, uploading code and swearing yet another blue streak at Microsoft, I finally found an answer. The reason my horizontal bar spanned on to infinity was because the numbers I used to list comments in numerical order were in…. italics.

That’s it. No other reason. Because my comment numbers were in italics, IE7 in its unending wisdom decided it needed to create a horizontal bar that could be wrapped around the earth three times because somehow, that just makes it all better.

I hate those Microsoft coders. I hate them. I hate their mothers, I hate their wives, I hate their children, I hate their pets, I HATE THEM. There are not enough fleas in this universe to infest the armpits of those hacking terrorists to my liking. I long await the day when the earth will open up and swallow the entire Microsoft campus whole, while angels in heaven sing and rejoice over the destruction of the greatest evil the world has ever known, at least ever since the invention of disco.

But in the meantime, I must continue to fight off these demons from infesting my blog, and lend my hand in some small way to assist those who have also been afflicted by this plague of mankind. So here it is: I noticed this problem also occured in those running Wordpress blogs using the Tiga theme. If this describes you, check an individual page where at least one comment has been made (in IE7 of course) to see if you get the horizontal bar as well. To fix, simply change the font style in the class “comment-num” to something other than italic, OR add the line “overflow: hidden” to the class comment header in your Tiga stylesheet. That should resolve the problem.

Fortunately, the other IE7 related issues were easily solvable, and I managed to clean them up just in time to see the sun set in the sky, yet another day stolen from me because of those evil snotbags in Seattle. *Sigh*

I think it’s obvious web design is definitely not for me. I had to do all this with only a rudimentary understanding of CSS, PHP and XHTML, and things have gotten a wee bit more complicated since I built my first webpage back in ‘97. Ahhhh the good old days, where you could throw some text up, wrap them in a font tag and low and behold, you had a webpage comparable to Yahoo. Now it can suck up all my time just to figure out what relative and absolute positioning means, and why it’s making my blog look like a pile of moose droppings. I can either spend all my time building and maintaining a blog, or I can spend it blogging for real, but I surely can’t do both. I think the time will eventually come when the technology will be so far over my head that I’ll have no choice but to use a service like Typepad just to avoid the chores and anguish of building and maintaining my own blog. It’s kind of sad, but what can I do. I don’t intend to go down without a fight though, so while I can still dance, I say, bring on the NOISE. :matrix:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

No Comments »