OT: Driving cross country w/ CFMX and a mobile card

2007-08-03 Thread Jonathan Block
Thought some other CF developers might like to hear how I'm using cfmx right
now in my car

Many of my friends already know this - I'm driving across the United States.
I've got a Sprint Sierra Wireless AirCard 595U plugged into my laptop.
There's an option to enable a NMEA port from within the Sprint Connection
Manager. That's kind of like a data stream of GPS data. I installed another
program that will log that data to a text file. Then, I created a CFMX
script that reads the log, parses out the GPS data, and dynamically creates
some maps code with the Google Map API. Finally, I created a CFMX scheduled
event to FTP my google map to my website. The result - a live map of our
journey across the United States with pinpoint precision as to where my car
is http://www.jonathanblock.com/?page_id=107 (including a live webcam).
The map will update every 15 minutes, so long as we have an internet signal.

Here's the link if you're interested:

http://www.jonathanblock.com/?p=106


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285335
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: Where can i get a javascript tree control for a taxonomy?

2007-06-26 Thread Jonathan Block
I need a tree control... something similar to the yui javascript tree
control... but specifically for taxonomies. Imagine if there were a Sports
node with 2 child nodes of Baseball and hockey. If someone selects
Sports, I only want sports to be checked. Seems like the YUI tree control
automatically will check all of the child nodes when you check Sports.

Any help is appreciated.

Thanks,
Jon


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282243
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


does cf7 work with sql 2005?

2007-05-17 Thread Jonathan Block
do the db drivers in cf7 work well with a sql 2005 database?

Jon


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278520
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: CF makes me look like a champ yet again

2007-05-10 Thread Jonathan Block
In record time I was able to create a tool that allows people to see who
uses any website with on HTML tag or firefox extension... and its all
powered by CF in the background.

