Best Database Engine for ColdFusion (Survey)

2007-10-19 Thread Davide Campo
Hi to all, i have to create a Database Server to work with ColdFusion. I'd like to know what is (obvious by your personal opinion) the best Database Engine to use (performance level, easiest sql language,compatibility, etc...). That are my requirements: - Op.System: Windows 2003 r2 Standard

Re: Best Database Engine for ColdFusion (Survey)

2007-10-19 Thread Davide Campo
Op.System: Windows 2003 r2 Standard Edition Web Appl Server: CF8 My possible DB Engines: 1- SQL Server 2000 2- SQL Server 2005 3- My SQL N- etc...(suggestions accepted, not oracle, too much expensive) ~| Enterprise web

RE: Best Database Engine for ColdFusion (Survey)

2007-10-19 Thread Dale Fraser
2 SQL Server 2005 Even SQL 2005 Express Regards Dale Fraser http://learncf.com -Original Message- From: Davide Campo [mailto:[EMAIL PROTECTED] Sent: Friday, 19 October 2007 6:16 PM To: CF-Talk Subject: Best Database Engine for ColdFusion (Survey) Hi to all, i have to create a

Re: Boomsocket Alpha Trial

2007-10-19 Thread Tom Chiverton
Oh, come one now ! s/one/on/ This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at

RE: 2007 Web Design Survey

2007-10-19 Thread Andy Matthews
Me? I LIKE writing code. -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 9:13 AM To: CF-Talk Subject: Re: 2007 Web Design Survey I don't see it so much a goal as a natural progression in one's career. Who wants to be a 50-60 year old

RE: Stop View Source

2007-10-19 Thread Brad Wood
If by source, you mean HTML and JavaScript the short answer is no. There are things you can do (JS encryption, disable right click, etc.) but ultimately none of those are CF-related. Since you cannot control the client (browser) there is no surefire way to stop anyone. Well, I guess one way

Stop View Source

2007-10-19 Thread Richard White
Hi, I remember reading something that said in ColdFusion we can stop people from viewing the page source code. I would appreciate any help as to whether this is this possible and how we would go about doing it Thanks Richard

Re: 2007 Web Design Survey

2007-10-19 Thread Crow T. Robot
I don't see it so much a goal as a natural progression in one's career. Who wants to be a 50-60 year old code monkey? On 10/18/07, Dave Watts [EMAIL PROTECTED] wrote: Web Development, no, but move your way up a corporate chain into management, and you're getting closer... If your goal is

Re: Boomsocket Alpha Trial

2007-10-19 Thread mac jordan
On 19/10/2007, Peterson, Chris [EMAIL PROTECTED] wrote: The cool thing is: you can get in the alpha and change / fix it so it will run on *nix or other databases =) Oh, I shall - I have software to convert MSSQL to mySQL :) -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com

Re: 2007 Web Design Survey

2007-10-19 Thread Jerry Johnson
I was somewhat kidding. I don't (at this point) want to give up coding. I don't want to manage people I don't want to worry about other people's paychecks I actually don't want to worry about mine. I do like some of the technologist and business analysis work I am doing now, but I still prefer

Re: Stop View Source

2007-10-19 Thread Alan Rother
I remember reading something that said in ColdFusion we can stop people from viewing the page source code. This quote could be referring to our actual CF code. In that case, no one can read your CF code without direct access to your server. By the time it gets to the end user, it's pure HTML If

Re: Stop View Source

2007-10-19 Thread Crow T. Robot
I think that we have belted the point home that you cannot do what you want to. :) Maybe the next question would be why are you trying to do this, and maybe there is an alternative way to tackle the problem? On 10/19/07, Richard White [EMAIL PROTECTED] wrote: Hi, I remember reading something

RE: Stop View Source

