Reply
html, php, css
Old 10-26-2008, 11:32 AM html, php, css
Junior Talker

Posts: 1
Name: Robert Bonar
coudl someone please tell me where to start in order to design web sites?
I am new to this and don't really know which software to buy or which language to learn. I want to design a pretty complex web site. Any help would be much appreciated.
fish11768 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 10-26-2008, 04:28 PM Re: html, php, css
Brian07002's Avatar
Super Spam Talker

Posts: 869
Name: ...
Location: ...
How complex do you want the website to be? Show a good example of complex and the site genie will grant your wish, with an answer of course!
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 10-27-2008, 04:28 PM Re: html, php, css
Learning Newbie's Avatar
Moderator

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,678
Name: John Alexander
I would avoid PHP. The only thing it has going for it is that it's cheap.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-29-2008, 11:21 AM Re: html, php, css
designmeba's Avatar
Average Talker

Posts: 27
Name: Andrej
learn HTML first, it's not hard, HTML is one of those basic languages that can be learned in a day or two.

then learn a bit of CSS. CSS, although not that hard to learn, will need some more effort. Even if you know CSS, this by no means, means that you can design nice websites. That comes later.

Now that you know HTML and CSS pick a CMS, I recommend WordPress, and learn how to design websites that look nice.

To find tutorials just use Google.
designmeba is offline
Reply With Quote
View Public Profile
 
Old 12-01-2008, 02:29 AM Re: html, php, css
Skilled Talker

Posts: 56
Name: strauss
First you have to know what is html because The basic web design development starts with this language.
__________________
I am a satisfied customer of
Cheap Java Tomcat Reseller
Webhosting
strauss is offline
Reply With Quote
View Public Profile
 
Old 12-06-2008, 08:49 PM Re: html, php, css
creydesign's Avatar
Experienced Talker

Posts: 44
Name: Chris Reynolds
Location: Scottsdale, AZ
Any web designer/developer should have a solid understanding of HTML & CSS. From there, there are many ways to go. Javascript, PHP, MySQL are very good to know, but there's plenty of other languages out there, too.

At the end of the day, you really have to figure out what you want to do, because other the HTML and CSS, a lot of these languages are hard to learn.
__________________
Chris Reynolds
Arizona Website Design
creydesign is offline
Reply With Quote
View Public Profile Visit creydesign's homepage!
 
Old 12-06-2008, 09:05 PM Re: html, php, css
Decaf's Avatar
Extreme Talker

Posts: 242
Name: Adam
  1. Learn HTML
  2. Learn CSS
  3. Take a class in programming basics
  4. Learn PHP & JavaScript
Design a kick *** site
Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 12-07-2008, 06:17 PM Re: html, php, css
Mattmaul1992's Avatar
Ultra Talker

Posts: 471
Name: Matt
Welcome to the long, never-ending road of web development :S.
To start off as everyone has said it's going to be HTML (HyperText Markup Language). Or more specifically xHTML (XML complaint HTML). Most the formatting, forms, everything you see in HTML is based on simple HTML.
But HTML will only bring you so far. If you want colorful, modern pages you will start learning CSS (Cascading Style Sheets). CSS is definitely the direction the web is heading now from strict HTML. People replace HTML tables with CSS divs. There's a lot of reasons now but a lot of it is it allows you to allow more people to see your site in various browsers all in the same ways.
Your next step would most definitely be JavaScript. The appeal to JS is flashy, somewhat dynamic functions. It has nothing to do with the formatting of your website, yet the functionality. Think of HTML/CSS as the body of your car and JS as the engine. Many designers skip JS. I DO NOT RECOMMEND skipping JS.
After these three languages the paths you can take are numerous. The one I recommend is PHP/MySQL.
Remember I said to think of JS as the engine of a car. Well think of PHP as a 1,500 horsepower monster truck engine while JS is the 80 horespower engine to your mothers Saturn. PHP is more powerfull, functional, and dynamic than JS because it is a Server Side Programming Language rather than a client side programming language. This means when you're coding in PHP your code is parsed or read through and executed by the web server rather than the users browser. So you have room for more functions, more processing power, speed, etc.
PHP also allows you to connect to databases such as MySQL. Databases allow your website to display dynamic content instantly. For example. When you posted this topic your post, the time of the post, the posts title, etc. was all entered into the webmaster-talk forums database. Then when I came along and read your post all the info that was entered is retrieved then displayed to me by PHP requesting the post from MySQL. Without databases and server side programming web sites would never be dynamic. Users wouldn't be able to communicate and interract in the ways we are all so comfortable with now.
After PHP/MySQL you can learn ASP, AJAX, etc.
It's a good idea durning all of this to learn more about web protocals such as HTTP, IP, RSS, Telnet, FTP, DNS, etc. They're simple to learn about and help you emmensely because you understand how websites and computing work so the enviroment you will constantly be working in will be much less intimidating.
After all this you can start learning advanced, extrmely powerfull langauges that often times have nothing to do with the web, rather actual applications. Some examples would be C based languages, VB, Java (DIFFERENT THAN JAVASCRIPT!!!).
This is all very confusing and I'm extra out of it today (looooong night last night :P :P :P) so if you need any help whatsoever PM me or MSN me. I'm always willing to help . It's always fun to see someone learn the web.
Good luck.
__________________
PHP Code:
$talkupation++; 
http://www.forum-front.com/ - Free IPB forum hosting (releasing today!!!), no ads, free modifications
Mattmaul1992 is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 06:36 PM Re: html, php, css
Sleeping Troll's Avatar
Extreme Talker

Posts: 175
Name: Butch Begy
First, become familiar with the client/server/http relationship.
Second, become familiar with the client/server/http relationship.
Then HTML, Javascript, PHP, SQL, PHP, PHP, PHP, css!
Sleeping Troll is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to html, php, css
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13761 seconds with 12 queries