Re: Remove all CF comments

2012-03-01 Thread denstar
If you need a tool that understands tags, the jericho html parser is probably a good bet. It won't get script comments though. :den -- I don't think nationalism is alone holding the field; it's in contention with a lot of different things. Peter Singer

Re: Q re new CF9 Spreadsheet* functions

2011-04-29 Thread denstar
There's also JExcelAPI for generating Excel files. Way nicer API than POI, and I've got a custom tag somewhere around here for using it, if you're interested. Really though, I'd recommend using JasperReports. It's an *awesome* reporting engine, and has a *kick ass* GUI report editor (that is

Re: htaccess - 301 - wildcard and remove query string.

2011-04-27 Thread denstar
On Wed, Apr 27, 2011 at 4:48 AM, Michael Grant wrote: So _part_ of it seems to work. However the query string is still being appended to the end. Is there a way to nix that? Try adding a ? RewriteRule ^([^\/]*)/sales/([0-9]){1}/(122) mysite.com/sales/$2/$3/? Dunno if it'll work, but mebbe.

Re: Storing Arrays or Structures in a database

2011-04-06 Thread denstar
On Wed, Apr 6, 2011 at 5:54 PM, Michael Grant wrote: And you can pass it back and forth between cf and js with no fuss or muss. Well, besides the weird is it a string or a number type of deal that can change 8 to 8.0 and a few other oddities. ;) :Den -- It is easier to make a saint out of

Re: Storing Arrays or Structures in a database

2011-04-06 Thread denstar
I was mostly just being pedantic. :) It works fine out of the box most the time. And for the rest of the time, there's json.cfc, as Andrew mentioned. :) No joke that it's way better than WDDX. Three cheers for JSON! Hip, hip, hip! :den the pelvis uno -- It is veneer, rouge,

Re: Old School CFX (TextCrypt) and RSA Encryption

2011-03-19 Thread denstar
LOL! Life is too short to not get excited whenever one gets a chance. It's the little victories that get me through the days. :-) Heh. Funny you should mention class loaders. Spent the last like 20 hours dicking around with this crazy classloader problem with embedded jetty. I'd think

Re: Old School CFX (TextCrypt) and RSA Encryption

2011-03-18 Thread denstar
On Thu, Mar 17, 2011 at 11:52 PM, Leigh wrote: Cool. I was trying to play around with it, but did not get that far ;-) So that is a hex representation of the 512 bit RSA public key.  Theoretically. Could you print the modulus and exponent parts of the public key separately? That is what

Re: Old School CFX (TextCrypt) and RSA Encryption

2011-03-17 Thread denstar
on Odesk, and I'll let you know if they figure anything out! Brook -Original Message- From: denstar [mailto:valliants...@gmail.com] Sent: March-16-11 2:45 PM To: cf-talk Subject: Re: Old School CFX (TextCrypt) and RSA Encryption I played with this a little bit last night, just

Re: Old School CFX (TextCrypt) and RSA Encryption

2011-03-17 Thread denstar
On Thu, Mar 17, 2011 at 10:56 PM, Leigh wrote: This here is the output from that function for the public key: You lost me ;-) Which function and what value(s) does that string represent? LOL :) Sorry. That is the output from the delphi function he posted. TfrmRSATest.btnGetPrivKeyClick

Re: Old School CFX (TextCrypt) and RSA Encryption

2011-03-16 Thread denstar
I played with this a little bit last night, just because I loves me a challenge like this, but didn't really get anywhere. Aren't they inverting the words when doing the hex conversion? Did you try that too? Seems like the solution is right there, but I didn't solve it. =/ Brook, if you can

Re: CF9 CreateObject() Maps From Current Directory First?

2011-03-13 Thread denstar
On Sun, Mar 13, 2011 at 10:01 PM, Matt Quackenbush wrote:  Perhaps I should just drink more.  :-) The trick is to be at the same level of intoxication as you were when writing the code. Since this is third party code, it may well require a sorta brute force approach to figuring out the

Re: CF9 CreateObject() Maps From Current Directory First?

2011-03-13 Thread denstar
On Sun, Mar 13, 2011 at 10:28 PM, Matt Quackenbush wrote: LOL.  The great thing is, I know this dood that could totally automate all of that with this badass little thingy called cfdistro.  I should talk to him.  :-) If only that punk would add some documentation and commit the stuff he's

