Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
I've been looking for a CFX or CFC tag that can take in an audio file in various formats (the more the better) and convert to MP3. I've found some command-line tools that can do conversions and I've considered using CFEXECUTE to call that but I'm curious if anyone has some java code in a CFC

RE: storing query results while paging through

2006-01-23 Thread Burns, John D
Dave- When you say it differentiats by the actual SQL, does that include cfqueryparams? Or is the sql considered the same just with different params? I had some problems at one point and thought that might be the issue. I was just curious if you knew. John Burns Certified Advanced ColdFusion

RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
. ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 9:44 AM To: CF-Talk Subject: Audio conversion CFX tag, cfc, etc? I've been looking for a CFX or CFC tag that can take

RE: from 6 to 7

2006-01-23 Thread Burns, John D
As well as the question other have asked about which database are you using, I also wonder if this server sits in a different segment of the network than the previous one. If the server and the database are further removed, they could have network issues that are causing longer delays in the calls

RE: from 6 to 7

2006-01-23 Thread Burns, John D
one co-lo facility. You want to make sure they are not pulling your data from one datacenter to anothernot just different segments of their network. On 1/23/06, Burns, John D [EMAIL PROTECTED] wrote: As well as the question other have asked about which database are you using, I also wonder

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Burns, John D
I've been searching for this as well. As far as I've found so far, there are no CFX or CFC wrapper tags available. I have, however, found a few command-line tools that can convert videos from one format to another (including FLV). If you search google for command line video conversion flv you

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Burns, John D
Bobby- Is this accessible via command line or something? I can't find any info on that or any way that it could be called from CF. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Bobby Hartsfield [mailto:[EMAIL

RE: IIS Authentication

2006-01-20 Thread Burns, John D
Cgi.auth_user ? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 2:45 PM To: CF-Talk Subject: IIS Authentication I'm wondering if there is

RE: HELP! CFID Not Maintained

2005-12-29 Thread Burns, John D
Are you somehow clearing sessions? Or do you perhaps have multiple cfapplication tags maybe naming each application differently? As a last guess, you're not setting a variable called CFID yourself are you? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web

RE: writing/reading calendar data to/from MS Exchange

2005-12-29 Thread Burns, John D
I'm not sure what it would take now, but thought you may be interested in the recent topic questions by Ben Forta: http://www.forta.com/blog/index.cfm/2005/12/9/ColdFusion-Exchange-Integr ation I would assume that the way to do it now would be via LDAP or a CFX of some sort. John Burns

RE: CF 6/7 bug found. Site Wide Error/404 Handler

2005-12-22 Thread Burns, John D
Have you verified with anyone from MM that it is a bug and not a feature? Perhaps they did it for a reason. Just curious. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]

RE: Whats wrong with this friendly URL idea?

2005-12-21 Thread Burns, John D
I don't see anything wrong with the idea. I've done similar many times. The only question I would have is why you're using CFHTTP to grab the file. If it's on your server, you could do a cfinclude and it will drop it right in the page. I hope that helps. John Burns Certified Advanced ColdFusion

RE: Whats wrong with this friendly URL idea?

2005-12-21 Thread Burns, John D
Also, if you're concerned about the 404 thing, you could use a rewrite command to do it at the webserver level. Using regular expressions you can have the webserver return the correct content based on the url. If you're using apache, this is built in already. If you're using IIS, there are ISAPI

RE: Whats wrong with this friendly URL idea?

2005-12-21 Thread Burns, John D
- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 1:17 PM To: CF-Talk Subject: Re: Whats wrong with this friendly URL idea? On 12/21/05, Burns, John D [EMAIL PROTECTED] wrote: The only question I would have is why you're using CFHTTP to grab the file. If it's

RE: Whats wrong with this friendly URL idea?

2005-12-21 Thread Burns, John D
I have used Isapi Rewrite. It works well and is available at http://www.isapirewrite.com/ John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21,

RE: How to determine the name of a file upload

