RE: Can't get 301 permanent redirect to work properly

2008-12-11 Thread Hugo Ahlenius
| Why is that? And, more importantly, does this matter? It | seems it has moved it isn't a 302 Found but it isn't a | 301 either... I'm confused. Why is it ignoring my cfheader statuscode? cURL is such a handy tool: curl -I http://www.example.net/test.cfm?page=4 Get it here, if it is not in

Re: Help with consuming .NET complex datatype webservice

2008-12-11 Thread John M Bliss
What do you see when you cfdump YourWebserviceReturnVar.get_any() ? On Thu, Dec 11, 2008 at 12:21 AM, Sebastian Powell [EMAIL PROTECTED] wrote: I am trying to consume a .NET webservice from coldfusion. When I cfinvoke the webservice it returns a complex object which has the get_any() method. I

Creating a Policy Manager Feature in Coldfusion?

2008-12-11 Thread Ian Vaughan
Hi I would be interested to hear if this is feasible in Coldfusion or would it be better delivered via Sharepoint. I have a list of documents, as part of an induction program that a user must read from our Intranet site. How can I in Coldfusion check that a document has been opened? Once read

RE: Creating a Policy Manager Feature in Coldfusion?

2008-12-11 Thread Adrian Lynch
One way, serve the document up with a .cfm page and track it that way. Adrian -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: 11 December 2008 11:21 To: cf-talk Subject: Creating a Policy Manager Feature in Coldfusion? Hi I would be interested to hear if

Re: Creating a Policy Manager Feature in Coldfusion?

2008-12-11 Thread Will Tomlinson
How can I in Coldfusion check that a document has been opened? Once read the user has to click a checkbox that they have read the document. (Similar to an e-learning course website) Yeah, my first thought would be to use cfcontent to serve up the document in a .cfm, and log it to your db right

RE: Creating a Policy Manager Feature in Coldfusion?

2008-12-11 Thread Ian Vaughan
Thanks All Can this (loading word, pdf docs in cfcontent) be done in CF 7? Any code snippets about? Also the users would need to be logged in for the application to track who has read what documents etc With Coldfusion can you pass through the Active Directory/Windows login details like what

Re: Create PDF from hyperlink

2008-12-11 Thread Mike Chabot
Make sure it is valid HTML, specifically looking for unclosed tags. The PDF creation engine doesn't work with a bunch of CSS. If you are able to reformat the code into more simple HTML then it might behave better. -Mike Chabot On Wed, Dec 10, 2008 at 11:27 PM, Steve Sequenzia [EMAIL PROTECTED]

Re: Creating a Policy Manager Feature in Coldfusion?

2008-12-11 Thread Randy
Yes, you can use the cgi.auth_user to obtain the userid from the GAL. Then when a user clicks to read a document send them to a link such as: document.cfm?docid={document identifier} then you can use the cgi.auth_user and the document identifier to indicate that the user has read the document.

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

Chart and CF Report Builder

2008-12-11 Thread Shirin Toosi
I have some questions regarding the ColdFusion Report builder that I’m hoping you can help me. Or maybe you can point me in the direction of someone who might. The report I’m trying to build has the header area which contains summary and the graph contains the detail. There can be many

RE: Dreamweaver question

2008-12-11 Thread Dawson, Michael
and have the focus. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2008 10:46 PM To: cf-talk Subject: Re: Dreamweaver question Nope, the file just needs to be open. mxAjax / CFAjax docs and other useful articles:

Re: java package name on cfinvoke of web service

2008-12-11 Thread Adam Haskell
FYI Axis that is shipped with ColdFusion is 1.2.X the latest is 1.4 the one in CF is markedly older regardless of the creation or modified date... Adam On Thu, Dec 11, 2008 at 12:17 AM, sam Detweiler [EMAIL PROTECTED] wrote: Before heading down that route, I've found (especially with .NET

Re: REreplace function for special characters

