1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What should I learn first?

Discussion in 'HTML & Website Design' started by JBMedia, Jul 20, 2009.

  1. eamiro

    eamiro Well-Known Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #41
    You can do nothing with CSS alone, you have to learn xHTML (the "modern" HTML) first.

    I advise you to learn it at w3schools.com
     
    eamiro, Jul 30, 2009 IP
  2. jbrooksuk

    jbrooksuk Active Member

    Messages:
    127
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #42
    The ironic thing about the whole HTML standards is that xHTML was brought in to standardize the web, meaning websites could be displayed on mobile technologies and in other browsers with no differences.

    Thanks IE for ruining another web dream.
     
    jbrooksuk, Jul 30, 2009 IP
  3. yovkov

    yovkov Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #43
    Definitely start with HTML. Advance to PHP and its combination with HTML (very important). CSS is too easy to pay it too much attention.
     
    yovkov, Jul 30, 2009 IP
  4. myndconsulting

    myndconsulting Peon

    Messages:
    60
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #44
    I learned web design and development in this order:

    html > css > javascript > php > xml/xsl > ajax

    It really depends on what you want to learn and what you're planning to do with your knowledge....

    You can go:

    html > css > javascript > .NET

    or you can go:

    html > css > javascript > Flash

    It's all up to you...
     
    myndconsulting, Jul 30, 2009 IP
    Stomme poes likes this.
  5. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #45
    myndconsulting ++ those are good orders.

    Though some people like jbrooksuk learn Javascript first. That can't hurt anything, it just means you'd know how to use scripts to interact with a web page before you know how to build a good web page yourself (or, if you're lucky, you've learned the basics of Good Programming too and many of those ideas can be translated to HTML/CSS as well, even though those aren't programming languages).
     
    Stomme poes, Jul 31, 2009 IP
  6. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #46
    Ajax is javascript+xml so this is redundant.
    God no! .NET is NOT a language but a Windows framework and the languages of .NET are limited to Windows and its output is typically poor.
     
    drhowarddrfine, Jul 31, 2009 IP
  7. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #47
    What does that mean, .NET is restricted to Windows? Do you mean, runs only on Windows servers? As a website visitor, do I care? So long as the site runs on my preferred, non-IE browser...

    ?

    Though it does seem to make sense to learn the X of ajax after having some understanding of XML, doesn't it?

    I'm learning Javascript right now and haven't touched anything to do with JSON or XML yet. You're right, AJAX isn't some separate technology, but it's a pretty specific part of JS wouldn't you agree?

    PS you know that "Get the Facts" sheet at MS? The one that compares IE8 with other browsers? Do you know where I can get that as a slick poster? I want to hang it up at my work really, really badly. : )
     
    Stomme poes, Jul 31, 2009 IP
  8. risoknop

    risoknop Peon

    Messages:
    914
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #48
    I think there are open source interpreters for C# in Linux, not sure how good they are though. Plus PHP had a pretty poor Windows integration for quite some time didn't it? Of course, it is supported very well in Windows now but that's relatively a new thing.

    And please, poor output? Take for example C#, I am quite confident it is one of the best OOP languages out there at the moment. It adheres to all OOP principles and best standards and Visual Studio is just awesome, definitely the best IDE out there - it almost reads programmers mind. That's coming from a long-time PHP and especially Zend programmer (over 5 years total, at least the last one professionally).
     
    risoknop, Jul 31, 2009 IP
  9. alexanderx

    alexanderx Active Member

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #49
    everybody's right. html, css, then any languange you want to focus. basic php is vital. most CMS(like joomla) and blog template like wordpress use php. good luck!

    ps:nice to meet you guys! i'm new here.:)
     
    alexanderx, Jul 31, 2009 IP
  10. Sheikh Ahsan

    Sheikh Ahsan Peon

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #50
    exactly I affirmitavely believe you, as its said very true... without HTML a person cant jump to PHP and HTML is important part of Web designing. CSS is too easy its just for the formatting and styles!!
     
    Sheikh Ahsan, Aug 1, 2009 IP
  11. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #51
    Who doesn't? (actual question) Even Perl5 does (better with Moose though). Python has OO built in from the beginning, as does Perl6, and as far as I know Ruby also.

    As for the IDE, I can't say much. Though I have high hopes for Padre which has other language support planned for it, though emphasis is on Perl and specifically Perl 6 (there will be a release of Rakudo this coming spring, 2010, so that people can actually write for it, and send feedback).
    Padre isn't finished, but it is supposed to look deceptively simple (for those who are, say, Java programmers, using say their own IDE like Eclipse or whatever, and use Notepad to write anything else) with a ton of functionality underneath for when you need it.

    Lawlz, that went pretty off-topic.

    For those saying CSS is easy: it sure seems that way, until you actually try to really use it : )
     
    Stomme poes, Aug 7, 2009 IP
  12. ronjester

    ronjester Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #52
    Get a book on HTML, I tell new users about the visual quickstart guides, you can actually see how the code is used and very good explanations are given. After you read the book, get yourself a good html editor, for ease of use. Some of us can still code in notepad in our sleep, but it's very very time consuming, and time is money.
    The good editors, arguably (and I'm not arguing as to which is best because I use both for different features), are Microsoft Frontpage or Macromedia Dreamweaver. Get the latest version of whichever you choose. Play with templates, learn how code is supposed to look, then you can start creating some really good looking pages from scratch. Last but not least, find a free service or just pay for hosting, it's actually rather cheap these days. Upload your pages and see the differences between how they look on your computer to how they look in your web browser. The more you play with it the more you learn.
     
    ronjester, Aug 7, 2009 IP
  13. AC-Coach

    AC-Coach Peon

    Messages:
    565
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #53
    Great first post ronjester, I totally agree
     
    AC-Coach, Aug 8, 2009 IP
  14. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #54
    There is no latest version of Frontpage. That abomination has been extinct for some time now. However, there's a sort of new incarnation of it, with a completely different name, Expression Web.

    I'd argue for a pure text editor myself, as I think wysiwyg's hinder the new learner instead of help. They can be very helpful to an experienced coder who wants shortcuts and stuff done for them from within the editor itself (such as FTP).
     
    Stomme poes, Aug 8, 2009 IP
  15. hammerofgod

    hammerofgod Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #55
    HTML first then CSS or you can learn them together. They are both easy and should take only a few hours. You cant use css w/o html.
     
    hammerofgod, Aug 9, 2009 IP
  16. FireFinch SEO

    FireFinch SEO Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #56
    HTML is not becoming obsolete. It is the basis of a website and is a must-know for any web designer/developer.

    HTML and CSS go hand in hand. I would learn in this order:

    1) HTML
    2) CSS
    3) PHP

    Good luck!
     
    FireFinch SEO, Aug 9, 2009 IP
  17. professionals

    professionals Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #57
    I think you have to learn HTML.
     
    professionals, Aug 9, 2009 IP
  18. Yuppers

    Yuppers Member

    Messages:
    162
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #58
    exactly what I was thinking. That's how I started learning it.
     
    Yuppers, Aug 9, 2009 IP