presentation

Sitecore presentation details don't update on template change

非 Y 不嫁゛ 提交于 2019-12-10 14:27:24
问题 I'm working on a Sitecore (6.4.0.101124) site that has two templates used for the home page. These have a very similar structure - the big difference between them is that they each have one different sublayout in the Controls section of the Presentation Details of the Standard Values. My understanding is that when the template is changed on an item the standard values of the template should be applied to that item. However, when the content editors change the template the presentation details

programmatically generate ppt in iOS

◇◆丶佛笑我妖孽 提交于 2019-12-10 10:54:38
问题 For generating PDF files we can use Core Graphics. Similarly is there any framework / class that can be used for generating .ppt (power point presentation) files via code ? Or is there any third party framework for this purpose. 回答1: There's no in-built Apple API, and I've never heard of a third-party framework for this. 回答2: Seems there are still no open source solutions for this for iOS platform. Aspose seems to have something and another commercial that pretty recently emerged - libpptx

Creating sets of default values for Matplotlib

柔情痞子 提交于 2019-12-10 04:35:24
问题 I am frequently making plots for my own research and all of the default settings are fine, but often have to switch over to making plots designed for talks/presentations; I manually set all of the font sizes a bit bigger for easier reading: plot(xdata, ydata) xlabel("x-axis data", fontsize=20) ax = gca() for labeltick in ax.xaxis.get_majorticklabels() + ax.yaxis.get_majorticklabels(): labeltick.set_fontsize(15) and so on. Thanks to documentation and questions like this one I know how to

Software or Tricks For Live Coding Presentation

。_饼干妹妹 提交于 2019-12-10 04:17:26
问题 I am going to be giving an intro presentation / training class on Ruby on Rails soon. I would like to make it interesting and engaging while still seeming "polished". Since it's a hands-on class most people will be building an app along with me, I want to be able to show my terminal/editor and show the resulting web pages, however I'd like to not be always switching between windows. Keynote used to have the ability to embed webpages into slides, but it was removed, and PowerPoint Mac support

Can I access a repository from presentation layer?

十年热恋 提交于 2019-12-07 23:29:21
问题 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 layer? If not do I have to replicate the CRUD functionality provided by the repositories in my service layer (which ofcourse will in turn use the repository for these functions)? What would be the best way to do this? 回答1: What exactly do you mean by presentation layer? If you mean the Controller/Presenter, then it's

How to get rid of navigation bars in beamer?

梦想的初衷 提交于 2019-12-07 06:47:16
问题 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. 回答1: The stupid way to make sure the presentation structure does not show up, (independent of theme) comment out the \section and \subsection commands. 回答2: Beamer has different themes you can use, some of which include that navigation bar and some of which don't. The default theme, for example, doesn't include any navigation bar.

Reveal.js HTML Code syntax highlighting without rendering it

≯℡__Kan透↙ 提交于 2019-12-07 00:07:39
问题 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 highlighting block so the markup can not be seen. Is there a way around this? example below <section> <h2>Pretty Code</h2> <pre> <code contenteditable> <form id="demo-form" data-validate="parsley"> <label for="fullname">Full Name * :</label> <input type="text" id="fullname" name="fullname" data-required="true" /> <label for="email">Email * :<

Can I access a repository from presentation layer?

风流意气都作罢 提交于 2019-12-06 10:36:13
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 layer? If not do I have to replicate the CRUD functionality provided by the repositories in my service layer (which ofcourse will in turn use the repository for these functions)? What would be the best way to do this? What exactly do you mean by presentation layer? If you mean the Controller/Presenter, then it's perfectly fine. The rule of thumb that I've used is if the controller action is 4 lines of code or more I should

programmatically generate ppt in iOS

痴心易碎 提交于 2019-12-06 05:47:40
For generating PDF files we can use Core Graphics. Similarly is there any framework / class that can be used for generating .ppt (power point presentation) files via code ? Or is there any third party framework for this purpose. There's no in-built Apple API, and I've never heard of a third-party framework for this. Seems there are still no open source solutions for this for iOS platform. Aspose seems to have something and another commercial that pretty recently emerged - libpptx.com , at least it provides some generic functionality to craft pptx 来源: https://stackoverflow.com/questions

How to get rid of navigation bars in beamer?

孤者浪人 提交于 2019-12-05 13:17:37
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. The stupid way to make sure the presentation structure does not show up, (independent of theme) comment out the \section and \subsection commands. Beamer has different themes you can use, some of which include that navigation bar and some of which don't. The default theme, for example, doesn't include any navigation bar. All the themes available with Beamer are described in the user guide ; just pick one that suits your