2007-10-19 Thread Brad Wood
You're not talking about the CFML code, are you? It IS possible to encrypt your ColdFusion code in the .cfm files, but I that can be decrypted as well back into Java by anyone with access to the web server. (I'm thinking that is technically illegal though to decrypt CFML). Just wanted to

Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Hello all, I was wondering if anyone has been experiencing an issue with the Coldfusion 8 datasource api. I have been able to successfully create a datasource, but two of the paramaters I am passing back are not being set... those are Timeout Interval. I am specifying values for them, but

SOT: Best technology

2007-10-19 Thread Chad Gray
I am looking for the best technology to take some of my old web pages that basically do CRUD on database tables and updating them to have a better interface. Basically try to get away from page submissions. I am thinking Flex, but does Spry have ways or sending/receiving data as it is changed

RE: 2007 Web Design Survey

2007-10-19 Thread Rick Walters
From the point of view of the small business sector and for-hire consulting and design groups, I could see how someone might see cold fusion and web design work as code monkey tasks. But, in your larger, more established IT departments, there are jobs you can only hold with a dozen years of

CFADmin: datasource - connect to Access DB on network drive

2007-10-19 Thread coldfusion . developer
I need to connect to an Access database on a netowkr drive and the drives that show up in the Java file tree are only local drives. Is there another way to connect to an Access DB on a network drive? Thanks Dan ~| Create

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

2007-10-19 Thread Jerry Johnson
Ummm, never learned perl? T-SQL? Unary and dereferencing in C? One thing php can do that cf cannot. Run wordpress and phpBB. Which right now makes me sad. On 10/19/07, Claude Schneegans [EMAIL PROTECTED] wrote: Is there anything that php can do that CF can't? Yeah: having all variable

Re: Stop View Source

2007-10-19 Thread Charlie Griefer
not to mention that the script only disables right-clicking. doesn't stop me from hitting 'View' - 'Page Source' on the menu. Or from digging thru my cache and pulling up the page locally. On 10/19/07, Raymond Camden [EMAIL PROTECTED] wrote: Which works real well when I disable JS. ;) On

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

2007-10-19 Thread William Seiter
BASIC? ( I guess today it is called QBASIC) Lasso? -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer http://William.Seiter.com -Original Message- From: Claude Schneegans [mailto:[EMAIL

Re: SOT: Best technology

2007-10-19 Thread Cutter (CFRelated)
Nah, you can use spry for the ajax side of things, but the component stuff, like the data grid, are best left to others, like the Ext library. You use Ext to make your editable grid (exactly like the CF8 html cfgrid), and use Ext's Ajax functionality for the create, update, delete of your

RE: Stop View Source

2007-10-19 Thread Russ
Can't you decompile the applet and figure out how to decrypt the js? Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 3:31 PM To: CF-Talk Subject: Re: Stop View Source we will look into JS encryption I remember

RE: find a string

2007-10-19 Thread Orlini, Robert
Thanks...looks good! -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 2:05 PM To: CF-Talk Subject: RE: find a string So you want whats between [ and ]? Reextract

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

2007-10-19 Thread Claude Schneegans
never learned perl? T-SQL? nope. Unary and dereferencing in C? These are operators, not included in the variable name. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: Stop View Source

2007-10-19 Thread Claude Schneegans
we will look into JS encryption I remember having developed an (almost) perfect way to hide Javascript code from a page. The idea was to encrypt it, send it encrypted as a string to a Java applet. This applet decrypted the script, and passed it to the browser for execution. It worked well

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

2007-10-19 Thread Josh Nathanson
There are $ signs in front of variable names in Basic? Not that I recall, but it's been about twenty years. GOTO 100, heh heh... -- Josh ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active

Re: DEATH to HOMESITE

2007-10-19 Thread Charlie Griefer
richard, meet cfeclipse. cfeclipse, meet richard. this is going to be the start of a beautiful relationship. On 10/19/07, Richard Colman [EMAIL PROTECTED] wrote: F*cking HomeSite+ wiped out my file on the server (AGAIN). I do a file write, it hangs, and I have to kill HomeSite. When I start

Re: Stop View Source

