RE: Limiting RSS Records

2009-03-20 Thread Burns, John D
Just change you loop to loop from 1 to your page limit instead of #item_length#. Then you'd have to handle the paging though. -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Friday, March 20, 2009 12:04 PM To: cf-talk Subject: Limiting RSS Records I am

RE: Googlebot got me good last night...

2009-02-23 Thread Burns, John D
I see you got a bunch of answers already and hopefully have solved your problem. However, I wanted to share with everyone a problem we had. We had a site that appended CFID and CFTOKEN on an older site that was using CF5 or 6 (I honestly can't remember at this point). A user had the google

RE: SmarterStats API

2008-12-11 Thread Burns, John D
Try cfdump var=#getinfo# -Original Message- From: Jeff Becker [mailto:jpbec...@yahoo.com] Sent: Thursday, December 11, 2008 4:12 PM To: cf-talk Subject: SmarterStats API Hello everyone, I am having trouble with the SmarterStats API and utilizing ColdFusion to gather stats. I have

RE: LDAP Query Performance question

2008-11-03 Thread Burns, John D
Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 12:03 PM To: cf-talk Subject: RE: LDAP Query Performance question It's just a nightly task but it may have 300-400 results each time it runs. I don't think it'll bring down the house or anything it just brought

RE: LDAP Query Performance question

2008-11-03 Thread Burns, John D
-Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 9:19 AM To: cf-talk Subject: RE: LDAP Query Performance question Mike- When you do this is this a loop that runs 5500 queries or 1 query that updates 5500 records? Just curious what the impact

LDAP Query Performance question

2008-10-31 Thread Burns, John D
I have a query of a SQL table that returns to me a bunch of usernames. From that, I need to query some information out of Active Directory for each user. Right now I have it looping over each row in the result from the SQL query and doing a separate LDAP query to the AD. This just doesn't seem

RE: LDAP Query Performance question

2008-10-31 Thread Burns, John D
: Friday, October 31, 2008 12:51 PM To: cf-talk Subject: Re: LDAP Query Performance question On Friday 31 Oct 2008, Burns, John D wrote: I have a query of a SQL table that returns to me a bunch of usernames. From that, I need to query some information out of Active Directory for each user. Right now I

RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
How exactly do you record this? Is it a cookie that's set or do you need a network traffic sniffer to pick up whatever header is being passed? How often do the tokens or whatever is passed get changed? I'm assuming each time you login there's something that gets set? -Original Message-

RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
:35 PM, Burns, John D [EMAIL PROTECTED] wrote: How exactly do you record this? Is it a cookie that's set or do you need a network traffic sniffer to pick up whatever header is being passed? How often do the tokens or whatever is passed get changed? I'm assuming each time you login there's

SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Burns, John D
We're having some serious trouble with an internal website that uses IIS pass-through authentication that logs you in automatically based on the user you're logged into your computer as. The problem is, I can't find any load testing apps that will test a site with that type of login. My thinking

RE: Anything wrong with this code?

2008-06-05 Thread Burns, John D
Just a quick glance but could you do something like: Insert into properties(mls_number) Values(select mls_number from table where whatever) I think that's the syntac but you may not need the values piece. I can't remember off hand but I've done combined insert/select statements like that before

RE: Get length of .WAV file

2008-06-02 Thread Burns, John D
You may look out there at some java classes and see if you can find something that can read the attributes of the wav file or even load the whole wav into memory and then pull the length or something. I don't know of any specific classes that do it for wav but I know I've used some for mp3s and

LDAP Query for group members

2008-02-22 Thread Burns, John D
I'm trying to find out if there's a simpler way to do this than what I'm doing. Currently, I'm querying a group from LDAP and retrieving the attribute called Member which gives me this ugly result set of one record with all of these domain users' distinguished names instead of just the AD

RE: LDAP Query for group members

2008-02-22 Thread Burns, John D
-Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 9:30 AM To: CF-Talk Subject: LDAP Query for group members I'm trying to find out if there's a simpler way to do this than what I'm doing. Currently, I'm querying a group from LDAP and retrieving

RE: LDAP Query for group members

2008-02-22 Thread Burns, John D
AWESOME! Thank you so much for the help. Is it as simple to add users to the group using the same method? Did you come up with this on your own or find this info somewhere? Any other tips of things I can look out for as I'm working with CFLDAP? John -Original Message- From: Dawson,

RE: Adding password security to a pdf upload on the fly

2007-05-15 Thread Burns, John D
: Monday, May 14, 2007 1:28 PM To: CF-Talk Subject: RE: Adding password security to a pdf upload on the fly I've passworded the DOWNLOAD of the file. Is that what you mean? -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 1:03 PM To: CF-Talk Subject

Adding password security to a pdf upload on the fly

2007-05-14 Thread Burns, John D
Anyone ever mess with receiving PDF uploads from users and having CF automatically password protect the PDF so that anyone downloading them would need the password to be able to view them? I don't need to be able to make any other adjustments to the PDFs and for the most part the password will be

CFDocument image issue

2007-03-27 Thread Burns, John D
I've been looking around at various answers online for this issue where the X shows up in the PDF generated using CFDOCUMENT when referencing an image. I've tried all of the fixes and I'm still having the issue. I'm wondering if anyone has any more things to try. I've attempted to call the URL of

RE: CFDocument image issue

2007-03-27 Thread Burns, John D
I'm not using tbody or any odd tags. All I'm using is tabletrthtd and the respective closing tags. My image call is using a full url. Here's info if you guys wanna test: http://www.smafl.com/admin/schedule.cfm?teamid=26 (this is the page generating the pdf) The image reference is to

RE: CFDocument image issue

2007-03-27 Thread Burns, John D
Jochem- That worked using your file prefix and the file system path. Any ideas on how to troubleshoot why CF is having issues with the HTTP call? Right now all my images are on my server but I may run into an instance where that's not the case. I appreciate the help! John

RE: CFDocument image issue

2007-03-27 Thread Burns, John D
Yeah, and per earlier emails, others have had issues with relative URLs and cfdocument. That's why I tried it that way. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 11:26 AM To: CF-Talk Subject: RE: CFDocument image issue Have you

WYSIWYG File/Image managers

2007-02-08 Thread Burns, John D
Hey everyone. I've used FCKEditor quite a bit but I had some problems from time to time with the file/image manager in it with CF. Do TinyMCE or any of the other editors have a better CF file/image manager? I am working on a project and need a very basic WYSIWYG editor to allow

RE: WYSIWYG File/Image managers

2007-02-08 Thread Burns, John D
, 2007 10:17 AM To: CF-Talk Subject: RE: WYSIWYG File/Image managers Rick Root's CFFM integrates quite well with CFKEditor I believe. http://www.opensourcecf.com/ andy -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 9:11 AM To: CF-Talk

RE: webcam software

2006-12-19 Thread Burns, John D
PySoft has a product called Active Webcam that I've used and it works well. Supports multiple cams including Ethernet cams and directly connected cams. www.pysoft.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 10:34 AM To:

RE: Certification

2006-12-15 Thread Burns, John D
I strongly agree. The one other thing to point out is that it's just like college degrees and even high school diplomas. In reality, they're really not that hard to get. They don't mean you're really all that smart because I've seen plenty of morons with Masters degrees and even PhDs but it's the

Convert PDF to HTML

2006-11-09 Thread Burns, John D
Anyone know of a good reliable software to convert fairly large PDF documents to HTML? We have tried one or two but the one keeps crashing the machines it's being run on (via the gui) because it fills up the memory and dies. We had to run it on a desktop with 2GB of RAM so it wouldn't crash. The

RE: CF Print coupon one time - STUMPER

2006-11-09 Thread Burns, John D
Well, this solution wouldn't work for extremely smart people, but if you look into CSS you'll see that you have some options for media types. One type is screen and one is print (I think). You could have a div on the page that shows up blank on the screen and has a background image (the coupon)

RE: CF Print coupon one time - STUMPER

2006-11-09 Thread Burns, John D
You could make people enter their mailing address and physically send them just one :-) -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 1:38 PM To: CF-Talk Subject: Re: CF Print coupon one time - STUMPER Great

RE: CF Print coupon one time - STUMPER

2006-11-09 Thread Burns, John D
I'm not 100% sure but would a Java Applet allow the same sort of functionality, just cross browser? John -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 1:48 PM To: CF-Talk Subject: Re: CF Print coupon one time -

CFCONTENT and CFHEADER to download a file on CF 5

2006-08-18 Thread Burns, John D
I've got a .mht (multipart html) that I generated from powerpoint. My end result is to be able to fill in pieces of a powerpoint slide on the fly with CF to generate the appropriate .mht file to a user. However, if I pass it to the user as an .mht, it tries to open in the browser. I added a

RE: Select * in a view needs recompiled

2006-08-16 Thread Burns, John D
Your problem is that your SQL server basically stores a query map of the original query. Even though you pass it * when it actually runs the query it has to map out which queries that actually is. The next time you call it, it runs based on the last map. It's usually a good practice to stay away

RE: Select * in a view needs recompiled

2006-08-16 Thread Burns, John D
As far as I know, there is no such setting. I believe that's part of what makes SQL perform quickly. If you turned that off it would have to recompile the query every time and that may add up. It's a common problem that people complain about but I don't think there's really a way to fix it. Again,

RE: CF position in Greenville, SC

2006-07-27 Thread Burns, John D
I believe this belongs on the CF Jobs list. Speaking of which, I have a job offer to post but was curious how many people are on the CF Jobs list. If Mike or anyone else knows please let me know. John -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, July

