RE: Cf Portal apps

2007-01-14 Thread Ben Koshy
Sounds like all he wants is a CMS application. I think portal software is a little over-featured for a restaurant's needs. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 1:14 AM To: CF-Talk Subject: Re: Cf Portal apps Are you thinking of

Fusebox now being steered by Teratech (QA Today 2pm EST)

2006-12-07 Thread Ben Koshy
Hope this hasn't been posted yet... but I read on Sean Corfield's Blog (cornfield.org) that Teratech / Hal Helms have announced that TT is taking over the direction/custody of the Fusebox Framework from Hal and John Q. Teratech is holding a QA Session about the future of Fusebox: We will be

RE: CFQUERY: comma delimited list of id values

2006-11-29 Thread Ben Koshy
Try this: cfset results = valuelist(get_rec_4month.recipeID) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 7:38 PM To: CF-Talk Subject: CFQUERY: comma delimited list of id values All, I'm trying to figure out how best to pass a

OT: State / County / City Tax Database?

2006-11-12 Thread Ben Koshy
I've been researching and just want to get some opinions from the user-ship here about who some of you might use to get a USA State/County/City/Zip Tax Database... Commercial solutions are ok with $2000 max budget and preferably a low yearly update.

Re: Using CFHTTP to login

2006-11-03 Thread Ben Koshy
Your approach is correct...however After you use the CFHTTP client to login then what? Its only the CFHTTP client that is logged in... not your local machine or server. Dump your CFHTTP.FileContent... what do you see? I'm not sure if there's a way to maintain a login using the CFHTTP

Re: CFQUERY - Aggregate Function

2006-11-01 Thread Ben Koshy
I'm not sure what SQL Platform you're using or what your schema exactly like... i can only infer based on your queries. If you're doing a Query of Query i don't think CF supports advanced functionality like HAVING... but in SQL it would be something like this: SELECT RecipeID,

Re: I know it sounds crazy ...

2006-10-30 Thread Ben Koshy
cfset formscopeurl = cfloop collection=FORM item=Field cfset formscopeurl = formscopeurl amp;#urlencodedformat(form[field])# /cfloop cfoutputa href=mysite.com/index.asp?action=process#formscopeurl#/cfoutput Would something like that work? - Original Message - From:

Re: Query of Query

