Re: Server Cluster

2007-06-13 Thread Nathan Strutz
. All joking aside, it's usually a resource contention issue, other processes on the box run out of resources. Admittedly, I'm quicker to reboot than I should be ;) -- nathan strutz http://www.dopefly.com/ ~| Upgrade to Adobe

Re: SOT: How do you stay up on blogs?

2007-05-25 Thread Nathan Strutz
my feeds simple and fun from the couch. This very responsive interface has naturally easy controls, which I love. -- nathan strutz http://www.dopefly.com/ On 5/24/07, Aaron Roberson [EMAIL PROTECTED] wrote: After a conversation I had with Sean Corfield the other day and being asked me, Don't

Re: Scorpio

2007-05-09 Thread Nathan Strutz
Mine's autographed :) On 5/9/07, M [EMAIL PROTECTED] wrote: Tell me you don't have a picture of him in your wallet.? Are you trying to imply that this is not normal behavior? :-P ~| Upgrade to Adobe ColdFusion

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Nathan Strutz
going on, like a scoping issue, variables set in a custom tag or cfc not available where you want them, etc.? -- nathan strutz http://www.dopefly.com/ On 5/2/07, Jeff Wickersty [EMAIL PROTECTED] wrote: use the outputfile attribute of cfexecute, conversely, you could pipe the output to a text

Re: To cache or not to cache...

2007-04-30 Thread Nathan Strutz
cache your queries, even queries of queries, in a shared scope, for instance, your application, or better yet, a CFC in your application scope where you can control access to the data. Ok, well just some thought to muse over on one of my favorite subjects. (ok i have like 20 favorites). -- nathan

Re: How do you know what server is throwing an error?

2007-04-23 Thread Nathan Strutz
AJ, that's very cool - i am using this: createObject(java,java.net.InetAddress).getLocalHost().toString() which outputs the server name and IP address, but the JRun method could be better, depending on your server setup. -- nathan strutz http://www.dopefly.com/ On 4/23/07, AJ Mercer [EMAIL

Re: Breakfast is ready honey... come'n'get it!

2007-04-18 Thread Nathan Strutz
But if you're like me, your Eclipse install is a little over 1GB :) It's probably time for me to start tossing out-versioned plugins - Eclipse saves everything by default. -- nathan strutz http://www.dopefly.com/ On 4/18/07, Mark Drew [EMAIL PROTECTED] wrote: If you are a bit mean, you can

Re: Listing TODOs in CF files

2007-04-04 Thread Nathan Strutz
. You can select the contents of the tasks view and paste into something else, like Excel or whatever. -- nathan strutz http://www.dopefly.com/ On 4/4/07, Peter Boughton [EMAIL PROTECTED] wrote: I need to get a list of all the TODOs in a list of (primarily .cfm) files. In the unlikely event

Looking for a good IIS URL rewriting plugin

2007-03-15 Thread Nathan Strutz
Hey gang, I'm looking for people's opinions on URL Rewriting plugins for IIS 6. Any experience, good or bad, and recommendations. I've heard of a lot of them over the years, but haven't implemented any yet. Thanks! -- nathan strutz http://www.dopefly.com

Re: ORM Question

2007-02-21 Thread Nathan Strutz
You're too kind :) On 2/20/07, Dinner [EMAIL PROTECTED] wrote: Yup, that was the one! Mr. Nate- YOU ROCK. On 2/20/07, Rob Wilkerson [EMAIL PROTECTED] wrote: This one, perhaps? http://www.dopefly.com/techblog/entry.cfm?entry=149 Once you said something, it occurred to me that I

Re: Taking the Vista Plunge

2007-02-16 Thread Nathan Strutz
According to the chart at: http://www.extremetech.com/article2/0,1697,2068721,00.asp you're going to need at least Vista business, enterprise or ultimate to run IIS Of course you can probably run Apache on any home version. -nathan strutz http://www.dopefly.com/ On 2/16/07, Bruce Sorge [EMAIL

Re: Replace HTML tag with another

2007-02-02 Thread Nathan Strutz
, but should work for normal HTML. You'll have to tweak it if you want to use it with whatever you're doing. -nathan strutz http://www.dopefly.com/ On 2/2/07, Casey Dougall [EMAIL PROTECTED] wrote: Hi.. Anyone have an idea on how I would go about replacing a tag surounding text with another tag

Re: Replace HTML tag with another

