CFCONTENT, PDFs and Adobe Acrobat Control for ActiveX

2004-09-02 Thread Adrian J. Moreno
it to showFile.pdf displays it correctly in Acrobat. Is there any way to get this to correctly (automatically) open in the Acrobat plugin for MSIE? Is anyone else having this problem? Thanks, Adrian J. Moreno [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

CFMX on IA64 (Itanium)? with JBoss?

2004-08-05 Thread Adrian J. Moreno
. -- Adrian J. Moreno [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: [OT] .Net vs PHP

2004-08-05 Thread Adrian J. Moreno
Neil Robertson-Ravo [Team Macromedia] wrote: So does CF, but it's still not ADO.NET. Back this up with your reasoningalso if you wouldn't run Windows how are you going to run .NET? curious... http://mono-project.com/about/index.html :D -- Adrian [Todays Threads] [This Message]

browser detection script

2004-04-07 Thread Adrian J. Moreno
, it defines a single _javascript_ object that can be supported by whichever browser is being used. HTH, Adrian J. Moreno - -- Factors of i Web Hosting Development -- http://FactorsOfi.com - -- i Know Kung Foo

Unicode with CF and MySQL (re: CF+MySQL+Apache french characters)

2003-11-10 Thread Adrian J. Moreno
Log into the CF Admin Data Sources Choose your MySQL DSN Add to your Connection String: useUnicode=truecharacterEncoding=ISO8859_1 HTH, Adrian [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: iif with 3 expressions?

2001-01-15 Thread Adrian J. Moreno
lue="3" img src="three.gif" /cfcase cfdefaultcase img src="other.gif" !--- in case value wasn't in expected list --- /cfdefaultcase /cfswitch /cfif CFSWITCH is much faster than multiple CFIF statements and you can alw

Re: Netscape 4.04

2001-01-15 Thread Adrian J. Moreno
bug in NS4 NS4 = document.layers; if (NS4) { origWidth = innerWidth; origHeight = innerHeight; } function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) location.reload(); } if (NS4) onresize = reDo; //-- /script HTH, Adrian

Re: looking for a certain custom CF tag

2001-01-13 Thread Adrian J. Moreno
-AA9700508B94F380method=Full HTH, Adrian J. Moreno Phoeun Pha wrote: Is there custom CF tag that can retrieve the image height and width of a specified image? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

Re: Changing registry to launch UltraDev instead of Dreamweaver?

2001-01-12 Thread Adrian J. Moreno
File Types and make a lengthy trek changing "Edit" from DW to UD, but the other way is less tedious. HTH, Adrian J. Moreno Marc Garrett wrote: Is there a registry key that can be changed to launch UltraDev instead of Dreamweaver? The only relevant key I can find is: HKEY_CURRENT_

Re: CFContent to a network share

2001-01-12 Thread Adrian J. Moreno
cfquery is one thing - those refernce a dsn set in CF Administrator. cfcontent needs an actual file path. Your server has no idea what "\\servername\..." means. It needs "D:\exact\file\path\ You may, however, be able to manipulate your serverpath using #ExpandPath()# HTH, A