Problems with project. Service worker / Images / Task Bars - javascript

My project uses mainly html,css, javascript and the google api.
I’m having trouble with the images not showing up at my project (maybe there is a problem with the service worker?) and the drop down menus of neighborhoods and cuisines also don’t work.
Pls comment if you find something wrong or have any ideas that will help
Here’s my github repo:https://github.com/MariaMich/mws-restaurant-stage-1

Related

PWA - Manifest doesn't have a maskable icon issue

I am learning to build a PWA. I am currently working on an extremely beginner stuff. I successfully completed all the basic and required steps to make my webpage a compatible PWA. But i am getting 'Manifest doesn't have a maskable icon issue' again and again and not able to understand how to solve it. Attaching a screenshot of the issue below.
It would be great if I can get some help on this.
tried building the project over again but that didn't work.

Showing a javascript app on a page on github.io

I made a simple Openprocessing sketch in javascript using PJ5.js, which can be found here: https://www.openprocessing.org/sketch/522642
However, I want to import some different libraries, which the free version of openProcessing doesn't allow. So my next step was to host the sketch using the free github.io pages.
However, after countless hours of searching, I can't really find a tutorial on how to do this. Anyone has a clue on how to host this javascript sketch on github.io instead of on Openprocessing? Is this even possible?
Thanks in advance! :)
You can host static pages on github and the setup is really simple. Just go to Github pages, scroll down and you will find all the info you need. However you will have to create an html page to run your script. You can't just paste your javascript and run it.

Google Maps API with a Django Website

I am building a small website and am using the Django framework for my development. Parts of the site also includes using Google Maps APIs (V3), which includes using MySQL to add and save marker information as shown within the official Google documentation here: https://developers.google.com/maps/articles/phpsqlinfo_v3
I have the basic maps working fine with being able to add a marker when it is clicked, but am having difficulties to get it to work since trying to implement the MySQL into it - the map does not load within the canvas on the page. I have copied the code exactly from the link above just to see if i could get it working basic but no joy.
Before I go posting up snippets of code here and there, I'm just wondering if maybe there might be a problem in the MySQL working within the Django development - I have a MySQL database synced with Django and have it running.
If there is any other way around getting markers and information to save to a map, like the example above, it would be great but I cant find anything anywhere.
I also looked at this guide but with similar results:
http://www.sanwebe.com/2013/10/google-map-v3-editing-saving-marker-in-database

making plug-in allows you to navigate and explore geographic data on a 3D globe using a web browser

I make a small project using three.js library and i want to make javascript plugin to load 3D big models and java script API on client side as google earth plugin to run faster, The image of downloaded googel earth plugin:
Thanks In Advance
Here's where you should start ...
You have to use Google Earth API
This page is awesome, in it you may try interactive sample codes
You may find Developer Guide here, it will help you start
And you may find some code samples here, inspect sample codes
Try these links, and come back with more specific question when you have one.
Hope these may help you start.

How do I add HTML files to a GitHub repo?

I have a HTML file, along with some JS and CSS files, in a project I have been working on, and am trying to put them onto my GitHub account. I created a new repo, but when I tried to add the files (some are in folders), I didn't know how to. The website isn't very helpful and I'm really stuck. Could anyone tell me how to upload them? I'm new to GitHub and so far very confused by it.
Thanks a lot in advance xx
If you are using windows, try github for windows application. It's easy way to start using github if you are new to it.

Categories