Questions tagged as 'html5'

1
answer

Get full array with AngularJS

Template <input type="text" data-ng-model="item.title" list="comicstitle"> <datalist id="comicstitle"> <option data-ng-repeat="ttl in titles" value="{{ttl.name}}"> </datalist> js $rootScope.titles = [{"id"...
asked by 06.11.2014 / 01:01
1
answer

Build Gulp Error

I am working on a project with phonegap / angular, so I did all the steps as I am accustomed. I have installed node, bower, gulp, angularjs, phonegap and cordova. So I "cloned" the project, installed bower / angular / gulp locally in the project...
asked by 26.02.2015 / 15:31
1
answer

Validation of E-mail in form in the JSP

I'm trying to validate a form from a JSP via JavaScript but I'm not able to apply the Script correctly, what am I doing wrong? <%@taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@taglib uri="http://struts.apache.org/tags-ht...
asked by 29.09.2014 / 20:32
1
answer

List the last 5 tweets with jquery

I need to list the last 5 tweets of a Twitter user, and I need only the text and date appear. I'm trying for the widget of Twitter itself, but it's very complicated. Would anyone else have a solution for this?     
asked by 14.11.2014 / 20:03
1
answer

Embed the latest Instagram photos

I need to incorporate into a website the last 6 photos of an Instagram profile. I need something like this: Is this possible?     
asked by 14.11.2014 / 13:22
2
answers

How to move an HTML5 canvas drawing without receiving the mouse or keyboard position? Other way?

I'm learning canvas in HTML5. I was able to draw a circle, using JavaScript to move, I got through mouse events and the arrow keys. But I would like to know if you have how I determine this position through a variable or something else ?? Anyone...
asked by 20.08.2014 / 09:19
1
answer

Run radio player with .m3u8 extension in html5

Can anyone give me an example of how to play a playlist of a radio in .m3u8 extension with an audio player in html5? This appears when reporting the correct MIME     
asked by 26.08.2014 / 19:09
1
answer

Geolocation in html

In my application I have a webview, and it has the address link, I wanted the doll to show the location. How do I call in html?     
asked by 21.01.2015 / 18:43
1
answer

Javascript validation of a multiple field

I'm having trouble validating the files of a input of type file that has an array and is also a multiple . As in the function below the variable filename only returns the name of the first file being there are 3 others or m...
asked by 26.08.2014 / 19:40
1
answer

Ratchet Fatal Error: Class 'MyApp \ Chat' not found in C: \ wamp \ www \ bin \ chat-server.php

I'm trying to learn how to use the new Html5 API, WebSocket, and I decided to start by testing Ratchet, which is a php library. Anyway, I followed all the steps of this tutorial to create a basic chat link and when running on the terminal it d...
asked by 30.07.2014 / 18:12