Jump to content

webmanz

Member
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    2

webmanz last won the day on February 25 2020

webmanz had the most liked content!

Recent Profile Visitors

1,739 profile views

webmanz's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

7

Reputation

  1. Does this mean StudioWeb's MySQL course is outdated? That other's will encounter the same glitches?
  2. It managed to work, not sure what I did different. However now I have it playing up again here: //<body onResize="sniffer('window resized')" onload="alert('page loading')"> Does this look right to you? Alert ran, not meant since I used 2 forward slash.
  3. chapter 3 lesson 1 The colors stayed the same in my version of Sublime Text when it came to letting me know I did a mistake with my coding as per the video. I'm using free version of Sublime Text version 3.2.2
  4. Can it be done with Sublime Text internally without having to go to lipsum.lipsum.com/ ?
  5. What code is used to program Uber, Tinder App's?
  6. How do I get Lorem ipsum in Sublime Text? Is there a shortcut key built in?
  7. I got the same results as Stef in his video title Chapter 1 Lesson 8 (Javascript). The video did not say to check console I just decided to. Here's the error I got and why did this occur in one browser but not in Google Chrome browser: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." Here's my code from Sublime Text: <!DOCTYPE html> <html> <head> <title> Chapter 1 Javascript part 5</title> <style type="text/css"> </style> <script> function myFunction() { alert("Display Message"); prompt ("Please enter your name" , "Name .."); } </script> </head> <body> <h1> Welcome to Javscript</h1> <button id="butt" type="button" onmouseover ="myFunction()">Try it</button> <p onmouseover="myFunction()"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p> <p > "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
  8. Issue is persisting, haven't timed it precisely but estimating at around 15min of inactivity on the course then I'm asked to logo back in. Some sites have 'keep me logged' in boxes to check.
  9. <h1> is working, you were right its a blank page with title, that's why I couldn't see anything. Thanks
  10. I can right click on .html file from desktop, but problem is all I see is blank document, I don't see the title saying Javascript.
×
×
  • Create New...