The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
26 views

What to say for presentation of WCF unit testing and testing in general [closed]

making a presentation on WCF presentation... What should I really be covering only have about 5-7 mins tops windows with 3 slides... Points I have so far: Acceptance Testing ⑨ Acceptance criteria ...
0
votes
1answer
32 views

presentation tool for living-coding demo? [closed]

I'm doing a live coding demo and am looking for some sort of presentation tool to overlay some text (e.g. "Refactoring method xyz") on the screen whilst I work in the java IDE. Does such a tool ...
0
votes
0answers
12 views

Search Criteria/Filter classes in Domain layer or Presentation layer?

We are building an enterprise app that uses Spring MVC in presentation layer, EJB in business layer and JPA for data access. The app needs to support search function for various entities based on ...
1
vote
1answer
19 views

Presentations: Intellij/Cipboard macro at human typable speed

I'm doing a presentation which much of it involves me coding with a keyboard I was hoping in order for clarity and to reduce potential error, it could be possible not have to retype some complex ...
0
votes
1answer
46 views

How to fade in/out images with impress.js

As you can see in this example, when you press < RIGHT > key, another images appear over the existing one. Looking at the source code there is only one image .svg: ...
0
votes
0answers
6 views

Could anybody recommend an alternative to slideshare?

I am doing some work for a client who has pay per view content. They want to display powerpoint presentations with sound. I need to be able to embed the content on their website, with password ...
-1
votes
1answer
29 views

PowerPoint presentation on iPad or iPhone [closed]

I have a business slideshow in microsoft powerpoint file, and need to show that to my clients using iPad. Is there any way to play my Microsoft PowerPoint presentation on iPad or iPhone?
0
votes
0answers
12 views

Lync: Capture shared PowerPoint presentation slide numbers [closed]

When sharing a PowerPoint presentation in Lync, is possible to capture the slide number of the current slide using automation and the Lync client? I've searched the Lync API and Lync Controls docs ...
0
votes
1answer
33 views

Android 4.2 Presentation doesn't recognize external display

I've tryed to run ApiDemos from samples, it says that there is only one display. External display connected via HDMI and currently it works as a mirror display. I have Acer A511 with AOKP formware. ...
-2
votes
0answers
10 views

Slideshare call javascript function when slideshow ends

I want to call Javascript function when slideshare presentation ends. Means when presentation is on slide 24/24 and user clicks next.
0
votes
1answer
24 views

what is the Balance factor in AVL tree

I'm making presentation for AVL tree, can't understand what is the balance factor. please give me the link or any thing that I can understand graphically how height of an AVL tree's height effect
-1
votes
1answer
25 views

what is the use of AVL Tree? Please Explain [closed]

I'm making a presentation on AVL tree with complete detail of AVL but can't find the use of AVL properly please explain
0
votes
1answer
32 views

make applescript close keynote after presentation is over

does anyone know how i would achieve the following? i want to make applescript close Keynote AFTER the slideshow is finished. any idea? mybe via the class "playing" in keynotes application ...
0
votes
1answer
13 views

How to deploy only the presentation layer in JBOSS?

Just want to ask if how to deploy only the presentation layer? Im still new in using JBoss, so at the moment I am deploying all the layers, and I realize that only for some time I change on the ...
0
votes
0answers
9 views

cms to run on presentation cd [closed]

I'm trying to make cd presentation of my school. It has pretty about 200 or 300 hundred pages so making it by hand is out of question to me. And I thought it would be cool to use css javas to present ...
0
votes
0answers
55 views

Get dynamic text with python and present it in LaTeX, format depending on content

I try to gather some graphics and text from different folders and present them in a comprehensive way. For this I use python to copy them into one folder and derive a dynamic LaTeX presentation, where ...
0
votes
2answers
68 views

Disable hide of a Presentation (Secondary Screen)

