RE: Issue with CF code not running in CMS

2007-08-06 Thread Justin Scott
hat code in the database to be executed, you will need to write it to a file first, then include it in the page. Generally I don't recommend doing that unless you absolutely must as it will kill your page-load times unless you really know what you're doing and apply some caching to the proce

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Justin Scott
> What kind of resolution (crisp look) can you obtain > using ImageCR3 for a 19MEG file? I've never tested it using an image that large personally, so I can't say. It does an excellent job knocking 1280x1024 photos down to small thumbnails though.

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Justin Scott
> 2. If you convert the photo for the client do > you use Alagad, another web graphics tag, or do > you use Adobe Fireworks/Photoshop and convert I have used CFX_ImageCR from Efflare (version 3) in the past with excellent results. See www.efflare.com. -Jus

RE: Application-wide SQL Injection prevention?

2007-08-06 Thread Justin Scott
> Anyways, while I'm percolating, anyone have any > ideas? Doable, not-doable, done? Hmmm There was a link to a site earlier today where I found a XSSBlock custom CFML tag that has an option to block basic SQL injection attacks: http://www.illumineti.com/documents/xssblock.tx

RE: CFMail Just spooling

2007-08-06 Thread Justin Scott
authentication issues, errors on the server resolving the mail server hostname properly, SPF issues, etc. You could also set ColdFusion to immediate delivery in the admin and it should throw a CF error right away if it cannot perform the delivery.

RE: SQL injection hack?

2007-08-06 Thread Justin Scott
min(url.id, 200) to prevent those kinds of errors as well (only where the value would never be over 200 though). -Justin Scott ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http:/

RE: Content Placeholders

2007-08-06 Thread Justin Scott
esults, generate the content for each variable (or discard invalid ones), then replace the variable in the content with the generated content. If you made a recursive process to do the replacements, you could have variables in your generated content as well. -Justin

RE: AW: Email Blasts - detecting bouncebacks

2007-08-02 Thread Justin Scott
o" attribute to specify an address that you want actual responses to go to (if any). -Justin Scott ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www

RE: Email Blasts - detecting bouncebacks

2007-07-31 Thread Justin Scott
nother mailbox so we can periodically go through and update the lists. If anyone wants a copy of the fail/ignore string lists, let me know and I'll send it off-list. -Justin Scott ~| Get the answers you are looking for on th

RE: Adobe Nails ColdFusion Cofin

2007-07-30 Thread Justin Scott
blanket statement for development in general. I'm not trying to argue against their pricing/editioning, just making a point that monitoring is useful (needed in my opinion) no matter what edition you happen to be running. Someone implied that if you're running standard you don't

RE: Adobe Nails ColdFusion Cofin

2007-07-30 Thread Justin Scott
handy when you do need them however. -Justin ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.house

RE: [Macromedia][Oracle JDBC Driver]Object has been closed.

2007-06-15 Thread Mundy, Justin
le database? Cheers, Justin Mundy -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: June 14, 2007 8:43 PM To: CF-Talk Subject: Re: [Macromedia][Oracle JDBC Driver]Object has been closed. I ran into a very similar problem back in January of this year and could not fi

[Macromedia][Oracle JDBC Driver]Object has been closed.

2007-06-14 Thread Justin Mundy
of the code. Any ideas? We updated to 7.0.2 about 2 weeks ago, and now applications that have been behaving have suddenly began acting up. Thanks, Justin Mundy ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 &

RE: Negative Page Load Times?

2007-05-16 Thread Justin Hansen
Jochem, WOW! Thanks for shedding light on the situation. There is a lot of activity in the Event Logs for w32time. We are going to try the JVM workaround from the tech note and figure out why w32time is throwing warnings all the time. Thanks again! Justin -Original Message- From

Negative Page Load Times?

2007-05-15 Thread Justin Hansen
r? Bueller? We are running: CFMX Standard 7,0,2,142559 Windows 2003 (5.2) Java 1.4.2_11 Justin ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/produ

RE: reading params from a file v/s getting them from a file

2007-04-13 Thread Justin Scott
store the data that is read in on the first request (or on application start if using application.cfc) keyed based on the site id. Once read once you won't have to process that data on every request and it will be stored in memory once instead of a new copy for each visitor. -Justin Scott |

RE: Session or Cookie or....?

