Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread simmyana a
as I need a dynamic tree, i don't think we can use flash here I built somthing like that in Flash using the Tree component and a scrollpane to display lists of files. Last time I looked at it, though, the Flash Tree component didn't support drag and drop, so I dropped it. Hi,

RE: Studio 8 announced

2005-08-12 Thread Micha Schopman
Welcome to the world where money has to be made and time is short. The funny thing is that we actually just simply mentioned a future point for improvement on Eclipse blinkacceptance/blink for web development related tasks in comparison with Dreamweaver and you here you are ranting all again

RE: Dynamic Tree view in ColdFusion

2005-08-12 Thread Micha Schopman
You are free to use http://www.mschopman.demon.nl/treeview_v1.6.2/. It lacks in documentation, but some of the methods can be found in the previous version demo http://www.mschopman.demon.nl/treeview_v1.6/treeview.html Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL

Re: Studio 8 announced

2005-08-12 Thread James Holmes
I agree. All of the frameworks, everything on cflib.org, much of the MM Exchange, full featured IDEs and a lot of genuinely useful stuff (e.g. ScopeCache, various blog apps, the FarCry CMS) are all free and have all had a lot of work put into them. I've looked at and used some the of the PHP

Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread simmyana a
this is our table structure ID | Name | Level | ParentId is it possible to implement tree view using this data? You are free to use http://www.mschopman.demon.nl/treeview_v1.6.2/. It lacks in documentation, but some of the methods can be found in the previous version demo

RE: Dynamic Tree view in ColdFusion

2005-08-12 Thread Micha Schopman
That entirely depends on the developer. You just feed it with valid XML, or static calls. How you create the xml is up to you. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread James Holmes
It should be - use a hierarchical SQL statement if necessary: http://www.oreilly.com/catalog/sqlpr/chapter/ch01.pdf On 8/12/05, simmyana a [EMAIL PROTECTED] wrote: this is our table structure ID | Name | Level | ParentId is it possible to implement tree view using this data? You

RE: Studio 8 announced

2005-08-12 Thread dave
i just wasted an hour typing your responce micha and it timed out so screw it. I was refering to you comments about why doesnt someone else make it, complile it and distribute it and it shouldnt cost me anything garbage you wrote. If someone puts their time into making a tool that is of use

Re: Sorting Struct

2005-08-12 Thread James Holmes
In what form are the search results originally - a query? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with

RE: Studio 8 announced

2005-08-12 Thread Micha Schopman
Nobody said it should be free, nobody said it must be done by someone else, the only thing said was if there would be such a package available that would be nice and it would push acceptance for Eclipse. When people comment on lack of product features, nice to have features or missing

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
www.resourceindex.com And all the other free script sites. If this is nonsense, please show me all the thousands of CF scripts to match the thousands of perl/ASP/PHP scripts. Especially considering most of them don't even list coldfusion. Russ -Original Message- From: Paul Hastings

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
Well I can safely say that almost everything I have ever gone looking for doesn't exist in CF, but is a plenty in PHP/ASP. I went looking for Affiliate scripts for example. There are tons of good ones for everything except CF, for which I found 1, and it was not free. I can say the same for

Re: Studio 8 announced

2005-08-12 Thread Paul Hastings
Russ Michaels wrote: www.resourceindex.com And all the other free script sites. If this is nonsense, please show me all the thousands of CF scripts to match yup that's nonsense. to remind, you stated that no-one gives anything away for FREE in CF. 100% nonsense--i know because i'm giving

Re: Studio 8 announced

2005-08-12 Thread Jochem van Dieten
Paul Hastings wrote: zero resource bundle scripts (or anything like it but i might not be using the proper PHP-speak) GNU gettext support is build into and distributed with PHP. What more scripts would you need? Jochem

Re: Studio 8 announced

2005-08-12 Thread Paul Hastings
Jochem van Dieten wrote: Paul Hastings wrote: zero resource bundle scripts (or anything like it but i might not be using the proper PHP-speak) GNU gettext support is build into and distributed with PHP. What more scripts would you need? dunno, does it work like resource bundles? i

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
Ok whatever, I can see your one of those people that just has to be right no matter what. So I shan't waste my breath continuing this discussion any longer. So probably best to leave you alone in your little bubble. For the rest of us, google provides the truth. Russ -Original Message-

