Posts Tagged ‘ internet explorer

A DIY Temporary Browser

Here’s something I stumbled across that could be useful if you find yourself without a browser for whatever reason…

1. Open notepad and paste in the following line of code

<iframe src="http://www.bing.co.uk/" width="100%" height="100%" />

Change the web address to whatever site you’d like, I tried a few search engines -  at the time of writing, Google doesn’t seem to work in iframes anymore but it did when I first tested this…

2. Save the file with the extension .hta (e.g. browser.hta) and run it

You can then use this to download a proper browser or use it to browse but there are limitations as to what you can view in a HTA.

Notes

  • Firstly, if you are trying to get around restrictions imposed by an Administrator – don’t. It’s naughty. I’m not responsible if you get thrown out of school or college or sacked from your job.
  • Secondly, a HTA is a HTML Application and consists of some form of HTML, as above, and generally, scripts supported by Internet Explorer, such as VBS. A HTA executes without IE security restrictions; it executes as a fully trusted application, if it is allowed by the policy. If it doesn’t work, maybe the extension has been blocked or the system has been locked down very tightly.
  • Thirdly, it won’t get you past any firewall restrictions or proxies. #justsaying

Hmm, That Doesn’t Look Right…

I’m referring to a large percentage of web pages by the way. Since moving on from Internet Explorer to better browsers (imo), namely Opera and Firefox, it is actually quite disturbing the number of websites (and web pages) that just look wrong. Images misaligned, backgrounds tiled and very poor implementation of content and features. And its not just small sites that suffer from it – there are a few big ones which are no better.

Why? The single answer is Internet Explorer. Internet Explorer was bundled with all Microsoft Operating systems since way back and as such, the majority of computer users use IE to surf the net.

This is all well and good, or would have been had internet standards been adhered to during its development. Microsoft decided to add proprietary features into IE and change the way a lot of established code and features would be implemented into their browser. The end result is that the browser which the majority of people use is full of security holes and renders web content in an entirely different way to everything else.

Consequently, beginner’s websites and even certain well established sites became developed exclusively for IE without a thought for other platforms or browsers, causing quite serious accessibility issues.

To be fair, Microsoft seems to have realised the error of their ways and have begun to make amends upon the release of IE7. It stacks up well with the competition feature-wise and renders most things to web standards. It’s not perfect (no browser is), but it’s definitely a step in the right direction.

That said and done, my ‘inspiration’ for writing this post came after viewing some rather horrendously coded MySpace profiles – not that MySpace is easy to work with in the first place… But just a note for all those with an account – especially those who used a theme generator to create a profile – do yourself a favour and check your page with a different browser or two – your profile may not look like what you were expecting…