Re: Change in ColdFusion management

2011-02-15 Thread denstar
Wait, wait, I got one! http://www.youtube.com/watch?v=5w_DqhpMuFY Ok, now we can move it. :Den -- I teach at Harvard that the world and the heavens, and the stars are all real, but not so damned real, you see. Josiah Royce On Tue, Feb 15, 2011 at 7:54 PM, Sean Corfield wrote: On Tue, Feb

Re: cfx_pwtextcrypt CF9

2011-02-15 Thread denstar
There are examples of doing lots of weird PGP related things here: http://subversion.assembla.com/svn/cfmlprojects/trunk/src/cfopenpgp/src/tag/cfopenpgp/cfc/openpgp.cfc This uses BouncyCastle (you have to add the jars), so it's sorta stand-alone from what CF comes with. It's butt-ugly, but

Re: Re: Change in ColdFusion management

2011-02-14 Thread denstar
On Mon, Feb 14, 2011 at 6:55 PM, Matt Quackenbush wrote: When Michael Grant comes out and posts in favor of a move by Adobe, you *know* that the world is perfect.  :-) Proof! :Den -- For the Absolute, as we now know, all life is individual, but is individual as expressing a meaning.

Re: Anyone know anything about this new ColdFusion conference? [spamtrap bayes][spamtrap heur]

2011-01-31 Thread denstar
On Sun, Jan 30, 2011 at 10:34 PM, Paul Hastings wrote: On 1/31/2011 11:02 AM, denstar wrote: It was based on a percent.  So I guess the real number would be 170 out of a 1000.  I think.  17%?  I suck at math. you said 17 out of 100 people who replied to that survey. that's a useless sample

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread denstar
Hi Adam! I dream reality. We all do. Our perception of it is as powerful as whatever it, in fact, is. :) I proclaim CFML is worth sharing!. What you see as fragmentation, I see as coalescentation. What you see as an attempt to tear down, I see as an attempt to build up. We'll have to put

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread denstar
On Mon, Jan 31, 2011 at 4:40 PM, Dave Watts wrote: ... Now, I don't really have a dog in this fight - while I'm an Adobe partner, and resell Adobe products, I simply haven't seen any impact on that business from the open-source engines. But I haven't seen anything I'd qualify as abuse coming

Re: Anyone know anything about this new ColdFusion conference? [spamtrap bayes][spamtrap heur]

2011-01-31 Thread denstar
PM, denstar wrote: ... My overall point was that surely there's *some* non-zero number of people trying/using coldfusion that wouldn't before, if not just because of the fact that it was a closed architecture. you have no proof of that. by your logic i can equally say that having open

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread denstar
On Mon, Jan 31, 2011 at 9:38 PM, Dave Watts wrote: Why do you think it's absurd to think that open source engines will bring more people? Because it doesn't seem to have done so, so far. Because the niche in which CF is popular doesn't seem to care that much about open source or free.

Re: Anyone know anything about this new ColdFusion conference?

2011-01-30 Thread denstar
On Sat, Jan 29, 2011 at 10:06 AM, Dave Watts wrote: I look at is as more of a break dancing crew scenario:  We battle each other to push ourselves, so that we can go out there and form like Voltron when battling the other crews (PHP, .NET, etc.). It doesn't need to be contentious.  Friendly

Re: Anyone know anything about this new ColdFusion conference? [spamtrap bayes][spamtrap heur]

2011-01-30 Thread denstar
On Sat, Jan 29, 2011 at 10:24 PM, Paul Hastings wrote: On 1/29/2011 1:26 PM, denstar wrote: Not /exactly/ infinitesimal, but it ain't no flood of newbs, neither. that sample size is more or less useless to base the rest of your arguments on. It was based on a percent. So I guess

Re: Anyone know anything about this new ColdFusion conference?

2011-01-28 Thread denstar
On Tue, Jan 25, 2011 at 9:00 AM, Brian Kotek wrote: The reality is that Railo and Open BlueDragon are not growing the market for CFML. No one is *switching to* CFML from PHP, .NET, Ruby, or Java because of the OSS engines. To the extent that this might happen, it is an infinitesimally small

Re: why is cf_builder so expensive?

