Go Back   CodingForums.com > Web Projects and Services Marketplace > Career, job, and business ideas or advice

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-07-2011, 04:06 PM   PM User | #1
syco__
Regular Coder

 
syco__'s Avatar
 
Join Date: Oct 2005
Location: Australia
Posts: 178
Thanks: 39
Thanked 3 Times in 3 Posts
syco__ has a little shameless behaviour in the past
Languages?

Hey Guys,

I am currently at uni studying Information Tech. So far we have done JavaScript and i really enjoyed it. This semester we have been focusing on PHP and XML and i really like PHP and enjoying using it. XML on the other hand so far hasn't excited me and cant really see where i would use this language in the future i look forward to getting into MySQL.

What i am really after is some thoughts to how you guys use XML or just what you think about it and if MySQL is a good choice to work towards next.

Thanks in advance.
__________________
.pLeAd InSaNiTy.
syco__ is offline   Reply With Quote
Old 10-07-2011, 04:30 PM   PM User | #2
syco__
Regular Coder

 
syco__'s Avatar
 
Join Date: Oct 2005
Location: Australia
Posts: 178
Thanks: 39
Thanked 3 Times in 3 Posts
syco__ has a little shameless behaviour in the past
Also what is the future of the WEB i hear something about Procedural/Declarative languages and the future is in declarative. I am a little confused of the difference but what are your views?
__________________
.pLeAd InSaNiTy.
syco__ is offline   Reply With Quote
Old 10-07-2011, 04:44 PM   PM User | #3
tracknut
Regular Coder

 
Join Date: Aug 2006
Posts: 907
Thanks: 4
Thanked 212 Times in 211 Posts
tracknut is an unknown quantity at this point
I use xml all the time, and find it hugely useful. I have several sites that I need to "configure" in a variety of ways, one has a list of events (and associated prices, dates, options, etc), and others just have general "information" that needs to be easily configurable. I use the SimpleXML interface (all my sites are php driven) to pull up all this info at run-time. So it saves me hard-coding such information throughout the site. And I find it much easier to implement such configurations via xml than using a database for them.

I have another site that most likely should be database driven, but for the moment I am using quite the volumes of XML files for various data stores. I find it easy, but to some extent it's one of those sites that if I had to do a code review in front of my peers, I'd be a bit embarrassed to say that it was not using a database, but tons of xml instead. Large portions of the xml on this site are duplicated text, one for each of multiple languages.

So don't write off xml quite yet, I suspect you'll find reasons to use it.

Dave
tracknut is offline   Reply With Quote
Old 10-08-2011, 07:18 AM   PM User | #4
syco__
Regular Coder

 
syco__'s Avatar
 
Join Date: Oct 2005
Location: Australia
Posts: 178
Thanks: 39
Thanked 3 Times in 3 Posts
syco__ has a little shameless behaviour in the past
Thanks ill stick with it then. Just wanted to hear if it was worth having the skill even if i don't use it as such much. Thanks for your reply.
__________________
.pLeAd InSaNiTy.
syco__ is offline   Reply With Quote
Old 10-11-2011, 02:59 AM   PM User | #5
tammywal22
New to the CF scene

 
Join Date: Sep 2011
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
tammywal22 is an unknown quantity at this point
XML is essential and useful for data exchange, so you should learn and understand it!

However, I would suggest you look at JSON as well, it is quite light and definitely less verbose than XML. That mean the transfer time for JSON data is more fast than XML, so it is widely used in the communication between mobile apps and server.
__________________
Top apps for iPhone
tammywal22 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:08 AM.


Advertisement
Log in to turn off these ads.