0
votes
0answers
23 views

Sencha TOuch IDE (WebStorm) [closed]

I am new to Sencha Touch Framework. I am starting to develop a sencha touch application. I am stuck at using the right IDE for the development. Right now I am using Webstorm IDE for running the Sencha ...
0
votes
0answers
17 views

Does using html5shiv limits javascript usage in page? [closed]

I want to use html5shiv library. My website has many pages that include javascript code. Some page even have: window.onload = new function() { ... }. Do you think that the html5shiv disrupt the ...
0
votes
0answers
67 views

Looking for a html5 canvas javascript library or framework

I am trying to make an interactive guide in HTML5 canvas element. With interactive guide, I mean something like this. I want a JavaScript library or framework which is suitable for making ...
1
vote
0answers
48 views

@Viewport @media use for input type?

I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
-1
votes
1answer
56 views

How can I do text buildouts and other typography animation similar to Apple Keynote in html5? [closed]

I am looking for something where text flys in or fades in one letter at a time. I've seen some basic text animation with jquery, but not a library of effects. Does anyone know if this exists?
0
votes
0answers
40 views

How do I protect sending scores from HTML5 games to my server [closed]

On backend I am using java. I have a game in HTML5; when user completes it I sends an Ajax call to save the score to database. Now, someone can easily use tools like Fiddler and firebug to modify ...
0
votes
4answers
169 views

Web development and tips for building a website and the advantages of using HTML 5 in the site [closed]

I am trying to make a website for my college, and the program starts from jan 13 and we get 15 days of time to develop a running site. The best site will become the college site. I am participating, ...
0
votes
1answer
103 views

XSS with local storage - Is it a concern?

I am working on creating a demo of how to use HTML5's local storage. The demo will be placed on my personal website and will append the user submitted data to the html. Can XSS stored on the client ...
0
votes
0answers
99 views

Can I set up a local HTML5 site to stream video to a Samsung Smart Hub TV?

I have recently bought a Samsung Smart Hub TV and I'm pretty disappointed by the lack of media formats it supports via streaming. The browser should be HTML5 ready, so I wanted to ask if it's possible ...
7
votes
3answers
2k views

Upload image file: is compression on client side already possible?

When offering photo file uploading, usually the user will have badly compressed and huge (10+ megapixels) JPEG files from their cameras or phones. On the server side, these files will get ...
2
votes
3answers
203 views

Site failing randomly - could it be Cloudflare or something weird in the JS?

I've been working on a simple site that uses javascript to fade through some fullscreen background images as well as some other simple animations. I've tested the site on Chrome, Safari, FF and Opera ...
1
vote
0answers
27 views

What are the required skills to bulid a online book editor? [closed]

I want to build a website for a printing company. My plan for this website is to offer a online book editor system for users to upload photos, choose the layout, type some text, put some stamp or ...
1
vote
1answer
997 views

Vertical page flip effect

I found turn.js as a very simple and nice effect to create page flip effect. The problem is that I'm looking for that effect but vertical not horizontal. Does anybody knows any Javascript or what ...
1
vote
1answer
150 views

Need a table that can sort, lock

I need table that will be able to: sort lock columns lock the header row resize columns scroll if possible can add/remove columns. Was hoping to able to do this with jquery / html5 and have all ...
0
votes
2answers
523 views

Best and easy way to add video to website

I want to add videos to my website. I want to click on images and then to show video in "window" and start playing (popups like lightbox). I just don“t know what is best way to do it. I think one of ...
1
vote
2answers
2k views

Using <audio> in Firefox with JavaScript

I am trying to implement background music on a website using the audio object, which is controlled by a JavaScript, I have posted a question about this before, @LazyOne explained that IIS will not ...
1
vote
1answer
92 views

What is the technology used to let people drag and drop images on top of each other, then save the result?

Fairly simple really, I just want people to be able to drag an image onto another image, position it where they want by dragging it around, and then when they're happy with it, click a button to save ...
6
votes
1answer
176 views

If all content is on a single page and hidden/shown with JS would it make sense to use hashbangs?

I have a page where the general structure is <a href="#section1">section 1</a> <a href="#section2">section 2</a> <a href="#section3">section 3</a> <a ...
2
votes
2answers
635 views

Prezi HTML 5 & html5 book recommendation

I was wondering what were you thought on being able to build an app similar to prezi (presentation app) using HTML 5. Also while you're at it, I'm looking for a good HTML 5 book recommendation. ...
3
votes
1answer
115 views

JS and CSS caching issue: possibly .htaccess related

I've been using the HTML5 Boilerplate for some web projects for a while now and have noticed the following issue cropping up on some sites. My CSS and JS files, when loaded by the browser, are being ...
1
vote
3answers
635 views

Will my new HTML5 website decrease my Google ranking?

I have a traditional HTML website that loads pages/sections of the site when people click on menu items. Pretty standard. Currently, I'm working on relaunching my website with a brand new HTML5 code ...
7
votes
7answers
908 views

Can anyone list some real examples of 'HTML5' being used in the wild?

I am using HTML5 in the same way everyone seems to be using it these days, meaning: HTML5 tags, Canvas / 3D / javascript and CSS3. I am struggling to find examples of sites that are using these ...
1
vote
2answers
527 views

Has anyone been able to convert a site's media content from flash to html5?

I'm looking to convert a site from Flash based video to HTML5, the current video uses time marks to display slides (kind of like how youtube has ads on their videos). But the difference between ...
1
vote
1answer
105 views

HTML 5 drag and drop file attachment?

Looking for a tutorial re implementation of this functionality. I can only find blog posts saying that gmail added this, but not how it was done.
4
votes
3answers
5k views

Possible to only load specifiv div of a website?

I have this project i'm working on and id like to add a really small list of nearby places using facebooks places in an iframe feature from touch.facebook.com I can easily just use ...