Re: Studio 8 announced

2005-08-12 Thread Jochem van Dieten
Paul Hastings wrote: Jochem van Dieten wrote: Paul Hastings wrote: zero resource bundle scripts (or anything like it but i might not be using the proper PHP-speak) GNU gettext support is build into and distributed with PHP. What more scripts would you need? dunno, does it work

Re: Studio 8 announced

2005-08-12 Thread Paul Hastings
Russ Michaels wrote: Ok whatever, I can see your one of those people that just has to be right no matter what. So I shan't waste my breath continuing this discussion any no, nothing about me. you said something i thought was nonsensical (there shall be no nonsense in public places unless it

CFHTTP calling an infinte loop

2005-08-12 Thread Karl Simanonok
Here's a fun little pickle to chew on. This URL, http://www.indexsearch.co.uk/websearch/page+space+web+NASA/, seems to output an infinite loop. Go ahead, try it! :) Hopefully such server screwups are fairly rare, but I am building a link checker using CFHTTP to call a series of URLs and I

Re: Studio 8 announced

2005-08-12 Thread Paul Hastings
Jochem van Dieten wrote: Pretty much. But it is still PHP style: if a translation of a resource does not exist it will display the default. You can not configure it to throw an error. (Which is my biggest gripe with PHP: it will never throw an error when variables don't exist, it will

RE: Studio 8 announced

2005-08-12 Thread Mark A Kruger
All the proliferation of free scripts in PHP does is contribute to it's reputation as being cheap and drive down the price that developers can ask. Don't you konw how many CF developers own their own businesses and no longer live with their mothers :) -mk -Original Message- From: Russ

Re: Sorting Struct

2005-08-12 Thread Raymond Camden
Um - have you looked at structSort() ? On 8/11/05, Brett Barnhart [EMAIL PROTECTED] wrote: I've been playing with this for awhile and I can't quite seem to get it to work. (Nothing new there!) I have a search page and I want to rate results with relevance to the search. So, I decided to

RE: CF and Novell?

2005-08-12 Thread Kazmierczak, Kevin
Thanks for the information. I'm not sure on the details of what they want to do, but I informed them to try out the cfldap stuff. Kevin. -Original Message- From: Antony Sideropoulos [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 7:00 PM To: CF-Talk Subject: Re: CF and

Re: Studio 8 announced

2005-08-12 Thread Adrocknaphobia
Lol. This is funny because its true. However, I'm not buying any of those CF shirts. And yes, good taste has robbed me of many things. In all honesty though, CF as a server is cheap. MS gives away .NET only because they can afford to bundle it with the OS. A 12k price tag on Flex is still cheap

Re: Studio 8 announced

2005-08-12 Thread Adrocknaphobia
You are right, there arent as many resources out there for code samples and scripts for ColdFusion. The reason? Because most of those scripts are already a part of ColdFusion. (list functions, array functions, etc.) -Adam On 8/12/05, Russ Michaels [EMAIL PROTECTED] wrote: www.resourceindex.com

Re: Studio 8 announced

2005-08-12 Thread Adrocknaphobia
No, it only contributes to the fact that in the paid programmer world PHP is generally thought of as a language of 40-year-olds who live in thier parents basement. -Adam On 8/12/05, Mark A Kruger [EMAIL PROTECTED] wrote: All the proliferation of free scripts in PHP does is contribute to it's

RE: Studio 8 announced

2005-08-12 Thread Micha Schopman
Those are also part of PHP, even in the first versions of PHP they were natively supported in a large amount of variations capable of handling almost anything you want. It just is so simple but people don't like to admit it. PHP just has a larger community and that is all. The PHP basics to get

Re: cfhttp does not post zip files

2005-08-12 Thread Jerry Johnson
Ah. My bad. That attribute was added as of 6.1 Ok, back to the beginning. What did you specify in the cfhttp line as far as file, value, type and name params? On 8/11/05, Jonathon Adam [EMAIL PROTECTED] wrote: CF 5 ~| Logware

RE: CFHTTP calling an infinte loop

2005-08-12 Thread Dave.Phillips
Karl, I'm not sure of any way you can control the internal workings of CFHTTP, which is what you'd have to do to force it to stop. The timeout should stop it, so it sounds like you've discovered a bug in CFHTTP that should be reported to MM (or maybe it already has). My guess is that you