2011-01-28 Thread denstar
On Fri, Jan 28, 2011 at 5:22 PM, Michael Grant wrote: I can sleep, no worries mate. The strength of your opinion belies that statement. You know you lie awake at night, tossing and turning over this in agony. Admit it. =) ... I feel masking the use of php on any CF branded Adobe pages (NOT

Re: 6502 (was Is Coldfusion losing it biggest asset?)

2011-01-13 Thread denstar
On Thu, Jan 13, 2011 at 6:01 AM, Russ Michaels wrote: Believe it or not there is still a C64 scene going strong, people still writing demos etc. So maybe you can find your old games. I always wanted to go to a demo party in like, Norway or some such. *le sigh* Guess I ain't dead yet, and

Re: drag and drop widgets

2011-01-13 Thread denstar
My fav is Dojo. It's just awesome. http://archive.dojotoolkit.org/nightly/dojotoolkit/dojo/tests/dnd/test_dnd.html Check out the syntax, too (view source). The markup version will be pretty easy for CFers to pick up. Ex: div dojoType=dojo.dnd.Source jsId=c4 class=container copyOnly=true

Re: Is Coldfusion losing it biggest asset?

2011-01-13 Thread denstar
On Thu, Jan 13, 2011 at 6:11 PM, Michael Grant wrote: I truly fear it may be a day late and a dollar short. I think it's the right time, at the right price. OpenBD is also quite nice. =) With viable open source solutions, the idea that we, as developers, are responsible for growing

Re: iCal Version 4.0.3/vCalendar Auto Accept Issue

2011-01-07 Thread denstar
If you want them all to be imported with one accept, vs. having to do each individually, I think you need to have the uid match the event, instead of giving each one a unique uid (maybe just eventid instead of regid+eventid?). Basically, I'd look into what you're doing with uid, and maybe check

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-23 Thread denstar
On Thu, Dec 23, 2010 at 1:06 AM, Paul Hastings wrote: On 12/23/2010 1:12 PM, denstar wrote: You deal with it a lot.  I dabble, and went to a nifty presentation on Joda, so... works for me.  =) but joda has no functionality for using locales nor for figuring out week start days, etc based

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur]

2010-12-22 Thread denstar
On Wed, Dec 22, 2010 at 10:19 AM, Paul Hastings wrote: ... supplying a user's locale will ensure you get their week numbers correct without having to resort to universalities that aren't. +1! final bit of advice, if you want to get the best/latest locale data, use the icu4j lib instead of

Re: Care to Beta test new ColdFusion Exception Manager App?

2010-12-22 Thread denstar
On Wed, Dec 22, 2010 at 3:57 PM, Saman Jayasekara wrote: I just posted Kakapo: Enhanced ColdFusion Exception/error Manager App. Care to Beta test anyone? http://cflove.org/2010/11/coldfusion-error-handler.cfm Seems nifty! No time to test ATM, but does it have a throttle, so you don't

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-22 Thread denstar
On Wed, Dec 22, 2010 at 10:26 PM, Paul Hastings wrote: On 12/23/2010 11:19 AM, denstar wrote: Joda seems pretty swell too. always thought joda was kind of like swatting a fly w/a battleship specific to this case it don't know no steenking locales ;-) Heh! =)p I am partial

Re: Parsing transitional HTML using xmlparse()

2010-12-20 Thread denstar
Railo has a function called htmlParse() that will clean up html into xhtml, but I /think/ it's only a Railo deal. You can use something like JTidy, or Jericho HTML parser, etc., etc., if you're uncertain of what the input will be, and just need valid output. If you *know* that it will only be

Re: help with a rewrite rule

2010-12-10 Thread denstar
Might need to escape that slash: RewriteRule ^\/scripts\/(.*) /scripts/$1 [L] On Fri, Dec 10, 2010 at 2:41 PM, denstar valliants...@gmail.com wrote: I would think it would be something like this: RewriteRule ^/scripts/(.*)  /scripts/$1  [L] That's Apache style, but they're similar

Re: help with a rewrite rule

2010-12-10 Thread denstar
I would think it would be something like this: RewriteRule ^/scripts/(.*) /scripts/$1 [L] That's Apache style, but they're similar, right? HIH! :Den -- The omission of good is no less reprehensible than the commission of evil. Plutarch On Fri, Dec 10, 2010 at 2:30 PM, Mark A. Kruger

Re: index.cfm being hacked (now application.cfm)

2010-12-09 Thread denstar
Here's some Apache rewrites that do the same type of stuff the cgi checks do, but since it happens at the apache level, it takes the work off of the cfml engine: http://subversion.assembla.com/svn/cfmlprojects/trunk/conf/httpd/security.rewrites.conf For this particular occurrence, I'd check

Re: REGEX hell

2010-11-25 Thread denstar
On Thu, Nov 25, 2010 at 10:48 AM, Peter Boughton wrote: To be clear, CF uses the Apache ORO library, which is different to both Perl and Java Regex. I've found the QuickREx Eclipse plugin *invaluable* for regular expression work. It supports several different regex engines, has libraries of

Re: Where to put your code

2010-11-18 Thread denstar
On Thu, Nov 18, 2010 at 12:16 AM, Dave Watts wrote: Adobe is a big company, with a bunch of products. Adobe's web site predates the Macromedia merger. Should they rewrite their site with CF to make it more prominent, or should they focus on building and selling their tools? Are the two

Re: cfscript based components formatting

2010-11-17 Thread denstar
On Mon, Nov 15, 2010 at 7:18 PM, Sean Corfield wrote: ... (it doesn't affect my position that comments should never change the semantics of code - although, as noted by Ray, the example given only affects metadata so it would only affect the semantics of a program that tested that metadata...

Re: Where to put your code

2010-11-17 Thread denstar
On Wed, Nov 17, 2010 at 8:58 PM, Dave Watts wrote: ... Adobe is a big company, with a bunch of products. Adobe's web site predates the Macromedia merger. Should they rewrite their site with CF to make it more prominent, or should they focus on building and selling their tools? Are the two

Re: Closing Browser expires session/cookie

2010-11-06 Thread denstar
to the face? On Sat, Nov 6, 2010 at 12:42 AM, denstar wrote: On Fri, Nov 5, 2010 at 5:26 PM, Tony Bentley wrote: So I have an app that uses cflogin, which works great if the user logs in and out from the same browser. Now here is where I am stumped: -User logs in, then closes

Re: Formatting the output of a text datatype

2010-11-06 Thread denstar
On Sat, Nov 6, 2010 at 11:00 AM, Russ Michaels wrote: You can also find useful functions on cflib.org for formatting and remove word crap. Htmltidy may also help you, this is not a cfml tag though so use google. Totally! cflib.org roxors. You can probably find something that sanitizes the

Re: Closing Browser expires session/cookie

2010-11-05 Thread denstar
On Fri, Nov 5, 2010 at 5:26 PM, Tony Bentley wrote: So I have an app that uses cflogin, which works great if the user logs in and out from the same browser. Now here is where I am stumped: -User logs in, then closes the browser -System does not allow the same user to be logged in more than

Re: Getting rid of maliceous code embedded in a jpg

2010-11-05 Thread denstar
On Fri, Nov 5, 2010 at 8:27 PM, Terry Troxel wrote: I am trying to allow perspective clients to try my templates image tools in order to see if it will help sway them. I do not have any image samples with malicious code nor do I want any. My question is if I use the coldfusion image tags or

Re: Question about using javascript in .cfm files...

2010-10-27 Thread denstar
It's pretty much exactly the same. Even more exacter if you set the content type to text/javascript or whatever using cfcontent. :Den -- Custom is our nature. What are our natural principles but principles of custom? Blaise Pascal On Wed, Oct 27, 2010 at 11:44 AM, Rick Faircloth wrote:

Re: Apache Axis Upgrade

2010-10-18 Thread denstar
On Mon, Oct 18, 2010 at 2:32 PM, Donnie Carvajal wrote: I'm running CF 9 and the default version of Apache Axis is 1.2.  I would like to upgrade Apache Axis to 1.4.  Does anyone know of any potential issues with upgrading the version of Apache Axis and CF 9? Offhand, it'll probably affect

Re: cfdocument text cuts off at page break

2010-10-17 Thread denstar
On Fri, Oct 15, 2010 at 4:39 AM, James Holmes wrote: I'll +1 flying saucer. I've just implemented it using JavaLoader (the iText version required clashes with that on CF8) and it works well (better than cfdocument). For some reason I didn't think about this until now, but I'm relatively sure

Re: cfdocument text cuts off at page break

2010-10-15 Thread denstar
This doesn't have the JavaLoader stuff, but handles some things that might be useful: http://subversion.assembla.com/svn/cfmlprojects/trunk/src/cffspdf/src/tag/cffspdf/cfc/fspdf.cfc :Den -- The doer alone learneth. Friedrich Nietzsche

Re: CF jQuery Grid

2010-10-15 Thread denstar
Dojo's freaking ROXORS! http://www.dojotoolkit.org/reference-guide/dojox/grid/EnhancedGrid.html I've got a wrapper for cf somewhere 'round here, but it's not super useful. Nothing compares to dojo, imho. Nothing. :) :Den -- The essence of all beautiful art, all great art, is gratitude.

