Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.

learn more… | top users | synonyms

0
votes
0answers
20 views

Interactive html5/css/ map

I wanna create interactive map (of slovak republic) with html5/css, but i dont know how to create changing-color hover property.Any ideas how to cut the shapes of map and then assign a hover that ...
0
votes
1answer
22 views

How do I allow users to enlarge or decrease the size of a html table?

Well Im working on a little sound board project and I added a thing to create the website more dynamic When you click increase/decrease it increases/descreases the text size in the buttons. ...
0
votes
0answers
18 views

How would I get a Google Maps style interactive map on my game's site?

I run the RPG campaign called Yarona: Darkness Ascending. I also run the site http://diebot.org/ and I want to incorporate what's found at http://www.uesp.net/oblivion/map/obmap.shtml using my own ...
-4
votes
1answer
46 views

How does Codeschool or other online interactive platforms work? [closed]

There is question for me, does anyone know how online interactive platforms are working!? What design pattern they use? How they check some codes are correct or not!? Do they run the code for ...
0
votes
0answers
19 views

Interactive Movie project - Html5 video randomly not loading - using javascript

I am creating an interactive movie but I get some random bugs. Sometimes my html5 video won't load or isn't visible but you can actually hear the sound. So I decided to use the html5 preloader plugin, ...
4
votes
1answer
66 views

Failing to export properly to svg and pdf with matplotlib

I am trying to save a .svg image from an interactive path editor based on this example: path_editor.py. Saving a PNG image works just fine, but when I save to SVG or PDF, the paths are not exported. ...
0
votes
1answer
28 views

Non-flicker interactive Image sequence display with wxpython

I've created an interactive image sequence viewer. The viewer would work almost perfectly only if there is no flickering. I read a bit about double buffering and find it a bit confusing. I need ...
1
vote
1answer
28 views

How do you pipe input and output to and from an interactive shell?

I am trying to build an application that enables the user to interact with a command-line interactive shell, like IRB or Python. This means that I need to pipe user input into the shell and the ...
0
votes
1answer
44 views

interactively work with xy point plot clusters - group manipulation in r

I have a large number of pair of X and Y variables along with their cluster membership column. Cluster membership (group) may not be always right (limitation in perfection of clustering algorithm), I ...
-3
votes
0answers
30 views

Allow users to change background image for ALL website pages from input value

I am making a website, and I want to give users the ability to change the background image for ALL pages on it. I´d like them to write the url of the background image they want on a textfield, and ...
0
votes
0answers
17 views

Using jQuery Functions to trigger Popcorn.JS Events

I'm attempting to create a Choose Your Own Adventure interactive video, and I'm trying to find a way to integrate Popcorn.JS and jQuery. I've already read this thread about Popcorn/jQuery interaction ...
1
vote
1answer
54 views

MATLAB - Pan a plot independently of other plots in the same axes

If I have multiple plots (A, B, C) on the same axes, is it possible to pan A without panning B and C as well? If not, is there another way I can accomplish the same goal?
-3
votes
1answer
52 views

How can i open links in an iframe in the main window and not in the iframe?

Lets say you have an iframe: <iframe style="border-radius:15px;" width="190" height="450" frameborder="0" scrolling="no" marginheight="5" marginwidth="10" ...
2
votes
0answers
41 views

Forth as an interactive C program tester

I'm willing to use an interactive language to test some C code from a legacy project. I know a little Forth, but I haven't ever used it in a real world project. I'm looking at pForth right now. Is it ...
1
vote
2answers
46 views

What are some interactive resources for learning django?

I have been using interactive resources for learning Python and JavaScript like Udacity.com and codecademy.com and find this learning style the most helpful. I've gained a lot of experience with ...
-2
votes
0answers
34 views

Building interactive map displaying text in separate div clicking on polyline area

I'm developing a map image creating different poly area for each region. The target is to get a map with regions and clicking on each region area, description text is displayed on a separate div ...
-1
votes
1answer
51 views

Interactive/Visual Tutorial about Data Structures [Binary Trees]