RE: Programmically ending a CF application?

2006-07-25 Thread Burns, John D
I think setting your application timeout to 0 is the best. You don't have to do it programmatically through the cfapplication you have in your application.cfm. You could have a endApplication.cfm that simply has a cfapplication tag in it with the timeout set to 0 and that will timeout the app.

OT: SQL Server Product Key Version Lookup?

2006-07-24 Thread Burns, John D
Anyone know if there is a way to take a given product key and do a lookup to find out what version of SQL server it is licensed for? I have a client who has their key but no documentation or licensing information. I figure it's a long shot, but let me know if you know of something. Thanks.

RE: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Burns, John D
I have kind of a stupid question. Are people using these VM servers for production use? I've heard of people buying one top of the line piece of hardware and run multiple production servers on it using VM. This just scares me because it seems like one more point of possible failure, possible

RE: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Burns, John D
What about licensing? Are OS licenses based solely on physical processors and such or would you need a separate license for each instance of the OS that you have installed on the server? John -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Friday, July 14,

RE: sms msg and euent gateways

2006-07-12 Thread Burns, John D
Sprint: [EMAIL PROTECTED] At least that's what it has been to this point. I came over as legacy sprint so I'm not sure if Nextel is something different or if they're going to move everything to one domain or what in the future. John Burns -Original Message- From: Josh Nathanson

OT: Website crawler and spell checker

2006-07-12 Thread Burns, John D
Anyone know of a web-based or client-based websites crawler/checker that will crawl an entire site and look for misspellings and broken links? I'd prefer something free if anyone knows of one. John Burns ~| Introducing the

RE: MySpace - How they do it: Staff, Software Servers

2006-07-10 Thread Burns, John D
Although, all of this leads to the same result in the end. If development starts to move to .NET and you have a manger that is bent on getting things over to .NET the shear fact that anything CF will cost and extra $1500+ for licensing is a good reason to get rid of it. .NET already has the huge

RE: MySpace - How they do it: Staff, Software amp; Servers

2006-07-10 Thread Burns, John D
I agree with Vince as well. The only problem I see is that .NET comes integrated with Windows servers which most managers would probably assume is better regardless of any real facts just because they hear the hype from Microsoft. If you're in a shop that has Java/J2EE development going on your

RE: tracking which templates are in use

