Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

41
votes
19answers
1k views

Should css class names like 'floatleft' that directly describe the attached style be avoided?

Lots of websites use class names like floatleft, clearfloat, alignright, small, center etc that describe the style that is attached to the class. This seems to make sense so when writing new content ...
29
votes
7answers
11k views

Basic framework for presentations using HTML5 + javascript [closed]

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 ...
18
votes
2answers
3k views

Hide presentation controls in LaTeX beamer presentation

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 ...
17
votes
7answers
519 views

R demos for presentation

I know this is barely programming related, but I'll have to show some intuitive, straightforward and possibly very appealing R presentation so that a department at my current institution will start to ...
13
votes
4answers
7k views

UIModalPresentationFormSheet resizing view

I am interested to know on how i can resize the view when using UIModalPresentationFormSheet of modalpresentationstyle, it looks like it has a fixed size so i was wondering if anyone out there did ...
13
votes
2answers
621 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 from other stuff in ...
10
votes
11answers
675 views

How to present your code to potential buyers?

I'll do a demo of my code to slightly non-technical audience, and I need to show them what I've got in my project (about 15K lines of code). I'm trying to convince them that I've spend time on the ...
9
votes
2answers
16k 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 anyone aware of any ...
8
votes
4answers
2k views

How do I embed source code or HTML in Open Office Org Presentations without using screenshots?

I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code). I don't find a easy way to: Copy my source code from my ...
8
votes
13answers
313 views

How to best present unit testing to management?

I am preparing a presentation about unit testing to managers. My team has been writing unit tests for years now but other areas of the company seem to have a hard time adopting it. I can get ...
8
votes
9answers
431 views

How to do a presentation for your co-workers containing lots of code?

I'm supposed to do a presentation for my co-workers on a web framework I evaluated. These people are developers and hate long and boring PowerPoint stuff, so I got lots of little code snippets. I also ...
7
votes
5answers
834 views

HTML presentation slides with Python syntax highlighting

I'd like to create slides for my presentation. My presentation will contain these: slide title, bullet points, code snippets (in a monospace font), some code lines highlighted as bold, Python code ...
6
votes
3answers
70 views

How do I provide color coded code in my project website

Which javascript library should you use for the above purpose?
6
votes
6answers
178 views

1 Hour for Human Factors and Usability [closed]

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 ...
6
votes
3answers
1k 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? S5 are HTML based... one of S5 ...
6
votes
6answers
5k views

How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Docs Presentation though I can also work on the presenation within Open Office that will include code snippets. Is there any easy way to perform basic ...
6
votes
10answers
549 views

Do you buy the reuse story for the presentation layer in MVP and its variations?

Besides the unit testing benefits, what I heard regarding MVP pattern was that the reusability of the presentation layer. So, you would design one presentation layer and use it for WinForms (rich) ...
5
votes
4answers
669 views

How to make PDF presentations in Markdown

Is there a LaTeX style, header, or something so that e.g. markdown2pdf from pandoc would produce a PDF having a new page with each H1/markdown heading? Cheers
5
votes
3answers
826 views

Make Label/TextBlock readable on glass using blur effect

I'm using WPF 3.5 SP1 and I want to achieve something like this (the glass-part is already done): (Source) (Source) You can see nice blur around the text, which makes it very well readable. I ...
5
votes
5answers
312 views

Good framework for a C# developer to use for visually stunning presentation layer

I am about to write a front end app, which will be used as a media center app. It will plug directly into a high definition TV. Essentially transforming my laptop into a media player. While this ...
4
votes
4answers
1k views

How to display pressed keyboard shortcuts on screen during presentations or screencasts?

There are tools that monitor what keyboard shortcuts you just pressed and display them on screen. That is very handy during presentations or screencasts. To see an example, have a look at these Mac OS ...
4
votes
4answers
609 views

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 ...
4
votes
6answers
7k views

Best font size for Latex Beamer

I am preparing a presentation in latex using the beamer package. I am wondering what font size "pros" who give a lot of presentations use to make sure people in the back of the room can see. The ...
4
votes
1answer
706 views

Creating Powerpoint/Keynote Presentations with scriptability?

Lately I have been creating PowerPoint presentations to companies. I have mostly been doing this in PowerPoint. Basically they are created by the same design, but just different numbers in set places, ...
4
votes
3answers
2k views

MVVM/Presentation Model With WinForms

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/Presentation model, and bind it ...
4
votes
5answers
3k 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 understanding exactly how. ...
3
votes
1answer
82 views

Using a CMS as a dynamic presentation engine

I need to prepare a business presentation that will be shown on several monitors in the company. This presentation will show both static contents (essentially HTML pages and images) and dynamic ...
3
votes
1answer
81 views

Dynamic Presentation of Data in an ASP.NET Application