2006-10-25 Thread Ben Koshy
I believe I read somewhere that Query of Query performs best with recordsets that are 50,000 records or smaller. - Original Message - From: Ken [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 26, 2006 12:54 AM Subject: Query of Query Hi. I want to hold

Re: Client variable table CDATA always empty

2006-10-23 Thread Ben Koshy
Are you using any client variables? (silly question i know but have to ask -- at least I didn't ask -- is your computer plugged in? :D) Are they operating normally? Did you specify that datasource as the client variable storage default in your CFAPPLICATION? - Original Message - From:

Re: Foundry Server Iron

2006-10-20 Thread Ben Koshy
We use a server Iron and it works great. However we found sticky ports to be flaky so we just moved all the session variables to client variables and had no session issues across multiple servers. - Original Message - From: Brad Wood [EMAIL PROTECTED] To: CF-Talk

Re: Find last file.

2006-10-19 Thread Ben Koshy
cfdirectory directory=d:\mydirectoryfullofiles\ name=qryFiles cfset highest = 0 cfloop query=qryFiles startrow=1 cfset currentVal = val(replaceNoCase(name,file,,ONE)) cfset highest = max(currentVal,highest) /cfloop The value that highest is set to at the end of this is your highest integer.

Re: Find last file.

2006-10-19 Thread Ben Koshy
Problem with that method is that it'll do a String Sort... and unless he's diligent about padding with enough zeroes... it could sort things oddly such as file01 .. .. .. file10 file100 file101 file11 file12 A date sort might work but if he modifies the file ...the dates will be changed as it

Re: Unusual CFCACHE Problem

2006-10-19 Thread Ben Koshy
For me both URLs produced the same output: This is a test of some simple output This page was generated at {ts '2006-10-19 14:37:19'} The value of URL.x = no URL parm passed - Original Message - From: Stephen Whiteley [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

Firefly / Data Connection Kit Weirdness

2003-08-02 Thread Ben Koshy
Hey All, I'm following along with Ben Forta's firefly example http://www.macromedia.com/devnet/mx/coldfusion/articles/data_conn.html I've gotten to the point where I'm displaying a recordset in the flash player properly. However, when I run the same via the webserver, I get nothing, just a

RE: I knew your name was Neo

2003-07-09 Thread Ben Koshy
Mahmut, While I also agree that your email was in bad taste...I do also have to agree with most things you said. I think most people on this list went through what you've gone through. I can't even count the number of posts to cf-talk that asked about the real-cache issue. We shouldn't have to

RE: I knew your name was Neo

2003-07-09 Thread Ben Koshy
I would just like to make sure that people know that Macromedia absolutely has been taking note, and with RedSky, you will see a huge improvement with respect to not just installation, but in many other areas, as well. Macromedia chose to spend a great deal of time and energy on RedSky,

RE: CFMX Form Submission Hacking.

2003-06-23 Thread Ben Koshy
Couldn't you also put in some referrer security that looks for the server's IP or hostname so people can't post it from other sites/servers? Personally I do the recalculate method... I'm willing to risk a change in price for the 2 minutes it takes someone to fill out a form. -Original

RE: CFMX Form Submission Hacking.

2003-06-23 Thread Ben Koshy
I agree with this. I run a artwork voting system on a very popular site and before I wasn't checking to see if the values of the votes (I would add up the scores and divide by the # of votes to get an average) were between 1-10 which was on the HTML form. Much to my surprise I found several

RE: Licensing Q

2003-06-05 Thread Ben Koshy
I would say no. They still sell CF5 Pro/Ent as a separate product at the Macromedia Store. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:14 PM To: CF-Talk Subject: Licensing Q Sorry if this has been asked before but, if you buy CFMX

RE: Hacking Client Variables?

2003-03-10 Thread Ben Koshy
Depending on how your application works, someone could go CFID/CFTOKEN searching trying to find a still active session and try to hijack that session. I've seen it done by accident. Moving your client variables to a 36bit UUID helps with this and what I've done is created a timeoutvariable just

RE: odbc error 01000 (General Warning)

2003-02-24 Thread Ben Koshy
I typically see this when Box A is having trouble or intermittent TCP/IP trouble communicating with Box B. Check for: A) Bad Cables B) Router/Switch misconfiguration C) Mismatched Duplexes on the Network Cards (to the Switch) D) Make sure one of the boxes isn't rebooting randomly often Some

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Ben Koshy
Not sure if Dave Watts beat me to this yet, but since he set me straight on this a few months back: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179Method=Full I'll return the favor. This has got to be the #1 asked question on this list. Macromedia should default the webserver for

RE: HTTPS

2003-02-22 Thread Ben Koshy
The Key is exchanged before the data transfer, so Tony's suggestion is technically correct and so is Bruces. However Bruce's suggestion, allows the user to see that the data he's submitting will be secured (although it's a false sense of security since the web developer could err and form post

RE: Old Version of CF $erver

2003-02-22 Thread Ben Koshy
Well, until I hear a plethora of OMG -- I installed Blue Dragon and all my Apps still work!, I'm holding judgement. And I won't sit on the sidelines either, I'll have a major app tested on BD today and send you my result/experience. -Original Message- From: Michael Pool [mailto:[EMAIL

RE: [OT] Resizable Flash Ad

2003-01-30 Thread Ben Koshy
I think most of those resizeable flash ads are done by placing the ad on a layer above the website. The actual flash ad is the full size, but then appears to shrink down to the smaller size when in fact it remains the same size. But the flash animation is transparent, the website on the lower

RE: Client Variables - Serious Problem

2003-01-30 Thread Ben Koshy
That is correct... The CF5.0 does tend to give out the same CFTOKENs/CFID pairs which cause a lot of security issues when you're relying soley on the CFTOKEN/CFID pair to be unique. There is an article on MM's site that tells you how to edit your registry to move your CFTOKENs to a 32 Bit

RE: Load Balancing: Disk Options?