2006-06-28 Thread Burns, John D
Yeah, that sounds like you basically have it figured out. You just need to go through the debug output of which templates were used and log them. I wish there was some sort of CF log, almost like a web server log to show you which templates have been used. One thing to consider is that if a

RE: Which version of CF should I download?

2006-06-16 Thread Burns, John D
They're both the same as far as I've ever seen. When you go to install is when you choose whether you want developer, trial or full (with serial number). I think they display it that way so that you can see your options but I believe the installer is exactly the same for everything. John Burns

RE: Which version of CF should I download?

2006-06-16 Thread Burns, John D
You don't have to install a separate web server if you don't want. CF has its built in one. It just depends on how you want things configured. You could install IIS if you want to be able to do the sorts of things in your webserver that are beyond the scope of the CF webserver. You could also

RE: Which version of CF should I download?

2006-06-16 Thread Burns, John D
Great points Dave. I agree completely. I was just explaining more because Rick sound inexperienced. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006

RE: CF-based photo sharing app?

2006-06-14 Thread Burns, John D
Rick- I've been tinkering with the same kind of thing. I haven't gotten very far though. My thing is that I take a ton of pictures and have people ask me if they can get copies. I'd like to do something where I could upload via ftp or something and then have galleries created where people can

RE: virtual directory in IIS?

2006-06-14 Thread Burns, John D
There are scripts in the inetpub/adminscripts directory that can do some of that. Just call them via cfexecute. I have seen some other products out there that can do this as well but can't think of any off the top of my head. John Burns Certified Advanced ColdFusion MX Developer Wyle

RE: CF-based photo sharing app?

2006-06-14 Thread Burns, John D
sharing app? And you can't just use flickr because... On 6/14/06, Burns, John D [EMAIL PROTECTED] wrote: Rick- I've been tinkering with the same kind of thing. I haven't gotten very far though. My thing is that I take a ton of pictures and have people ask me if they can get copies. I'd like

RE: CF-based photo sharing app?

2006-06-14 Thread Burns, John D
for my own site. Why use something on someone else's site if you can do it yourself. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Burns, John

RE: if/switch cf:set/param

2006-06-01 Thread Burns, John D
If you're doing a large comparison set, my understanding is that switch is better for performance. As for cfset vs cfparam, cfset sets the variable and overwrites and previous value that the variable held. Cfparam sets the variable if it doesn't already exist. Basically, cfparam ensures that the

OT: CF jobs listings?

2006-05-22 Thread Burns, John D
Ok, I know it's off topic but I figured you all would know. My company is looking to hire some new CF developers and are planning to post to the CF-Jobs list but we were wondering if anyone knows of other good places to post CF job openings. Anyone with experience or information would be extremely

RE: CF jobs listings?

2006-05-22 Thread Burns, John D
--//- -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 8:19 AM To: CF-Talk Subject: OT: CF jobs listings? Ok, I know it's off topic but I figured you all would know. My company is looking to hire some new CF developers and are planning to post

RE: embed image in cfmail

2006-05-18 Thread Burns, John D
Look at CFMAILPARAM, especially the CONTENTID attribute of it in CFMX 7. You give it a contentID and use that in your source for your html. Look at http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/comm on/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm And

RE: Generate MS Word Document from ColdFusion

2006-05-04 Thread Burns, John D
Yeah, this works for most applications. It even works for powerpoint though I haven't figured out how to make separate slides. It's not too bad at doing a single slide though. The only oddity that I've had is if you're using style sheets some of the styles tend to screw with the output in

RE: Generate MS Word Document from ColdFusion

2006-05-04 Thread Burns, John D
I had not tried that yet. In the instance that I was doing it, I actually had to remove all CSS because there was some stuff blowing it up. I can't remember off hand what exactly was causing the issue but it ended up being easier to use font tags and such to adjust the looks. Also, the other thing

RE: Generate MS Word Document from ColdFusion

2006-05-04 Thread Burns, John D
That works in Powerpoint? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 9:09 AM To: CF-Talk Subject: Re: Generate MS Word Document from

RE: Web Cam

