HTML5 is the 5th revision of the HTML language created in 1990 for structuring and presenting content on the Internet, and an attempt to improve support for modern multimedia elements.
0
votes
1answer
48 views
Is it possible to use on focus event on form..?
I tried to find when and on what onfocus works.. Can some one tell me is it possible to trigger event when some one is viewing current form ??
I know it works on input,dropdown and textarea.. but ...
2
votes
0answers
256 views
Are Calls to a WCF Service via JSONP Secure?
I am looking at developing a complete HTML5/JS mobile app that can be deployed to Android, iOS and Windows platforms. I am using DevExtreme tools to help me do that.
I already have a WCF service that ...
1
vote
0answers
40 views
REST API Authorisation of HTML5 hybrid/single page applications
I am looking for some guidance on application level authorisation to a REST API. I am building the API (in Laravel 5) to serve an Angular.js single page application (and probably a HTML5 hybrid mobile ...
1
vote
0answers
80 views
Web components and performance
I am having trouble learning about the impact of web components and shadow DOM on the browser, specifically related to repaint.
I remember reading at one point that the shadow DOM nodes have ...
1
vote
0answers
850 views
How to Implement Complex Form Data?
I'm supposed to implement a relatively complex form that looks like follows, but has at least four more pages requiring the user to fill in all necessary information for the tracks:
This data will ...
0
votes
0answers
43 views
Is there an algorithm to avoid getting in hundreds of datapoints from API to represent a bar graph?
I am showing a graph on HTML5 canvas using the flot charting library for a between a start date and an end date. It's fine as long as the period is less than a year or so but if the user selects a big ...
0
votes
0answers
177 views
Reason why client-side JavaScript does not allow access to POST/PUT/etc contents
Is there any theoretical reason why client-side JavaScript could not be spec'd to allow for direct access to POST or PUT contents without need for a server language to write it into client-side ...