|
I saw a site with all the slides (as ppt/pptx) of Mix09. Unfortunately I cannot remember the site address.
Does anyone know where to get these slides from? I've looked everywhere but no luck.
Thanks
Started by dotnetdev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But, with a bit of luck.
I have tried to download three random slides ; one of those was in 404 ; so not all slides might be downloadable...
To download the slides (as .pptx) , for each session.
|
|
Just wondering:
If I have a ppt slides that I want to extract information out of, and I set up the template for all these slides that are used by various people through out the organization, and I know all the "names" to each text box object,
can I use...
Started by Justin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Inside a an empty access 2007 db, I added a code module with the following test .
I created a powerpoint 2007 presentation with two slides, a Title slide and a content slide.
A powerpoint slide.
|
|
Is it possible to insert some image (logo) into one Powerpoint slide and have it exactly in the same place on other slides? Do I need to edit some kind of layout? What if I need that image only on specific pages having similar layout?
Started by altern on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Yes, it is possible....
There are several different layouts:
Title Slide Title and Content Section Header Two Content in the online help.
Here is a tutorial about slide masters which also.
Changes on all the slides in your presentation.
|
Ask your Facebook Friends
|
I am using the beamer document class in latex to make a presentation. I will have a number of back up slides which are there for offline viewing, reference etc. Beamer has a feature that shows the progress through the presentation as {page#}/{total pages...
Started by mwlebour on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.ensta.fr/~lelong/Latex/appendixnumberbeamer.sty
Thanks also to Jérôme.
Also add the \appendix command right before the beginning of your backup slides, so slides, pretty neat.
|
|
Hey all,
I'm trying to build a blog. I would like to create a design that essentially slides out more of the picture when you drag the browser handle to the right, and slides in to a certain point when you drag the browser handle to the left. How do you...
Started by Matt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, performance may suffer if a large image is being moved around... .
Do you mean the browser handle as in the scrollbar?
This might also be a bad idea considering how much of the net is accessed today on handheld systems .
You will need to use JavaScript.
|
|
Hello everybody,
I have a simple question regarding PowerPoint VBA:
Which VBA code should I use to switch between the "active sheet of paper" (I am sorry I don't know how to name it properly), in which I am doing something with the object(s), and the ...
Started by brilliant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Get the first slide in the presentation Dim oSlide As Slide Set oSlide = oPresentation.Slides(1) ' Get the first shape on the slide Dim oShape As Shape Set oShape = oSlide.Shapes(1) ' Nudge the shape to the right oShape.Left = ....
|
|
I have to maintain a huge set of training material in forms of slides .
At a first glance, I've noticed there's no support for version control in OpenOffice OOImpress (but I might be wrong on this).
Which tool should I use to easily maintain my training...
Started by Roberto Aloi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The == Headings == start a new slide, and the body of each slide can be text, syntax highlighted code, bulleted lists, numbered lists, images, tables, etc a text file into ....
Www.example.com/
Turns into a slideshow with 4 slides.
|
|
I'd like to create a video file from 3 sources mixed: audio file, video file and slides. Could you recommend me a tool? I must say I have no experience in video edition.
Started by Juanjo Conti on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
A text file of instructions as input, but allows for the easy addition of images, title slides.
|
|
Can anyone help?
I am using the fantastic jQuery 'Anything Slider' by CSS Tricks. I can't work out how to link directly to slides from static links.
It is mentioned as a option (see below) but my knowledge of jQuery is very limited.
"Target the link using...
Started by Stephen Meehan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In this case, you would follow the example that they have listed on the plug-in page:
Your markup:
<p class="slide-jump">Click me to go to Slide #5!</p....
To click on a link and have the slider go directly to, say, slide 5.
|
|
A good example is www.espacio asir.com, which gives this result: image-link: http://api.browsershots.org/png/original/50/509a78b11505752692d066f07fff6661.png
I don't want anything complicated. I just need something for www.chrishonn.com that whenever ...
Started by crozer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Something like:
if ($.browser.msie && $.browser.version <= 6) { $('#someHiddenDivId').slideDown(); }
You can eventually use it in combination with... .
You could use jQuery's $.browser in an if statement which executes slideDown when the condition is met .
|