2006-05-04 Thread Burns, John D
Panasonic has a similar cam. I have one of them and it's really nice. Has pan/tilt capabilities and all sorts of stuff. It's ethernet as well and they even have wireless cams now that do the same thing. All of the ones that I've seen have a built in webserver and dynamic dns. It's a pretty nice

RE: Generate MS Word Document from ColdFusion

2006-05-04 Thread Burns, John D
Rick- I just tried using the br page break code you gave and it doesn't give me separate cells in powerpoint. Did you test it yourself? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Rick Root [mailto:[EMAIL

RE: Generate MS Word Document from ColdFusion

2006-05-04 Thread Burns, John D
Developer -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 2:26 PM To: CF-Talk Subject: Re: Generate MS Word Document from ColdFusion Burns, John D wrote: That works in Powerpoint? Maybe, but we were discussion MS Word =) John Burns Certified

RE: Put yourself on the map

2006-05-04 Thread Burns, John D
That just proves we all need to be doing more work! :-) John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 3:07 PM To: CF-Talk Subject: RE: Put

RE: cffile and files starting with '0'

2006-04-27 Thread Burns, John D
Do you need to close the stream you have open in java in order to copy it? By the way, I'm not sure if this was asked, but does this work for all of the files other than the ones that begin with 0? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

RE: http://www.fullasagoog.com/

