presentation

Basic framework for presentations using HTML5 + javascript

Do you know a framework for making presentations using only HTML5 and javascript technologies? I'm not talking about "export" features of various presentation software (powerpoint or OOo presentation). Some requirements for the presentations made with this "framework": take advantage of the latest HTML5 features (audio, video, canvas?...

Presentation with latex, changing the width in each frame

Hello, In my presentation, I use \usetheme{Warsaw} and in order to increase the usable space in each frame, I use \useoutertheme{infolines}. In this way, the bar at the bottom of each page is equally divided between author's name, title, and date and slide number. Is there anyway to change the width of each section? For example, I need ...

vb.net, full number presentation with small double number

if I have a small double in vb.net like this: dim x as double = 0.00000003 a conversion to a string would produce a E-presentation (3E-7). in debugging the value it will be shown as full number (0.00000003). how can I get the full number in a string? ...

Best practice to handle Parent Form Child Form relation using Presentation Model

According to Presentation Model notes by Martin Fowler and also on MSDN documentation about Presentation Model, it is explained that the Presentation Model Class should be unaware of the UI class and similarly Business Model Class should be unaware of the Presentation Model class. The UI should databind extensively to the Presentation ...

WPF PresentationFontCache. What is this?

Hey Guys, I have .Net 3.5 SP1 with developement done in WPF. Whenver I run my WPF application I see a process named "PresentationFontCache" appears in my Process List (on Task Manager). The process, though appears harmless, actually resides in the memory even after the WPF application is closed. What is this process actually? What doe...

An image from byte to optimized web page presentation

I get the data of the stored image on database as byte[] array; then I convert it to System.Drawing.Image like the code shown below; public System.Drawing.Image CreateImage(byte[] bytes) { System.IO.MemoryStream memoryStream = new System.IO.MemoryStream(bytes); System.Drawing.Image image = System.Drawi...

mvc presentation model best-practices

Hello, everybody How do you usually convert business objects to presentation? For example: Business object Person { Id, FirstName, LastName, Patronymic ... } should be presented as "LastName F. P. " in html layout. We use Presentation classes hierarchy to represent data ready for output from Business model. Questions: Will you k...

How to show a live Presentation from an Android phone?

This is not closely related to programming stuff, so I marked as community wiki. I am wondering how can I show a live Presentation from an Android phone? I want to put on a big screen my app, while I am presenting at a conference. I will directly interact with the phone during the presentation and I want the mobile screen visible on th...

How do I highlight available days in a Calendar control in WPF?

Hello, I wanted to highlight some range of days in a Calendar in WPF, and make any other day in the calendar unavailable. So the user could select only the highlighted range. The problem is, I havent found anything useful to do so yet. The control itself doesnt support data binding at all (although it has Data Context property :-)), whic...

Whats your dream Java Open Source Web User Interface stack

I am polling to discover what tools, libraries and systems you would use to build an advanced CMS-like site on. Imagine a good CMS, or something like the Force.com platform. We want to enable the end user and internal users to create pages using drag and drop selections. We imagine we need a leading Javascript library. Something that ...

What is the best desing pattern to design the interface of an WebPage?

I am trying to build the interface of my WEB site using OOP. For this I need to have several objects like menu, thumbnails, contentBoxes joined together to form a complete layout. I know OOP is not used for presentation but I need to do it anyway. Can anyone help me on this? ...

MSXML and presentation layer

Hi, I have read that ebay uses MSXML framework for presentation layer. Can someone explain why this way is better. How they achieve performance this way? My question is why they are using MSXML? Regards ...

Hide presentation controls in LaTeX beamer presentation

Hi, I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the bottom of the slides? I don't use those controls an they sometimes collide with the slide's text. Thanks for fast answers! ...

Separation of presentation and business logic in PHP

I am programming my first real PHP website and am wondering how to make my code more readable to myself. The reference book I am using is PHP and MySQL Web Development 4th ed. The aforementioned book gives three approaches to separating logic and content: include files function or class API template system I haven't chosen any of th...

customed animated object presentation like google

Hi All, I want to create presentation like Google does with a costumed character objects. for example visit following link http://www.youtube.com/watch?v=m4Q9MJdT5Ds&feature=player_embedded ...

Android & HDMI: Other use than videos/slideshows

I'm looking for an Android device suitable for presentation of Android applications. I seen that some devices are starting to include support for HDMI TV out, which is great but they all seem to only allow usage for video and sideshow playing purposes. Do anybody know if there is a way (or device) that allows you to have the Android sc...

1 Hour for Human Factors and Usability

I have volunteered to give a one hour lunchtime briefing at my workplace to our user experience team. I have a passion and love for human factors and user interface design and have had my hand in it for entire (albeit short) career. The problem I am having is it has been very difficult for me to decide how to focus this discussion so t...

Beamer latex question

How to remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? (The usepackage I use is beamerthemesplit} Thanks! ...

Explaining a concept: Does showing code early make it clearer?

I guess this is a question that may interest many, so please discuss! :-) Now, imagine you want to show people you work with a concept for future development (like a new product or a new technology you want to introduce). Does it make sense to show code early or would you go with the PPT first? Or what would you recommend? ...

Split interactive Keynote .mov (Quicktime) to one .mp4 file per slide

Hallo everyone, i wonder if someone knows a solution to my problem. I have a Keynote presentation with a lot of animations. I converted/exported this keynote presentation to a interactive .mov (Quicktime) movie. It means that you can use Quicktime to play this converted presentation movie and advance in the slides by pressing any key or...