salsabiha
Posts: 4
|
| Posted: 09/08/2007, 12:12 PM |
|
Hi to all
I am new to web programming and I'm just starting to use codecharge . So far it all looks vary nice I just downloaded the product and I am just starting to try the demos . I just have a couple of questions .
1 . If I develop a site with CCS and want to sell it to a client do I need to pay an extra license per client . ?
2. In all the pages I get the message " Generated with Code Charge Studio " attached can this be removed after I pay the license ?
Thanks for all the help .
|
 |
 |
Wkempees
|
| Posted: 09/08/2007, 12:20 PM |
|
1 . If I develop a site with CCS and want to sell it to a client do I
need to
pay an extra license per client . ?
No extra charge.
2. In all the pages I get the message " Generated with Code Charge Studio "
attached can this be removed after I pay the license ?
Yes, it will not be there in newly generated apps
|
|
|
 |
jerryvernon
Posts: 35
|
| Posted: 09/09/2007, 9:43 AM |
|
From my experiece the " Generated with Code Charge Studio " is not removed by purchasing a licence.
These can be modified or removed in the "Codechargestudio\components\dialogs\wizards\project\pageblank.js" & in the "Codecharge/Components/Dialogs/wizards/common/common.js"
change
var newheadcodeINNER = "<meta name=\"GENERATOR\" content=\"CodeCharge Studio"+ccObject.Application.Version.toString()+"\">";
for
var newheadcodeINNER = "<meta name=\"GENERATOR\" content=\"Designed by ICT Design\">";
Regards
Jerry
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 09/09/2007, 2:19 PM |
|
Quote jerryvernon:
From my experiece the " Generated with Code Charge Studio " is not removed by purchasing a licence.
maybe you did not regenerate your projects with the licensed version? the "Generated with Code Charge Studio" line does NOT appear in projects created with the licensed version.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
wkempees
|
| Posted: 09/10/2007, 4:37 AM |
|
Thanks Jimmy, fr backing me up.
jerryvernon might also be mistakenly refer to the Meta tag.
"JimmyCrackedCorn" <JimmyCrackedCorn@forum.codecharge> schreef in bericht
news:246e4634802a99@news.codecharge.com...
> Quote jerryvernon:
> From my experiece the " Generated with Code Charge Studio " is not removed
> by
> purchasing a licence.
>
> maybe you did not regenerate your projects with the licensed version? the
> "Generated with Code Charge Studio" line does NOT appear in projects
> created
> with the licensed version.
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
salsabiha
Posts: 4
|
| Posted: 09/11/2007, 6:05 AM |
|
Thanks for all the help .
I am using the tryle version for now . So far I see that this a great tool and I am planing to get the licence soon .
I will try the change in the Common.js file and let you know .
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 09/12/2007, 10:55 AM |
|
changing this in the Common.js (and others) is, IMHO, a bad way to go. First, you are hacking into protections the authors put in to mark this as a trial rather than as a legitimate use of the product. Second, CCS will probably overwrite your changes each time you regenerate since this is not standard. Third, you may introduce undesirable side effects by hacking these files.
my recommendation...if you are using the trial version, live with the little notice!! If you don't want the little notice then purchase the product and be legitimate. That's what the rest of us do!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
wkempees
|
| Posted: 09/13/2007, 2:02 AM |
|
@JCC:Agreed
Put your energy in testing the product.
"JimmyCrackedCorn" <JimmyCrackedCorn@forum.codecharge> schreef in bericht
news:246e828170f8d0@news.codecharge.com...
> changing this in the Common.js (and others) is, IMHO, a bad way to go.
> First,
> you are hacking into protections the authors put in to mark this as a
> trial
> rather than as a legitimate use of the product. Second, CCS will probably
> overwrite your changes each time you regenerate since this is not
> standard.
> Third, you may introduce undesirable side effects by hacking these files.
>
> my recommendation...if you are using the trial version, live with the
> little
> notice!! If you don't want the little notice then purchase the product and
> be
> legitimate. That's what the rest of us do!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |