Tagged Questions
-3
votes
0answers
34 views
Capture text typed by user on website and allow user to email a link to someone else so that they can view the message [on hold]
Using the following html, css,jquery, js, what would be the best approach to achieving this.
A visitor hits the website. The website page is displaying html and a css3 animation.
The visitor is ...
1
vote
1answer
51 views
Best Way to Handle dynamic infograph with javascript?
I've currently been assigned a project to create the following with javascript, you can view the final product here:
...
3
votes
2answers
253 views
Modern web application development! Is flash and silverlight still relevant?
When building an application one considers the appropriate technology of choice for best long term impact and scalability. If building a media streaming application for mobile and desktop should one ...
0
votes
0answers
77 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
vote
1answer
146 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
0answers
202 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 ...
-3
votes
3answers
557 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
83 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 ...
8
votes
3answers
568 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 ...
2
votes
3answers
133 views
What are considered the definitive references for bootstrapping one's client-side expertise? [closed]
I'm a server-side junkie, and by that I mean I spend time writing code that's not visible to anyone.
I'm interested in rounding out my skillset and becoming more self-sufficient with writing ...
0
votes
1answer
206 views
Is the Javascript bet a loser or a winner one? [closed]
Recently I had the the sensation that the world is trying to port every existing application in HTML5. The proliferation of Javascript API meant to cover almost every programmer's need is the tangible ...
2
votes
2answers
263 views
Repetitive Drawing in Javascript & Canvas
Creating an HTML5 page using canvas and javascript to draw a set number of musical staves on the page, spaced a pre-determined amount in between.
What I have is re-drawn on top of the canvas 10 ...
2
votes
2answers
415 views
Power of HTML5? [duplicate]
HTML5 is becoming more and more popular everyday. Many great online applications are now being created and described as pure HTML5 apps. (Like Muro)
But I don't understand what is exactly so cool ...
-2
votes
1answer
2k views
How to make .exe file from html5 css application? [closed]
I would like to make windows desktop application using HTML5, JavaScript and CSS. I am trying
tidesdk
XULRunner
appjs
I read the documentations of these technologies. But I didn't see how to ...
1
vote
2answers
135 views
Creating a text input simplifaction tool
I have been working on a project for several months now to write a web-based tool that will help me at work. I work at a call center and the CRM software that is used is wretched, we basically have to ...