Browse > Home / Archive by category 'Technical'

| Subscribe via RSS

Force link to open in IE when it’s not the default browser

December 22nd, 2009 | No Comments | Posted in Technical, Vista, Websites, Windows, Windows7

Some sites or apps (mainly badly written ones) really only like to open properly in Internet Explorer. However, anyone with half a brain would  have ditched IE and set a better browser like FireFox, or my personal favourite, Chrome, as the default – which is great but can cause problems with your desktop shortcuts to web pages.

If you need to create a desktop shortcut to a web page that only works properly in Internet Explorer, More »

Tags: , ,

Stop people hotlinking your pics

December 22nd, 2009 | No Comments | Posted in Code, Technical, Websites, Wordpress

Don’t you just hate it when you see your photos or hand crafted graphics popping up on other people’s sites?

Well you can’t do much about people copying those kind of files and hosting them on their own site, but we certainly can stop them just lifting everything and using things that are hosted on your server – or ‘hotlinking’ as it’s called. More »

Tags: , , , ,

AVG 9 – Install Issues

December 22nd, 2009 | No Comments | Posted in Software, Technical, Windows

I like AVG, it’s free, quiet, small and keeps me safe. But sometimes it can be frustrating to install. If you ever had any problems upgrading from version 8 or 8.5 to the latest release (V9), then check this out: More »

Tags: ,

‘Cannot Delete File or Folder’ – SOLVED!

December 22nd, 2009 | No Comments | Posted in SBS, Software, Technical, Windows, Windows7

At last! A fix for any or all of the following messages:

- Cannot delete folder: It is being used by another person or program.
- Cannot delete file: Access is denied.
- There has been a sharing violation.
- The source or destination file may be in use.
- The file is in use by another program or user.
- Make sure the disk is not full or write-protected and that the file is not currently in use. More »

Tags: , , ,

History.back() – Problems With Chrome and Safari

July 6th, 2009 | 4 Comments | Posted in Code, Technical, Websites

Had a bit of an issue today with our old friend history.back(). This works fine in IE + FF:

<a href=”#” onclick=”history.back();”>Back</a>

But doesn’t seem to want to play in Chrome or Safari. So I tried to tidy up the code and be a little more strict:

<a href=”#” onclick=”window.history.back(-1);”>Back</a>

But still noy joy. In the end I went for this: More »

Tags: , , ,

AVG 8 is turned off – eeek!

February 17th, 2009 | No Comments | Posted in SBS, Technical, Vista

After upgrading from AVG free to AVG SBS Edition, I was having a little recurring problem with Vista’s security center telling me that AVG was turned off. On closer inspection (and rather worryingly) it was correct – the resident shield was not operational. A dig into the forums found this: More »

Tags:

Entourage on an SBS domain – inside the LAN

February 9th, 2009 | No Comments | Posted in Email, Mac, SBS, Technical

OK, as a follow on to my post about hooking Entourage up to an SBS server from outside of the LAN, here is a quick guide on how to do it if you are actually sitting on the same network.

As with all things that combine a Mac and an SBS domain, this caused me a few sleepless nights and lots of general agro, so hopefully I can save a few minutes of hair-tearing for someone else by posting the details of my setup: More »

Tags: , , ,

Shutdown Windows from the command line

January 9th, 2009 | 1 Comment | Posted in SBS, Technical, Windows

I had an odd problem with an SBS 2003 box that just would not shutdown the other day. A quick bit of research taught me that it can be done from the command line, which I totally didn’t know (‘cos I’m an idiot): More »

Tags: , , , , ,