2007-10-19 Thread Richard White
thanks again for your replies. so i am judging by your responses that no one really does anything to protect their code as it is pointless? if someone wants to get it they will! ~| Get the answers you are looking for on the

DEATH to HOMESITE

2007-10-19 Thread Richard Colman
F*cking HomeSite+ wiped out my file on the server (AGAIN). I do a file write, it hangs, and I have to kill HomeSite. When I start homesite again, guess what, the file is gone from the server. What a piece of crap. Rick Colman

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

2007-10-19 Thread morgan l
As I recall, BASIC used $ to denote a variable as a string type. a var defined without was numericbut it's been in the 20+ year range for me, as well...may have changed, and I may be mis-remembering. On 10/19/07, Josh Nathanson [EMAIL PROTECTED] wrote: There are $ signs in front of

Re: Stop View Source

2007-10-19 Thread Brian Kotek
I'm pretty sure it's irrelevant. You can use Firebug to look at the JavaScript that the browser is executing after the applet decrypts it. Not to mention that plenty of people have security settings enabled that will run JavaScript but not applets. On 10/19/07, Russ [EMAIL PROTECTED] wrote:

RE: Stop View Source

2007-10-19 Thread Peterson, Chris
Heh, anything that gets sent to the browser can be inspected in fiddler or even firebug. And, if your applet or decryption process can be run in the browser, someone can reverse engineer it to get at your code. All you will protect yourself from are casual users, anyone with some experience will

Re: find a string

2007-10-19 Thread Claude Schneegans
Reextract You are taking the words from my mouth! ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: Stop View Source

2007-10-19 Thread Crow T. Robot
What was the name of that site/URL a few years back where you had to hack the page in order to get to the next page? That was a fun little demonstration of security by obscurity. Some of them were pretty tricky. wish I could remember the name On 10/19/07, Claude Schneegans [EMAIL

RE: DEATH to HOMESITE

2007-10-19 Thread Richard Colman
I fall prey to making quick updates directly on the server for low-volume/low-usage applications. My BAD ... -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 3:30 PM To: CF-Talk Subject: Re: DEATH to HOMESITE F*cking HomeSite+ wiped

Stop View Source 2

2007-10-19 Thread Richard White
thanks again for your replies. so i am judging by your responses that no one really does anything to protect their code as it is pointless? if someone wants to get it they will! ~| ColdFusion is delivering applications

Re: Stop View Source

2007-10-19 Thread Claude Schneegans
You can use Firebug to look at the JavaScript that the browser is executing after the applet decrypts it. Exact, but as I said, I developped this many years ago, by the times Netscape 4 was the master in the net, and there was no Firebug. -- ___ REUSE CODE!

RE: stop requests of images via application.cfc

2007-10-19 Thread Dale Fraser
Upload them to an area outsite your webroot before they are approved. Instead of C:\www\temp\ C:\temp\ That way they can not be accessed via the internet unless you code that access. Regards Dale Fraser http://learncf.com -Original Message- From: Jeff Becker [mailto:[EMAIL

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

Re: DEATH to HOMESITE

2007-10-19 Thread Rey Bango
Richard, Look to see if your homesite install dir has an AutoBackup dir. If it does, your file may be in there. Rey... Richard Colman wrote: I fall prey to making quick updates directly on the server for low-volume/low-usage applications. My BAD ... -Original Message- From:

Re: DEATH to HOMESITE

2007-10-19 Thread J.J. Merrick
n Richard meet subversion... subversion richard :-) On 10/19/07, Charlie Griefer [EMAIL PROTECTED] wrote: richard, meet cfeclipse. cfeclipse, meet richard. this is going to be the start of a beautiful relationship. On 10/19/07, Richard Colman [EMAIL PROTECTED] wrote: F*cking

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Care to show the code? Sure. I used an example from CF8 live docs... which actually has an error: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=basiconfig_37.html (setStringParameterAsUnicode should be sendStringParametersAsUnicode) myObj.setMSSQL(driver=MSSQLServer,

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Care to show the code? Care to show the code? Sure. I used an example from CF8 live docs... which actually has an error: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=basiconfig_37.html (setStringParameterAsUnicode should be sendStringParametersAsUnicode)

RE: find a string

2007-10-19 Thread Bobby Hartsfield
I'm sure I did... :-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 3:43 PM To: CF-Talk Subject: Re: find a string Reextract You are taking the words

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

Anyone with ISAPI_rewrite experience?

2007-10-19 Thread Andy Matthews
My hosting company just installed this for my domains and I'm wondering if anyone has ever used it before. They gave me the docs for it: http://www.isapirewrite.com/docs/#config But I'd love to talk to someone with real world experience. I'm looking to convert URLs like this:

Coldfusion hosting recomendation ?

2007-10-19 Thread NUGROHO NOTO
I have a dedicated server with hosting.com (cfxhosting.com) Before.. my server was in Louisville.. 5 months ago they moved my server to Irvine (CA). and since then, the connection from Japan is becoming very slow at certain times. traceroute shows : 819ms. They say... NOTHING they can do... it

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

2007-10-19 Thread Josh Nathanson
As I recall, BASIC used $ to denote a variable as a string type. a var defined without was numericbut it's been in the 20+ year range for me, as well...may have changed, and I may be mis-remembering. OH YEAH, I think you're right...dollar sign for strings. It's all coming back now...5.25

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

2007-10-19 Thread Josh Nathanson
GOTO CFCOMMUNITY Sorry, it's Friday afternoon...I'm done now. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

RE: DEATH to HOMESITE

2007-10-19 Thread Paul Vernon
F*cking HomeSite+ wiped out my file on the server (AGAIN). I do a file write, it hangs, and I have to kill HomeSite. When I start homesite again, guess what, the file is gone from the server. Source control, Source control, Source control or to put it more concisely, SVN, SVN, SVN! There are

Re: DEATH to HOMESITE

2007-10-19 Thread Chris Jordan
LOL! :o) On 10/19/07, Charlie Griefer [EMAIL PROTECTED] wrote: richard, meet cfeclipse. cfeclipse, meet richard. this is going to be the start of a beautiful relationship. On 10/19/07, Richard Colman [EMAIL PROTECTED] wrote: F*cking HomeSite+ wiped out my file on the server (AGAIN). I do