I´m working on a project which should show a little presentation on a secondary display (API 4.2). Till now all is working fine. But if i close the application i can´t prevent to hide the presentation ...
0
votes
1answer
59 views

Recommendations for presentation software with realtime scrolling text

What's the best software / tool stack to display realtime scrolling names and a chart that shows a graph of donations? This is for a fundraising event and would be shown on the big screen. Donations ...
0
votes
0answers
43 views

Android presentation site [closed]

I need some site for dynamic presentation of Android apps to reference it to my CV. Fluid UI is ok, but I need something more convincing because on this site every one can build an user interface. Or ...
2
votes
0answers
27 views

copying selected spreadsheet row to presentation

I am in desperate need of help here. I've spent upwards of 100 hours trying to figure this out, and I have to admit that I'm getting nowhere, and wasting my time. My goal is to copy a row from a ...
1
vote
1answer
103 views

Webcontainer / EJB-container : JSF Managed Beans?

In which container are the JSF Managed Beans supposed to be in? In the webcontainer or in the EJB-container? As I understand it, the presentationslayer - which should be the webcontainer - should ...
0
votes
0answers
35 views

Is there a MockVault alternative to real, HTML mock-ups? [closed]

I create marketing websites for clients. I follow 37Signal's approach to skip Photoshop and go straight to html+css. I need something to present my clients their website being created (html+css), ...
0
votes
1answer
98 views

How to Pick a File when I have only part of the name?

I am building an application that opens all kinds of files from different folders. I need to open the application by subsequently opening a Powerpoint presentation which has "1" at the beginning of ...
2
votes
1answer
104 views

Eclipse/Java: easy way to consolidate classes source code without individual copy/paste?

For my Java assignments, I usually have to copy/paste my source code into my report. Business as usual. However, for bigger projects it is kind of annoying to copy and paste a bunch of classes. Does ...
0
votes
0answers
46 views

Simple(st) Code-ish Presentation Utility (like Deck.Js but thinner)

You get older; you get grey hair; and you give more presentations. Sometimes down in the grass code heavy; sometimes conceptual, process or training. I refuse to use PowerPoint or any derivative ...
0
votes
2answers
627 views

How to do a live presentation by sharing android screen?

Here you can see during the launch of Samsung Galaxy Nexus the presenter displays a live android screen. I have been searching far and wide for any software that can do the same. I have seen apps ...
0
votes
0answers
312 views

KB2592525 for Office Web apps server not installing [closed]

I have a VM with Windows 2008 R2 Enterprise 64 bit and I am trying to install Office Web apps. I am trying to install the perquisite KB2592525. But when I download and install this update I receive a ...
0
votes
0answers
51 views

Document JavaScript for Acrobat PDF

I am trying to specify different lenghts of time for each page in a PDF-presentation. I know that app.fs.timeDelay = 1,5; will make each page appear for 1,5 seconds, but what is the code to specify ...
1
vote
1answer
60 views

Remove auto generate comments

I create some classes using Model First, EF4x as you can see a similar example in this answer from algreat. My question is about the default comments that are generate as it shows in the block-quote ...
0
votes
0answers
57 views

Presentation Framework cannot be resolved

It appears that my designer in Visual Studio cannot load because of these error. Where can I find the library for PresentationFramework and install? Running on Visual Studio 2012 for Desktop ...
-2
votes
2answers
150 views

looking for presentation layer recommendations for a specific business application [closed]

We have a Java enterprise application that was architected a while back. It is in need of some significant updating/overhaul. We are reviewing most of the technology stack. I am hoping for some ...
0
votes
2answers
114 views

how do i show this mysql result in html table?

Edit: hey people, i'm already using php, i didn't mean to ask that. I was asking how can i display 3-columned mysql result in an 8-column html table --work table-- ...
0
votes
2answers
45 views

WCF and Web Service Descriptions

Generally in a Web Service when you navigate to the .asmx you would get a list of the operations then be able to click on them and get the details for the call such as the parameters to pass in and ...
0
votes
0answers
14 views

