Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



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

Posts: 1
Name: Robert Bonar
Trades: 0
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
 
 
Register now for full access!
Old 10-26-2008, 04:28 PM Re: html, php, css
Brian07002's Avatar
Defies a Status

Posts: 2,140
Name: ...
Location: ...
Trades: 0
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!
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is online now
Reply With Quote
View Public Profile
 
Old 10-27-2008, 04:28 PM Re: html, php, css
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
I would avoid PHP. The only thing it has going for it is that it's cheap.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
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: 26
Name: Andrej
Trades: 0
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
Trades: 0
First you have to know what is html because The basic web design development starts with this language.
__________________
I am a satisfied customer of

Please login or register to view this content. Registration is FREE
strauss is offline
Reply With Quote
View Public Profile
 
Old 12-06-2008, 08:49 PM Re: html, php, css
creydesign's Avatar
Skilled Talker

Posts: 56
Name: Chris Reynolds
Location: Scottsdale, AZ
Trades: 0
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

Please login or register to view this content. Registration is FREE
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
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
  1. Learn HTML
  2. Learn CSS
  3. Take a class in programming basics
  4. Learn PHP & JavaScript
Design a kick *** site
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

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: 486
Name: Matt
Trades: -1
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++; 

Please login or register to view this content. Registration is FREE
- 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
Ultra Talker

Posts: 351
Name: Butch Begy
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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
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 1.51888 seconds with 12 queries