Skip to main content

Questions tagged [html5]

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.

Filter by
Sorted by
Tagged with
0 votes
2 answers
754 views

I will have multiple cellphones playing videos in an art gallery. The video content must be synced to the lights, which are synced to the real-world clock. As in, at 1:00pm the lights go out, 1:15 ...
prismspecs's user avatar
0 votes
3 answers
684 views

I know that: Computer keyboards have an Escape Key The symbol for the Escape Key is U+238B Broken Circle with Northwest Arrow (⎋) and I also know that: HTML5 & CSS3 both have escape characters ...
Rounin's user avatar
  • 295
0 votes
0 answers
85 views

This is likely in the wrong section but I'm curious if there is a good way to select unique and distinct colors for plotting data on charts? My current method is to hard code a set plot limit with ...
Billy Bones's user avatar
0 votes
1 answer
775 views

Stack Exchange has some bits of what seems to be session state -- for example, whether you want to see 15, 30, or 50 questions per page when you view a list of questions. You can click on the button ...
ChrisW's user avatar
  • 3,427
2 votes
1 answer
300 views

It seems like HTML5 has about a zillion different layouts and methods for positioning divs, few of which seem to work exactly as described in most browsers. Imagine an implementation of, say, Tetris ...
Daniel McLaury's user avatar
4 votes
3 answers
7k views