RE: DEATH to HOMESITE

2007-10-19 Thread Nick Call
Rick, don't panic yet. This has happened to me countless times before. There's a .tmp file somewhere on your hard drive with the source code for the page(s) you were trying to save when the Homesite+'s FTP interface pukes. All you have to do is find them. I regret that I cannot remember exactly

Re: DEATH to HOMESITE

2007-10-19 Thread Claude Schneegans
F*cking HomeSite+ wiped out my file on the server (AGAIN). Are you really editing files directly on your server? I never do that, always develop on my working station, with CF 5 and CFMX installed. When everything looks ok, I update the server by FTP. --

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

2007-10-19 Thread Claude Schneegans
BASIC? There are $ signs in front of variable names in Basic? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Stop View Source 2

2007-10-19 Thread Dave Watts
thanks again for your replies. so i am judging by your responses that no one really does anything to protect their code as it is pointless? if someone wants to get it they will! Yes, that is absolutely true for any client-side code. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

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

2007-10-19 Thread Bobby Hartsfield
GOTO CFCOMMUNITY ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 5:48 PM To: CF-Talk Subject: Re: What can PHP do that CF can't? There are $ signs in front of

Re: find a string

2007-10-19 Thread Claude Schneegans
if the string is [1122] I want it to display only the characters after which would be 1122 In other words, all what you want is to remove the brackets? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

Re: 2007 Web Design Survey

2007-10-19 Thread Bruce Sorge
LOL Jochem. Jochem van Dieten wrote: http://www.navy.com/joinnow/ Jochem ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

RE: SOT: Best technology

