Feb
02
2010
0

Enca binary compiled for 32 bit Windows

Enca is a (normally *nix) application which attempts to detect the text encoding of files.

It’s only supplied as source which isn’t too helpful for windows users.

Enca is particularly useful at guessing the encoding of text files where the language is known.

Here is version 1.12 compiled into a native windows binary: enca_1-12.zip
(I’ve compiled this from a downloaded source, so no responsibility is taken for it’s suitability for use, being free from viruses, etc. In other words, use it at your own risk)

Written by John Burns in: PC Tips |
Oct
21
2009
1

IIS 6 FTP – When PassivePortRange doesn’t work

I’ve been trying to enable the passive port range on an IIS6 FTP server. I did everything. I enabled direct metabase edit, set the range using ADSUTIL and then added the ports to the firewall.

It turns out that if you set the firewall to allow “FTP”, the passive port range will be ignored and the default passive port range will be used. To solve it, you’ll need to manually add port 21 and the ports defined in the passive port range… Strange but true.
(more…)

Written by John Burns in: PC Tips |
Sep
10
2009
0

Problems while running the Nokia Software Updater?

If you get the following error while trying to update the firmware on a Nokia Phone…

Nokia Software Updater has attempted to connect to the internet but has failed three times. This could be because of a poor-quality, slow or intermitent internet connection, or restrictions due to a firewall.

If requested by your firewall, Nokia Software updater needs the following applications to gain access to the internet:
nsl_host_process.exe
nsu_ui_client.exe

(more…)

Written by John Burns in: General Randomness, PC Tips |
Sep
04
2009
0

Moving emails from Mac Mail back to Outlook on Windows

Although both Apple and Microsoft say it’s easy moving between their platforms, things aren’t as easy as they seem.

You can struggle for hours trying to move your data. I’ve tried conversion tools and some emails always fail. The best method is to take advantage of IMAP, which will let you store emails on a server, then download them again.

If your ISP doesn’t give you an IMAP account, there are Lots of webmail providers such as gmail can give you an IMAP account.

Once you’re set up, just drag the emails into the IMAP folder and they will upload to the server.

Now, just configure your new client and download the emails. Done!

If you are worried about privacy, you can download and install hmailserver, create an account on that and then just send the messages to your local server.

Written by John Burns in: Mac OS X Tips, PC Tips |
Aug
26
2009
0

No more Windows Live Messenger for Windows Server 2003

Microsoft just upgraded Live Messenger.

If you happen to use Windows Server 2003 as your operating system of choice – As a lot of web developers do, you are now out of luck using Windows Live Messenger.

As of yesterday, you are forced to upgrade Live Messenger to the latest and greatest version, which um, er, doesn’t support Windows Server 2003. You’ll either need to upgrade to Server 2008, or downgrade to an older version Windows Messenger instead of Live.

Yes, we understand, Server is meant to be used as a server, but a lot of people use it as their main OS.

Microsoft really overlooked this one…

Written by John Burns in: General Randomness, PC Tips |
Jul
09
2009
0

Serving Google KML and KMZ files from IIS

By default, Microsoft IIS only supports a small number of files. This is what you need to support KML and KMZ files in IIS.

The MIME type details are:

Extension: .kml
MIME type: application/vnd.google-earth.kml+xml

Extension: .kmz
MIME type: application/vnd.google-earth.kmz

If you need to know what to do with these mime types, I have a step by step guide for setting up RSS files at http://www.john.geek.nz/index.php/2009/06/supporting-rss-files-in-iis/ – Just use the different extensions and mime types.

Written by John Burns in: General Randomness, PC Tips |