2008-12-11 Thread Peter Boughton
better then just do something like rereplace(left(filename, len(filename)-len(listlast(filename, .)-1), \W, , all) Eugh. Ugly! And doesn't restore the extension afterwards, so my-image-name.png would become myimagename instead of myimagename.png.

Re: Adobe's CF IDE, Bolt

2008-12-11 Thread Larry Lyons
No, Andy's Eclipse is always jacked up. I'm convinced, though, that it's a PEBKAC issue. Or he needs to stop looking at porn on his laptop;) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer I was thinking he needs to get a computer that wasn't

Re: Adobe's CF IDE, Bolt

2008-12-11 Thread Eric Cobb
Actually, he just got a brand new, high-end HP laptop 3 or 4 weeks ago. Cutter's right, it's all the porn. Larry Lyons wrote: No, Andy's Eclipse is always jacked up. I'm convinced, though, that it's a PEBKAC issue. Or he needs to stop looking at porn on his laptop;) Steve Cutter Blades

Source Control Method

2008-12-11 Thread Torrent Girl
Hello All I need to set up a source control solution and am not familiar with doing this. Doesn't Dreamweaver allow you to manage code? Also can someone suggest a free, easy to implement solution? Thanks ~| Adobe®

Re: Source Control Method

2008-12-11 Thread John M Bliss
I like http://www.visualsvn.com/server/ On Thu, Dec 11, 2008 at 10:48 AM, Torrent Girl [EMAIL PROTECTED]wrote: Hello All I need to set up a source control solution and am not familiar with doing this. Doesn't Dreamweaver allow you to manage code? Also can someone suggest a free, easy to

Re: Dreamweaver question

2008-12-11 Thread Aaron Rouse
Ok, so it is just the exact same thing as using ctrl+shift+u I always end up editing a few files and then just using the synchronize feature. On Thu, Dec 11, 2008 at 8:20 AM, Dawson, Michael [EMAIL PROTECTED]wrote: and have the focus. -Original Message- From: James Holmes

Re: Source Control Method

2008-12-11 Thread Rob Parkhill
I use tortise SVN, and find it quite simple and straight forward. http://tortoisesvn.tigris.org/ Rob On Thu, Dec 11, 2008 at 11:53 AM, John M Bliss [EMAIL PROTECTED] wrote: I like http://www.visualsvn.com/server/ On Thu, Dec 11, 2008 at 10:48 AM, Torrent Girl [EMAIL PROTECTED] wrote:

Re: Source Control Method

2008-12-11 Thread Paul Kukiel
I user Smart SVN because its the same on Mac OS and Windows: http://www.syntevo.com/smartsvn/index.html Paul On Thu, Dec 11, 2008 at 11:53 AM, John M Bliss [EMAIL PROTECTED] wrote: I like http://www.visualsvn.com/server/ On Thu, Dec 11, 2008 at 10:48 AM, Torrent Girl [EMAIL PROTECTED]

CF7 to CF8 Encrpt Problem

2008-12-11 Thread Lee
We are having a problem upgrading from CF7 to CF8. It appears as though encrypted values stored in the database using CF7 are storing characters that are not playing well with the CF8 decrypt process. One example is the greater than sign (). If that character exists in the stored encrypted

Re: Source Control Method

2008-12-11 Thread Phillip M. Vector
Instead of source control... Is there a program that replicates dreamweavers checkin-checkout system so I don't need to load it to check files in or out of the server? Paul Kukiel wrote: I user Smart SVN because its the same on Mac OS and Windows: http://www.syntevo.com/smartsvn/index.html

Re: Source Control Method

2008-12-11 Thread Shannon Peevey
On Thu, Dec 11, 2008 at 11:23 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: Instead of source control... Is there a program that replicates dreamweavers checkin-checkout system so I don't need to load it to check files in or out of the server? On Thu, Dec 11, 2008 at 10:48 AM, Torrent

Dreamweaver Locking

2008-12-11 Thread Phillip M. Vector
Yeah. I know. I realize I was kind of hijacking the thread, so I'm starting another. :) I don't like Dreamweaver. At all. I loathe it. However, my boss likes it. So he wants to use it's checkin/checkout function. I hate the idea of loading it up JUST to check in and out files. What I'm

Re: Dreamweaver Locking

2008-12-11 Thread Casey Dougall
On Thu, Dec 11, 2008 at 12:46 PM, Phillip M. Vector [EMAIL PROTECTED] wrote: What I'm asking is.. Does anyone know of any program that allows me to check in and out files on the server, but not actually use dreamweaver. I don't personally know of anyway to do that except to use Dreamweaver.

Re: Dreamweaver Locking

2008-12-11 Thread Rob Parkhill
well Tortise SVN has a lock and release lock function, however, being the only one developing here, I just use it for Version Control. However you could look into it, I am sure that there are docs on it. HTH Rob On Thu, Dec 11, 2008 at 12:51 PM, Casey Dougall [EMAIL PROTECTED] wrote: On Thu,

Re: Dreamweaver Locking

2008-12-11 Thread Sonny Savage
It was my impression that Dreamweaver creates an .lck file or something... If you were using Eclipse/CFEclipse is seems like you could write an Ant script to replicate this behavior. On Thu, Dec 11, 2008 at 12:59 PM, Rob Parkhill [EMAIL PROTECTED]wrote: well Tortise SVN has a lock and release

Re: Dreamweaver Locking

2008-12-11 Thread Phillip M. Vector
Ok.. I don't know Ant.. Can someone point me to someplace that might have some beginning lessons on ant? Sonny Savage wrote: It was my impression that Dreamweaver creates an .lck file or something... If you were using Eclipse/CFEclipse is seems like you could write an Ant script to replicate

Re: Dreamweaver question

2008-12-11 Thread s. isaac dealey
Speaking of Dreamweaver, has anybody heard anything about when they're going to fix the problem with SVN support in CS4? I'd really like to use it, but I've got all my repositories updated to the latest client version via Tortoise and I really don't want to have to keep converting the repository

Re: Dreamweaver Locking

2008-12-11 Thread s. isaac dealey
well Tortise SVN has a lock and release lock function, however, being the only one developing here, I just use it for Version Control. However you could look into it, I am sure that there are docs on it. HTH Yeah I don't think that will work though because Dreamweaver's check-in/check-out is

Re: java package name on cfinvoke of web service

2008-12-11 Thread sam Detweiler
FYI Axis that is shipped with ColdFusion is 1.2.X the latest is 1.4 the one in CF is markedly older regardless of the creation or modified date... Adam ok, odd that the date matches exactly the 1.4 release.. regardless.. there IS a way around this problem, use CreateObject, which allows one to

Re: Dreamweaver question

2008-12-11 Thread Massimo Foti
Speaking of Dreamweaver, has anybody heard anything about when they're going to fix the problem with SVN support in CS4? I would not expect it to be fixed before CS 5... But I may be wrong. Massimo Foti, web-programmer for hire Tools for ColdFusion, JavaScript

RE: Dreamweaver question

2008-12-11 Thread Dawson, Michael
Rather than trusting DW's synchronize feature, I use Beyond Compare. It's well worth the cost $30-$50. Mike -Original Message- From: Aaron Rouse [mailto:aaron.ro...@gmail.com] Sent: Thursday, December 11, 2008 11:09 AM To: cf-talk Subject: Re: Dreamweaver question Ok, so it is just the

Re: Dreamweaver Locking

2008-12-11 Thread s. isaac dealey
Ok.. I don't know Ant.. Can someone point me to someplace that might have some beginning lessons on ant? Back yard? ;) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog

RE: Dreamweaver Locking

2008-12-11 Thread Dawson, Michael
Picnics? -Original Message- From: s. isaac dealey [mailto:i...@turnkey.to] Sent: Thursday, December 11, 2008 12:26 PM To: cf-talk Subject: Re: Dreamweaver Locking Ok.. I don't know Ant.. Can someone point me to someplace that might have some beginning lessons on ant? Back yard? ;)

Re: Dreamweaver question

2008-12-11 Thread Aaron Rouse
Since I am the only one who touches the files in both locations, a synchronization tool that goes just off the file dates is more than enough for me and going to assume after 3-4 years of using the one in DW that is all it does. Because really all I am doing with it is copying up the newly edited

Re: Dreamweaver Locking

2008-12-11 Thread Dave Watts
I don't like Dreamweaver. At all. I loathe it. However, my boss likes it. So he wants to use it's checkin/checkout function. I hate the idea of loading it up JUST to check in and out files. What I'm asking is.. Does anyone know of any program that allows me to check in and out files on

Re: Source Control Method

2008-12-11 Thread Torrent Girl
Thanks All! On Thu, Dec 11, 2008 at 11:23 AM, Phillip M. Vector vec...@mostdeadlygame.com wrote: Source control is usually used for keep historical records on the source, as well as handling more complicated workgroup programming tasks, (ie branching, merging, tagging, etc). If you just need

Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
I noticed that the chatter around DW CS4 has increased a lot lately. Isaac, Aaron, Massimo, Michael, et al, are discussing it, and, Isaac, you stated that you want to use it. And for those of you, like Isaac, who would really like to use it, my question is, why use DW CS4 instead of say,

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Dawson, Michael
DW CS4 (WinXP) is very stable. I have not yet had any lockups or errors. I use it strictly as a code editor. I have a few snippets and quite a few keyboard shortcuts. As another few people have stated, a sweet timesaver is the smart-close tag feature. Basically, if you type: table tr td/td

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread John M Bliss
I like the built-in Spry support in DW. On Thu, Dec 11, 2008 at 1:05 PM, Rick Faircloth r...@whitestonemedia.comwrote: I noticed that the chatter around DW CS4 has increased a lot lately. Isaac, Aaron, Massimo, Michael, et al, are discussing it, and, Isaac, you stated that you want to use

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
Isaac, Aaron, Massimo, Michael, et al, are discussing it, and, Isaac, you stated that you want to use it. I am using it actually... I'm just frustrated by the broken SVN support. It's the biggest highlight of the what's new for me... I don't want to have to install Python and regress my local

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
As another few people have stated, a sweet timesaver is the smart-close tag feature. Oh yeah, I forget about that one... it's become second nature, so I take it for granted. But I'm sure I would notice if I started using another editor again. :) I use the insight some too, although possibly not

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
I like the built-in Spry support in DW. shudder Ajax can be so agile if it's not spry. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog ~| Adobe®

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread John M Bliss
I've been a CFML dev for 12 years and I still use insight (and/or right-click tag left-click Edit Tag) because I *absolutely do not trust my memory and hate to make mistakes*. I know, I know: slightly anal/OCD. But I swear I'm wicked-fast. :-) On Thu, Dec 11, 2008 at 1:39 PM, s. isaac dealey

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rob Parkhill
I like the built in tag reference, so if I am trying to do something that I haven't done in a while (or perhaps never) there is the built in tag reference, which gives usage examples. And since I got the CS4 demo installed and working, my RDS is actually RDSing which I had not been able to get to

