help with string manipulation (Find,Replace)

2004-03-29 Thread cf coder
I've tried hard to find a solution to my problem but have had no luck. I am pulling the data from the 'comments' column in a database table. The data in the comments column looks like this. "TEST - CLOSE CALL *** 10/28/2003 2:53:52 *** THIS IS A TEST- PLEASE CLOSE CALL *** 04/06/2003  12:33:5"

Re: Printing X records/page

2004-03-28 Thread Cutter (CF-Talk)
--- Original Message - > From: Jochem van Dieten <[EMAIL PROTECTED]> > Date: Sat, 27 Mar 2004 17:22:14 +0100 > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Re: Printing X records/page > > Spectrum WebDesign wrote: >  > >  > Our query returns hundreds os records for

Multiselect results

2004-03-27 Thread Cutter (CF-Talk)
Ok, I have a form to edit/update an apparel item. In the form is a multiselect to list colors. It's fairly easy to use the list find() function to see if an item is already listed and if not to add it to the db, but what about seeing if they have eliminated any of these colors? How would I prog

Re: Query Output in a cfscript

2004-03-27 Thread Cutter (CF-Talk)
yQuery.recordCount; i = i + 1){ > writeOutput(myQuery.myColumn[i] & ''); > } >   -Original Message- >   From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] >   Sent: Saturday, March 27, 2004 7:56 PM >   To: CF-Talk >   Subject: Query Output in a cfscript >

Re: Query Output in a cfscript

2004-03-27 Thread Cutter (CF-Talk)
iteOutput() > > something like this should work: > > for(i = 1; i lt myQuery.recordCount; i = i + 1){ > writeOutput(myQuery.myColumn[i] & ''); > } >   -Original Message- >   From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] >   Sent: Saturday, Mar

Query Output in a cfscript

2004-03-27 Thread Cutter (CF-Talk)
I have an object for an apparel item. This item may come in 10 different colors. I have a db table which will have an entry for each color associated with an item (referenced by the item id and the color id). When initializing my apparel item I want to have a property of colors. This would be a

Re: passing variables in app.cfm for use with cfinclude

2004-03-27 Thread Cutter (CF-Talk)
Butch, First thing I would do, prior to the put in a of that variable's scope to see if it is in fact there. Cutter Butch Zaccheo wrote: > I trying to setup cf_nuke 4.6... I keep getting a runtime error saying > that a variable that is set in the application.cfm does not exist. The > variab

help with drop-downs and onChange