2007-04-04 Thread Justin Scott
that has a longer timeout. This cookie would then be linked up to your profile in their database so they know who you are. -Justin Scott | GravityFree Client Care Special Forces Unit 1960 Stickney Point Road, Suite 210 Sarasota | FL | 34231 | 800.207.4431 941.927.7674 x115 | f 9

RE: cfmail question

2007-03-29 Thread Justin Scott
t of the page process instead of writing to the queue. That would allow you to delete the file immediately, but is not recommended as you will take a significant performance hit. -Justin Scott | GravityFree Client Care Special Forces Unit 1960 Stickney Point Road, Suite 210 Sarasota | FL | 34231 | 80

RE: Just a tidbit for those who might not have use iif before

2007-03-22 Thread Justin Scott
#x27;s needed, there's a better way. There are exceptions, but I don't think this is one of them. -Justin Scott ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial ht

RE: Movie listings in my web application?

2007-03-22 Thread Justin Scott
e knows of something better I would like to know as well. -Justin Scott ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/

Re: CFContent and MIME Types

2006-10-20 Thread Justin Holzer
That won't work for CF5. That only works on MX and up as far as I know. On 10/20/06, Rick Root <[EMAIL PROTECTED]> wrote: > > Green Parot wrote: > > I would just like to add that is there anyway to dynamically determine > the MIME type when using cfcontent? > > where filepath is the full physical

Re: database design revisted

2006-10-09 Thread Justin Holzer
f the work should be done in the pages and components that are used to display an auction to the user. - Justin On 10/9/06, Dina Hess <[EMAIL PROTECTED]> wrote: > > Probably not that simple... > > Say User A requests the auction page 5 minutes before the auction expires. > He sits

Re: database design revisted

2006-10-08 Thread Justin Holzer
un a scheduled job when it's not a problem to do the check in real time. As for the preferred payment, why not give the seller the opportunity to do both things you talked about? In their profile, let them choose a preferred method, but at the same time, give them the option to use a different

Re: Object Oriented Role Base Security

2006-10-05 Thread Justin Holzer
re. I'd be happy to send you some code off list if you like. Just hit me up if you're interested. Thanks, Justin On 10/5/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > Does cflogin etc not cut the mustard? Does anyone use it? > > > > > > &quo

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Justin Holzer
e without great risk, is my alternate use of the DAO and Gateway objects at all a bad design choice given the circumstances? Thanks, Justin On 10/5/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > using a URL var to re-init is simpleunless you are in a clustered > environment

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Justin Holzer
thout any intervention, flags, > etc. > > DK > > On 10/5/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > > > On Wednesday 04 October 2006 02:44, Justin Holzer wrote: > > > server or have to run an extra script to re-init the application > > variables &g

Bad use of DAOs and Gateways?

2006-10-03 Thread Justin Holzer
f the application scope? If so, would that be a bad idea? Any suggestions would be much appreciated. - Justin ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: OT: CFEclipse Installation Woes

2006-10-03 Thread Justin Holzer
re1.3; c:\program files\java\jdk1.5\bin" All I had to do to fix it, was move the 1.5 directory before the 1.3directory in the path, so that Eclipse would look in the 1.5 directory first, and I was golden. If you have any more questions, feel free to email me off list. - Justin On 10/3/06,

Re: cfchart

2006-09-29 Thread Justin Holzer
de is all Flash, which as far as I know, works in just about every major browser out there. - Justin On 9/29/06, Richard White <[EMAIL PROTECTED]> wrote: > > i have just read something on ajax saying that it will only run on > browsers with full xml support, and that safari, and others

Re: cfchart

2006-09-28 Thread Justin Holzer
n/articles/fr_fds.html - Justin On 9/28/06, Richard White <[EMAIL PROTECTED]> wrote: > > hi, just wanted to clarify something really. I am using cfcharts but on > one of the pages i need the chart to dynamically change as the user changes > the data on the form. > > I know col

Re: Help displaying a query result

2006-09-28 Thread Justin Holzer
me of your query, and in such cases, it may be beneficial to do the ordering using a query of queries. It can also be a good way to re-order the same result set in a modular way where you wouldn't need to have a bunch of different conditional statements lumped in to the original query. Hope thi

OT: Debugging JavaScript

2006-09-27 Thread Justin Holzer
s and tools for debugging JavaScript in IE, Firefox, or any other browsers? I'm tired of reading useless error messages that many times aren't even related to the actual error. Any help would be greatly appreciated. Thanks, Justin ~~~

Re: Can a Java program use a CF data source?

