Re: Stop View Source 2

2007-10-20 Thread Brian Kotek
Correct. Can we let this drop now? I think the point has been driven into the ground: you can't stop people from inspecting anything that is rendered or processed in the browser. Let's move on, because somehow this thread just won't die even though the point was made in the first reply. On

RE: Coldfusion hosting recomendation ?

2007-10-20 Thread Nick Gleason
Hi there. We've had a very good experience with CF Dynamics. Their support is very strong and their knowledge of CF hosting is extremely good since it is their focus. I don't know much about their international speeds, but you may want to check in with them and find out. Best, Nick

RE: Stop View Source

2007-10-20 Thread Adrian Lynch
Ermm, how about taking a screen shot and sending the user a jpeg! Everybody's happy :OD -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: 19 October 2007 16:44 To: CF-Talk Subject: Re: Stop View Source Nothing, repeat, nothing, you do can stop someone from viewing

Re: Stop View Source 2

2007-10-20 Thread Richard White
Ok thanks to everyone for helping me understand this Richard ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive:

Re: DEATH to HOMESITE

2007-10-20 Thread Jo�o_Fernandes
Rick If you want to get started with CFEclipse, take a look into Mark Drew MAX presentation about CFEclipse that I just posted on my blog. http://www.onflexwithcf.org/index.cfm/2007/10/20/Using-Eclipse-for-ColdFusion-Development--Videos -- João Fernandes http://www.onflexwithcf.org

Re: DEATH to HOMESITE

2007-10-20 Thread Brian Kotek
I was going to say the same thing. This issue isn't really a case of Homesite vs. Eclipse, it's about always, always, always using source control. Always. On 10/19/07, Paul Vernon [EMAIL PROTECTED] wrote: F*cking HomeSite+ wiped out my file on the server (AGAIN). I do a file write, it

RE: DEATH to HOMESITE

2007-10-20 Thread Robert Rawlins - Think Blue
This is very true Brian, I agree whole heartedly, However, in the past I've always found subversion a total pain in the arse to setup and configure, it's just very confusing. My guess is that this stems from the fact that it was seemingly developed with Linux in mind, with command lines and

Help with MySQL Query

2007-10-20 Thread Peter Tanswell
Hi there I have a query that I have created - it works against a MS-Access database but does not work with MySQL. I have searched through the MySQL notes that I have but cant find out why - I think its because of the AS MatTotal section of the query. Thanks in advance for feedback SELECT

Re: DEATH to HOMESITE

2007-10-20 Thread Brian Kotek
If you happen to be on Windows, setting up Subversion is as simple as clicking one button: http://svn1clicksetup.tigris.org/ :-) On 10/20/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: This is very true Brian, I agree whole heartedly, However, in the past I've always found

Re: DEATH to HOMESITE

2007-10-20 Thread Brian Kotek
D'oh, answered before I saw your note about the one click installers. I agree that learning to use version control is a bit of a hurdle initially. However, I'd say that it is something that you simply HAVE to learn. Anyone who isn't using it should simply accept that need to do this (even if it's

Re: DEATH to HOMESITE

2007-10-20 Thread Aaron Rouse
Source control is ones best friend but depending on the environments you work in, it can be a task to try and get it up and running. Most of the places I do work for they do not run any form(or a form worth mentioning) of source control on their servers. Some of the places they have the laptops

mysql query

2007-10-20 Thread Toby King
Hi there I have a query that I have created - it works against a MS-Access database but does not work with MySQL. I have searched through the MySQL notes that I have but cant find out why - I think its because of the AS MatTotal section of the query. Thanks in advance for feedback SELECT

Re: Stop View Source

2007-10-20 Thread Matt Robertson
Richard, here is everything you need to know about protecting client-side code and images: http://www.digitalmidget.com/help/noclick/index.php :-) -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com ~| Check

Re: Help with MySQL Query

2007-10-20 Thread Jochem van Dieten
Peter Tanswell wrote: I have a query that I have created - it works against a MS-Access database but does not work with MySQL. I have searched through the MySQL notes that I have but cant find out why - I think its because of the AS MatTotal section of the query. You can not use a column

Re: Help with MySQL Query

