Re: Dynamic robots.txt

2009-05-27 Thread Nathan Strutz
identical sites. Just the pain in managing that was hard enough. When the owner wanted to add 5 more, I stopped him, wrote a generic customizable version and then let him add as many as he wanted. Less management for me, quicker response time for him. nathan strutz [Blog and Family @ http

Re: New Server CF error

2009-05-13 Thread Nathan Strutz
Danny, That's an odd one, for sure. The only ideas I have are to copy the CFIDE folder from another (working) server, or to reinstall ColdFusion, making sure you pay attention to the setup options. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org

Re: Coldfusion Date format question

2009-05-11 Thread Nathan Strutz
For your cfqueryparam, cf_sql_date will insert literally only the date into the database - instead, use cf_sql_timestamp. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Mon, May 11, 2009 at 12:37 PM, fun and learning funandlrnn

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Nathan Strutz
I used cf_magicktag back in the day, and I will let you all know that it's complete crap - never use it. seriously. Michael - Use cfexecute, put it in a cfc as a wrapper for the exe. Sorry, that's all I've got. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http

Re: how to handle in-appropriate image uploads

2009-04-09 Thread Nathan Strutz
expressions and backreferencing. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Thu, Apr 9, 2009 at 9:32 AM, Chad Gray cg...@careyweb.com wrote: Hello, How do big web sites like myspace police image uploads? It seems like they let users

Re: Query Retries

2009-04-03 Thread Nathan Strutz
to retry the connection, and once it connects successfully, turns maintenance mode off and stops the job. I never got the chance to do it, which is too bad, it would have been fun. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Thu, Apr 2

Re: Query Retries

2009-04-03 Thread Nathan Strutz
in this case is some basic error catching and some kind of framework to handle failed queries in a predictable, user-friendly manner, like a nice error page, maybe a way to let the user retry the exact request. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http

Re: New Search Engine

2009-04-01 Thread Nathan Strutz
, the requirement for around 4 exabytes of RAM on your web server will really cost you. Luckyily, it will still fit on a 64 bit architecture, so no need to move to 128 bit CPUs (yet). nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Mar 31

Re: Railo 3.1 Open Source beta released

2009-03-31 Thread Nathan Strutz
Nice site, and fantastic news. Now, who can tell me how to run it off of a USB drive? nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] 2009/3/31 Gerald Guido gerald.gu...@gmail.com Go getcha some hot steamy OS CF 8(ish) action. http

Re: Problem with mapped IIS directory

2009-03-03 Thread Nathan Strutz
, usually otherwise empty The (file folder) names are made up, but the problems are real. It works pretty well, and is made for just this type of situation. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Mar 3, 2009 at 1:02 PM, Pete

Re: Question about next/prev browsing

2009-02-18 Thread Nathan Strutz
loaded. And remember, for server-side paging (next/prev buttons, etc), you should use my CFC - http://paginationcfc.riaforge.org/ nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Wed, Feb 18, 2009 at 12:48 PM, Mike Soultanian msoul

Re: Javascript question

2009-02-13 Thread Nathan Strutz
Ok scott, you've piqued my interest. You've _got_ to share this interface that chokes jQuery. :) nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Feb 13, 2009 at 12:57 PM, Scott Stewart saste...@email.unc.eduwrote: and that would

Re: How are CFCONTENT requests handled?

2009-02-06 Thread Nathan Strutz
it's safe. It literally streams it from disk to network and to local disk without any one application loading 200MB of data. I used CF7 and Firefox 3. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Feb 6, 2009 at 4:49 AM, Seb Duggan s

Re: Calling GetPageContext within a CFC

2009-02-05 Thread Nathan Strutz
the cfcontent tag, possibly followed by a cfheader? nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Feb 3, 2009 at 12:58 AM, cf coder mailinglistid2...@yahoo.comwrote: OutputImage

Re: Newbie FB55 question

2009-02-04 Thread Nathan Strutz
. If you still can't get it, post your circuit / tag and describe or illustrate your directory structure for us. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Feb 3, 2009 at 7:25 PM, Joe joe_ts...@hotmail.com wrote: Like I said

Re: Why is debugging info showing up in my ajax response?

2009-01-30 Thread Nathan Strutz
Rick, Brad is dead on, see, every request that comes from your CF server returns the debugging information. CF is smart enough to do it for web services and Images, but there's no difference between your original page request and the ajax request, so it tacks on the debugging info there. nathan

