amit250
Posts: 3
|
| Posted: 11/20/2006, 8:50 AM |
|
Has anyone used ASP without template files, the HTML template file are annoying considering we are trying to use it for developing some products.
Let me know your thoughts.
|
 |
 |
robertmann
Posts: 109
|
| Posted: 11/20/2006, 9:44 AM |
|
amit250
We used ASP without templates in the old days.
Now we use CCS for developing products and find templates extremely valuable. I recommend including this in the key features of your application.
_________________
Robert |
 |
 |
marcwolf
Posts: 361
|
| Posted: 11/20/2006, 7:00 PM |
|
Hi Amit250
Nowadays in many programming areas such as ASP and ASP.Net templates are used. They are a good idea as they can help seperate the programming logic and presentation layer.
Thjis is something which is done a lot in other non-web based applications.
The advantages are that you can give the presentation layer to someone like a Graphic Designer and have them beautify it - whilst you can work on the code behind the scenes to give the smarts to the application.
Codecharge uses its templates to provide a substitution locations where CCS tags are replaces with text generated by the code. Also blocks of HTML can be duplicated agains and again like in a grid.
Hope this helps..
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
amit250
Posts: 3
|
| Posted: 11/20/2006, 10:15 PM |
|
Agree with you guys it does make sense to market it as an additional feature instead.
Do you have any tips to remove all references to CCS in the generated code for ever ?
Please advise.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 11/23/2006, 5:17 AM |
|
Quote amit250:
Agree with you guys it does make sense to market it as an additional feature instead.
Do you have any tips to remove all references to CCS in the generated code for ever ?
Please advise.
what do you mean by all reference and what version are you using?
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
amit250
Posts: 3
|
| Posted: 11/24/2006, 10:37 PM |
|
Sorry for the late reply, I meant the code generator meta tag and the code generated by text message at bottom etc.
|
 |
 |
cab33010
Posts: 26
|
| Posted: 11/26/2006, 5:09 PM |
|
The Code generated by text will be removed when you pay for CodeCharge and insert the received the S/N from CodeCharge.
|
 |
 |