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
1
vote
1 answer

JavaDB demo folder is missing

I installed the whole enchilada - Netbeans 7.4 All (204MB download). According to the documentation, I should have JavaDB and Glassfish and everything else. I am trying to learn JavaDB by using the tutorials at…
1
vote
3 answers

Additional SQL Server sample databases to practice with

I'm helping a friend learn SQL, and need more databases to help him get more practice. We have of course AdventureWorks, Northwind, and Pubs. Does anybody know of any other SQL databases samples that might be available to download? I know some…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
vote
3 answers

highcharts line-ajax example/demo

I'm new to highcharts - I am having difficulties getting the highcharts line-ajax demo working (from examples/line-ajax/index.htm) The demo code includes analytics.tsv', apparently because it is tab delimited. However the index.htm file is looking…
paul1923
  • 81
  • 5
1
vote
2 answers

Android app development suggestion/ workflow

I am trying to develop an android application, which will allow the user to send his correct gps location to a remote server and can list his previous recorded gps locations from remote server. I am a bit confuse about what to use at which level and…
1
vote
1 answer

How to create a transparent demo on Android?

I'm try to make a transparent activity in my Android application. This is an example picture: Does anyone know a library that can do this ?
lopez.mikhael
  • 9,943
  • 19
  • 67
  • 110
1
vote
4 answers

Good tool for creating demo animations for Web pages?

I'm not finding any recent similar questions answered. I want to create simple animations like that found here: http://hull.io Any suggestions for tools to create and then deploy these? I'm guessing this is a Javascript library.
Oscar
  • 2,039
  • 2
  • 29
  • 39
1
vote
2 answers

Doctrine 2 "demo" data - filling tables with development data

What is the best way to manage demo (development) data in application which uses Doctrine 2 ORM? When I didn't use this ORM I simply draw diagram in MySQL Workbench and I used the "inserts" tab of each table to populate it with data. In Doctrine 2 I…
grongor
  • 1,305
  • 1
  • 13
  • 26
1
vote
1 answer

Error running Tapku demo project

I'm try to run TapKu iOS demo project downloaded from: https://github.com/devinross/tapkulibrary/branches I build without errors but when it comes to be installed on the simulator, I get this error message: [AppDelegate_iPhone window]: unrecognized…
Claus
  • 5,662
  • 10
  • 77
  • 118
1
vote
3 answers

Yii: Creating a Demo Site Without Replicating the Code Base

I need to set up a demo site for users to try a web app before signing up. The demo would be based on production code, however, it would require minor code changes: connection to a demo database, automatic creation/login of a new guest account for…
Jason George
  • 6,992
  • 8
  • 44
  • 60
1
vote
2 answers

Josh Smith's MVVM Demo App: Add commands to MainWindowViewModel's command list

I have a question concerning Josh Smith's famous demo app on MVVM. I try building a "real" application around it to learn WPF. He creates this CommandsList in the MainWindowViewModel containing 2 Commands (create new and view all customers). This…
Michael Niemand
  • 1,578
  • 3
  • 23
  • 39
1
vote
1 answer

How do I get the browser's "back" button to to clear the previous state of a d3.js visualization?

I'm using D3 to develop a "Radial Hub and Spoke Chart" (a.k.a. a "Radial Wheel") from pie layouts and arcs. I've set the wheel up to enable all arcs and nodes with HTML links that all work fine. I've also set the wheel to use mouseover events to…
Information Technology
  • 2,243
  • 3
  • 30
  • 46
1
vote
1 answer

Liferay 6.1 Demo porlet error

I am trying to get some of the demo's working, but have been having problems. I am using Tomcat 7 + MySql. When I try to the jsf2 portlet demo found at:…
Alex H
  • 431
  • 5
  • 13
1
vote
2 answers

Which tools to use to record screen for a presentation?

I have a presentation in the next few days , it's for my final year project in computer engineering... I have to show a demo of my work , so I'm wondering what will be the best tool to use to record the demo from my computer (with autozooming etc) ,…
RedhopIT
  • 609
  • 2
  • 7
  • 20
1
vote
1 answer

how set up a single symfony application able to allow multiple users, each with a dedicated database?

I have a Symfony application, for which I would like to implement a demo online. This demo should allow each user to have its database, not to be shared with others. Since I would like to avoid to create a new virtualhost for each user, pointing to…
Gombo
  • 708
  • 2
  • 10
  • 20
1
vote
2 answers

wxpython demo implementation

I am a beginner in python but I would like to program a simple game using Python's "Button Panel" Demo code. I am not sure however on how to take that code out of the demo application and use it in my own application. Specifically, the following…
user1246462
  • 1,228
  • 3
  • 11
  • 20