2006-09-27 Thread Justin Holzer
at deal of searching to learn about the QueryTable object that can be used to pass JDBC result sets back to ColdFusion as objects - Justin On 9/27/06, Leon Oosterwijk <[EMAIL PROTECTED]> wrote: > > I've done this. It is pretty easy. Here is the code: &

Re: Can a Java program use a CF data source?

2006-09-24 Thread Justin Holzer
don't have any sample code on this machine, but I can dig some up for you at work. Just drop me an email if you'ld like some samples. - Justin On 9/22/06, Dan Parker <[EMAIL PROTECTED]> wrote: > > We'd like for our Java developers to be able to use our ColdFusion

Re: CFForm Integer Validation Allowing Commas

2006-09-06 Thread Justin Holzer
d for the next major release of CF. I should also add that aside from the telephone, numeric, integer, and float validation functions, I have not run into any issues. I will continue to use elements, as they are often an extremely useful shortcut for mundane JavaScript code. - Justin >That was

Re: CFForm Integer Validation Allowing Commas

2006-09-05 Thread Justin Holzer
ts, to write their own custom regular expressions for as many of the validation types as possible. Of course, you could also make changes to the cfform.js script, but that probablly isn't the wisest idea for a long-term solution. Regards, Justin Holzer >I was gonna say, I thought an Int

Re: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
Now I need to figure out how to do that. Has anyone done this before? >Eek... well than you'll be needing to create a wrapper for WSS4J within Java >and than use that wrapper from CF to handle creating the request. > >!k > >-Original Message- >From: Justin Catald

