1
vote
2answers
42 views

deploy website without source code

I have developed website in php. I want deploy it without source code. Is it possible with php? Can I convert my website code to some intermediate form and then deploy it ?
0
votes
2answers
33 views

how to search data from array in java script

I have array in javascript. I want that when i enter any index of array in text field it should return the value of that array and display it i am using following code <!DOCTYPE html> ...
0
votes
0answers
19 views

Questions on Tiled HTML5 Background

having some trouble wrapping my mind around some coding. I'd appreciate any suggestions. I know what I have to do, but am having trouble "getting it". I have a background that is 1000x1000 and I want ...
0
votes
1answer
17 views

Bootstrap modal overlap

I have implemented bootstrap modal and it is working fine. Here is my code <div id="myModal" class="modal fade hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" ...
0
votes
3answers
28 views

Drawing in particular area of HTML5 canvas

If a lot of my drawings are going to be within a particular area of my larger canvas (in this case, in the center), is there a way to just say that you're working within that particular 'sub-canvas' ...
0
votes
1answer
24 views

Organisable list ( list who's items' order can be changed )

I was wondering if it is possible to have a list consisting of items that can be dragged and dropped higher or lower in the list; thus, changing the order of the list. Would one do this with the ...
0
votes
1answer
31 views

Is it possible to somehow get a html element as an image to render on a canvas?

It may seem like a really random question, but I am trying to figure out a hack to get correctly letter-spaced text rendered on a canvas. After much searching in google it seems like there is no way ...
1
vote
1answer
23 views

Image publish best practices for restricted images

In my use case, I have to publish images to a website. However, the images might be restricted for some period of time. What are the best practices to show broken images during that time? My approach ...
0
votes
1answer
15 views

Turn geolcation in city name code doesn't seem to work

I'm trying to get a geolocation and turn that into text. I got code to do that but it gives me an error. How can this error be solved? The error: TypeError: 'undefined' is not an object (evaluating ...
1
vote
1answer
20 views

Can I post-process three.js on processing.js?

Can I get the output of Three.js as a workable buffer on processing.js, so I can do some post-render processing with effects and overlays?
0
votes
1answer
26 views

How can i apply geolocation coordinates to get directions to a specific place from googlemaps?

Happy easter everyone! I am trying to learn some more about geolocation within html5. I am using geoPosition.js from estebanav @ github. (Followed phpacademy's tutorial on this) I am so far able to ...
0
votes
0answers
18 views

canvas Undo Redo for ipad

i am drawing line in canvas but i want to redo or undo first time only its working any one correct this code more Html code css code here ...
0
votes
1answer
26 views

Html5 game with Dashcode

I'm new to Dashcode and I got quick question here: Say I have a Html5 game (javascript) already, is it possible to integrate it into Dashcode (I don't know if I have myself understood) ~ I know I ...
0
votes
0answers
17 views

Treesaver JS cover images

I'm playing around with the Treesaver js as a free turn page and I'm really struggling to work out how to add a front cover. I know that you need to make multiple sizes for you images so that's what ...
-6
votes
1answer
32 views

Javascript recursive menu [closed]

I've a question about smooth menu. like http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm Know anybody a better menu, that is suitable for all coumputers (iPad, iPod, Desctop, ..). Thank ...
1
vote
1answer
21 views

Google site search

I need to implement google site search I am using the below code <script> (function() { var cx = '012847953619635190580:vrz-2wloub8'; var gcse = document.createElement('script'); gcse.type ...
0
votes
1answer
44 views

HTML5 Canvas not displaying in browser

I'm following this tutorial to learn HTML5 game development using javascript and jQuery. However, I've already come across a problem. When I run the HTML page that my js file is referenced from, ...
1
vote
1answer
17 views

Add buffering bar in audio player

I'm working with HTML5, making an audio player. I wonder to know how I can add a buffer bar so that the user can see how long the song is loaded. I've tried using several properties that I saw in ...
0
votes
1answer
21 views

Need to highlight and copy text from google doc viewer to clipboard

I have to create a process where a document is shown to the user and the user can highlight text and copy (and eventually paste) the text from some portions of the document. I am using google doc ...
0
votes
3answers
34 views

Hiding the automatically generated last results of an input box [duplicate]

my question is how to hide those nasty results of your last input given to an input field. I made a picture of that and you can see how the marked result "e" hides the second input field. I dont want ...
0
votes
2answers
23 views

Responsive with jquery changing width

I am learning responsive desing I think that is easy for simple webs and usefull so I try to rebuid my web to be responsive. When my web starts I change the width with javascript in order to make an ...
0
votes
4answers
40 views

Calling function from external JS

I am trying to call a function from an external .js file but the console is returning errors and the function is not being called. How do I correct my code and be able to call the function properly. ...
-3
votes
1answer
42 views

Changing an image state based on cursor movement [closed]

I have a line art drawing (png) and I'm looking to allow users to be able to fill the line art with color by moving their cursor over the line art image. Note I don't want them to pick colors I want ...
0
votes
1answer
42 views

Cause a javascript or javascripts to execute automatically [closed]

Hi I have a script which allows for downloads when the page is visited and link is clicked. I want to edit things so that once the link is clicked the download will start as specified the javascripts ...
0
votes
1answer
53 views

MVC 4 - Cascading Dropdown Lists - Issue with Ajax JavaScript Call

I have an MVC 4 app with a View containing two dropdown lists. The user selects a value in the first dropdown and then an Ajax call is made to populate the second dropdown based on the contents of the ...
0
votes
1answer
26 views

Assign the id as attribute to newly added row using jQuery ajax method in Codeigniter

I am using jQuery ajax method to insert the data to database. Able to insert the data successfully, and returning the newly inserted id. Here the problem is, I am appending the new row immediately ...
0
votes
1answer
31 views

Access Elements Cross Domain

Can we access cross origin elements or values using window.postMessage? https://developer.mozilla.org/en-US/docs/DOM/window.postMessage I think for this your site must be XSS vulnerable then.
0
votes
2answers
23 views

In localStorage how do we save similar tuples with index?

In our extension, we are getting values of username( eg: Johnny123), accname (eg: Facebook). I want to store this for multiple accounts and usernames in the localStorage. We have written this code : ...
2
votes
2answers
22 views

position fixed element always inside the div

I need to be able to position fixed element always inside the div. Problem is occuring when I resize the window. Then the fixed div is always floating above all other elements. How to prevent that? I ...
-4
votes
0answers
21 views

jquery html4 and event-stream [closed]

I want to do some notification stuff. And it for sure should be usable by html4 as well as html5. So what I'd like to do is use one single php file, which outputs the data in an event-stream. The ...

1 2 3 4 5 394
15 30 50 per page