2007-10-19 Thread Chad Gray
Thanks for the information Steve. I have not seen examples of data grid like activity on Spry so that is why I thought maybe Spry might not work. I have seen the Flex datagrid stuff and how you can use LiveCycle to keep the data displayed in sync between many users. Pretty impressive stuff,

Re: Stop View Source

2007-10-19 Thread Claude Schneegans
Just keep in mind, all you are doing is slowing someone down. If they are determined, they will get your source code. Exactly, and another way to look at it is that any hiding scheme will only prevent those who hardly see a difference between a PC and a toaster from getting the code. In other

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread Raymond Camden
Care to show the code? On 10/19/07, John Elkins [EMAIL PROTECTED] wrote: Hello all, I was wondering if anyone has been experiencing an issue with the Coldfusion 8 datasource api. I have been able to successfully create a datasource, but two of the paramaters I am passing back are not

Re: SOT: Best technology

2007-10-19 Thread Cutter (CFRelated)
Flex is an option. Spry's ajax stuff is another, though spry isn't your only option. You could do these things rolling your own Ajax calls, or use a library like Spry, or JQuery, or Ext, etc. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

RE: Stop View Source

2007-10-19 Thread Russ
Well actually I think the point about making your app in flex is a good idea. While there MAY be a way to decompile it at some point in the future, I don't think there is one now. Russ -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007

Re: Stop View Source

2007-10-19 Thread Bruce Sorge
Again, nothing is perfect. There is always a way to view source. Claude Schneegans wrote: Here is a little script that I use. This is a masterpiece of naivety ;-) It will only disable right click, but not View Source from the tool bar. Nor it will disable right click if Javascript is

Re: Boomsocket Alpha Trial

2007-10-19 Thread jonese
Our office takes any comments to heart. Good and Bad! I'm glad you brought it up and the conversation / sign-ups it's spawned. Hopefully we'll get others involved and we'll have that MySQL / PostgreSQL sooner rather then later! If anyone else has any other thoughts please share them directly with

Re: stop requests of images via application.cfc

2007-10-19 Thread Sean Corfield
On 10/19/07, Jeff Becker [EMAIL PROTECTED] wrote: It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated! Well, of course it doesn't - ColdFusion is only involved for .cfm and ..cfc requests and so

Re: SOT: Best technology

2007-10-19 Thread Brian Kotek
Look at ColdFusion 8. On 10/19/07, Chad Gray [EMAIL PROTECTED] wrote: I am looking for the best technology to take some of my old web pages that basically do CRUD on database tables and updating them to have a better interface. Basically try to get away from page submissions. I am thinking

Re: find a string

2007-10-19 Thread Charlie Griefer
look into the mid() function. barring an elegant regex solution, you could do: cfset myNumbers = listFirst(listLast(myString, '['), ']') / On 10/19/07, Orlini, Robert [EMAIL PROTECTED] wrote: I want to display a set of characters after a string (or in this case one chgarater) in a text file

Re: Stop View Source

2007-10-19 Thread Brian Kotek
In fact this is a perfect example. I'm in Gmail now and in the sidebar is an add for a site called HTML-Protector dot com (not linking to them to avoid giving them any Google ranking help). This site claims that it will totally protect your web site, including making it impossible to get any of

Re: Boomsocket Alpha Trial

2007-10-19 Thread jonese
nothing 100% but i think we're going to release it as a COMMON DEVELOPMENT AND DISTRIBUTION LICENSE. http://www.opensource.org/licenses/cddl1.php jonese On 10/19/07, Jochem van Dieten [EMAIL PROTECTED] wrote: jonese wrote: Currently we only employ a handful of stored procedures and that's

Re: Stop View Source

2007-10-19 Thread Brian Kotek
You're missing the point I think. You aren't going to be able to stop people from looking at the source code for anything that the browser renders or processes (and that includes JavaScript). The browser has to be able to run it, and if the browser can run it, the user can look at it. There is no

Re: Stop View Source

