Re: Mock Objects for ColdFusion

2006-12-04 Thread Jeff Chastain
If you want to test the generated files that Reactor produces with different changes, your test cases would be multiple declaractions of the Reactory factory with different project names and DSN pointers. The project files are stored by the name of project your initialize in the factory. No,

Re: Mock Objects for ColdFusion

2006-12-04 Thread Jeff Chastain
Jeff, At this point there really isn't a *mock object* solution, per se for CF developers in the form of any particular framework developed to create Mocks. Really, the simplest way at this point is to create them by hand. Also, are you sure you want mock objects that will fully behave like

Re: Mock Objects for ColdFusion

2006-12-04 Thread Jeff Chastain
. -- Jeff ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http

Re: Mock Objects for ColdFusion

2006-12-04 Thread Jeff Chastain
Do we need a EasyMock for CF or CFMock version of JMock now? I have been reading the documentation for these today and I wonder if that is what is needed. I don't have a full enough understanding of these frameworks yet, short of the fact that they don't exist in CF. How do people solve this

Framework or application to make form submissions easy

2006-11-27 Thread Jeff Gladnick
I'm well versed in CFC's and OO, and just starting to look at frameworks (although i've used them with ajax stuff for quite a while). One of the most immediate applications in need of this (for me) is form submissions. Ideally, i would want something that could: 1) generate my forms based on

Re: Framework or application to make form submissions easy

2006-11-27 Thread Jeff Fleitz
Hey Jeff, Plum http://www.productivityenhancement.com/plum will do all of this for you, but it uses a .NET app for the code generator. If you install and generate the code once, you can pretty much build any form you want using the custom tag library without using the code generator at all. All

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
Can you post the IP address? Ray Champagne wrote: Looks like if you use the IP, you're good. Must be some kind of DNS issue... http://www.crystaltech.com/forum/topic.asp?TOPIC_ID=16202 -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, November 27,

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
Ah, I see. I meant the IP address of crystaltech. I am just curious whether their own website has any info on the problem. --Jeff Ray Champagne wrote: Um, no, I meant if you use the IP of *your* site. There is no IP to give you, only you'd know that. It's prolly not going to help your

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
Looks like it is back up... --Jeff Jeff Langevin wrote: Ah, I see. I meant the IP address of crystaltech. I am just curious whether their own website has any info on the problem. --Jeff Ray Champagne wrote: Um, no, I meant if you use the IP of *your* site. There is no IP to give you

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
to containe the issue. I will keep everyone posted as we learn more. Bob Cichon President and Chief Operating Officer CrystalTech Web Hosting Inc. -- Jeff Langevin wrote: Ah, I see. I meant the IP address of crystaltech. I am just curious whether

Push dynamic text file to the browser

2006-11-22 Thread Jeff Chastain
In the past, I have used a combination of cfcontent and cfheader to push a file from the file system to the user in the form of an open/save as pop-up box. I am looking to do that same thing with a text file now, but the content of that text file is in a variable and not a file on the file

Re: Push dynamic text file to the browser

2006-11-22 Thread Jeff Chastain
In answer to your questions, I am running CFMX 7. I looked at the variable attribute on the cfcontent tag, but it appears to be for binary content only. I am just working with a text string and text file, so even though this is simpler (plain ASCII), it does not appear to work with the

Re: Push dynamic text file to the browser

2006-11-22 Thread Jeff Chastain
I just assumed it would mess up the text content some how, but after a quick test it appears to work. I will see what I can do with this. Thanks for the help. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: grrrr....

2006-11-14 Thread Jeff Fleitz
That's funny. I used to be a Visual FoxPro developer and still have a lot of friends in that environment. Most of them I speak to (not all) seem to think CF is a toy. A lot of this is because of the way CF code was written through the wizards in DW. They are visual IDE oriented, and don't take

Syntax ... Dynamic Query Column Name

2006-11-03 Thread Jeff Chastain
I only use this syntax on rare occasions, so I can never remember it. I have a query that I am looping over. The loop does not know the columns in the query, so there is a inner loop inside that loops over the list of columns. The current column is stored in the index variable of the inner

Re: Syntax ... Dynamic Query Column Name

2006-11-03 Thread Jeff Chastain
Thanks Mark. That works, I don't recall having to use the currentRow portion before, but it works. -- Jeff Jeff, Try: Variables.myQuery[columnName][currentrow] -Mark ~| Introducing the Fusion Authority Quarterly Update

Re: ColdFusion Template Engine?

2006-10-31 Thread Jeff Chastain
Is there something specifically SMARTY-like you're trying to do? I am still tossing this around trying to figure out the right way to go about it. I have developed applications in the past and am working on a new one now where it is desired to not only separate the presentation from the

cfcUnit - including test functions?

2006-10-31 Thread Jeff Chastain
I am working with cfcUnit in an existing application that includes a generator type functionality. Every time the generator is run, the unit test cfcs are overwritten wiping out any custom test functions. So, I am trying to use a cfinclude to include a separate cfm file that has just the

ColdFusion Template Engine?

2006-10-30 Thread Jeff Chastain
I am in need of a template engine similar to Smarty (PHP) for ColdFusion? I have not found such a thing yet. Does it exist? If not, how would you go about writing a parser in ColdFusion that could take a template like this ... -- The current

Validating $ and comma with cfinput validation

2006-10-30 Thread Jeff Gamble
I've been attempting to remove the $ and comma from an inserted salary field using validate=integer in a cfinput statement with no luck. The form allows $ and comma to be submitted to the database, which we certainly don't want. I'm wondering if this is a bug or is there something I'm

Re: ColdFusion Template Engine?

2006-10-30 Thread Jeff Chastain
Barney, I have looked at ClearSilver before, I just have not liked its syntax. I like for the templates to be able to be verified on their own and ClearSilver is not xhtml compliant. I am not sure if Smarty is or not. Thanks for the pointer.

Re: All I can say is... wow

2006-10-30 Thread Jeff Fleitz
That is really slick. Thanks for the link. On 10/30/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: It's safe for work and fun to watch, don't have your sound turned up too loud. http://www.circoripopolo.be/comicduo ~|

Re: Closing single CF tags like XML/XHTML

2006-10-28 Thread Jeff Small
Okay, here's a question then. How do I make Dreamweaver do it? If it'll close my tags for XHTML correctly, but it won't close my CF tags the same way, and I'm used to just letting Dreamweaver finish up my code for me, then how do I MAKE it do it? On Oct 27, 2006, at 4:04 PM, Jeff

Look, up in the sky! (you gotta go do this)

2006-10-27 Thread Jeff Small
Go to flickr and type the following three words into the search: Scorpio Man Max People have said that Scorpio Man and Ben Forta have never been seen in the same place at the same timeh ~| Introducing the Fusion

Closing single CF tags like XML/XHTML

2006-10-27 Thread Jeff Guillaume
Can anybody direct me to an official statement of sorts recommending that CF developers start closing single tags like cfabort/ with an ending slash a la XML (like I just did? I've been doing it for a long while now, and I can't remember when support was first added (MX 6?) but I seem to

Re: Closing single CF tags like XML/XHTML

2006-10-27 Thread Jeff Guillaume
Christian Cantrell posted a survey about this in 2003... http://weblogs.macromedia.com/cantrell/archives/2003/05/closing_tags_wi.cfm I especially liked Samuel Neff's comments, as they echo my own beliefs (since we're all supposed to be coding in XHTML - or will eventually - which requires

Re: Closing single CF tags like XML/XHTML

2006-10-27 Thread Jeff Guillaume
Aha! I knew I read it somewhere semi-official (although I admit these are just suggestions): http://livedocs.macromedia.com/wtg/public/coding_standards/style.html Macromedia's own coding standards guide: [snip] ColdFusion source code cannot quite be written to be purely XHTML-compliant

updating a structure -help

2006-10-24 Thread Jeff F
I must be missing something. I'm using the following to update a structure. If the product is a category 16, then update the unit price, based on values in a table. I'm not getting an error, but it's not updating the unit price position for category 16 items either. I just don't see why not!

Re: All Stored Procs in 1 CFC?

2006-10-24 Thread Jeff Fleitz
If you are using Windows and SQL Server, Plum will do this for you. The IDE (code gen) contains options for generating CRUD SPs per table and will also generate a CFC that calls them. I haven't been using SPs as of late, but it worked well with MS SQL 2000. I would think they would work with MS

Shop cart structure problem

2006-10-22 Thread Jeff F
shirt, with a different size, I've got nowhere to store the size option in my structure..since the itemid's are the same, all I can do is overwrite the option key which won't be correct. This seems like it should be so easy, am I missing someting obvious? jeff

Your favorite CFFORM/Flash Forms tutorial...

2006-10-20 Thread Jeff Small
blogged, or written extensively about it, and I was just wondering if someone could point me in the direction of good resources. -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448-1123 Ext 254 ~| Introducing the Fusion

Re: Your favorite CFFORM/Flash Forms tutorial...

2006-10-20 Thread Jeff Small
ASFusion has some good info. http://www.asfusion.com/ Awesome, that's a great one... ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Re: Can I use replace function on a string to create form drop box options?

2006-10-20 Thread Jeff F
That worked perfectly. So simple too. Yes, I understand the practice is not the best, and I see potential problems in the future by storing this string in the field. This is just a one-time thing, used for just two records that I was hoping for a quick shortcut that tutned into a

displaying a product with size selections, when each size is unique id?

2006-10-20 Thread Jeff F
of the items ordered using the productID, I'm now thinking that if I use the above, I'll next need to query the table for an id where the productname and option2 match to get the productID. Or, would there be a better way to display the item with size selection so the id gets passed? -jeff

RE: IE7 ?

2006-10-19 Thread Jeff Garza
: The Update Rollup for Windows 2000 Service Pack 4 (SP4) is the final release of Windows 2000. http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/extend edsupport.mspx -- Jeff -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 6:47

Ajax and CF...*sigh*...again...

2006-10-06 Thread Jeff Small
into it. Maybe some simple tutorials to get you to that AHA moment... Does this sound like too much to ask? Does such a thing exist, or have I finally discovered a reason to blog? lol... (Jeff's experience getting into Ajax Blog)... -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448

Re: Ajax and CF...*sigh*...again...

2006-10-06 Thread Jeff Small
Rey (and everyone else that replied)... Thanks so much. This has been a *tremendous* help. I'm thinking that the thing that I'm taking away from this conversation is that even though I'd call myself an intermediate javascript programmer, I really need to get a much firmer grip on the DOM/CSS

RE: Object Oriented Role Base Security

2006-10-05 Thread Jeff Chastain
Jim, I actually came across your site a little after I sent the message and it looks like you are going in the direction I was thinking. I will take a look. Thanks. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:50 AM To: CF-Talk

Re: Quick! Gimme a hotel reservation system...

2006-10-04 Thread Jeff Small
Oh, it's not a quick decision, I just need *several* to go thru before we give the client the option. We just didn't wanna have only one or two that we've looked at, and I wanted specifically to ask out there about any CF-Friendly ones. -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577

Object Oriented Role Base Security

2006-10-04 Thread Jeff Chastain
Does anybody know of an example, article, or tutorial on building an object oriented role based security system? I have gotten tired of re-inventing the wheel for each application and would like to build a modular security system that could be fairly easily dropped into any application and

Quick! Gimme a hotel reservation system...

2006-10-02 Thread Jeff Small
I have to provide a couple of hotel reservation systems that can be used to tie into a website. I like iHoteliers, but honestly I haven't used them before. We're all CF here, so something that we could offer or work with that used Flex, or CF would be really keen. We're a big resort town, and

Permalink?

2006-09-22 Thread Jeff Small
What's the typical way you folks are turning dynamic pages into permalinks? What's a good approach? Is there a tutorial anywhere that anyone's seen that does the trick? ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Permalink?

2006-09-22 Thread Jeff Small
Right now, we have different gateway templates for each major data section. Due to our publishing schedule and users understanding, we are using: /articles.htm/2006/08/22/pacesetters-for-aug-22 an individual story (the end part is the title, minus all special chars, with spaces replaced

Re: Permalink?

2006-09-22 Thread Jeff Small
Search for SES (Search Engine Safe) URLS. I think Mike D. even wrote an article about how to implement them somewhere on HoF, but a cursory search didn't find anything but a million threads on the subject...it's pretty simple to implement, though. Coolness. Thanks!

CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
timing out. Anyone do this kind of thing before? Any thoughts on my idea? Any ideas on how to do it better? Thanks in advance! --Jeff ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

Re: CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
Unfortunately we already have CFMX7 running on our server so switching to Blue Dragon is not likely. Alan Rother wrote: Blue Dragon.Net www.NewAtlanta.com This is what is was designed for. ~| Introducing the Fusion

Re: CFReport No data

2006-09-15 Thread Jeff Fleitz
In the Report/Report Properties dialog there is a report setup parameter called When No Query that has an option All Sections, No Detail, try that. On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote: Is there a way to create a CFReport that will show headings and such even when the query

Re: CFReport No data

2006-09-15 Thread Jeff Fleitz
Hey Ian, It works for me, I just tried it again. Are you using an embedded query in the report (cfr), or passing the query to the report? I am passing the report the whole query object as opposed to parameters to an embedded query. On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote: In the

Re: CFreport Test

2006-09-15 Thread Jeff Fleitz
I have contacted you off-list about this. On 9/15/06, Ian Skinner [EMAIL PROTECTED] wrote: Does anybody out there have a public, PDF format CFReport file that I can view? I'm having a weird issue that when I view my pdf format pdf reports the text is mirror imaged. I've viewed a couple

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Jeff Anderson
copy to the a variable. HTH, Jeff I'm using Rick Root's image.cfc which contains scaleX and scaleY methods. Right now I'm doing an if statement with two lines for the call to the CFC. cfif scaleMethod IS scaleX cfset a = APPLICATION.imgObj.scaleX() cfelse cfset

Boolean use of Recordcount

2006-09-13 Thread Jeff Small
? -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448-1123 Ext 254 ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

re: cfquery sql= ...

2006-09-13 Thread Jeff Garza
anyone? (completely undocumented...) -- Jeff Garza Original Message From: Nathan Strutz [EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 1:29 PM To: CF-Talk cf-talk@houseoffusion.com Subject: cfquery sql= ... Hey all, I just saw a code sample, and verified

RE: cfquery sql= ...

2006-09-13 Thread Jeff Garza
Yeah... it's for CF7 in the multi-server configuration. -- Jeff Original Message From: Andy Matthews [EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 2:17 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: cfquery sql= ... Where would that be? I don't see

Re: Manually flush all cached queries?

2006-09-07 Thread Jeff Guillaume
Thank you, Raymond. (I just posted my self-followup coming to the same conclusion before your response came in.) Clearing all of the queries is exactly what I wanted to do, so problem solved. cfobjectcache action=refresh will clear ALL of them. To clear one query, rerun the query with the

Re: Manually flush all cached queries?

2006-09-07 Thread Jeff Guillaume
never even heard about it. Thanks, Jeff ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Manually flush all cached queries?

2006-09-07 Thread Jeff Guillaume
I fear I already know the answer to this, but is it possible? We use cachedwithin queries all over the place and want to be able to flush CF's memory when needed to reflect changes from the database immediately. Is there any way to do this other than restarting the CF service? I know you can

RE: ColdFusion as presentation engine and nothing more

2006-09-05 Thread Jeff Garza
I have to agree... sounds to me like Tom has a lot of SQL DBAs in his organization, and they effectively rule the roost. Lots of folks running around with hammers and everything looks like a nail. Original Message From: Ian Skinner [EMAIL PROTECTED] Sent: Tuesday,

re: OT: can you resolve this domain?

2006-09-05 Thread Jeff Garza
No (Qwest Comms, Tempe Arizona) Original Message From: Josh Nathanson [EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 2:44 PM To: CF-Talk cf-talk@houseoffusion.com Subject: OT: can you resolve this domain? Hey all, We are having some dns issues where some ISP's can

Re: SOT: ASG Safari ODBC and ColdFusion

2006-09-04 Thread Jeff Murphy
I have been beating my head against thew was with the same problem We are able to sqlize unidata files, set a up a datasource in cf administrator. We're pulling some data but it's pretty ugly multivalued fields and the dates don't come back correctly. The datatel folks on campus just sort of

Re: UniData ODBC connectivity

2006-09-04 Thread Jeff Murphy
No. But I'm quite comfortable with this stuff now. ... Can I contact you, I'm having issues with the multivalued fields and how they come back after being sqlized ~| Introducing the Fusion Authority Quarterly Update. 80 pages

RE: Meta redirect?

2006-09-02 Thread Jeff Garza
Sorry that I'm jumping in late... But what web server are you using? I know with IIS you can set default actions on files and folders to redirect to pretty much anything you'd like. We use that functionality all the time. Is this a hosted solution or do you control the server? Cheers, Jeff

RE: Meta redirect?

2006-09-02 Thread Jeff Garza
of an entire folder. Hope that this helps! Jeff Garza -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Saturday, September 02, 2006 6:20 PM To: CF-Talk Subject: RE: Meta redirect? Hi Jeff, I'm running IIS6 and I control the server. Thanks, Jenny -Original Message

Handling empty values in tab delimited file.

2006-08-29 Thread Jeff Vaught
Developers, In regards to the same question asked by rowbeast here: http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_21742253.html?qid=21742253 , the accepted answer states to use the ListFix function from: http://www.cflib.org/library.cfm?ID=1 . My question is, where do you

Re: Handling empty values in tab delimited file.

2006-08-29 Thread Jeff Vaught
? Sometimes it's easier, if the cvs is well formatted. Also, there is a UDF out there for importing CSV files, which I assume handles empty elements. I think someone posted some java to do this too, not too long ago... (least using stringBuff?) May the import force be with you! ;)en On 8/29/06, Jeff

Re: What is the use of structFind? (CFMX)

2006-08-24 Thread Jeff Guillaume
I haven't used StructFind in a while, but one use might be if you're storing the name of the field you want to access in a variable: structFind(xStruct, variableWithFieldNameInIt); Although this ... xStruct['#variableWithFieldNameInIt#'] . works too, so I dunno. I'd bet my left leg that

Re: Messy messy messy code

2006-08-24 Thread Jeff Guillaume
job! --- Jeff Guillaume Kazoomis Online Media http://www.kazoomis.com ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Re: Top 100 ColdFusion Programmers

2006-08-24 Thread Jeff Guillaume
more in-depth coding. There are others, to be sure, but these guidelines have helped us rather quickly weed out the undesirables. --- Jeff Guillaume Kazoomis Online Media http://www.kazoomis.com ~| Introducing the Fusion

Re: coldfusion sql injection

2006-08-23 Thread Jeff Guillaume
Let alone the security aspect, it also improves performance by causing your database server to bind the variables before executing the query. Straight from Macromedia: http://tinyurl.com/oo49m (link to docs) - Allows the use of SQL bind parameters, which improves performance. - Ensures that

Re: Problem with URL display in browser

2006-08-23 Thread Jeff Guillaume
. At the very least, you should have keyword and description columns in your DB for every article. --- Jeff Guillaume Kazoomis Online Media http://www.kazoomis.com One of the columns in my table is called 'shortheader', which basically takes the article headline, and makes it url friendly. Therefore

Re: Session issues

2006-08-23 Thread Jeff Guillaume
Let's see your isUserAuthenticated function. (Also, you don't need to use YesNoFormat... your function should just return a type of boolean.) cfscript if(YesNoFormat(Application.Security.isUserAuthenticated()) EQ No AND trim(attributes.fuseaction) EQ personalinfo){

Re: Session issues

2006-08-23 Thread Jeff Guillaume
Your framework looks good to me. If this problem just popped up out of nowhere, and you didn't make any code changes, you should probably check if there were any server configuration changes in CF Admin or IIS. ~| Introducing

Re: Session issues

2006-08-23 Thread Jeff Guillaume
Your framework looks good to me. If this problem just popped up out of nowhere, and you didn't make any code changes, you should probably check if there were any server configuration changes in CF Admin or IIS. ~| Introducing

Re: Sorting by Column Headers

2006-08-23 Thread Jeff Guillaume
The quickest fix would be to pass your search parameters on the URL instead of FORM (action=get instead of action=post from the submitting page). Then grab the current URL, minus the sort parameter, to re-use for the next output. cfset theUrl = cgi.script_name ? left(cgi.query_string,

Re: Sorting by Column Headers

2006-08-23 Thread Jeff Guillaume
Storing the results in SESSION is a nifty (and fast) method, but I'd only recommend it if you know your result sets will always be relatively small. You don't want 100 people caching a resultset of, say, 10,000 rows of data. You'll run into memory issues.

Re: Trying to query top selling products

2006-08-23 Thread Jeff Guillaume
Here's some SQL for MS SQL Server (you're not using Access are you?): select top 10 prodName, sum(prodQty) as totalOrdered from tblOrderItems group by prodName order by 2 desc ~| Introducing the Fusion Authority Quarterly

RE: What is the easiest way to get the true length of a list.

2006-08-22 Thread Jeff Garza
http://www.cflib.org/udf.cfm?id=961 -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 9:17 AM To: CF-Talk Subject: What is the easiest way to get the true length of a list. Counting all the elements, including the empty ones? Do I need to

Re: coldfusion sql injection

2006-08-22 Thread Jeff Guillaume
I just make sure I always scrub user-entered data when possible, but at the very least you should use cfqueryparam to pass data into queries. --- Jeff Guillaume Kazoomis www.kazoomis.com Now, it is my belief that CF auto escapes single quotes, so sql injection into a string is not possible. I

Re: Payment gateways storing of CC info

2006-08-15 Thread Jeff Houser
With one app, we use to use PGP (and the Digital Outlook CFX_PGP tag). When the credit card is entered it is encrypted using a public key. When the cards are needed (for a recurring billing system) the user must upload the private key to access the credit cards. The private key is deleted

RE: SSL Certificates

2006-08-07 Thread Jeff Garza
GoDaddy, wildcard cert... $299 for one year. Unlimited use for however many servers/sites/etc... We just implemented one and we've installed it on ~8 servers already for 10 different aliases for our domain... Foo.mydomain.com Bar.mydomain.com Etc... -- Jeff -Original Message- From

Re: You know what?

2006-08-06 Thread Jeff Small
On Aug 6, 2006, at 10:02 AM, Kris Jones wrote: There are documented problems with installing/running CF on the new intel Macs. See: Arrrgh...of *course* there are... I found similar things after going off and cooling down a little yesterday. I was sitting thinking, and I wondered if it

Re: You know what?

2006-08-06 Thread Jeff Small
On Aug 6, 2006, at 6:12 PM, Denny Valliant wrote: I actually thought that the install on the Mac was easier! First time I used it; bling, in like Flynn. Older G5's though. The venting was vicariousnessly cathartic; thanks. :-) Well, just know that I don't normally bitch. I'm more of a suck

You know what?

2006-08-05 Thread Jeff Small
up on a Mac. That's ridiculous, as hard as this is. It really is Honestly, I'm not trolling, I'm not looking for flamewars, I'm not looking for help. I just wanted to post my frustration. That's all. Sometimes it helps to vent. Jeff, *beyond* frustrated

Re: You know what?

2006-08-05 Thread Jeff Small
: Re: You know what? And the bad part is Jeff, that you will not be happy with something like that beating you, and will give it another try once cooling off. Hopefully you get it installed next time and do not have the need for venting :) - Original Message - From: Jeff Small [EMAIL

Re: You know what?

2006-08-05 Thread Jeff Small
Yeah, I've been reading that one and a couple others... still hasn't helped. Thanks though, I appreciate it. Jeff On Aug 5, 2006, at 6:29 PM, Doug wrote: P.S I do not know if this will help. But found it browsing around http://www.talkingtree.com/gallery/stuff/cfmx701/mac_osx/index.cfm

Re: You know what?

2006-08-05 Thread Jeff Small
On Aug 5, 2006, at 6:34 PM, Dave Watts wrote: And you know the worst? The Uninstaller crashes *every single time* I try to run it. You should be able to uninstall CF manually without too much difficulty. I wouldn't be surprised if there's a technote on the Adobe site on how to do

And now for something completely different...language translation?

2006-08-05 Thread Jeff Small
Translation services? How do you guys translate your sites into different languages? Also, if the text that you're translating isn't stored in the database, do you use cookies or someway to redirect and keep those preferences for people that choose a different language? If you have

RE: All Adobe ColdFusion products to be discontinued

2006-08-04 Thread Jeff Garza
Oh god... Here we go again... -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 8:04 PM To: CF-Talk Subject: All Adobe ColdFusion products to be discontinued From the ColdFusion newsgroup My insider told me that the CF model didn't fit

Hey, does anyone have any ideas regarding a top 40 voting system?

2006-08-01 Thread Jeff Small
I've been asked to help out a friend conceptually, but I'm not sure exactly how to proceed. He wants to have a top 40 voting system where they will put 40 song titles up on a web page, and people will vote on them. Sounds pretty simple, but I'm not sure about what would be the best way. He

Operation must use an updateable query?

2006-07-28 Thread Jeff Small
I'm just trying to build a simple insertion. I used the Record Insertion Wizard in Dreamweaver. I'm getting the following error, which I've never gotten. Usually I can whip these things out quickly with no problem using the Record Insertion Form Wizard... Any ideas where I'd look? Error

Re: Operation must use an updateable query?

2006-07-28 Thread Jeff Small
- From: Kris Jones To: CF-Talk Sent: Friday, July 28, 2006 4:20 PM Subject: Re: Operation must use an updateable query? Are you referencing a view instead of a table? Cheers, Kris On 7/28/06, Jeff Small [EMAIL PROTECTED] wrote: I'm just trying to build a simple insertion

Re: Converting valid XHTML to Plain Text...

2006-07-26 Thread Jeff Anderson
Dan, Have you considered using XSL to transform it? Valid XHTML can be considered XML and CFMX does support XSL transformations (via XmlTransform()). -Jeff Dan G. Switzer, II wrote: I've been looking for a good solution to this problem for a while. I'm trying to convert valid XHTML

RE: Nested output...three levels

2006-07-21 Thread Jeff Small
Doug wrote: http://www.dougboude.com/blog/1/2006/07/IF-THE-SOLUTION-IS-NOT-BEAUTIFUL-THE N-IT-IS-WRONG--STYLE-ELEGANCE-AND-EFFICIENCY-IN-CODE.cfm Wow Doug, that's a terrific article. Thanks! I got it working and was doing everything right *except* I had just assumed (for some odd reason) that you

Nested output...three levels

2006-07-20 Thread Jeff Small
This seems SOOO easy, and I'm about to kill myself. Here's what I want (this is just sample data from my tables to give you an idea): Candy - Gums - Bubble Gum - Spearmint Gum - Hard Candies - Jolly Rancher Snacks - Chips - Doritos - Potato Chips I have three tables. I

RE: Nested output...three levels

2006-07-20 Thread Jeff Small
levels of cfoutput. Why on earth was I thinking you could only set ONE cfoutput inside another one? -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 12:57 PM To: CF-Talk Subject: Nested output...three levels This seems SOOO easy, and I'm

Re: Video

2006-07-20 Thread Jeff Small
Convert it to FLV (flash video) and play it inside a flash player. Either use the flv encoder that comes with flash or use riva. And if you're using Dreamweaver, it's frickin' easy once you convert it to Flash, especially if you're using 8.02 because it drops in all the IE friendly scripts.

Re: Video

2006-07-20 Thread Jeff Small
The size doesn't really mean anything to me. What I'd be most interested in is, what is the duration and quality of the original? Those are going to play a bigger role than the actual size of the original file. -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448-1123 Ext 254

RE: Video

2006-07-20 Thread Jeff Small
, 2006 5:11 PM To: CF-Talk Subject: RE: Video Hi Jeff, I'm on new ground here, the duration is just over 5 mins. What stats do you need to know on quality, or can you give me some guidance, please? Jenny -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: 20 July 2006

OT: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Sorry for the priority off-topic, but I have a SQL server down and I am running out of ideas. The log file for one of my databases was corrupted. I thought I rememberd in the past that by removing the log file SQL server would rebuild a new one and you would only loose whatever transactions

Re: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Well, for one the database in question is huge. But, I went ahead and tried it anyways using the DTS Import/Export and it fails with a 'Fatal Error 8908' which I have never seen before. Thanks -- Jeff Jeff, Not sure I have an answer for you regarding

re: OT: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Okay, I can't detach the database because it is being used in replication. So, I tried to use the stored procedure sp_removedbreplication to stop the replication and I get an error because the database is in recovery/emergency mode. Next Thanks.

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