I've spent hours searching this on youtube. Maybe you could recommend me something. I am searching some interactive/visual (could be a video) tutorial about Binary Trees at first. It could be ...
0
votes
0answers
25 views

What GUI frameworks or toolkits for Windows to make visual drag and drop graphic block diagrams and such?

Ok folks, what I'm imagining is a Windows based GUI application that has as its main feature, a grid or workspace into which users can drag and drop image graphics from a palette or toolbox and then ...
-1
votes
0answers
12 views

Interactive DOM Navigator (Javascript + Ruby) [closed]

We're writing a news aggregator that should allow the not so non-technical admin to enter new news sites manually. When they do, it would be cool if they could click through a typical content page and ...
1
vote
3answers
56 views

How to link two depended inputs of unknown size with variables

This is my first python script. My data looks like this: Position ind1 ind2 ind3 ind4 ind5 ind5 ind7 ind8 0 C A C A A A A A 1 C A C C C A A ...
1
vote
1answer
111 views

Matplotlib interactive graph embedded in PyQt

I've created a simple python script that when run should display an embedded matplotlib graph inside a PyQT window. I've used this tutorial for embedding and running the graph. Aside from some ...
2
votes
2answers
32 views

How do i create a custom clickable graphic for my android app?

I want to create an interactive graphic for my app. It will essentially be a simple picture of a bus line where users can select 2 stops at a time (one for departure times and another for arrivals) ...
0
votes
1answer
26 views

Flash embedded in HTML doesn't appear in Chrome but only in Safari

I am coding interactive short story and and embedded my Flash into my HTML page but it is not playing at all. It's just a black screen. The animation plays fine when using Safari though. Help would ...
0
votes
0answers
30 views

Running interactive command ssh Three times

I want to connect to a server from a first, after a second server. Here is my code : # Connexion ssh ssh = paramiko.SSHClient() ...
0
votes
2answers
61 views

iOS Interactive Map application?

I'm trying to make an application that is a map of my High School, in which the user can click a button to search for either a room or a locker.... My goal was to have the room/locker number ...
-1
votes
1answer
51 views

How to make Interactive Display Window with using kinect

I want to do something like this http://www.youtube.com/watch?v=xFgvNMN2DiQ&feature=related I wanna track head with kinect and when its goes to left reverse the video when it stops pause the ...
0
votes
1answer
62 views

Passing execution time parameters to TCL scripts from non interactive shell

I am able to run the TCL scripts on the linux server from the Non-interactive shell created by JSch library used in the java program from windows environment. The problem is I have some scripts which ...
0
votes
1answer
31 views

Is there a way to listen to an initialized object's method? Interactive Broker API connection object

I have below code tied to a Jbutton. private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: ...
0
votes
1answer
25 views

Best Approach for a cross-platform project [closed]

I'm looking for some suggestions for authoring an interactive presentation for multiple devices using multiple platforms. One device may be a 5 year old Fujitsu Pentablet running XP and another may be ...
0
votes
1answer
36 views

Interactive images/graphs like those used in BBC website

I am aiming to built a website which will be quite interactive and vibrant. I am wondering how BBC often adds these interactive images and graphs to its website such as this: Link to a BBC page ...
0
votes
1answer
37 views

Export a 3d plot from Octave to be shown interactively on a web browser

I would like to export a 3d plot done using Octave and to show it interactively using a web browser. I would be able to rotate the plot as if I was seeing it directly using Octave. Is there any ...
0
votes
0answers
49 views

SVG library for C++ for creating interactive svg files

Is there a simple lib that I can use to create interactive svg with C++? I've found this one: simple-svg , but I can't add <script> tag, or <set> tag to elements. In Python I've ...
0
votes
0answers
41 views

How to view interactive PDF online

I have an interactive pdf that I am trying to get onto my website. Aside from taking a really long time to load (any suggestions) it is not working properly in the preview mode, as of now it just ...
0
votes
2answers
86 views

input vs. raw_input: Python Interactive Shell Application?