2003-01-27 Thread Ben Koshy
That solution doesn't sound very clean, especially if one mapped drive is down and we have to trap catch errors when one disk is down. Then after the drives get out of sync, some sort of sychronization would have to be initiated, plus we would have to determine which drive is out of sync. I'd

Load Balancing: Disk Options?

2003-01-26 Thread Ben Koshy
Hey Guys, Just wondering if you can shed some advice on a couple load balancing issues. We're moving to a 3 Server Cluster running Cold Fusion 5.0 using a Foundry Server Iron XL. We've got the Load Balancing Part down and it works great. However, now we turn our attention to the Cold Fusion

RE: CFserver Timesout when uploading a 13mb file

2003-01-20 Thread Ben Koshy
Requesttimeout doesn't work with CFMX?!?!?! Forgive my ignorance...but if that's the case, I have lots of code to rewrite... :) ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Crystal Reports 9 / Reporting Options for CF5/MX?

2003-01-08 Thread Ben Koshy
Does anyone know if CR9 is compatible with CF5 or CFMX? I'm new to Crystal Reports...basically we are looking for a good reporting solution for Cold Fusion/SQL 2000 and naturally went after the big name. I'd like to keep the budget under $500 USD unless there some must-have feature/product out

CF5: Duplicate Client Variables CFTOKEN Solved

2002-11-06 Thread Ben Koshy
Hi All, I posted about this problem a couple months back where 2 of my extremely busy Cold Fusion Servers were swapping session client variables with each other and I was noticing duplicate CFID/CFTOKEN inserts into the client database when I trapped the errors with CFERROR. Digging through the

Multiple Actions with a Single Form?

2002-11-05 Thread Ben Koshy
Has anyone encountered a simple way to have multiple submit buttons that post different values of the same variable or action value? Here's my code form action=index.cfm method=post target=_blank td select name=customerorderid CFOUTPUT option value=#customerorderid##customerorderid#/option

RE: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Ben Koshy
We were able to leverage some COM components of IIS MS-DNS to do this... Some parts I believe we ended up calling some .asp scripts. If you look at the IIS HTML Administrator, I think that's where our CF guy got most of the idea how to do this. DNS has also similar COM extensibility...

Debugging a Runaway CF5 Server?

2002-10-31 Thread Ben Koshy
I've got a dedicated server running a fairly busy application and about once or twice a day, something is causing the Cold Fusion Server (Version 5) to max out at 100% for about 30 minutes and then settle back down again. While its maxxed out (P4 2Ghz Server), the server pages respond only after

RE: Debugging a Runaway CF5 Server?

2002-10-31 Thread Ben Koshy
Never mind the PCODE Errors, I've tracked them to a MM Article because of the CFERROR type=monitor tag I was using...but the rest is all valid... :D -Original Message- From: Ben Koshy [mailto:benlist;w3media.net] Sent: Thursday, October 31, 2002 1:15 AM To: CF-Talk Subject: Debugging

RE: Checkbox Value

2002-10-22 Thread Ben Koshy
You can't use an CFIF statement inside a CFINPUT Try this: cfif userinfo.worh EQ 1 cfinput type=checkbox name=worh value=1 checked cfelse cfinput type=checkbox name=worh value=1 /cfif Or switch to a normal input type= -Original Message- From: Jillian Carroll

CF5: Integrity Constraint Violation

