0
votes
0answers
10 views
How to convert a S5 presentation into PDF?
I am using reStructuredText & rst2s5 to create S5 slide presentations. It is great but I also want to have the presentation in PDF. How can I convert S5 to PDF?
0
votes
1answer
33 views
Presentation content management system?
I need a simple presentation software that:
plays presentation in infinite loop
allows me to easily edit content in
rotation (add, remove, order, hide,
etc.)
can render typical p …
8
votes
2answers
86 views
What is the best presentation tool for technical stuff?
While recently exploring prezi I realized there have to be better tools than Powerpoint for presenting something, especially technical stuff.
What differentiates technical stuff f …
0
votes
2answers
33 views
Use productivity tools in presentations
I was wondering how people think about using productivity tools like Coderush or Resharper in live demos. Is it a don't and should someone only use the most default settings of the …
1
vote
0answers
27 views
Recomendations for Creating a Picture Slide Show with Super-Smooth Transitions (For Live Presentaiton)?
Hi everyone,
I'm doing a theatrical performance, and I need a program that can read images from a folder and display them full screen on one of the computer's VGA outputs, in a pr …
3
votes
13answers
197 views
Getting your programming/developer team up to speed
I recently left a large university hospital for a much smaller one because of the pay increase and because it was a career booster. Of course these two things would generally be so …
0
votes
4answers
107 views
Domain Driven Design: LINQ vs. presentation model
Does LINQ substitute the presentation model in DDD?
I read in the book "ASP.NET MVC in Action" about presentation models.
I wonder why to build a presentation model?!
For insta …
0
votes
4answers
108 views
Can I access a repository from presentation layer?
Hi,
I am starting with DDD. I am a bit confused with the interaction between the several layers involved in a DDD application.
Can I call my repositories from my presentation la …
4
votes
5answers
522 views
Presentation, Business and Data Layer
I just started programming in C# and was reading about dividing your application / website into the three different layers was the best practice but I am having a hard time underst …
0
votes
1answer
141 views
JSF CSS panelGrid - how to make its contained elements all constant width
For instance, right now I am trying to add a panelGrid to my page that contains X buttons. Each button has different lengths depending on how long the text is associated with it. …
2
votes
1answer
111 views
MVVM/Presentation Model With WinForms
Hi, I'm currently working on a brownfield application, it's written with winforms,
as a preparation to use WPF in a later version, out team plans to at least use the
MVVM/Presenta …
1
vote
4answers
111 views
object served for communcation between business layer and presentation layer
Hi all,
This is a general question about design. What's the best way to communicate between your business layer and presentation layer? We currently have a object that get pass …
1
vote
2answers
761 views
How to Remove Footers of LaTeX Beamer Templates?
I am using the "beamerthemesplit" template of the Beamer LaTeX package. This templates includes the author's name and the title of the presentation in the footer of all pages. Is a …
2
votes
4answers
242 views
How can I produce report quality tables from r ?
If I have the following dataframe called result
> result
Name CV LCB UCB
1 within 2.768443 1.869964 5.303702
2 between 4.733483 2.123816 18.551051
3 t …
1
vote
5answers
237 views
WPF Databinding Calculated Value sometimes minutes sometimes hours
I have a WPF window with a textbox, using standard WPF Databinding to an object. This all works fine, the issue is this:
The user is entering a time estimate, I would like to give …