Only one slide is changed though content of <p:spTree> of last slide gets changed automatically. why?

For presentation file, for ex. sample.ppt, i extract it, given name as 'sample_original'. then i make changes to sample.ppt file and again i extract it, given name as 'sample_changed'. now i compare ...
0
votes
0answers
65 views

UIModalTransitionStyleFlipHorizontal on rotation change in iOS

When I present modalView with UIModalTransitionStyleFlipHorizontal transition it gets transitioned horizontally just fine (from right to left). But after device rotation modalView transitions ...
1
vote
0answers
66 views

Android - Local Video Presentation

I need to create a "presentation" that will run on android devices. Essentially, this needs to be a full screen background video loop, with two floating containers that display an animation until one ...
2
votes
0answers
628 views

Office Web Apps Server 2013 without SharePoint

I've noticed Microsoft has released a new version of Office Web Apps Server 2013, which is a standalone product now. I'm looking for an engine that I can convert Word/Excel and PowerPoint documents ...
0
votes
1answer
412 views

Error: Attempt to present <UIImagePickerController: on <ViewController: while a presentation is in progress

Hey everyone and thank you for reading. I am making an app which you can take pictures and retreive pictures from the camera roll and display it on a view. The problem is that when I try to use the ...
0
votes
1answer
69 views

PHP templating classes and presentation logic?

I've researched about the Front Controller pattern. I'm convinced I'm going to use that pattern for an upcoming project. I have no code written yet, but, how do I use presentation logic for my ...
0
votes
1answer
342 views

Reveal.js HTML Code syntax higlighting without rendering it

Hello quick question for reveal.js users. I am trying to show a HTML markup in my reveal.js presentation. Issue is it renders the html block within my Code syntax higlighting block so the markup can ...
0
votes
1answer
200 views

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 = ...
0
votes
1answer
59 views

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 ...
1
vote
1answer
985 views

Getting this warning “while a presentation is in progress” (Xcode)

In a project I'm writing I get this error when I present a new view controller: "Attempt to present.... while a presentation is in progress". I think it happens because I first present a new view ...
2
votes
1answer
301 views

Fragments in reveal.js using Markdown

reveal.js supports fragments which will be shown one after another in HTML <section> <p class="fragment grow">grow</p> <p class="fragment shrink">shrink</p> ...
2
votes
0answers
228 views

Create a cartoon style marketing video

I know there are many sketch tools for creating wireframe. But when I come to market my product with video, I want a easy tool to create a cartoon like presentation, something similar to the summly ...
2
votes
0answers
155 views

How to add an image gallery to swipe through on a slide of reveal.js?

In a current project, I want to create a presentation like web-app for tablet (ipad for the beginning), where the user can swipe through slides to learn something about a product. Reveal.js seems to ...
1
vote
3answers
413 views

Magento 1.7 WYSIWYG

I have a problem with magento 1.7 (WYSIWYG). My problem is that I can't have a proper description of the product when I use the WYSIWYG. For example if I write in the WYSIWYG my product description, ...
0
votes
0answers
34 views

Raising events from Business layer and layers below to GUI layer

I have a layer below the business layer called the device layer. When i receive some data on this layer as commands from teh device, how do i pass it to the GUI layer using events? WPF is not an ...
0
votes
0answers
238 views

Create new Presentation from PowerPoint-Template with Macro (*.potm)

PowerPoint has the feature that it Creates a new Presentation based on a design template (*.potx) if you doubleclick the potx-File in the Explorer. Thats cool. Whats not so cool is, that if you ...
0
votes
0answers
79 views

Whiteboard app with video/presentation sharing function

Is there anyway we can share videos, doc, ppt, pdf and HTML pages to all the users in the meeting. Its something like collaborative whiteboard app like http://awwapp.com/draw.html but with extended ...

1 2 3 4 5