webmanz
-
Posts
71 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Downloads
Gallery
Store
Posts posted by webmanz
-
-
Can we say that all JS functions are built into the browser without exception?
-
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
-
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.
-
On 12/2/2017 at 3:26 AM, devilslayer said:
Well spotted! Andrea with the eagle eyes. :-)
So that solved the problem?
-
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>
-
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?
-
How will we know if we have a bot on our system?
-
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?
-
On 6/10/2014 at 2:40 PM, administrator said:
Hi!
Given how bad a student I was,...
But you did alright in computer lab classes at high school? You had a computer lab at high school right?
-
Funny how life plays out sometimes...keep it up and the keys to the city will be yours. Congratulations Stef
-
What's the likelihood of use seeing you in your red shirt with a coffee in-hand and in public?
-
12 hours ago, Bake76 said:
Hi webmanz,
you forgot to close the first <a>. The next </a> is after "my friends" so the whole sentence before it is shown as a link.
It should be like this:
<p>Welcome to my personal <a href="index.html"> home page.</a></p>
Thanks Bake76
-
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.
-
Not insisting but a preview button would be nice prior to posting and perhaps delete
-
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?
-
You look like a latte man.
-
What is the name of the cybersecurity forum?
Getting Loggged often
in StudioWeb
Posted
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?