2007-02-02 Thread Nathan Strutz
#htmlCodeFormat(fileContents)# /cfoutput -- nathan strutz http://www.dopefly.com/ On 2/2/07, Casey Dougall [EMAIL PROTECTED] wrote: holly cow, I typed that ***... Sorry about that. I tried playing around with what you typed but the statement is broken somewhere The first post should have been

Re: Tournament Bracket CF code?

2007-01-22 Thread Nathan Strutz
Chris, A friend of mine, Raff, did this exact thing a couple years back. I don't know the state of the code today. He's not on the list, but you can hit him from his web site: http://www.gamescrubs.com/html/contact.cfm -nathan strutz -http://www.dopefly.com/ On 1/22/07, Peterson, Chris [EMAIL

Re: CFML IDE's

2007-01-18 Thread Nathan Strutz
extended find replace is a lot better. -- nathan strutz http://www.dopefly.com/ ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk

Re: Java 6 JRE?

2006-12-13 Thread Nathan Strutz
happening. -- nathan strutz http://www.dopefly.com/ On 12/13/06, Peterson, Chris [EMAIL PROTECTED] wrote: Well I have Flex Builder setup to use the JRE 6 locally, and one thing that sadly still happens is, on especially large files (this .cfc has 2800 lines) the auto-complete is completely un

Re: Java 6 JRE?

2006-12-12 Thread Nathan Strutz
For the record, Java 6 works great with Eclipse :) -- nathan strutz http://www.dopefly.com/ On 12/12/06, Peterson, Chris [EMAIL PROTECTED] wrote: I KNOW it wont be supported, but has anyone tested the Java 6 JRE with CF? I was gonna toss it on a dev server and was just wondering if anyone

Re: Java 6 JRE?

2006-12-12 Thread Nathan Strutz
means, but it's hard to even imagine it's 25% - 30% faster as some are saying. -- nathan strutz http://www.dopefly.com/ On 12/12/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Does it make Eclipse fly? ~| Create

Re: Java 6 JRE?

2006-12-12 Thread Nathan Strutz
improvements and obviously higher compatibility, AWT looks like a nicer option every time I look at it... not that I do enough Java to matter. -- nathan strutz http://www.dopefly.com/ On 12/12/06, Nathan Strutz [EMAIL PROTECTED] wrote: Ya know, it's not as incredible as you may think. From what

Re: Framework or application to make form submissions easy

2006-11-27 Thread Nathan Strutz
developers hacking their own stuff. In fact, if I could only find 9 more hrs in a day, I could get you something by tomorrow :( -nathan strutz http://www.dopefly.com/ On 11/27/06, Jeff Gladnick [EMAIL PROTECTED] wrote: I'm well versed in CFC's and OO, and just starting to look at frameworks

Re: IDE's

2006-11-05 Thread Nathan Strutz
from a widely available and loved open source editor for ColdFusion. If only there was a large company who liked ColdFusion enough... hmm... And if only some of their employees were listening in on this thread... -- nathan strutz http://www.dopefly.com/ On 11/3/06, Mark Drew [EMAIL PROTECTED

Re: IDE's

2006-11-05 Thread Nathan Strutz
moving. I know there had been some conversations in the past, where the CFE team wanted to make sure that CFEclipse was in the hands of the CF developers. It sounds nice, but some support (though not in a controlling nature) sounds nicer. -- nathan strutz http://www.dopefly.com/ On 11/5/06, Andrew

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Nathan Strutz
like Snake said. Of course it's not ColdFusioney enough. You're crazy, Snake. Taking advantage of other technologies and all. -- nathan strutz http://www.dopefly.com/ On 10/28/06, Jake Munson [EMAIL PROTECTED] wrote: I had an IM chat with Sean Corfield about this, and he said that Model Glue

Re: WebService issue...

2006-10-24 Thread Nathan Strutz
It's a little bit hard to say for sure, but, to try the simple stuff first, make sure the cffunction you are calling has access=remote on it. -- nathan strutz http://www.dopefly.com/ On 10/24/06, Charles Heizer [EMAIL PROTECTED] wrote: Hello, I'm starting to look at creating a real web

Re: REGEX help

2006-10-23 Thread Nathan Strutz
you could hard-code it to the word architect. -nathan strutz http://www.dopefly.com/ ps, firefox 2.0 spell checker is rad. On 10/23/06, Rob Wilkerson [EMAIL PROTECTED] wrote: Try \barchitect\b. Of course, replace architect with the keyword that was entered. the \b marks word boundaries

Re: To object or not to object

2006-10-18 Thread Nathan Strutz
in the application scope. If you're filling a GB, you're getting up there. If you expect exponential growth and will soon be pushing 2GB, it's time to rethink your strategy. 5: CF on windows with 32-bit processors can be pushed upwards of 2GB, but I wouldn't recommend going over 1.8GB. -- nathan strutz http

Re: CFEclipse and CFCs

2006-10-18 Thread Nathan Strutz
being accessed. Switching from the unc pathname \\server\share\folder\file.cfc to a mapped drive f:\folder\file.cfc may help as well. best of luck with it. -- nathan strutz http://www.dopefly.com/ On 10/18/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, In CFEclipse, almost every time I

Re: Headers and Footers

2006-10-04 Thread Nathan Strutz
, which builds the navigation, headers and footers, and drops the blog view in the middle. It just seems really clean to me. -- nathan strutz http://www.dopefly.com/ On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've seen developers wrap headers in footer in many different ways. Some

Re: Localization best practices

2006-10-02 Thread Nathan Strutz
( cgi.script_name, arguments.area); } so it's just #showcontent(area)# anyways, just some ideas. take 'em if you like 'em. -nathan strutz http://www.dopefly.com/ On 10/1/06, Snake [EMAIL PROTECTED] wrote: Depends if your site is database driven and needs to be DB driven, if it is, store multiple

Re: OT: Resume/CV Writing

2006-09-29 Thread Nathan Strutz
Yeah, fill it out on monster and download the word doc version. Works really great. -nathan strutz http://www.dopefly.com/ On 9/29/06, Neil Middleton [EMAIL PROTECTED] wrote: Hi, I'm thinking of attempting to write myself a new Resume after seven years (so am therefore out of practice

Re: What if....

2006-09-20 Thread Nathan Strutz
it in the application scope, there's a chance you could make everything blow up. -- nathan strutz http://www.dopefly.com/ On 9/20/06, Will Tomlinson [EMAIL PROTECTED] wrote: You already had an object created in application scope, then it was created again from somwhere else? So you create

cfquery sql= ...

2006-09-13 Thread Nathan Strutz
Hey all, I just saw a code sample, and verified it on the livedocs, basically: cfquery datasource=dsn sql=insert into ... Since when did cfquery have a sql attribute, and is this deprecated or what? Maybe i'm just dense, but I've never seen it before. -- nathan strutz http://www.dopefly.com

Re: Holy crap I like CFEclipse!

2006-09-12 Thread Nathan Strutz
/ -nathan strutz http://www.dopefly.com/ On 9/11/06, Russ [EMAIL PROTECTED] wrote: I don't know about that... TortoiseSVN comes with a .NET hack, so obviously people are using that for .NET instead of Source Safe. You might want to look into it. Russ -Original Message- From

Re: Peg = Margaret name matching code

2006-09-05 Thread Nathan Strutz
Well a little screen scraping on Mike's link will get you most of the way there. From that point it's one join away. That's mostly automated. After the initial data import, it will be manually tweaking data in a simple crud app. -nathan strutz http://www.dopefly.com/ On 9/5/06, Andy Matthews

Re: YesNoFormat() is cool!

2006-08-31 Thread Nathan Strutz
have been: cfif now() GT dt Sad, really, that the site is still up and unaltered: http://www.tundracomics.com/pages/comic.cfm And my sincere future apologies to whoever has to maintain it in the future. -nathan strutz http://www.dopefly.com/ On 8/30/06, Mkruger [EMAIL PROTECTED] wrote

Re: Peoples of the list..... arise and bring down my server!

2006-08-29 Thread Nathan Strutz
And it's down. Server Error The server encountered an internal error and was unable to complete your request. JRun closed connection. Good work, team. -nathan strutz http://www.dopefly.com/ On 8/29/06, Will Tomlinson [EMAIL PROTECTED] wrote: Could some of you folks hit my site

Re: Planning and Sizing a Coldfusion Environment

2006-08-22 Thread Nathan Strutz
if I'm wrong). You *could* pay the fees and get ahold of smart people, but most of their techies in this field are there to fix problems with their software, not necessarily to help scale your environment. -nathan strutz http://www.dopefly.com/ On 8/22/06, Rick Root [EMAIL PROTECTED] wrote: Our

Re: (Admin) RSS options

2006-08-16 Thread Nathan Strutz
Instead of a set number of items in the feed (like 50), why not do it by date. Everything in the last 3 hrs, for example, with a minimum of 30 or something. -nathan strutz http://www.dopefly.com/ On 8/16/06, Michael Dinowitz [EMAIL PROTECTED] wrote: I'm redoing the RSS today and I'd like

