Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 1st, 2005, 4:28 PM   #1
massive-war
Hobbyist Programmer
 
massive-war's Avatar
 
Join Date: Mar 2005
Location: Illinois--> My room
Posts: 117
Rep Power: 0 massive-war is an unknown quantity at this point
Is web programming at the same level of complexity as programming?

I game program in the language of c++, and i wanted to start learning web development on my free time. Is there a huge jump, like learning c++ but different all over again, or is web development simple?

I haven't really looked at anything yet, so i have no idea on how to write web pages at the moment.

Thanks for replying
__________________
Support Our Troops
massive-war is offline   Reply With Quote
Old Apr 1st, 2005, 4:41 PM   #2
Overmind
Professional Programmer
 
Overmind's Avatar
 
Join Date: Jun 2004
Location: South Africa, Johannesburg
Posts: 301
Rep Power: 5 Overmind is on a distinguished road
well, learn php, if you have learnt c++, php will be easy, but first learn xhtml and css...that stuff is piss.
__________________
[SIGPIC][/SIGPIC]
Overmind is offline   Reply With Quote
Old Apr 1st, 2005, 4:53 PM   #3
massive-war
Hobbyist Programmer
 
massive-war's Avatar
 
Join Date: Mar 2005
Location: Illinois--> My room
Posts: 117
Rep Power: 0 massive-war is an unknown quantity at this point
what's the difference between xhtml and php?
__________________
Support Our Troops
massive-war is offline   Reply With Quote
Old Apr 1st, 2005, 5:02 PM   #4
Overmind
Professional Programmer
 
Overmind's Avatar
 
Join Date: Jun 2004
Location: South Africa, Johannesburg
Posts: 301
Rep Power: 5 Overmind is on a distinguished road
hehehe...xhtml is for the design of the site, which is easy. php is a scripting language used for making things such a thid forum,....i'm not feeling good now so I can't explain properly..eh
__________________
[SIGPIC][/SIGPIC]
Overmind is offline   Reply With Quote
Old Apr 1st, 2005, 10:18 PM   #5
sham
Newbie
 
Join Date: Mar 2005
Posts: 29
Rep Power: 0 sham is on a distinguished road
where can I get material/tutorials to learn xhtml

Hello,

nice, I have recently started learning php. But some-one suggested that one should learn xhtml before php.
Let me know where can I get good tutorials for xhtml ?
Regards
[Sham]
sham is offline   Reply With Quote
Old Apr 2nd, 2005, 12:05 AM   #6
massive-war
Hobbyist Programmer
 
massive-war's Avatar
 
Join Date: Mar 2005
Location: Illinois--> My room
Posts: 117
Rep Power: 0 massive-war is an unknown quantity at this point
how does php compare with javascript?
__________________
Support Our Troops
massive-war is offline   Reply With Quote
Old Apr 2nd, 2005, 12:24 AM   #7
new User(Kevin.Parkinson)
Programmer
 
new User(Kevin.Parkinson)'s Avatar
 
Join Date: Mar 2005
Location: Edmonton, Alberta, Canada
Posts: 37
Rep Power: 0 new User(Kevin.Parkinson) is on a distinguished road
Send a message via MSN to new User(Kevin.Parkinson)
Post

massive-war:
Generally you will find Javascript running on the client machine. In other words, when you request a site, the Javascript( which can be powerful in a limited way ) gets run on your computer. On the other hand, and much more powerful and exciting, something like PHP( or ASP ) is scripting that gets run on the web server before it gets sent to your computer, and it's amazing what you can do with it --> this includes forming Javascript, as well as manipulating data from databases, and perhaps managing a forum like this one. In fact, this site uses PHP. With the two technologies I mentioned - PHP & ASP - you use a scripting language to form a web server's response.

Personally, what I find more exciting, is the ability to use the full power of a language to do this, which unfortunately not the case with ASP & VBScript and, I am assuning with PHP. If you really want to get into some amazing Object-Oriented web programming, I would recommend setting your sites on either JSP( uses the full extent of JAVA ) or ASP.NET( can use the full power of any .NET language -- e.g. C# ). Personally, I love to use ASP.NET with C#, and I am looking forward to working with JSP at my college.
__________________
public class  MySignature extends Post implements JavaSyntax throws NuttinHoney{
     MySignature()
     {
          Salutation();
          Name();
     }
     
     public string  Salutation()
     {
          Screen.printLn( "Sincerely,\n" );
     }
     
     public string  Name()
     {
          Screen.printLn( "Kevin Parkinson" );
     }
}
new User(Kevin.Parkinson) is offline   Reply With Quote
Old Apr 2nd, 2005, 12:32 AM   #8
massive-war
Hobbyist Programmer
 
massive-war's Avatar
 
Join Date: Mar 2005
Location: Illinois--> My room
Posts: 117
Rep Power: 0 massive-war is an unknown quantity at this point
woah, that was an excellent response. Thank you for your time
__________________
Support Our Troops
massive-war is offline   Reply With Quote
Old Apr 2nd, 2005, 1:17 AM   #9
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I've tried many many times to explain the concepts of what a server-side language is vs. a client-side language. That is probably the best explanation in summary that i have ever heard. Good work.
tempest is offline   Reply With Quote
Old Apr 2nd, 2005, 11:48 AM   #10
Yuneek
Programmer
 
Yuneek's Avatar
 
Join Date: Mar 2005
Location: Florida, US
Posts: 35
Rep Power: 0 Yuneek is on a distinguished road
PHP is a programming language to help you display dynamic content, it runs server side.

XHTML is the "new version" of HTML which I highly recommend, should be used for structural layout of any web page.

CSS is for presentation on web pages, smarter to use as much CSS as possible over images as it loads much faster.

Learn XHTML, CSS then PHP & MySQL and you will be pretty well set for web design, especially if you can do decent 2D art through Adobe Photoshop.

Good luck,
Yuneek
Yuneek is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:00 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC