3
votes
0answers
219 views

SVG Union of Shapes using javascript or d3 or inkscape script like Inkscape GUI does

I am doing a simple website where I put some graphics. Now I do each diagram using Inkscape. I use Inkscape to make UNION operations between the shapes. Then I save the new diagram, do another union, ...
2
votes
0answers
94 views

Where do I define the instance ID to start?; node.js

I haven't found an answer for this yet, and I've tried putting the instance ID I want to turn off/on: ec2 = aws.createEC2Client(yourAccessKeyId, yourSecretAccessKey); ec2.call("StartInstances", {}, ...
2
votes
0answers
169 views

ajaxify + history.js script loading issues

Im currently using an ajax gist (found here) and it all seemed to be working great. However I then noticed that whenever It changed state, the scripts were not being loaded. therefore leaving featured ...
2
votes
0answers
139 views

YepNope key value pairs not executing as expected

I am starting to learn YepNope and have a script like such: yepnope([ { load: 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', }, { test: true, ...
1
vote
0answers
48 views

Redirect from mobile Tumblr profile in Safari to Tumblr app

Tumblr is awful in the way it directs links. If you click on a profile link it will not open the profile in Tumblr, but use the built in browser to display a mobile version of it. So it doesn't know I ...
1
vote
0answers
82 views

What slows my code down? After a while it starts lagging

var layer=new Array(); var l=0; function asd(cnt,l1,l2,l3,l4,l5,l6) { layer[0]=cnt; layer[1]=l1; layer[2]=l2; layer[3]=l3; layer[4]=l4; layer[5]=l5; layer[6]=l6; for (i=0;i<7;i++){ ...
1
vote
0answers
107 views

external javascript overwrites while I try to insert it into DOM

I am able to execute external JS file (which is used to render chemical molecules) inside jQuery. However, when the external JS file is loaded, it overwrites everything from my initial file. How ...
1
vote
0answers
2k views

How to create a php-javascript progress bar while running a script with exec command

I am creating a web application that in a certain moment runs a python script with the exec command in php. I want to create a progress bar that shows the progress. That python script outputs a json ...
1
vote
0answers
153 views

Script in vb.net that can disable keyboard shortcuts

I need help for creating a vbscript/javascript in vb.net in stopping keyboard shortcut specially volume down, does anybody have an idea how to do this? thank you.
1
vote
0answers
53 views

Which PDF tool is the easiest to write scripts for?

I'm working on a project where I'm recording the mouse positions when someone is reading a pdf document. I tried Adobe because I heard it has a javascript console, but I had to pay for the ...
0
votes
0answers
12 views

Calling Javascript function from a website in my Google Script Code

I am trying to create this google script code that'll help me acquiring some information, however, when I'm fetching the web pages I want, it fails because of the Authentication. The website itself ...
0
votes
0answers
33 views

Elasticsearch javascript external script examples

I started exploring scripts in elasticsearch a few days ago and since then I couldn't find a single example on net to see how the simplest things can be done. If anyone did this before, it would be ...
0
votes
0answers
34 views

window.onbeforeunload refresh page

I have a page that I do not want the user to go back, I want the page to refresh. I have been trying window.onbeforeunload with out success. Does anyone have any ideas? Code I am trying <SCRIPT ...
0
votes
0answers
34 views

Bandwidth Consumption Monitor of HTML

I'm trying to make a mobile app via PhoneGap with HTML CSS and JS. I have a stream in mp3 on one of the pages. Now, I'm thinking it's fair enough to show to my visitors/users how much bandwidth they ...
0
votes
0answers
44 views

Slide To Install Script

I'm needing help getting this to work. What I want it to do is when the slider is slid it will install my apps deb. But every time I try it gets to 70% and says "Unable to Download Application ...

1 2 3 4 5 11
15 30 50 per page