2002-10-20 Thread Ben Koshy
I get this occassionly on a busy CF5 site: Diagnostics: ODBC Error Code = 23000 (Integrity constraint violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'CDATA' with unique index 'id1'. CDATA referring to the Table that stores Client Data in an

MX Installation: Wrong site being loaded occasionally

2002-10-18 Thread Ben Koshy
I have a site at: http://www.crackedpipe.com Which is on the same site as: http://www.gundam.com Gundam.Com, which was the first site on this newly installed CFMX test box, works fine. Crackedpipe.Com was installed afterwards, and it appears to work most of the time, but on every now and

RE: MX Installation: Client Variables Not Changing (Part 2!)

2002-10-18 Thread Ben Koshy
Thanks Dave, That resolved that issue! Now one last bug is holding me up again: Site: http://www.gundam.com Uses extensive use of client variables. However, after a client variable is set, I can't seem to update it. This is most evident when a user logs in and is unable to log out. My logout

RE: MX Installation: Client Variables Not Changing (Part 2!)

2002-10-18 Thread Ben Koshy
I made a mistake in test.cfm - client variables are still properly being set... The problem must lie in my code somewhere... -Original Message- From: Ben Koshy [mailto:benlist;w3media.net] Sent: Friday, October 18, 2002 2:25 PM To: CF-Talk Subject: RE: MX Installation: Client Variables

RE: [Dave Wilson]: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Ben Koshy
Dave, I had serious issues w/ installing Cold Fusion MX over an existing installation. Even after I had removed CFMX, the old version, deleted folders, removed registry keys (after CFMX just refused to work properly), I opted for a server re-format and fresh install of CFMX -- and it worked

Saving an Image Datatype in CF5

2002-10-07 Thread Ben Koshy
I've got JPEG images being saved right in the SQL 2000 Database as an Image Datatype... and I'm wondering how I get Cold Fusion to read this data and save it to a file? I tried a simple CFFILE action=write to write out that field but that didn't seem to work. I'm using CF5 btw.

RE: Saving an Image Datatype in CF5

2002-10-07 Thread Ben Koshy
it looks like the person is just storing the files directly in binary format in the SQL server. Sincerely, Ben. Ben Koshy Technical Manager W3 International Media Ltd. T.604.871.9899 ext.388 1.866.4.WEB.NOW 'Celebrating 5 years of Internet Service Excellence!' www.w3media.com 'Effective Web

RE: [OT] Server Optimization / hard drive space / virtual memory

2002-09-22 Thread Ben Koshy
I would definitely unassign your system drive as a virtual memory drive and use your other drive. As for settings: typcically minimum: 2x your physical ram, maximum: 4x your physical. -Original Message- From: Brook [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 11:29 AM

RE: Decrypt Problem

2002-09-21 Thread Ben Koshy
I had this problem too and abandoned the crypt/decrpyt function because there appeared to be certain instances when it couldn't revert encrypted text to its original form. I believe Kay Smoljak (sp?) has a more reliable crypto function http://developer.perthweb.com.au/ She might be able to shed

CF/Jrun asking for A: Drive Disk during Shutdown?

2002-09-11 Thread Ben Koshy
into A: drive! Any ideas? Ben Koshy Technical Manager W3 International Media Ltd. T.604.871.9899 ext.388 1.866.4.WEB.NOW 'Celebrating 5 years of Internet Service Excellence!' www.w3media.com 'Effective Web Now!' www.w3media.net 'Fast Reliable Hosting!' www.w3registry.com 'Simply Web Domains

RE: CF/Jrun asking for A: Drive Disk during Shutdown?

2002-09-11 Thread Ben Koshy
Yes, Sandbox security is enabled on that box and come to think of it the problem only appeared after that was enabled. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:07 AM To: CF-Talk Subject: RE: CF/Jrun asking for A: Drive Disk

RE: question for MM: CFMX sandboxing security holes?

2002-09-11 Thread Ben Koshy
As far as my research went, I could not figure out a way to use RDS w/ Sandboxing in CFMX. Care to shed some light on this? Or is your solution an out-of-CFMX solution? -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 8:09 AM To:

RE: Shrinking a SQL7 log file

2002-09-11 Thread Ben Koshy
I'm not sure if Sql7 is different but in Windows 2000: BACKUP LOG DATABASE_NAME_HERE WITH TRUNCATE_ONLY That should wipe your log file to the bare minimum. Before doing this though, fully backup your database (you don't have to backup the log) If you don't want the log file to continue to

RE: IIS/CF5 Help: Server Application Error

2002-08-25 Thread Ben Koshy
I've noticed this too, I can only set my CF Server to either Low or High... Medium (pooled) causes Server 500 Errors... anyone know why? -Original Message- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 3:35 AM To: CF-Talk Subject: RE: IIS/CF5 Help: Server

RE: Any Fusebox and CFMX issues?

2002-08-22 Thread Ben Koshy
Sean, When you're talking about scaling and large projects... what are you talking about specifically? Performance issues? Design Issues? What's defines a large project? Perhaps you could cite an example of a large project not built with FuseBox and speculate as to why it could not be done

CFMX CurrentRow?

2002-08-21 Thread Ben Koshy
Is anyone else having this problem: I normally use currentrow variable for various things which keeps track of the current database row a cfoutput or cfloop is working on ... oddly enough, the currentrow variable on my new CFMX machine is always set to 1. Any Ideas?

RE: Re[2]: Someone must know about this...

2002-08-19 Thread Ben Koshy
etc., but no luck. So I wiped the system again, installed all patches including SP3 (not .NET), installed CFMX and we were back in business. Sorry I don't have a more fix it solution... :) And I have yet to try NET with CFMX yet...but that's my next test. Ben Koshy Technical Manager http

RE: Is CFGRAPH Crap?

2001-12-10 Thread Ben Koshy
of this very generic graph, it appears to be impossible. Or I gave up to early. I'm sure someone could build a better graphing tool with DHTML or the Flash Connector Kit. Ben Koshy Technical Manager W3 International Media Ltd. www.w3media.net 'Web Hosting

Processing an HTTP Post (not form)

2001-11-01 Thread Ben Koshy
I have a java applet that posting some data to my cold fusion template. But I can't seem to access the data. It doesn't appear to be showing up in a FORM post, more of a raw-socket post as far as I can tell from the documentation. When I output the CGI structure seen by the webserver via the

Processing a RAW HTTP POST?

2001-10-28 Thread Ben Koshy
I have a java applet that posting some data to my cold fusion template. But I can't seem to access the data. It doesn't appear to be showing up in a form post, more of a raw-socket post as far as I can tell from the documentation. When I output the CGI structure seen by the webserver via the

HTTP 500 Errors

2001-09-07 Thread Ben Koshy
Recently, after a new install of Win 2K, patches etc. And Cold Fusion 5.0, I've been getting the odd Http 500 Server Error Message from IIS 5.0. And sometimes after 1 reload it goes away. Other times I can reload till I'm blue in the face, I have to restart the website that's affected. The

RE: Reference on Cold Fusion 5

2001-06-15 Thread Ben Koshy
If you download the eval and look at the Product Documentation they have What's New in Cold Fusion 5 in almost every section. General New Stuff New Functions New Tags Etc. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CFMail and Carriage Returns

2001-05-31 Thread Ben Koshy
You could add: cfset local.message = #Replace(local.message, chr(13), 'Br', 'ALL')# Alot of computers insert both the Carriage Return (13) and the New Line Character (10) to create a line break. Although why your CFMAIL is behaving that way is beyond me...

RE: Exclude the includes!

2001-05-31 Thread Ben Koshy
I use CFHTTP to request the file and then CFFILE to write the resulting static HTML to a file. cfhttp url=http://www.somedomain.com/DynamicCFMLPage.cfm; method=GET resolveurl=false cffile action=WRITE file=d:\www.webserveroot.com\StaticHTMLpage.html output=#CFHTTP.FileContent# addnewline=Yes

RE: problem looping around form fields and values

2001-05-24 Thread Ben Koshy
Hi Mark, Here you go: You have to first construct the exact the fully scoped variable name. You can see I added the CFSET Fname = Form. fname Line and then you use the evaluate function to return the actual value of the passed variable name. Corrected Code Attached:

RE: Count check boxes?

2001-05-23 Thread Ben Koshy
Hi Ann, I would do it like this: Name the checkbox fieldname the same for all 67 names. input type=checkbox name=IDList value=#UniqueID1# Then when posting the form just do a #ListLen(Form.IDList)# to get your count of checked boxes. ~~

RE: Activedit VS HTMLAREA

2001-05-23 Thread Ben Koshy
Umm...I currently use ezEdit which is free and the author at siteobjects.com just released Beta 2 of what is ezEdit 2.0 but renamed to soEditor. I believe both these products work with Netscape and IE as well but may not be as feature rich as HTMLAREA/ActiveEdit. Not positive on that one tho.