Universal Extractor.

I could have done with this on Friday when trying to extract an inf file from an exe file for a printer driver – Universal Extractor extracts files from any archive – a great tool to have in the toolkit. This site also has links to peid, a utility which detects packers, cryptors and compilers (600 of them!) and ussf.exe which determines which switches can be used with a setup file. I really need to start keeping an eye on msfn more.

Missing pics with ie – update

I’ve been puzzling over the missing pictures in internet explorer after the post two before this one had the picture missing. In internet explorer on the main page at absoblogginlutely.net you will get just an empty space where the google map picture is, but if you click on the space you will get taken to the larger image so it really is there.
If you click through to the monthly archive or individual entry the image shows up fine.
I know the problem is partly to do with the align=”left” attribute on the image – if I remove this, then the image appears again properly. I know that this should really be styled with css, so I put the float=”left” on the image and the image disappears again. If you add the “position=relative” to the css then the image appears again and the text wraps around correctly but if the page is wide the graphic overflows out of the background image and spoils the effect.

There are several posts on the internet that I’ve found describing my problem but I couldn’t find a solution.1 2 3

The following posts were made from a sample posting to demonstrate the problem (I chose a garish yellow background to make it easier to see where everything is). As all these screenshots are hosted on zooomr and I’ve used the blog picture functionality, which includes styling on each picture posting, these images look ok in this posting but the styling is a pain to type in for each picture and not exactly easy to remember either.
The original posting with an empty picture.

Set float=left or align=left and the image disappears

The same posting viewed in firefox – looks great

Looks great in Firefox (narrow screen)

and in firefox again, extra wide – the image stays within the background box.

Looks great in Firefox with a wide screen the post just expands

Remove the float left and the picture appears in internet explorer

The hammock picture is in the wrong place.

But if I set float=left within css the image disappears again.
Add position=”relative” and the image reappears again and looks great

Set position=

Until I change the width of the browser and then the image bleeds outside of the box.

Image bleeds over the containing box.

Firefox 2

Somehow I’ve managed to get firefox beta 2 installed on the parents in law computer. I’m not quite sure how it managed to get installed as I was on 1.5.0.6 with automatic updates turned on. As usual it was prompting me that a new version was available to download and then all of a sudden 2.0 was active! All of the extensions apart from tabmixplus were gone, but I’m not really sure how many were installed on this computer in the first place so it’s not that much of a problem. TabMixPlus was there, but disabled as it is incompatible with Firefox 2, probably because a lot of the functionality (but not all) has been duplicated into firefox2.
With ff2, the active tab is in bold with all the other tabs inactive – a great improvement over previous versions as it was often hard to tell which was the active tab when there were many (20+) open . However, it manages to do this by only opening up a certain number of tabs across the screen, any more tabs get added to a drop down list to the right of the screen which actually displays all of the tabs, not just the ones that don’t fit on the screen.
You can’t middle or right click on the drop down list to close the tabs though.
The other thing that is different is that using the mouse scroll wheel when hovering over the tab row scrolls the tab row, but the active tab does not change until you click on it – this is different to how tabmixplus behaves. I’m not quite sure which behaviour method I like – it would be nice to get a choice between the two.

One of the addons (they’re not labeled extensions anymore) that I will need to add is mouse gestures as I am so used to right-left clicking to go back and left-right clicking to go forward – I really miss that on pc’s/internet explorer that don’t have this option enabled or installed.

Microsummaries are a neat bookmark extension which means that if you bookmark a site that has a microsummary, the name field has a dropdown arrow next to it. By selecting the Live Titles information, the bookmark data will change as the web page is updated. Great for having a mini ticker like functionality, but not much use if you are used to using certain keys to navigate to a site in your bookmarks, or just trying to find the site (ie Absoblogginlutely! stands out a lot better than Firefox2 or Google Analytics or Event 1030) as it will no longer be called the same – see woot for a good example with the deal of the day where this would work.

Oh – spell checking is now available within the browser – this post has 11 “mistakes” in it – www is a spelling mistake apparently!

Google Analytics

I’ve signed up and installed Google Analytics to get some more log/traffic analysis of visits to this site. This may give me an easier (read quicker) method of looking at the stats, search entries and stuff like that. I’m not quite sure what it gives me – I will find out when I get some data in the next couple of days. The one thing I’ve worked out, is that I wish I had a custom header or footer included on all my pages so that i’d only have to make the change to a couple of files and have it updated on all pages rather than edit the multiple templates and then rebuild all the files.