Re: Dreamweaver CFMX7 extensions, CFC filtering useless?

2005-03-18 Thread Jeff Fleitz
Flex development. Jeff On Fri, 18 Mar 2005 08:51:54 -0400, Gel. <[EMAIL PROTECTED]> wrote: > I got a bit upset this morning when trying to use the DMWX CFMX7 extensions. > > What was especially useful was being able to filter the CFC components for a > specific site only. &

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 t

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

2005-03-14 Thread Jeff Small
> > And HTC is the largest telephone cooperative in the US. Not just some > little local telco. :-) > > > - 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

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 poi

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

2005-03-14 Thread Jeff Small
AppRoot(),"/",".")#.pathtocfcs.inmy.app") > /> > > Doug Okay...well...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

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: Easiest way to have a period in a struct key?

2005-03-13 Thread Jeff Chastain
uot; : testVars[1]["form.action"] = "..." Which can then be rebuilt by ... Like I said, this is only for a test suite, nothing fancy production, so the initial fix works just fine. Thanks -- Jeff -Original Message- From: Jared Rypka-Hauer -

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

2005-03-13 Thread Jeff Chastain
tc. scopes. 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 Mes

Easiest way to have a period in a struct key?

2005-03-13 Thread Jeff Chastain
ue equal to 123. I 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

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]

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

2005-03-13 Thread Jeff Garza
't tell you how many 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,

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

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

CFMX Enumerated Type

2005-03-10 Thread Jeff Chastain
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: 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 -

Re: OT: query problem

2005-03-09 Thread Jeff Fongemie
My timestamp field records date and time when the record was created. My query just looks 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

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 bac

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

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 Mes

Re: CFC and Flash datagrid

2005-03-08 Thread Jeff Garza
... 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" Sent: Tuesday, March 08, 2005 7:14 AM Subject: RE: CFC and Flas

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

Re: Devnet and XML

2005-03-02 Thread Jeff Fleitz
acking 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 Boisve

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: (#valuelist(myquery.mycolumn, ",")#) Cheers, Jeff Garza - Original Message - From: "Roberto Perez" &l

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]>

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/l

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 Pr

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 a

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. > > I

RE: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
SIMPLE number conversion PROBLEM > > > Abs(total) ?? > > ----- Original Message - > From: "Jeff Waris" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Tuesday, February 22, 2005 3:04 PM > Subject: SIMPLE number conversion PROBLEM >

SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
.00. This should be easy: 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. ~| Logware (www.log

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 happene

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 goes...I've

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 at

Re: SQL Select statment query - kindly help

2005-02-17 Thread Jeff Congdon
select DISTINCT 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 t

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" Sent: Tuesday, February 15, 2005 11:03 AM Subject: Re:

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... Cheers, Jeff Garza - Original Message - From: "Discover Antartica" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, February 15, 2005 10:16 AM

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: 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 l

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

Audit / History Tracking

2005-02-14 Thread Jeff Chastain
to implement 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 t

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

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-s

Flex Install with CFMX7

2005-02-14 Thread Jeff Fleitz
o with the mxml 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, Lt

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 s

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

CFGrid Styles

2005-02-10 Thread Jeff Chastain
d 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

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

2005-02-09 Thread Jeff Garza
have SQL Server search it. It can do that you know... http://www.google.com/search?hl=en&q=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: &q

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

Re: Getting list of files on remote server

2005-02-07 Thread Jeff Garza
silly easy... Cheers, Jeff Garza - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" 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 &g

RE: CFMX 7 is released

2005-02-06 Thread Jeff Chastain
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 in

Re: Preventing Malicious Sql without cfquery param

2005-02-02 Thread Jeff Congdon
error 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

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"

Re: Preventing Malicious Sql without cfquery param

2005-02-02 Thread Jeff Congdon
e the ending single quote. i am going 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 PROTEC

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

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" 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'

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

2005-02-01 Thread Jeff Garza
The other 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)&quo

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: "Robe

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" Sent: Monday, January 31, 2005

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 so

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

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

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] >

Has anyone done anything like this? File manipulation.

2005-01-27 Thread Jeff Waris
t 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 ColdF

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=e&entry=1429 Awesome, thanks! ~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

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 ju

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
nd 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

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 an

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

Re: Dynamic CF PDFs

2005-01-13 Thread Jeff Congdon
le issue with it, or a single 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 De

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 mor

Re: Homesite

2005-01-13 Thread Jeff Small
27;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 Coding naked right now with Dream

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 i

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

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

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 reall

Re: Suggestion for looping over months within a time period

2005-01-10 Thread Jeff Garza
you are right... if day(startDate) is greater than day(endDate) it will be one month shy... So... do a little conditional logic to pad the number of loops... Cheers, Jeff Garza - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "C

Re: Suggestion for looping over months within a time period

2005-01-10 Thread Jeff Garza
This works for me... Difference in Months: #numMonths# StartDate = #baseDAte# ||| EndDate = #baseEndDate# Hope this helps... Jeff Garza - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, Januar

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" Sent: Wednesday, January 05, 2

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: http://download.macromedia.com/pub/mvlp

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.

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. Eve

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 &

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

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
> 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

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 >> wa

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

2004-12-28 Thread Jeff Small
> Named: > > or > 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 the lower named method in 99.99% of the examples that use that method,

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) i

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: >> >> >> > returntype="CFCName" >> hint="Initializes my object and

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 t

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 constr

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: > > > > You need to make your method do a for it to work right. > > *Your init function didn't have an argument to it. Therefore, it is > kinda pointless. You can replace

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
> 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 constr

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

2004-12-28 Thread Jeff Small
I know I could make it so that you have to pass the datasource variable name in to the function, but I figured, I can always just change it in one place in my CFC, and it's good to go...right? That should suit my needs, right? If I want a variable that's available to all the func

Re: Okay, stupid question time...

2004-12-22 Thread Jeff Small
From: "Pascal Peters" <[EMAIL PROTECTED]> > > http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188548 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.co

Okay, stupid question time...

2004-12-22 Thread Jeff Small
myObject.getNews().headline 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 myObject.getNews().headline

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

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???

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