I was working off of the answer in this question: Python Interactive Shell Type Application My code looks like this def main(): while True: s = input('> ') if s == 'hello': ...
0
votes
1answer
24 views

Using Locator coordinates to index a matrix during drawing

I would like to "draw" into a matrix in Mathematica. That is, I would like to use the mouse to (say, using EventHandler) change the value at a matrix index to 1 from, say, 0. The simplest approach ...
0
votes
1answer
52 views

python sys library command prompt

I am trying out the sys library in python. In command prompt I am using this. >>>import sys >>>sys.ps1 ='$' #my own input 'print 'test print'' $print 'test print' test print That ...
1
vote
1answer
60 views

line chart issue

I have made the line chart given above. The problem is that I can't make that red line stop at the current hour. I want to be drawn only when the value is updated. I tried not defining the value, ...
0
votes
1answer
55 views

Animation not working with touch events?

So, I built this little interactive roulette: http://techgoldmine.com/roulette/ I need it to work on mobile as well as desktop. Originally I handled interaction by having the user interact with an ...
2
votes
1answer
110 views

Creating interactive animations of physical systems in Python [closed]

I am currently diving into Python, coming from Mathematica/Matlab/C. I want to learn how to create interactive plots (or better animations) in Python's matplotlib library and possibly integrate them ...
-4
votes
1answer
124 views

Technologies For Interactive Websites and Animations [closed]

I'm looking into making interactive websites in the near future. My question is what are the different technologies I can utilize if I wanted to make an interactive web page? I know HTML5 now has ...
0
votes
0answers
39 views

Trigger slice mouseover on Google Interactive Chart

I'm creating a custom legend for my Google pie chart because I need a little more control. I would like my legend to interact with the chart exactly the same as the default legend. I can add ...
1
vote
2answers
66 views

Jenkins - How to interact with a Script input - during runtime

I have a small script which generates two RANDOM numbers, adds them and prompts the user (if the SUM is > or < a particular value) --to continue or not. Therefore, script is: bash-3.00$ cat ...
0
votes
0answers
45 views

jquery fancybox interactive swf not working

I am using fancybox to load up a SWF file that has some ActionScript in it and should be interactive. The SWF loads up fine, but none of the interactivity works. Is there something blocking the ...
0
votes
0answers
24 views

I want to provide users feedback depending on how they sort and submit a list…how? [closed]

I have a list of 11 survey responses. I thought it would be cool if users could rank them from top to bottom in terms of what they thought the most prevalent responses were. When they submit their ...
-2
votes
1answer
72 views

Email address database, The user inputs a series of emails then the program displays how many of each domain in java [closed]

I am writing ap rogram in which the user inputs a series of emails. After that the user has the option to press the S key and get a listing of all emails by domain. If there are any repeated domains ...
-1
votes
2answers
77 views

C# or Java applet for animations? [closed]

I'm working on an interactive application to explain some algorithm.. I'm expecting the user to enter some inputs and see how the algorithm works. I am a very good C\C++ programmer but I never worked ...
1
vote
2answers
147 views

Three.JS, How to configure the camera to do not upside down the model?

I am working on a 3D model of a building using Three.JS and Collada loader. I'm improving my system interactivity, but I have two main issues: 1- When I rotate the model in the scene, it rotates in ...
2
votes
1answer
79 views

matplotlib pan-zoom colorbar axis

Matplotlib allows for the creation of nice interactive plots. Dragging while holding the left mouse button allows us to pan the plot left-right or top-bottom. Dragging while holding the right mouse ...
1
vote
0answers
102 views

Android: How can I make interactive to live wallpaper?

I am building a simple launcher I have the following code in activity: public void onCreate(Bundle savedInstanceState){ setTheme(android.R.style.Theme_Holo_Wallpaper_NoTitleBar); ...
0
votes
0answers
137 views

How to develop interactive graph using Gephi Toolkit?

I'm trying to use Gephi Toolkit to create a graph Applet and intergrate it into our JavaEE web site. But the problem is Gephi Toolkit (the Preview API) has nearly no interactive features supported. ...

1 2 3 4 5 10