2007-10-19 Thread Bruce Sorge
Nothing is perfect. I can always find a way to view source when they appear to have all avenues blocked. Raymond Camden wrote: Which works real well when I disable JS. ;) ~| Download the latest ColdFusion 8 utilities

Re: Stop View Source

2007-10-19 Thread Richard White
Hi thanks for all your replies. Ok so the html is not possible but was interested in the fact that JS could be encrypted as we have noticed that CF code does not show but the JS along with comments does. we will look into JS encryption thanks

RE: find a string

2007-10-19 Thread Bobby Hartsfield
So you want whats between [ and ]? Reextract http://www.contentbox.com/claude/CustomTags/REextract/testREextract.cfm?p=ts ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
Hey jonese... I'm the one who started this and I want to make sure you know I wasn't complaining. I was sad that I didn't get a chance to try out Boomsocket. It sounds like it'll be awesome and I can't wait to give a run through. andy -Original Message- From: jonese [mailto:[EMAIL

Re: Stop View Source

2007-10-19 Thread Cutter (CFRelated)
And you can decompile a .swf. If you don't want someone to get it, then don't make it available. It's a catch-22, no way around it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Brad

Re: Stop View Source

2007-10-19 Thread Charlie Griefer
On 10/19/07, Richard White [EMAIL PROTECTED] wrote: I remember reading something that said in ColdFusion we can stop people from viewing the page source code. either you're remembering incorrectly or you were being lied to :) your CFML will be parsed out by the CF server and rendered into

Firebug Lite: Firebug for IE

2007-10-19 Thread Scott Stewart
The folks at firebug have a solution for IE: http://www.getfirebug.com/lite.html -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks

Re: Stop View Source

2007-10-19 Thread Tom Chiverton
On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: Well, I guess one way would be to re-write your site using Flex. Swf files are compiled... :) I've seen a half finished decompiler. It gets back to the ABC (abstract byte code) but not yet the MXML. I suspect too much information may have been

RE: Stop View Source

2007-10-19 Thread Robert Rawlins - Think Blue
Yep, I agree with Tom, if we're talking html then this is completely impossible. Rob -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 19 October 2007 15:57 To: CF-Talk Subject: Re: Stop View Source On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: can stop people

Re: Moving from CF to .Net - need training advice/direction

2007-10-19 Thread Cutter (CFRelated)
Personally, I'd hit the coldfusionjobs.com website. To high a demand to keep me from switching, especially if you also have Flex experience as well (gold in the marketplace, right now). Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

RE: Stop View Source

2007-10-19 Thread Dave Watts
Well, I guess one way would be to re-write your site using Flex. Swf files are compiled... :) and they can be decompiled. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in

RE: Stop View Source

2007-10-19 Thread Ben Forta
Do you mean the browser view source option, where the client-side code (HTML, JavaScript, CSS, etc.) can be seen? If so, then yes, there is one way and one way only to prevent the source from being seen - simply disconnect your web server from the Internet. Other than that, no. --- Ben

Re: 2007 Web Design Survey

2007-10-19 Thread Crow T. Robot
well, hey, to each their own, whatever floats yer boat, etc. i'm on board with that. :) I'd prefer to make the most money, etc in my career, save lots of cash for retirement (the original poster's question, I think), and still code for the fun projects - like my NFL pool app I wrote about a

Re: 2007 Web Design Survey

2007-10-19 Thread Eric Cobb
LMAO! Thanks, Eric Jochem van Dieten wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey Bruce, Great response. I'm doing the same thing you're doing. I guess I just want to make that jump to a higher level beyond 9-5 and side jobs which is a great living. But I want to join those guys

Re: Stop View Source

2007-10-19 Thread Claude Schneegans
Here is a little script that I use. This is a masterpiece of naivety ;-) It will only disable right click, but not View Source from the tool bar. Nor it will disable right click if Javascript is disabled. -- ___ REUSE CODE! Use custom tags; See

