Questions tagged [demo]

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

341 questions
0
votes
3 answers

Capturing Audio from a Google Glass app

I'd like to capture the audio from a Glass app I'm creating for demonstration purposes (it makes quite a bit of use of the text-to-speech engine). I have video capture working (using this tutorial), but the output videos are silent. One option I've…
fixermark
  • 1,261
  • 1
  • 14
  • 19
0
votes
1 answer

Drop Down Menu using PHP Switch/Case Breaks CSS

My newest website Preventions (opening October 29) features a Glossary page. The objective is to use any of the drop-down menus to show more information about one of the terms I use for my newest basketball metric. There is one big problem: every…
Wammy
  • 39
  • 11
0
votes
1 answer

Wordpress Demo Pages for Tutorials

I have a few tutorials that I would like to write up. Many web-based tutorials have a demo page and a zip download of the demo. I can easily upload a zip file to my post, but the for the demo i'm not quite sure. The demo page would need to be…
Schneems
  • 14,918
  • 9
  • 57
  • 84
0
votes
1 answer

I am learning Paypal implemention on my webpage which is offline

I got the below mention error: Error : Security header is not valid Array ( [TIMESTAMP] => 2014%2d10%2d11T05%3a34%3a56Z [CORRELATIONID] => aa9e086c3a330 [ACK] => Failure [VERSION] => 109%2e0 [BUILD] => 13298800 …
Jimmy
  • 11
  • 4
0
votes
1 answer

Use html5 canvas or CSS3 animation to demo app snapshots

I want to create an animated app demo: load the sceenshot1 -> button click -> switch to sceenshot2 -> typing 2 lines of text. I saw a site doing similar animation (https://www.pixelapse.com/). Is html5 canvas or CSS3 the right tool to create this…
angelokh
  • 9,426
  • 9
  • 69
  • 139
0
votes
1 answer

Issues testing twilio webrtc client for conference using demo account

I created an asp.net webpage and I am using a twilio trial account (twilio client) to test click to conference. When I get connected, it plays the twilio demo account spiel and then asks me to click any number to continue. Unfortunately since I am…
Shreyas
  • 1,410
  • 3
  • 11
  • 15
0
votes
1 answer

solr example demo, cant work out where to put java folder

Ive followed this tutorial to install (multiple) solr instances on tomcat http://wiki.apache.org/solr/SolrTomcat Now i want to set up this demo but its not working http://www.ibm.com/developerworks/java/library/j-solr1/ Ive built the dw.war as…
Ke.
  • 2,484
  • 8
  • 40
  • 78
0
votes
0 answers

Demo Pre-Recorded JavaScript Functionality

What is the best way to demo JavaScript/jQuery functionality? Here is the situation, I would like to create a rough proof of concept for some functionality, but I want to pre-record it so that there is no chance of it messing up in the demo. If i…
Carlos Bribiescas
  • 4,197
  • 9
  • 35
  • 66
0
votes
1 answer

haskell i/o putstrln error when calling function

I have created a film database and functions related to the database. I am now creating a demo function where it gives results of particular functions carried out when the number is pressed in ghci. For example, when demo 2 is typed, it shows all…
user3411002
  • 783
  • 3
  • 9
  • 27
0
votes
1 answer

Are there any good grails 2 example/demos out there?

Being new to grails, but not to application development frameworks, the first thing I want to do is see what can be done and what is possible - show case projects or production websites or sophisticated examples. I found this post: Are there good…
John Little
  • 10,707
  • 19
  • 86
  • 158
0
votes
1 answer

Difference between licensed and demo Kendo UI

I'm using demo Kendo UI on my local about 6 months. When I published my application, I referenced licensed dll. But I didn't see any difference between them. I 've searched a bit, and I saw only additionally support tickets. Can anyone tell me what…
MustafaP
  • 6,623
  • 4
  • 25
  • 39
0
votes
1 answer

Create a webpage to demonstrate C code

I have a C code which takes a file as input, processes it and gives a number as output. I want to build a html webpage which takes the file path as input, gives it to the C code. C code processes it and output(integer) is displayed in browser. Can…
Nick
  • 949
  • 1
  • 11
  • 31
0
votes
1 answer

jQuery Steps plugin async demo

I am coding using the jQuery Steps plugin and have a question about the async demo. Here is the page code:

Async Step

user2985419
  • 553
  • 3
  • 9
  • 23
0
votes
2 answers

Where can I find a full featured demo application of a scala web application with a db backend?

I've been really interested in scala for awhile. Now that Intellij 13 has better Scala support it seems like its becoming more and more practical to work with. For example they have SBT support. Now I have a bit of a finicky learning style. If I…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
0
votes
1 answer

XML error flagged Intermittently by ADT

I downloaded the "activity-lifecycle" demo project (http://developer.android.com/shareables/training/ActivityLifecycle.zip) and imported it into my eclipse ADT workspace. It built and ran perfectly. I started reading the code and found that there…
poxxo
  • 31
  • 1
  • 5