Re: Coldfusion and FCKeditor

2006-07-21 Thread Nathan Strutz
] junk wherever you see it. After that, it should pretty much work... (as i try to block out the painful memories). -nathan strutz http://www.dopefly.com/ On 7/21/06, Chad McCue [EMAIL PROTECTED] wrote: I am trying to use the FCKeditor with my website. Everything is working except the spellchecker

Re: eclipse RDS plugin and https ( was Re: Problem with RDS Service on localhost)

2006-07-17 Thread Nathan Strutz
You know, it seems to bomb on certain servers. I think it has problems setting the host header. I don't know the fix. -nathan strutz http://www.dopefly.com/ On 7/17/06, Douglas Knudsen [EMAIL PROTECTED] wrote: anyone using the new RDS plugins for eclipse and HTTPS? Seems to totally hang

Re: OT: Eclipse 3.2 User Operation is waiting

2006-07-10 Thread Nathan Strutz
see the popup. -nathan strutz http://www.dopefly.com/ On 7/10/06, Robert Everland III [EMAIL PROTECTED] wrote: Has anyone seen this message? I keep getting it when I try to save a file. Seems there is always a refresh going on behind the scenes and I have no idea how to find out what

Re: Intranet suite

2006-07-07 Thread Nathan Strutz
. Well, it's an idea, anyway. -nathan strutz http://www.dopefly.com/ On 7/7/06, Brian Rinaldi [EMAIL PROTECTED] wrote: If you are looking for free and/or open-source, I know of nothing comprehensive. You could find some of the functionality you are looking for in seperate projects (see the full

Re: Framework suggestions

2006-07-03 Thread Nathan Strutz
is of course an improvement on FB 2 1. I've said it before: Everywhere I've gone to work on pre-built code has some application running a FB1/2 style process (the main page with a big cfswitch, including files). It's everywhere, and this is an improvement on it. -nathan strutz http://www.dopefly.com

Re: Framework suggestions

2006-07-02 Thread Nathan Strutz
You'd be surprised. Actually, Fusebox boasts the fastest execution times of the bunch. Yes, you're writing XML syntax, and yes, it gets translated into CFML, but it also gets parsed into a permenant file and executed statically for huge gains. -nathan strutz http://www.dopefly.com/ On 7/1/06

Re: Framework suggestions

2006-07-02 Thread Nathan Strutz
gives a lot of the performance benifits over FB 3. Instead of cfmodule or cfinclude, the code is on the same parsed file. So the syntax isn't simpler or easier, but the outcome is probably worth it. -nathan strutz http://www.dopefly.com/ On 7/2/06, Claude Schneegans [EMAIL PROTECTED] wrote

Re: Framework suggestions

2006-07-01 Thread Nathan Strutz
the issue for you (though their solutions will vary). You'll still have to deal with these types of problems. -nathan strutz http://www.dopefly.com/ On 7/1/06, Russ [EMAIL PROTECTED] wrote: Unfortunatelly it won't provide failover. From what I heard at CFUN today, session replication doesn't

Re: Good blog post on the frameworks debate

2006-07-01 Thread Nathan Strutz
begin to find what truly reusable code is like. When you can copy and paste a group of features into a site you just started to give yourself a huge jumpstart, you'll be thanking whoever made that framework. -nathan strutz http://www.dopefly.com

Re: Framework suggestions

2006-06-30 Thread Nathan Strutz
of fitting each into your project the right way and feel out how comfortable you and your team would be with each. Also, asking more specific questions can help us help you more :) -nathan strutz http://www.dopefly.com/ On 6/30/06, Damien McKenna [EMAIL PROTECTED] wrote: On Jun 30, 2006, at 2:15

Re: Framework suggestions

2006-06-30 Thread Nathan Strutz
to bend it over backwards to make it fit just right. If nothing else, it's a nice starting point. -nathan strutz http://www.dopefly.com/ On 6/30/06, Russ [EMAIL PROTECTED] wrote: I'm pursuing all three options right now... I couldn't seem to find any documentation for either Fusebox5 or MD:U

Eclipse 3.2 and Callisto now available

2006-06-30 Thread Nathan Strutz
/features.html Install it and see for yourself, then help us make it better by telling us what YOU would like! -nathan strutz http://www.dopefly.com/ what? download already! http://www.eclipse.org/download/ geez

Re: Eliminating Textarea Whitespaces on UDF retuned values

