Session info lost on BlackBerry

2012-02-02 Thread Joshua Rowe
This is a ColdFusion/mobile question. I have a simple web app with a login page. User types their login info, session info is assigned, and they're taken to a projects page. This works fine, but when I try to setup an auto-login (user clicks a bookmark on their home screen that passes a

ColdFusion 9 WACK

2010-04-01 Thread Joshua Rowe
Hello. Any news on the ColdFusion 9 WACK release date? (if this will even be the name for them) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

cfquery return datatypes

2010-02-26 Thread Joshua Rowe
Hello. Is there a way to return a datatype list from your query along with the column list? Example: cfquery name=qryTest datasource=test SELECT * FROM tblTest; /cfquery cfoutput #qryTest.columnlist#br #qryTest.datatypes# /cfoutput Thanks!

ColdFusion - Get All Active Sessions (hosted environment)

2010-02-23 Thread Joshua Rowe
Hello. I am trying to grab a collection of all active sessions within my ColdFusion application. Running the following code on my local machine is successful: cfset tracker = CreateObject(java, coldfusion.runtime.SessionTracker) cfset sessions =

.htaccess file for ColdFusion?

2009-11-30 Thread Joshua Rowe
Hello. I am trying to set up an .htaccess file to clean up the URL. For example, if the user is on page: http://www.mydomain.com/index.cfm?page=Contact then I want the URL to show this instead: http://www.mydomain.com/Contact Would this be the right way to go to get this result or

RE: Looking for a CF 8 host

2009-11-25 Thread Joshua Rowe
http://www.crystaltech.com/ has been awesome! -Original Message- From: Michael J. Sprague [mailto:mikespra...@gmail.com] Sent: Wednesday, November 25, 2009 11:39 AM To: cf-talk Subject: Re: Looking for a CF 8 host I've had great luck with GearHost http://www.gearhost.com On Wed,

RE: jQuery Sortable list not working in CFWINDOW

2009-11-20 Thread Joshua Rowe
cfwindow add this line as last line before the closing /body tag: cfset ajaxonload('createSortables') Azadi Saryev On 20/11/2009 06:34, Joshua Rowe wrote: Hello! I have a page where a user can select other users to assign to a project. The user drags and drops a user from a list on the left

jQuery Sortable list not working in CFWINDOW

2009-11-19 Thread Joshua Rowe
Hello! I have a page where a user can select other users to assign to a project. The user drags and drops a user from a list on the left side into another list on the right side. This is all handled using an unordered list and jQuery's sortable() function. This works great by itself, but I

RE: ColdFusion.Window.create set bodystyle attribute

2009-11-13 Thread Joshua Rowe
', wConfig); //change some-page.cfm to your url } /script body onload=doWindow(); /body Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 13/11/2009 08:15, Joshua Rowe wrote: How do I set the bodystyle attribute for the ColdFusion.Window.create() function? I tried creating a JavaScript object

ColdFusion.Window.create set bodystyle attribute

2009-11-12 Thread Joshua Rowe
How do I set the bodystyle attribute for the ColdFusion.Window.create() function? I tried creating a JavaScript object like so, but it didn't work: var windowConfig = new Object(); windowConfig.bodystyle = background-color: white;; ColdFusion.Window.create(name, title, url, windowConfig); I

ColdFusion 9 books

2009-11-10 Thread Joshua Rowe
Does anybody know of any ColdFusion 9 books that are already out or will be coming out in the near future? I'm looking for something similar to the ColdFusion 8 Web Application Construction Kit series by Ben Forta. Thanks!

cfmenuitem double click event

2009-11-10 Thread Joshua Rowe
Is there a way to set a JavaScript double click event to a cfmenuitem? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

RE: CF LiveDocs

2009-11-09 Thread Joshua Rowe
It was in and out for me throughout the weekend. Seems to be working okay here now, though. -Original Message- From: Steve Keator [mailto:skea...@mlinc.com] Sent: Monday, November 09, 2009 2:43 PM To: cf-talk Subject: CF LiveDocs Anyone else having a problem accessing them besides

cfpop - do not want to retrieve duplicate emails

2009-11-05 Thread Joshua Rowe
deleting them from the mail box? Best regards, Joshua Rowe ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf

CFPOD and CFMENU - multiple drop-down arrows

2009-11-03 Thread Joshua Rowe
for a total of three for each item. How do I go about getting rid of those extra arrows? Best regards, Joshua Rowe ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

list files on user's computer?

2009-11-01 Thread Joshua Rowe
Hello, I have a ColdFusion page that lists files on my computer using the cfdirectory tag, starting with my C:\ drive. When I upload the ColdFusion page to my hosting account, I can no longer view the file listing. The following error comes up: access denied (java.io.FilePermission

Separate CFC's

2009-10-15 Thread Joshua Rowe
Hello, I have somewhere around fifty to sixty functions in one CFC which adds up to about 2500 lines of code. If I categorize these functions and separate them into different CFC's, will this speed up page loading time at all?

RE: cfcontent create file

2009-10-14 Thread Joshua Rowe
, Joshua Rowe -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Wednesday, October 14, 2009 8:57 AM To: cf-talk Subject: cfcontent create file hi we are using cfcontent and rich text to create a word doc as follows: cfcontent type=application/mswordcfoutput

RE: zip code list

2009-10-14 Thread Joshua Rowe
regards, Joshua Rowe -Original Message- From: Timothy Laureska [mailto:tlaure...@dhmh.state.md.us] Sent: Wednesday, October 14, 2009 10:12 AM To: cf-talk Subject: zip code list Hello: Anybody know of a quick easy place to get a csv or other delimited file (or database) of zip codes

get SWF movie length

2009-10-14 Thread Joshua Rowe
Hello, Is there a way to detect the length/run-time of an SWF movie in ColdFusion? If not in ColdFusion, what about JavaScript or jQuery? ~| Want to reach the ColdFusion community with something they want? Let them know on

Datasource issue with CrystalTech

2009-09-14 Thread Joshua Rowe
Hello there! I have a website that is being hosted through CrystalTech and am running into an issue with assigning a datasource through their control panel. From what I've seen in the past, you assign a datasource name with a userid and password and then associate whatever MySQL database you

Map/Grid Application

2009-07-30 Thread Joshua Rowe
radius search. I have searched the Abobe ColdFusion library exchange and CFLig.org already, but didn't have any luck. Any help would be appreciated. Thank you! Best regards, Joshua Rowe ~| Want to reach the ColdFusion