Vale Carlos, muchas gracias por tu ayuda.
hi am using atom and when I put in the variable to show helloo world in the alert textToShow and do the same for hiiiii the alert in the browser will only show helloo world twice. I copied everything Ivan did in the video 7 in java script programming. Can anyone help or is it me using a newer version of atom
all sorted was lack of sleep
Could someone please assist me. I have tried installing Atom on my Windows PC, but I keep on receiving this error. I am brand new to programming.
2020-09-20 17:22:00> Program: Starting Squirrel Updater: --install .
2020-09-20 17:22:00> Program: Starting install, writing to C:\Users\User\AppData\Local\SquirrelTemp
2020-09-20 17:22:00> Program: About to install to: C:\Users\User\AppData\Local\exodus
2020-09-20 17:22:01> CheckForUpdateImpl: Couldn’t write out staging user ID, this user probably shouldn’t get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\User\AppData\Local\exodus\packages.betaId’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter…ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-09-20 17:22:01> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\User\AppData\Local\exodus\packages\RELEASES’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2020-09-20 17:22:01> CheckForUpdateImpl: Reading RELEASES file from C:\Users\User\AppData\Local\SquirrelTemp
2020-09-20 17:22:01> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2020-09-20 17:22:01> ApplyReleasesImpl: Writing files to app directory: C:\Users\User\AppData\Local\exodus\app-20.9.11
2020-09-20 17:22:05> LogHost: Rigging execution stub for Exodus_ExecutionStub.exe to C:\Users\User\AppData\Local\exodus\Exodus.exe
2020-09-20 17:22:13> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\User\AppData\Local\exodus\app-20.9.11\Exodus.exe]
2020-09-20 17:22:19> ApplyReleasesImpl: Starting fixPinnedExecutables
2020-09-20 17:22:19> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2020-09-20 17:22:19> ApplyReleasesImpl: Examining Pin: Outlook 2016.lnk
2020-09-20 17:22:19> ApplyReleasesImpl: Fixing up tray icons
2020-09-20 17:22:19> ApplyReleasesImpl: cleanDeadVersions: for version 20.9.11
2020-09-20 17:22:19> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-20.9.11
Thanks guys my friend helped me fixing it turns out my space was full. LOL
If you’re in the HTML Basics part of the course, please put “.html” at the end of your title document. I was trying to figure out why my first code wasn’t appearing the way it should be.
Waiting for that hacking course haha jk. I’m honestly having so much fun though. Thanks Ivan!
Hi, could someone help me out please? My image doesn`t show for some reason, tried to insert an image from my computer, nothing, tried to use a url, nothing. If I add alt=“something” that works fine.
Hi @mangold, hope you are great.
Here are some resource to understand how to add images in HTML:
- https://www.w3schools.com/html/html_images.asp
- https://www.tutorialspoint.com/How-to-Insert-an-Image-in-HTML-Page
- https://www.tutorialrepublic.com/html-tutorial/html-images.php
Would you please share the code so we can help you solve the issue?
You can use the “Preformatted Text” Button to encapsulate any kind of code you want to show.
function formatText(){
X
let words = “I’m a preformatted Text box, Please use me wisely!”
}
Carlos Z.
<html>
<head>
<title>Mark`s test website</title>
</head>
<body>
<h1> TITLE</h1>
<h2> TITLE</h2>
<h3> TITLE</h3>
<p>Welcome to Mark`s page</p>
<h2>LIST</h2>
<ul>
<li>first</li>
<li>second</li>
<li>third</li>
</ul>
<img scr="https://icatcare.org/app/uploads/2018/07/Thinking-of-getting-a-cat.png">
</body>
</html>
oooooo got it, i miss typed source…facepalm*
Hi forum, just wondering if there is a good text editor option for an iPad 8th gen? Thanks.
Hi,
I have a problem with the preview in the browser.
I dont understand why I do see all codes here?
Could someone advise me please?
Hi @JMT, hope you are well.
I advice to not do the course on a text editor of an IPad, you could run into many difficulties over the course because the tools we use are based on PC (MacOS also).
If you have any more questions, please let us know so we can help you!
Carlos Z.
Hi @serafin, hope you are well.
Your html syntax looks good, it could be a problem on the browser you are using.
Also it could be the file format type which should be .html
at the end (myPage.html
for example).
I could suggest you to try to open the same file with another broswer such as Chrome or Firefox.
If you have any more questions, please let us know so we can help you!
Carlos Z.
Thanks Carlos,
For the moment I only have the iPad as my MacBook Pro’s logic board just fried itself. I’ll push on to some other courses until I sort something out.
Thanks for the response!
Jason
Hi everyone!! I have a problem with my image. It doesn’t appear on my web page. Only a little square.
Here’s my code.
This little square. ->
Hi @alejandravisa,
Here are some resource to understand how to add images in HTML:
- https://www.w3schools.com/html/html_images.asp
- https://www.tutorialspoint.com/How-to-Insert-an-Image-in-HTML-Page
- https://www.tutorialrepublic.com/html-tutorial/html-images.php
Would you please share the code so we can help you solve the issue?
You can use the “Preformatted Text” Button to encapsulate any kind of code you want to show.
function formatText(){
X
let words = “I’m a preformatted Text box, Please use me wisely!”
}
Happy Learning!