RE: Using Coldfusion with Filemaker

2008-12-11 Thread cfcom
I'll take a look at them, thank you Mike -Original Message- From: Mike Chabot [mailto:mcha...@gmail.com] Sent: 2008-12-10 4:49 PM To: cf-talk Subject: Re: Using Coldfusion with Filemaker The list archives have a good discussion on this topic. -Mike Chabot On Tue, Dec 9, 2008 at 6:10

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
Question about a feature... does DW CS4 let you set manual code folding points and then save those folds when the file is closed? And from what I glean from the conversations, SVN is *not* working?!?! -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Thursday,

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
I've been a CFML dev for 12 years and I still use insight (and/or right-click tag left-click Edit Tag) because I *absolutely do not trust my memory and hate to make mistakes*. I know, I know: slightly anal/OCD. But I swear I'm wicked-fast. :-) That oddly reminds me of my relationship to

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread John M Bliss
Question about a feature... does DW CS4 let you set manual code folding points and then save those folds when the file is closed? Just tested this and, yes, it seems to work. And from what I glean from the conversations, SVN is *not* working?!?! Works for me: DW CS4 and

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread John M Bliss
I've been asked to do this (notepad coding) in interviews with CFML/SQL/HTML/JS/etc and I can usually pull it out. My methods allow me to spend almost zero time fixing typos/syntax errors/etc where I've helped colleagues track down insidious bugs caused by errant keystrokes. On Thu, Dec 11, 2008