Re: 2007 Web Design Survey

2007-10-19 Thread Jochem van Dieten
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey Bruce, Great response. I'm doing the same thing you're doing. I guess I just want to make that jump to a higher level beyond 9-5 and side jobs which is a great living. But I want to join those guys you see on their huge boat during the day wihc

RE: Authentication working - would like to amend

2007-10-19 Thread William Seiter
In the Application.cfm page, prior to the redirect to the login page, but after validating that the session.allowedin var is 'false'. Set a session.var to the cgi.REMOTE_URI. (The user is on the page that they wanted, but the login is about to send them to the login, so you store their intent

Re: Stop View Source

2007-10-19 Thread Tom Chiverton
On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: Here is a little script that I use. script language=JavaScript NoScript extension for FireFox. wget. Beginning to see my point ? -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex

Re: Stop View Source

2007-10-19 Thread Brian Kotek
Nothing, repeat, nothing, you do can stop someone from viewing the HTML source of a web page in the browser. The browser HAS to get the HTML in order to render it. And if the browser has it, the user can look at it. On 10/19/07, Richard White [EMAIL PROTECTED] wrote: Hi, I remember reading

Re: 2007 Web Design Survey

2007-10-19 Thread Crow T. Robot
I think we're all missing my point here. I enjoy writing code too, probably always will. But I still don't see myself being a coder for my whole career. Am I the only one who think that being a code monkey isn't the loftiest of career goals? I want more money, more responsibility, more

Re: Stop View Source

2007-10-19 Thread Tom Chiverton
On Friday 19 Oct 2007, [EMAIL PROTECTED] wrote: can stop people from viewing the page source code. This is impossible (assuming you mean the HTML output). -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like

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

2007-10-19 Thread Claude Schneegans
Is there anything that php can do that CF can't? Yeah: having all variable names to start with a $ sign. I've learn tens of languages in my carrer, PHP is the only one to need a special character to mark variables. Makes code unreadable; stupid design! --

Re: 2007 Web Design Survey

2007-10-19 Thread Jerry Johnson
Me! I also like writing code. I do it in my spare time, too. (Especially when work is not as fun as it should be, and I need a creative release) My favorite time in the entire year is not Christmas or even my birthday, it is the 4 day weekend at Thanksgiving where I pick a single project, and

Re: Report Builder Questions

2007-10-19 Thread Becky McDermott
Thank you! This did exactly what I needed. I think the Trim function was key. I'm still hoping someone out there knows how I can code the shading of alternating rows in my report. I am migrating an MS Access Application to SQL/ColdFusion and I really need to be able to shade alternating rows

Re: Boomsocket Alpha Trial

2007-10-19 Thread AJ Mercer
has anybody got it running? Comments? On 10/19/07, mac jordan [EMAIL PROTECTED] wrote: On 19/10/2007, Peterson, Chris [EMAIL PROTECTED] wrote: The cool thing is: you can get in the alpha and change / fix it so it will run on *nix or other databases =) Oh, I shall - I have software

Re: 2007 Web Design Survey

2007-10-19 Thread Bruce Sorge
I happen to know some damn good programmers in their 40's and 50's who are VERY content just being a code monkey. These guys have degrees/experience and could get management positions, but they don't want to. There is nothing wrong with being a worker bee all your life. Bruce Crow T. Robot

Re: Boomsocket Alpha Trial

2007-10-19 Thread Jochem van Dieten
Andy Matthews wrote: Well let's support them in their efforts and request that they add in MySQL support. Requesting a feature is not supporting their efforts. Supporting their effort means sending them a patch. Jochem ~|

Re: Stop View Source

2007-10-19 Thread Bruce Sorge
Here is a little script that I use. script language=JavaScript !-- var message=; function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if

RE: Boomsocket Alpha Trial

2007-10-19 Thread Peterson, Chris
The cool thing is: you can get in the alpha and change / fix it so it will run on *nix or other databases =) Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 9:59 AM To:

  1   2   >