Jump to content

webmanz

Member
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by webmanz

  1. Noticing I'm having to log back in if I step away for X number of minutes, is there an option to keep me logged for longer?
  2. Can we say that all JS functions are built into the browser without exception?
  3. If I want to insert Lorem ipsum into sublime text, will I need to download a 3rd party tool in order to do that? I recall something to do with the TAB button after you type Lorem - I forget exactly how to insert, anyone know? Thank you
  4. webmanz

    video lag

    The lag in the course video's needs to be addressed. Stop-start course video's is quite frustrating way to learn. I am also getting " a network error caused the download to fail part-way" error multiple times. Video is stuck at Chap 5 LESSON 4: Images - part 2 now. I'm going elsewhere to continue my learning in meantime; let me know when there's a solution.
  5. Everything worked out just fine for me as per the video's objectives. However, I would like to know why,when I am here: root/sub-pages/my-friends.html and I click 'my plans' or 'my work', it doesn't work. The directory path for these is within subpages folder, but when I look in subpages they are not there but rather in root dir. Q: How do we click my plans and my work from within root/sub-pages/my-friends.html and get them to work? Within Sublime my-friend.html tab I tried coding: ../my-website/my-plans.html but to no avail. <!doctype html> <html> <head> <title>Friends page</title> </head> <body> <p>Welcome to my personal <a href="../sub-pages/index.html"> home page.</a></p> <hr> <h1> Friends Page</h1> <p>Check out a list of <a href="my-friends.html">my friends.</a></p> <p>Check out a list of <a href="../my-website/my-plans.html">my plans.</a></p> <p>Check out a list of <a href="../my-website/my-work.html">my works.</a></p> </body> </html>
  6. Re your video: Should I learn java in 2016-17 You mentioned Java is slower than PHP but if that's the case then why do Android rely on Java and not PHP?
  7. I'm wondering if Target="_self" is really necessary since by default if it stays on the same tab anyway. Don't get me wrong, I'm glad Stef told us about it. I directing it towards the persons who created the attribute i.e group who developed html5. There must be other uses for it perhaps?
  8. But you did alright in computer lab classes at high school? You had a computer lab at high school right?
  9. Funny how life plays out sometimes...keep it up and the keys to the city will be yours. Congratulations Stef
  10. What's the likelihood of use seeing you in your red shirt with a coffee in-hand and in public?
  11. my friends was hypherlinked before I added <a href=""</a> to it. After I added <a href=""</a> , as I said before the whole sentence became hyperlinked.
  12. Not insisting but a preview button would be nice prior to posting and perhaps delete
  13. I have everything identical except for: <p>Check out a list of <a href="my-friends.html">my friends.</a></p> My results show the whole sentence hyperlink instead of just "my friends" as in video. Skip to 3.27 of Stef's video: https://www.youtube.com/watch?v=RYwoM8JVG38&index=19&list=PL4WWE_tMSca2ud8vp2cdtLsv3yADiJPiR This is what I typed in Sublime. <!doctype html> <html> <head> <title>Home Page</title> </head> <body> <p>Welcome to my personal <a href="index.html"> home page.</p> <p>Check out a list of <a href="my-friends.html">my friends.</a></p> <p>Check out a list of <a href="my-plans.html">my friends.</a></p> <p>Check out a list of <a href="my-work.html">my friends.</a></p> <p>Check out a list of <a href="my-friends">my friends.</a></p> </body> </html> What did I do wrong?
  14. What is the name of the cybersecurity forum?
×
×
  • Create New...