Re: Source Control Method

2008-12-11 Thread Larry Lyons
Hello All I need to set up a source control solution and am not familiar with doing this. Doesn't Dreamweaver allow you to manage code? Also can someone suggest a free, easy to implement solution? Thanks On the PC at work I use TortoiseSVN. It works just fine. At home I use a MacBook.

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Aaron Rouse
Well I did not have to pay for the copy on my work laptop. When I started doing contract work for this group about 4.5 years ago they said we had to use DW, I think it was version 8 or MX not sure because used both of those versions for this group. At the time I had only used CFStudio or

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
So, is it just TortoiseSVN that's not working with DW CS4? -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Thursday, December 11, 2008 3:24 PM To: cf-talk Subject: Re: Is Dreamweaver CS4 taking off as an IDE? Question about a feature... does DW CS4 let

Re: REreplace function for special characters

2008-12-11 Thread Don L
My follow-up posted last night didn't show up. So, I'm re-doing it now. Execellent, Peter, thank you very much. I'll use rereplace( FileName , '\W' , '' , 'all' ) On the extension stuff I have a way to address it. Don rereplace(foo, '[^\w]', '', 'all') will replace any non-alphanumeric

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread jonese
I have CS4 trial on my mac and i have not been able to get SVN to work at all. I think i read somewhere that if you have 3rd party SVN software and upgrade that above a 1.4.3 version then it boinks the DW codebase to me that is an EPIC fail and something i've always hated about Adobe (and