Re: Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
est >method of securing a web service. > >Cheers, > >Kevin > >-----Original Message- >From: Justin Cataldo [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 22, 2006 12:21 PM >To: CF-Talk >Subject: Coldfusion WS-Security (Digital Signature) > >I am trying to

Coldfusion WS-Security (Digital Signature)

2006-08-22 Thread Justin Cataldo
I am trying to sign a SOAP web service and am wondering if anyone else has done this? Is there a custom tag out there or would I have to use something else? I have seen WSS4J but wouldn't even know where to start with that. Any help would be appreciated.

RE: Image processing - correction

2006-06-29 Thread Justin Hansen
elopment phases of your > projects. > > If you are still trying to decide, download the eval editions of both > and run some tests on the exact functions you need to perform. I'd be > interested in the results. > >

RE: Image processing

2006-06-26 Thread Justin Hansen
( but that's stuff you work out in the development phases of your projects. If you are still trying to decide, download the eval editions of both and run some tests on the exact functions you need to perform. I'd be interested in the results. Justin Hansen Project Manager Uhlig LLC ---

RE: Image processing

2006-06-22 Thread Justin Hansen
early JAI cfc's that came out. The next time I have to do new or upgrade my existing image processing code I plan to try out the Alagad Image Component. It's a full featured cfc that uses the JAI. http://www.alagad.com/ Hope this helps... Justin Hansen Project Manager Uhlig LLC

CFMX 7 - Web Service Issues

2006-03-28 Thread Justin Hansen
invoke(CfJspPage.java:1634) at cfJobRequest2ecfc848481392$funcCOMMIT._ ... exedra ... Justin Hansen ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236315 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription

RE: CF 7 upgrade BAD!

2006-03-14 Thread Justin D. Scott
ime, queued pages, etc). Very handy for monitoring specific aspects of the CF service. -Justin Scott | GravityFree Senior Programmer / Product Engineer 1960 Stickney Point Road, Second Floor Sarasota | FL | 34231 | 800.207.4431 941.927.7674 | f 941.923.5429 www.Grav

RE: CF 7 upgrade BAD!

2006-03-14 Thread Justin D. Scott
> This is just s quick note to look for some possibilities... Have you checked the performance counters to see if pages are getting queued up? -Justin Scott | GravityFree Senior Programmer / Product Engineer 1960 Stickney Point Road, Second Floor Sarasota | FL | 34231 | 800.207.4

RE: maintaining state in multipage form

2006-03-12 Thread Justin D. Scott
It sounds like a session variable containing an array of checkboxes and their selected values might be in order. Assuming the user has cookies enabled (or if you pass the session tokens on the URLs) this should be fairly simple to implement. -Justin > -Original Message- >

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Justin D. Scott
f anyone has a need for a specific version of CF, the company I work for offers hosting on CF 5, 6, and 7 with MSSQL Server 2000. We also have solid e-mail service with very, very good spam/virus filtering. -Justin Scott | GravityFree Senior Programmer / Product Engineer 1960 Stickney Point

RE: socket connections from CF to SMTP

2006-02-08 Thread Justin D. Scott
results. I use the Java extension from ActivSoftware myself, which is much easier. (I posted a link earlier). -Justin Scott ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231699 Archives: http://www.houseoffusion.c

RE: socket connections from CF to SMTP

2006-02-08 Thread Justin D. Scott
> Was wanting to confirm the existance of an email address Check out EmailVerifier from ActivSoftware. It will do everything you want and more. http://www.activsoftware.com/email/verify/ -Justin Scott ~| Message: h

RE: detecting delivered email addresses...

2006-02-07 Thread Justin D. Scott
the addresses that are not good. > Essentially what we want to do is to make sure that > an email account exists or guarantee fast delivery. Unfortunately with e-mail there is no guarantee for anything, as many mail servers don't play by all the rules. -Justin Scott, Gravit

RE: Query finding data IN

2006-02-06 Thread Justin D. Scott
s too long and it's making my SQL knife dull. -Justin Scott > -Original Message- > From: Jim Wright [mailto:[EMAIL PROTECTED] > Sent: Monday, February 06, 2006 10:20 PM > To: CF-Talk > Subject: Re: Query finding data IN > > The IN operator is used the other way

RE: Query finding data IN

2006-02-06 Thread Justin D. Scott
could be remembering wrong. WHERE #session.variable# IN (table.column) -Justin Scott ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231553 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm

RE: Log analyzer software.

2006-02-06 Thread Justin D. Scott
s out there. http://www.smarterstats.com/ -Justin Scott ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231546 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4

RE: avoiding direct SQL command injection

2006-01-26 Thread Justin D. Scott
> When using numeric values as queryparams an error is thrown, > (eg where fld_id= value="#url.v#"> > when v=abc) This is easy to get around by wrapping the url variable in a val() function. That will guarantee that whole number will

RE: install problem

2006-01-25 Thread Justin D. Scott
I had a similar issue a week or so ago with the installer opening, and then vanishing. Resetting the DEP setting corrected the issue for me, so I wouldn't discount it so lightly. -Justin > -Original Message- > From: Andy Allan [mailto:[EMAIL PROTECTED] > Sent: Wednesd

RE: storing query results while paging through

2006-01-23 Thread Justin D. Scott
cachedwithin. -Justin > -Original Message- > From: George Abraham [mailto:[EMAIL PROTECTED] > Sent: Monday, January 23, 2006 12:13 PM > To: CF-Talk > Subject: Re: storing query results while paging through > > Justin, > Suppose the query is named 'getResul

RE: storing query results while paging through

2006-01-23 Thread Justin D. Scott
cache if multiple sessions search for the same thing while it's in the cache. -Justin > -Original Message- > From: George Abraham [mailto:[EMAIL PROTECTED] > Sent: Monday, January 23, 2006 10:34 AM > To: CF-Talk > Subject: storing query results while paging through

RE: IIS Authentication

2006-01-20 Thread Justin D. Scott
main, it also includes the domain in the variable as well. Thanks for the info! -Justin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230134 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscripti

IIS Authentication

2006-01-20 Thread Justin D. Scott
I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to determine if the user has been authenticated by IIS or not, and if so, what the username is that they are logged in with? -Justin Scott ~| Message:

RE: Print to a printer

2006-01-20 Thread Justin D. Scott
he Batch and Print Pro was configured to monitor. It would then pick up the file and print it to the default printer on the server. Works like a charm! http://www.traction-software.co.uk/batchprint/ -Justin ~| M

RE: setting up MS SMTP server for CF

2006-01-16 Thread Justin D. Scott
ou're doing an extremely high volume of e-mail, you can see better performance by writing your MSG files directly to the \inetpub\mailroot\pickup directory instead of using CFMAIL to send them to the same server via ColdFusion's queue and SMTP. That cuts out a

RE: Encrypt CC number and store in DB

2006-01-14 Thread Justin D. Scott
l present that they can run the cards on. I don't know how well that flies with Visa/MC regulations, but this setup is more common than you might think. -Justin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:22

RE: Free third party DNS hosting from godaddy

2006-01-14 Thread Justin D. Scott
> has anyone tried using the free DNS management > from godaddy? One of my sites, www.dtdns.com, offers DNS hosting. It's not free, but I can do special deals for fellow CF developers. I've never used GoDaddy's DNS service (obviously) but I'll have

RE: Accessing Network Drives

2006-01-11 Thread Justin D. Scott
ion service as a user with permissions to access the share. This would look like... -Justin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229165 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/

RE: Parsing through text file

2006-01-11 Thread Justin D. Scott
say you are having issues, but we will need some details on those issues before the problem can be addressed. -Justin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229164 Archives: http://www.houseoffusion.

RE: cf open shopping cart

2006-01-09 Thread Justin D. Scott
s to write a decent, flexible, scalable framework, the community will be far more likely to step up and plug stuff into it. I'm not the person to do that right now because of my work load, but that's what I believe will need to happen if this idea is ever going to see a release. Just my $

JAR Launcher Crash?

2006-01-09 Thread Justin D. Scott
can be avoided? Thanks! -Justin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228891 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Uns

OT: 2 Dreamweaver Instances ? - Trying to switch

2005-12-22 Thread Justin Hansen
I'm trying to switch to Dreamweaver 8, from HS 5.5, and I've got 2 monitors. I had Homesite opening multiple instances so I can have one on each screen. How do I do this same thing with Dreamweaver 8? Before you ask, yes, I have been playing with cfEclipse to

Latest Stable JVM Version?

2005-12-12 Thread Justin D. Scott
What is the latest version of the Sun JVM that is stable with MX6.1 and/or 7? Thanks! -Justin Scott ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusio

CF5 + CFMX7 Gotchas?

2005-12-12 Thread Justin D. Scott
Anything special I should be aware of if I need to have CF5 and MX7 on the same box? -Justin Scott ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: pseudo-memory leak

2005-11-28 Thread Justin D. Scott
age load, you would be okay. Session variables are still more efficient in most cases though. -Justin Scott ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/vi

RE: Custom Error Pages

2005-11-28 Thread Justin D. Scott
That is good to know. I very rarely use charting, but if it ever breaks somewhere I'll know where to look . -Justin Scott > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Monday, November 28, 2005 8:14 AM > To: CF-Talk > Subject: RE: Custom

RE: Custom Error Pages

2005-11-28 Thread Justin D. Scott
Also remember that you can set IIS to "check if file exists" before passing the request off to ColdFusion so that IIS would handle 404's on cfm files as well. It would depend on your host as to how that was set. -Justin Scott > -Original Message- > From: Snake [ma

RE: Grouping problems

2005-11-20 Thread Justin D. Scott
Hi Will, if you add an ORDER BY to your query on the field(s) you want to group on it will usually take care of this problem. -Justin > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 20, 2005 12:44 PM > To: CF-Talk > Su

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
argue about, so to each their own :). -Justin Scott ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffus

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
cords to alias hosts within a zone. You CAN alias records within the same zone, but it's generally not a good idea because of the extra DNS lookups required to resolve them. Just because you can do a think, does not mean you should. -Justin Scott ~~

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A records. -Justin Scott > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 1:39 PM > To: CF-Talk > Subject: RE: Mu

RE: Sending Faxes through Cold Fusion

2005-11-18 Thread Justin D. Scott
Thanks Ali, I should have adjusted the subject line as we were discussing printing from the command line, not faxing (I hijacked a thread). -Justin > -Original Message- > From: Ali Awan [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 17, 2005 4:45 PM > To: CF-Talk &

Command line Printing SOLVED

2005-11-18 Thread Justin D. Scott
the server, then we just drop PDF files in that folder and they get sent off to the default printer. Then it moves them to a different folder so we can track which ones get printed properly. Great price too! -Justin Scott ~| Fi

RE: Sending Faxes through Cold Fusion

2005-11-17 Thread Justin D. Scott
tool that would simply take a URL to fetch, render, and print to the default printer with no user interaction on the server. I've been trying to write a utility in .NET to do this, but my C# skills are not to that level just yet and I'm running out of sched

RE: Sending Faxes through Cold Fusion

2005-11-17 Thread Justin D. Scott
tion assuming we can get it to format everything correctly. Thanks! -Justin Scott ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a proje

RE: Sending Faxes through Cold Fusion

2005-11-17 Thread Justin D. Scott
> I wrote a small app in Visual Basic a few years ago that > did exactly that. I might still have that kicking around > somewhere. If you still have a copy of that and wouldn't mind sending one over, my fellow coders and I would be very appreciative.

RE: Sending Faxes through Cold Fusion

2005-11-17 Thread Justin D. Scott
ender them, and then send them on over to the default printer. Anyone have ideas? -Justin Scott ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: cfinclude problem

2005-11-11 Thread Justin D. Scott
Or it could be so long since I've tried to do this (include a non-relative path) that it could have changed the way it handles includes since 4.0. -Justin Scott > -Original Message- > From: Justin D. Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, November 11, 2005 11:

RE: cfinclude problem

2005-11-11 Thread Justin D. Scott
ColdFusion wouldn't know where to begin looking. Any include like this has to be defined in the administrator as a mapping, otherwise, use relative paths from the file you're including from. -Justin Scott ~| Find out

RE: Sending Faxes through Cold Fusion

2005-11-09 Thread Justin D. Scott
I'll second the fax by e-mail method... Works like a charm! -Justin > -Original Message- > From: John C. Bland II [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 09, 2005 9:38 PM > To: CF-Talk > Subject: Re: Sending Faxes through Cold Fusion > > If you

RE: Convert Address to Latitude/Longitude

2005-11-04 Thread Justin D. Scott
I don't know about street addresses, but there are many commercial zip code databases that have lan/lot data included that could be joined against in queries. -Justin > -Original Message- > From: Troy Montour [mailto:[EMAIL PROTECTED] > Sent: Friday, November 04, 200

RE: [SPAM : 8.1] Re: Rumors from Max..

2005-11-04 Thread Justin D. Scott
I think that likely has more to do with the database drivers than CF itself. If a site is getting so much traffic that its access DB is causing problems, it may be time to move up to MSDE or SQL Server. -Justin > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED]

RE: XOR

2005-11-03 Thread Justin D. Scott
And here I was hoping MOD would be next on the list. I find that to be fairly useful in regular coding for all sorts of things. -Justin > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005 5:32 PM > To: CF-Talk > S

RE: XOR

2005-11-03 Thread Justin D. Scott
coding. I'm sure someone has, but nobody I've worked with. -Justin Scott ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cf

RE: Finding top ranked articles

2005-11-03 Thread Justin D. Scott
orry much about proxy servers for this purpose. Here's the code if the original poster can use it. Watch for line wrapping. -Justin DELETE FROM click WHERE cliDateStamp <= DATEADD(hh, -6, getdate()) SELECT cliID FROM click WHE

RE: Find no records

2005-11-02 Thread Justin D. Scott
tbl_020publicUsers u WHERE u.userID NOT IN (SELECT e.userID FROM tbl_020eventDetails e) -Justin ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?banner

RE: Query column index number

2005-11-02 Thread Justin D. Scott
e value from my test query. > > > #test.factoid# > #test['factoid'][currentRow]# > #test[listGetAt(test.columnList,2)][currentRow]# > > Cool beans. I never tried accessing it with the row number also, so I'

RE: Query column index number

2005-11-02 Thread Justin D. Scott
Have you tried using de() within your evaluate to get past the icky column names? -Justin > -Original Message- > From: Steve Milburn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 02, 2005 2:44 PM > To: CF-Talk > Subject: RE: Query column index number > >

RE: Query column index number

2005-11-02 Thread Justin D. Scott
nnot be converted to simple values" error in CFMX7. -Justin Scott ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a

RE: Query column index number

2005-11-02 Thread Justin D. Scott
> How can I refer to a column in my query by it's > position in the query, or an index number, rather > than the name of the column? For example Each query includes a variable called columnList that you can look at. #evaluate("qry." & listGetAt(qry

RE: Philosophy Q: SP's or CFQUERY?

2005-10-31 Thread Justin D. Scott
> There's no reason you can't get the exact same result > using exception handling as you're doing now using > conditional logic. I like to think of it as pre-exception handling :) -Justin Scott ~| F

RE: Philosophy Q: SP's or CFQUERY?

2005-10-31 Thread Justin D. Scott
#x27;d rather my sites not look like myspace.com with a basic "there was an error" screen. If I can find the error in advance through scrubbing or validation, I'd rather handle it my own way. Just a personal preference I suppose. -Justin Scott ~~~

RE: Philosophy Q: SP's or CFQUERY?

2005-10-31 Thread Justin D. Scott
ime and money the client wants to throw at it. -Justin Scott ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client wi

RE: Time Block

2005-10-31 Thread Justin D. Scott
r as I can tell. Perhaps one of the fields from the DB has an invalid value such as a null or blank string or something? If you post the error here it may help uncover the issue. -Justin ~| Logware (www.logware.us): a new and conve

<    1   2   3   4   5   6   7   8   9   10   >