Questions tagged as 'html5'

0
answers

How do I find, in the midst of inspecting a web page, parts of base64 code?

How do I find out, in the midst of inspecting a web page, how to share base64 files?     
asked by 21.05.2018 / 15:46
1
answer

html and css, selector of links through anchors, with arrows next and prev

Could anyone give me a hint how to make a selector of links through anchors, with arrows to move forward and backward, similar to the image there ?? because I only know how to use anchors through slides or with target display: block and none. I...
asked by 09.05.2018 / 16:18
1
answer

Download button without showing your way

Hello, I have a main mysite.com html site that can be found by search engine robots and I've done myite.com/download.html with these parameters <meta name="robots" content="noindex, nofollow, nosnippet, noodp, noarchive, noimageindex"&g...
asked by 02.03.2018 / 20:37
0
answers

Create button that enables marker in google maps in ionic 3

I would like to know how to make a html button call a bookmark function on a google maps map in the ionic 3 application? I want to create a button to turn a point on and off on the map. So that it does not pollute the map with several points,...
asked by 30.04.2018 / 19:50
2
answers

How to do login validation in Angular?

I would like to know how to do so in case the user type an invalid user login and password appears in the message "Login invalid". Here's the code I've already done. import { Component, OnInit } from '@angular/core'; import { AuthService...
asked by 30.04.2018 / 19:46
1
answer

dynamic innerHTML in search results

Well, I'm developing a search field for an application where the user types an address or name of an establishment and the system dynamically returns the results, but in the results it is necessary to return the distance between the user and the...
asked by 01.05.2018 / 01:12
0
answers

How to include messages on specific dates + window vibrate navigator on new date?

Hello everyone, I would like to include in the code below an included message (or simple alert) every time you arrive on specific dates and also a vibration (if possible) example: when it is Mother's Day, display the message Mother's Day and vibr...
asked by 03.05.2018 / 13:37
0
answers

Problem adding products to cart

$id= $_POST['id']; if(!isset($_SESSION['itens'])){ $_SESSION['itens'] = array(); } if(isset($_POST['id'])){ $id= $_POST['id']; if(!isset($_SESSION['itens'][$id])){ $_SESSION['itens'][$id] = 1; }else{ $_SESSION...
asked by 04.05.2018 / 22:35
1
answer

creating a page in HTML and CSS in Wordpress

I did a Wordpress course last year, but I just started using the platform now. To have the following difficulty: I'm doing maintenance on an informative site, but on this site I created a blog page, but as I created the html and css and th...
asked by 04.05.2018 / 19:23
0
answers

Problem with fullscan from youtube on site at Adobe Muse

Good morning! I'm developing a responsive website through Adobe Muse. The site is based on 5 break points (1200px-1000px-800px-600px-400px) and has worked very well on several screens I tested. I'm having trouble only on a video page that inc...
asked by 27.04.2018 / 15:32