I've been trying to figure out a way of presenting data dynamically but have been having no luck. I have an alert system (which consists of a SQL Server DB table) and then I want that for each ...
3
votes
1answer
247 views

Incremental bullet points with HTML5 or jQuery?

I have very little HTML knowledge, so this is probably a very trivial question. I would really appreciate any help! When I'm creating presentations with the LaTeX beamer class there is the very ...
3
votes
2answers
528 views

Best iPhone/iOS framework for Presentation Apps

Which framework do you suggest for building an application to manage presentation, like an interactive and multimedia brochure? Do you think the iOS is enough? Thanks in advance
3
votes
1answer
228 views

Presentation layer and domain model classes naming conventions

What are the naming conventions you use for application domain model classes and presentation layer classes? Postfixes/Prefixes to distinguish the aim of the class from the first sight: For example ...
3
votes
7answers
126 views

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 ...
3
votes
2answers
986 views

How to get rid of navigation bars in beamer?

How can I remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? I'm using the package beamerthemesplit.
3
votes
7answers
219 views

Advice for making a conference presentation

I participate in a couple of OSS projects and I really want to help out in marketing them, so I thought it'd be interesting and a valuable personal experience to make a presentation/talk on one or ...
3
votes
12answers
321 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 something to be ...
2
votes
0answers
30 views

Show presentation timer on only one of two cloned displays

Is is possible to show an application on only one display, if the display is cloned? My goal is to develop a timer that is shown on the laptop display during a presentation but not on the projector. ...
2
votes
1answer
71 views

Web presentation layer for different browsers and screen resolutions

I think I have some minimum foundation in HTML5 and CSS3. Currently there is much diversity of devices: conventional computer web browsers, mobile browsers, browsers tablets, etc, all with some ...
2
votes
0answers
32 views

Drawing style presentations

What tools do you use to create drawing style presentations, (something like kid's drawings) Ofcourse we can do things like draw it on paper/some ipad application or do you use flash ? for eg. ...
2
votes
1answer
77 views

Change the Background of a “Parameter Table” in Mathematica

Please consider : listA = {5, 10, 6, 9, 10, 9, 8, 0, 4, 2}; listB = {2, 8, 7, 1, 7, 6, 10, 5, 1, 5}; Column[Function[listNo, LinearModelFit[listNo, x, x]["ParameterTable"]] /@ ...
2
votes
3answers
143 views

How to generate formatted pdf or eps table using Python?

I typically have some data from a simulation that I would like to include in a presentation in the form of a table. Usually I use Open(Libre)-Office Impress for doing my presentation. I then ...
2
votes
0answers
179 views

How to enable “edit picture” option in MS Word? [closed]

Possible Duplicate: Can't we copy shape(s) from a PPT slide to word document in the orginal format in C#? When I paste a autoshape from Presentation to MS word, it will convert as ...
2
votes
2answers
77 views

Options for deploying an interface for a museum exhibit?

We are building an companion presentation that will be displayed on computer screens next to a museum exhibit. I believe the machines are going to be running OSX (no touchscreens) and the users will ...
2
votes
4answers
554 views

Firefox 3.6 destroyed my page styling!

Don't really want to blame mozilla on this one, i'm sure it could be me doing something silly but the page at: www. neverMindFixed .com the presentation will work fine on other browsers, just not ...
2
votes
1answer
85 views

Recomendations for Creating a Picture Slide Show with Super-Smooth Transitions (For Live Presentaiton)?

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 predetermined order. All it needs to ...
2
votes
4answers
829 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 total 5.483625 ...
2
votes
4answers
561 views

How can the CAPTCHA process be more user friendly or better implemented?

I have used CAPTCHA on my various web sites in the standard manner where I generated some obfuscated string of characters (odd pair of words, random number, etc.) in an image for the user to manually ...
2
votes
10answers
663 views

what kind of software do you use to draw diagram for your presentation and report?

What kind of software do you use to draw diagram for your presentation and report? Suppose you want to draw a diagram to illustrate the TCP hand shake. I use visio, but the outcome is too plain. Is ...
1
vote
4answers
119 views

What is the best practice or framework for making slides using html?

I have seen some cool slides in html, but some are CPU-consuming or browser-dependent. Since I am not very familiar with html5, I'd like to know what's the best practice or existing framework of ...
1
vote
1answer
89 views

Run continous `demo( )` with timer for changes between events

Lets say I am running demo(graphics) and I want to control the speed with which consecutive plots are displayed. Normally when I run demo(graphics) I can control when the next plot will display by ...
1
vote
4answers
68 views

How to add html code to a website but not have it actually turn to code?

I'm not sure how to describe this one. Basicly I want to show the coding of my website, in my website. So I'm not sure what tag to put. I've done some googling but i'm not even sure what I'm ...

1 2 3