O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Remembering every new user interface element and expecting to know how it works intuitively doesn't always work the way developers expect it to. If you've recently upgraded to Windows 8 and wo...
The excerpt below from Learning Android offers a look at working with threads in Android. A thread is a sequence of instructions executed in order. Although each CPU can process only one instruction a...
There are two ways to create a user interface (UI) in Android. One is declarative, and the other one is programmatic. They are quite different but often are used together to get the job done. The foll...
It's a good idea to maintain an identifiable uniform look when creating an application. The following excerpt from the recent O'Reilly publication Designing Interfaces, Second Edition can help...
When designing a mobile version of your website it can be helpful to streamline the branding elements from your main website. The following excerpt from Designing Interfaces, Second Edition offers sev...
Answered by DarkFlib : Jan 25 2011 09:26 AM
You don't say if you have any programming skills. What you are asking isn't easy without programming. With PHP for example, you could use FPDF, libpdf or Zend_PDF for the pdf output option, ju... full answer >
The following excerpt from Learning Flex 4 shows you how to work with states in Flex's Design Mode. First, create a fresh project called StageRight, switch to Design mode, delete the Application c...
The following excerpt from Learning Flex 4 explains the different options available in Flex 4 for accessing external data services.Although the HTTPService component is a handy resource, you may requi...
It doesn't take an Einstein to realize that time is relative (file under "time flies when you're having fun.") Stuff happens faster or slower depending on the environment, distractio...
An alert is an app's emergency brake. It's the blue box that pops up in the middle of the screen, stops the action, and makes an announcement. Like a modal view or action sheet, an a...