2006-06-21 Thread Nathan Strutz
It could be chr(160) - the literal character for the non-breaking space (nbsp;). Trimming won't cut it out. Instead, try a replace on it. replace(myString,chr(160),,ALL) -nathan strutz http://www.dopefly.com/ On 6/21/06, Michael E. Carluen [EMAIL PROTECTED] wrote: I'm currently using a UDF

Re: cfe cfc invoking

2006-06-15 Thread Nathan Strutz
Dave, You'll find the Component Browser in the newer nightly builds (the newest nightlies only work with Eclipse 3.2). From there, you can browse your projects and components and double-click to generate and insert the appropriate cfinvoke tag for a chosen method. -nathan strutz http

Re: Speaking of cfeclipse/eclipse issues...

2006-06-09 Thread Nathan Strutz
Well, since the wiki is down, i would say my site is the next best thing: http://www.dopefly.com/pages/cfeclipse.cfm Plus the article Rob wrote for Macromedia (RIP): http://www.adobe.com/devnet/coldfusion/articles/cfeclipse.html -nathan strutz http://www.dopefly.com/ On 6/9/06, Larry Lyons

Re: Speaking of cfeclipse/eclipse issues...

2006-06-09 Thread Nathan Strutz
Please pardon my last post. Yeah, i have trouble reading small words. You want help using the eclipse _FTP_ (as opposed to cfeclipse in general). No, sorry, google it. I haven't found any good resources for it. -nathan strutz http://www.dopefly.com/ On 6/9/06, Larry Lyons [EMAIL PROTECTED] wrote

Re: Fusebox 4 Slow?

2006-06-07 Thread Nathan Strutz
Dave, Chack your network connections. Switch providers if it helps. Sounds to me like every site you visit is slow. I know, I know, and i'm just kidding, but really, you've never seen a speedy enough CF framework-driven or asp.net site? I've built and visited a number of each, most all quite

Re: Fusebox 4 Slow?

2006-06-07 Thread Nathan Strutz
Eric, You'd be surprised how many people develop sites like this. Pretty much everywhere I've gone, there's been some form of quasi-fusebox 1 or 2 applications (and if there weren't any, I'm sure I've made it so there were when I left). -nathan strutz http://www.dopefly.com/ On 6/6/06, Eric

Re: Fusebox 4 Slow?

2006-06-07 Thread Nathan Strutz
on a couple things, but I would say somewhere between no and just barely. YMMV, and with frameworks you have to enable production mode, turn on page caching in your admin, etc. to see the real performance levels. -nathan strutz http://www.dopefly.com/ On 6/6/06, dave [EMAIL PROTECTED] wrote

Re: Fusebox 4 Slow?

2006-06-07 Thread Nathan Strutz
. In this sense, it becomes everyone's framework. Competent in this case is simply having a solid understanding of what you are doing and being proficcient at it. -nathan strutz http://www.dopefly.com/ On 6/6/06, Claude Schneegans [EMAIL PROTECTED] wrote: Yes, assuming two other statements

Re: Stored Procedure support in Doug Hughes Reactor

2006-06-06 Thread Nathan Strutz
cfc and inject it into whatever objects will need it with coldspring. -nathan strutz http://www.dopefly.com/ On 6/6/06, David Strong [EMAIL PROTECTED] wrote: Ok thanks for the advice, however I have several multi-batch stored procedures that is used in Fabrication software. Table

Re: Stored Procedure support in Doug Hughes Reactor

2006-06-05 Thread Nathan Strutz
rtfm :) -nathan strutz http://www.dopefly.com/ On 6/3/06, David Strong [EMAIL PROTECTED] wrote: What is the best practice/method for integrating sql stored procedures within a reactor/MG framework? ~| Message: http

Re: CFMX Java server recommendation

2006-05-23 Thread Nathan Strutz
already, use JRun. It's a great server. Getting a bit outdated (betas for the next version are in testing), but still really good. It comes with your purchase of CFMX Enterprise, and is under the hood and mostly unaccessable with CFMX standard. -nathan strutz http://www.dopefly.com/ On 5/23/06

Re: switch from siteObject to FCKEditor

2006-05-19 Thread Nathan Strutz
Dwayne, FCK comes with its own CF code for creating an fck instance, as well as a cfc. It really couldn't be easier. -nathan strutz http://www.dopefly.com/ On 5/19/06, Dwayne Cole [EMAIL PROTECTED] wrote: IE 7 does not appear to support SiteObject Lite. I am planning to switch to FCKEditor

Re: Reactor and transactions

2006-05-18 Thread Nathan Strutz
cftransaction tags. However, I don't know the status of this one. I suppose I could search my gmail... -nathan strutz http://www.dopefly.com/ On 5/18/06, Dante Orlando [EMAIL PROTECTED] wrote: I believe you have to handle transactions further up in the application stack (i.e. controller

Re: Reactor and transactions

2006-05-18 Thread Nathan Strutz
OK, here's the thread from just last month: http://www.mail-archive.com/reactor@doughughes.net/msg01241.html -nathan strutz http://www.dopefly.com/ On 5/18/06, Nathan Strutz [EMAIL PROTECTED] wrote: From what I remember reading on the Reactor list, there are a few places where transactions

Re: accessing cfmail functionality from java

2006-05-16 Thread Nathan Strutz
to work with it directly. -nathan strutz http://www.dopefly.com/ On 5/16/06, Leon Oosterwijk [EMAIL PROTECTED] wrote: All, I have come across the need to do a cfmail from a java class. We have some thirdparty software that runs on our ColdFusion server that uses the JavaMail system

Re: Okay, here's *another* error message I've never seen...

2006-05-12 Thread Nathan Strutz
. There are a number of ways to get around it, such as using a where...in statement, or with a better database, limiting the subquery to just 1 record. Of course the best way is to find out why your subquery is matching 2 records. -nathan strutz http://www.dopefly.com/ On 5/12/06, Jeff Small [EMAIL PROTECTED

Re: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Nathan Strutz
don't understand your question about CF not sitting on the same server as the bytecode, but it sounds interesting. Hopefully I've answered enough of your questions to get you going. -nathan strutz http://www.dopefly.com/ On 5/12/06, Peters, Christopher D. [EMAIL PROTECTED] wrote: Hello all

Re: Coldfusion with Godaddy

2006-05-09 Thread Nathan Strutz
(but generic enough to not be blog-specific)... Thanks for the help. -nathan strutz http://www.dopefly.com/ On 5/9/06, Jason Crider [EMAIL PROTECTED] wrote: Querycache zip link is broken on dopefly. Non-related to the topic, but thought you'd like to know if you didn't. -Original

Re: Coldfusion with Godaddy

2006-05-08 Thread Nathan Strutz
use cfstoredproc. It also seems like database storage client variables may do something like that... I don't exactly remember. -nathan strutz http://www.dopefly.com/ On 5/5/06, Mark A Kruger [EMAIL PROTECTED] wrote: I second that John, They are misinformed. I suspect their information came

Re: I got Advanced !!!

2006-05-03 Thread Nathan Strutz
On 5/3/06, Alan Rother [EMAIL PROTECTED] wrote: Technically speaking andy matthews Adobe Certified Advanced ColdFusion MX 7 Developer -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer Time to update your sig, Alan! -nathan strutz http://www.dopefly.com

Re: ASP.Net book for CF programmer

2006-05-01 Thread Nathan Strutz
it's better or worse than any other platforms. I'm just telling it like it is. -nathan strutz http://www.dopefly.com/ (yes, still on .cfm, and will be for a long time) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4

Re: Subversion tips?

2006-04-27 Thread Nathan Strutz
code to your production server. -nathan strutz On 4/27/06, Matt Williams [EMAIL PROTECTED] wrote: I'm looking to join the Real World and start using version control software. From what I've heard, SubVersion is as good as any. My environment is simple, but may not take full advantage

Re: ASP.Net book for CF programmer

2006-04-26 Thread Nathan Strutz
ASP.NETTeam and it was great at taking me through how the server worked, how requests work, what happens when you bind data, etc. That was a MS Press book, and is honestly the way I would go (especially if you can score it for free). I recommend Microsoft Press books. -nathan strutz http://www.dopefly.com

Re: CFUNITED-06 interview 16: Tom Link - Flex 2.0 Event Model

2006-04-20 Thread Nathan Strutz
this year? Now that would sell some copies :) How about the PPT files from the presentations? -nathan strutz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238322 Archives: http://www.houseoffusion.com/cf_lists

Re: Pause?

2006-04-16 Thread Nathan Strutz
http://www.cflib.org/udf.cfm/sleep -nathan strutz http://www.dopefly.com/ On 4/14/06, Loathe [EMAIL PROTECTED] wrote: If I wanted to say have a template pause for 10 seconds, how would you do that, I mean, I can think of a couple of looping ways that would accomplish about the same thing

Re: disk size manager

2006-04-14 Thread Nathan Strutz
via windows update. Windows only (unless you can get it to work on mono) -nathan strutz http://www.dopefly.com/ On 4/14/06, Andy Matthews [EMAIL PROTECTED] wrote: ColdFusion 7 has recursion built into cfdirectory I believe. At least I think Dave Watts said something along those lines a week

Re: Newbie Model Glue Questions

2006-04-08 Thread Nathan Strutz
: http://www.briankotek.com/blog/index.cfm/2006/4/5/The-CF-Skill-Divide -nathan strutz http://www.dopefly.com/ On 4/7/06, Snake [EMAIL PROTECTED] wrote: Model-glue and similar frameworks is great if you want to obfuscate your code and keep your client bound to you for any ongoing work, as only

Re: Newbie Model Glue Questions

2006-04-07 Thread Nathan Strutz
) -nathan strutz http://www.dopefly.com/ On 4/6/06, Nick Han [EMAIL PROTECTED] wrote: Can someone help me answer these questions? 1) I set 'refresh' to false in the config block, but it doesn't seem to work. The framework keeps reloading on every request. 2) As same above for 'debug

Re: Upgrading JVM to 1.4.2_09

2006-04-05 Thread Nathan Strutz
problems with servers crashing, but it did help. Really, the way to go is to see about re-architecting your applications, upgrading your servers (Java can use almost 2GB of RAM on a 32bit server), or considering network load balancing. -nathan strutz http://www.dopefly.com/ On 4/5/06, powell

Re: Convert ASP to CFM?

2006-04-05 Thread Nathan Strutz
There used to be one on sourceforge that did the reverse... ehh, so that's not helpful. Hey, it would be a fun project (as if I don't have enough fun projects of my own already). Post back in mid-May and let us know how you wrote it :) -nathan strutz http://www.dopefly.com/ On 4/5/06, Jeff

Re: Upgrading JVM to 1.4.2_09

2006-04-05 Thread Nathan Strutz
) that people were having trouble with XML and LDAP as well. I did it to my test server a while ago, and it was fine. Everything was running great, but I wasn't doing anything with XML, web services, LDAP or anything special, really. -nathan strutz http://www.dopefly.com/ On 4/5/06, Scott Stewart

Re: OT: CFEclipse and CFC file saves

2006-04-04 Thread Nathan Strutz
is interfering with mapped drives, it probably doesn't work on UNC shares. Your mileage may vary a bit, let us know how it works for you, as others have reported this issue. thanks -nathan strutz http://www.dopefly.com/ On 4/4/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I'm finally

Re: Upgrading Eclipse

2006-03-22 Thread Nathan Strutz
It was totally seamless for me. Just point it at the update site and give it a few minutes, then restart and you're back to work. -nathan strutz http://www.dopefly.com/ On 3/22/06, Kevin Penny [EMAIL PROTECTED] wrote: I'm planning on upgrading the Eclipse version I have 3.0.2 from

Re: Read CF Registry Keys -Re Posted

2006-03-22 Thread Nathan Strutz
database or use cookies. The registry is the WORST way to go. If you can avoid client vars completely, then by all means, please do. -nathan strutz http://www.dopefly.com/ On 3/22/06, Sam Komo_ITS [EMAIL PROTECTED] wrote: Hi, I am trying to purge client registry keys from coldfusion. I want

RDS Usernames? How about lesser security?

2006-03-21 Thread Nathan Strutz
heard of this, I'll probably be entering it into the wishform. -nathan strutz http://www.dopefly.com/ ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235915 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm

Re: Beginner Book and Tutorial

2006-03-09 Thread Nathan Strutz
online to find a cheaper copy (or, I'm sure a few people here have one they might give you). I really can't recommend it enough. It teaches you what web application programming is, then it takes you into the basics of ColdFusion, and through actual code and building useful things. -nathan strutz http

Re: CFEclipse - Lost my snipTree?

2006-03-08 Thread Nathan Strutz
Yeah, newer builds have it remapping to something like CTRL+J... Window Preferences General Keys (view tab) will help you change it back, or at least figure out what the current key combo is. -nathan strutz http://www.dopefly.com/ On 3/8/06, Trevor Orr [EMAIL PROTECTED] wrote: I now have my

Re: CFEclipse - Lost my snipTree?

2006-03-07 Thread Nathan Strutz
Sandra, what version of CFEclipse are you using? There was a bug fixed a few weeks ago where some people were having this problem with the 1.2 (or 1.20? 1.1.20? 1.1.2? i forget) release. Use a nightly build fo fix it, pretty much for good. -nathan strutz http://www.dopefly.com/ On 3/7/06, Sandra

Re: lost my cfide-folder

2006-03-02 Thread Nathan Strutz
You could copy it from another server running the same version... if you have that. If not, then yes, reinstall. -nathan strutz http://www.dopefly.com/ On 3/2/06, Sebastian Mork [EMAIL PROTECTED] wrote: Hi, I've lost my local cfide-folder (won't tell you, why:) of my cfmx7-server

Re: cfscript or cfinvoke

2006-02-28 Thread Nathan Strutz
=myFunctionargument=argument call it through flash remoting call it through flash remoting variants such as Flex call it through an event gateway That's 9... are there any more? -nathan strutz http://www.dopefly.com/ On 2/28/06, Aaron Rouse [EMAIL PROTECTED] wrote: I use either a CFSCRIPT or CFSET

Re: Server errors

2006-02-27 Thread Nathan Strutz
since... v4 or v5?). You may be able to find a patch. -nathan strutz http://www.dopefly.com/ On 2/27/06, Scott Stewart [EMAIL PROTECTED] wrote: Wouldn't it figure that as were getting ready to migrate to CFMX, the current 5.0 install goes haywire. We have a myriad of issues. 1