Behind the scenes, its dialing into a CF powered mashup which does geo IP
locations and mixes it into google maps. This was super easy for me to
write. (In case you want to check it out, visit
http://www.websiteusermaps.com/).

Again, a big THANK YOU to the ColdFusion Engineering team - like I told them
at the last conference I was at, their ass kicking tools help make me look
good. I'll be at the Boston CFUG if anybody wants to meet up, shoot me an
email.

Cheers,
Jon


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277643
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Spent the last few hours monkeying with this and I'm getting nowhere...

2007-03-29 Thread Jonathan Block
*Spent the last few hours monkeying with this and I'm getting nowhere...

that's my life!
Jon
*
On 3/28/07, john mcdonald [EMAIL PROTECTED] wrote:

 If anybody has an idea on this I'd sure be apprecieate your input.

 I am displaying a form that the user has filled out before, and I am
 restoring his answers to questions in the form from a previous session.

 I've got this form generator CFC where I pull the form name and all the
 questions that go on the form from a table in the database. I cfoutput the
 query results for that information. lets call that query1

 The user's input from the form is stored in another table. and I have an
 additional query that grabs the user's input. this is query2

 Now query1 knows the column name of the data I need from query2.

 I get all kinds of invalid construct errors and invalid nested errors when
 I try to use the two together..  any ideas?

 Many Thanks!
 John

 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274093
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: This is why CFMX kicks ass

2007-03-29 Thread Jonathan Block
hey now... jquery looks awesome. It's so funny ... everybody gets real
passionate about javascripts these days. There are days when there are
conversations like:

Jon: No i like spry.
Joe: Scriptaculous is awesome.
Kajone: Jquery is better.
Matt: No way jquery sucks YUI rules.

(Rolling my eyes.)

-Jon

On 3/29/07, Andy Matthews [EMAIL PROTECTED] wrote:

 Awesome. If you would have used jQuery it would have taken you a few weeks
 less.

 LOL

 Nice site though...it's really well done and looks great too.

 -Original Message-
 From: Jonathan Block [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 29, 2007 12:58 AM
 To: CF-Talk
 Subject: This is why CFMX kicks ass

 Over the past couple of months, I used CFMX to hack together a social
 network for video gamers with all kinds of web 2.0 tricks like yui and
 spry.

 If you want to check it out, surf on over to www.connectedbythings.com

 My point is that over a couple of months, I wrote this site in my free
 time
 when I was bored. I think that in some other language, this could have
 easily taken a web application developer months of non-stop work.

 I used cfmx, mach-ii, apache 2, mysql, subversion, windows 2003, and its
 all
 hosted over at hostmysite.com.

 Hats off to the cfmx software team... keep up the good work!
 Jon




 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274115
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: This is why CFMX kicks ass

2007-03-29 Thread Jonathan Block
I know... in my case I'm like Guys - these are javascripts... and you get
the people who are like... nononono that's ajax and I'm like nonono
you're ajack ass.

;=)

Jon

On 3/29/07, Bader, Terrence C CTR MARMC, 231 [EMAIL PROTECTED]
wrote:

 I remember when it was just called Remote Scripting and didn't have any
 funky names...  lol

 ~Terry

 -Original Message-
 From: Jonathan Block [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 29, 2007 13:47
 To: CF-Talk
 Subject: Re: This is why CFMX kicks ass

 hey now... jquery looks awesome. It's so funny ... everybody gets real
 passionate about javascripts these days. There are days when there are
 conversations like:

 Jon: No i like spry.
 Joe: Scriptaculous is awesome.
 Kajone: Jquery is better.
 Matt: No way jquery sucks YUI rules.

 (Rolling my eyes.)

 -Jon

 On 3/29/07, Andy Matthews [EMAIL PROTECTED] wrote:
 
  Awesome. If you would have used jQuery it would have taken you a few
  weeks less.
 
  LOL
 
  Nice site though...it's really well done and looks great too.
 
  -Original Message-
  From: Jonathan Block [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 29, 2007 12:58 AM
  To: CF-Talk
  Subject: This is why CFMX kicks ass
 
  Over the past couple of months, I used CFMX to hack together a social
  network for video gamers with all kinds of web 2.0 tricks like yui and

  spry.
 
  If you want to check it out, surf on over to www.connectedbythings.com
 
  My point is that over a couple of months, I wrote this site in my free

  time when I was bored. I think that in some other language, this could

  have easily taken a web application developer months of non-stop work.
 
  I used cfmx, mach-ii, apache 2, mysql, subversion, windows 2003, and
  its all hosted over at hostmysite.com.
 
  Hats off to the cfmx software team... keep up the good work!
  Jon
 
 
 
 
 



 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274123
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


This is why CFMX kicks ass

2007-03-28 Thread Jonathan Block
Over the past couple of months, I used CFMX to hack together a social
network for video gamers with all kinds of web 2.0 tricks like yui and spry.

If you want to check it out, surf on over to www.connectedbythings.com

My point is that over a couple of months, I wrote this site in my free time
when I was bored. I think that in some other language, this could have
easily taken a web application developer months of non-stop work.

I used cfmx, mach-ii, apache 2, mysql, subversion, windows 2003, and its all
hosted over at hostmysite.com.

Hats off to the cfmx software team... keep up the good work!
Jon


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274056
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


i hope they fix cfcache in scorpio

2007-03-22 Thread Jonathan Block
Dear the CF Product team,

Please make sure the cfcach'ed pages do not have an HTML comment as the
first line in the cfcach'ed page. That' breaks CSS.

Thank you,
Jon


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273415
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: Movie listings in my web application?

2007-03-22 Thread Jonathan Block
What's the best approach to integrating movie listings into your web
application. Are there any good web services or feeds you can tap into?

Thanks,
Jon


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273416
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


You think you know OOP.. but you don't

2007-03-22 Thread Jonathan Block
Why do so many articles get published in the CFMX world about OOP.

I've read though several, not going to mention names here... but you
read it and it makes you think.. wow .. i thought I understood OOP but maybe
I don't.

Factories... abstraction... models... patterns... that's too much crap for
someone to learn.

I feel like anybody who's trying to learn CFMX need not worry about whether
or not they know OOP or any of these crazy buzzwords. If we think OOP is
important, or any other buzz word for that matter, we really aught to make a
simple application that shows you the recommended way to do something in
CFMX.

Is there such a resource?

Jon


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273419
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Can I use CLIENT variable storage with MySQL 5?

2007-03-11 Thread Jonathan Block
I'm trying very hard to figure out how to get MySql 5 to work with CF client
variable storage. I need that... its a requirement. Has anybody done it
before? The CF administrator does not have it built in, and when I try to
manually create CFDATA and CFGLOBAL, my front end app errors out with a
500 database error.

Thank you,
Jon


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272328
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


DST Time Zone Java Patch For ColdFusion MX - Help needed

2007-03-08 Thread Jonathan Block
I found this technote:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=d2ab4470

Describing looming problems I'm going to have with ColdFusion dates.

I don't understand the solution. They tell you to upgrade the ColdFusion
MX/JRun applications with the 1.4.2_11 JVM.. Although there is a link to
download it, what is the correct order of operations I must use in order to
upgrade the JVM that coldfusion's using?

Thank you,
Jon


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272082
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFMX Reporting Times 5 Hours Ahead of Current Time

2007-03-03 Thread Jonathan Block
Although my production server has the system clock set correctly in the
correct time zone, when I use the coldfusion now() function, its reporting
the time being 5 hours ahead.

What can i do?

My dev box has the same version of coldfusion and its working correctly on
dev.

Help!?

Jon


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271414
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


why is my cfmx reporting the wrong time?

2007-03-03 Thread Jonathan Block
System Information
Server Details
Server Product ColdFusion MX
Version 7,0,2,142559
Edition Standard
Serial Number xx
Operating System Windows 2003
OS Version 5.2
JVM Details
Java Version 1.4.2_12
Java Vendor Sun Microsystems Inc.
Java Vendor URL http://java.sun.com/
Java Home C:\j2sdk1.4.2_12\jre
Java File Encoding Cp1252
Java Default Locale en_US
File Separator \
Path Separator ;
Line Separator Chr(13)
User Name SYSTEM
User Home C:\Documents and Settings\Default User
User Dir C:\CFusionMX7\runtime\bin
Java VM Specification Version 1.0
Java VM Specification Vendor Sun Microsystems Inc.
Java VM Specification Name Java Virtual Machine Specification
Java VM Version 1.4.2_12-b03
Java VM Vendor Sun Microsystems Inc.
Java VM Name Java HotSpot(TM) Server VM
Java Specification Version 1.4
Java Specification Vendor Sun Microsystems Inc.
Java Specification Name Java Platform API Specification
Java Class Version 48.0
Java Class Path

CF Classpath
;C:/CFusionMX7/runtime/../lib/ant-launcher.jar;
C:/CFusionMX7/runtime/../lib/ant.jar;
C:/CFusionMX7/runtime/../lib/axis.jar;
C:/CFusionMX7/runtime/../lib/backport-util-concurrent.jar;
C:/CFusionMX7/runtime/../lib/bcel.jar;
C:/CFusionMX7/runtime/../lib/cdo.jar;
C:/CFusionMX7/runtime/../lib/cdohost.jar;
C:/CFusionMX7/runtime/../lib/cf4was.jar;
C:/CFusionMX7/runtime/../lib/cf4was_ae.jar;
C:/CFusionMX7/runtime/../lib/cfmx-ssl.jar;
C:/CFusionMX7/runtime/../lib/cfusion.jar;
C:/CFusionMX7/runtime/../lib/commons-beanutils-1.5.jar;
C:/CFusionMX7/runtime/../lib/commons-collections-2.1.jar;
C:/CFusionMX7/runtime/../lib/commons-digester-1.7.jar;
C:/CFusionMX7/runtime/../lib/commons-discovery-0.2.jar;
C:/CFusionMX7/runtime/../lib/commons-logging-1.0.2.jar;
C:/CFusionMX7/runtime/../lib/commons-logging-api-1.0.2.jar;
C:/CFusionMX7/runtime/../lib/commons-net-1.2.2.jar;
C:/CFusionMX7/runtime/../lib/crystal.jar;
C:/CFusionMX7/runtime/../lib/flashgateway.jar;
C:/CFusionMX7/runtime/../lib/flashremoting_update.jar;
C:/CFusionMX7/runtime/../lib/flex-assemblerservice.jar;
C:/CFusionMX7/runtime/../lib/flex-messaging-common.jar;
C:/CFusionMX7/runtime/../lib/flex-messaging-opt.jar;
C:/CFusionMX7/runtime/../lib/flex-messaging-req.jar;
C:/CFusionMX7/runtime/../lib/flex-messaging.jar;
C:/CFusionMX7/runtime/../lib/flexassemblerservice.jar;
C:/CFusionMX7/runtime/../lib/httpclient.jar;
C:/CFusionMX7/runtime/../lib/ib61patch.jar;
C:/CFusionMX7/runtime/../lib/ib6addonpatch.jar;
C:/CFusionMX7/runtime/../lib/ib6core.jar;
C:/CFusionMX7/runtime/../lib/ib6swing.jar;
C:/CFusionMX7/runtime/../lib/ib6util.jar;
C:/CFusionMX7/runtime/../lib/im.jar;
C:/CFusionMX7/runtime/../lib/iText.jar;
C:/CFusionMX7/runtime/../lib/iTextAsian.jar;
C:/CFusionMX7/runtime/../lib/izmado.jar;
C:/CFusionMX7/runtime/../lib/jakarta-oro-2.0.6.jar;
C:/CFusionMX7/runtime/../lib/java2wsdl.jar;
C:/CFusionMX7/runtime/../lib/jaxrpc.jar;
C:/CFusionMX7/runtime/../lib/jdom.jar;
C:/CFusionMX7/runtime/../lib/jeb.jar;
C:/CFusionMX7/runtime/../lib/jintegra.jar;
C:/CFusionMX7/runtime/../lib/ldap.jar;
C:/CFusionMX7/runtime/../lib/ldapbp.jar;
C:/CFusionMX7/runtime/../lib/log4j.jar;
C:/CFusionMX7/runtime/../lib/macromedia_drivers.jar;
C:/CFusionMX7/runtime/../lib/mail.jar;
C:/CFusionMX7/runtime/../lib/msapps.jar;
C:/CFusionMX7/runtime/../lib/pbclient42RE.jar;
C:/CFusionMX7/runtime/../lib/pbembedded42RE.jar;
C:/CFusionMX7/runtime/../lib/pbserver42RE.jar;
C:/CFusionMX7/runtime/../lib/pbtools42RE.jar;
C:/CFusionMX7/runtime/../lib/poi-2.5.1-final-20040804.jar;
C:/CFusionMX7/runtime/../lib/poi-contrib-2.5.1-final-20040804.jar;
C:/CFusionMX7/runtime/../lib/ri_generic.jar;
C:/CFusionMX7/runtime/../lib/saaj.jar;
C:/CFusionMX7/runtime/../lib/smack.jar;
C:/CFusionMX7/runtime/../lib/smpp.jar;
C:/CFusionMX7/runtime/../lib/STComm.jar;
C:/CFusionMX7/runtime/../lib/tools.jar;  C:/CFusionMX7/runtime/../lib/tt-
bytecode.jar;  C:/CFusionMX7/runtime/../lib/vadmin.jar;
C:/CFusionMX7/runtime/../lib/verity.jar;
C:/CFusionMX7/runtime/../lib/vparametric.jar;
C:/CFusionMX7/runtime/../lib/vsearch.jar;
C:/CFusionMX7/runtime/../lib/wc50.jar;
C:/CFusionMX7/runtime/../lib/webchartsJava2D.jar;
C:/CFusionMX7/runtime/../lib/wsdl2java.jar;
C:/CFusionMX7/runtime/../lib/wsdl4j-1.5.1.jar;
C:/CFusionMX7/runtime/../lib/xalan.jar;
C:/CFusionMX7/runtime/../lib/xercesImpl.jar;
C:/CFusionMX7/runtime/../lib/xml-apis.jar;  C:/CFusionMX7/runtime/../lib/;
C:/CFusionMX7/runtime/../gateway/lib/examples.jar;
C:/CFusionMX7/runtime/../gateway/lib/flex-messaging-gateway.jar;
C:/CFusionMX7/runtime/../gateway/lib/;
C:/CFusionMX7/runtime/../wwwroot/WEB-INF/cfform/jars/batik-awt-util.jar;
C:/CFusionMX7/runtime/../wwwroot/WEB-INF/cfform/jars/batik-css.jar;
C:/CFusionMX7/runtime/../wwwroot/WEB-INF/cfform/jars/batik-ext.jar;
C:/CFusionMX7/runtime/../wwwroot/WEB-INF/cfform/jars/batik-transcoder.jar;
C:/CFusionMX7/runtime/../wwwroot/WEB-INF/cfform/jars/batik-util.jar;

Going back in browser cache shows super old page

2007-01-29 Thread Jonathan Block
I just got this from one of my users:
--
I'm sure you've noticed this, too, but when you try to navigate backwards
on the
 site -- say you were reading a full artcile and wanted to click the go
back button on your browser and view the\ home page -- the
site takes you to a homepage that is outdated (sometimes more than a day
outdated), Odd?

Is there a way to fix this?

Thank you in advance!
--

Why would this happen? I've heard this complaint before.

Jon


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267995
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Why doesn't cftrace work?

2007-01-11 Thread Jonathan Block
cftrace text=test

When i go into logs/ there is no cftrace file. If I make one, it doesn't get
appended to. What am I missing?

Jon


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


How would you solve this?

2007-01-11 Thread Jonathan Block
I have a long running routine (usually 10-15 seconds under normal
conditions) that gets called each night by a scheduler. It's a critical
procedure that has always worked and must always work.

The other night, I see that it started, but it never finished. I have
exception handling with CFTRY that will email me the details about any
errors that are generated, and then RETRHOW. However, I never received any
error details in my email, and the server exception logs have no conslusive
information about what happened... except that I see there was a timeout at
about the same time when my routine runs.

My inclination is that there was a timeout (even though I have a
requesttimeout=500 on the URL). What can I do to find some conclusive
evidence to narrow down what the problem is?


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: Best free support (ticket) system?

2007-01-11 Thread Jonathan Block
Any suggestions on a free customer support ticket system? We use OTRS but
it's seems very out dated... but what it does it does pretty well. We have
several employees who use it to manage support tickets that were sent in via
email from many customers. I'm not looking for something that's specifically
written in ColdFusion... I'd actually prefer php.

Jon


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SeeFusion Rocks

2007-01-11 Thread Jonathan Block
I must give kudos to the makers of seefusion. Today I had another ulta
frustrating problem with my CF app and it was clues I got from using
SeeFusion that helped me fix the error.

Jon


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Can cflogin help me block basic http authentication?

2007-01-03 Thread Jonathan Block
If I know the username + password for an area of my site that requires basic
http auth, can i use a cf tag to preset the authentication credentials that
the browser will be passing when the user logs into my site so that when
they hit the locked pages, that they never see the prompt?

Jon


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4