Re: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Jeff Small
How do the physical paths map to the website? For example, does C:\Inetpub\wwwroot\MySite in your dev environment map to www.something.ext\MySite in dev? Yes, exactly that. How does it look in production? Do you mean, how do the paths differ on the production machine? I believe that the

CFCs and paths...I'm having a couple of problems...

2005-03-14 Thread Jeff Small
Okay, so I've got a site on my localhost. I'm setting it up to use CFCs and I've got my CFC all created, and it's working locally perfectly. The path is C:\Inetpub\wwwroot\MySite I have the CFC in the root of my site, and it's called, let's say, myCFC.cfc. So in my page, I have the code that

Re: CFCs and paths...I'm having a couple of problems...

2005-03-14 Thread Jeff Small
...that kinda reeks. I'm still a little confused, but I obviously have more to read, so rather than complain here, I'll quietly go read what I need to get it to work. Jeff, confused ~| Find out how CFTicket can increase your

Re: CFCs and paths...I'm having a couple of problems...

2005-03-14 Thread Jeff Small
Just create the mapping on both your local and live sites. Use hardcoded fully qualified paths if you can... try to avoid dynamic path names when refering to the names of CFCs. It makes things easier to understand when you look at it later, and if you have to change the names at some point

Re: CFCs and paths...I'm having a couple of problems...

2005-03-14 Thread Jeff Small
OT And HTC is the largest telephone cooperative in the US. Not just some little local telco. :-) /OT - Matt Small Well, you-know-who is lurking, so I figured I'd take a couple digs...make sure he's paying attention...heh. - Jeff Small (not related to Matt...seriously

RE: Making my form not screw up my table, yet validate?

2005-03-13 Thread Jeff Garza
times a form within a table has messed up the layout. Fortunately, I code mainly for IE so I can intersperse my form tags wherever I want... ;-) Good Luck! Jeff Garza -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 4:08 AM To: CF-Talk

RE: Making my form not screw up my table, yet validate?

2005-03-13 Thread Jeff Garza
Yes, you can also manually adjust the margins and other attributes, I've just always found that setting the element to inline removes the margins completely and is shorter than adjusting each one. Cheers, Jeff -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent

Easiest way to have a period in a struct key?

2005-03-13 Thread Jeff Chastain
have been able to do this with a very ugly combination of a DE function and a set of string functions, but I was hoping for a cleaner method. Anybody? Thanks -- Jeff ~| Logware (www.logware.us): a new and convenient web-based

RE: Easiest way to have a period in a struct key?

2005-03-13 Thread Jeff Chastain
. Thanks again -- Jeff -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 5:05 PM To: CF-Talk Subject: RE: Easiest way to have a period in a struct key? Use array notation test[variables.self] = 123 Ade -Original Message- From: Jeff

RE: Easiest way to have a period in a struct key?

2005-03-13 Thread Jeff Chastain
. Thanks -- Jeff -Original Message- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 6:58 PM To: CF-Talk Subject: Re: Easiest way to have a period in a struct key? Hey Jeff... I'm still not 100% sure of your needs, but CF already offers a reference

RE: reset button

2005-03-11 Thread Jeff Garza
You will have to use some javascript to do the reset. Add in onclick=document.myform.reset() to your button tag. HTH, Jeff Garza -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 9:12 AM To: CF-Talk Subject: OT: reset button Is there a way

Re: How to Browse and Choose Directory...

2005-03-10 Thread Jeff Garza
Look at Infomentum's AppletFile. I've used it numerous time and it works quite well for both uploads and multi-file downloads. http://www.infomentum.com/AppletFile/index.html More pricey than $62, but it really is a good applet... Cheers, Jeff Garza - Original Message - From: Rick

CFMX Enumerated Type

2005-03-10 Thread Jeff Chastain
of Equals to do comparisons, GetType to get the type of the current instance, etc. I can handle the methods as they would just be cffunctions in the component. How would you (or could you) setup the static fields though? Am I missing something obvious? Thanks -- Jeff

RE: CFMX Enumerated Type

2005-03-10 Thread Jeff Chastain
That was my expectation, I just wanted to make sure I was not overlooking the obvious. Thanks -- Jeff -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 7:43 PM To: CF-Talk Subject: RE: CFMX Enumerated Type I am playing around in the OO

OT: query problem