Dynamic menu system

2008-12-11 Thread erik tom
I got a little problem here. I am using cfform format flash and I cfgrid which list menu items. Also have dynamic set of drop downs (access Levels). What i am trying to is by selecting menu item preload the appropriate drop down. Since it a flash form i need to use Action Script. Also in the

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
And from what I glean from the conversations, SVN is *not* working?!?! SVN maintains a working copy in your local directories, which is where it stores the latest repo version for comparisons to provide the status that indicates which files have changed. A recent update to the format of the

SmarterStats API

2008-12-11 Thread Jeff Becker
Hello everyone, I am having trouble with the SmarterStats API and utilizing ColdFusion to gather stats. I have successfully made the call and am getting the results back. However, I think because my return of complex type(??), I'm not sure how to interpret/display the results. Based on the

RE: SmarterStats API

2008-12-11 Thread Burns, John D
Try cfdump var=#getinfo# -Original Message- From: Jeff Becker [mailto:jpbec...@yahoo.com] Sent: Thursday, December 11, 2008 4:12 PM To: cf-talk Subject: SmarterStats API Hello everyone, I am having trouble with the SmarterStats API and utilizing ColdFusion to gather stats. I have

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
So, is it just TortoiseSVN that's not working with DW CS4? I posted a longer answer to this a minute ago, but the thumbnail synopsuis is that DW's SVN support is not current and that support for the current format is not backward compatible. So it's not just a TortoiseSVN+Dreamweaver thing, it's

Re: SmarterStats API

