0
votes
0answers
6 views

My full screen bigvideo.js video works locally on all pages but once on the server stops working, what reason could this be?

If you go to this site the video as a background works on the home page but not the about or blog page. It has the exact same script code and javascript functions but for some reason the about and ...
0
votes
0answers
22 views

Guide me through making a spinning wheel game with jquery [closed]

Recently i've been given the task to put together an ajax/javascript based game similar to wheel of fortune, i have no idea where to start. Which jquery functions do i have to look into i think all i ...
2
votes
1answer
30 views

Setting element data-icon with JavaScript

I have the following button element in my HTML <button id="play-pause" aria-hidden="true"></button> On the jQuery ready event, I run the following code: ...
0
votes
1answer
16 views

How to re-render html element in canvas element

I have short question. Is possible render Google maps or Bing maps to hidden element and re-render in canvas with sepia and blur effect? I think not, so, is possible do this with any kind of todays ...
3
votes
2answers
42 views

Show drawing process using JavaScript and HTML5 canvas

I am currently trying to make a little pythagoras tree application using JavaScript/JQuery and a HTML5 canvas. The algorithm works fine but sadly I am not able to see the process of drawing. The UI ...
0
votes
1answer
60 views

How do i add different classes to different elements in a div? [closed]

I have a div like so <div id="test1"> <a id="hello1"> One</a> <a id="hello2"> Two</a> <a id="hello3"> Three</a> </div> I am using templates and ...
0
votes
2answers
17 views

Which ways can sound be produced in chrome?

I'm playing a canvas-based game in chrome. There is no mute option and i'm trying to find the audio-source. It's not flash and it's not the audio-tag. What other things can produce sound in chrome and ...
1
vote
0answers
35 views

Table moves to j-query specified position on button click - and then moves back

I need 4x4 buttons, and since I am new to HTML etc, I decided to use the easy, but deprecated Table. Due to me using a premade online-found Filebrowser, I had to change my Jquery-file to a newer ...
-4
votes
0answers
67 views

JavaScript and CSS3/HTML5

Im currently building an interactive world map using CSS and HTML (with a lot of help from this forum). When clicking on continent such as Asia it opens Asia page on my site, where all asia countries ...
0
votes
1answer
20 views

Developing a real time collaborative drawing system

I am interested in making a realtime collaborative drawing system similar to http://flockdraw.com/ . However I would like to only use open source tools (flockdraw uses flash and also limits the ...
0
votes
0answers
5 views

Get new Random Image in galleriffic Slider on Page load

I am using galleriffic (jquery plugin) for displaying slider in my project. My project requirement is to get new image on slider each time the page refreshes code <link ...
0
votes
0answers
9 views

Hammer.js on Wrapper but not if swiping the image

I'm using Hammer.js & the specific jQuery Plugin from Hammer.js to detect touch gestures for my webapp. The problem is that I've got much more touch controlls on the web app. So I want to detect ...
0
votes
0answers
18 views

CSS3 animation does not start in Opera if element initially had display: none

I'm trying to show infinitely rotating image after some event in js. Works perfectly in Chrome 26, Firefox 19, but fails in Opera 12 (latest). I use initial image with style="display: none" like ...
0
votes
0answers
11 views

Video resizing but not the controls

I have a small problem I'd like to share with you. I'm using HTML5 tag and Javascript and I've created some overlay images (Arrow, home icon, etc) on a video. For instance if you click on the arrow ...
-1
votes
0answers
6 views

Convert jpeg RGB to YCrCb using javascripT

This is a code to convert RGB to Ycrcb using javascript two method used. gets the pixel and done Math.round for d, d+1, etc... only d is enough to play with Y' For this to work check this comment ...
0
votes
0answers
12 views

Web App Creation Toolchain with CSS/HTML/Javascript

I want to create a score keeping app that allows me to enter scores into the app, save score history by user, and have a webpage that can display the score in real-time as well as pump out some stats ...
0
votes
0answers
4 views

When changing video currentTime too much, video fails?