2005-03-09 Thread Jeff Fongemie
Something odd here. Using mySql with a timestamp field, I'm trying to query records from the last seven days up until right now. I've got this: where date_entered = curdate() and date_entered = DATE_SUB(curdate(),INTERVAL 7 day) This results in records from one day back to seven days

Re: OT: query problem

2005-03-09 Thread Jeff Fongemie
for the date only. How can I query for records created within the last seven days??? -Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

Re: CFC and Flash datagrid

2005-03-08 Thread Jeff Garza
with it... Funny thing is that it works fine with a query if you return a Web Service object, but not with Remoting. My .02... Jeff Garza - Original Message - From: Mike Nimer [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, March 08, 2005 7:14 AM Subject: RE: CFC and Flash

MX perfmon counters

2005-03-08 Thread Jeff Congdon
. Is there a quick and easy solution to this? Thanks, -Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http

Re: MX perfmon counters

2005-03-08 Thread Jeff Congdon
Oh yes, the large checkbox that says enable performance monitoring, heh. I have now, and it works. Thanks! -Jeff Brook Davies wrote: Have you enabled the extended debugging in the cfadministrator debugging settings? At 12:04 PM 3/8/2005, you wrote: Hi list, In trying to track down

Re: Devnet and XML

2005-03-02 Thread Jeff Fleitz
the registry. I am running DevNet on my laptop and could just as easily use the developer version (wish I would have known about the XML issue before I installed), but I am loathe to uninstall/reinstall unless I absolutely have to. TIA, Jeff On Wed, 2 Mar 2005 13:49:33 -0800, Barney Boisvert [EMAIL

Re: Devnet and XML

2005-03-02 Thread Jeff Fleitz
Thanks, Michael. On Wed, 2 Mar 2005 18:01:43 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: You can edit this file and remove the sn: C:\CFusionMX7\lib\license.properties Is there a way to back out of the DevNet license to the developer license without doing another install? I know you

Re: comma-separated list

2005-02-28 Thread Jeff Garza
Any particluar reason you need the database to return it in this format? If not, CF will take care of it for you. Try the following with your original query: CFOUTPUT(#valuelist(myquery.mycolumn, ,)#)/CFOUTPUT Cheers, Jeff Garza - Original Message - From: Roberto Perez [EMAIL

Re: CFMX Development Speed

2005-02-25 Thread Jeff Fleitz
I just read something recently that indicated that Perl usage was slipping, but only because people were moving fomr there to Python and Ruby. Still staying in the scripting camp, but moving to newer languages. Jeff On Sat, 26 Feb 2005 00:02:41 +0800, James Holmes [EMAIL PROTECTED] wrote

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike, I am using XP Pro SP2 with the multiserver config, but the config shown here should be the same. See if this helps. Jeff Mike Kear wrote: Yes I could and unless I resolve this soon, that's what I'll have to do, but I would rather install CF7. If I go back to CFMX6.1 now

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike, I am using XP Pro SP2 with the multiserver config, but the config shown here should be the same. See if this helps. Jeff On Thu, 24 Feb 2005 00:57:45 +1100, Mike Kear [EMAIL PROTECTED] wrote: Thanks Adam. Lets suppose I havent got a clue what I'm talking about. (It's possible

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
I attached an image. Guess it got clipped... I will send it off list. Jeff On Thu, 24 Feb 2005 01:32:25 +1100, Mike Kear [EMAIL PROTECTED] wrote: On Wed, 23 Feb 2005 09:17:42 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote: Hi Mike, I am using XP Pro SP2 with the multiserver config

OT: FCKEditor XML Error

2005-02-23 Thread Jeff Chastain
appreciate it. Thanks -- Jeff ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i

SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
. This should be easy: cfif total LT 0 cfset total = total * -1 /cfif Why the heck doesn't the conversion or the test work??? Is it that the data type is decimal instead of numeric?? Am I missing something stupid... Thanks... Jeff

RE: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
Abs(total) ?? - Original Message - From: Jeff Waris [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, February 22, 2005 3:04 PM Subject: SIMPLE number conversion PROBLEM I am using SQL Server 7 and have a total field that is a Data Type

Re: onTap Framework - Opinions on My First Captivate Demo

2005-02-20 Thread Jeff Fleitz
Hey Isaac, In the first minute of the presentaion is sounds like you say 'When I first decided to release the onTap framework in August of 1993'. Think you skipped a decade ;) v/r, Jeff S. Isaac Dealey wrote: I noticed the glitch on multilingual happened when the slide changed. Perhaps you

Re: SQL Select statment query - kindly help

2005-02-17 Thread Jeff Congdon
z.job_id FROM job z INNER JOIN event y ON z.job_id = y.job_id WHERE z.eventCode = 150 AND z.job_id = a.job_id) so you're saying give me any job where eventCode is 100 and jobID is N, but where the same job doesn't have an eventCode of 150 somewhere else is that what you're looking for? -Jeff cf

Some advice?

2005-02-17 Thread Jeff Small
We hired a new programmer this week. He's not that familiar with CF, but he'll get up to speed pretty quickly, and we wanted to get him some books, but here's where I started thinking too much... He's coming in at a perfect time, with the introduction of CFMX 7, and he's already installed it

Re: Some advice?

2005-02-17 Thread Jeff Small
Thanks guys. I installed blackstone during the beta, and loved the documentation, but I wasn't sure if that documentation was going to be installed during the final release. I'll have him stick to the documentation in the new release. As far as the object oriented CF stuff out there

Re: Flex Install with CFMX7

2005-02-15 Thread Jeff Fleitz
/cfml script map is not present in a CF app. So, I went in and looked an mxml isn't mapped. So I mapped it to point at the same jrun.dll mapping that CFMX does. Same result. It must be a port issue or something... Jeff Robertson-Ravo, Neil (RX) wrote: I have a done quite a few hybrids like

RE: Tree Traversal / Storage Algorithm

2005-02-15 Thread Jeff Chastain
Thanks everybody for the recommendation. I guess with this many people saying it, I had better go check out this book. -- Jeff -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 10:35 PM To: CF-Talk Subject: RE: Tree Traversal

Re: why do e mails go into the Undelivr folder?

2005-02-15 Thread Jeff Garza
Administrator to set a number of retries per message before giving up like a proper SMTP service is supposed to do... me goes off to fill in another wishform... Cheers, Jeff Garza - Original Message - From: Discover Antartica [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: why do e mails go into the Undelivr folder? is there any improvement in MX 7?

2005-02-15 Thread Jeff Garza
Nope...still have to move the mail manually. I did put in a wish form enhancement request though... Cheers, Jeff Garza - Original Message - From: Discover Antartica [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, February 15, 2005 11:03 AM Subject: Re: why do e

Flex Install with CFMX7

2005-02-14 Thread Jeff Fleitz
file. There is no script map registered for the extension in the IIS admin. I tried mapping it to the jrun.dll instance, but that doesn't appear to be working. Anybody have any success with this? TIA. Jeff -- ___ Jeff Fleitz Tekquest, Ltd Integrated Digital

Re: Flex Install with CFMX7

2005-02-14 Thread Jeff Fleitz
Hi Sean, Sean Corfield wrote: On Mon, 14 Feb 2005 19:30:17 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote: I am having a terrible time trying to get the Flex sample apps to run on IIS (XP Pro SP2). I recently downloaded CFMX7 and installed it in multi-server mode, and then installed Flex 1.5

Tree Traversal / Storage Algorithm

2005-02-14 Thread Jeff Chastain
? Most everything I have found thus far is for building binary trees ... i.e. a given node only has two children. I need n children per node. One article said that any type of tree can be represented as a binary tree, but I am failing to see that. Any suggestions or pointers? Thanks -- Jeff

Audit / History Tracking

2005-02-14 Thread Jeff Chastain
this as generically as possible so that as this system grows, the history tracking won't break. Even better, I might be able to reuse it in another app. So, does anybody know of any examples or resources that I could look at for some ideas? I am not even sure what to Google for this one. Thanks -- Jeff

RE: Tree Traversal / Storage Algorithm

2005-02-14 Thread Jeff Chastain
I was looking at this earlier and it looked like a really nice solution. However, I am not following if/how it would work for a non-binary tree? How would this work for a node that had 3 or more children? -- Jeff -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent

RE: Flex

2005-02-13 Thread Jeff Chastain
I appreciate the shared server availability, but some people would like to utilize this on a dedicated server or in house. Granted, Flex has some really nice capabilities, but I don't know that it is nice enough to warrant a $14K license cost. Macromedia is pricing it right out of my market for

CFGrid Styles

2005-02-10 Thread Jeff Chastain
not make a whole lot of sense since this is Flash. Also, I saw mention of Dreamweaver extensions for CFMX7 - where would I find these? Thanks -- Jeff ~| Find out how CFTicket can increase your company's customer support efficiency

Re: CFGrid Styles

2005-02-10 Thread Jeff Chastain
Thanks. I found the Dreamweaver extensions at which point Dreamweaver did recognize that cfgrid had a style attribute. I was just hoping to be able to tie it into a stylesheet rather that defining styles inline. Thanks -- Jeff

Re: Uploaded .doc files using cffile, now I need to 'scrape' the data from the files

2005-02-09 Thread Jeff Garza
and have SQL Server search it. It can do that you know... http://www.google.com/search?hl=enq=Searching+Word+Files+in+SQL+Server Personally, I'd opt for (1) and just join the result list from Verity with a search from the database. HTH, Jeff Garza - Original Message - From: Strickland

Re: Ben, I need new CF books!

2005-02-08 Thread Jeff Small
O. an audio book on the iTunes Music store... for purchase download to your iPod... a version with pictures for the iPod photo... code snippets on the iPod shuffle! Read to me Ben! Dick Exactly...only if Ben (or maybe I'd make an exception if Tim Buntel or Simon took turns) read

Re: Getting list of files on remote server

2005-02-07 Thread Jeff Garza
... Cheers, Jeff Garza - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, February 07, 2005 2:21 PM Subject: RE: Getting list of files on remote server I am trying to find a way to get a list of all files (including those in sub

RE: CFMX 7 is released

2005-02-06 Thread Jeff Chastain
the standard edition? -- Jeff -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Sunday, February 06, 2005 9:45 PM To: CF-Talk Subject: Re: CFMX 7 is released Majority of the cool features? You have application events, new Verity improvements, tag improvements that help

Re: Preventing Malicious Sql without cfquery param

2005-02-02 Thread Jeff Congdon
to echo quite a few people don't play the game with a hacker, hackers are always half a step ahead and if they fall behind they will find a way to get ahead... Adam H On Tue, 01 Feb 2005 16:15:59 -0800, Jeff Congdon [EMAIL PROTECTED] wrote: which would say '(value);DROP * FROM tableName where 1

Re: Preventing Malicious Sql without cfquery param

2005-02-02 Thread Jeff Congdon
Indeed. I see myself beginning to get flogged over this, but I'm only trying to make this point: it's not that easy. Somebody said show me an example, and somebody else said here. I'm simply saying that the example is flawed, and I am CERTAINLY not saying don't worry about injection or

Re: Preventing Malicious Sql without cfquery param

2005-02-02 Thread Jeff Congdon
messages or dump a sql error in a publicly viewable site. Most of these things are much more difficult, if not impossible, to accomplish if the error message doesn't provide validation to the attacker. -Jeff Dave Watts wrote: Indeed. I see myself beginning to get flogged over this, but I'm only

Re: EASY: grabbing the id of a newly created item..

2005-02-01 Thread Jeff Garza
() does not have these issues. That's all we use now as I've been burned once where the DBA added a trigger to a table without my knowledge... Took the longest time to figure out why that process wasn't working. Cheers, Jeff Garza - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL

Re: EASY: grabbing the id of a newly created item..

2005-02-01 Thread Jeff Garza
advantage for triggers is that they operate independantly of the mechanism used to create the entry. A lot of our apps have both a web based interface and an MSAccess interface to the same data. Cheers, Jeff Garza - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED

Re: EASY: grabbing the id of a newly created item..

2005-02-01 Thread Jeff Garza
Agreed!!! ;-) Jeff - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, February 01, 2005 9:12 AM Subject: RE: EASY: grabbing the id of a newly created item.. We tend to avoid them since we use SP's for all our

Re: Preventing Malicious Sql without cfquery param

2005-02-01 Thread Jeff Congdon
which would say '(value);DROP * FROM tableName where 1 = 1' ... which would be harmless. at least by sql server, it would be treated as one long string to insert/update/whatever. -jc Michael T. Tangorre wrote: Strings are within single quotes. Can you tamper with '#url.emp_id#' if emp_id is

Debugging twilight zone...

2005-01-31 Thread Jeff Small
Okay, so I'm running a little cflogin. I run it on localhost, and it works fine. In fact, it's calling the right SQL database, and everything's fine. Now, I move the page over to my development server. Same page, same code, same *database*...different results. It doesn't tell me that the data

Re: EASY: grabbing the id of a newly created item..

2005-01-31 Thread Jeff Garza
this function instead of @@IDENTITY. Of course, this locks me into using SQL Server 2000, but I don't see that changing anytime soon... Cheers, Jeff Garza - Original Message - From: Rick Root [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, January 31, 2005 12:08 PM Subject

OT: Watch your root MySQL users

2005-01-28 Thread Horne, Jeff
This just came across my inbox. Apparently hackers are attacking MySQL installations on Windows servers. It is not a problem with MySQL, rather exploiting weak root user passwords http://www.eweek.com/article2/0,1759,1756094,00.asp Jeff Horne

Has anyone done anything like this? File manipulation.

2005-01-27 Thread Jeff Waris
to start the creation process over. Has anyone done anything like this? I know that you would use cfdirectory for a lot of it BUT am unsure how to do the checking/timeout loop properly. Thanks. Jeff ~| Discover CFTicket - The leading

RE: Has anyone done anything like this? File manipulation.

2005-01-27 Thread Jeff Waris
Mark, That's exactly what it does, Creates the 0 byte file, processes and then dumps the full contents to a file.. NO in between. So yeah, what I am looking for is a Still Doing bar. Jeff -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27

RE: Has anyone done anything like this? File manipulation.

2005-01-27 Thread Jeff Waris
Thanks all.. Meta Refresh and Cfdirectory with a specific file filter worked like a charm! Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

Hey, any word on a Blackstone Certification Study Guide?

2005-01-21 Thread Jeff Small
I was wanting to pre-order a CFMX 7 Study Guide and was wondering if anyone knew if any of the people involved knew whether or not there might possibly be a certification study guide available on or around the release date of blackstone, or if certification guides and stuff of that nature was

RE: Hey, any word on a Blackstone Certification Study Guide?

2005-01-21 Thread Jeff Small
Read Ben Forta's blog: http://www.forta.com/blog/index.cfm?mode=eentry=1429 Awesome, thanks! ~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

Okay, I've never quite run into this before...

2005-01-20 Thread Jeff Small
It's not an odd request, just something that seems probably a little more complex than it initially appears, and I just want to make sure I'm heading in the right direction, design-wise. Client has an events calendar, dates, events, details (text), possibly an image all kept in the appropriate

SOT: CFREPORT questions

2005-01-19 Thread Jeff Waris
it completely. Anyone with any clue??? IF you need more info, let me know and I can give a more specifics. Thanks Jeff ~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: CFEclipse Stuido (for lack of a better term)

2005-01-17 Thread Jeff Fleitz
I am getting the very same error. ___ Jeff Fleitz Tekquest, Ltd Integrated Digital Solutions http://www.tekquest.com ___ Spike wrote: Just downloaded and extracted it fine from here. I'm guessing that you're having some sort of proxy

Re: CFEclipse Stuido (for lack of a better term)

2005-01-17 Thread Jeff Fleitz
My problem was with the built-in XP utility. Sorry about that. ___ Jeff Fleitz Tekquest, Ltd Integrated Digital Solutions http://www.tekquest.com ___ Spike wrote: ok, I used 7-zip (http://www.7-zip.org/) to create it and told

Re: Homesite

2005-01-13 Thread Jeff Small
Bottom line is that if MM does not provide a product that ColdFusion programmers/developers/engineers/whatever like then someone else will. There are already some strong candidates and the end result will be less of a revenue for MM and a general complaint that the maker of ColdFusion is

Re: Homesite

2005-01-13 Thread Jeff Small
From: Jeff Small [mailto:[EMAIL PROTECTED] You're just not using it right. Try removing all your clothes...and don't use leather chairs. You'll find it's MUCH more comfortable that way. Also, try and shift your weight around more frequently, I find that my leg sometimes goes to sleep. Jeff

Re: Dynamic CF PDFs

2005-01-13 Thread Jeff Congdon
minute of server downtime that can be attributed to HTMLDOC. I wish I could say the same about CFMX or those cursed dataDirect drivers... -Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: cell phone app development

2005-01-11 Thread Jeff Small
Thanks John...that's a good starting point ;-) So Flash-Lite ehI haven't heard of that before (or have forgotten already). Does Flash-Lite work on say Pocket PCs or even better...Palm OS devices? Flash Lite does indeed work on PocketPC. It's pretty sweet, but PocketPCs aren't really

Re: cell phone app development

2005-01-11 Thread Jeff Small
Flash Lite does indeed work on PocketPC. It's pretty sweet, but PocketPCs aren't really cellphones. Actually, I don't think Flash Lite itself works on Pocket PCs, which have a full version of Flash Player 6 available. Yeah, you're right. I just did About... and it says Macromedia Flash

Re: cell phone app development

2005-01-11 Thread Jeff Small
cool...thanks Jeff ;-) See ya there! I'm already signed up. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http

Re: Suggestion for looping over months within a time period

2005-01-10 Thread Jeff Garza
= #baseEndDate#BR/CFOUTPUT /CFLOOP Hope this helps... Jeff Garza - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, January 10, 2005 3:02 PM Subject: Suggestion for looping over months within a time period What is a good way

Re: Suggestion for looping over months within a time period

2005-01-10 Thread Jeff Garza
(m, startDate, endDate) + 1 CFELSE CFSET numMonths = DateDiff(m, startDate, endDate) /CFIF Cheers, Jeff Garza - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, January 10, 2005 4:18 PM Subject: Re: Suggestion for looping over

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jeff Garza
I've had no luck whatsoever either. Glad you got through to the NWS webmaster. If you find a resolution, please let me know! Cheers, Jeff Garza - Original Message - From: Russel Madere [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, January 05, 2005 8:44 AM

Re: The Death of DevNet :-(

2005-01-04 Thread Jeff Houser
It becomes even more confusing since DevNet is still listed on places such as the commercial volume licensing page and in the point document. http://www.macromedia.com/buy/volume_license/vlo/ A Studio MX subscription is 2 points, as somewhere in here:

RE: Proper Use of Instance Variables

2005-01-03 Thread Jeff Small
One more quick question... Should validate() return something (string, array, CFC, whatever)? Or, should validate() return void and then require me to call hasErrors()? What is the norm, if there is one? Thank God. A part of a thread I can actually contribute to...lol. cftry

Re: My Init() in my CFC...am I on the right track?

2004-12-30 Thread Jeff Small
On Wed, 29 Dec 2004 13:18:43 -0500, Jeff Small [EMAIL PROTECTED] wrote: Good lord this is a lot of...ahem...stuff to remember... Yeah, that's why it takes most folks years to become 'fluent' in OO design... Cool, something else to master...lol... There's some OO basics in the first few

Re: My Init() in my CFC...am I on the right track?

2004-12-30 Thread Jeff Small
Sean, Someone should contact Hal and see if he has plans to update the book for Blackstone. That book got me started on CFC's and I bet that a lot of people on this list would purchase the sequel. Rick Mason Dude...sign me UP. I'm getting tired of scouring bookmarks...lol. Even with

Re: If your CFC takes a struct, can Flash provide one via remoting?

2004-12-29 Thread Jeff Small
On Tue, 28 Dec 2004 15:24:36 -0500, Jeff Small [EMAIL PROTECTED] wrote: If one of the things you're looking forward to doing is using some methods with Flash Remoting down the line, and you made an insert() method say, that was looking for a struct (insert(myStruct) for instance) can Flash

Re: My Init() in my CFC...am I on the right track?

2004-12-29 Thread Jeff Small
Jim Davis wrote: As for returning this from a setter... I never thought about it, but I might start (mine all return void now). I may personally never use it, but if it doesn't affect performance it leaves to possibility open for others that might want to. I return this from pretty much

Re: My Init() in my CFC...am I on the right track?

2004-12-29 Thread Jeff Small
You can only chain two methods if the first method returns an object containing the second method. If you want to chain two methods that belong to a single object, the first method needs to return the object containing that method (this). If you want to chain a third method, the second

Re: My Init() in my CFC...am I on the right track?

2004-12-29 Thread Jeff Small
We already know that the CreateObject call returns an instance of foo, which contains a method bar so we can call that. To be able to call the baz method within the chain, we can see that bar needs to return the same object instance. I wish you could see me here at my desk with that

My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
cfset init() cffunction name=init access=private output=false returntype=string displayname=Initializes my object and creates the datasource variable cfset variables.DSN = myDataSourceName cfreturn variables.DSN /cffunction I know I could make it so that you have to pass the datasource

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
Be wary of calling functions from the pseudo-constructor - if the CFC is accessed in any way, including the doc browser, it will execute this and call the function. In general I recommend *not* calling init() automatically in the CFC but requiring users of the CFC to call init() at

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
Not quite. 1) The access type on an init() function should be public, or you'll get an error saying the method doesn't exist when you invoke it in your calling code.. Makes *total* sense... 2) If you really want to make the value of variables.DSN public (to pass back to calling code),

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
A few comments here: *Typically i make my init function public so I can call it directly. This lets me do this in code: cfset mycfc = createObject(component,mycfc).init(arg1, arg2, arg3) You need to make your method do a cfreturn this for it to work right. *Your init function didn't have

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
Be wary of calling functions from the pseudo-constructor - if the CFC is accessed in any way, including the doc browser, it will execute this and call the function. In general I recommend *not* calling init() automatically in the CFC but requiring users of the CFC to call init() at

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
From: Jochem van Dieten Jeff Small wrote: 5) One practice that has become a best practice of sorts is to return this from your init method so that you can method chain, as shown below. Granted, not everybody follows this practice, as it's more personal preference, but it's just what I'm used

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
It should be noted that you'll get slight variations from people based on their preferences, but the code below generally covers best practices that I've seen. Here's the cleaned up CFC and the calling code is below it: cfcomponent output=false cffunction name=init access=public

If your CFC takes a struct, can Flash provide one via remoting?

2004-12-28 Thread Jeff Small
If one of the things you're looking forward to doing is using some methods with Flash Remoting down the line, and you made an insert() method say, that was looking for a struct (insert(myStruct) for instance) can Flash provide the method with the appropriate structure that ColdFusion (the CFC)

Re: My Init() in my CFC...am I on the right track?

2004-12-28 Thread Jeff Small
Named: cfset setDSN(dsName:myDatasourceName) or cfset setDSN(dsName=myDatasourceName) Aha! This I got immediately. I understand it all now and once we were both clear on what I was doing, it makes perfect sense both in what you were doing, and syntactically what you were writing. I've seen

Okay, stupid question time...

2004-12-22 Thread Jeff Small
cfobject name=myObject component=mySite.myCFC cfoutputmyObject.getNews().headline/cfoutput Naturally...only one displays, even though the query returns three...totally cool so far... Now, I want to loop over the Query object that getNews() returns... so...um cfoutput query=**Here's Where My

Re: Okay, stupid question time...

2004-12-22 Thread Jeff Small
From: Pascal Peters [EMAIL PROTECTED] cfset qNews = myObject.getNews() cfoutput query=qNews... Ha...as soon as I posted this, I realized what I had left out...man, it's WAY too close to the holidays... You should've seen me cussing and grumbling at my desk... Thanks Joe and Pascal...

Includes, paths, templates, directory path problems...and a philosophical Question

2004-12-21 Thread Jeff Small
You've got a site. You've got content in the root. (index.cfm, let's say) and you've got content in directories lower than the root (foo/content.cfm). Let's say that you want index.cfm and foo/content.cfm to share the same navigation as an include, naturally, because you only want to change one

Hey, question about Dreamweaver, Fireworks, checking out files, etc...

2004-12-20 Thread Jeff Small
Is there a way that anyone knows of, for you to somehow link your site with fireworks? If I keep a PNG file in a library folder in my site, I check the source PNG file in, so that if anyone needs to change the PNG file, they have to check it out, just like pages within the site, etc. But that

Re: Major PHP flaw??

2004-12-20 Thread Jeff Congdon
http://www.hardened-php.net/advisories/012004.txt all versions of 4 = 4.3.9 and all versions of 5 = 5.0.2 are vulnerable. I'd take these seriously, last time I saw a server I use (not mine though :)) owned it was b/c of a PHP buffer overflow. -jc Michael Greenberg wrote: No other info???

Today's CF vs The World thread...

2004-12-13 Thread Jeff Small
...great stuff. I know some people tire of it quickly, and that's all cool and all, but I for one enjoyed the heck out of it. It's a great way for intelligent programmers who are actually using the product and writing books on the subject to discuss, yell, debate, and post examples, statistics,

<    4   5   6   7   8   9   10   11   12   13   >