Re: [nyphp-talk] SalesForce

2010-08-09 Thread Paul A Houle
Fernando Gabrieli wrote: Paul, First of all, thank you for sharing all this information In this case it seems like a client is already using SalesForce and asking about doing some changes. So after this i've been asked about how many time it would take for a developer to get into the platform

Re: [nyphp-talk] SalesForce

2010-08-09 Thread Fernando Gabrieli
Paul, First of all, thank you for sharing all this information In this case it seems like a client is already using SalesForce and asking about doing some changes. So after this i've been asked about how many time it would take for a developer to get into the platform My first guess was a week,

Re: [nyphp-talk] SalesForce

2010-08-09 Thread Paul A Houle
Fernando Gabrieli wrote: 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 re

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

2010-08-09 Thread Donald J. Organ IV
either in your body tag or on a secured block of text(div) you can use onselectstart="return false" which will not allow the user to highlight said block of text. Id doesnt secure things 100% but at least its another roadblock. - Original Message - From: "Anthony Papillion" To: "NY

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

2010-08-09 Thread David Roth
Anthony, I think for the average visitor to a web page, I would look into outputting the text as an image. This way it could be made to look like a regular web page and doesn't require the visitor to install or update anything on their computer such as Flash. I remember seeing some routines