Re: reading AIF metadata?

2011-07-19 Thread Steve Logan
No, there's chunk data stored in the binary file - AIF has author, copyright, tempo and other details included in the data, as well as a chunk for ID3 info. That's the info I'll be needing to get at. What sort of metadata are you after? Looks like GetFileInfo might be what you're looking

reading AIF metadata?

2011-07-18 Thread Steve Logan
An RFP just got handed to me that involves uploading and storing AIF audio files, and reading and storing the metadata of those files. So far, Google has not come up with a lot of info on reading in the metadata of these files - especially in a Windows/CF environment. Any pointers on where I

optimizing CFIDE for cfform

2010-08-31 Thread Steve Logan
I'm becoming a little obsessed with that damn YSlow meter trying to wring some more performance out of our web server. My last hangup is the 20 javascript and CSS files that a having a simple cfform and cfwindow causes to load. Is there any tips for reducing that or are all 20 files really

cfform won't submit

2010-05-04 Thread Steve Logan
I must be missing something obvious here. I have a simple user enrollment form that submits fine on the first submit, but can't seem to be submitted a 2nd time. There is no submit once validation. For example, if I test it with a username that I know is in use, it quickly submits and

CF8 sessions being dropped all of a sudden

2010-04-28 Thread Steve Logan
We have an application that's been working fine for 9+ years now (started on CF5, now CF8.01). Yesterday we started to receive some comments from users that they weren't able to log in. I could log into their accounts fine, but they could not. They were using correct info (a failed login

Re: storing a cfinput inside of a variable

2010-04-09 Thread Steve Logan
Thanks to everyone who suggested passing it an attributeCollection - you learn something new each day (well, more than one thing reading this list!) To do what you want, provide dynamic parameters to the tag. Use the attributeCollection where you can define the attribuetes as a structure

storing a cfinput inside of a variable

2010-04-08 Thread Steve Logan
Is there anyway to use cfset or cfsavecontent to store a complete cfinput tag? i.e. cfset config.formFieldA = cfinput type=text name=fieldname value=// If I do a view source, I see it the code on my output page, but it won't render at all in the browser. If I try cfsavecontent it errors

Null Pointers are another name for undefined values

2009-12-16 Thread Steve Logan
I have a friend who came to me a while ago with a site that wanted to change hosts and have a new look and feel. He would handle the look and feel and I'd take care of the backend. Originally he wanted to rewrite from CF to ASP, but I told him keep it CF and I can do it a lot faster and

Re: Null Pointers are another name for undefined values

2009-12-16 Thread Steve Logan
Yes - removing the application.cfc file and just putting up a simple index.cfm file works fine. I have literally stripped everything out of the application.cfc file and except for onApplicationStart and onApplicationEnd. I also changed the cfscriptthis.name=myapp/cfscript to cfset THIS.name

Re: Null Pointers are another name for undefined values

2009-12-16 Thread Steve Logan
Application.cfm DOES work. Appserver: JRun4 ProductLevel: Enterprise ProductVersion: 7,0,1,116466 x86 Windows 2003 version 5.2 So why would Application.cfm work and not application.cfc on CF7? ... and you're sure that the hosting environment is CF7? does an Application.cfm work? can you

Re: Null Pointers are another name for undefined values

2009-12-16 Thread Steve Logan
Nope. Both CreateObject and cfinvoke both throw the same null pointer errors. Dammit! I can hear it now I KNEW we should have just rewritten it from scratch in ASP - which is EXACTLY what they're going to say even though the site ran fine for years on the old host (that was charging them

Re: Null Pointers are another name for undefined values

2009-12-16 Thread Steve Logan
I submitted a ticket but I don't have much hope for it. It took 7 days to get a simple DSN setup Might want to ping NSI and see if they can do anything for you. I had a shared host once that disabled createObject() by default, but upon request they would enable it for whatever sandbox

Re: cfinput=datefield display problems in IE7

2008-03-13 Thread Steve Logan
I was getting the same thing, so I played around a little bit with wrapping the cfinput in another div, and this seems to work in IE7 and FF2: div style=clear:both;position:relative;z-index:3;cfinput type../div div style=clear:both;position:relative;z-index:2;cfinput type../div div

RE: CFFTP - put file problems

2007-11-28 Thread Steve Logan
. I also successfully put a file using the command line ftp client. I'm beginning to think that it might be better to try getting the file using CF on the target server rather than putting the file from the source server. Steve Logan No virus found

CF8 Administrator help

2007-11-16 Thread Steve Logan
I was adding a class path to my Java and JVM settings page so I could register a new Java CFX tag this morning, and when I restarted the CF service, I now get errors on the Java and JVM settings page and the Settings Summary page. When I go to Java and JVM, I get: Element JDKPATH is undefined

http headers showing up in page

2007-10-18 Thread Steve Logan
I have an application that's been running fine for years (we're getting ready to upgrade from CF5 to CF8), but we just noticed something odd on one template. The template is a client detail page, so coming in to it we know the client's ID and all queries on this template are selects. At the

