Click here to Skip to main content
15,886,707 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Why use Visual Studio? Pin
RobCroll26-Dec-10 2:47
RobCroll26-Dec-10 2:47 
Question2D Tile Based Scrolling Pin
Expert Coming5-Dec-10 13:58
Expert Coming5-Dec-10 13:58 
QuestionTool (and code) for Rotating/Shrinking multiple pictures ? Pin
zmau29-Nov-10 22:33
zmau29-Nov-10 22:33 
QuestionStoring visible signature (jpg) files in AD or Database. Pin
abmv22-Nov-10 9:02
professionalabmv22-Nov-10 9:02 
AnswerRe: Storing visible signature (jpg) files in AD or Database. Pin
Eddy Vluggen22-Nov-10 9:12
professionalEddy Vluggen22-Nov-10 9:12 
GeneralRe: Storing visible signature (jpg) files in AD or Database. Pin
abmv22-Nov-10 9:24
professionalabmv22-Nov-10 9:24 
GeneralRe: Storing visible signature (jpg) files in AD or Database. Pin
Eddy Vluggen22-Nov-10 20:31
professionalEddy Vluggen22-Nov-10 20:31 
QuestionPractical steps for using Xml in an application? Pin
charlieg22-Nov-10 4:37
charlieg22-Nov-10 4:37 
I'm starting my first project making extensive use of Xml files.
I understand the basic mechanics behind Xml, and I love the fact that
the parsing is standardized. I'll be using tinyXml or something like it.
In the project, my code would be best considered a consumer of generated
Xml files. These files will NOT live outside of our application, so there is
much opportunity for cutting corners and hallway design decisions.

My questions have to do with the practical use of Xml files. For example,
given that some other piece of code generates the Xml, there does need to be
some agreed upon organization for the Xml content. Otherwise, how would
one query the loaded document? Originally, this was controlled by the DTD, now
supplanted/replaced with XSD.

Because the code I'm writing will be executing on an embedded device I doubt I'll
have a full fledged parser to map the content to a schema - I'm guessing there will
need to be close coordination between the two code bases? Thoughts and ideas?

Regarding Xml content, it appears that most of the values will be passed to me
by string. So, I'll have to do lots of string to numeric conversion. Further,
if there is more application specific content - like compressed images - I'll just
have to support a converter. Correct?

Follow up questions are welcome, I'm trying to move from a null data point.
Charlie Gilley
<italic>You're going to tell me what I want to know, or I'm going to beat you to death in your own house.

"Where liberty dwells, there is my country." B. Franklin, 1783

AnswerRe: Practical steps for using Xml in an application? Pin
abmv22-Nov-10 9:29
professionalabmv22-Nov-10 9:29 
GeneralRe: Practical steps for using Xml in an application? Pin
charlieg22-Nov-10 11:22
charlieg22-Nov-10 11:22 
QuestionUsing DataTables against arrays Pin
JayKhatri13-Nov-10 21:06
JayKhatri13-Nov-10 21:06 
AnswerRe: Using DataTables against arrays Pin
Eddy Vluggen16-Nov-10 0:07
professionalEddy Vluggen16-Nov-10 0:07 
GeneralRe: Using DataTables against arrays Pin
JayKhatri16-Nov-10 0:13
JayKhatri16-Nov-10 0:13 
QuestionDetecting a right way to use variables in .Net Pin
JayKhatri6-Nov-10 7:53
JayKhatri6-Nov-10 7:53 
AnswerRe: Detecting a right way to use variables in .Net Pin
Luc Pattyn6-Nov-10 8:51
sitebuilderLuc Pattyn6-Nov-10 8:51 
GeneralRe: Detecting a right way to use variables in .Net Pin
JayKhatri6-Nov-10 9:31
JayKhatri6-Nov-10 9:31 
AnswerRe: Detecting a right way to use variables in .Net Pin
Ray Cassick6-Nov-10 21:54
Ray Cassick6-Nov-10 21:54 
GeneralRe: Detecting a right way to use variables in .Net Pin
JayKhatri6-Nov-10 22:02
JayKhatri6-Nov-10 22:02 
GeneralRe: Detecting a right way to use variables in .Net Pin
Dave Kreskowiak7-Nov-10 2:27
mveDave Kreskowiak7-Nov-10 2:27 
GeneralRe: Detecting a right way to use variables in .Net Pin
JayKhatri7-Nov-10 4:00
JayKhatri7-Nov-10 4:00 
GeneralRe: Detecting a right way to use variables in .Net Pin
Ray Cassick7-Nov-10 21:10
Ray Cassick7-Nov-10 21:10 
GeneralRe: Detecting a right way to use variables in .Net Pin
Dave Kreskowiak8-Nov-10 1:35
mveDave Kreskowiak8-Nov-10 1:35 
AnswerRe: Detecting a right way to use variables in .Net Pin
GParkings2-Sep-11 3:08
GParkings2-Sep-11 3:08 
QuestionDesign & Architecture Help Pin
dsrao4-Nov-10 12:30
dsrao4-Nov-10 12:30 
AnswerCROSSPOST Pin
Dave Kreskowiak4-Nov-10 14:55
mveDave Kreskowiak4-Nov-10 14:55 

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.