Re: CF jQuery Grid

2010-10-15 Thread denstar
Thanks for reminding me there is yet another browser to test crap in. Really, thanks. =) :Den -- The individual has always had to struggle to keep from being overwhelmed by the tribe. If you try it, you will be lonely often, and sometimes frightened. But no price is too high to pay for the

Re: cfdocument text cuts off at page break

2010-10-14 Thread denstar
The solution? JasperReports. =) :Den -- The best author will be the one who is ashamed to become a writer. Friedrich Nietzsche On Thu, Oct 14, 2010 at 10:55 AM, Tony Bentley wrote: Why didn't Adobe fix some of the simple needed changes in CF9 for cfdocument? I have no idea. Known

Re: cfdocument text cuts off at page break

2010-10-14 Thread denstar
On Thu, Oct 14, 2010 at 1:46 PM, Rick Root wrote: On Thu, Oct 14, 2010 at 1:03 PM, denstar wrote: The solution?  JasperReports.  =) Why go with jasperReports when CFREPORT does the same thing (and actually is jasperReports under the hood)? And there are many cases where a true report

Re: report builder similar to ms access

2010-10-07 Thread denstar
The most dynamical thing I've found so far is using JasperServer. It doesn't quite let you create free-form reports, but it has a lot of stuff you can use that lets the end user configure a report, and can produce reports in like 15 different formats. It is awesome. Eventually I'll get around

Re: Looking for the right SMTP server

2010-09-29 Thread denstar
There's this: http://code.google.com/p/subetha/ I've used bits of that project for doing mail stuff. Very configurable/extendable. :Den -- Convictions are more dangerous foes of truth than lies. Friedrich Nietzsche On Wed, Sep 29, 2010 at 10:18 AM, wrote:  SendGrid is a third part smtp

Re: Working with a webservice. Help.

2010-09-24 Thread denstar
So I'm guessing a lot of your application relies on the XML, which makes using the objects returned from the invoke not an appealing option? There must be some way at getting at the XML, but I don't know how. Maybe a tool like this: http://www.soapui.org would help troubleshoot? Not sure why a

Re: cfinsert/cfupdate

2010-09-23 Thread denstar
On Thu, Sep 23, 2010 at 9:50 AM, Michael Grant wrote: +1 I feel exactly the same way and still write my SQL statements myself. IMO it's necessary when you start getting into multiple advanced joins, computed columns and inline equations. This is actually where ORM shines. You can do

Re: RTF generation by a scheduled task

2010-09-23 Thread denstar
RTF files are plain text, so you can create them pretty easily. If your attempts haven't worked so far, you're doing something wrong. :) Back in the day, I would create an RTF template, and go from there. Try creating an RTF that looks like how you want it, and put placeholders in the spots

Re: Removing new line from CSV?

