Shaun Mccran

My digital playground

15
J
U
L
2010

How to change or move your profile files in windows 7

Whilst being technical support for a family member I found the cause of one of his pc issues to be that he had used all the space on his primary hard drive, but had Gigs of free space on a secondary hard drive. All the space was pretty much used by photos and music within his 'users' profile directory.

This article deals with how to move your profile files to another drive other than the default C partition.

[ More ]

02
M
A
R
2010

Changing the 404 template handler in IIS

You could use a 404 ColdFusion template to handle missing templates, or the onmissingtemplate Application CFC function. Luckily I have a client with half a dozen sites all on the same server, with nothing else on it, so it makes more sense to do this in Internet Information Services.

404 templates are a handy way of masking any site errors or missing templates. Not only are they a cosmetic fix to nasty display errors but they can also seriously help your server security.

[ More ]

13
J
U
L
2009

Coldfusion 9 to integrate with Microsoft office, Open Office and SharePoint

Adobe keeps 'leaking' sneaky bits of information about the next platform release for Coldfusion Server, Version 9.

The latest release info is that it will be out of the box compatible with both Microsoft Office, and Open Office. This means that you will be able to read, write and create office documents from a coldfusion application.

Hand in hand with this is the new ability to talk directly to office documents is a new API for interfacing directly into SharePoint server, and update data directly. This is an interesting development for the ColdFusion community, as there really isn't any bespoke .Net functionality left that CF can't handle after this.