2004-03-25 Thread cf coder
I have two select boxes (drop-down boxes) in my form, they both have a different onChange function. I want both the drop downs to call the same function. >   blah blah >   blah blah Hope I am making sense. Here is my code. function setDept1() {   if (document.frm.select1.selectedIndex != 0

ECommerce practices

2004-03-24 Thread Cutter (CF-Talk)
Just looking for other's insight. Can't think of a better group to ask... I'm setting up a custom ecomm area (current is a setup using the JASC component my boss implemented before I got here). What the big boss would like is something that wouldn't fit into the general templates you find all o

Re: Invoking CFCs

2004-03-23 Thread Cutter (CF-Talk)
Thanks for getting back to me. This is the problem I am having. My host set up a mapping (Linux, apparently still running 6.0...) but every thing I am trying is just erroring out. Usually saying the template can't be found. I'm goin' nuts over here... Cutter Raymond Camden wr

Invoking CFCs

2004-03-23 Thread Cutter (CF-Talk)
Is it possible to use a path (relative or physical) in the component property of the cfinvoke tag instead of dot notation? Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

proxy + cfhttp +dns resolution +script ?

2004-03-22 Thread cf-talk
Hi list, a customer uses a proxy-server which is used to access the Internet. With the following tag (cfhttp) I coded an application to access and check links. method="GET" resolveurl="true" timeout="10" throwonerror="No" proxyserver="proxyconf.domain.com"

Re: Updating an extra sort order column

2004-03-22 Thread Cutter (CF-Talk)
u have the new 7. This would require that the old 5 become a temporary record until the other three items have been reordered. I had a similar project once in a C++ class dealing with changing the sort order of an array. I think that this would have to be a good mix of SQL and CF programmatic code i

Re: CFFILE question

2004-03-22 Thread cf
could always write it to a zip file after writtining to excel > I have an excel file that I have written from a query. When clicking on > the link to download the file, how do I get it to ask to download it as > opposed to opening it in IE? > > Thanks! > > [Todays Threads] [This Message] [Su

SOT: form submission

2004-03-19 Thread Cutter (CF-Talk)
How does one keep a form from submitting when a user presses ENTER? (Only want them to submit from the button...) Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: date dropdown

2004-03-19 Thread Cutter (CF-Talk)
Robert, Do a search on popDateTime from the CF Exchange on MM's site. Works great. Cutter Robert Orlini wrote: > Anyone out there know where I can find a CF or _javascript_ date drop down > with day, month, year that a user can select from and send to a form? > > Than

Session variables

2004-03-18 Thread Cutter (CF-Talk)
OK, I seem to remember seeing this somewhere here before, but I can't find anything in the archives. I'm using session vars to maintain persistent login (as well as other user details that may be required) but I'm receiving messages from users about errors saying that these variables don't exis

RE: Good (inexpensive) domain registration

2004-03-18 Thread cf-talk
) and then use http://www.xname.org for DNS. -Novak -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:15 PM To: CF-Talk Subject: Re: Good (inexpensive) domain registration www.registerfly.com   has a special going right now, plus, they pr

RE: Good (inexpensive) domain registration

2004-03-18 Thread cf-talk
http://www.iregistrations.com I believe it's $5.95 USD per domain... interface works nice, etc. -Novak -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 12:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I ne

RE: Postal Address Validation & CFMX

2004-03-15 Thread cf-talk
Have you seen these guys? http://www.serviceobjects.com/products/dots_address.asp -Novak -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 12:30 PM To: CF-Talk Subject: Postal Address Validation & CFMX Does anyone do any Postal Add

Re: Session Variable

2004-03-14 Thread Cutter (CF-Talk)
Can you use a hidden frame when going to and from your gateway? By doing so your user would stay within your site while the transaction is processed so your session variables may continue to exist. Just a thought... Cutter Paul Vernon wrote: > Dwayne, > > > We don't rely on session variables

RE: SOT: 20 meg updater for DWMX 2004

2004-03-13 Thread cf
that was very lame peter, lmfao > You must be a "newbie" and not a coder of 8 or more years then. > >   _ > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, 13 March 2004 2:25 PM > To: CF-Talk > Subject: Re: SOT: 20 meg updater for D

RE: SOT: 20 meg updater for DWMX 2004

2004-03-12 Thread cf
im sure MM would do something for u. lets face the facts, cf isnt popular enough to do that with and heck you only gotta pay $29 for an update to hs, just cause u dont like dw doesnt mean that u should bash it on here evertime its brought up. btw~ i dont recall ever mentioning stock prices &

Re: SOT: 20 meg updater for DWMX 2004

2004-03-12 Thread cf
e used "Timeline" feature so why not a > decent SQL Builder tool like that provided in CFStudio/HS? > > When providing training for Centrelink (26,000 staff) I was embarassed > to learn how lame DWMX's SQL tools were compared to HS (5.5) or even CF > Studio 5. > > If M

RE: 20 meg updater for DWMX 2004

2004-03-12 Thread cf
it out but I can't seem to find it. > > Neal Bailey > Internet Marketing Manager > E-mail:   [EMAIL PROTECTED] >   _ > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, March 12, 2004 5:16 PM > To: CF-Talk > Subject: RE: 20 meg updater for D

RE: 20 meg updater for DWMX 2004

2004-03-12 Thread cf
there is an extention 4 it also things like hard-coder tools and im dl'ing a new extention right now for cf tools [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFCs...best practices, tutorials, examples...

2004-03-12 Thread Cutter (CF-Talk)
There's a great write up on MVC with CFMX on benorama.com in the CF section. Cutter Jeff Small wrote: > I've made it my mission to start all new sites that we develop using CFCs. > I'd like to wrap the queries in CFCs, I'd like to perform logins using > CFLogin and

transfering dremweaver, flash & contribute sites

2004-03-11 Thread cf
or simply backing up hey & its FREEE http://mm-exporter.joexx.de/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: how to submit a form by pressing enter - bit complicated!

2004-03-11 Thread cf coder
thanks so much for your reply. I removed the onClick event and added the onSubmit event and it works. Thanks again, much appreciated. cfcoder >Place the code from the onClick of the image in the onSubmit of the >form. > > >method="get" return >false;"> >... >    >name="next_button" src=""> >bo

how to submit a form by pressing enter - bit complicated!

2004-03-11 Thread cf coder
Hello Everybody, Can I just say that I've looked everywhere to find a solution to this problem and have failed. I am posting my code and would really appreciate if someone could help. I have two forms in my page each contained in a div tag. Actually the second form is called from a iframe from wi

Re: webcam et coldfusion

2004-03-09 Thread Cutter (CF-Talk)
n the page showing the feeds. This isn't a function of CF, though I use CF to dynamically change the server IP and camera reference when someone clicks on a link for a different camera. I also feed an audio stream from our radio station (irieradio.com) for internet radio. This uses Win

RE: quick help with converting from asp

2004-03-08 Thread cf
thanks Dave i figured it would use CFHTTP but i havent played with that to much yet > This is just a guess; I haven't played around with this stuff in a > while. > >> //unsure of this code >> Set xmlHTTP  = Server.CreateObject("Msxml2.XMLHTTP.4.0") > > > >> //unsure of this code >> xmlHTTP.Open

quick help with converting from asp

2004-03-08 Thread cf
kinda unsure of how this msnxml thing is i need to convert the following code to cfm Dim weatherURL Dim weatherPath Dim weatherZip Dim weatherGet Dim weatherData Dim xmlHTTP Set xmlHTTP  = Server.CreateObject("Msxml2.XMLHTTP.4.0") If Request.Form <> "" Then weatherZip  = Request.Form("zipCode_t

Re: Newbie Locking Question

2004-03-08 Thread Cutter (CF-Talk)
t; Blog   > http://www.tacofleur.com/index/blog/ > Methodology http://www.tacofleur.com/index/methodology/ > > Tell me and I will forget > Show me and I will remember > Teach me and I will learn > > -----Original Message- > From: Bob Haroche [mailto:[EMAIL PROTECTED]

Re: DWMX Question - upgrading

2004-03-08 Thread cf
http://mm-exporter.joexx.de/ > And as for all my customisations and tweaks, if I just copy the folder > C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration and stuff > underneath it,  then copy it back over again, will that work? > > > > (My current version is DWMX6 and I'm updating to

cfxml tag

2004-03-05 Thread cf
im using this tag on on linux box with  redsky but when this tag runs it throws an error saying its an invalid cfx tag. anyone had this before? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: mysql id ?

2004-03-04 Thread cf
ok, let me see if i can explain this better what i am doing is my customer has a flyfishing shop and we have a section where he can show how he makes his flies. so when he goes to add a fly it needs to pull the last ParentID out to that it can add 1 to it. the main db fields are ID=auto, ParentID=

Re: mysql id ?

2004-03-04 Thread cf
lol yeah yeah ben, i take it u wont be at the meeting tonight? i guess i forgot to point out that this ISNT the main ID field its a secondary field. ok its like this. what im doing is making steps showing how to make something. the field i am trying to get (which btw, i got to work) is named Pare

mysql id ?

2004-03-04 Thread cf
whats the "proper" way to get the last inserted id out, u cant use max(id) i dont believe. however say the last number was 56, there could be 20 or so 56's i just need to have the next one insert as 57. i know i can so some things with the query but it behaves odd sometimes ty [Todays Threads]

File Exists

2004-03-02 Thread Cutter (CF-Talk)
How do I check for the existence of a file on the server? Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

How do I get ...

2004-03-02 Thread Cutter (CF-Talk)
I've got an event table where I may pull several records of events for a single date. How do I single out the record with the latest start time (time field in MySQL)? Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFC Wrapper for ImageMagick?

2004-02-29 Thread cf-talk
Same here... I looked at the wrapper once but in the end I just found it easier to use CFEXECUTE and and pass the arguments I needed. -Novak -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Sunday, February 29, 2004 1:06 AM To: CF-Talk Subject: Re: CFC Wrapper

Re: DateFormat misery

2004-02-27 Thread cf coder
LSDateFormat does the trick. Thank you all for your help >I've just noticed that if the date selected is 20/2/2004 11:35, dateformat >correctly outputs it - 2004/02/20 (/mm/dd), but if the date selected is >5/2/2004 11:35, the output is - 2004/05/02. I have the meta tag on top of my page > > >

Re: DateFormat misery

2004-02-27 Thread cf coder
I've just noticed that if the date selected is 20/2/2004 11:35, dateformat correctly outputs it - 2004/02/20 (/mm/dd), but if the date selected is 5/2/2004 11:35, the output is - 2004/05/02. I have the meta tag on top of my page Any thoughts? >Probably, your locale is US, so it formats a US

DateFormat misery

2004-02-27 Thread cf coder
Hello everybody, I can't understand what's happenning here. I have form with a text field and a date selector that pops up when a user clicks on a img next to the text field. If I select a date from the calendar, say for example I selected this: 5/1/2004 11:04 (05 Jan. 2004), the text field is set

Re: OT: Save/Open file in Flash

2004-02-26 Thread cf
sure but u will need to use cfm to write the file should be very easy the harder part would be to look for the file but that shouldnt be to hard > Is it possible to do a "Save As" in Flash to store a text file with user >  info? > > I want to bring up a dialog box that asks you to browse to the

How do I...

2004-02-26 Thread Cutter (CF-Talk)
pull all records from a table with the word "Beach" in the contents of a field? Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Flash detect

2004-02-26 Thread cf
no but you can make a small flash movie and have it send variables out to a cfm page on whether or not it has flash and if it has the minimal version or not. now are u looking to just detect flash or at least a specific version minimum of flash? there is a big difference if u contact me off list

Re: still having a problem with insert

2004-02-25 Thread cf
like ppl keep saying the word "type" is a reserved word and WONT work u will have 2 rename that field in your database, no ands, ifs or buts about it. read this, straight from the mothership http://www.macromedia.com/support/ultradev/ts/documents/insert_into.htm > Error Executing Database Query

Re: regex ?

2004-02-24 Thread cf
ty it worked great! > you know you could use create date if they are all in that format... > > #createDate(listLast(string, " "), listGetAt(string, 2, " "), > listFirst(string, " "))# > > this might work...  then you can get what you want out of it using > dateFormat or whatever. > > HTH > > Tom

Re: CF Link Management

2004-02-24 Thread cf-talk
Hello Justin, Monday, February 23, 2004, 5:06:54 PM, you wrote: JJ> Is there a way to check links on complete dynamic website in Cold Fusion?  What is the best way to approach creating this application?  I understand each link has values like (i.e. 200, 404, 500, JJ> etc), so I could check each l

Re: SOT: SQL question (Resolved)

2004-02-23 Thread Cutter (CF-Talk)
This is why I love this list! You guys (and the few gals) are the bomb! Cutter Mark A. Kruger - CFG wrote: > Yes but Query of queries DOES support the union key word. > > -Mark > >   -Original Message- >   From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] >   S

Re: SOT: SQL question

2004-02-23 Thread Cutter (CF-Talk)
As listed in the original post, my ISP is using MySQL 3.23 (which has no support for union)... Cutter Ubqtous wrote: > Cutter, > > On 2/23/2004 at 14:50, you wrote: > > CCT> **qEventList QofQ** > CCT> select  * > CCT> fromqHoliday, > CCT> qHoliday2

Re: SOT: SQL question

2004-02-23 Thread Cutter (CF-Talk)
I've tried a query of query situation, but it is not returning all records from both tables, and I believe it may be because both tables have a key value that match. Here are my queries and the end results: **qHoliday** select h.intHolidayPlusID as ID, h.txtHolidayPlusTitle as Title, h

SOT: SQL question

2004-02-23 Thread Cutter (CF-Talk)
Ok, I'm back to this. Have an ISP who is using the outdated MySQL 3.23, which does not support Union statements in it's syntax. I need to combine the data of two separate but similar statements so that I may sort on a certain field. These two tables are not Joined by any keys, though it could b

OT: excel/access-editing/reimporting question

2004-02-23 Thread cf-talk
Hi list, a customer of mine doesn't like MS-Access at all. She likes to edit/delete data with MS-Excel. But the backend for the CF-App is in MS-Access. Is there any option she can edit her data with Excel ? I thought of reimporting the data to access via an Excel ODBC, but the data-change

Re: regex ?

2004-02-23 Thread cf
ty! i dont need or expect to do it in 1 line but doing 40 switches is the very long way im sure > Are you wanting to do it in one line? I think you'd need to do multiple > regexs anyway. > > You could just use the list functions (code untested): > > >    >    > "> > > >    >    > "> > > >   

Re: regex ?

2004-02-23 Thread cf
ty! i will give it a shot > you know you could use create date if they are all in that format... > > #createDate(listLast(string, " "), listGetAt(string, 2, " "), > listFirst(string, " "))# > > this might work...  then you can get what you want out of it using > dateFormat or whatever. > > HTH >

Re: regex ?

2004-02-23 Thread cf
-- Original Message - > From: <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, February 23, 2004 2:49 PM > Subject: RE: regex ? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: regex ?

2004-02-23 Thread cf
with a bunch of cfswitchs but is there a better way? ty :) > RemoveChars(str,1,2) > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: maandag 23 februari 2004 14:02 >> To: CF-Talk >> Subject: regex ? >> >

regex ?

2004-02-23 Thread cf
i need a regex that will strip the first 2 charachters from the value ex: the # will be 2004 but i just need the 04 part ty :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Another Set of Eyes...

2004-02-21 Thread Cutter (CF-Talk)
Sorry about that. Don't know why it killed the code. I did figure out the problem though. My ISP is using MySQL 3.23 and Union isn't supported until MySQL 4.0. I'm having a bad day right now. Cutter Philip Arnold wrote: >  > From: Cutter (CF-Talk) >  > >  > I a

SOT: Another Set of Eyes...

2004-02-21 Thread Cutter (CF-Talk)
I am getting the following error and I can't understand why. Code of statement is below it. Any help is appreciated... Syntax error or access violation: You have an error in your SQL syntax near 'union select s.intSpEventsID as ID, s.txtSpEventsTitle as Title, ' at line 8 The error occurred in

Re: session variables help

2004-02-20 Thread cf coder
I finally got it to work. I'm assigning client variables cfid and cftoken to the cfid and cftoken cookie variables and storing all client information in client variables. Does the job for me. Thank you all for your help [Todays Threads] [This Message] [Subscription] [

Re: OTish: Killing a session on a closed browser

2004-02-20 Thread cf coder
I finally got it to work. I'm assigning client variables cfid and cftoken to the cfid and cftoken cookie variables and storing all client information in client variables. Does the job for me. Thank you all for your help [Todays Threads] [This Message] [Subscription] [

Re: OT: from access to mssql

2004-02-20 Thread cf
lol, ok i really need 2 go to bed never used this but i know of it http://ems-hitech.com/quickimport/ lots of good sql tools there > oi cf!! > > aye, that would be cool... if it was mysql :) good link though, ta > > /c > > > -- > > > =-=-=-=-=-=-=-=-=-=-=-=-=-

Re: OTish: Killing a session on a closed browser

2004-02-20 Thread cf coder
ed. Best Regards, CFCoder >I use the following code in my Application.cfm >This way,once the browser is closed, they can no longer access that >specific session > > > >    >     >    > > > >Dave > > -Original Message- > From: cf cod

Re: session variables help

2004-02-20 Thread cf coder
please can somebody help > I am not setting the sesion variables again and again. The code is > inside a IF block. > > > >    >   >    > > > >     > > > > > When users perform the search the url variable SEARCHBUTT is passed in > the query string. It only gets passed to the sea

Re: OTish: Killing a session on a closed browser

2004-02-20 Thread cf coder
Does anybody know how to do this. I am trying to do the same thing but can't figure out how. Please help. cfcoder > Hey all, > > Is there a way through _javascript_ or some other resource to detect > when the > browser window is closed so I can end a session? > > The problem is, this can only h

Re: OT: from access to mssql

2004-02-20 Thread cf
i bought a program from here http://www.dmsofttech.com/ called access2mysql worked great! now if i can just remember to put the right table names in my queries i will be golden ;) > oi CF-Talk,!! > >   when  i  am  importing  data  from  access  to  mssql,  how  do i get > it to tr

Re: mySQL date ? SOLVED

2004-02-20 Thread cf
Stephen, thanks 4 helping, everyone else too oh and yes I had thought all along that update was a reserved word but if that was the error I woulda got a different error message but i am suprised noone said anything, lol but ur gunna kick my *ss!! i had the wrong table called in the statement, lm

Re: mySQL date ?

2004-02-20 Thread cf
i had already tried all those but 1 which is     INSERT INTO guide (title, content, update) VALUES ('#title#', '#content#', #createodbcdate(now())#) and i get this Error Executing Database Query. Syntax error or access violation: You have an error in your SQL syntax. Check the man

Re: mySQL date ?

2004-02-20 Thread cf
; i get >> >> Error Executing Database Query. >> Syntax error or access violation: You have an error in your SQL >> syntax. Check the manual that corresponds to your MySQL server version >> for the right syntax to use near 'update) VALUES ('dd', >&

Re: session variables help

2004-02-20 Thread cf coder
I am not setting the sesion variables again and again. The code is inside a IF block.             When users perform the search the url variable SEARCHBUTT is passed in the query string. It only gets passed to the searchresults page when the search button is clicked. The above code on

Re: mySQL date ?

2004-02-20 Thread cf
y to default it in the database. > > I'm using mySQL, I have datetime and date fields in multiple tables.  I > use CreateODBCDateTime, CreateODBCDate and CF Now() as well as the mySQL >  now() function to insert dates/datetime into the database. > > > >> however, i didnt kno

Re: mySQL date ?

2004-02-20 Thread cf
actually all i want is the date, no time or anything, just the stupid friggin date, lol dam seems so basic and i may not know much but i thought i knew this. i just dont see why i cant set the Date() variable and insert is as reg text, it should work right but doesnt, go figure this is all i nee

Re: mySQL date ?

2004-02-20 Thread cf
thanks but already been there.. done that in access i would set the db asa date/time and use either Now() or Date() as the default and it was fine but mysql when i do that enters the words not the values however, i didnt know that reserve words mattered in variables to, i thought it was just the

mySQL date ?

2004-02-19 Thread cf
i just moved a db from access to mysql and its choking on the date insert. I seem to remember something about dates are diff in mysql the db the date fiels is set to int and here is some code     INSERT INTO guide (title, content, update) VALUES ('#title#', '#content#', '#date

session variables help

2004-02-19 Thread cf coder
Hello Everybody, I've been asked to do the site search. The search form has 12-15 form fields, on form submission, I'm passing the form field values in a query string to the action page. I read the url variables from the query string and pass them to the sql database and display the results. I've

Re: Tying it all together...

2004-02-18 Thread Cutter (CF-Talk)
Jochem van Dieten wrote: > > How different are special events from events? Can't you just have one > Events table that holds them both? > > I would probably use: > > tblevents: > intEventsID int(11) unsigned auto_increment > intEventDatesID int(11) > dtStartTime time > dtEndTime

Tying it all together...

2004-02-18 Thread Cutter (CF-Talk)
Ok, progress and headway is being made, but now I'm a little stuck. I've created three tables, one for events (tblevents), one for holiday or "plus" events, and a table for special events (tblspevents). Here are the basic layouts (db is MySQL 3.23 [why can't my host upgrade?]): tblevents:    

Re: xml ?

2004-02-15 Thread cf
its just coming out of a db that wasnt made for xml, just trying to redo it. luckly there isnt awhole lota info in there. I guess I'll go clean it up ty :) > The problem you are running into is that � is and illegal XML > character :). If you check a Unicode chart ( > http://www.cs.newcastle.edu

Re: Looking for someone who knows CFMX AND PHP

2004-02-15 Thread cf
maybe find some info here http://www.sephiroth.it/ > I have to write some instructions for PHP users to consume a web service > I've made available, but I don't know much about PHP.  Certainly not > enough to write the instructions for them to use in their website. > > Is there some kind soul w

Re: Coldfusion possibly altering Browser Agent Stats? Anyone?

2004-02-14 Thread cf-talk
Hi Jay, this surprises me, that it worked well on a non CF-site. I had the same problems and I askes DeepMetrix to give me some information on this. The following lines are their response: In the 'Browsers By --> User Agent' report for Statistics Server v5.03: IE 6.0 is reported as

Re: easy dhtml menu

2004-02-09 Thread Cutter (CF-Talk)
;   "Daniel > Farmer"   >       <[EMAIL PROTECTED]To:   CF-Talk > <[EMAIL PROTECTED]>

Re: OT:Free Mail Clients

2004-02-07 Thread cf
http://www.pmail.com/ i used to use this and its great :) > Anyone know of any good free email clients? I tried Eudora and > Nutscrape. Eudora croaks when trying to import Outlook Express > mailboxes, and Nutscrape will not connect to my outgoing server. > > Thanks, > > Bruce > [Todays Threads]

Re: Advertising Hosting & Tracking

2004-02-07 Thread Cutter (CF-Talk)
uct has been discontinued. > > > Thanks > -- Jeff > >   _   > > From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] > Sent: Friday, February 06, 2004 1:25 PM > To: CF-Talk > Subject: Re: Advertising Hosting & Tracking > > Jeff, > > I demo'd Fu

ot: broswe viewer

2004-02-06 Thread cf
i know we have alked about this before on here but could get anything outta archives looking for a program that emulates different versions of browers to check your code. does anyone remember the name of it? ty [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin

Re: Advertising Hosting & Tracking

2004-02-06 Thread Cutter (CF-Talk)
Jeff, I demo'd FuseAds recently. Though we haven't started using it yet (it's coming though) I was impressed with it's ease of use. The ability for an advertiser to view it's own stats was a plus. Pricing seemed fairly reasonable as well. Cutter Jeff Chastain wrote: > I am working on a devel

Re: About CF calendar..

2004-02-06 Thread Cutter (CF-Talk)
ar/"> >  > >  > >  > Regards, >  > >  > >  > __ >  > MSc. Hassan Arteaga Rodríguez >  > Microsoft Certified System Engineer. >  > DIGI- Grupo de Desarrollo >  > COPEXTEL, S.A. >  > >  >   _   >  > > 

SOT: MySQL and CF

2004-02-06 Thread Cutter (CF-Talk)
e may have thought along these lines. Recently I was looking at evaluating a CF RAD tool under development (no details yet, but I'll let you know if and when I'm able). The tool looked like it would do all the things I wanted, yet I came to find out it didn't support mySQL. When

Re: Import snippets into Dreamweaver MX 2004?

2004-02-05 Thread cf
when i make a snippet i just make it in homesite and save it and when i open up dwmx there it is. so i'd assume u can do the same > Is there any way to import snippets from Coldfusion Studio 5 into of > Dreamweaver MX 2004?  Looks like Massimo Foti awesome snippet converter > only works for MX an

Re: Sort snippets list in Dreamweaver MX 2004?

2004-02-04 Thread cf
i suppose there is a xml file somewere to edit and if so u could be ultrasmooth and make a query that runs on localhost to sort it for u every fews days or whatever. massimo is the man to ask what folder to edit though > Is there anyway I can sort Snippets lists that I create in Dreamweaver > M

Re: OT: Scrolling Div

2004-02-02 Thread Cutter (CF-Talk)
http://www.seacrets.com/test.cfm Cutter Thomas Chiverton wrote: > On Saturday 31 Jan 2004 15:18 pm, Ubqtous wrote: > > .notes-box {background-color : White; overflow : auto; height: 200px; > > border : 1px solid Silver;} > > Is there a live example of that working anywhere ? > > -- > Tom Chiver

RE: Content Editor for the web

2004-02-02 Thread cf
get josh duras flash one. works great. u can pop it up off a page to save space and post it to the insert cfm page, its quicker than making a reg one but its flash so it scares 1/2 u away > On Mon, 2004-02-02 at 14:37, Barney Boisvert wrote: >> Interesting.  I didn't know that.  Though KTML cert

RE: Simple UPDATE Stuff Driving Me Insane...

2004-02-02 Thread cf
s not correspond to the range of values specified for the data type i dont know crap but i nailed this one :) > Maybe that could be part of the problem as there is a date field but it > only gets filled on the insert when the user first joins up. > > -Original Message----- >

RE: Simple UPDATE Stuff Driving Me Insane...

2004-02-02 Thread cf
joins up. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 02 February 2004 19:02 > To: CF-Talk > Subject: Re: Simple UPDATE Stuff Driving Me Insane... > > make sure ur formatting the dates correctly going into the date/time > field

Re: Simple UPDATE Stuff Driving Me Insane...

2004-02-02 Thread cf
make sure ur formatting the dates correctly going into the date/time fields of the db. access chokes if its empty or formatted wrong 99% of the time this is where that error message comes from > Hi guys, > > I've got an update field where I'm. you guessed it, updating a table. > > I keep getting

Re: Flash HTML Editor?

2004-02-02 Thread cf
lol, not quite what he meant ;) > On Friday 30 Jan 2004 19:46 pm, Rob Rohan wrote: >> Does anyone know of a free flash or java html editor? (At any level of >> development) > > Perl and PHP both have methods for generating flash. > > -- > Tom Chiverton > Advanced ColdFusion Programmer > > Tel: +

OT: Dreamweaver MX wins Excellence in Technology Award

2004-02-01 Thread Cf-talk
Macromedia Dreamweaver MX 2004 took top honors in Small Business Computing Excellence in Technology Award in the Design Tool/HTML Editor category. The overwhelming favorite took in 55 percent of the vote, solidifying Dreamweaver's position as favorite among professional e-commerce site designers. I

<    2   3   4   5   6   7   8   9   10   11   >