Re: Sorting Struct

2005-08-12 Thread Will Tomlinson
And I'd add that anyone using structs, arrays or lists should check out Jeff Peters' book on the subject. No I'm not a Salesman for the guy, just learned a TON from that there little book! http://protonarts.com/ :) Will ~|

Undelivered cfmail

2005-08-12 Thread Les Mizzell
I've got a client that was wondering what has been happening to some of their mail - so I contacted the hosting service asking them to check the undelivered folder or see what was stuck in the spool. They sent me a zip file back with close to 2000 files Mail1223.cfmail mail2837.cfmal They're

Re: Studio 8 announced

2005-08-12 Thread Adrocknaphobia
More people watch network tevelvision than HBO.Not because network TV is better, just because its free. However I guess thats not a good comparison because Its not tv its HBO! -Adam On 8/12/05, Micha Schopman [EMAIL PROTECTED] wrote: Those are also part of PHP, even in the first versions

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: Undelivered cfmail

2005-08-12 Thread Robertson-Ravo, Neil (RX)
This IS easy to read when it comes to mail files! I mean it is plain English/Text. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 14:25 To: CF-Talk Subject: Undelivered cfmail I've got a client that was wondering what has been happening to some

RE: Studio 8 announced

2005-08-12 Thread Micha Schopman
Not to mention, just like it is with PHP, in general the quality is very low and too limited for the more demanding tasks. I think, the only time I actually bought something it was a Rijndael encryption algorithm because CF did not supported strong encryption algorithms at that time. Micha

RE: Undelivered cfmail

2005-08-12 Thread Dave.Phillips
Les, If you want them to read the mail files, then rename them to .HTML and view them that way. The structure is easy to read, but I can understand that the client might have a hard time reading through the HTML tags, and by saving the file with a .html extension, (instead of .cfmail) you

Re: Studio 8 announced

2005-08-12 Thread Will Tomlinson
As for the comments about not buying t-shirts, what the heck did that have to do with anything? I personally am not a fan of the shirts that were made and wouldn't put them in the category of Cool coldfusion gear in my opinion, but it's a start. I applaud Will for starting something and giving it

Re: Studio 8 announced

2005-08-12 Thread Adrocknaphobia
Don't be too upset, John wont wear anything unless it has a horse, racing stripes or calvin peeing on a non-ford logo. :) -Adam On 8/12/05, Will Tomlinson [EMAIL PROTECTED] wrote: As for the comments about not buying t-shirts, what the heck did that have to do with anything? I personally am

Re: cfhttp does not post zip files

2005-08-12 Thread Jonathon Adam
Thanks for hanging in there! - This is the CF code that doesn't work: CFHTTP URL=https://xxx.xxx.xxx.xxx:7443/name/ocrservlet?encrstr=342j43kn234kii342342kbh3243; METHOD=POST CFHTTPPARAM TYPE=FILE NAME=F1

Re: Studio 8 announced

2005-08-12 Thread Ken Ferguson
Why do people seem to feel the need to tell other people to quit complaining? I just don't understand this. If you feel you have something about which to complain, then by all means, please do. Your complaints about subject x may be the catalyst someone needs to start a new project or escalate

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 Micha Schopman
Sell baseball caps with a B. Forta fake beard attached to it. That is definitely a best seller. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: Studio 8 announced

2005-08-12 Thread Charlie Griefer
On 8/12/05, Will Tomlinson [EMAIL PROTECTED] wrote: As for the comments about not buying t-shirts, what the heck did that have to do with anything? I personally am not a fan of the shirts that were made and wouldn't put them in the category of Cool coldfusion gear in my opinion, but it's a

Re: Studio 8 announced

2005-08-12 Thread Will Tomlinson
Don't be too upset, John wont wear anything unless it has a horse, racing stripes or calvin peeing on a non-ford logo. :) Ok! I'm gettin' some ideas here. A NASCAR with COLDFUSION plastered all over it! :) Will ~| Logware

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 Will Tomlinson
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 :-)

RE: Studio 8 announced

2005-08-12 Thread Tangorre, Michael
I'll be the ass today and say that this is definitely cf-community now. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a

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 Ken Ferguson
Me, I'm just too damn cheap. I mean I'm too cheap to buy a shirt or an app that I can find for free. I have no problem with that either. I'm a tough consumer. If you want my money, it's going to be for something I really want to pay to have. Even if you doubled my salary today, I'd still be

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: Dynamic Tree view in ColdFusion