2008-12-11 Thread Jeff Becker
Yes. Tried that. It is currently commented out in the code... among other things. That just gives the object methods all printed out, not much help as I try to get at the data located SOMEWHERE!??? ~| Adobe® ColdFusion® 8

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
other than that i am a DW fanboy. (my acfug peeps are always hating on me). I spend 80% in code and he other 15% in split and only 5% in design. Yeah, I don't use split or design at all. I was pretty happy when someone else on this list mentioned a way to prevent the split view from popping

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Massimo Foti
So, is it just TortoiseSVN that's not working with DW CS4? http://kb.adobe.com/selfservice/viewContent.do?externalId=kb406661sliceId=1 Massimo Foti, web-programmer for hire Tools for ColdFusion, JavaScript and Dreamweaver: http://www.massimocorner.com

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
I've been asked to do this (notepad coding) in interviews with CFML/SQL/HTML/JS/etc and I can usually pull it out. My methods allow me to spend almost zero time fixing typos/syntax errors/etc where I've helped colleagues track down insidious bugs caused by errant keystrokes. Yeah, I've

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Raymond Camden
This discussion was on DW, not Spry, but I've got to stand up for it here. I find Spry to be -very- nice to use, and pretty powerful. It may not be jQuery, but for getting and displaying AJAX-based data on page, no framework can beat it for simplicity (especially for folks who may not have a lot

Re: SmarterStats API

2008-12-11 Thread Jeff Becker
This is the same issue Sebastian is having as well. I too get the get_any() method and am just uncertain how to access data. Related: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:58292 ~| Adobe®

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Raymond Camden
I've been using it, off and on, for about 3 months now. I was asked by the DW team (well the ADC/DW people) to update some older DW/CF articles, therefore, I had to use. I told them right out that I was a DW Hater, but since this would help folks who were using CF, I agreed to it. Surprisingly,

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
My current TortoiseSVN version is 1.4.5... is that compatible with DW? -Original Message- From: s. isaac dealey [mailto:i...@turnkey.to] Sent: Thursday, December 11, 2008 4:18 PM To: cf-talk Subject: Re: Is Dreamweaver CS4 taking off as an IDE? So, is it just TortoiseSVN that's

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rob Parkhill
yes On Thu, Dec 11, 2008 at 4:57 PM, Rick Faircloth r...@whitestonemedia.comwrote: My current TortoiseSVN version is 1.4.5... is that compatible with DW? -Original Message- From: s. isaac dealey [mailto:i...@turnkey.to] Sent: Thursday, December 11, 2008 4:18 PM To: cf-talk

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
Ray Camden said: This discussion was on DW, not Spry, but I've got to stand up for it here. I find Spry to be -very- nice to use, and pretty powerful. It may not be jQuery, but for getting and displaying AJAX-based data on page, no framework can beat it for simplicity (especially for folks

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
Great! I'm glad I hesitated updating TSVN every time it prompted me to! -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: Thursday, December 11, 2008 5:01 PM To: cf-talk Subject: Re: Is Dreamweaver CS4 taking off as an IDE? yes On Thu, Dec 11, 2008

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Raymond Camden
Interesting. I'm replying on your blog. I can say from my experience teaching Spry that most folks who aren't too familiar with JS or Ajax find it quite easy to use. Personally I found Spry a heck of a lot easier to learn than jQuery. Of course, not every style of development will work for every

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread s. isaac dealey
Great! I'm glad I hesitated updating TSVN every time it prompted me to! Lol... you know you can turn those off, right? :) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog

Nested Paired Custom Tags

2008-12-11 Thread Brad Haas
I've got a problem I've never run into before with nested custom tags. I'm using nested paired tags: cf_parent cf_child ...some text here /cf_child cf_child ...more text /cf_child /cf_parent When I dump #ThisTag# all the AssocAttribs are doubled. I belive I'm taking steps

Re: Dreamweaver question

2008-12-11 Thread Al Musella, DPM
thanks! It may have sounded like a stupid question, but that tip will come in handy. I never clicked that button before! At 07:50 PM 12/10/2008, you wrote: It's the one that says file management when you mouse over it; it's two arrows next to each other (one pointing up and one pointing down).

Re: Nested Paired Custom Tags

