Learn Jquery and CSS

Discussion in 'HTML & Website Design' started by ijoome, Nov 19, 2011.

  1. #1
    I am Using Jquery from google apis,but i have no ideas about how to write jquery code properly.From where i can learn Jquery and CSS fast.Actually i am saying that it is easy to code own Jquery or used others libreries.What is the best solutions for Me.
     
    ijoome, Nov 19, 2011 IP
  2. Iestyn

    Iestyn Member

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Search for w3schools, tizag.com, just search for CSS tutorials and jquery tutorials on google.
     
    Iestyn, Nov 20, 2011 IP
  3. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #3
    As stormraven says google the Jquery guides and CSS tutorials etc.

    But most of the things that you want to do within a website will be covered by some of the Jquery plugins already available.
     
    Toycel, Nov 21, 2011 IP
  4. CIScripts

    CIScripts Member

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    30
    #4
    I'd suggest checking out the tutorials over at net.tutsplus.com - There are high-quality tutorials for any web-development part there :)
     
    CIScripts, Nov 21, 2011 IP
  5. kentIT

    kentIT Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    try learning in here w3schools.com/jquery/default.asp
     
    kentIT, Nov 21, 2011 IP
  6. sarojbehera

    sarojbehera Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    w3schools.com website is best to learn there.....
     
    sarojbehera, Nov 21, 2011 IP
  7. burminsky_pv

    burminsky_pv Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    CSS is simple but jquery... w3schools of course will be the best source.
     
    burminsky_pv, Nov 22, 2011 IP
  8. sarojbehera

    sarojbehera Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8

    yes..... no doubt.
     
    sarojbehera, Nov 23, 2011 IP
  9. nbj

    nbj Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #9
    W3School is best way where you learn html tutorials,JavaScript, CSS, PHP, SQL Tutorial, jQuery Tutorial
     
    nbj, Nov 24, 2011 IP
  10. ervada

    ervada Greenhorn

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #10
    For css read: CSS the missing manual. In regards to jquery, I would learn javascript first. You could try some o'reilly books as well, they are great.
     
    ervada, Nov 24, 2011 IP
  11. sarojbehera

    sarojbehera Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Yes ofcourse its great...
     
    sarojbehera, Dec 13, 2011 IP
  12. jonsborn

    jonsborn Guest

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I prefer Beginning JavaScript and CSS Development with jQuery book. This book provide easy to learn and easy to understand CSS or jQuery examples. This is an excellent way for a beginners book to be constructed as it really easy practice home what has been discussed during each chapter.
     
    jonsborn, Dec 15, 2011 IP
  13. bhupendradwi

    bhupendradwi Member

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    Save a lot of work with CSS!
    In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.

    For Example -

    body
    {
    background-color:#d0e4fe;
    }
    h1
    {
    color:eek:range;
    text-align:center;
    }
    p
    {
    font-family:"Times New Roman";
    font-size:20px;
    }

    HTML was never intended to contain tags for formatting a document.

    HTML was intended to define the content of a document, like:

    <h1>This is a heading</h1>

    <p>This is a paragraph.</p>

    When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.

    To solve this problem, the World Wide Web Consortium (W3C) created CSS.

    In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
     
    bhupendradwi, Dec 15, 2011 IP
  14. harrysom

    harrysom Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Css and jquery make your coding in a short form.with the help of css you can change a one or more pages in just one change.
     
    harrysom, Dec 19, 2011 IP
  15. Abitha

    Abitha Member

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    36
    #15
    I think for you to learn jquery, it would be appropriate if you find some resource, where you can copy the code and execute and see to learn the working of it. I would be also be appropriate if the concepts are explained with simple examples. Check out JQuery Tutorial for more details.
     
    Abitha, Dec 19, 2011 IP