2005-12-12 Thread Burns, John D
PROTECTED] Sent: Mon 12/12/2005 9:38 AM To: CF-Talk Subject: RE: How to determine the name of a file upload From: Burns, John D [mailto:[EMAIL PROTECTED] I'm trying to build a sort of upload status display for large file uploads. I've seen some before and I know the subject has bounced around

RE: How to determine the name of a file upload

2005-12-12 Thread Burns, John D
a status bar type graphic for the user showing them how much has been uploaded. Any thoughts? From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Mon 12/12/2005 1:57 PM To: CF-Talk Subject: RE: How to determine the name of a file upload But the filename seems

RE: Stats Program

2005-12-12 Thread Burns, John D
I use weblog expert. It's pretty simple but does what I need. It was also pretty cheap. From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Mon 12/12/2005 3:20 PM To: CF-Talk Subject: Sot: Stats Program What's a good stats program (with the least

How to determine the name of a file upload

2005-12-11 Thread Burns, John D
I'm trying to build a sort of upload status display for large file uploads. I've seen some before and I know the subject has bounced around the list some in the past, however, I'm having trouble figuring out the name of the temp file that's being uploaded. I'm on CFMX 6.1 and the file name

RE: Accessing Active Directory from ColdFusion

2005-12-09 Thread Burns, John D
That has everything to do with the way your web server is set up. I'm assuming you're using IIS because that's the only way you can do that (afaik). It also only working with IE from what I've heard. You need to go into IIS and turn off anonymous authentication and turn on Integrated Windows

RE: scheduler

2005-12-08 Thread Burns, John D
I can't help with anything, but my guess would be that you would have a lastRun field in your table that would store a date/time as to when the last time it was run. If you really want to get fancy and complicated, you could make a lastAttempted and lastSuccessfullyCompleted. Then, have a field

RE: Using FileExists

2005-12-06 Thread Burns, John D
I'm pretty sure fileExists is a local function. You'd have to use it like FileExists(D:\websites\somewebaddress\PropertyImages\Adirectory\Another Directory\ImageFileName.jpg) If you want to check an image at a remote location, you'll need to try to use cfhttp and figure out what kind of page or

RE: For emergency only

2005-12-06 Thread Burns, John D
Nice, which cell phone are you using? I'd love to have that ability on mine! John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 2:08 PM To:

RE: Bar Code Scanners ColdFusion

2005-12-01 Thread Burns, John D
This has been asked multiple times on the list. You can search the archives for details. Short answer is that all the barcode reader will do is fill in a textbox just like a keyboard can. Your app functions the same, it just saves the user from having to type a barcode. They just focus on the

REPOST: Crazy CF Mail Spooler problem - HELP!

2005-11-28 Thread Burns, John D
I'm guessing that a lot of people were out for the Thanksgiving holiday so I'm reposting this hoping to get some help. Thanks! John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED

RE: REPOST: Crazy CF Mail Spooler problem - HELP!

2005-11-28 Thread Burns, John D
-Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 6:14 AM To: CF-Talk Subject: REPOST: Crazy CF Mail Spooler problem - HELP! I'm guessing that a lot of people were out for the Thanksgiving holiday so I'm reposting this hoping to get some

RE: REPOST: Crazy CF Mail Spooler problem - HELP!

2005-11-28 Thread Burns, John D
My mistake, it is a cfloop, not a cfoutput. I wasn't thinking when I typed. We did pull up some of the cfmail files and all appeared to be fine in there. The way I found out what I did was by pulling up the mailsent log file to see who the message had gone out to. As far as I could tell the

RE: REPOST: Crazy CF Mail Spooler problem - HELP!

2005-11-28 Thread Burns, John D
The weird thing is that CF did delete the first .cfmail file each time through. This is on a unix server so I will have to check it with the admin on the box to see if something like that is happening. The weird thing is that we sent out the same email with only 1 attachment (instead of 3) which

RE: REPOST: Crazy CF Mail Spooler problem - HELP!

2005-11-28 Thread Burns, John D
What kind of value do you normally set for that? Again, I'll have to check with the admin of the box as we don't have control of the cf administrator or the box itself. Just filesystem access. It's a government box located on a navy base. John Burns Certified Advanced ColdFusion MX Developer

RE: globally clear an application variable

2005-11-25 Thread Burns, John D
I've seen some code floating around where you can query a list of all of the applications on your server. You could run that, loop over the values and set/clear the variable in question. Within your loop, just use cfapplication to set the name of the application you're wanting to work with and

Crazy CF Mail Spooler problem - HELP!

2005-11-25 Thread Burns, John D
Ok, this is a weird one. I'm hoping it's a bug or someone can explain the reasoning behind it. We have a CF7 Enterprise installation on a UNIX box and we just sent out an email to all of the users of our site. The email had an 3 attachments (totaling about 150k) and went out to about 4,000

RE: virtual directory vs coldfusion mapping

2005-11-21 Thread Burns, John D
CF will use the mappings, not the virtual directories, if I'm not mistaken. CF basically doesn't know anything about your webserver, so virtual directories mean nothing to CF. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original

Generate PPT slides from CF

2005-11-09 Thread Burns, John D
I'm trying to generate PPT slides from CF and I'm running into some difficulty. I've got some reports that users can run whenever they're like and the display in HTML by default. On one report, we put a Powerpoint button that spits out the same HTML and just specifies the filename as .ppt and

RE: SESSION or not to SESSION

2005-11-09 Thread Burns, John D
It may help if someone can answer this question: How much memory does it really take to store a single session. How much can you store in the single session to know you're safe with this sort of issue? Anyone have any numbers for this sort of thing? Obviously, each application is different, but

RE: Generate PPT slides from CF

2005-11-09 Thread Burns, John D
. | Web Developer -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 10:43 AM To: CF-Talk Subject: Re: Generate PPT slides from CF On 11/9/05, Burns, John D [EMAIL PROTECTED] wrote: I'm trying to generate PPT slides from CF

RE: (Admin) Report help

2005-11-09 Thread Burns, John D
Are you just talking about something like a log analyzer? Wouldn't it be better to use something other than CF for that? There are lots of other software pieces out there to do that. I looked into doing it before but to read the file line by line and do database operations just seems extremely

RE: Oracle drivers (was: RE: [SPAM : 8.1] Re: Rumors from Max..)

2005-11-08 Thread Burns, John D
The reason I ask is that we currently do some development for sites that use Oracle and are hosted on navy bases. We currently have a copy of CFMX 6 Enterprise just for that purpose. We're upgrading to 7 and I'm curious if we'd need to keep Enterprise or if we could use Standard and the Oracle

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

2005-11-07 Thread Burns, John D
Wouldn't you also need CF Enterprise to connect to the oracle database? I can't remember, but I thought someone told me that before. I only use CF Standard. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dave

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

2005-11-07 Thread Burns, John D
*n*x guys can't use access from my understanding. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Saturday, November 05, 2005 11:49 AM To: CF-Talk Subject: Re: [SPAM

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

2005-11-07 Thread Burns, John D
Oh, cool. Is there a big difference in the drivers? I'm assuming the DataDirect drivers work better but I'm guessing I could be wrong too? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dave Watts [mailto:[EMAIL

PERL form email with attachment?

2005-11-07 Thread Burns, John D
I'm trying to come up with a little comparison thing of languages and how you would write some simple tasks to compare different programming languages. I want them to be accurate so that if someone looks at it and knows what they're doing I don't look like a moron. My current task is a script that

RE: CFInput Validate

2005-10-27 Thread Burns, John D
Not sure with MX7, but just a thought... If this is HTML output you're talking about and not flash forms, make sure that your site has access to the /CFIDE directory so it can access the javascript that it needs. If /CFIDE is not in your root, you can copy the files there yourself (probably not

RE: Cold Fusion Page Execution Times

2005-10-12 Thread Burns, John D
I was wondering the same thing. This could have a lot to do with loading the assets and images. It also might make a big difference on browsers. I know that IE usually shows you the layout of the page and loads the graphics within that. Many time I have seen people using netscape and it keeps the

RE: Body too long: RE: Cold Fusion Page Execution Times

2005-10-12 Thread Burns, John D
I was wondering the same thing. This could have a lot to do with loading the assets and images. It also might make a big difference on browsers. I know that IE usually shows you the layout of the page and loads the graphics within that. Many time I have seen people using netscape and it keeps the

RE: A Curious little bug in my CF Admin...

2005-10-12 Thread Burns, John D
You could go directly into the XML file and delete the datasource that way. Perhaps while you're in there you'd see the issue. [CFMX PATH]\lib\neo-query.xml Try doing a find for your datasource name. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

RE: FTP Server

2005-10-11 Thread Burns, John D
Matt- I had the same issue one time. I allowed anonymous to do everything (except execute) and someone hacked in and created a bunch of folders that I couldn't get rid of. That was just stupidity on my part. Other than that, Serv-U FTP seems pretty good. I'd really like to be able to afford and

RE: Admin Management

2005-10-11 Thread Burns, John D
Justin, Depending on your needs and hosting situation you can do this a number of different ways. For instance, we host all of our clients in-house and can build a single CMS that we can integrate multiple sites into. If you don't have that luxury the key concept is to ensure that your code is

RE: CF Administrator and debugging IP settings

2005-10-11 Thread Burns, John D
I know this is a pretty simple thing, but it's worth mentioning that there is also an Add Current button in the CF Administrator for adding the IP of the current machine you're on. That saves typoes and having to look up your current IP. Also, this ensures that if you're behind a firewall and

RE: Admin Management

2005-10-11 Thread Burns, John D
I've seen people do the same with components. Especially for generic form entering and processing. Seems to save a good amount of time with formatting and such. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From:

RE: CFM : postcard, ecard

2005-10-07 Thread Burns, John D
It depends on what you want the ecard to do. It sounds simple enough that you can just write it yourself. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: cfgaill alex [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: image manipulation in coldfusion?

2005-10-05 Thread Burns, John D
If there a difference in quality or control in the personal version vs. the full version? Or just the license? I'm only looking at using this for a personal site right now but may expand it later. Is there a way to upgrade the license to the full version or would I just have to buy from scratch?

RE: image manipulation in coldfusion?

2005-10-05 Thread Burns, John D
Bryan, How is the quality on the resizes for that? I've used some java stuff like that before and had issues with the quality. Things seemed to come out a little distorted. From what I can see in the component, it doesn't seem like there's any kind of argument for the quality. Let me know if

RE: image manipulation in coldfusion?

2005-10-05 Thread Burns, John D
Bryan, How is the quality on the resizes for that? I've used some java stuff like that before and had issues with the quality. Things seemed to come out a little distorted. From what I can see in the component, it doesn't seem like there's any kind of argument for the quality. Let me know if

RE: Why doesn't this query return more than 1 record?

2005-10-03 Thread Burns, John D
To answer your question about cfqueryparam...from what I heard last year at MAX, using cfqueryparam not only protects you from url/form manipulation, but it also increases performance. When the query is first passed, a query map is laid out so the DB knows what it's going to have to do. When you

RE: SQL Server 2000 Full-text search issues

2005-10-02 Thread Burns, John D
no results. If I find a solution I'll post it here. IF! Martin Parry http://www.beetrootstreet.com -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 30 September 2005 16:22 To: CF-Talk Subject: SOT: SQL Server 2000 Full-text search issues I have a development CF server

RE: SQL Server 2000 Full-text search issues

2005-10-02 Thread Burns, John D
Martin, That's the weird thing with ours. I assumed the same thing that it was the install. So, we scheduled down time for the production box, uninstalled SQL 2000 and rebooted. Then, reinstalled SQL 2000, rebooted, installed SP4, rebooted and got the same results. John

SOT: SQL Server 2000 Full-text search issues

2005-09-30 Thread Burns, John D
I have a development CF server (Windows 2003 Server, SQL Server 2000 SP4, CFMX 6.1) on which I have a database that has full-text enabled on a table. When I run a query against the full-text index, it returns 31 rows. I have 2 production servers. 1 production CF Server (Windows 2003 Server,

RE: CF Web Based Keyboard

2005-09-29 Thread Burns, John D
I haven't done it but you could do it very easily using javascript. Just make a table layout with your keyboard the way you want it to look. Then you have to figure out how IE will recognize the tap from the touch screen. It'll probably see it as a click so you could do something where you add an

RE: CF Web Based Keyboard

2005-09-29 Thread Burns, John D
I would assume that if he's using a touch screen, the user should be able to move fields by tapping the next field. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent:

SQL row select?

2005-09-28 Thread Burns, John D
Ok, I feel like this should be something simple but my brain just isn't working this morning. Besides using CFOUTPUT with the startrow and maxrows attributes, is there a way in my SQL itself to specify that I want it to grab 50 rows starting at the 200th row. I'm trying to make a paged approach to

RE: SQL row select?

2005-09-28 Thread Burns, John D
select? The syntax is different for each DB, but if I remember correctly -- MS SQL uses the TOP keyword. SELECT TOP(50) * FROM TABLENAME WHERE BLAH=BLAH Burns, John D wrote: Ok, I feel like this should be something simple but my brain just isn't working this morning. Besides using CFOUTPUT

RE: SQL row select?

2005-09-28 Thread Burns, John D
Sure it works nicely, but if you have 1000 users pulling millions of rows each, that's going to put a large load on your server that really doesn't need to be there, not to mention network traffic if the DB server and CF server are separate. That's what I'm trying to avoid. John Burns

RE: SQL row select?

2005-09-28 Thread Burns, John D
Sure it works nicely, but if you have 1000 users pulling millions of rows each, that's going to put a large load on your server that really doesn't need to be there, not to mention network traffic if the DB server and CF server are separate. That's what I'm trying to avoid. John Burns

RE: find identical records

2005-09-26 Thread Burns, John D
You can also do Select serialnumber From inventory Where serialnumber not in(select distinct serialnumber from inventory) I may have the syntax a little wrong, but look up the IN() syntax and do a subquery. Basically grabs a distinct listing of serial numbers and then grabs all rows that are not

RE: iseries as400 question

2005-09-26 Thread Burns, John D
I've used it in the past but can't remember the specifics. Sorry. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 11:50 AM To: CF-Talk

RE: find identical records

2005-09-26 Thread Burns, John D
Ahh, good point. I know I've done this before and I did something along the lines of grabbing the IDs in the subquery for all distinct serialnumbers and then in the outer query grab the serial numbers whose ids don't match the id list from the subquery. If someone wants to use that logic, they

RE: Credit card storage

2005-09-22 Thread Burns, John D
I have a similar situation with a project I'm working on but it would required me breaking some of the suggestions posted. The project I'm working on is a membership site in which members can be doing multiple transactions within a weeks time. We wanted to allow users to have their CC info stored

RE: Credit card storage

2005-09-22 Thread Burns, John D
are protected from liability... --Ferg Burns, John D wrote: I have a similar situation with a project I'm working on but it would required me breaking some of the suggestions posted. The project I'm working on is a membership site in which members can be doing multiple transactions within

State/Country listings

2005-09-22 Thread Burns, John D
Anyone know of a good and free table/database of official state/province/territory names and abbreviations as well as official country names and abbreviations? I've been looking at USPS but haven't had a whole lot of luck and Google hasn't revealed much with the searches I've put in. John Burns

SOT: Mod_Rewrite from iismods.com using regex

2005-09-20 Thread Burns, John D
I was wondering if anyone else is using this to do url rewriting. I'm having a regex problem and would like to see if anyone can help me but I'd like to take it off list since it's not directly CF related. Anyone who's good at regex or has experience with Mod_Rewrite and would be willing to offer

RE: keeping servers synchronized

2005-08-31 Thread Burns, John D
This is a good point, but another thing to consider besides the software is also hardware. If you have the ability to connect the machines using gigabit ethernet cards, that could also substantially help the transfer rates if you are going to have a lot of data moving. Just a suggestion to keep in

RE: [SOT] Finding which files in a site aren't used anymore

2005-08-31 Thread Burns, John D
What about file a being called directly? I'm guessing you're using fusebox or something like it, but I would think you'd need to compare your file list of stuff you're planning to delete against web logs for the site for the past few months to ensure that the file isn't being called directly. I

RE: CFHTTP

2005-08-29 Thread Burns, John D
Is the https site using a self-signed certificate or one from a less-than-perfect certificate authority? I'm thinking I remember seeing something where if it's not a trusted authority it won't work. Not sure if that's related or not but I figured I'd throw it out there. John Burns Certified

More CFC Best Practice questions

2005-08-29 Thread Burns, John D
I'm getting ready to start a new app and there are some things I've learned from other apps that I'm going to implement into this app as far as CFCs go. I saw the thread concerning the THIS scope which helped to get some different people's takes on its use. I was wondering if anyone else would

RE: More CFC Best Practice questions

2005-08-29 Thread Burns, John D
scoping. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 1:53 PM To: CF-Talk Subject: Re: More CFC Best Practice questions On 8/29/05, Burns, John

RE: IIS 6 VS Apache

2005-08-24 Thread Burns, John D
I would say IIS because I'm more familiar with Windows UI and such. People will swear IIS stinks and Apache rules, but for sheer usability purposes, unless you've done a lot of work in Apache, I'd say IIS is easier to administer. John Burns Certified Advanced ColdFusion MX Developer Wyle

RE: Control USB Camera through COLDFUSION

2005-08-22 Thread Burns, John D
Depending on your requirements flash and flash communication server could be your best bet. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: ekcien [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 12:02 AM

RE: bg myspace

2005-08-16 Thread Burns, John D
Mike, If people are discussing New Atlanta and BD, could we keep it on the CF-Talk list. I'd be anxious to hear impressions on the company since it is CF related and could influence the decision to use New Atlanta products. Obviously, if we're just arguing about what technology MySpace uses then

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
I don't understand why so many people go looking for free scripts and stuff in CF. If CF is touted as a rapid development language, doesn't that mean you should be able to write it yourself? I hear comments all the time that come across as people being lazy or people being cheap, but you never

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
I don't understand why so many people go looking for free scripts and stuff in CF. If CF is touted as a rapid development language, doesn't that mean you should be able to write it yourself? I hear comments all the time that come across as people being lazy or people being cheap, but you never

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
Yep, not slammin' you Will. Many people may like them, I just don't think they're all that great. I definitely think they're better than what they could be, but they seem to me like a developer made them as opposed to a designer. I guess most people in the community are developers and will like

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
Haha :-) I hardly wore any Mustang stuff to work at Hopkins. Now, the decorations on my desk and wall are a different story, but what can I say? That brings up a good point. Will- if you make a CF shirt that incorporates a 1967 Convertible Mustang or the Mustang logo I'll buy one :-) John

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
Ferg- Good point. I guess my telling people to quit complaining was my version of complaining :-) I just get tired of hearing people spend all their time worrying about the CF community or what we don't have rather than just doing their job and working on making things the way they want. John

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
That would be great! :-) John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 9:52 AM To: CF-Talk Subject: RE: Studio 8 announced Sell baseball

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
Michael- Yeah, I'd have to agree. I was just thinking that as I posted my last reply. I have CF-Community though (please no one blast me for this) I just wish there was a forum for general Cf-talk questions as well as a little bit of off topic every once in a while. I don't particularly care to

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
Charlie, Amen! While I don't spend most of my money on noble things like children since I don't have them yet, I do have a wife (and yes she takes a lot of my money) and I have hobbies, interests and give money to charity. I don't make $45/hour either, though I wish I did. If I made that much,

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
I think at that point, it gets to be too many lists is the problem. I think the current lists could just be re-structured to house the right stuff. The problem is that no one will want to rejoin and go through all that stuff to get on the appropriate lists. I don't know, maybe I'm wrong and it'd

RE: Add additional rows

2005-08-12 Thread Burns, John D
You could do a pop-up window that handles adding a row to the database and then uses javascript to update a multiple select list with the new option that was added. It's a bit cumbersome, but if you don't know the limits of how many you want to add at a time, that's probably easiest. John Burns

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
-Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 14:34 To: CF-Talk Subject: RE: Studio 8 announced I don't understand why so many people go looking for free scripts and stuff in CF. If CF is touted as a rapid development language, doesn't that mean you

RE: Add additional rows

2005-08-12 Thread Burns, John D
I think she wants to add to the dropdown list, but then on submission, if it's a new item, it should also get entered into the database so that it's in the dropdown list from then on. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original

RE: URL question

2005-08-09 Thread Burns, John D
You may want to check to make sure that index.cfm is set up as a default document on the site. For the first two examples, it uses the default document since you didn't specify one and handles the rest as URL variables. My guess would be that you need to set that up in IIS for that website on

SOT: CFMAIL reverse DNS question

2005-08-09 Thread Burns, John D
This question is more about servers that receive mail from a cfmail tag than it is about actually generating mail using cfmail. I figured someone here may know the answer. I know many mail servers now do reverse DNS lookups to make sure the mail server connecting is actually who it says it is

Generate PPT slides on the fly?

2005-08-04 Thread Burns, John D
Anyone have any experience with generating PPT slides on the fly using CFMX or some CFX tag? We have a report that we allow users to export from a web app into Excel and they've asked if we could make it so that the report could be exported directly to a PPT slide. I know we could generate an

RE: Bringing family to MAX?

2005-08-04 Thread Burns, John D
Just one wife? Why not bring all of them? Oh wait, it's not in Utah this year... :-) John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:43

RE: create short URL???

2005-08-04 Thread Burns, John D
Barney, You know of any mod_rewrite stuff for IIS? I'd be interested to know if I could do that sort of thing in IIS, hopefully for free. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Barney Boisvert

RE: create short URL???

2005-08-04 Thread Burns, John D
, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 3:45 PM To: CF-Talk Subject: RE: create short URL??? Barney, You know of any mod_rewrite stuff for IIS? I'd be interested to know if I could do that sort of thing in IIS, hopefully for free. John Burns Certified Advanced ColdFusion

RE: Bringing family to MAX?

2005-08-04 Thread Burns, John D
My bad. I appreciate you bringing that up. If you knew me you'd know I make fun of everyone equally, including myself and my beliefs. I do realize, however, that on a list it's tough to know intentions and there are all kinds of audiences listening. My apologies to any who were offended. John

RE: assuring mail was sent?

2005-07-21 Thread Burns, John D
Without getting some sort of access to the logs or the mail folders (spool and undeliverable) there's no real way to check. I never really got that far when I was on shared hosting so the issue never came up, but now I have a dedicated box so I do some checks. The only suggestion I'd have is to

Storing and retrieving images from SQL Server 2000

2005-07-12 Thread Burns, John D
I've looked in the archives and can't find a good answer to this. I know I've done it in the past, I just can't remember how and my brain hurts so i figured i'd ask the list. I have no say about storing the images in the DB and that decision is already made, so I just need help putting them in

RE: Storing and retrieving images from SQL Server 2000

2005-07-12 Thread Burns, John D
It's not my call. It's been decided further up and I've already fought my battle and told to shut up and just do it. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED]

<    1   2   3   4   5   6   7   8   9   >