I'm using a user drag event as well as keypresses to change the position in a HTML5 video element and then updating the video time accordingly using: video.currentTime = toTime; and then I am ...
0
votes
1answer
32 views

ng-switch inside ng-repeat not working

I have data that basically boils down to this: function ExampleCtrl($scope) { $scope.myData= [ {text: "blah", other: 3, V: 'caseOne'}, {text: "blah", other: 3, V: 'caseTwo'}, ...
-2
votes
0answers
16 views

Progress bar for a fundraiser [closed]

Hi I am trying looking at creating progress bar to show a fundraising progress bar, by filling a small form with a sum amount of information and when u click on submit the value of it increases. Any ...
0
votes
0answers
11 views

Validate video file client side htm l5?

Does anyone know if it is in any way possible to validate videos through javascript client side before they're uploaded to a server? Just checking the file extension isn't enough, it has to make sure ...
0
votes
2answers
44 views

HTML input does not get Highlighted/Selected

We are developing ASP.Net application. We have used HTML Input control . But we are facing problem to select/highlight the value in control. On some pages My Html Input control on Div, User Control. ...
-3
votes
1answer
48 views

problems with the stamps of html code by javascript

I need that the javascript function stamp the code exactly when i put the <div id=""> I tried with: $.ajax({ url: "myUrl" dataType: 'jsonp', jsonp: 'jsoncallback', timeout: ...
1
vote
0answers
30 views

Including javascript function, does not work on android

i'm trying to solve a strange problem. I have realized a personnalized project for 2 weeks ago creating personnalized widget and event on them and as a result i want to deploy it on my android device. ...
0
votes
1answer
9 views

while adding video with sencha give error Resource interpreted as Image but transferred with MIME type text/css

I am trying to add sample using sencha i am getting this error Resource interpreted as Image but transferred with MIME type text/css Ext.define('MyApp.view.Newpage', { extend: 'Ext.Video', ...
0
votes
2answers
25 views

Ruby on Rails track location in background

I started working with Ruby on Rails 3 weeks ago, loving it so far but I need some help. I'm working on an web app that, among others, tracks the location of a user and stores it periodically in the ...
0
votes
3answers
70 views

JavaScript: how to build simple percentage increaser?

How to build increase value as percentage without progress bar. I have built an animator, but actually I need simple one which show value from 0% to 100% without progress bar or anything. Here is my ...
0
votes
0answers
114 views

PDFJS: how to render pages and load data on request?

I would like to show pdf files in my web app, PDFJS is working fine but I would like to load the pages on scrolling. I found PDFJS supports rendering on loading. I dont want to load whole document at ...
-3
votes
2answers
63 views

javascript is not executed on android, but works local on my computer [closed]

i'm trying to solve a strange problem. I have created a HTML file, i opened it on my android browser (chrome) successfully. Problem is my button events do not work :/ For example, when i touch an ...
2
votes
0answers
25 views

HTML5 Audio Mixing

I would like to make a web application where people can add recorded sounds and samples to a timeline. I want it to output 1 soundfile (approximately 3min long) which will be send to the server. Now ...
0
votes
1answer
20 views

Detect date selection on an HTML5 calendar element, but not manually entered date

I need to be able to run a JavaScript function when a user clicks on a date in an HTML5 calendar element. I tried using onchange, but it also fires when the user types in a date: <input ...
-3
votes
0answers
46 views

Comment box functionality [closed]

I have created a comment box for website using forms. Now I wanto know how to set the functionality of this.I also want to know whether there is a away to store previous comments without using ...
-4
votes
0answers
53 views

Show value from javascript, in HTML5 [closed]

I have the code below <!-- http://stackoverflow.com/questions/9972449/rotating-an-element-based-on-cursor-position-in-a-separate-element http://jsfiddle.net/JqBZb/ http://jsfiddle.net/WXHe6/2/ ...
0
votes
0answers
20 views

wkhtmltopdf not supporting data uri

I have created a report generating library for my project using php DOMDocument to create html file and save as temporary file. Html includes javascript part that takes parameter and renders a shape ...
0
votes
1answer
19 views

Video source in conditional expressions

I'd like to know how to write a condition which includes the video source parameter(I'm using HTML5 and Javascript). For instance, if video1 is playing (or loaded) and user presses 'W' key then ...
0
votes
1answer
23 views

ArcTo() not drawing arc

I've got the following HTML file: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Canvas Hello World</title> <link ...
-1
votes
1answer
44 views

Best HTML5/Javascript Engine for Games 2D? [closed]

Im searching for engines for Games 2D for using in Android/IOs devices. Any idea? and why? thank you.
1
vote
0answers
33 views

History API and domain-level urls

I have two pages on MyDomain.com. The index view which is visible from MyDomain.com/ and MyDomain.com/Foo/Bar. Each view has an ajax call to the other and each one pushes the state using the HTML5 ...
1
vote
2answers
34 views

Take a screenshot of whole screen using html5/javascript?

I am looking to take a full screenshot through a webpage, outside of the browser window. Basically, I am trying to build a help tool for both web-based apps and offline programs, and as a part of this ...
0
votes
0answers
22 views

Play dailymotion video on Android

Iam trying to play dailymotion video inside my android application's webview,the video's tumbnail is displayed but when i click the play button nothing happen ,i used : String videoHtml = "<iframe ...
1
vote
2answers
30 views

Can't broadcast to clients using Socket.IO

My node.js server has an interval setup to call a function called 'spawnItem' every 60 seconds. When this function is called, it executes this piece of code: io.sockets.emit("spawn item", {x: 10, y: ...
0
votes
0answers
31 views

HTML5 2D Game - 100% Accurate AI?

I've been recreating the classic Asteroids in JavaScript using canvas and am pretty new to game dev. I was wondering is it possible to create an AI that has a 100% success rate of hitting the player ...
0
votes
0answers
23 views

video.js - update video source when clicking on a link

I am trying to have a page with embedded video that dynamically will change the source when a link below the video frame is clicked. The source videos are on my host server. i.e. this pic illustrates ...
1
vote
0answers
41 views

CDATA being added automatically on JS in Yii?

I am coding in Yii and whenever I put any JS it tags it in CDATA. Why is it getting added automatically? and will there be any problem if I remove it as I write my markup in HTML5.
2
votes
2answers
25 views

Is it possible to recolor an image with a gradient map with HTML5 or CSS3?

Is it possible to recolor an image with a gradient map with HTML5 or CSS3? I am also open to using javascript libraries. I followed this question, but this only greyscales and adjust rgb values: How ...
1
vote
0answers
31 views

How can I save canvas into image by using JavaScript? [duplicate]

How can I save canvas into image by using JavaScript ?, When I am using local image into canvas, It converting to Image properly But when I am using server image url in canvas it’s not convert into ...
1
vote
3answers
68 views

Rotating image on mouse down

I'm trying the code from Rotating an element based on cursor position in a separate element and http://jsfiddle.net/JqBZb/ I rewrite it in a full code at link below, but in won't work.. ...
0
votes
0answers
10 views

Uncaught TypeError: Object #<Geolocation> has no method 'clearwatch'

I try to develop application with jquery mobile with phonegap. In first page register number is entered and then get the gps value using watchposition then update its location to sqlite database. in ...
0
votes
0answers
41 views

Soundcloud Custom Player with Waveform.js and scrubber functionality

I'm working on a custom Soundcloud player for my website using waveform.js to generate waveforms. It works great but it lacks the scrubber functionality. How can I add that? I'm not a JS wizard, ...
1
vote
2answers
58 views

HTML5 Canvas performance very poor using rect()

I'm writing a game, which displays the score at the top of the screen in the following fashion: canvasContext.fillStyle = "#FCEB77"; canvasContext.fillText(' Score: ' + Math.floor(score) + ' ...
1
vote
1answer
27 views

How does gmail know where I copied an image from

When I copy an image to the clipboard and paste it in an email in gmail, it pastes an image with a src of the location I copied it from. I tried finding that property in the onpaste callback but it ...

1 2 3 4 5 264