demo

Need a C# example of unintended consequences

I am putting together a presentation on the benefits of Unit Testing and I would like a simple example of unintended consequences: Changing code in one class that breaks functionality in another class. Can someone suggest a simple, easy to explain an example of this? My plan is to write unit tests around this functionality to demonst...

JSF table component with high demo value

As part of an ongoing quest for a nice web demo in a couple of weeks we now have a list of customers where we are considering presenting an HTML table with a row of core details for each, and then allowing the user to ask for additional details. This could be in a mouse over, an opening up the table inserting a panel of details, or open...

Any good free website template or theme for wordpress or joomla to demo my phone apps?

I want to build a site to introduce my phone apps and guide users to the app store. is there any good theme or template for me to get start? I need to put all my apps together and have separate page for single one. ...

has any more MVCObject demo ?(google maps v3)

i have a demo : http://code.google.com/intl/zh-CN/apis/maps/articles/mvcfun.html but , i can't understand clearly , so has any more demo about it , thanks ...

How to demo examples of embeded systems?

It seems that a lot of small business people have a need for some customized embedded systems, but don't really know too much about the possibilities and cannot quite envisage them. I had the same problem when trying to explain what Android could do; I was generally met with glazed eyes - and then I made a few demos. Somehow, being able...

what limitations are there to creating demo accts or rather a whole position to just create test data

I was wondering if there are job titles like "Test Data Creator". Seems like the lack of data is a real hinderage to the development process. In fact, some programmers have remarked that is actually the hardest part of a project. Is there a fundamental process limitation that makes this impractical? Like for any company, once an employe...

Application installation date

Hello. I would like to know if there is anyway to know the date at which an application was installed in an Android phone. I would like to know this in order to implement a time limited trial / demo version of an application. I could save the date on the first usage, but a tech-savvy user could use ADB to change the database or delete ...

Where can I find old PDF documents illustrating the new features of each PDF specification

A proprietary PDF reader is being created. In order to test if everything is working I'm looking for old demo documents that would illustrate the new features of each edition. With those documents I can test how well the reader works by viewing the old PDFs in it. Where can I find the said demo documents relating to the specifications ...

Current way to setup ASP.NET site with demo data?

I need to set up ASP.NET and connect it to some demo (northwind) data. Considering all the versions of SQL, what is the most current /efficient way to get a database into a project and do a select against it? This question arose once we discovered we could download a MDB and a MDF format of northwind... ...