motivation and context I am designing and implementing the web interface of my bismon server program (a research prototype; in a few words: an orthogonally persistent, reflexive, homoiconic, ...
Basile Starynkevitch's user avatar
0 votes
1 answer
143 views

This may be an obvious question but I really don't understand this so if someone can help me that'd be great. Basically, I am in the middle of developing an e-commerce app for my database management ...
DylanG1991's user avatar
0 votes
4 answers
2k views

When asking for positive number inputs on html, is it valid to allow + on the textbox? Like +42? Surely the + sign gets removed during server-side processing. But will allowing + be fine on the html ...
lightning_missile's user avatar
2 votes
1 answer
131 views

I'm in the middle of creating a web application for a client, and he wants me to integrate magnetic card swipers so his office staff can quickly swipe a card, and load up details for specific patients ...
Matt Spinks's user avatar
-1 votes
1 answer
3k views

Google Maps' frontend is almost completely dependent on canvas. Given that it was initially developed a long time ago, is it still the best approach to take to build such a UI? If not, what is and ...
System Shock's user avatar
-2 votes
1 answer
198 views

How a HTML5 game can be buyable? I mean, if it is HTML, even though you obfuscate the code or apply encryption, the whole html and javascript is already on your browser means you already have the ...
Prachi Joshi's user avatar
1 vote
1 answer
115 views

We are working on the design for an appointments system which has to work at remote locations, comms via 4G. Unfortunately a connection to the server may not be available at all remote locations, so ...
MartinS's user avatar
  • 111
0 votes
1 answer
3k views

I have a web application (laravel) with a page which presents a large number of rows (financial transactions) in a HTML table. On each row I want to have a drop-down (select input) allowing the user ...
madz's user avatar
  • 103
0 votes
1 answer
483 views

I am having a dilema on a html/js application I have been requestyed to handle drag'n'drop events in order to display a dropped image in a div if is not from images that are already displayed in my ...
Dimitrios Desyllas's user avatar
-2 votes
2 answers
931 views

There is some information about how to package HTML5 app to use on Android or iOS, but I couldn't find anything about a normal website. Let's say I would like to create a website displaying multiple ...
Łukasz Zaroda's user avatar
-2 votes
1 answer
453 views

This question is about the architecture approach. How would someone go about creating the immutable state for a graphics editor that would eventually provide an "undo/redo" functionality, considering ...
flackjap's user avatar
3 votes
1 answer
251 views

I found myself wanting to put a table in a table. I had a momentary war flashback of legacy webpages and email html templates and was about to shelve the idea, but then I considered that it kind of ...
Goose's user avatar
  • 1,918
1 vote
0 answers
425 views

There's lots of stuff out there comparing the HTML elements SVG and Canvas, but I'm still a little confused. I'm looking for a way to draw an arbitrary shape (like, I have a description of a shape, ...
tscizzle's user avatar
  • 313
0 votes
1 answer
440 views

I am currently developing an HTML5/C# web app to replace an older ASP.NET forms app and after reading many blogs and posts I still do not understand the objectives, purposes, and weaknesses of the ...
Ian's user avatar
  • 423
2 votes
2 answers
2k views

Background I have recently taken up a new job as a developer at a company where I have inherited an in-house CMS built approximately 5 years ago. The CMS constructs pages in XML which are then output ...
Candlejack's user avatar
4 votes
1 answer
2k views

I know requiring javascript on a webpage has been a hot topic the last couple years. I'm wondering if someone wanted to use custom elements but still allow the website to be usable without ...
Tony Brix's user avatar
  • 205
0 votes
1 answer
84 views

Recently, I have been coding in Cordova a lot for the company I work for. For those of you who don't know, Cordova is a cross platform development tool for mobile applications which is web based. ...
EvSunWoodard's user avatar
-1 votes
1 answer
220 views

I am a front-end developer who is familiar with HTML, CSS, JS and to a degree, AngularJS. I've chanced upon Firebase (firebase.google.com) - and was wondering if I could, with my lack of knowledge ...
SR1's user avatar
  • 113
2 votes
1 answer
67 views

A team member and I are having a disagreement on the usage of the <article> tag. By the definition in MDN, to me, it sounds like it should be used when presenting the user with content of some ...
Yatrix's user avatar
  • 335
-3 votes
1 answer
77 views

Is it possible to pass dynamic data to the browser when it automatically GETs link and img and script etc tags after it has parsed the html containing them? Ultimately would want to pass an ...
James Izzard's user avatar
0 votes
1 answer
417 views

I've just inherited a HTML/CSS based internal UI library, which the place I work is planning to use to standardize CSS styles for all of its products across the board, mainly webapps. The library has ...
koramaiku's user avatar
0 votes
0 answers
2k views

I have a small question about the following answer from a stackoverflow question. There seem to be 2 ways to pass parameters through a @BeginForm() to a Controller. Using a Hidden field: @Html.Hidden(&...
Vahx's user avatar
  • 151
1 vote
4 answers
289 views

I recently came across a website that contained an anchor element without a href attribute. I immediately thought that was stupid, but, could there be an actual situation where having an anchor ...
user227435's user avatar
0 votes
1 answer
114 views

Is this a good or best way to configure a web site HTML to add mobile users? My site pages add Googles default meta viewport, and all code is simple (basic CSS, no frills), but flows well into narrow ...
WayneF's user avatar
  • 101
0 votes
1 answer
2k views

To simplify my question let's assume for a minute that all users are using the latest version of Chrome to view a particular website. Using the latest libraries (Polymer for example), I can render a ...
Cheetah's user avatar
  • 181
-7 votes
2 answers
3k views

I am building a website that looks beautiful in Web but worst in mobiles. I want to build the same site but different designing for mobile. Whenever user opens site.com then it auto redirect to m.site....
Ahmad Taha's user avatar
3 votes
1 answer
1k views

I had previously deployed application storage in HTML5 to great success in the deployment stage of a few client projects. I used the app cache feature mostly as a way to allow my clients to remotely ...
rgb's user avatar
  • 909
0 votes
2 answers
100 views

How do companies deal with limitations and constraints of Twitter Bootstrap after choosing to use it in a particular project? Web designers are no longer free to design Web pages. They need only to ...
user2080105's user avatar
1 vote
4 answers
3k views

I have an issue with a client's requirement that wants to import a string of html text within a csv document. For example, a sanitized version of one import line: "IDNumber,TextIdentifierNumber,<...
EightyFour's user avatar
1 vote
0 answers
386 views

I am using an embedded system with a web server. I really have no way to dig deep into the webserver and see how it works, so I am asking a more general question: How do servers or back-end scripts (...
BarryBones41's user avatar
8 votes
3 answers
2k views

For a school assignment, I wrote up a web-page in HTML5. After looking over the assignment's requirements again though, I found the line: • a minimum of three HTML pages complying with at least ...
Carcigenicate's user avatar
2 votes
1 answer
674 views

<iframe> elements are documented as The HTML Inline Frame Element (<iframe>) represents a nested browsing context, effectively embedding another HTML page into the current page. However, ...
Basile Starynkevitch's user avatar
0 votes
1 answer
770 views

I recently noticed that Rich desktop applications (I define it as an application running inside a virtual machine embded in a web browser, based on tools like Java Web Start, Adobe Flash or Unity web ...
gvo's user avatar
  • 696
1 vote
0 answers
161 views

I have a page the allows a user to create a signature using a touch screen or mouse. The touch screen works fine in Chrome but not in IE. Most of the time IE does not 'detect' that I am using a touch ...
Dylan's user avatar
  • 11
1 vote
3 answers
3k views

Here's something I wrote ages ago as Java applet. I want to convert it into JavaScript and run in html5 canvas in the browser. From what I can see, canvas makes the most sense here. (SVG / DIV ...
zipzit's user avatar
  • 119
0 votes
2 answers
120 views

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 ...
Amogh Talpallikar's user avatar
10 votes
2 answers
1k views

I'm developing a registration system for a project I'm working on. Since users tend not to sign up if the process is too long, I've thought to require (at least initially) just their email, where I ...
Stubborn's user avatar
  • 215
2 votes
1 answer
2k views

I have a tree structure on the left side of my page from which the user can drill down and select items. Each branch has similar items. When clicking a leaf node, I make a JQuery .load(...) call that ...
bh3333's user avatar
  • 45
2 votes
2 answers
197 views

It seems to me that it would be pretty useful to be able to indicate an expected crypto hash value in file downloads especially since so many application and data downloads rely on mirrored hosting. ...
Keith's user avatar
  • 123
2 votes
1 answer
623 views

I work as internal software developer. We used Silverlight to build our application, but we have been asked to start considering their replacement. Currently our set-up is: Silverlight application ...
MACN's user avatar
  • 185
3 votes
2 answers
3k views

I'm never quite sure what is the best, most semantic way to handle heading levels in HTML5 markup, when you have multiple sections. On one hand it makes sense to have an H1 heading as a title of a ...
Viniter's user avatar
  • 133
3 votes
2 answers
2k views

It make sense to use entity names for describing <a> as per shown below code. <!doctype html> <html> <head> <title> My First Webpage</title> &...
overexchange's user avatar
  • 2,325
4 votes
1 answer
399 views

We're redesigning a website. Right now it uses Dojo, a large (and complex) Javascript framework. One person insists that we need Dojo because of things like (random examples) client-side ...
user3120173's user avatar
0 votes
0 answers
1k views

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 ...
Brett Zamir's user avatar
2 votes
0 answers
186 views

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 ...
Andrew Rhyne's user avatar