473,756 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1615
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
1750
by: administrata | last post by:
Is it possible? I tried... I = "John" print \ """ I used to love pizza"""
29
1856
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), (55554) and so on. What would be the best way to do this? So, basically i'm looking for a list of all combinations of 1-5 in a 5 digit unique number. Also, when I send the list to print there can't be any duplicates of the combos. Thanks,
9
3181
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 want to be able to draw lines in a picturebox based upon certain data points I have received. I dragged a picturebox from the toolbar onto my form, but after having gone through the help files, looking online and trying a variety of things, I...
2
2863
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 #include<iostream> #include<stdlib.h> using namespace std; int main() {int h,h2,tmp; h=10;
8
1274
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 only when I run prog. Today I found another thing. I have music in background and use WindwosMediaPlayer. The code is: Dim WithEvents MusicPlayer As New WMPLib.WindowsMediaPlayer
0
965
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 suggestions?? really apperciate, thx.
5
2089
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 where to go to understand C++ terms? TY When i said i was a noob i meant it. This is the ONLY thing i have written: #include <iostream> using namespace std;
3
5586
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 the mutex in order to activate the thread once the data is generated. I have to do it this way, i can only call the thread if the data are generated. ******************************************************** step 1: initialize the mutex
3
1373
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). Could someone please tell me if I am making yet another newbie mistake? I'm sure this has always worked in the past! /////////////// // mstring.h // /////////////// #include <string> class MSTRING : public std::string {
1
2531
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 a really obvious mistake. To test this, I have successfully installed apache and have read the official documentation on how to get SSI functionality working. Unfortunately, I can't get it to work at all. After reading tons of threads on this...
0
9456
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9275
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10034
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9843
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8713
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.