<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for AdamV</title><link>http://disqus.com/by/AdamV/</link><description></description><atom:link href="http://disqus.com/AdamV/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 17 Jul 2013 05:36:26 -0000</lastBuildDate><item><title>Re: Speaking: Spend at least 1/3 of the time practicing the talk</title><link>http://www.hilarymason.com/speaking/speaking-spend-at-least-13-of-the-time-practicing-the-talk/#comment-965488082</link><description>&lt;p&gt;Great article, and good tip for a way to focus on the storytelling aspect rather than the slide deck. I also find that a lot of people do spend time practising what they will say on each slide (after spending hours crafting super shiny looking slides), but not on delivering the complete thing.&lt;/p&gt;&lt;p&gt;The bit that gets forgotten is to practice the segues from one slide to another, the bits that are not in the slide deck (those little white gaps between thumbnails on screen).&lt;/p&gt;&lt;p&gt;For sequences which are part of the same "idea" this is easier to manage, but when shifting gears or moving to the next topic, you need to know how you relate / compare / contrast / introduce the next slide. The only way for your talk to appear as one whole is to practice right through from start to finish, and doing that early in the design process seems to be a great way to start.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Wed, 17 Jul 2013 05:36:26 -0000</pubDate></item><item><title>Re: Why &amp;#8220;saving money&amp;#8221; and &amp;#8220;ROI&amp;#8221; are probably the wrong way to sell your product</title><link>https://blog.asmartbear.com/roi-selling.html#comment-678944349</link><description>&lt;p&gt;Another issue with selling on the basis of cost savings is that they won't materialise for a while, if at all - you would still have 15 developers on staff, paid the same salary as before, even if they are producing more (or better) output, which may be even harder to measure. &lt;br&gt;Your customers have two options - realise the savings by cutting staff (or possibly overtime, which is even better than normal savings as it costs more per hour, and is harder to control and predict than salary), or don't save more, just deliver more, better, faster.&lt;br&gt;Depending on who you are talking to during your sales cycle, some people will get concerned about the idea that they can save 150 hours a month (say, with my 15 developers) if they might be the one who gets canned to realise these otherwise mythical savings. &lt;br&gt;Slightly different if development is being outsourced or using short term contractors when it is easier to turn saved time into saved money at the end of their contract.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Thu, 11 Oct 2012 08:16:27 -0000</pubDate></item><item><title>Re: Do You Want To View Only the Webpage Content That Was Delivered Securely?</title><link>https://www.powerobjects.com/blog/2009/08/28/do-you-want-to-view-only-the-webpage-content-that-was-delivered-securely/#comment-663594129</link><description>&lt;p&gt;Not sure if you can fix this by adding the site that the insecure content is coming from to your trusted sites too (I think if you only have your CRM site in there it won't work, or it may just be that it fails if they are not in the same domain).&lt;br&gt;Of course, a much better and more secure solution would be to ensure that any custom pages used are also delivered securely using SSL, then you never have the problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Wed, 26 Sep 2012 16:08:20 -0000</pubDate></item><item><title>Re: How to Create Automatic Follow-up Activities in CRM 2011</title><link>https://www.powerobjects.com/blog/2012/09/20/how-to-create-automatic-follow-up-activities-in-crm-2011/#comment-657658787</link><description>&lt;p&gt;A useful technique and one I have used in the past with a few variations, thanks for sharing!&lt;/p&gt;&lt;p&gt;Instead of or as well as a picklist for the activity type, I have sometimes used a "follow up with..." picklist with choices such as "Phone tomorrow", "Phone 3 days", "Task next week". This can be quicker to use than putting an explicit due date, and just uses logic in the workflow to figure out the right combination. It is great for rapid turnaround in environments such as outbound sales calls - person is out? follow up with a call tomorrow or three days time, say, and close this one (rather than change due date, as I may be measured on my call volumes). A combination of this plus a due date can give full flexibility (eg you agree to call tomorrow at an explicit time rather than just now+24 hours).&lt;/p&gt;&lt;p&gt;Follow up notes field is a good idea, and I would strongly caution against the alternative: "Another option is use the OOB description field. This would allow the &lt;br&gt;user to keep a running track of notes associated with the activity."&lt;br&gt;Users can quickly end up with huge long narratives that show every part of every conversation ever. "in the beginning there was a call..."&lt;br&gt;This is not only unwieldy, but can hit the field length limit and end up truncated.&lt;/p&gt;&lt;p&gt;In fact, I normally do it the opposite way round - I have a field called "previous notes" which is a copy of the description of the preceding activity, and is shown read-only on the following activity (I would also hide it if empty using a script on the form). User does not have to explicitly choose to type in description and / or follow up (or copy and paste). Every activity then shows the details of the last interaction and the user adds details of the current one in description.&lt;/p&gt;&lt;p&gt;As a bonus, create relationships between the relevant activities so you can actually have a link back to the previous record shown to enable the user to backtrack through the conversation if they do need to get at older notes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Fri, 21 Sep 2012 06:35:46 -0000</pubDate></item><item><title>Re: Use JavaScript in Dynamics CRM to Set the Value in Read-Only Field on a Form</title><link>https://www.powerobjects.com/blog/2012/09/10/use-javascript-in-dynamics-crm-for-read-only-field-form/#comment-646770097</link><description>&lt;p&gt;I agree with Jan, simply using the setSubmitMode for the field which needs to be saved regardless of being read-only has always seemed a good solution.&lt;/p&gt;&lt;p&gt;Forcing a save on changing a field might have undesired effects (ie the user can't cancel their other changes by abandoning the form) quite apart from the interruption to the user's flow in filling in the form while they wait for it to reload.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Tue, 11 Sep 2012 11:45:08 -0000</pubDate></item><item><title>Re: Chart concept - a variation on the Venn diagram</title><link>http://www.slidemagic.com/blog/2009/12/chart-concept-variation-on-venn-diagram.html#comment-32517769</link><description>&lt;p&gt;You can make this look a bit slicker and less like a lazy shortcut using rounded-corner rectangles for the large ones and a rectangle with only two round corners for the inner one (radius adjusted to match the others). Still not much more effort.&lt;br&gt;In PowerPoint 2010 there are "real" Venn tools to do union, intersect and so on to help create these overlapping shapes from anything - circles, stars, 'hand-drawn' looking shapes. definitely a bonus when you want shapes of widely varying sizes to represent different populations (maybe tech savvy is much larger than creative, and even smaller than both is a group of good presenters, and you want the overlap of all three as a sweet spot in the middle).&lt;br&gt;PPT team wrote about this here: &lt;a href="http://blogs.msdn.com/powerpoint/archive/2010/02/01/creating-custom-shapes-in-powerpoint-2010.aspx" rel="nofollow noopener" target="_blank" title="http://blogs.msdn.com/powerpoint/archive/2010/02/01/creating-custom-shapes-in-powerpoint-2010.aspx"&gt;http://blogs.msdn.com/power...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Wed, 03 Feb 2010 14:00:54 -0000</pubDate></item><item><title>Re: How to scale an image to full-size in PowerPoint</title><link>http://www.slidemagic.com/blog/2009/10/how-to-scale-image-to-full-size-in.html#comment-19660217</link><description>&lt;p&gt;These kind of full-bleed images can be really powerful when used well. Great article on tidying up existing images on slides.&lt;br&gt;I've posted some tips on getting them right in the first place ie when inserting the original image, as well as thoughts about whether to add captions and titles.&lt;br&gt;&lt;a href="http://wp.me/p2I5L-48" rel="nofollow noopener" target="_blank" title="http://wp.me/p2I5L-48"&gt;http://wp.me/p2I5L-48&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Fri, 09 Oct 2009 09:33:51 -0000</pubDate></item><item><title>Re: Excel instead of PowerPoint as your presentation tool</title><link>http://www.slidemagic.com/blog/2009/08/excel-instead-of-powerpoint-as-your.html#comment-17033603</link><description>&lt;p&gt;Works well for some contexts.&lt;br&gt;I've used it to show and explain the changes made to a spreadsheet model, having a series of tabs containing the original through to the final version, so formatting and positional changes could be seen one at a time and rationale for them explained.&lt;br&gt;Likewise I use Visio to present from so I can build up a diagram such as a flowchart or a schematic bit by bit rather than all at once - I copy the finished page, delete some bits, copy that, repeat until blank. Add a heading and off we go!&lt;/p&gt;&lt;p&gt;To kill gridlines in 2007 / 2010 go to View ribbon &amp;gt; untick "Gridlines"&lt;br&gt;Full screen mode is on the same ribbon (Esc to get out of it).&lt;/p&gt;&lt;p&gt;Useful to know shortcuts for navigation too when working in this way: CTRL + Page Up / Down goes to the previous / next sheet. ALT + Page Up/Down scrolls across a whole screen of columns.&lt;/p&gt;&lt;p&gt;To align shapes to the grid you are best off going to the Page Layout Ribbon, then Align &amp;gt; Snap to grid. That way the first shape is also aligned. Note that this setting does not align a new chart which you insert, but will align it when you resize (only the edges you actually move though, the opposite sides stay put).&lt;/p&gt;&lt;p&gt;You can align any shape on the fly without this setting by holding ALT while you drag a corner. I use this a lot when doing very small microcharts (although I will need it a lot less with the new in-cell sparklines features in 2010).&lt;/p&gt;&lt;p&gt;You may want to put charts on their own page - by default 2007 and 2010 put them on the worksheet. Right click &amp;gt; move chart &amp;gt; new sheet (or through Ribbon: Chart\Design &amp;gt; Move chart). Don't forget to give your sheets useful names to help you navigate to where you want to go.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Mon, 21 Sep 2009 09:10:18 -0000</pubDate></item><item><title>Re: 9th Annual SysAdmin Day</title><link>http://www.joechurch.com/blog/2008/06/9th-annual-sysadmin-day/#comment-10711248</link><description>&lt;p&gt;We just need to do more to promote it as much as possible! Also, the press always seem to tell everyone about it *on the day* which gives people no time to buy lovely gifts.&lt;br&gt;I've posted a calendar file so people can make sure they get a reminder this year - and every year!&lt;br&gt;&lt;a href="http://veroblog.wordpress.com/2008/07/02/system-administrator-appreciation-day-2008/" rel="nofollow noopener" target="_blank" title="http://veroblog.wordpress.com/2008/07/02/system-administrator-appreciation-day-2008/"&gt;http://veroblog.wordpress.c...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Fri, 04 Jul 2008 11:54:18 -0000</pubDate></item><item><title>Re: Windows Live Writer &amp;#8211; API Open (not really) &amp;#8211; I Want To Download Existing Posts</title><link>http://blog.stevienova.com/2008/03/27/windows-live-writer-api-open-not-really-i-want-to-download-existing-posts/#comment-16118573</link><description>&lt;p&gt;You *can* download old posts into Live Writer, I did this for a similar exercise as you to add a load of WP tags, and also to go back to old posts and fix some broken links etc.&lt;br&gt;If you go to File &amp;gt; Open, or the Open button on the toolbar, or the "More" button in the right hand pane under "Recently Posted" you get the general open dialogue.&lt;br&gt;Under the options for Drafts and Recently Posted you should have a third option with the name of your blog(s) on it.&lt;br&gt;Click this and it will download headings and a short extract from your existing posts, most recent first.&lt;br&gt;It only pulls down a few (I think 20 or 25) by default, but you can easily change this to show more using the dropdown box at the top of the dialogue - I have mine set at 100 and it remembers this for the next session.&lt;br&gt;This does not depend on .wpost files (good job since I only started using WLW after several months of blogging through the WP browser interface). It also does not generate .wpost files unless and until you download a particular article.&lt;/p&gt;&lt;p&gt;I hope this helps you to go build that tag cloud!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AdamV</dc:creator><pubDate>Fri, 28 Mar 2008 04:35:37 -0000</pubDate></item></channel></rss>