2006-04-27 Thread Burns, John D
I got a . when I looked. Viewing source makes it look like no content is displaying except some p tags and stuff. No text or anything. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Kay Smoljak [mailto:[EMAIL

RE: Solved Re: cffile and files starting with '0'

2006-04-27 Thread Burns, John D
Forsythe [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:22 AM To: CF-Talk Subject: Solved Re: cffile and files starting with '0' Burns, John D wrote: Do you need to close the stream you have open in java in order to copy it? By the way, I'm not sure if this was asked, but does this work

RE: Image resizing on the fly?

2006-04-26 Thread Burns, John D
Rick- I agree and that's what I'm leaning toward. The only thing I don't like is that if I want to change dimensions of all the images for some reason, I have to go back through and run everything over again. The big thing that prompted this question was that I saw .Net people using image.ashx

RE: cffile and files starting with '0'

2006-04-26 Thread Burns, John D
Umm, this is a shot in the dark, but is there any chance that you're missing a d in the folder name. Currently, it looks like it's rename data file minus the spaces. I'm thinking maybe it is really named renameD data file or something like that. Could be off, but just figured I'd throw it out.

RE: cffile and files starting with '0'

2006-04-26 Thread Burns, John D
. | Web Developer -Original Message- From: Patrick Forsythe [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 4:20 PM To: CF-Talk Subject: Re: cffile and files starting with '0' Burns, John D wrote: Umm, this is a shot in the dark, but is there any chance that you're missing

Image resizing on the fly?

2006-04-25 Thread Burns, John D
I've been using ImageCR3 to do some image resizing and in the past I've used imagemagick and alagad's image component. I've always done it where I've done file resizing at the time of upload. However, I'm facing a situation of having to display an unknown amount of directories of photos that are

RE: Image resizing on the fly?

2006-04-25 Thread Burns, John D
(.#w#_#h#/#imagefilename# This is the general idea, so 9 times out of 10 it just forwards your request onward... Dov -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:19 PM To: CF-Talk Subject: Image resizing on the fly? I've been using

RE: protect downloaded files?

2006-04-20 Thread Burns, John D
I don't think you can unless you use the embedded features to protect the documents. However, as with all items, anytime there's security there's usually some way around it. Setting the file Read only attribute would not really do much if someone knew how to turn it off, or they could just save it

RE: adobe certification site

2006-04-12 Thread Burns, John D
= is an assignment operator, not a comparison operator. EQ and IS are comparison operators. I wouldn't say it's an inconsistency. It actually makes a little more sense. With that said, I screw it up all the time. However, one thing that's helped me is that at MAX in New Orleans we covered some

RE: adobe certification site

2006-04-12 Thread Burns, John D
That's probably a good point because once it is compiled down to a java class it all looks the same. I think the speed was probably only in the compiling of the file while CF took all of the non-typed language and turned it into java matching the appropriate variable types necessary. Therefore,

RE: adobe certification site

2006-04-12 Thread Burns, John D
True. I just tend to do it to stay more consistent with data types even though CF isn't a typed language. Plus, in case it ever moves more towards a typed language, it helps me to be that much closer to being ready. If nothing else, it makes me feel like I'm a better coder :-) John Burns

RE: maximum number of files in directory

2006-04-11 Thread Burns, John D
This begs another question that I haven't run into a problem with yet but makes me feel uneasy. What about folders within a folder? I have a folder where I create a new folder for every user on the site and then anything they upload goes into their folder. This is working well so far as we only

RE: DB Pagination Question

2006-03-27 Thread Burns, John D
I believe this was talked about a couple of months back and some people suggested using a method of selecting not only max rows but to find do a hack to get the start row by using the IN keyword to somehow filter out the ones for the pages you're already past. That would do it on the DB side

RE: Multiple file upload - flash forms?

2006-03-14 Thread Burns, John D
I would imagine that you'd have to build it directly in flash. Even then, I'm not sure you could do a multiple upload with a drag-and-drop type control. You could do multiple file selects and that sort of thing, but I don't know that there's a mass file select option in flash. I could be wrong as

RE: A very specific message board/forum question...

2006-02-22 Thread Burns, John D
There's definitely a market. Just no one has stepped up and met the need. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 9:10 AM To:

RE: A very specific message board/forum question...

2006-02-22 Thread Burns, John D
product is the best, there are other good forums apps out there. But do folks truly think that the only good CF forum would be a phpBB clone? Maybe it's just personal bias, but I've never liked forums built upon it. I don't think they are bad per se - just a bit over complicated. On 2/22/06, Burns

RE: A very specific message board/forum question...

2006-02-21 Thread Burns, John D
Last I heard, someone on the list was working on a direct Open Source port of phpbb to CF. I believe it was being called cfmbb or cfbb or something like that. Not sure what the status is or if it's being continued, but it was an idea at one point. John Burns Certified Advanced ColdFusion MX

RE: A very specific message board/forum question...

2006-02-21 Thread Burns, John D
Even easier than passing a username and password would be to generate a session key and set the cookie automatically. PHPBB just generates the key and stores in a cookie and stores it in the database. I've looked into making some CF code to do this, but we're currently having problems with PHPBB

Null Null Error?

2006-02-16 Thread Burns, John D
I've got a cferror tag in my application.cfm to catch errors and email me with the error information as well as display some text to the user. I've noticed lately that I've got a few errors happening where I get an email and the error diagnostics is something along the lines of :null null brThe

RE: Null Null Error?

2006-02-16 Thread Burns, John D
Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:32 AM To: CF-Talk Subject: Re: Null Null Error? Burns, John D wrote: I've got a cferror tag in my application.cfm

RE: lincense on a test server?

2006-02-16 Thread Burns, John D
Obviously, you'd be limited to the 1 IP address to access the Testing server though. Not sure how you do testing, but it may not be the best way to do it. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Burns, John D
in the administrator portion that configures the ODBC service. -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:12 AM To: CF-Talk Subject: RE: problems installing 6.1 on windows 2003 Is this failing during the actual windows installer

RE: coldfusion and SQL2005

2006-02-16 Thread Burns, John D
To add to Dave's point, you may get by with this sort of technical thinking for the time being, but in future versions if your budgeting isn't accounting for paying for right amount of licensing, you're gonna be screwed when things like activation kick in. Imagine if you're getting by with a

SMS Gateways

2006-02-03 Thread Burns, John D
I heard some stuff when Macromedia first came out with the gateways for CFMX about the costs of SMS Gateways. Does anyone have round about figures for that? Pricing for the gateway account and then prices per message? I thought that it was pretty expensive but wanted to know if it's changed or if

RE: Load Balancing issues

2006-02-03 Thread Burns, John D
Down these lines, does anyone have a recommendation for a good hardware load balancer? Doesn't have to be top of the line or have a ton of features. Just something reliable with decent features at a good price. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web

RE: db eamil cleaner

2006-02-02 Thread Burns, John D
I don't have a script but the basic idea would look like this: Select distinct email addresses and the id with it. Then delete all records whose ID is not in that list. Then, I'd use a regex to loop over the emails, compare them to the regex and if it's not valid, delete the record. I hope that

RE: db eamil cleaner

2006-02-02 Thread Burns, John D
the disruptor~ google will pay you money to getting rid of ie :) http://explorerdestroyer.com/ http://www.killbillsbrowser.com/ From: Burns, John D [EMAIL PROTECTED] Sent: Thursday, February 02, 2006 3:25 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: db

RE: Suggestions For dedicated Server hosting

2006-01-31 Thread Burns, John D
- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: 30 January 2006 22:19 To: CF-Talk Subject: Re: Suggestions For dedicated Server hosting Burns, John D wrote: Ewww, a celeron! :-) I don't think I could bear to host anything on that. That's just me though. Lots of bad experiences

RE: Including a remote aspx page

2006-01-31 Thread Burns, John D
You'd still have to use cfhttp or something to make a call to the aspx page over http to make the code execute and then the results would be passed back to the cf page in the cfhttp struct. As others have mentioned, you'd have to have BlueDragon .NET to locally just include an aspx file and have

RE: Suggestions For dedicated Server hosting

2006-01-30 Thread Burns, John D
Ewww, a celeron! :-) I don't think I could bear to host anything on that. That's just me though. Lots of bad experiences with celeron processors. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Jim Davis

RE: Suggestions For dedicated Server hosting

2006-01-30 Thread Burns, John D
I've used rackspace. Great support and such. Prices are a little higher, but it's kind of a hybrid of you having full control of the server and them maintaining it 100%. Their support is awesome. The real money comes when you start upgrading stuff. Everything is priced per month and it adds up

RE: Suggestions For dedicated Server hosting

2006-01-30 Thread Burns, John D
: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 5:19 PM To: CF-Talk Subject: Re: Suggestions For dedicated Server hosting Burns, John D wrote: Ewww, a celeron! :-) I don't think I could bear to host anything on that. That's just me though. Lots of bad experiences

