Jump to content

MikeJones

Member
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by MikeJones

  1. A couple of things that help me out.

     

    CTRL-S is your friend.  Quickly saves the page you are editing.

    Sublime also has a plugin called "View In Browser."  A right click on the document or hot-key combo saves your file and opens it in a browser of your choice.

    You probably know this, but I will mention this as well.  In the tab where the document name is, there is either a little circle or x to the right of the name.  A quick glance tells you the status.  x=saved, circle=there are unsaved edits on the page.

    These save a bit of time as well not having to go to the mouse so much.

    • Like 1
  2. 11 minutes ago, Barbara said:

    It seems like every time I add additional code to the original web page, the additions don't appear.  Please help!!!

    Are you reopening the browser each time or refreshing (F5) the page after you make changes?

  3. A couple of questions:

     

    1) is "my-friends" an html file?  Does it have an extension (.txt .html, etc)?  If so, it must have that extension in the link.  I am running under the assumption that is is another page in your site and is called "my-friends.html".Make sure it has an html extension.  The names must match (file name and the name in your link)

    <p>Meet<a href="my-friends.html"> my friends.</a></p>

    2) If this is a file, it must be in the same directory as your index.html (or whatever you call you home page).  If not, you need to give a path to the file.  It is customary to have the html files of a site in the root directory and other things in sub directories.

    <p>Meet<a href="directory/my-friends.html"> my friends.</a></p>

     

    If I am barking up the wrong tree, clarify what you mean by not loading correctly.  Add a screen shot if you can.

    • Like 1
  4. Just passed the halfway mark in the CSS3 course.  This has truly been one of the better taught online courses I have taken.  A lot is review as I have taken other Web Developer and boot camp style courses.  Yours is great ( I am speaking of the "Interactive Web Developers Course".  It is that inter activeness that helps a great deal. 

     

    Although not a reason for taking the course, is certification given at the completion?  There was not any mention of it when I signed up, at least not that I remember.

×
×
  • Create New...