2010-09-16 Thread denstar
On Wed, Sep 15, 2010 at 9:29 AM, Rick Root wrote: Unfortunately, using your code (except using createObject instead of javaloader, as I have the library in CF's classpath), I get the same error. Here's a function that uses opencsv http://opencsv.sourceforge.net/ 2.1, another CSV

Re: Vmware and CF 8+

2010-09-16 Thread denstar
On Thu, Sep 16, 2010 at 10:25 AM, Brook Davies wrote: ... The only way that this makes any sense to me is if I can segment this machine into 2 or more vmware servers (for CF). I have zero experience and only a passing knowledge of vmware. Would it make sense to do this? Can any one offer

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread denstar
When verifying the dumped text throughout the process, you're looking at the view source version, and not the one that's rendered by the browser, right? :Den -- The soul which has no fixed purpose in life is lost; to be everywhere, is to be nowhere. Michel de Montaigne On Tue, Sep 7, 2010 at

Re: manipulating Excel files

2010-08-30 Thread denstar
There's JExcelAPI, too. It's API is pretty straightforward. http://jexcelapi.sourceforge.net/ I've got a custom tag for it... only tested on Railo recently though... :Den -- Make your educational laws strict and your criminal ones can be gentle; but if you leave youth its liberty you will

Re: Licensing on CKEditor - included?

2010-08-19 Thread denstar
CKEditor is open source (or dual-tri licensed or some such, for folks that need support). You're going after the file manager plugin that isn't open source, aren't you? =-) :Den -- A wise man sees as much as he ought, not as much as he can. Michel de Montaigne On Wed, Aug 18, 2010 at 9:51

Re: Anyone experienced with urlrewrite by Tuckey - question about rule that fails

2010-08-11 Thread denstar
Yo! No specific answer, and you might already have tried this; something that has helped me a great deal when working out rewrites is to enable logging. This goes for mod_rewrite or URLRewriteFilter. For URLRewriteFilter, here are some instructions for adding the debugging/reload settings:

Re: ColdFusion 9 Tag info for CFEclipse

2010-08-11 Thread denstar
The dictionary file needs more updating! I noticed a couple of these recently. There's a few tags missing argumentCollection (or is that attributeCollection? Bah.) too. I'll updated what I remember, and push another preview build out Real Soon Now. :Den -- Anyone who cannot cope with

Re: getting path of not existent directory

2010-08-11 Thread denstar
In the rewriting guide, one way would be a variation on the Redirect Failing URLs To Other Webserver example. :Den -- When I am violently beset with temptations, or cannot rid myself of evil thoughts, [I resolve] to do some Arithmetic, or Geometry, or some other study, which necessarily

Re: Millions of Coldfusion sites need to apply patches

2010-08-11 Thread denstar
ISAPI rewrite (1st one) http://www.robgonda.com/blog/files/robGonda/UserFiles/File/bprucell.2005.11.03.txt This has lots of good stuff: http://foundeo.com/security/presentations/hardening-coldfusion.pdf Hardening servers is a blast! Everyone should do it. :Den -- Six is a number perfect

Re: Syntax checking generated code: CF9

2010-08-10 Thread denstar
a while, just missing the keywords ;) Thanks again, Dominic On 9 August 2010 18:55, denstar valliants...@gmail.com wrote: Sorry, should have included the link the first time: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd0.html The cfcompile utility

Re: Syntax checking generated code: CF9

2010-08-09 Thread denstar
Sorry, should have included the link the first time: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd0.html The cfcompile utility shouldn't execute your code, just compile it. Theoretically throwing errors on bad syntax. :) You could also create an Ant

Re: Forums using CFCs?

2010-08-09 Thread denstar
CFDs nuts! =-) On Mon, Aug 9, 2010 at 3:04 PM, Matt Quackenbush wrote: CFDs are hot, but not as hot as CFDDDs.  :-) ~| Order the Adobe Coldfusion Anthology now!

Re: Syntax checking generated code: CF9

2010-08-06 Thread denstar
If I'm understanding right, you could compile the code and it should throw an error if there's a validation problem. But I might not be understanding correctly. :Den -- Of two pleasures, if there be one which all or almost all who have experience of both give a decided preference,

Re: (ot) Eclipse hangs on startup.

2010-08-03 Thread denstar
A few things to try: 1) Close all open projects (right-click on a project and select 'close') and restart. See if that makes it start fast. 2) Check the network settings. A long wait time might mean it's trying to do something networky, and it's waiting for a response. Like, for the help

Re: Regex Help

2010-07-27 Thread denstar
This is neither here nor there, but the URLRewriteFilter can go on the actual application server, thus negating the need for IIS or Apache intervention, and as an added bonus, can do outbound rules as well. This means that you don't need to change your internal links from:

Re: jFileUpload - putting binary file fragments together (was: State of cffileupload)

2010-07-27 Thread denstar
Random-ness-ish-ness: You could potentially toss in the Apache FileUpload project. I was talking with someone about this over the weekend. It looks like you could just stick the needed code in a CFML page, CFML-ized from Java, and post the upload form to that CFML page and let it handle the

Thread is a thread is a thread?

