Search results

  1. benjamin.morgan

    How can i put jquery in an external file?

    I have a javascript file but when I put my Jquery in it it stops working even though it works whenever it is in script tags in the head section. Please explain why it should or shouldn't work
  2. benjamin.morgan

    Help with Jquery/ trying to make the date object work in javascript

    Oh , I have only been learning HTML, CSS, and Javascript. I figured it out though.
  3. benjamin.morgan

    Help with Jquery/ trying to make the date object work in javascript

    I don't need a date picker, I am trying to make the date appear on the page. I can only do it with the document.write method which I DO NOT WANNA USE!
  4. benjamin.morgan

    Help with Jquery/ trying to make the date object work in javascript

    <script type="text/javascript"> var monthss = ['January','February','March','April','May','June', 'July','August','September','October','November',' December']; var dayss= ['Sunday','Monday','Tuesday','Wednesday','Thursday' ,'Friday','Saturday']; var mydate=new Date(); var...
  5. benjamin.morgan

    Help with Jquery/ trying to make the date object work in javascript

    <script type="text/javascript"> var monthss = ['January','February','March','April','May','June','July','August','September','October','November','December']; var dayss= ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday']; var mydate=new Date(); var...
  6. benjamin.morgan

    Best colleges for Web Design/Development?

    I am looking to go to college for Web Design/Development and Computer Programming. I was looking at Midlands Tech at South Carolina since that is where I want to live but I want to hear your opinions.
  7. benjamin.morgan

    Tips on memorizing? HELP!

    I prefer using plain ol' Notepad ++
  8. benjamin.morgan

    Tips on memorizing? HELP!

    I practice with some of the E-books like Javascript The Missing Manual.
  9. benjamin.morgan

    Tips on memorizing? HELP!

    Thanks I am an eleventh grader and I want to go to a college for web designing after I graduate. Any colleges people would recommend?
  10. benjamin.morgan

    Does this look ok in IE?

    5, 6, and 7 of IE looks just like clients. IDK why though
  11. benjamin.morgan

    Tips on memorizing? HELP!

    I was just wondering how do you memorize Javascript and the other languages? It seems very hard to keep it all in memory. Please share your tips. Thanks!
Top