Tagged Questions
7
votes
7answers
907 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 ...
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 ...
5
votes
1answer
175 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 ...
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 ...
3
votes
1answer
114 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 ...
2
votes
3answers
198 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 ...
2
votes
2answers
627 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. ...
1
vote
3answers
634 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 ...
1
vote
1answer
986 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 ...
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.
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 ...
1
vote
2answers
524 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
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
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 ...