Click here to Skip to main content
15,892,643 members
Home / Discussions / C#
   

C#

 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 5:24
Scripter4727-Feb-07 5:24 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 5:46
mentorNot Active27-Feb-07 5:46 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 5:51
Scripter4727-Feb-07 5:51 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 6:13
mentorNot Active27-Feb-07 6:13 
QuestionRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 7:14
Scripter4727-Feb-07 7:14 
AnswerRe: What is the best solution for store html/javascripts Pin
Not Active27-Feb-07 7:46
mentorNot Active27-Feb-07 7:46 
GeneralRe: What is the best solution for store html/javascripts Pin
Scripter4727-Feb-07 8:05
Scripter4727-Feb-07 8:05 
AnswerRe: What is the best solution for store html/javascripts Pin
mike montagne27-Feb-07 10:49
mike montagne27-Feb-07 10:49 
Files or file segments can also be stored to memo/text fields and assembled on the fly. Generally you would not want to deploy individual JavaScript routines individually, so unless you are archiving them for research, I don't see what the point of separating them would be. What we need to know is what purpose you have. Your design should be driven by that purpose (which indicates available resources, limitations, etc.). The approach to storage and retrieval otherwise is practically unlimited. Given a purpose and working environment, you always want to store as much together as possible. You should not be writing a head tag, meta tags, and finally a head conclusion tag. Write them all together unless there is a purpose that is served by separating them. Even then, separation can be avoided. Build the whole head section for instance with an author field content in it by replacing an author field token in the whole head section. Write the whole result of such a process to a file, and it can be displayed as a page.

A principle of development is to minimize operations. It looks like you are multiplying operations unnecessarily here.
GeneralRe: What is the best solution for store html/javascripts Pin
Scripter4728-Feb-07 2:59
Scripter4728-Feb-07 2:59 
GeneralRe: What is the best solution for store html/javascripts Pin
mike montagne28-Feb-07 5:59
mike montagne28-Feb-07 5:59 
QuestionReading an open file. Pin
eggsovereasy27-Feb-07 4:56
eggsovereasy27-Feb-07 4:56 
AnswerRe: Reading an open file. Pin
Not Active27-Feb-07 5:18
mentorNot Active27-Feb-07 5:18 
GeneralRe: Reading an open file. Pin
eggsovereasy27-Feb-07 5:31
eggsovereasy27-Feb-07 5:31 
AnswerRe: Reading an open file. Pin
lost in transition 27-Feb-07 5:44
lost in transition 27-Feb-07 5:44 
GeneralRe: Reading an open file. Pin
eggsovereasy27-Feb-07 5:55
eggsovereasy27-Feb-07 5:55 
AnswerRe: Reading an open file. Pin
Russell Morris27-Feb-07 8:02
Russell Morris27-Feb-07 8:02 
GeneralRe: Reading an open file. Pin
eggsovereasy27-Feb-07 11:12
eggsovereasy27-Feb-07 11:12 
GeneralRe: Reading an open file. Pin
Russell Morris27-Feb-07 13:30
Russell Morris27-Feb-07 13:30 
QuestionCollapsiblePanelExtender problem Pin
jaganil27-Feb-07 4:43
jaganil27-Feb-07 4:43 
QuestionDirectX under C# Pin
Mark T.27-Feb-07 4:28
Mark T.27-Feb-07 4:28 
QuestionApplication config Pin
mail57235227-Feb-07 4:02
mail57235227-Feb-07 4:02 
AnswerRe: Application config Pin
Not Active27-Feb-07 5:16
mentorNot Active27-Feb-07 5:16 
GeneralClass Names Pin
Brady Kelly27-Feb-07 3:38
Brady Kelly27-Feb-07 3:38 
GeneralRe: Class Names Pin
Stefan Troschuetz27-Feb-07 3:49
Stefan Troschuetz27-Feb-07 3:49 
AnswerRe: Class Names Pin
Guffa27-Feb-07 4:01
Guffa27-Feb-07 4:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.