Re: Regex help

2009-01-30 Thread Nathan Strutz
so like b[\w]+\.[\...@[\w]+\.[\w]{2,5}/b That's really basic, but should be easy to understand. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Jan 30, 2009 at 9:08 AM, Dean Lawrence dean...@gmail.com wrote: Hi All, Can

Re: Regex help

2009-01-30 Thread Nathan Strutz
and possible dot you have. reFindNoCase runs a fair amount slower than reFind. Don't ask my why, but benchmark it yourself. The updated regex could look a little more like: (b|strong)[\w%+-]*\.[\w\.%+...@[\w\.-]*[a-za-z]{2,5}/(b|strong) nathan strutz [Blog and Family @ http://www.dopefly.com

Re: Generate Random Colors

2009-01-30 Thread Nathan Strutz
/RandomColorClose This one will make random light or dark colors depending on you: http://www.cflib.org/udf/randomColorShade nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Jan 30, 2009 at 11:53 AM, Charles E. Heizer heiz...@llnl.govwrote: Hello

Re: cffile uploads and Load balancing

2009-01-21 Thread Nathan Strutz
misconfigured. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Jan 20, 2009 at 5:44 PM, Richard Steele r...@photoeye.com wrote: We are getting an HTTP 503 Upload Error when using cffile and uploading multiple files from one computer

Re: Character encoding problem

2009-01-21 Thread Nathan Strutz
and character set encoding in CF 6 + is like decades more advanced. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Wed, Jan 21, 2009 at 4:14 PM, Claude Schneegans schneeg...@internetique.com wrote: Hi, I'm posting this question

Re: CF 8.0 and 64 bit Vista

2008-12-30 Thread Nathan Strutz
, but Dave Watts is spot on as usual - be more descriptive with the problem you're having - what exactly isn't working? nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Mon, Dec 29, 2008 at 6:58 PM, Jake Churchill jake.church

Re: Browsing files and directories on the server?

2008-12-17 Thread Nathan Strutz
Hey, I made a program a few years ago that does this. Mostly IE only :( http://www.dopefly.com/projects/filesurfer.cfm nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Dec 16, 2008 at 7:44 PM, Pete Ruckelshaus pruckelsh

Re: Directory chooser

2008-12-16 Thread Nathan Strutz
, standard methods are old, and there are a number of file / folder uploading tools, if that is what you are looking for. cftree can be rigged to display a directory tree, but only of directories on the server, not on the client or browser's computer. Does that help? nathan strutz [Blog and Family

Re: Judicious use of session variables, how much is too much

2008-12-09 Thread Nathan Strutz
to be querying on ever request, just query it once and place it in the session. That's caching 101. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Mon, Dec 8, 2008 at 9:46 AM, Ian Skinner [EMAIL PROTECTED] wrote: Scott Stewart wrote: My

Re: Judicious use of session variables, how much is too much

2008-12-09 Thread Nathan Strutz
to be querying on ever request, just query it once and place it in the session. That's caching 101. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Mon, Dec 8, 2008 at 9:46 AM, Ian Skinner [EMAIL PROTECTED] wrote: Scott Stewart wrote: My

Re: Judicious use of session variables, how much is too much

2008-12-09 Thread Nathan Strutz
to be querying on ever request, just query it once and place it in the session. That's caching 101. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Mon, Dec 8, 2008 at 9:23 AM, Scott Stewart [EMAIL PROTECTED]wrote: I've inherited an application

Re: Try/catch rethrow in cfscript?

2008-11-21 Thread Nathan Strutz
Mark, No, there's no rethrow in cfscript :( The only real workaround is to use tags for the whole thing :( nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Nov 21, 2008 at 11:56 AM, Gaulin, Mark [EMAIL PROTECTED]wrote: Hi

Re: JRun issues on Vista 64 bit?

2008-09-17 Thread Nathan Strutz
I can say that I've got CF8 running on Vista 64, no issues whatsoever. I don't know how to help you. Maybe try a CF reinstall? nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Wed, Sep 17, 2008 at 10:38 AM, Jeff Chastain [EMAIL PROTECTED

Re: JRun issues on Vista 64 bit?

2008-09-17 Thread Nathan Strutz
except mainly in dev tools and stuff, so any SQL you write on 2008 will likely run in 2005, so it probably wouldn't hurt to do that. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Wed, Sep 17, 2008 at 12:06 PM, Jeff Chastain [EMAIL PROTECTED

Re: cfcookie expires default

2008-09-16 Thread Nathan Strutz
, try a different browser (ie instead of ffx or something), as you may inadvertently have your cookie security up too high. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Sep 16, 2008 at 1:50 PM, Ioannis Papanikolaou [EMAIL PROTECTED

Re: Are nested loops allowed in fusebox 5?

2008-09-12 Thread Nathan Strutz
attributes] loop [tag attributes] do or set or whatever / /loop /loop nathan strutz http://www.dopefly.com/ Manager - AZCFUG http://www.azcfug.org/ On Fri, Sep 12, 2008 at 3:25 PM, Claude Schneegans [EMAIL PROTECTED] wrote: Are nested loops allowed in fusebox 5? I'm not sure I

Re: cfc scenario help

2008-09-06 Thread Nathan Strutz
() and ProjectService.getAllProjects(), each would call the respective GW and return a query. HTH. nathan strutz http://www.dopefly.com/ On Fri, Sep 5, 2008 at 2:44 PM, Richard White [EMAIL PROTECTED] wrote: Hi, we have been doing alot of work on understanding OO development using CFC's and model glue. we have

Re: Learning advanced Coldfusion - ideas??

2008-08-12 Thread Nathan Strutz
conversations and good OO stuff. Finally, get a good feed reader or aggregator and subscribe to blogs. There's a lot of good information out there. Read as many as you can. Dang, thought I had one more thing to say... meh. nathan strutz http://www.dopefly.com/ On Tue, Aug 12, 2008 at 9:01 AM, Jeff

Re: Way to View SQL Transaction history.. RE SQL Injection

2008-08-08 Thread Nathan Strutz
sites you can let it run for a while without problems. nathan strutz http://www.dopefly.com/ On Fri, Aug 8, 2008 at 7:31 AM, jonese [EMAIL PROTECTED] wrote: Hey all, So far we've been good but i'm helping some other companies who have experience successful SQL injection attacks. Is there any

Re: Anyone played with WPF (Windows Presentation Framework)?

2008-07-07 Thread Nathan Strutz
recommend .NET. It tends to be remarkably fast in this category. nathan strutz http://www.dopefly.com/ On Mon, Jul 7, 2008 at 1:26 PM, C. Hatton Humphrey [EMAIL PROTECTED] wrote: (Cross-posting from CF-Community, sorry if you get this twice) I'm starting to do some disk based programming work

Re: More RegEx fun (Negative lookaheads)....

2008-07-03 Thread Nathan Strutz
days, and it looks like they'll continue through the next week... Instead, here's a link to java.lang.string - if you can do it in Java, you can do it in CF! http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html nathan strutz http://www.dopefly.com/ On Thu, Jul 3, 2008 at 11:38 AM

Re: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Nathan Strutz
com.domain.Application /domain.com/clientsite2/Application.cfc extends com.domain.Application Hope that makes sense. nathan strutz http://www.dopefly.com/ On Thu, Jul 3, 2008 at 11:01 AM, Jason Ho [EMAIL PROTECTED] wrote: Hi all, this has been troubling me for a day or 2 now. I'm sure it must

Re: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Nathan Strutz
to that from your sub-app's objects... That's untested though, but theoretically it ought to trick the system appropriately. nathan strutz http://www.dopefly.com/ On Thu, Jul 3, 2008 at 12:31 PM, Jason Ho [EMAIL PROTECTED] wrote: Hi Nathan I guess I missed a small bit of info.. we require

Re: Watchout for this job FLASH ARCHITECT POSITION IN TX

2008-07-03 Thread Nathan Strutz
Just to clearify, you mean the arguing, not the bad interview experience, right? It's jobs-talk, people can post their bad experiences if they like. Personally, I find it fascinating reading, and I didn't think either Scott nor Vincent had gone too far. nathan strutz http://www.dopefly.com

Re: application memory pool issues

2008-07-02 Thread Nathan Strutz
I have had problems when the sysadmin tried setting up a different application pool for all of my CF sites on a server. Just my 2c worth, keep all of your CF sites in the same IIS app pool. nathan strutz http://www.dopefly.com/ On Wed, Jul 2, 2008 at 6:15 AM, Leitch, Oblio [EMAIL PROTECTED

Re: (ot) Decent Eclipse plugin for SQL editing?

2008-06-25 Thread Nathan Strutz
Mark, I tried out the Eclipse Data Tools plugin a while ago and blogged it here: http://www.dopefly.com/techblog/entry.cfm?entry=243 nathan strutz http://www.dopefly.com/ On Wed, Jun 25, 2008 at 6:43 AM, Gaulin, Mark [EMAIL PROTECTED] wrote: Hi I'm looking for an Eclipse plugin (for 3.2

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Nathan Strutz
Ian, Why not impose smaller limits on the number of threads your code can spin off? nathan strutz http://www.dopefly.com/ On Wed, Jun 11, 2008 at 10:27 AM, Ian Skinner [EMAIL PROTECTED] wrote: I'm not sure which piece of code we through into the template changed the behavior, but the server

Re: Asynchronous Web Service Response

2008-06-09 Thread Nathan Strutz
it through java. It's not pretty, but it's doable. nathan strutz http://www.dopefly.com/ On Sun, Jun 8, 2008 at 10:53 AM, Ryan Carlson [EMAIL PROTECTED] wrote: I am looking for some assistance with a web service that I am working on. I have hit a dead end and I am hoping for some advice. I

Re: Problems with 64 bit ColdFusion 8 on 64 bit Vista IIS7

2008-05-17 Thread Nathan Strutz
it found none), and the OK button is disabled. Anybody have any troubleshooting advice before I switch to Apache? I would really rather use IIS7. -- nathan strutz http://www.dopefly.com/ ~| Adobe® ColdFusion® 8 software 8

Problems with 64 bit ColdFusion 8 on 64 bit Vista IIS7

2008-05-15 Thread Nathan Strutz
have any troubleshooting advice before I switch to Apache? I would really rather use IIS7. -- nathan strutz http://www.dopefly.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Nathan Strutz
, but it will be closer. -- nathan strutz http://www.dopefly.com/ On Tue, May 6, 2008 at 3:20 PM, Bruce Sorge [EMAIL PROTECTED] wrote: Howdy all, My help desk site I am building uses a URL variable for the ticket ID when the admin or user is viewing details, and I seem to recall reading somewhere

Re: First time using cfthread

2008-04-30 Thread Nathan Strutz
Ian, It looks like you're not joining your thread back to the main request's thread. You can use cfthread to make a throw-away thread, like you're doing in your example, but if you want to use anything created in that spun-off thread, your thread either has to write to a shared scope, like

Re: CFMX8 - Standard vs. Enterprise

2008-04-30 Thread Nathan Strutz
Brent, You absolutely can use standard JDBC drivers to connect with your Oracle database. You could even use JDBC-ODBC bridge drivers, though I wouldn't recommend it. I believe Oracle has a JDBC driver jar for download (is that the thin client?), and there are a couple on sourceforge. You could

Re: Is this Application.cfm abuse?

2008-04-23 Thread Nathan Strutz
. -- nathan strutz http://www.dopefly.com/ On Wed, Apr 23, 2008 at 2:16 PM, John Engstrom [EMAIL PROTECTED] wrote: I'm working on a project and when I dumped the application scope there were over 25,000 lines of variables and struct items. When I saved all of this it was over 500k. Does

Re: hello folks How to do paging on looping a list i was confused please help me

2008-04-21 Thread Nathan Strutz
is, what you have tried, what you get output from that code and why it has failed? 1000 rows in a database table should not be a problem. I have had tables with millions of rows. -- nathan strutz http://www.dopefly.com/ On Mon, Apr 21, 2008 at 4:52 PM, shariff sml [EMAIL PROTECTED] wrote: cfset

Re: Pagination CFC: How to pass search parameters?

2008-04-14 Thread Nathan Strutz
Nathan Strutz' Pagination.cfc http://www.dopefly.com/projects/pagination/pagination_cfc_documentation.cfm It works very well! However, I've realized a problem, not with the cfc, but with not using my Previous / Next images, which were actually form submit buttons and would

Re: Tutorial on creating this pagination?

2008-04-12 Thread Nathan Strutz
of the pagination for paginationcfc and it looks just the way I want, except I haven't figured out what CSS controls the ellipsis. How do I change the color of that? Rick -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 11:11 PM To: CF-Talk

Re: Tutorial on creating this pagination?

2008-04-10 Thread Nathan Strutz
Rick, Check out my pagination.cfc: http://www.dopefly.com/projects/pagination/ It's currently 1.0 RC, full release coming soon. Check out the documentation live examples (code available in the download) to do basically exactly what you want. -- nathan strutz http://www.dopefly.com/ On Thu

Re: Cant find datasource in CFC

2008-04-10 Thread Nathan Strutz
Other than the obvious comment about how calling variables straight out of the application from within a CFC breaks your object encapsulation ( http://en.wikipedia.org/wiki/Separation_of_concerns) -- I would suggest dumping before your query. cfdump var=#application# /cfabort / if that doesn't

Re: Tutorial on creating this pagination?

2008-04-10 Thread Nathan Strutz
gone beyond the default settings, except for number of records per page, but I'm sure customizing will go well, too. Nice clear instructions for the use of the component. Much appreciated! Rick -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: Do I need ODBC Server

2008-04-07 Thread Nathan Strutz
Michael, If you aren't using any ODBC connections with your ColdFusion applications, you can safely disable the ColdFusion ODBC services. Same goes with the search server service if you're not using cfsearch or verity, as well as the ..NET service if you aren't employing that. -- nathan strutz

Re: how much is a session overhead?

2008-04-03 Thread Nathan Strutz
about overhead and performance, your Client variables are much more of a problem than session variables will be. -- nathan strutz http://www.dopefly.com/ On Thu, Apr 3, 2008 at 9:09 AM, Brian Dumbledore [EMAIL PROTECTED] wrote: I was wondering what is the overhead if I jsut turn session management

Re: Remove everything left of a substring in a string

2008-04-01 Thread Nathan Strutz
string1 = ColdFusion is an application server and software development framework used for the development of computer software; string2 = software development framework; string3 = reReplace( string1, .*(#string2#.*), \1) -- nathan strutz http://www.dopefly.com/ On Tue, Apr 1, 2008 at 1:08

Re: Regex to find CFQuery without CFQueryParam in Eclipse?

2008-04-01 Thread Nathan Strutz
. Remember, this works for eclipse find files which uses the java regex engine. the ?! negative lookbehind will not work in CF (without employing java's regex engine). -- nathan strutz http://www.dopefly.com/ On Tue, Apr 1, 2008 at 12:24 PM, Kris Jones [EMAIL PROTECTED] wrote: Hi all

Re: MS SQL 05 Express + CF8 + Vista, DSN setup failed (LCID 3076?)

2008-03-31 Thread Nathan Strutz
other applications like Skype, restart the sql cf services. That's about all I know off the top of my head. -- nathan strutz http://www.dopefly.com/ On Mon, Mar 31, 2008 at 11:30 AM, henry ho [EMAIL PROTECTED] wrote: MS SQL 05 Express + CF8 + Vista I've already enabled TCP/IP, and open

Re: How to get this part of this string...

2008-03-25 Thread Nathan Strutz
probably like this... #reReplace(falls_bridge_original.jpeg, ^(.+?)(_original)?\.\w+$, \1)# -- nathan strutz http://www.dopefly.com/ On Tue, Mar 25, 2008 at 3:30 PM, Rick Faircloth [EMAIL PROTECTED] wrote: Can't seem to figure this one out... How would I select falls_bridge out

Re: Where is jar.exe?

2008-03-24 Thread Nathan Strutz
and point your CF server to use your JDK's included JRE... Or you could just let it use, you know, an extra 15 MB or something. Anyways, HTH. -- nathan strutz http://www.dopefly.com/ On Mon, Mar 24, 2008 at 2:44 PM, Troy Simpson [EMAIL PROTECTED] wrote: I am trying to find jar.exe according

Re: functions in a cftransaction

2008-03-20 Thread Nathan Strutz
Yes, this will definitely work. Just make sure of the standard stuff, such as use only 1 datasource and it will only roll back database transactions (not file or variable changes, etc.). Oh, and watch out for nested transactions. -- nathan strutz http://www.dopefly.com/ On Thu, Mar 20, 2008

Re: UDF function inside cffunction?

2008-03-18 Thread Nathan Strutz
for one reason or another, so they duct-taped it into the PHP language. Go PHP. Meh. Disclaimer: I'm no PHP expert, and have only looked at it once, a few years ago. -- nathan strutz http://www.dopefly.com/ On Tue, Mar 18, 2008 at 10:00 AM, Dominic Watson [EMAIL PROTECTED] wrote: It's

Re: SOT: Aptana plugin within Flex Builder 3

2008-03-11 Thread Nathan Strutz
/ or was it... http://update.aptana.com/update/3.2/ -nathan strutz http://www.dopefly.com/ On Tue, Mar 11, 2008 at 9:25 AM, Andy Matthews [EMAIL PROTECTED] wrote: I'm considering installing the Aptana plugin within Flex Buidler 3 so as to keep all AIR type functionality together. Has anyone done

Re: command line virus scanners

2008-03-06 Thread Nathan Strutz
one was better. -- nathan strutz http://www.dopefly.com/ On Thu, Mar 6, 2008 at 10:44 AM, Will Swain [EMAIL PROTECTED] wrote: Hi, Following my experiments with Dr Web and cfexecute, which haven't gone too well - I'm wondering if anyone can recommend a command line virus scanner

Re: CF functions question

2008-03-03 Thread Nathan Strutz
name=foo returntype=struct cfset var stBar = StructNew() cfset stBar.bar = foo cfset stBar.foo = bar cfreturn stBar /cffunction -- nathan strutz http://www.dopefly.com/ ~| Adobe® ColdFusion® 8 software 8 is the most

Re: messages in an application

2008-02-20 Thread Nathan Strutz
You could make a few email accounts and then write up a quick front-end via cfpop and cfmail. It has the potential to be really, really easy. -- nathan strutz http://www.dopefly.com/ On Wed, Feb 20, 2008 at 5:49 AM, Toby King [EMAIL PROTECTED] wrote: I have an application (almost fully

Re: SEO / website organization

2008-02-19 Thread Nathan Strutz
, this is not more right (nor wrong, probably) than any one else's suggestions. -- nathan strutz http://www.dopefly.com/ On Feb 19, 2008 2:40 PM, Jaysen Pollard [EMAIL PROTECTED] wrote: I have a ticket site. http://www.GotTickets.com From a SEO perspective which is better: #1. Is it better to use sub

Re: JRun maxing out?

2008-02-08 Thread Nathan Strutz
service, database, c++ cfx tag or the like. Consider this while asking yourself where the trouble spots *should* be. Worst case, it's a hard-to-duplicate bug involving multiple users doing similar things. A bit of debugging work and you will find the issue eventually. -- nathan strutz http

Re: CF Bug Tracker

2008-01-11 Thread Nathan Strutz
you use a jumpbox or something. There is a port of Trac to CF - Trac-Fu http://code.google.com/p/trac-fu/. I played with it about 6 months ago and it was still missing some features, but overally progressing very nicely. -- nathan strutz http://www.dopefly.com

Re: CF Bug Tracker

2008-01-11 Thread Nathan Strutz
*except mine*cough*) -- nathan strutz http://www.dopefly.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive

Re: Record Set Paging

2007-12-28 Thread Nathan Strutz
Thanks, Charlie. I'm updating the API and creating documentation on my pagination.cfc. Expect a 1.0 RC sometime in the next few weeks. -- nathan strutz http://www.dopefly.com/ On Dec 28, 2007 8:51 AM, Charlie Griefer [EMAIL PROTECTED] wrote: On Dec 28, 2007 7:23 AM, Richard Dillman [EMAIL

Re: setlocale()

2007-12-17 Thread Nathan Strutz
, and is otherwise left in whatever format the database gave it to you. Anyways, I recommend using query params in place of date formatting for queries, including odbc date formatting. -- nathan strutz http://www.dopefly.com/ On Dec 17, 2007 8:39 AM, Richard White [EMAIL PROTECTED] wrote: Hi, in the past

Re: clustering issue

2007-12-12 Thread Nathan Strutz
Brad is dead on here. JRun clustering is not the best solution for most things. There are a few edge cases where it can be helpful, especially if you're willing to spend money, but generally, I would recommend a hardware load balancer like an F5. -- nathan strutz http://www.dopefly.com/ On Dec

Re: What I need to Develop a standalone application on my LAPTOP usiong COLDFUSION?

2007-11-14 Thread Nathan Strutz
On Nov 14, 2007 9:46 AM, Todd [EMAIL PROTECTED] wrote: * Point 5 6 are freebies that may or may not make any sense and don't actually relate to this discussion. (Read: It was a joke, apparently a bad one). I thought it was funny, mr. underpants gnome. -- nathan strutz http

Re: ColdFuson XML

2007-11-06 Thread Nathan Strutz
an outsider's view in. ignore if you feel like it. -- nathan strutz http://www.dopefly.com/ On 11/6/07, Richard White [EMAIL PROTECTED] wrote: Hi, we are trying to build an xml document that will be used to build a tree (like the explorer tree in windows). it could be an infinite number

Re: Dual CORE/Quad for CF8

2007-10-25 Thread Nathan Strutz
Yes, they will. IIS and CF are fully multi-threaded. Any web or database server that takes multiple simultaneous requests will certainly take advantage of more than one CPU, even if the CPUs are hardwired together. -- nathan strutz http://www.dopefly.com/ On 10/25/07, Richard Colman [EMAIL

Re: load balancing/failover and CF

2007-10-23 Thread Nathan Strutz
, you can wddx your entire sessions up into a database. It's a complicated thing, and it always takes a different for each application. I would say you have a plethora of options, el guapo. I hope I've helped. -- nathan strutz http://www.dopefly.com/ On 10/23/07, Charlie Griefer [EMAIL PROTECTED

Re: programmatically add functions to a CFC

2007-10-22 Thread Nathan Strutz
a function as an argument, and so on and so on. Really, lots of fun things here! -- nathan strutz http://www.dopefly.com/ On 10/22/07, Jonathon Stierman [EMAIL PROTECTED] wrote: Is it possible to programmatically add/update functions to an instantiated CFC? I've made one attempt to add one

Re: programmatically add functions to a CFC

2007-10-22 Thread Nathan Strutz
to warp your brain ;) -- nathan strutz http://www.dopefly.com/ On 10/22/07, Jonathon Stierman [EMAIL PROTECTED] wrote: That is the crucial key I needed! Much easier than what I had tried to do with the meta data too -- bonus! like a cfinclude file (even with a dynamic file name) from inside

Re: programmatically add functions to a CFC

2007-10-22 Thread Nathan Strutz
Well hey, your project fits the bill afaik for needing a mix-in of some sort. I guess Transfer and Reactor didn't fit the bill? It sounds like those are similar projects. Anyways, yes, a cfinclude will do it for ya. -- nathan strutz http://www.dopefly.com/ On 10/22/07, Jonathon Stierman [EMAIL

Re: Eclipse and the CF Ajax Wizards

2007-10-09 Thread Nathan Strutz
view / other / ColdFusion). The Adobe CF plugin includes RDS tools, the debugger, AJAX app wizards and cfc generators (based on your database from the RDS view). Hope that answers everything. -- nathan strutz http://www.dopefly.com/ On 10/9/07, LHWH Interactive [EMAIL PROTECTED] wrote: I took

Re: XML Compression Script

2007-10-03 Thread Nathan Strutz
Oh, BTW, for JS compression, there are plenty out there, but I recommend you use the YUI Compressor, it's a jar file you can get from the yahoo dev center. -- nathan strutz http://www.dopefly.com/ On 10/3/07, Nathan Strutz [EMAIL PROTECTED] wrote: I'm not sure it's that easy. First, you

Re: XML Compression Script

2007-10-03 Thread Nathan Strutz
, be careful and know what your application is doing, run some tests on this, etc. -- nathan strutz http://www.dopefly.com/ On 10/3/07, jonese [EMAIL PROTECTED] wrote: No we want to remove line breaks, carriage returns spaces etc. and then save it in our DB as a text data. we've got some

Re: CFC Quesion

2007-09-29 Thread Nathan Strutz
You use cfinvoke? Bah. Sorry, I don't know if DWCS3 can handle your stuff, but, since you did mention the CFEclipse fanbase, I do have to say that I can do it in CFEclipse from the Component view :) -- nathan strutz http://www.dopefly.com/ On 9/28/07, Bruce Sorge [EMAIL PROTECTED] wrote: OK

Re: Conferences

2007-09-25 Thread Nathan Strutz
Yeah, there's http://www.cfconf.org/ -- nathan strutz http://www.dopefly.com/ On 9/25/07, Dale Fraser [EMAIL PROTECTED] wrote: Is there a list of all the CF conferences somewhere. I need to organise a trip to the US and thought it would be nice to hit a CF conference in the process

Re: OT: CFEclipse Version Control?

2007-08-02 Thread Nathan Strutz
plugin, and it's crap. It crashes 95+% of the times I use it. It's slow and buggy, and I am forced to use a standalone windows client app to check in and out files from this system. I hate this one. -- nathan strutz http://www.dopefly.com/ On 8/2/07, Adkins, Randy [EMAIL PROTECTED] wrote: I am

Re: SOT: Eclipse Plugins

2007-07-16 Thread Nathan Strutz
that. Also, the CF RDS server you're connecting to, it may make a difference in the version there, I'm running CF8 locally and connecting to myself, so that may be it. -- nathan strutz http://www.dopefly.com/ On 7/15/07, Jeff Fleitz [EMAIL PROTECTED] wrote: Nathan, I highly recommend

Re: DataDirect - use with SQL Mirror Failover Partner

2007-07-16 Thread Nathan Strutz
the adobe support/hotfix page: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17883sliceId=2 -- nathan strutz http://www.dopefly.com/ On 7/16/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Does anyone know if the vanilla DataDirect drivers which ship with ColdFusion 7 support

Re: SOT: Eclipse Plugins

2007-07-12 Thread Nathan Strutz
use, and make sure you get the latest versions of them all. -- nathan strutz http://www.dopefly.com/ On 7/12/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: On the same note, how are people who use Eclipse 3.2 upgrading to 3.3? The normal update means doesn't seem to work I thought

Re: SOT: Eclipse Plugins

2007-07-12 Thread Nathan Strutz
through WST and Mylyn, an interesting task/workflow app worth checking out. Oh, and subclipse :) -- nathan strutz http://www.dopefly.com/ On 7/12/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Guys, After a few troubles I've been having recently I've decided this morning

Re: SURVEY RESULTS: Is ColdFusion OO?

2007-07-11 Thread Nathan Strutz
you're heavily using CFCs for everything. -- nathan strutz http://www.dopefly.com/ On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote: After reading a Blog Entry of Ray Camden, in a general comment, he made this statement. CF is not OO. CF should NOT be OO. And lastly, I pray to God that CF

Re: Dreamweaver and Vista

2007-06-29 Thread Nathan Strutz
me far too long to get it to serve things like css and jpg files. yuck. I am constantly reminded why I am not a sysadmin. -- nathan strutz http://www.dopefly.com/ On 6/29/07, Chad Gray [EMAIL PROTECTED] wrote: I am running fine with DW8 and Vista. No crashes. I did upgrade from XP to Vista

Re: Force OnSessionEnd on browser close?

2007-06-20 Thread Nathan Strutz
a client-side app. Hope that helps clear it up a bit...? -- nathan strutz http://www.dopefly.com/ On 6/20/07, Paul Henderson [EMAIL PROTECTED] wrote: From what I understand if you set the cfadmin to use J2EE Session variables sessions will expire when the browser is closed. However I've been

Re: OO style - dynamic set get methods

2007-06-14 Thread Nathan Strutz
not be as helpful to you if you had to constantly add and remove getters and setters every time you needed to add and remove parameters from your evolving application. For this case alone I think I would use the universal set()/get() methods, or maybe just a plain old struct ;) -- nathan strutz

Re: Server Cluster

2007-06-13 Thread Nathan Strutz
, but like I've said, I've done this a few times. -- nathan strutz http://www.dopefly.com/ On 6/11/07, James Smith [EMAIL PROTECTED] wrote: I am thinking of setting up a virtual cluster to run our website for reliability reasons. Does anyone have any good documentation (preferably in a PDF or other

Re: Execute a batch file with CFEXECUTE

2007-06-13 Thread Nathan Strutz
|del *.aspx)# This is on a CF7 server, Windows 2003, is there something magical I don't know about? -- nathan strutz http://www.dopefly.com/ On 6/12/07, Ben Forta [EMAIL PROTECTED] wrote: Run cmd.exe and pass the batch file to it, see http://www.forta.com/blog/index.cfm/2006/7/31/Using

Re: Short rant

2007-06-13 Thread Nathan Strutz
had some imports working at home using the express edition. -- nathan strutz http://www.dopefly.com/ ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products

<    1   2   3   4   5   6   7   >