Web Site Developer - Where To Start?

Discussion in 'HTML & Website Design' started by Infinite-Profit, Dec 11, 2007.

  1. #1
    Hi! I know there was a time where the whole website could be made using html only. But now there are bunch of additional stuff like php, asp, xml, css and what not. The area has progressed so far and so fast that I don’t have a clue of where to start. So I'll be help full if you could arrange them in a priority basis. I’d also be grateful if you could provide the titles for some good e-books that might help.
     
    Infinite-Profit, Dec 11, 2007 IP
  2. smile123

    smile123 Guest

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you write few languages without know what anyone of them do, so I will explain little about them.
    1. HTML -basic web page.
    2.CSS- Cascading Style Sheets --> designing templete for HTML e-book:pro CSS Techniques
    3.PHP -dynamic web pages--> http://php.net/manual
    4.Asp - Active Server Pages--> also like Php just the syntax is different and microsoft was devloper this language
    5.Asp.net - also dynamic web page just they add the .net platform .http://asp.net
    6.xml- eXtensible Markup Language -->this is a standard for display data on the web.

    I hope it's will help u.
     
    smile123, Dec 11, 2007 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    HTML is still the basic building block of a website and is the contents that is sent to the browser to show.

    CSS is the code that should be used to determin how the contents looks when displayed - this originally was done in the HTML but now is seperated out giving the advantage of quicker page loading and enabling you to change your whole sites look by changing a single CSS file.

    PHP/ ASP/ .Net/ JSP/ CFM/ CGI etc are all serverside languages that allow for greater interaction between the user and your site from something very simple like emailing a form after someone hits the submit button to complex elements such as a forum or social networking site. These will generate HTML and/ or Javascript which is actually what is sent to the user.

    XML is a datastore and an easy way for servers to communicate to each other. Unlike dbs though a web browser can directly display an XML document but it will not really be usable. There are some pre-defined formats for XML (eg RSS) with specialist readers to give a more user friendly output without the need for programming.

    As to the most important? To be honest it is difficult to say as it depends what you are trying to create. Whilst most would naturally say HTML and CSS, and I agree it is important to have a good knowledge of these, they arent necessarily the most important as it is certainly possible to create a complete website in .Net basically without writing a single line of HTML (though it would be fairly inefficient to do this)
     
    AstarothSolutions, Dec 11, 2007 IP
  4. T-P-X

    T-P-X Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    very detailed and explained AstarothSolutions!
     
    T-P-X, Dec 12, 2007 IP
  5. ronskit

    ronskit Greenhorn

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    thanks AstarothSolutions
     
    ronskit, Dec 12, 2007 IP
  6. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #6
    No problem guys
     
    AstarothSolutions, Dec 12, 2007 IP
  7. Infinite-Profit

    Infinite-Profit Peon

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I, the guy who started this thread, have forgottten to thank you. How very crude of me! Thank you Astaroth :)
     
    Infinite-Profit, Dec 14, 2007 IP
  8. denisangelov

    denisangelov Active Member

    Messages:
    121
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Wow Astron :)
     
    denisangelov, Dec 18, 2007 IP
  9. lowcostlux

    lowcostlux Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I would say you start by creating some pages with HTML (only html).

    If you are at all technical the HTML specs at w3c.org is where I would start.
    http://www.w3.org/html/

    If you are less technical or like to be guided, do some tutorials - there are some there or search.

    After you have a few HTML pages, I would try CSS. Again w3c.org have the CSS specs.

    Next is PHP for which you need to arrange (buy) some hosting.

    After that the other stuff you mention may or may not be needed depending on what sites you want to create.

    HTH.
     
    lowcostlux, Dec 19, 2007 IP
  10. vpdesigns

    vpdesigns Peon

    Messages:
    353
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I would say start from html and css then work your way up and like lowcostlux said use www.w3.org for learning html.. then go buy a book for css i had siepoint - HTML UTOPIA: DESIGNING WITHOUT TABLES USING CSS
     
    vpdesigns, Dec 19, 2007 IP