Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP/mySQL, XML, Javascript? please
Name: Tim_computer_user Date: September 22, 2005 at 09:01:49 Pacific OS: Windows XP Professional CPU/Ram: 256MB
Comment:
I would really appreciate some advice from a proficient website developer.
I am about to start studying the following:
PHP/mySQL - open source database design XML Javascript
In what order should I take these modules at college? which of these skills are the most useful at the early stages of building a website/online database?
is it seriously possible to be self-taught? I'd love to hear from anyone who has picked up allround skills entirely outside the classroom!
any comments on how to approach these matters would be greatly appreciated.
Name: SN Date: September 22, 2005 at 10:13:38 Pacific
Reply:
Start with the PHP/mySQL. XML really doesn't come into play with your basic website...It's more handy when you start exchanging data with other systems. Javascript will come into play as well, but it is an optional technology that plenty of good web pages don't use at all.
None of these technologies is difficult to learn outside of the classroom. Almost everybody teaches themselves this stuff. I don't even know of any PHP/MySQL/Javascript/XML classes. Just a few days looking through tutorials should get you enough knowledge to get a basic site going.
Good luck, -SN
0
Response Number 2
Name: Tim_computer_user Date: September 22, 2005 at 10:30:13 Pacific
Reply:
Hey thanks a lot for that. -cheers mate
tim
0
Response Number 3
Name: anonproxy Date: September 23, 2005 at 15:18:38 Pacific
Reply:
Somethings I should have learned at the beginning, but didn't:
- using a source control system (CVS, subversion, etc.) - object oriented design as patterns - unit testing (and incremental testing in general) - development as a process (i.e. a plan) - handling user input (oh to count the bugs) - bugtracking (beyond your inbox) - profiling (not optimization, just diagnosis)
Summary: hi, i'm just starting to learn PHP/MySQL, my question is how can i check to see if a table exist in the given database, for example i have a database(Movies), i have different tables for genre(horror,...
Summary: Hi, Hope you can help.. This is what i have: using PHP & MySQL ComboBox1 (Named Carriers) ComboBox2 (Named Brand) ComboBox3 (Named Model) Text Box1, Text Box2, Text Box3 When you select an itme...
Summary: can someone be so kind as to advise me on a good book to get me started with PHP/mySQL and ways of using databases in a website. i'm in a library and there's hundreds on the shelves. I always wondere...