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.
-1
votes
1answer
134 views
What key things should an expert HTML5 developer know? [on hold]
I often see job post for HTML5 these days so I wonder what are the requirements for HTML5 programmer/ expert or what do an actually HTML5 programmer/ expert usually possesses e.g. drawing using HTML5 ...
9
votes
2answers
751 views
Design decision - why generate <p> without </p>?
tl;dr
Some widely used programs, which generate html, will only generate opening paragraph tags, and not closing ones, assuming that the browser will properly close paragraphs.
On the face of it, it ...
0
votes
0answers
54 views
Using HTML5 Canvas in Java Applet
I have an old-platform Java Applet-based emulator which works very well. There is some analogs written in JS+Canvas, but it looks very bad (very dirty realtime, many functions doesn't work, many ...
0
votes
0answers
59 views
Making a decentralized system utilizing JavaScript/HTML5?
I am interested in decentralized systems, and am currently considering building one myself. I am considering using JavaScript and HTML5, simply because it makes it very easy to use the system (they ...
-1
votes
5answers
262 views
Web programming most effort? [closed]
To create a website
I create Psd Files for the design (Phase 1)
I Convert these Psd's to html/css static webpages (Phase 2)
I add some javascript to these webpages (Phase 3)
I start the IDE "visual ...
3
votes
4answers
231 views
When making responsive design how many versions of account for?
I am learning how to make responsive layouts for sites and web applications. its said we need to use media queries to find out the width(resolution) and then select the layout(wireframe) for that ...
0
votes
1answer
67 views
How would I go about having an editable file to transform an object on a webpage?
I have some code that creates objects on a webpage by using draw on HTML5 canvas.
In my aspx file I have functions like:
function drawLine(x, y, w, h, width) {
var canvas = ...
1
vote
1answer
135 views
Best Resources for optimizing front-end code? [closed]
I'm getting pretty good as a front-end dev, but lack knowledge in optimizing for speed. I feel like I use too many frameworks, and write too much code. Do you have any advice, for resources I can ...
0
votes
2answers
203 views
Display error message with jQuery without reloading page
I created login form. When user clicks on login button this form shows up with some fade effect (jQuery). What I want to do is to display error message in this form when user inputs invalid data. ...
0
votes
0answers
137 views
Looking to create a custom, graphical editor for a data model using HTML5 and SVG
I need to create a graphical editor for our data model that works in an HTML5 compliant browser. I am looking for a proper library/framework to build on. The model is stored as xml, but that should be ...
0
votes
1answer
105 views
What's the difference between “Add to home screen” safari HTML5 webapp vs HTML5 webapp wrapped in UIWebView?
Someone asked me this. The answer he gave was HTML5 in UIWebView can cache the app data so it can run offline. I thought the same thing can be achieved using safari add to home screen, no?
-3
votes
3answers
268 views
HTML + CSS or HTML5 + CSS3 or HTML5 + jQuery [closed]
I want to be a good UI Developer.
I'm confused whether I should learn (I need some serious suggestions):
1) HTML + CSS + JavaScript or HTML5 + CSS3 + JavaScript or HTML5 + CSS3 + jQuery
2) Is it ...
1
vote
1answer
75 views
HTML Canvas: Should my app x, y values be global?
I have a large file of functions. Each of these functions is responsible for drawing a particular part of the application. My app has x and y parameters that I use in the setup function to move the ...
0
votes
0answers
104 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 ...
8
votes
3answers
419 views
What stops HTML5 and JS apps to perform as good as native apps?
From what I understand,
HTML is a mark-up language, so is the content of XAML, XIB and
whatever Android uses and other native UI development frameworks.
JavaScript is a programming language used ...