2008-12-11 Thread Dave Watts
I've got a problem I've never run into before with nested custom tags. I'm using nested paired tags: cf_parent cf_child ...some text here /cf_child cf_child ...more text /cf_child /cf_parent When I dump #ThisTag# all the AssocAttribs are doubled. I belive I'm taking

RE: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rick Faircloth
I wanted to update...it just always asked at the wrong time, which turned out to be the right time... :o) -Original Message- From: s. isaac dealey [mailto:i...@turnkey.to] Sent: Thursday, December 11, 2008 6:39 PM To: cf-talk Subject: Re: Is Dreamweaver CS4 taking off as an IDE?

Re: SmarterStats API

2008-12-11 Thread James Holmes
Is that a different call to the one in their docs? http://www.smartertools.com/portal/KB/a161/how-to-use-web-services-to-get-viewshitsvisitsbandwidth.aspx mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/12/12 Jeff Becker jpbec...@yahoo.com: Hello

Re: Dreamweaver Locking

2008-12-11 Thread James Holmes
Yes, DW's locking scheme is a simple text file named after the locked file with an extra .LCK extension. It contains the following: Some Name||some.em...@somewhere.com That's it; all that's necessary is an FTP based utility that can get/put the file that's being checked in/out and create or

Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
I just can't seem to get my head around the processing flow for an ColdFusion and Ajax-based login using a Shadowbox modal window... Does anyone know of any tutorials that show how to use ColdFusion, jQuery, and a modal window (doesn't have to be a Shadowbox) for login? I found a tutorial by Ray

Re: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Yves Arsenault
Hi Rick, Not sure if you checked the presentations out on Charlie Arehart's site... Here's a couple of presentations on using jQuery with ColdFusion http://mmusergroup.adobe.acrobat.com/p27388312/ http://adobechats.adobe.acrobat.com/p26314451/ Hope this helps! Yves Arsenault Love is the only

RE: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
Thanks, Yves! I'll check them out! Rick -Original Message- From: Yves Arsenault [mailto:yves.arsena...@gmail.com] Sent: Thursday, December 11, 2008 9:10 PM To: cf-talk Subject: Re: Need help with Ajax-ColdFusion-Modal Login... Hi Rick, Not sure if you checked the presentations

Re: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Yves Arsenault
No prob Rick And... just in case there might be some other stuff that could be helpful... and there is a ton of presentations on the site... Charlie's UGTV is here: http://www.carehart.org/ugtv/index.cfm I love browsing through them and watching some when I have some time. I really enjoyed

RE: Need help with Ajax-ColdFusion-Modal Login...

2008-12-11 Thread Rick Faircloth
Yeah, I missed the Hack-Proofing... presentation. Charlie does provide some great resources for the community. -Original Message- From: Yves Arsenault [mailto:yves.arsena...@gmail.com] Sent: Thursday, December 11, 2008 9:22 PM To: cf-talk Subject: Re: Need help with

Re: Nested Paired Custom Tags

2008-12-11 Thread Raymond Camden
Remove the cfparam and move the cf_associate to the end portion of child. Here is my child.cfm: cfset LocalContent = ThisTag.GeneratedContent cfset ThisTag.GeneratedContent = cfswitch expression=#ThisTag.ExecutionMode# cfcase value=Start cfif NOT ThisTag.HasEndTag cfabort

Re: Nested Paired Custom Tags

2008-12-11 Thread Brad Haas
Thanks Ray. That worked. The only problem now is I don't understand why. Anyone care to fill me in on why this little shuffle around of code prevented the double execution. Thanks again, ColdFused Remove the cfparam and move the cf_associate to the end portion of child. Here is my child.cfm:

Re: Nested Paired Custom Tags

2008-12-11 Thread Matt Quackenbush
By moving the cfassociate/ inside of the executionMode check, you're only executing it once. If you have it outside of that check, it executes on both executionMode=start and executionMode=end. ~| Adobe® ColdFusion® 8 software