2007-10-20 Thread Will Tomlinson
Hi there I have a query that I have created - it works against a MS-Access database but does not work with MySQL. I have searched through the MySQL notes that I have but cant find out why - I think its because of the AS MatTotal section of the query. What do you mean by does not work with mySQL

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-20 Thread Raymond Camden
Hmm, I was hoping I'd see something simple. I'd suggest logging a bug report (www.adobe.com/go/wish). Sorry I couldn't help. On 10/19/07, John Elkins [EMAIL PROTECTED] wrote: Care to show the code? Care to show the code? --

Re: Help with MySQL Query

2007-10-20 Thread Jon Clausen
Peter, The reason it's not working is not because of the alias, but because you are trying to use the alias in the SELECT clause. MySQL only allows you to reference aliases in the GROUP BY, ORDER BY, or HAVING clauses. (http://dev.mysql.com/doc/refman/5.0/en/problems-with- alias.html)

Re: Stop View Source 2

2007-10-20 Thread Claude Schneegans
Let's move on, because somehow this thread just won't die Right. It's time to start a new one. How about coldFusion dying? ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this

Re: mysql query

2007-10-20 Thread Brian Kotek
Well unless there is more to the where clause that you didn't paste, all those extra parentheses are going to cause an error, in addition to the fact that you're not joining any of the other tables. On 10/20/07, Toby King [EMAIL PROTECTED] wrote: Hi there I have a query that I have created -

Re: Coldfusion hosting recomendation ?

2007-10-20 Thread Larry Lyons
Hi there. We've had a very good experience with CF Dynamics. Their support is very strong and their knowledge of CF hosting is extremely good since it is their focus. I don't know much about their international speeds, but you may want to check in with them and find out. Best, Nick

Re: Help with MySQL Query

2007-10-20 Thread Janet MacKay
You can not use a column alias you define in the select list as a base column to some other calculated column in that same select list, i.e.: True. SELECT A + B AS C, C / D AS E I have to say I'm surprised Access actually _does_ allow you to do that. I'd never tried it before now

RE: Best technology

2007-10-20 Thread Eric Roberts
Reactor is perfect for that...reactor is used in model-glue to handle CRUD ops...I assume it can be used on it's own as well... Eric -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 12:20 PM To: CF-Talk Subject: SOT: Best technology I am

RE: What can PHP do that CF can't?

2007-10-20 Thread Eric Roberts
Qbasic was the IBM version... -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 2:52 PM To: CF-Talk Subject: RE: What can PHP do that CF can't? BASIC? ( I guess today it is called QBASIC) Lasso? -- William E. Seiter Have you ever read a

RE: DEATH to HOMESITE

2007-10-20 Thread Eric Roberts
Yeah...until he gets the error that stops the interface from loading...hehehe Eric -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 5:14 PM To: CF-Talk Subject: Re: DEATH to HOMESITE richard, meet cfeclipse. cfeclipse, meet richard.

SOT: Rails vs CF.... :)

2007-10-20 Thread John Paul Ashenfelter
Folks, I checked the archives -- maybe I missed this on the list the first time around. http://www.railsenvy.com/2007/10/3/ruby-on-rails-vs-coldfusion FWIW, these guys have several funny comparisons between Ruby on Rails and X (9 I believe). -- John Paul Ashenfelter CTO/Transitionpoint (blog)

Re: What can PHP do that CF can't?

2007-10-20 Thread Chris Jordan
Can we please get this worthless thread moved to CFCommunity, Michael? Please? Chris On 10/20/07, Eric Roberts [EMAIL PROTECTED] wrote: Qbasic was the IBM version... -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 2:52 PM To:

RE: Rails vs CF.... :)

2007-10-20 Thread Michael E. Carluen
Lol, that's really funny. Thanks John Paul. I am curious as to the size of the RoR base (adoption/implementation). I checked the Top100 RoR Users list http://rails100.pbwiki.com/ but it only lists 74- and 4 of them are 37Signals/David Hansson's products (no surprise there). Most on the list are

Re: mysql query

2007-10-20 Thread Peter Tanswell
ah yes there were a few extra lines AND (visaudactweight.AuditorID = AuditorNames.AuditorID)) AND (visaudactweight.CompanyID = CompanyNames.CompanyID)) AND (visaudactweight.GKprRecID = GateKeeperRecs.GKprRecID)) AND (GateKeeperRecs.GKeeperID = GKeeperNames.GKeeperID)) but its the AS

Re: DEATH to HOMESITE

2007-10-20 Thread Cutter (CF Related)
It can be confusing. Fortunately other's have gone before you on this road. http://www.trajiklyhip.com/blog/index.cfm/2007/3/12/Configuring-a-Development-Environment-with-Apache-Subversion-TortoiseSVN-and-Subclipse Steve 'Cutter' Blades Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: DEATH to HOMESITE

2007-10-20 Thread David McCan
Death to HomeSite+? You may have gotten your wish. I got a copy of the web CS3 suite with Dreamweaver and could not find a copy of HomeSite+. It had come bundled with previous versions of Dreamweaver. ~| Check out the new

Re: Best technology

2007-10-20 Thread Brian Kotek
Model-Glue has an option to use any ORM that has an adapter available to provide scaffolding. Right now there are two, Reactor and Transfer. But yes, both Reactor and Transfer began life outside of Model-Glue, and both work fine with any framework (or none). That said, the original poster didn't

Re: What can PHP do that CF can't?

2007-10-20 Thread Will Tomlinson
Can we please get this worthless thread moved to CFCommunity, Michael? Please? Chris Worthless to who? ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Which query would be better?

2007-10-20 Thread Will Tomlinson
MySQL 5. Which would be the better choice for a report table. I'm concerned and want the query to run as fast as possible because there could end up being millions of records in it. I could add the number of fields I need (not worried about the flattening of this table and lack of

RE: Which query would be better?

2007-10-20 Thread Dawson, Michael
I have no scientific evidence to back me up, but I would use the second list method in the query. I would think that the optimizers would handle a list better than multiple ORs. Also, it's easier to read. If you have control over the structure of the database, you may be better off changing the

Re: Coldfusion hosting recomendation ?

2007-10-20 Thread NUGROHO NOTO
Thanks Guys... Yes... I have heard several same good recommendations for cfdynamics. will ask and test their speed from japan. One thing I want to make sure... If I am going to build a dedicated machine, ...should I still try to find a coldfusion hosting ? ...or... any windows support hosting

cfimage generating a color pallette from an image

2007-10-20 Thread Matthew Friedman
I need to generate a color pallate for a user to select the correct HEX color to match a color used in an image. can CFimage pull the colors from an image? If not, does anyone have a suggestion. Thanks Matt Friedman ~| Get

Re: DEATH to HOMESITE

2007-10-20 Thread Zaphod Beeblebrox
I've started using a subversion vmware appliance in the free vmware player. Best of both worlds there. On 10/20/07, Cutter (CF Related) [EMAIL PROTECTED] wrote: It can be confusing. Fortunately other's have gone before you on this road.

Re: Coldfusion hosting recomendation ?

2007-10-20 Thread Paul Hastings
NUGROHO NOTO wrote: Thanks Guys... Yes... I have heard several same good recommendations for cfdynamics. i'll also echo the recommendations for cfdynamics. they are so reliable i sometimes forget exactly who we're hosting with ;-) One thing I want to make sure... If I am going to build a

RE: DEATH to HOMESITE

2007-10-20 Thread Rick Faircloth
Which subversion appliance are you using? Rick -Original Message- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 10:39 PM To: CF-Talk Subject: Re: DEATH to HOMESITE I've started using a subversion vmware appliance in the free vmware player.

Re: Coldfusion hosting recomendation ?

2007-10-20 Thread NUGROHO NOTO
Thanks. I will try to contact cfdynamic.com regarding moving database etc... which I feel a bit scary how to do this. also... this database moving will involving Paul (for unicode translation) So... any personal name recommendation I should contact ? I need someone who can explain to me in an

Re: DEATH to HOMESITE

2007-10-20 Thread Zaphod Beeblebrox
This one. http://www.young-technologies.com/Software/Subversion-Virtual-Machine/ On 10/20/07, Rick Faircloth [EMAIL PROTECTED] wrote: Which subversion appliance are you using? Rick -Original Message- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: Saturday, October

Re: Coldfusion hosting recomendation ?

2007-10-20 Thread Paul Hastings
NUGROHO NOTO wrote: Thanks. I will try to contact cfdynamic.com regarding moving database etc... which I feel a bit scary how to do this. if you have books-on-line installed, have a look at the Copying Databases to Other Servers section. as you can see there are a bunch of ways to handle