Re: CFFORM with flash format does not work in Internet Explorer ONLY

2007-08-14 Thread Steve Logan
Same thing here. Simple flash form works perfectly in Firefox, but doesn't display at all in IE7 (7.0.5730.11). Hi, I tried the given code on CF8 and IE version 7.0.5730.11. It works absolutely fine. Didnt find any issue at all. Thanks Regards, Jayesh Viradiya Adobe CF Team ONLY I'm

CF5 / W2K intermittent server stops

2006-02-11 Thread Steve Logan
Starting about a month ago, one of our CF5 / W2K servers would intermittently stop responding to requests. The server houses about 4 sites, 2 of which run off access dbs, and 2 run of MySQL 5 dbs (working on converting the other two). Session vars are stored in access dbs. Looking at the

Session.SESSIONID

2006-01-31 Thread Steve Logan
I was (maybe incorrectly) under the impression that if session management is enabled in cfapplication, then session.sessionid should be available for all users? What's happen is that it's being set inconsistently - sometimes it gets set, sometimes not - and I can't seem to figured out why. My

Re: free mail server preferences

2005-12-29 Thread Steve Logan
POP before SMTP is a way of authenticating an SMTP session. Basically, if the user can sucessfully POP mail from the server, the mail server would then let them send mail through it. Other methods of allowing mail relaying would typically be SMTP-Authentication (username password required

(SOT) reseller / developer CF hosting

2005-06-20 Thread Steve Logan
Has anyone used hostek.com for CF hosting? They seem to have really good pricing for resellers ($25 per month for the first 5 domains and then $5 per month for each additional domain). Or, is there a reliable CF hosting company that has good pricing (and a good security / reliability) that can

consultant wanted

2005-02-10 Thread Steve Logan
After 11 hours on the phone with Microsoft today, I'm giving up and reformatting one of my Windows servers tomorrow. Right now I have 4 CF5 servers running fine, but this W2K CFMX SQL server bugged out on us today and I'm at wits end with it. Basically, IIS refuses connections - even to

e-commerce and Endicia / Dazzle

2004-12-27 Thread Steve Logan
Is anyone aware of any CF shopping carts that have support for Endicia / Dazzle's XML capability to produce shipping lables? Normally I use CFWebStore for my e-commerce applications, but this client is insisting on support for the Endicia / Dazzle package. Before I go an look into writing

cfmx admin not loading

2004-12-15 Thread Steve Logan
CFMX 6.1, all updaters on Windows 2000 Server. Starting this morning, the CF Admin won't load. It prompts for login, and bring up the frames for the page, but the only content that actually loads is the tiny black nav menu in the very upper left. The lower left menu frame and the main content

CF5 Registry Errors

2004-12-13 Thread Steve Logan
Had 2 incidents on a CF5 / Windows 2000 server this morning that are making me real neverous. 1) Went to add a new CFX tag in the CFAdmin and got the following error message: Error Diagnostic Information Unable to set the registry key

error loading cfx dll

