Where should I start learning?

Discussion in 'HTML & Website Design' started by JABacchetta, Jan 11, 2010.

  1. #1
    I'm heavy into managing websites, but I rely too heavily on developers. I'd really like to learn a little bit so I can change simple things, such as typography at the very least.

    Where should I start? Are there any good video tutorials?

    Do I start learning CSS or start learning WordPress code? I don't even understand if there's a difference really.

    The most I've done so far is login to cpanel, and do the basics (upload wordpress using fantastico, etc.) I don't even really understand how to use an FTP.... so ya...

    To clarify, I'm only interested in working with WordPress, but I work with websites that require very heavy modifications..they're usually a complete CMS.
     
    JABacchetta, Jan 11, 2010 IP
  2. bigmny4you

    bigmny4you Peon

    Messages:
    113
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want to learn basic html and css to be able to edit the way a wordpress site looks and flows (basic design). however you will want to learn php to get down and dirty with wordpress. However...if you spend some serious time looking at themes and plugins I think you will be amazed at what you can accomplish with very little programming knowledge.

    You can easily find themes with the right layout and I have ALWAYS been able to find a plugin to handle any function I want my site to perform. Good luck and i hope this helps.

    For serious top quality html,css,php tutorials visit http://www.webstockbox.com
     
    bigmny4you, Jan 11, 2010 IP
  3. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #3
    take classes, thats the best.

    html
    css
    one programming language
    one database language
     
    webcosmo, Jan 11, 2010 IP
  4. Aderz

    Aderz Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I started learning basic html and css at www.w3schools.com

    After I learnt the basics I started doing some psd to html tutorials where it shows you how to design a website then slice it and code it, search google and you'll find some easily.
     
    Aderz, Jan 11, 2010 IP
  5. erceex

    erceex Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    learn the very basic HTML and CSS. These 2 is very crucial in layout and designing.
    Then, learn basic PHP, jsut learn the basic, you don't have to be like a programmer, just the basic thing.
    After that, you can jump to CMS. And that's how i manage to learn up until now.
     
    erceex, Jan 12, 2010 IP
  6. TheCheesePolice

    TheCheesePolice Member

    Messages:
    182
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #6
    If you don't want to use WYSIWYG editors (I heavily recommend this), start with learning HTML and CSS. If you're just into client-sided stuff, then go with Javascript. If not, then PHP and Javascript.
     
    TheCheesePolice, Jan 12, 2010 IP
  7. nedimtx

    nedimtx Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    1. HTML & CSS
    2. PHP & mySQL

    Search this forum, you will probably find recommendations for books that you can buy or find e-book version.
     
    nedimtx, Jan 12, 2010 IP
  8. YMC

    YMC Well-Known Member

    Messages:
    2,787
    Likes Received:
    404
    Best Answers:
    4
    Trophy Points:
    190
    #8
    Starting your programming education by editing WordPress or any other CMS template(s) is not what I would suggest. CMS template files are typically a mashup of HTML, inline CSS, php and Smarty. Without a fairly good understanding of the HTML and CSS it will be very easy for you to get what I refer to as the white page of death - make the wrong change in a CMS system like WP and your site becomes an empty white page.

    I would recommend you first try building a simple website from scratch. Use a code validation tool like W3C to help check that you are doing things correctly. Check what the pages look like in both FireFox and Internet Explorer. Pay particular attention to how divs and nested styling works as the templates use these heavily.

    HTML programming isn't all that hard. But do yourself a favor and take baby steps. After all you wouldn't put the kid fresh out of mechanic's school to work unsupervised on the boss's $100,000 sports car would you?
     
    YMC, Jan 12, 2010 IP
  9. JABacchetta

    JABacchetta Active Member

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9

    That site rocks. Exactly what I needed. Thanks!
     
    JABacchetta, Jan 17, 2010 IP
  10. m7md_cis

    m7md_cis Peon

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    m7md_cis, Jan 17, 2010 IP
  11. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #11
    I would get a basic understanding of HTML and CSS, you can do that by reading tuts sites and also reading paper or ebooks, the sort that will give you an introduction.

    There are tuts about doing various things with wordpress.
     
    pipes, Jan 17, 2010 IP
  12. ayushdeepsingh

    ayushdeepsingh Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #12
    Hmm For making Wordpress plugin you must se wordpress documation
     
    ayushdeepsingh, Jan 17, 2010 IP
  13. garyc40

    garyc40 Peon

    Messages:
    115
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You should really start with HTML & CSS first, then move on to WP theme development if you already have some skills with PHP.

    I'll be teaching a course on HTML & CSS, starting Sunday. Check it out here:
    http://www.wiziq.com/online-class/239261-practical-html-and-css

    If you can't attend at the specified time, you can always come back and view the recording.
     
    garyc40, Jan 17, 2010 IP