2010-07-27 Thread denstar
Just curious. I'm sure Google could tell me, but what the heck: Does the kind of thread matter? Like, the reason I suggested using a separate servlet for doing the FileUpload, was that I was thinking that a separate FileUpload servlet thread would not take up a CFML engine servlet thread. Be

Re: Adobe no longer part of the OpenCFML committee

2010-07-22 Thread denstar
There doesn't need to be a big ceremonious board, but there does need to be an official language spec, IMHO. randomness Maybe the cfdictionary project could be fleshed out... we could have a nice list of what works like what with what... a single point of reference type of deal... Eh. It's a

Re: Adobe no longer part of the OpenCFML committee

2010-07-22 Thread denstar
Er, cfmldictionary? ;-) :den -- Religion is no more possible without prayer than poetry without language, or music without atmosphere. James Martineau On Thu, Jul 22, 2010 at 1:39 PM, denstar wrote: There doesn't need to be a big ceremonious board, but there does need to be an official

Re: Adobe no longer part of the OpenCFML committee

2010-07-22 Thread denstar
, denstar wrote: Er, cfmldictionary?  ; ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups

Re: Adobe no longer part of the OpenCFML committee

2010-07-22 Thread denstar
. :) -- Anyone who knows anything of history knows that great social changes are impossible without feminine upheaval. Social progress can be measured exactly by the social position of the fair sex, the ugly ones included. Karl Marx On Thu, Jul 22, 2010 at 2:46 PM, denstar valliants...@gmail.com wrote: http

Re: CFTEXTAREA onClick

2010-07-20 Thread denstar
On Tue, Jul 20, 2010 at 2:59 PM, Bryan Stevenson wrote: ... Is there an equivalent to onFocus?  Where are these options documented? http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/JavaScript_API There is an OnFocus! Personally, I'd switch to a ckeditor tag (I have one if you don't,

Re: bind a method to all remotely accessed methods in a cfc

2010-07-20 Thread denstar
I'm not 100% sure what you're after, but perhaps ColdSpring's remote facade generation stuff would fit the bill? :Den -- Even he, to whom most things that most people would think were pretty smart were pretty dumb, thought it was pretty smart. Douglas Adams On Tue, Jul 20, 2010 at 5:07 PM,

Re: (ot) changing the default for loading actionscript files in cfeclipse/eclipse

2010-07-19 Thread denstar
Eclipse has file associations: Prefs | General Editors File Associations :den -- In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move. Douglas Adams On Mon, Jul 19, 2010 at 10:45 AM, Won Lee wrote: On Mon, Jul 19,

Re: Virtual Directories and cfinclude

2010-07-19 Thread denstar
The virtual directory will take care of the .css and image files, but you'll need to add a mapping for the CFML to work, I think. :Den -- In those days spirits were brave, the stakes were high, men were real men, women were real women and small furry creatures from Alpha Centauri were real

Re: (ot) changing the default for loading actionscript files in cfeclipse/eclipse

2010-07-19 Thread denstar
It's all in a day's work, good cf citizen. =) :Den -- It is no coincidence that in no known language does the phrase 'As pretty as an Airport' appear. Douglas Adams On Mon, Jul 19, 2010 at 12:19 PM, DURETTE, STEVEN J (ATTASIAIT) wrote: Thank you VERY much!

Re: CFTEXTAREA onClick

2010-07-19 Thread denstar
On Mon, Jul 19, 2010 at 3:24 PM, Bryan Stevenson wrote: ... That saidif anyone has a solution...I'm all ears! Use the hooks! I don't remember what they are offhand, but for the amount of times this comes up, you'd think it would be documented somewhere or that some random person would

Re: CFTEXTAREA onClick

2010-07-19 Thread denstar
I think this will get you the underlying object: ColdFusion.RichText.getEditorObject('your_textarea_id'); (I assume the equiv of: FCKeditorAPI.GetInstance('InstanceName') ;) Then, check this out: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/JavaScript_API And I remember doing

Re: CFTEXTAREA onClick

2010-07-19 Thread denstar
On Mon, Jul 19, 2010 at 5:17 PM, Maureen wrote: Den,  You totally rock.  This solves a world of problems for me. MM WOOHOO! Here's a complete, working example: cfsavecontent variable=hook script function doIt() { alert( Say cheese! ) ; } function

deaddocs (was Re: CFTEXTAREA onClick)

2010-07-19 Thread denstar
Now this is lame: I went to livedocs to add the richtext binding magic for cf8, and they've cut off comments for this version of the product. That right there violates all that I thought was cool with livedocs. Guess anything below 9 is really deaddocs. Hey, I like that. I'm going to create

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-16 Thread denstar
On Fri, Jul 16, 2010 at 11:20 AM, Jeff Gladnick wrote: Unfortunately, that didn't quite work :( Any other suggestions? Maybe something like this (untested): RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC] RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC] RewriteRule ^/(.*)$

Re: Validating an XML document to a schema using ColdFusion

2010-07-12 Thread denstar
This worked on railo: cfsavecontent variable=xs?xml version=1.0 encoding=iso-8859-1? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; xs:element name=pur xs:complexType xs:sequence xs:element name=File type=xs:string minOccurs=1 maxOccurs=1/

Re: Looking for a CF Recipe script!

2010-07-09 Thread denstar
On Fri, Jul 9, 2010 at 11:38 AM, Won Lee wrote: On Thu, Jul 8, 2010 at 9:57 PM, denstar wrote: So /that's/ why my ascii art is all mangled!  ;]         ,     -   \O                                     ,  .-.___   -     /\                                   O/  /xx\XXX

Re: Looking for a CF Recipe script!

2010-07-09 Thread denstar
On Fri, Jul 9, 2010 at 2:21 PM, denstar wrote: @Keven -- Awesome take on it.  I'm there dude.  =) Er- Kevin, even. :) :Denny -- Do not fear lest you should meditate too much upon Him and speak of Him in an unworthy way, providing you are led by faith. Do not fear lest you should entertain

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
On Thu, Jul 8, 2010 at 5:00 PM, Dave Watts wrote: Yeah, that may be the explanation, but IMO it's still dumb to do arrays that way.  Nobody calls their thumb their zeroth finger. Computers are different from hands, programming languages are different from natural languages, computers don't

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
On Thu, Jul 8, 2010 at 5:42 PM, Dave Watts wrote: ... This is basically the argument for COBOL, and look how that turned out. If you want to be a competent programmer, right now, you need to understand pretty well how computers work. That may not be the case in the future, but it is right

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
On Thu, Jul 8, 2010 at 7:27 PM, Michael Grant wrote: I for one think CF should have stuck to zero based indices. I've thought for close to 10 years that it would be AWESOME if this could be a CFAdmin setting. It's never really bothered me much, and I do a lot a java/cfml stuphs. What's

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
So /that's/ why my ascii art is all mangled! ;] , - \O , .-.___ - /\ O/ /xx\XXX\ - __/\ ` /\ |xx|XXX| `\, () ` |xx|XXX|

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
On Thu, Jul 8, 2010 at 8:03 PM, Dave Watts wrote: I would want to do len(trim(string)) gt 0 or trim(string) != since technically fulfills your if condition though remains undesirable. I think his point is that CF, unlike some other languages, supports implicit Boolean evaluation. Some

Re: Looking for a CF Recipe script!

2010-07-08 Thread denstar
On Thu, Jul 8, 2010 at 8:10 PM, Michael Grant wrote: I see. My bad. To be fair I find Denny hard to follow at the best of times. :D A snippet from a favorite song: If my words did glow with the gold of sunshine And my tunes were played on the harp unstrung Would you hear my voice come

Re: ByteArray objects

2010-07-01 Thread denstar
On Thu, Jul 1, 2010 at 9:57 AM, Brad Wood wrote: If you want to be able to visually represent something that is a little cumbersome to display, why don't you try hashing it?  That may help comparing them as well. +1 for hash()! If it's binary data you'd just get gobbledygook when converting

Re: Regex Lin Break Oddness

2010-07-01 Thread denstar
On Thu, Jul 1, 2010 at 3:31 PM, Ian Skinner wrote: ...  Other then just breaking down and working this in IE does anybody have any other thoughs on what is going on here? Assuming I haven't totally misunderstood what's going on: You could drop to java and an XML lib that respects whitespace.

Re: ByteArray objects

2010-06-30 Thread denstar
On Wed, Jun 30, 2010 at 11:07 AM, Sisk, Kris wrote: Is there a way to convert a java bytearray into something human readable? Everything I've tried has thrown a ByteArray objects cannot be converted to strings error. yourByteArray.toString() maybe? Depends if it's binary data or not, I

  1   2   3   4   5   >