RE: Scope Woes Virtual Directories

2006-01-25 Thread Burns, John D
written (thinks like DSN, file paths etc are stored in the application scope). Any other ideas or thoughts?? I wish CF would just see this directory as a sub directory of each of my sites. Eric Jones On 1/24/06, Burns, John D [EMAIL PROTECTED] wrote: You don't need unique application names

RE: Scope Woes Virtual Directories

2006-01-25 Thread Burns, John D
James- Very good idea. I didn't think of that one but that would work very well if we're understanding his needs correctly. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]

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

2006-01-24 Thread Burns, John D
Yeah, that was my thought. They could upload it and when the upload finishes, it could fire off a scheduled task or something. Does the package have command-line calls? Does it allow resizing and bitrate changing or does it just reencode at the current settings as a different file type? John

RE: from 6 to 7

2006-01-24 Thread Burns, John D
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 if this server sits in a different segment of the network than

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

2006-01-24 Thread Burns, John D
a directory of the video files and use schedules to fire off a nightly task to convert video files from a specific directory or something. ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, January 23

RE: Scope Woes Virtual Directories

2006-01-24 Thread Burns, John D
It depends on the scope you're using. If you're talking application and session variables, you need cfapplication to define that these pages are part of the application, thus allowing it to access the scoped variables. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories,

RE: Scope Woes Virtual Directories

2006-01-24 Thread Burns, John D
maintain the fact that these files are shared among 50 other sites, with 50 unique application names? On 1/24/06, Burns, John D [EMAIL PROTECTED] wrote: It depends on the scope you're using. If you're talking application and session variables, you need cfapplication to define that these pages

  1   2   3   4   5   6   7   8   9   10   >