This tag groups questions regarding general aspects of presenting data to the user.
Questions tagged [presentation]
461 questions
0
votes
1 answer
PowerPoint Interop - Start presentation with slide index (not fullscreen) with C#
I'm using the code below to start a presentation in C#:
var app = new Microsoft.Office.Interop.PowerPoint.Application();
var pres = app.Presentations;
Presentation objPres = pres.Open(@"C:\test.pptx", MsoTriState.msoTrue,…

red
- 119
- 2
- 9
0
votes
1 answer
Correct formatting for long strings
This isn't so much a question with a problem with a section of code but how it should be correctly laid out when a single lengthy sting is forced onto a separate line.
For example say I have the below line of text in a small text area.…

dev
- 3,969
- 3
- 24
- 36
0
votes
2 answers
html5: why not just use span and div exclusively?
As long as you preserve the separation of meaning (using classes and ids) and presentation (css), why not just use span and div exclusively?

anonymous
- 153
- 5
0
votes
0 answers
Raster graphics disadvantages of HTML/CSS presentations
Many programmers prefer the idea of building presentation with just the help of a text editor instead of using a GUI tool.
With the help of the JavaScript code provided by impress.js, it is possible to create an animated presentation using HTML/CSS.…

Penguin Nurse
- 51
- 3
0
votes
1 answer
Some kinda JSTL Messages Tag
Is there a JSTL tag specifically for displaying messages, and only if there are messages to display? So that I don't have to surround the displaying with an "c:if" tag.
If so, how do I use it? How should I add the messages to be displayed?

Henrique Ordine
- 3,337
- 4
- 44
- 70
0
votes
1 answer
Showing multiple PowerPoint presentations in selected order
Has anyone heard about an application in which I could e.g. drag'n'drop ppt files in some order, and then play them in the loop?
I don't want to insert slides/file in PowerPoint, I have a lot of presentations and I want to display each day a…

user1720143
- 1
- 1
0
votes
2 answers
HTML Presentation Toolkit
I've seen HTML presentations like these four a lot :
http://estelle.github.com/mobileperf/
http://slides.html5rocks.com
http://html5apps-io2010.appspot.com
http://www.igvita.com/slides/2012/wordpress-performance/
I want to know the specific tool…

anjanesh
- 3,771
- 7
- 44
- 58
0
votes
1 answer
html5 presentation
I've been looking at http://html5slides.googlecode.com/svn/trunk/template/index.html#1 and was wondering is it possible to modify this code so that there could be more than just one row.
For example, right now it only slides left and right but if I…

Tomarz
- 1,097
- 4
- 15
- 25
0
votes
1 answer
"Go To" and "Back To" in Google Docs API?
How can I set a page, go to a next or go to the previous page in a Presentation of Google Docs using the Google Docs List API v3?, is possible to do them?.

Julio Del Valle
- 381
- 1
- 4
- 17
0
votes
3 answers
Decimal Presentation : different purpose between zoned decimal and packed decimal
I'm learning Computer Science course and when I read to these definition, I understand. But I don't know what different purpose of two presentations and why.
Here some short explanation of purpose that my book said:
Zone decimal : hightly compatible…

hqt
- 29,632
- 51
- 171
- 250
0
votes
1 answer
Switch case in MustacheJs
Using Mustache js (a logic less templating) is there a way i can achieve switch case? this i need because a class is assigned to dom element based on the value for example:
switch(tasks.Count)
{
case 0:
element.Class = "no-tasks";
…

Deeptechtons
- 10,945
- 27
- 96
- 178
-1
votes
1 answer
How to build a presentaion page for all the articles in specific category in Joomla?
This is what I have in mind:
Can anyone point out some relevant resources?
Thanks.

Yeseanul
- 2,787
- 4
- 21
- 25
-1
votes
1 answer
parallel presentation player
I am looking for a Web-based Player which can display i.e. the presentation on the left side and the lecturer on the right side. With a button click (or other action) the user has control about the visibility of the lecturer, but the presentation is…

hubbl
- 266
- 1
- 3
- 9
-1
votes
1 answer
Keynote: how to export all slides as one single page?
I have a Keynote presentation in which a slide smoothly flows into the next one, graphically speaking. Is there a way to export Keynote slides as one single long page, JPEG / PDF? (Any option would suffice actually.) Didn't find any solution in…

whoisgary
- 1
- 2
-1
votes
1 answer
How can we (or might we) achieve presentational sound effects via CSS?
If we start by accepting that:
HTML is for structure
CSS is for presentation
JS is for behaviour
N.B. We can debate whether presentation which responds to user
interaction is simply another way to say behaviour. That's certainly one…

Rounin
- 27,134
- 9
- 83
- 108