Re: Need help - OBDC Timeout

2006-02-22 Thread Nathan Strutz
or MySql. If it's something else, perhaps you can download another JDBC driver for it and use that instead. (the first step to fixing most ODBC problems is to switch to JDBC :) -nathan strutz http://www.dopefly.com/ On 2/21/06, ekcien [EMAIL PROTECTED] wrote: Appreciate everyone help me to solve

Re: Easy CFC question

2006-02-16 Thread Nathan Strutz
Ahh, file this one under gmail sending HOF emails to the spam folder. sorry folks -nathan strutz http://www.dopefly.com/ On 2/16/06, Nathan Strutz [EMAIL PROTECTED] wrote: I'm kind of surprised I didn't see anyone answer this yet... If another function is in the same scope as your current one

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Nathan Strutz
way. -nathan strutz http://www.dopefly.com/ On 2/16/06, Aaron Roberson [EMAIL PROTECTED] wrote: Eben is your lord? That is funny... God forgives, the RIAA doesn't. :) That is presumption. I choose not to make the grace of God a license to sin. Repentance (turning from sin) is a prerequisite

Re: finding the base of the application

2006-02-15 Thread Nathan Strutz
You could try #expandPath(/)# It's not foolproof, but it should generally work. -nathan strutz http://www.dopefly.com/ On 2/15/06, Joe Ferraro [EMAIL PROTECTED] wrote: I'm trying to figure out good way to find the base of the application, but I haven't come up with anything fool proof yet

Re: SOT: coldfusion and SQL2005

2006-02-14 Thread Nathan Strutz
on the horizon. Having a dual-processor quad-core system would be insane for a sql server box. I can't wait. -nathan strutz http://www.dopefly.com/ On 2/14/06, J W [EMAIL PROTECTED] wrote: I am trying to configure 2 new servers and getting fumed about BS microsoft CAL crap. Both systems will be dual core

Re: Invalid CGI variables not generating errors

2006-02-10 Thread Nathan Strutz
Yes, it's been like this for a long time. #cgi.qwertyuiop# will just return an empty string. Why? I don't know exactly, but I do know it is fairly expected, and only works with the CGI scope. -nathan strutz http://www.dopefly.com/ On 2/10/06, Rick Root [EMAIL PROTECTED] wrote: I was having

Re: Load Balancing issues

2006-02-03 Thread Nathan Strutz
, and at one point i'd thought up a plan to allow web service session lookups between servers. In any event, I'd love to hear what you've got. :) -nathan strutz http://www.dopefly.com/ ~| Message: http://www.houseoffusion.com

Re: Coldfusion hash-map

2006-02-02 Thread Nathan Strutz
Ooh, I want to try something I didn't see anyone else do... cfscript map = structNew(); // actually, this is optional map.a = 1; map.b = 2; for (i in map) { writeOutput('a href=' map[i] '' map[i] '/a'); } /cfscript On 2/2/06, Oleg Gunkin [EMAIL PROTECTED] wrote: Could

Re: CFMX 7 Linux and JVM Questions...

2006-02-01 Thread Nathan Strutz
to be a little behind the curve to keep things stable. 1.5 support will come eventually, maybe with the CF7 update scheduled for this summer. -nathan strutz http://www.dopefly.com/ On 2/1/06, Charles E. Heizer [EMAIL PROTECTED] wrote: Hello, I have seen talk about using a different JVM than what

<    1   2   3   4   5   6   7   >