2004-11-18 Thread Steve Logan
I'm relatively new to CFMX 6.1 (though I do have a handfull of CF5 servers I'm in charge of). This one is CFMX 6.1 / Windows 2000 Advanced Server. Anyway, I've put a cfx tag (CFX_ResolveDNS.dll) in my C:\CFusionMX\CustomTags directory. I've registered it in CF Admin, but each time we try to

Re: error loading cfx dll

2004-11-18 Thread Steve Logan
Thanks Dave (and Lewis) for the suggestions. I ran depends.exe on it on the server and there didn't seem to be any missing or otherwise problematic dll files. Back to the drawing board.. Steve Anyway, I've put a cfx tag (CFX_ResolveDNS.dll) in my C:\CFusionMX\CustomTags directory.

searching .gz compressed files

2004-09-24 Thread Steve Logan
Does anyone know if the standard Verity server with CF 5 or 6.1 can catalog the contents of .gz files?I'm building a tool to archive all incomign and outgoing mail to a server and to offer a web based search tool that can be used to search through the arcived mail based on date ranges, and search

cfheader question

2004-09-18 Thread Steve Logan
On a site that I'm working on, there's a lot of MS Word documents available to download.Instead of letting IE open the document in a window, I have a download.cfm page that uses cfheader to force the document to download. Unfortunately, I can't figure out how to get the previous page that the

CFToken not being set

2004-09-09 Thread Steve Logan
I have two sites, running on two separate servers (both Windows 2000 / CF 5.0) where all of a sudden cftoken isn't being set for the clients. I can certainly use something else to generate a uniqueID but my question is why all of a sudden in 2 working apps on 2 servers is this problem coming up?

Looping problem

2004-08-25 Thread Steve Logan
I have a CF page written that gets called by the scheduler once every 15 minutes to look for e-mail in a POP mailbox, and if it meets criteria, distribute it to the list members.I've tested it out with no problems, and 3 list members had used it fine until yesterday afternoon.One list member sent

Re: Looping problem

2004-08-25 Thread Steve Logan
What do the query bnimailapp look like? Jim Louis it's the CFX_POP3 function - this gets the messages from the mail server - sender, to, subject, body, UID etc. CFX_POP3 SERVER=mail.server.name PORT=110 USERNAME=loginname PASSWORD=password ACTION="" NAME=bnimailapp [Todays Threads]

OT - SQL Server 2000

2004-08-23 Thread Steve Logan
Since this is going to be considered off topic for this list, it'd be best to reply to me off list unless this sparks an interesting discussion. I've kind of evolved in being the person who sets up the SQL servers for new users as part of my job.I've managed to muddle my way around and get

forcing a page reload

2004-08-10 Thread Steve Logan
I have a page that displays details about a document file on the system (word doc).The word doc has a status assigned to it (1-7) - such as uploaded, downloaded, live, deleted etc. There is a select pulldown on the details page that goes to the correct status. If you click on the resume

Re: bandwidth test

2004-04-08 Thread Steve Logan
There are some problems with what you're trying to accomplish here.In our SLAs for aDSL/sDSL that we give to our subscribers, speed is measured from the DSLAM in the telco CO to the end users router - at least this is where the speed guarantee is. Anything past the DSLAM and you're data is on the

nearby zip codes

2004-03-31 Thread Steve Logan
I read the thread a few weeks about about distance radius searching for US zip codes, but - what about doing neighboring zip codes.I have a client that seems to prefer the idea of seeing every zip code that is next to the one searched for.Is anyone aware of a db that can be purchased out there

CF / JavaScript question

2004-01-06 Thread Steve Logan
I was looking around for a code example of this and haven't been able to find one - it's definitely something that's been on my list of must learn - now it's a need to learn item. I have 2 tables in my db - one is partcategory and one is partsubcatetory. I have a CF snippet set to create a form

Classified Ads System

2003-07-24 Thread Steve Logan
Is anyone aware of a ready to be customized CF Classified Ads system. I need to compare a packaged solution vs. a 100% custom one for a meeting with a potential new client next week. Thanks. Steve _ Navpoint Internet 600 Bethlehem Pike Erdenheim, PA