Hanna Roberts

Ranch Hand
+ Follow
since Feb 09, 2020
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Hanna Roberts

Thanks, I'll take a look and see if its what Im looking for
1 year ago
So right now I created a database using the sqlite3 library. I believe I can also use sqlite3 to write queries to retrieve the information. I don't yet have the frontend application created because I wasn't sure how that would work for this
1 year ago
I was trying to figure out how I could make an application that would allow a user to search a book title and have the page populate with any matches.
For example the database is organized like this:


So say there's a match found in the database, I'd want to be able to send over that information and on the site show the icon of the matches with their corresponding information. Sort of like how results would show on an online store.

I'm new to using html and web design so I'm having trouble visualizing how I could make this work which has made it hard to search exactly what I'm looking for
1 year ago
Does anyone see what is wrong which my code that would be causing only the bottom plot to work properly? I am trying to make an animated plot that writes as it receives data but I think Im doing something wrong with how I set up the subplots.
This is my code:



and I have also attached a picture of what the output looks like.
2 years ago
Thank you for the suggestions, fixing the typo in the tab fixed the error. I will also check out the references you recommended.
Do you know a good website or video that goes over that approach? or do i just have to search around?
So I was following the code of a tutorial and he created a simple menus at the top and when you hover over it, the blocks should change colors. When i tried to do that my page had empty bullet points at the top as shown in my screenshot and when i hover over one the name shows up. I copied his code exactly so im not sure what the issue is. Do you see a problem with it?

index.html:



style.css:

I tried a different method of setup and it went through that time. Im not really sure what the difference was. Thank you for trying to help.
How exactly would I do that? Im new to using databases so im on sure how it all works. I was thinking you mean use the Remote Management tab maybe but I couldn't get that to work either but I also dont know what would go in the ssh key path section
I was following this tutorial, https://www.youtube.com/watch?v=Ng_zi11N4_c and made the recommended outbound rules to allow me to connect from mysqlworkbench but when I attempt to establish a connection on the workbench I receive an error. I attached the related images. Does anyone know what the issue could be or what else I could try?
Thank you for the help, I see now that it was that I didn't have a closing bracket after line 52
Does anyone know why i would keep getting the error "index.html:28 Uncaught ReferenceError: addMe is not defined at HTMLInputElement.onclick".
I was going through a course and this was the code they provided so it shouldn't have any errors, I also looked over it myself and it seemed fine, do you see anything wrong to cause the error?
Here is the code:
Oh ok that fixed it, thank you. It doesn't seem like the brackets editor picks up that error.
Hi does anyone know why I would get this error when clicking on the hyperlink i created:

This is the html I wrote for it:

Would this be an issue with the app im running it on(i'm using bracket.io) or what?