eddie-brown.net blog

my place on the web

June 20th, 2009

Gmail Not Loading in Firefox

The standard view of gmail was not working in firefox. I was not too fussed immediatly, as I have better things to do and the HTML version was working… However, looking for the answer via Google led me to a forum and the advice

Clear your cache. Tools –> Options –> Advanced –> Network, Clear Now button.

Which did the trick for me.

Popularity: 1% [?]

April 28th, 2009

Vista Source Code

Apparently, Windows Vista Source Code has been leaked. Geddit!?!

Well, it made me laugh.

Popularity: 1% [?]

April 26th, 2009

Mind Mapping Apps

I found a link to a review of 5 Mind Mapping Applications I have been giving Free Mind a run for now. Just to save another source of paper, now i can make notes, and use mind mapping as an early stage in writing new documents.

Incase you are wondering, Freemind is getting test driven first.

Popularity: 1% [?]

March 23rd, 2009

What you Ought to Know

Via the Daily Cup of Tech I came to What You Ought to Know I started with their video about QWERTY, but the other stuff looks amusing too.

Popularity: 1% [?]

March 21st, 2009

Near by

I have made use of http://www.nearby.org.uk/ for translating latitude and longitude for a place to a sat nav location to give to someone else.

So here it is for future reference.

Popularity: 1% [?]

March 5th, 2009

Auto It

I have been playing with USB keys on and off for the last week now. In part this is to run my GTD tools on a pen drive so i always have them with me (i plan to set up sync with the web….) and then i realised that I would like my data encrypted.

I’m now using Truecrypt to encrypt my data and MoWeS to run the web server. Both can be configured so that when you put the USB stick into the PC they autorun (so much as is allowed by windows) but how about auto running Truecrypt to access the data, and then running MoWeS once my encrypted drive is mounted?

I have now discovered AutoIt in which I have written a script to do the work for me. I now get prompted for a password, then the data is mounted, and MoWeS started. when i stop MoWeS the drive automatically dismounts. The next step would be to get the USB key to eject itself too, but this is enough for me for now…

Popularity: 4% [?]

February 12th, 2009

Mobile Working

I wonder if a Nokia 6300i with wi-fi ability will let me use hot spots in say McDonalds, or on National Express trains for a bit of light browsing…. Anyone know?

Popularity: 3% [?]

February 1st, 2009

WP-Define

I use WP-define to give definitions like the explanation of what GTD means. (hover your cursor over GTD, and you will see what I mean)

I discovered that I couldn’t change the settings on the plugin, so i installed the latest version. That still didn’t work - the link to the settings page was broken….

I opened the plugin itself for editing within wordpress, and found the line that said

add_options_page("Definitions", "WP-Define", 1, 'wp-content/plugins/wp-Define/manage_wp-define.php');

and changed to

add_options_page("Definitions", "WP-Define", 1, 'plugin-editor.php?file=wp-Define/wp-Define.php');

And now it works.

Popularity: 4% [?]

January 21st, 2009

If yoy are trying to use list-style-image then the image wants to be located relative to the style sheet.

So in the case of a wordpress installation, I have just located them in the directory of the theme I am using.

Popularity: 3% [?]

January 10th, 2009

Stored Garmin Tracks

I was aware of a problem with the way in which Garmin saves historical tracks, in that it strips out the time stamping data, and this makes it no use for OSM, (or I guess for geotagging photos either.)

The good news is that this does not apply to the tracks that are automatically stored on an inserted Micro SD card, at least not in my Vista HCx. I have set my unit to log to the card as well as its internal memory. When accessing my tracks using the mapsource manager i only access the current track, but if i put the GPS into USB Mass Storage mode, then i can browse a series of tracks, with one .gpx file per day.

I have pulled back these tracks, and successfully managed to upload one to the open street map.

Popularity: 4% [?]