Re: [nyphp-talk] Making text hard to copy

2010-08-06 Thread Anthony Papillion
Thank you everyone for your feedback on this problem. In the end, I think the most secure way of solving this problem is to output the text to Flash. While I know it's fairly easy to download a Flash applet (which would, in essence, copy the text, I believe most of the people using this system wo

Re: [nyphp-talk] Making text hard to copy

2010-08-06 Thread Blake
One site that I worked on had an image for each character on some pages -- in the images directory, each file X.gif was an image representation of character X, and the pages would call for a bunch of those images to spell out words. I think it was more so they could get a particular font than for

Re: [nyphp-talk] Making text hard to copy

2010-08-06 Thread David Krings
On 8/6/2010 21:50, Anthony Papillion wrote: I'm starting to work on a system that will require a bit of extra security. One of the security protocols the customer's decided on is that the outputted page should be fairly hard to copy. Yes, I know making an HTML page uncopyable is impossible but I

Re: [nyphp-talk] Making text hard to copy

2010-08-06 Thread Brian O'Connor
Well, you're pretty limited to javascript (unless you output to flash or pdf), which obviously means anyone who disables it won't be affected. However, as you already stated you're aware of that, one thing that might be cool is to detect the ctrl+c keys being pushed, and reversed the selected text.

Re: [nyphp-talk] Making text hard to copy

2010-08-06 Thread J. T. Gray
Output to Flash :D On Aug 6, 2010, at 9:50 PM, Anthony Papillion wrote: I'm starting to work on a system that will require a bit of extra security. One of the security protocols the customer's decided on is that the outputted page should be fairly hard to copy. Yes, I know making an

[nyphp-talk] Making text hard to copy

2010-08-06 Thread Anthony Papillion
I'm starting to work on a system that will require a bit of extra security. One of the security protocols the customer's decided on is that the outputted page should be fairly hard to copy. Yes, I know making an HTML page uncopyable is impossible but I want to make it as hard as possible. So far,

[nyphp-talk] SalesForce

2010-08-06 Thread Fernando Gabrieli
Hi all, i'm working for a company which is considering creating a website using SalesForce I've been asked about how many time it would take for a developer to get into it Have you ever used it? How much did it take to you to get familiar? thanks in advance best regards Fernando ___