473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Another Noob

Hey fellas

I am a web designer/developer with little in the way of formal
training. I took some lower level programming courses to familiarize
myself with structured programming and then taught myself (through books
as well as trial and error) new web technologies like ASP and PHP on an
as-needed basis.

I have yet to come across a project that requires XML, but to tell you
the truth, I wouldn't know one when I saw it. So my questions are:

1) What types of projects should use XML?
2) What would be a good project for me to learn/test/refine my XML
skills on?
3) What texts and web pages would you suggest for reference?

Thanks in advance,

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #1
3 1598
In response to your questions...
1) What types of projects should use XML?
You can use XML for project such as:
1) Transformation of XML data for presentation in web pages. This enables
you to have multiple views of the same data. This transformation can be
done with Superx++ or XSLT.

2) Integration between disparate systems where the systems agree on an XML
definition. This can either be loosely determined or formalized with DTDs
or XML schema documents.

3) Messaging applications and web services can use Superx++, XML-RPC, SOAP,
etc. All of which are XML.
2) What would be a good project for me to learn/test/refine my XML
skills on?
Probably one of the easiest types of projects to cut your teeth on might be
to build a series of web pages that use transformation techniques to present
different views of the same data. This is a small project that offers you
the ability to learn XML in practice.
3) What texts and web pages would you suggest for reference?
Try the following:
www.topxml.com
www.emergentlogic.com
http://www.w3schools.com/default.asp

Kimanzi Mati
"Rob Allen" <ri***************@hotmail.com> wrote in message
news:3f***********************@news.frii.net... Hey fellas

I am a web designer/developer with little in the way of formal
training. I took some lower level programming courses to familiarize
myself with structured programming and then taught myself (through books
as well as trial and error) new web technologies like ASP and PHP on an
as-needed basis.

I have yet to come across a project that requires XML, but to tell you
the truth, I wouldn't know one when I saw it. So my questions are:

1) What types of projects should use XML?
2) What would be a good project for me to learn/test/refine my XML
skills on?
3) What texts and web pages would you suggest for reference?

Thanks in advance,

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 20 '05 #2
Thanks Kimanzi,
I'll take a look at the sites and see if I can get something working.
I've been reading other posts trying to get a feel for the syntax. There
are some fairly complex issues envolved which makes it doubly appealing.
Thanks again for the advice.

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #3
Hey Rob,

You're welcome. XML should be simple; however it is made complex by the
multitude of specs being churned out by the various organizations that have
undertaken to do so. Still, a good book and good tutorials should get you
oriented in the right direction.

Good Luck!
Kimanzi

"Rob Allen" <ri***************@hotmail.com> wrote in message
news:3f***********************@news.frii.net...
Thanks Kimanzi,
I'll take a look at the sites and see if I can get something working.
I've been reading other posts trying to get a feel for the syntax. There
are some fairly complex issues envolved which makes it doubly appealing.
Thanks again for the advice.

--Rob--

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: administrata | last post by:
Is it possible? I tried... I = "John" print \ """ I used to love pizza"""
29
by: mike_wilson1333 | last post by:
I would like to generate every unique combination of numbers 1-5 in a 5 digit number and follow each combo with a newline. So i'm looking at generating combinations such as: (12345) , (12235),...
9
by: davetelling | last post by:
I am not a programmer, I'm an engineer trying to make an interface to a product I'm designing. I have used C# to make a form that interrogates the unit via the serial port and receives the data. I...
2
by: Link360 | last post by:
Im a complete noob and im proud of it. I am excited in learning everything about the C++ language. Right now im trying to make tic-tac-toe. Go ahead laugh. here is what i have so far ...
8
by: ZikO | last post by:
Hi. I appologise for noob problems but I don't know what Im doing wrong. Yesterday I descibed a strange behavoiur of VB, as transparency doesn't work for all the time the program work. It work...
0
by: psychoboy | last post by:
still noob here, wanna ask how to access the ms access database on another server (eg. http://somewhere.com/mydatabase.mdb) using VB command. tried many ways before, but all failed, any...
5
by: Hydrogenfussion | last post by:
Hello and thank you for reading this. I have just started to learn C++ from www.cprogramming.com,its a great site! But i do not understand some of the terms. I am using Dev-C++. Can you tell me...
3
by: NaeiKinDus | last post by:
Hello, i'm trying to program a thread that would be locked (by a mutex) and that would only be unlocked once that a function (generating data) is done. The purpose is to generate data, and unlock...
3
cypherzero
by: cypherzero | last post by:
Using this header file (mstring.h) for a class defined in a seperate file (mstring.cpp) I recieve 8 'unresolved external symbol' errors when trying to use the class in my main source file (main.cpp)....
1
by: Fluffy654 | last post by:
First off I am a complete noob when it comes to doing anything with servers. I'm just beginning to learn today because I need to start adding SSI to my websites. I apologise in advance if I am making...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.