2005-08-12 Thread Jeremy Adams
This is one allows items to be dragged and dropped - both in the same tree and among other trees. Has some other cool functions also. http://scbr.com/docs/products/dhtmlxTree/ On 8/12/05, James Holmes [EMAIL PROTECTED] wrote: It should be - use a hierarchical SQL statement if necessary:

RE: Studio 8 announced

2005-08-12 Thread Ken Ketsdever
Hey Mike think you can add a few lists? Cf-techTalk (All CF questions, no bs, if its not about coding or server admin it doesn't belong) CF-Talk (CF questions with CF related discussions) CF-Community (General discussions, non-political, non-Religious) CF-Politics (Poiltical discussions only, no

Re: Studio 8 announced

2005-08-12 Thread Larry Lyons
Jeeez! Well thanks ... I guess. *I* think they're pretty killer lookin', and most of the comments I've received have been very positive. Just depends on everyones' tastes I guess. I'm workin' on some new designs too. :) Will, FWIW I picked up one of your t-shirts at CFUnited. By the

Add additional rows

2005-08-12 Thread Jillian Koskie
Good morning, I have a bit of an unusual problem, that I am hoping has a very easy solution. I have a form that adds content to a database --but I need to be able to allow my user to dynamically add rows (for additional authors) to the form... because he never knows how many authors there will

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

Decimal to Decimal Error

2005-08-12 Thread Tangorre, Michael
JRUN 4, Updater 5 CFMX 6.1 w/ updater SQL DB. Column is Decimal(3,1) I have a query in which I am trying to update a field of type Deciaml. cfqueryparam cfsqltype=CF_SQL_DECIMAL value=#attributes.contractDuration# scale=1 null=no / Values with 1 digit to the left of the

RE: Studio 8 announced

2005-08-12 Thread Matthew Small
No no no... please don't do that! The lists are perfect the way that they are. People can get away with asking the occasional OT on CF-TALK as long as it's not WWOT. CF-COMMUNITY is a melting pot of anything goes. Between those two, everything is covered. When you add all of the other lists,

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 Robertson-Ravo, Neil (RX)
Agreed. We can cover everything we need with the occasional OT thread (which I can say that over the years has never been really WOT). The politics and religion suggestions are just asking for trouble and for friends to become enemies. -Original Message- From: Matthew Small

RE: Add additional rows

2005-08-12 Thread Jillian Koskie
John, I don't think this will work... I would really like to just be able to add as many dropdown lists as required. -- Jillian -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 8:26 AM To: CF-Talk Subject: RE: Add additional rows You

RE: Studio 8 announced

2005-08-12 Thread Ken Ketsdever
It was tongue in cheek guys, didn't mean it as a real suggestion. I was mocking the over separation of lists. Personally I don't care if a thread is a little OT once in a while. Sometimes they just morph into being OT. From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- Agreed. We can

RE: Add additional rows

2005-08-12 Thread Tangorre, Michael
From: Jillian Koskie [mailto:[EMAIL PROTECTED] I have a form that adds content to a database --but I need to be able to allow my user to dynamically add rows (for additional authors) to the form... because he never knows how many authors there will be. So I need a way to add the

RE: Add additional rows

2005-08-12 Thread Ian Skinner
Yes, I have done this several times. The basic process I use is as follows. On page load, use JavaScript to create a prototype of the field(s) I want the user to be able to add. Have an add control. When clicked, use the prototype to clone a new node to the document, add an integer to the

Re: Add additional rows

2005-08-12 Thread Ken Ferguson
sorry, I left off the last line of my code which contains the button div class=formSubmitButtons input type=button class=submit button-smalltext value=Add Row onClick=addStatus(); / /div --Ferg Jillian Koskie wrote: John, I don't think this will work... I would really like to just be

Re: Add additional rows

2005-08-12 Thread Ken Ferguson
Here's what I have on one form... It adds rows to my date-effective status entries. +++ THE JS: function addStatus() { with(document.createUser) { noOfStatusEntries.value =

Re: Add additional rows

2005-08-12 Thread Ken Ferguson
Of course, theres the processing into the db too in my component: Note: the function createUpdateEntityActiveStatus actually does the insert/update to the db in this loop. cfsccript for(i=1; i lte form.noOfStatusEntries; i = i+1){ if(len(trim(form[activeStartDate_#i#]))

Fusebox Conf interview 2: Fusebox 4 XML Vocabularies

2005-08-12 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. Fusebox and Frameworks Conference News 2. Upcoming classes - Fusebox, Mach-ii, CF, CSS 3. Leveraging the Fusebox 4 XML Vocabularies interview with Jeff Peters Happy coding - Michael Smith, TeraTech, Inc http://www.teratech.com/

RE: Studio 8 announced

2005-08-12 Thread Ian Skinner
I just wish there was something in between Cf-talk and cf-community. I would suspect that is the CF-OT list, but it is very lightly used. So the list exists, one just needs to get more people to use. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
Now there's a more reasonable answer. Good one Mark. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 13:56 To: CF-Talk Subject: RE: Studio 8 announced All the proliferation of free scripts in PHP does is contribute to it's reputation as being

RE: Undelivered cfmail

2005-08-12 Thread Russ Michaels
We actually have a custom service that we wrote which runs on our servers that does the following. Check the undelivered folder every hour. Copy all undelivered mail back into the spool After 24 hours, if the mail still cannot be delivered, it is copied to an archive for 30 days. If a customer

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
simple. You have a client, they say they want a forum and point you at PHPBB as an example stating that it is FREE (don't reply saying PHPBB is not FREE, it's just an example, I forget if this is the free one). So what can oyu offer them. Only 1 free cf forum that I know of, and it looks pretty

RE: Undelivered cfmail

2005-08-12 Thread Ken Ketsdever
Hi Russ, That seems like an awfully useful bit of code. Would you be willing to share it? Ken -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 8:31 AM To: CF-Talk Subject: RE: Undelivered cfmail We actually have a custom service

Re: cfchart and sub domains

2005-08-12 Thread Tony Weeg
yes, both are using the same cf instance... so... c:\inetput\wwwroot\cfide or somehwere else? tw On 8/11/05, Douglas Knudsen [EMAIL PROTECTED] wrote: shouldn't need a restart for this. are both subdomains using the same CF instance? IIRC, the graphs are stored in the

RE: Undelivered cfmail

2005-08-12 Thread Jim Davis
-Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 9:25 AM To: CF-Talk Subject: Undelivered cfmail I've got a client that was wondering what has been happening to some of their mail - so I contacted the hosting service asking them to check

RE: Studio 8 announced

2005-08-12 Thread Ian Skinner
The various comments that have been made here about may be true, but the client really isn't going to give a hoot about such things are they. Russ Now that depends on your client now doesn't it. If the majority of your clients are small mom and pop operations then what you claim is probably

RE: Studio 8 announced

2005-08-12 Thread Burns, John D
My argument is that I wouldn't call PHPBB (or any forum for that matter) a script. I'd call that an application in and of itself. I agree that there aren't many free, community developed, apps out there in CF. But the original poster said something about scripts and I think there are plenty out

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
Thus why I said quote Lots of clients sonly have a small budget and cannot afford to pay for everything to be custom written /quote And of course it depends on your clients, that is the whole point. You cannot expect them all to have £200k to spend. russ -Original Message- From: Ian

RE: Undelivered cfmail

2005-08-12 Thread Russ Michaels
I have emailed it to you. We do have a newer version in development with more bells and whistles, but were keeping it in-house. Don't want all hosts offering the same services we do after all :-) Russ Michaels www.cfmxhosting.co.uk -Original Message- From: Ken Ketsdever [mailto:[EMAIL

Gateway Pages and IIS

2005-08-12 Thread Mickael
Hi All, I am hoping that someone on this list has worked through this before I reinvent the wheel. We have a small content management system that we have written that allows users to make changes to their site. We would like to add a new feature where users can create gateway for marketing.

RE: Studio 8 announced

2005-08-12 Thread Kerry
ewww, clients with small budgets the php guys are welcome to them! -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 16:36 To: CF-Talk Subject: RE: Studio 8 announced simple. You have a client, they say they want a forum and point you at PHPBB

Changing the list email address

2005-08-12 Thread Russ Michaels
How do u change the email address that these lists are sent to? No matter how many times I changed it under edit account on HOF, it stays the same. Russ ~| Logware (www.logware.us): a new and convenient web-based time

RE: Add additional rows

2005-08-12 Thread Ewok
How about one single field for the authors with a button that adds the value to a multi select. Then when you are adding the form values to the database, you just loop over the value of the multi select -Original Message- From: Jillian Koskie [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Gateway Pages and IIS

2005-08-12 Thread Russ Michaels
You would really want static pages as gateway pages anyway, to make them search engine friendly, which I presume is the reason your doing it. So generating a www.doamin.com/marketing.htm page would be better than www.ourdomain.com/index.cfm?pageid=111 Russ -Original Message- From:

RE: Gateway Pages and IIS

2005-08-12 Thread Ian Skinner
What I do at www.sierraOutdoorRecreation.com is have a publish function that creates a two line page using CF file tags and functions. For example for the Ahart Campground, a page is created in the campground directory named Ahart_Campground.cfm

RE: Changing the list email address

2005-08-12 Thread Dave.Phillips
Russ, Did you try unsubscribing and re-subscribing after you changed it? Just a thought... Dave -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:09 PM To: CF-Talk Subject: Changing the list email address How do u change the email

RE: Decimal to Decimal Error

2005-08-12 Thread Dave.Phillips
It's your column spec. Decimal(3,1) means 3 digits are allowed, and 1 digit to the right of the decimal is allowed. You need to change it to Decimal(4,1) if you want those other values. Dave -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, August 12,

RE: Add additional rows

2005-08-12 Thread Russ Michaels
do you want to add items to an existing dropdown list, or create a whole new dropdown list. If you want to just add items to the dropdownlist, then that's easy. Popup a new window, a bit of JS to populate the list on the calling page with new items, and then insert into the database. I have just

RE: cfhttp does not post zip files

2005-08-12 Thread Dave.Phillips
Just out of curiosity have you tried CFHTTPPARAM TYPE=formfield NAME=f1 file=C:\...blah blah ?? I don't know if it will work or not, but I'd try it at least. I'm not a cfhttp expert. Dave -Original Message- From: Jonathon Adam [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005

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: Changing the list email address

2005-08-12 Thread Russ Michaels
It would just use the same address as that is still what it is set as under my user settings. I change the address, submit the form, but nothing happens. The old address is still there. russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 17:17

RE: Add additional rows

2005-08-12 Thread Ewok
Actually... if you already have the authors in a database (which I'm just assuming you do since you want a drop down for each), just dump them all into a multi select to begin with. The user can select/deselect multiple items in the list by dragging the mouse down the list or holding control when

RE: Decimal to Decimal Error

2005-08-12 Thread Tangorre, Michael
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] It's your column spec. Decimal(3,1) means 3 digits are allowed, and 1 digit to the right of the decimal is allowed. You need to change it to Decimal(4,1) if you want those other values. That is not correct. From BOL: 'p' Specifies the

Re: Gateway Pages and IIS

2005-08-12 Thread Short Fuse Media
Rewrite is your friend! Love it, breathe it, pet it For instance, I believe with something like ISAPI rewrite: http://www.isapirewrite.com/ the configuration file is loaded dynamically, so all you'd have to do is programatically add rewrite strings to the config file for each url you'd map

Re: Add additional rows

2005-08-12 Thread Tanguy Rademakers
Hello, I came across this a while ago: http://www.formassembly.com/ the examples are very interesting, but at the time (a few months ago) it was still a little too fresh for my tastes. In the meantime they've released a new version, might be worth taking a look. There's an example of what

Re: Studio 8 announced

2005-08-12 Thread Ken Ferguson
Now that depends on your client now doesn't it. If the majority of your clients are small mom and pop operations then what you claim is probably true. I think it's also good to keep in mind that the majority of clients in the world are either smaller companies or want to spend as little

RE: Decimal to Decimal Error

2005-08-12 Thread Dave.Phillips
My bad I thought the decimal (.) is included in the digits I must be thinking of a different database language. By the way, what is 'BOL' ? Dave -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:39 PM To: CF-Talk Subject: RE:

RE: Changing the list email address

2005-08-12 Thread Dave.Phillips
Sounds like a question for Mr. Dinowitz then. Sorry, I didn't get that it wasn't actually changing on the website either. Dave -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:27 PM To: CF-Talk Subject: RE: Changing the list email

  1   2   >