Archive for June, 2007
Multiple IEs …Get IE7, IE6 installed in the same machine
by Rolando on Jun.30, 2007, under Misc
Even though IE7 has been out there for a while now, many users still haven’t upgraded and I don’t blame them.  That means that we, the web developers, have to ensure our applications work on both versions. The only problem is that Microsoft only allows you to have one or the other, yes it sucks!Â
Fortunately, some folks have made multiple installations of IE possible with a simple installer. This tool let you install multiple IE’s all the way back to version 3 and you can run them all at the same time! I know, you don’t need to go that crazy but you can pick which versions you want to install so most likely you will only pick IE6 (you have to install IE7 separately).
You can download the installer here:
http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe
To get more info:
http://tredosoft.com/Multiple_IE
CFPRINT Tag -New in Scorpio (ColdFusion 8)
by Rolando on Jun.01, 2007, under ColdFusion
Ben Forta mentioned a couple of days a go a new tag introduced with Scorpio, called CFPRINT. If you don’t run Intranet applications this tag might not be of your interest, however if you do, you might need to perform tasks such as printing nightly sales reports, monthly inventory reports or just print customer’s orders as they come in. CFPRINT automates this process for you, so that now human intervention is needed or hacks.
The ColdFusion service must be running under a user with rights to print through the Network or Local computer depending on your setup. Remember this will work as long as you have your printer available to your Local Network where the CF Server resides. This means that if you have multiple locations for your business and have a remote printer available to your local network you should be able to print then to that remote location. This is great if you receive all your orders in a central location but then redistribute those depending on the proximity of the customer or just depending on inventory availability, etc.
You can see a list of all available printers through the ColdFusion Administrator. Ben also mentioned in his post a new function that came along with the CFPRINT tag, called GetPrinterInfo(). As the name suggests this will return information pertinent to the requested printer.
You can read Ben’s Post here


