The demo tag has no wiki summary.
-1
votes
1answer
40 views
+50
HyperSpace from codepen doesn't work for me when I copy it
HyperSpace is neat demo that (I think) only uses css.
But when I copy the html and css to my directory, it doesn't work.
Q: What am I missing?
0
votes
1answer
48 views
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 ?
-2
votes
2answers
49 views
How to get client side login user name [closed]
How to get client side login user name of Windows OS by using Javascript. I have already tried the C# coding "Request.ServerVariables["REMOTE_USER"]" but this has not work to me. Anyone kindly help ...
0
votes
0answers
7 views
entire subdomain backup and restore every x minutes?
Very sorry - this isn't a hardcore coding issue. More of a database and file system backup & restore.
Thought I'd ask as I'm reasonably sure someone's done something like this or would know where ...
0
votes
3answers
39 views
Documentation demo? [closed]
I am an ex developer who is now a technical writer and I am creating a new documentation team, including content architecture, in a very strict Agile environment.
Following each sprint my R&D ...
1
vote
4answers
65 views
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 ...
0
votes
0answers
55 views
Good frameworks to create a demo for new users [closed]
I have a site that is intended mostly for companies, and which requires some kind of introduction for new users so they know 1) what the site can do, and 2) how they should begin using it.
Do you ...
0
votes
0answers
13 views
Create Offline Demo Environment Database Substitute
I would like to know if there is a best practice for creating demo environments that substitutes database interaction into other forms of resource
i.e.
creating .json files containing the data that ...
0
votes
1answer
93 views
How to remove index.php from JQuery File Upload Demo PREVIEW FILES
I have a photo uploading website and I Recently added an index.php to my photos directory.
But it also shows up in my jQuery File Upload. How to Remove It?
PS : See attached image[in link]...
...
0
votes
1answer
105 views
Google Maps SDK v1.1.2 for iOS demo doesn't work?
I'm using the current version 1.1.2 of Google Maps SDK for iOS.
1.i added apikey.
2.Compiled successfully,
but can not run.i can't see anything.
http://i.stack.imgur.com/iyIHs.jpg
Anyone who has ...
-1
votes
1answer
81 views
iPad iOS6 where to find Autolayout programmatically example project
I'm looking for an example xCode project that can demonstrate how to apply autolayouts to UIViews programmatically. I see quite a lot of questions that deal with how to apply autolayout, but I'm a ...
-1
votes
2answers
86 views
Does anyone know a demo JSON server? [closed]
I am building a library that makes calls to a server that returns JSON. I'd like to be able to test this library. This would require my testing code to make a call to a working server that returns ...
0
votes
0answers
35 views
mediaelement.js demo: missing files
I am playing with the demos coming with mediaelement.js, and found that there are some media files missing:
perfect-timecoded.mp4
perfect-timecoded.ogv
frameaccuracy_logo.jpg
KR Andreas
0
votes
1answer
75 views
MongoDB demonstrate sharding
This is not a technical question, although I need help. For a school project, I set up a mongodb sharded cluster. Now I have to do a video that demonstrates sharding. I could run a program that fills ...
-6
votes
1answer
60 views
What's that mean in android layout [closed]
I see these layout-h550dp, layout-sw480dp ,layout-w1024dp in api demo,tell me what's mean 'h' in layout-h550dp, 'sw' in layout-sw480dp ,and 'w' in layout-w1024dp .sometime i want to add layout ,but i ...
0
votes
1answer
124 views
Selenium Grid Demo Failing
I am having problems getting the Selenium Grid demos to work. I try to run the tests in sequence, and although they run they all fail, without any browser being started. I have tried to run the tests ...
0
votes
2answers
106 views
Trying to get this responsive navigation to hide secondary
Okay, I have this responsive navigation in place, and it is amazing:
http://media02.hongkiat.com/responsive-web-nav/demo/index.html
Works on everything right down to a Crackberry. For the purpose of ...
3
votes
4answers
123 views
Managing the demo version of software
I have a software product written in VB6. It is a paid software product and it has a demo version for 1 month.There is no separate setup file for demo version.The software on entering the product key ...
0
votes
1answer
321 views
Cannot compile Vitamio demo
I successfully installed the Zi library and the VitamioBundle, but I cannot achieve to compile the VitamioDemo example.
Eclipse says that the methods setVideoPath, setVideoQuality, setMediaController ...
0
votes
2answers
57 views
What's the best to distribute preview / beta apps to customers [closed]
As a small company we are developing iOS apps for different customers and currently we have a normal developer account. Usually all our customers want to see their app on some of their devices before ...
1
vote
1answer
84 views
How to make a demo game in Unity3d?
I have developed a game in unity3d for pc and mac. I want to publish the game with 30 days trial period.
How do I make it? How do I write into the system registry. What things that I should keep in ...
0
votes
5answers
850 views
When i press run button it shows no compatible devices found
i am following http://developer.android.com/training/basics/activity-lifecycle/stopping.html. i downloaded Demo Activity-lifecycle from here . when i press run->Android-Application it shows NO ...
3
votes
5answers
2k views
Demo applications build with CodeIgniter
I've been learning how to work with CodeIgniter for a few weeks now, but I'm a little stuck on how to build a real application with it.
Are there any open source demo's that I could use to see how ...
0
votes
1answer
80 views
QT creator can't open audio examples
QT creator won't open multimedia examples. When i try to open an example, i get a popup with the warning: "The project you are about to open is located in the write-protected location: /". I then have ...
1
vote
2answers
94 views
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 ...
1
vote
1answer
128 views
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 ...
1
vote
3answers
255 views
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, ...
0
votes
0answers
59 views
Launch browser from url within ndefrecord
I have created a Near Field Communications smart poster tag, and like to get the device to launch the browser with that link inside it. I am using the NFC demo, and my device does not support NFC. I ...
2
votes
1answer
418 views
Tabris “Hello World” application not shown
I am trying to follow the hello world tutorial at http://developer.eclipsesource.com/tabris/docs/gettingstarted-hello-world. I setup everything as explained but when I try to launch the browser
an ...
0
votes
0answers
109 views
Tunnel effect in Pygame using ellipse
I'm trying to create an oldschool demo-like infinite tunnel effect. So basically I want to create an ellipse (or multiple ellipses) that get bigger, and after a certain limit it gets removed and new ...
0
votes
1answer
99 views
How to construct a magento theme demo site? [closed]
Now I need to construct a magento theme demo site holding dozens of themes, but there are several problems remaining to to be solved.
Usuallly, administrators can change a site's theme through admin ...
0
votes
0answers
52 views
Adding expiration to an executable [closed]
We are currently automating all of our builds. We have a product where we only want the product to run for 120 days. Our old process involves using a program called LFEdit. This allowed us to ...
0
votes
2answers
112 views
Google App Engine Production-Like Environments
It would be nice if, once new code is tested, I could release changes to either a particular subdomain of my GAE app (such as demo.my-gae-app.com instead of my live environment at my-gae-app.com) or a ...
3
votes
1answer
133 views
R Blotter demo not working under linux
I am looking to run the r blotter demo program under linux, and get the following error when I run demo(amzn_test)
> # update the portfolio stats
> updatePortf("amzn_port",Dates="2010-01-14")
...
15
votes
6answers
3k views
How do you create a transparent demo screen for an Android app?
I'm trying to create a semi-transparent demo screen that is launched only when a user first installs my application. Here's an example from the Pulse News app:
Galaxy Nexus
Nexus One
Instead ...
0
votes
0answers
53 views
How to change openGLES demo's brush type?
I have a demo of openGLES.
From here: http://developer.apple.com/library/ios/#samplecode/GLPaint/Introduction/Intro.html
When I draw,the line 's edges like fog or gas,I just want it be ...
1
vote
2answers
860 views
access code from an example demo primeface
I want to see the code of this demo of component primeface : http://www.primefaces.org/showcase-labs/ui/layoutMailbox.jsf
when I can find it?
0
votes
2answers
292 views
Blackberry GPS Test Demo
Can you please help me to create Blackberry GPS Sample Demo? Actually I am messed with so many devices of Blackberry and some has GPS receiver and others don't have.
If the device has GPS receiver ...
2
votes
1answer
455 views
d3js column graph, change number of columns on click
I have a column graph which displays fuel usage over time.
The initial view is total by year (up to 10 columns).
When a year's column is clicked the view should switch to a monthly view (12 ...
0
votes
1answer
360 views
Example of d3.js animated Radial Chart [closed]
Does anybody have an example of a d3.js Radial chart that's animated?
3
votes
1answer
3k views
How do I create a multiline chart using d3js with json formatted for nvd3?
I created a multiple-line chart using nvd3, but was unable to modify it in some important ways. I would like to roll my own using straight d3js, but I'm struggling with thinking in joins.
I need to ...
1
vote
1answer
130 views
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. ...
0
votes
1answer
109 views
Rails Remote Development Server iPad/Laptop Demos
I have a Rails application running on a remote Linux desktop at work via localhost. I wanted to be able to do live demos when I'm away from my desktop for business meetings and such without going ...
0
votes
0answers
37 views
Could anyone enlighten me on this? Set Directory Mode
I am looking at a site about tournament brackets and I am only using this as a reference for it is copyrighted, but as I am testing the code, I cannot seem to save the changes I make even though I ...
1
vote
1answer
454 views
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: ...
0
votes
1answer
95 views
Deploying Trail and Full version settings using Adobe Air for iOS/Android
How to deploy demo/trial version from iOS/Android Apps using Adobe Flash/Adobe Air to upload my app to the appstore or android market.
Thanks,
0
votes
1answer
330 views
Templates for Richfaces4 pages
I am trying some sample of richfaces4 in tomcat7.
If I copy the code in the "view source" of http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=panel&skin=emeraldTown to a ...
-1
votes
2answers
153 views
Creating a product's video demo [closed]
I have built a product for which I want to create a nice and short demo video, so that users can get to see how it ideally should be used and at the same time be aware of what all it can do - all this ...
2
votes
1answer
361 views
How can I make a time-limited trial application?
I'd like be able to make a time-limited trial version of my application, but I'm not sure how I can reliably determine whether or not the user attempted to reinstall the application after the ...
0
votes
1answer
63 views
Not receiving the broadcast while running the LocationPollerDemo
I've searched through a number of the questions and answers in regards to the LocPoller from Commonsware and haven't found the answer to my problem. I have tried using the demo of the latest from ...





