<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mthomas.co.uk</title>
	<atom:link href="http://mthomas.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://mthomas.co.uk</link>
	<description>My little space on the Internet where I can reflect, review and share my knowledge...</description>
	<lastBuildDate>Wed, 30 Jun 2010 20:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Filtering Unique Values in Microsoft Access</title>
		<link>http://mthomas.co.uk/filtering-unique-values-in-microsoft-access/</link>
		<comments>http://mthomas.co.uk/filtering-unique-values-in-microsoft-access/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 20:06:20 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[TipsNTricks]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=770</guid>
		<description><![CDATA[At work, our team has recently started to offer eLearning courses. These courses are &#8220;bite-sized&#8221; (typically 15-20 minutes) modules, covering topics such as File Management, Excel formulae and setting mailbox permissions in Outlook. Whereas delegates have to book if they want to attend a classroom-based course or a virtual training session, the eLearning courses (which [...]]]></description>
			<content:encoded><![CDATA[<p>At work, our team has recently started to offer eLearning courses. These courses are &#8220;bite-sized&#8221; (typically 15-20 minutes) modules, covering topics such as File Management, Excel formulae and setting mailbox permissions in Outlook. </p>
<p><span id="more-770"></span></p>
<p>Whereas delegates have to book if they want to attend a classroom-based course or a virtual training session, the eLearning courses (which have been created using <a href="http://www.articulate.com/">Articulate</a>) are hosted on our team&#8217;s website and can be accessed at any time by simply clicking on the name of the course on the website&#8217;s <em>Course Catalogue</em> page.</p>
<p>Unfortunately we don&#8217;t have access to a <a href="http://en.wikipedia.org/wiki/Learning_management_system" target = "_blank">Learning Management System</a> so in order to track usage of the eLearning, I added an additional table (<em>tblTracking</em>) into the Customer Relationship Management system that I built. The CRM system stores it&#8217;s data in a SQL Server database and integrates with the website to allow delegates to see what courses are available, when they are running and ultimately book a place. </p>
<p>When a user clicks on the name of a course on the website&#8217;s Course Catalogue page the following happens&#8230;if the selected course is an eLearning course (indicated by a value of <em>True</em> in the <em>ysnELearning</em> field in the <em>tblCatalogue</em> table) a record is added to the <em>tblTracking</em> table. It records the user&#8217;s Name (this is actually their Windows logonID and is automatically captured), the name of the course and the date.</p>
<p>As all my colleagues are familiar with Access, I&#8217;ve created an Access database that is linked to the SQL Server database. The Access database lives on a file share that we all have access to and provides an easy way to query the database.</p>
<p>In the screenshot below (which uses fictitious data), you can see that <strong>User1</strong> has accessed the <strong>Excel Functions</strong> course and the <strong>File Management</strong> course. In fact this user accessed the Excel Functions course twice &#8211; once on <strong>15th June</strong> and once on <strong>18th June</strong>. This in itself is useful information as not only can we track usage of the eLearning, but we can also see whether people are accessing individual modules more than once. Users could do this for a variety of reasons &#8211; maybe they just want to run through it again or maybe they were interrupted part-way through and decided to start again from the beginning.</p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/1.png" alt="Data in a Table" title="Data in a Table" width="450" height="180" class="alignnone size-full wp-image-771" /></p>
<p>Another request from my Manager was to produce a list of users who had accessed each module but exclude users who had accessed the same module more that once.</p>
<p>To do this I created a new query:</p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/2.png" alt="Access Query" title="Access Query" width="408" height="546" class="alignnone size-full wp-image-773" /></p>
<p>I added the <strong>Name</strong>, <strong>Course</strong> and <strong>Date</strong> fields and then clicked the <em>Totals</em> button to display the <em>Total row</em> in the Query Grid. The Total row entry for <strong>strName</strong> and <strong>strCourse</strong> was left as<strong> Group By</strong> but the <strong>dtmDate</strong> was changed to <strong>First</strong>. This instructs Access to display the first date it finds for a combined Name/Course and so gives the desired result:</p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/3.png" alt="Data in a Table" title="Data in a Table" width="358" height="126" class="alignnone size-full wp-image-774" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/filtering-unique-values-in-microsoft-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Magical and Revolutionary iPad &#8211; Part 3</title>
		<link>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-3/</link>
		<comments>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-3/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:20:27 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mikes Musings]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=755</guid>
		<description><![CDATA[Saturday morning came and we left the house in plenty of time but a combination of heavy rain, road closures and a closed car park entrance meant that I had to dump the car and run to the Apple Store. Poor Elaine spent the next 45 minutes sitting in traffic and driving round parts of [...]]]></description>
			<content:encoded><![CDATA[<p>Saturday morning came and we left the house in plenty of time but a combination of heavy rain, road closures and a closed car park entrance meant that I had to dump the car and run to the Apple Store. Poor Elaine spent the next 45 minutes sitting in traffic and driving round parts of Manchester she never knew existed looking for an alternative entrance to the Arndale car park.</p>
<p><span id="more-755"></span></p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/ipad_300.jpg" alt="iPad' title="iPad" width="300" height="394" class="alignright size-full wp-image-759" /></p>
<p>I explained the issue to the Genius, who verified that it was a fault. I then assumed that it would be a simple case of exchanging my faulty iPad for a new one (assuming that they had one in stock). How wrong I was! The Apple Online Store and the Apple bricks and mortar stores are different companies and because I had purchased my iPad online I would have to send it back for either a refund or exchange.</p>
<p>I wasn&#8217;t happy with this and told the Genius that I could understand if I&#8217;d bought it from PC World or Currys as these are obviously different companies but surely Apple is Apple is Apple. I had pre-ordered the most expensive WiFi-only iPad over 2 weeks before it was available because I was told that there was no guarantee they would have them in stock in the store on the first day of sale and although Apple didn&#8217;t put the transaction onto my credit card before the items had shipped, they had my credit card details and therefore could have done so. I had re-arranged my work schedule to fit in with their (changing) delivery schedule and now I would have to be without an iPad for, well however long it took for the exchange to be completed. </p>
<p>I was assured that a courier would pick up my iPad free-of-charge and provide me with a new one at the same time &#8211; but what if the replacement had the same problem &#8211; or worse. The reason that I wanted to do an in-store exchange was so that I could check the iPad and if I wasn&#8217;t happy with it I could &#8220;exchange the exchange&#8221;. </p>
<p>He understood what I was saying and said that he&#8217;d love to be able to help but the online store and the real stores have different barcoding systems so my transaction would not be recognised on their system and therefore he couldn&#8217;t initiate an exchange.</p>
<p>I packed my iPad away, walked out of the store and immediately walked back in. I had the bit between my teeth and asked to see a Manager. Claire, one of the Managers, came out to see me and I repeated everything that I&#8217;d told the Genius, but this time I also added that we have a business account at The Arndale Store, hoping this might sway her. Unfortunately she couldn&#8217;t (and I say couldn&#8217;t rather than wouldn&#8217;t) authorise an exchange &#8211; but &#8220;if there&#8217;s anything I can do to help&#8230;&#8221;</p>
<p>So back to the car to discuss the situation with Elaine. We found the Apple Customer Support telephone number (thank goodness for the MiFi) &#8211; maybe they could authorise an exchange  &#8211; but it&#8217;s an 0845 number, which is free from landlines but not the iPhone. OK&#8230;here&#8217;s what we do&#8230;go back to the store, speak to Claire again, ask to use their phone to call Customer Support and if they still won&#8217;t exchange it then I&#8217;ll buy another iPad and return faulty one at my leisure.</p>
<p>Back at the store, Claire was on her lunch break so we spoke to Dean, the other Manager on duty. He couldn&#8217;t have been more helpful. He listened, understood, apologised and even called Customer Support for us. This had the advantage that when he handed the phone to me, the Customer Support Representative had already been briefed by an Apple employee, which speeded up the process. Whilst I was talking to Customer Support, Dean had reserved me a 64GB WiFi iPad.</p>
<p>Ten minutes later it was all sorted and we walked out of the store with a new iPad (plus 2 <a href="http://elainegiles.co.uk/2010/05/31/taking-a-stand/">iPad stands</a> and a wireless keyboard). I have a returns number, the courier will contact me within a couple of days to organise picking up the faulty iPad and the money will be refunded to my credit card.</p>
<p>We celebrated with a cup of tea &#8211; well Elaine did. I made myself dizzy by looking at every single pixel on my new iPad. </p>
<p>Uh Oh &#8211; what&#8217;s this? There was a mark. It was under the screen. Not a dead pixel but definitely a faulty screen. Back to the Apple Store to exchange the exchange! Again Dean was extremely helpful. He verified that there was a problem with the screen and yet again went into the back of the store and came out with another 64GB WiFi iPad. He also told me that I was the first person to bring back an iPad purchased at the Arndale Apple Store.</p>
<p>Another iPad, another cup of tea! Another 10 minutes staring at the iPad screen. This one&#8217;s perfect! So we finish our drinks go home to install some apps.</p>
<p>Three days later UPS came to pick up the faulty iPad and Apple refunded the money back to my credit card just before the bill was made up, saving me laying out extra money.</p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Magical and Revolutionary iPad &#8211; Part 2</title>
		<link>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-2/</link>
		<comments>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-2/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:12:06 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mikes Musings]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=753</guid>
		<description><![CDATA[So the big day arrived. I&#8217;d planned to work from home on Friday 28th (as this was the expected delivery date) and now they were being delivered a day early and I had to go into work. At just after 9:00, I got a phone call from Elaine. &#8220;Mine&#8217;s arrived but now I&#8217;ll have to [...]]]></description>
			<content:encoded><![CDATA[<p>So the big day arrived. I&#8217;d planned to work from home on Friday 28th (as this was the expected delivery date) and now they were being delivered a day early and I had to go into work. At just after 9:00, I got a phone call from Elaine. &#8220;Mine&#8217;s arrived but now I&#8217;ll have to wait all day until you get home&#8221;. I had to forcefully tell her to open it, play with it and enjoy it &#8211; truth be known she didn&#8217;t need much persuading!</p>
<p><span id="more-753"></span></p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/ipad_300.jpg" alt="iPad" title="iPad" width="300" height="394" class="alignright size-full wp-image-759" /></p>
<p>I spent most of the morning refreshing the tracking page on the UPS website (Elaine&#8217;s had been delivered by TNT) &#8211; all I knew was that it was on a van that had left Tamwworth (about 60 miles away) at 6:30 that morning. I was running a training course in the afternoon which gave the F5 (Refresh in IE) key a break. Our training room is in a building that seems to have lead lined walls &#8211; at least that&#8217;s how it feels &#8211; I can&#8217;t get a data or phone signal on my iPhone. I had a break on my course at 2:30 and on checking my mail (my work email via Outlook) I had a mail from Elaine simply saying &#8220;it&#8217;s here&#8221;. Finally!</p>
<p>I already had a prior engagement on Thursday night and although I was working from home on Friday, I managed to refrain from playing with my new toy until Friday night. All was going well until I watched a video on YouTube. At the end of the video, the screen faded to black I noticed a red dot on my iPad screen. &#8220;Noooooo!! I&#8217;ve got a dead or stuck pixel.&#8221;</p>
<p>&#8220;It&#8217;s going back&#8221; I said. Now I know that when you buy a device with an LCD display there is an acceptable number of dead pixels &#8211; a local computer supplier has a sign in the shop that explains this, but having paid almost £600 I wanted a perfect iPad. So I logged on to the Apple website and made an appointment at the Manchester Arndale Genius Bar for the next day.</p>
<p>Read <a href="http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-3/">The Magical and Revolutionary iPad &#8211; Part 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Magical and Revolutionary iPad &#8211; Part 1</title>
		<link>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-1/</link>
		<comments>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-1/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:08:36 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mikes Musings]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=751</guid>
		<description><![CDATA[When the iPad was first announced back in January I decided there and then that I wanted one (even though the UK price hadn&#8217;t been set at that point). Did I need one? Maybe, maybe not? I have an iPhone and a MacBook Pro (which I had purchased only 6 weeks previously) so from a [...]]]></description>
			<content:encoded><![CDATA[<p>When the iPad was first announced back in January I decided there and then that I wanted one (even though the UK price hadn&#8217;t been set at that point). Did I need one? Maybe, maybe not? I have an iPhone and a MacBook Pro (which I had purchased only 6 weeks previously) so from a &#8220;working on the road&#8221; point of view, I was pretty much sorted. But I wanted one and I&#8217;d find a use for it once it arrived. </p>
<p><span id="more-751"></span></p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/ipad_300.jpg" alt="iPad" title="iPad" width="300" height="394" class="alignright size-full wp-image-759" /></p>
<p>Fast forward three-and-a-half months to May 10th. This was the date that Apple announced the prices (though there&#8217;d been confirmed rumours for a day or so on the rumour websites and Twitter feeds) and began to take pre-orders outside the USA (the iPad went on sale in the USA on April 3rd so our friends across the pond had already had several weeks to play with theirs and make us jealous).</p>
<p>Apple being Apple there was no indication as to what time the prices would be announced so when I got up at 6:00 to take the dog for a walk, I had a quick check of the website &#8211; and there it was&#8230;the prices and the link to pre-order &#8211; but, unlike in the USA, there appeared to be no option to reserve and pick up from an Apple Store. A phone call to an Apple Store later that morning confirmed that to be the case, so I left it in Elaine&#8217;s capable hands to order me a 64GB WiFi model (at least I didn&#8217;t have to choose between black and white as well this time).</p>
<p>Why did I go for the WiFi and not the 3G? Well, I guessed that I&#8217;d be using the iPad primarily in the house, in the garden and at work. As my Twitter followers and MacBites listeners know, despite it being one of the most affluent areas in Cheshire, the area that I work in is sadly bereft of 3G (I don&#8217;t actually work in the middle of a field but from a technology point of view, it sometimes feels like it). </p>
<p>When I take Meyer for a walk I take my iPhone and usually listen to podcasts or music and keep up with Twitter and Facebook, read and reply to emails and surf the web. Sometimes I use dog-walking time as &#8220;thinking time&#8221; and if something comes into my head I&#8217;ll open Evernote or one of the other note-taking apps and make a note of it, and if there&#8217;s a football match on Sky, I sometimes watch that (rain permitting). I can hardly see myself holding my iPad in one hand, building a Keynote presentation or putting together a Pages document whilst being dragged around by a large Samoyed! If I do go out somewhere and need Internet access, I&#8217;ll take the MiFi with me.</p>
<p>On the 22nd May I received an email from Apple advising that my iPad had shipped (along with the £30 &#8220;official Apple iPad case&#8221; and the iPad Dock). However, Elaine&#8217;s status was still showing as Not Shipped, so I had to keep my excitement to myself. I&#8217;d already decided (and it&#8217;s documented in my Twitter feed) that should hers not arrive on time, I&#8217;d leave mine unopened until we both had them.</p>
<p>On 26th May my order showed &#8220;Shipped &#8211; delivery due 27th May&#8221;. Now this should have been greeted with cries of ecstasy, however Elaine&#8217;s was still showing as Not Shipped. I checked the credit card statement online and both transactions had gone through, so I persuaded her to check the status again &#8211; and this time it showed as &#8220;Shipped &#8211; delivery due 27th May&#8221;.</p>
<p>Read <a href="http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-2/">The Magical and Revolutionary iPad &#8211; Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/the-magical-and-revolutionary-ipad-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re Only As Good As Your Last Course</title>
		<link>http://mthomas.co.uk/youre-only-as-good-as-your-last-course/</link>
		<comments>http://mthomas.co.uk/youre-only-as-good-as-your-last-course/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 10:55:33 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Mikes Musings]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=746</guid>
		<description><![CDATA[Most people get appraised once a year. However, just as an actor or a sports-person is appraised each time they take to the stage or field, as a trainer, I am appraised every time I deliver a training course, a workshop or an event. In days gone by I would hand out paper-based feedback forms [...]]]></description>
			<content:encoded><![CDATA[<p>Most people get appraised once a year. However, just as an actor or a sports-person is appraised each time they take to the stage or field, as a trainer, I am appraised every time I deliver a training course, a workshop or an event.<br />
<span id="more-746"></span></p>
<p>In days gone by I would hand out paper-based feedback forms (commonly known as &#8220;smile sheets&#8221;) at the end of the training course. The advantage of this is the immediacy &#8211; the course has just finished and &#8220;in the heat of the moment&#8221;, delegates are more likely to be honest, especially if they have a complaint.</p>
<p>The reality is somewhat different&#8230;&#8221;it&#8217;s 4:30 and I want to beat the traffic, so I&#8217;ll just whizz through the feedback form, answering Excellent to each question, leave no comments, hand my form to the trainer and go.&#8221;</p>
<p>At one stage we were giving delegates a stamped addressed envelope so that they could take the form away, complete it at their leisure and post it back to us. The idea was that they&#8217;d be more inclined to be truthful if they had time to really consider their answers and if they thought that the envelope was going to be opened by the Training Manager (to whom it was addressed). This initiative didn&#8217;t last very long though &#8211; I think the bean counters became envelope counters!</p>
<p>The other problem with a paper-based system is that it&#8230;generates a lot of paper, both for the training company and the individual. Most trainers like to keep a copy of their (good) feedback for future reference. At one stage I had a box full of feedback forms in my loft, although in my attempt to go paperless, these were scanned and shredded a couple of years ago.</p>
<p>The team that I currently work for is an in-house training team. When I joined the team, the process for collecting course feedback was to send an email &#8220;form&#8221; to each delegate. This form was simply a custom-built Outlook template. The delegate completed the form and clicked Send and the email was stored in the Team mailbox. Unfortunately, it is not an easy process to extract the data from these emails so they became nothing more than electronic forms.</p>
<p>When I joined the team 3 years ago, although I was taken on as a Trainer, I took it upon myself to build a complete web-based, database-driven Customer Management System. This included automating the feedback capturing process. With the click of a button all attendees are sent an email with a link to a web-based feedback form. They complete the form, click Submit and their &#8220;scores&#8221; and comments are automatically stored in a database.</p>
<p>Not only does this save paper but it means that my colleagues and my Manager can check the feedback at any time without searching for pieces of paper. It also means that reports and stats can be generated very quickly.</p>
<p>You might think that as the system owner, I would be tempted to delete any poor feedback that I receive &#8211; of course that pre-supposes that I get poor feedback! On the whole, my feedback, like the feedback of my colleagues, is excellent &#8211; and if anyone wants to argue that point I can back it up with delegate&#8217;s comments!</p>
<p>Occasionally somebody gives poor feedback but they usually back it up with a comment and most of the time it&#8217;s down to the delegate being on the wrong course or inappropriate event, or misunderstanding the objectives, despite the fact we quite clearly state the course/event objectives on our website and re-state them at the start of the course.</p>
<p>By the way, if you&#8217;re wondering about these &#8220;events&#8221; that I keep mentioning, in addition to formal training courses we run 1-hour bite-sized events. Some of the subjects covered include pre-Vista migration information, PST and best practice email management and productivity tips for laptop users.</p>
<p>So now we have an easy way to capture, store and report on the feedback, but what do we actually do with it?</p>
<p>A few months ago, at our monthly team meeting, I &#8220;presented&#8221; the feedback. I picked out the 6 best comments from the previous month&#8217;s feedback and built a Powerpoint presentation with one comment on each slide. Did I include my own feedback? Of course!! This went down really well and has now become a regular feature of team meetings. We also have a large noticeboard in the office which has printouts of the slides on it, serving as a reminder of what we can achieve.</p>
<p>So how do I react to good feedback? On the one hand, I&#8217;m only doing my job, but I must admit that getting a nice comment gives me a feeling of a job well done. Good feedback often finds it&#8217;s way to the boss&#8217;s boss&#8217;s boss, which serves to remind them that both the team and I are doing a great job (now where&#8217;s that bonus? LOL). However, I don&#8217;t sit back and get complacent. There&#8217;s a saying in sport that you&#8217;re only as good as your last game. Well in training, you&#8217;re only as good as your last course.</p>
<p>What about negative feedback? Earlier this week I ran 4 x 1 hour &#8220;Get productive with your laptop&#8221; sessions. The course outline had been clearly advertised on the website (where attendees go to book a place on the session). However, some people turned up hoping to get answers to technical questions, primarily relating to issues that they have with connecting to the company network from home. Not being familiar with the peculiarities of our VPN, I was unable to answer some of their questions (a fact that was commented on by some attendees). Although 90% of my feedback was excellent and some people even said it &#8216;hit the mark&#8217; as far as their requirements were concerned, it&#8217;s the negative feedback that I remember more than the positive &#8211;  which is probably what prompted me to write this blog post in the first place.</p>
<p>How valuable is feedback? One the one hand, it&#8217;s personal and subjective. Questions like &#8220;Please rate the pace of the course. How knowledgeable was the trainer? How do you rate the course overall?&#8221; are open to interpretation.</p>
<p>I know of actors who won&#8217;t read theatre reviews until the run is over and Sir Matt Busby, the legendary Manchester United manager, is reported to have told Sir Alex Ferguson not to read newspapers. At the start of this year I did consider not reading my feedback, but curiosity got the better of me! Not only that, but as a professional, I feel that it is in my and my delegates interests to read the feedback. Every cloud has a silver lining and out of every negative can come something positive.</p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/youre-only-as-good-as-your-last-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad&#8217;s First Day at Work</title>
		<link>http://mthomas.co.uk/ipads-first-day-at-work/</link>
		<comments>http://mthomas.co.uk/ipads-first-day-at-work/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:36:33 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mikes Musings]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=732</guid>
		<description><![CDATA[My iPad arrived on Thursday afternoon (I bought the 64GB WiFi model). On Friday night I found a dead pixel so Saturday was spent at The Apple Store in Manchester, sorting out a new one. Sunday and Monday (a Bank Holiday in the UK) were spent setting it up and &#8220;playing&#8221; so today it got [...]]]></description>
			<content:encoded><![CDATA[<p>My iPad arrived on Thursday afternoon (I bought the 64GB WiFi model). On Friday night I found a dead pixel so Saturday was spent at The Apple Store in Manchester, sorting out a new one. Sunday and Monday (a Bank Holiday in the UK) were spent setting it up and &#8220;playing&#8221; so today it got it&#8217;s first outing &#8211; it came with me to work. </p>
<p><span id="more-732"></span></p>
<p>My first job this morning was to reconfigure my desk for my new acquisition and then take a photo of said desk&#8230;</p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/06/mydesk20100601.jpg" alt="My Desk" border="0" width="500" height="166"></p>
<p>So what is on my desk? From left to right&#8230;</p>
<ul>
<li>iPhone in a Dock</li>
<li>iPad in a Griffin A-Frame stand. Elaine has written a <a href="http://elainegiles.co.uk/2010/05/31/taking-a-stand/" target="_blank">review of iPad stands</a> on her blog</li>
<li>17 inch monitor connected to Vista laptop</li>
<li>Vista laptop</li>
<li>17 inch monitor connected to MacBook Pro</li>
<li>A cheap USB mouse connected to the Vista laptop</li>
<li>MacBook Pro</li>
<li>Apple Bluetooth keyboard</li>
<li>Logitech MX Revolution mouse</li>
</ul>
<p>The plant in the background is on my colleague&#8217;s desk &#8211; with all that tech, do I look like I have room for a plant? </p>
<p>After the photo-shoot it was time to put the iPad to work (well you don&#8217;t think I just bought it as a toy do you?). Today I was running 4 x 1 hour training sessions &#8220;how to get the most from your Vista laptop&#8221; (OK you can all stop laughing now).</p>
<p>I had the names of the attendees in a spreadsheet which I copied onto the iPad. As delegates arrived, rather than ticking their names off on a piece of paper I simply marked them off in the spreadsheet, which I had opened in Numbers. I also had the training course running order and some notes on the iPad as PDF&#8217;s &#8211; of course I just &#8220;had&#8221; to refer to these notes during the sessions!</p>
<p>All in all, a good first day at work for the iPad. No wonder the battery was down to 20% when we got home. It&#8217;s now fully charged and ready for tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/ipads-first-day-at-work/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Defining and Using Range Names in Excel</title>
		<link>http://mthomas.co.uk/defining-and-using-range-names-in-excel/</link>
		<comments>http://mthomas.co.uk/defining-and-using-range-names-in-excel/#comments</comments>
		<pubDate>Sun, 23 May 2010 09:00:50 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Names]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=724</guid>
		<description><![CDATA[Excel allows you to assign a name to an individual cell or a range of cells. That name can be used in a formula and can help to make the formula easier to understand. Names can also make it easier to navigate around a large spreadsheet. In Excel 2007 and 2010, names have a scope [...]]]></description>
			<content:encoded><![CDATA[<p>	<!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Excel allows you to assign a name to an individual cell or a range of cells. That name can be used in a formula and can help to make the formula easier to understand. Names can also make it easier to navigate around a large spreadsheet. In Excel 2007 and 2010, names have a <i>scope</i> assigned to them, meaning that a name can be a worksheet-level name or a workbook-level name.</p>
</p></div>
<p><span id="more-724"></span></p>
<div class="LessonStep top">
<h2 class="StepTitle">Defining a Name &#8211; 1</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/name3.png" width="199" height="88" alt="name3.png" />
</div>
<div class="StepInstructions">
<p>Select the cell or cells that the name will refer to</p>
<p>Click the <strong>Formulas</strong> tab on the Ribbon</p>
<p>Click the <strong>Define Name </strong>button in the <i>Defined Names</i> group </p>
</div></div>
<div class="LessonStep top">
<h2 class="StepTitle">Defining a Name &#8211; 2</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/name4.png" width="500" height="340" alt="name4.png" />
</div>
<div class="StepInstructions">
<p>The <i>New Name</i> dialog box is displayed</p>
<p>Type an appropriate name into the <strong>Name</strong> field (1). The name should describe the data that will be stored in the cell(s)</p>
<p>Select the appropriate value from the <strong>Scope</strong><i> </i>drop down list (2). In the example above, there are 4 worksheets &#8211; North, South, East and West. Each sheet is laid out identically. The range B2:E2 in each sheet needs to be assigned a name. In previous versions of Excel, each name would have to be unique, for example, <i>SalesNorth, SalesSouth, </i>etc. The Scope allows you to restrict the use of the name to a specific worksheet or, by selecting <strong>Workbook</strong> from the list, make it available throughout the workbook. Names must be unique within their scope. So you cannot have two identical names in the same sheet, but you can use the same name in different sheets.</p>
<p>The optional <strong>Comment</strong> field (3) is used to document the name</p>
<p><strong>Refers to</strong> (4) indicates the range that the name refers to</p>
<p>Click the <strong>OK</strong> button</p>
</div></div>
<div class="LessonStep top">
<h2 class="StepTitle">The Names Box</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/name1.png" width="500" height="156" alt="name1.png" />
</div>
<div class="StepInstructions">
<p>The Names Box is to the left of the Formula Bar, just above columns A and B. Clicking the dropdown arrow will display a list of Names in the current workbook. To quickly navigate to a named cell/range, simply select the name from the list.</p>
<p>To quickly create a name, select the cell/range that the name will refer to, type the name into the Names Box and press <strong>Enter</strong>. Names created in this way will automatically have <i>Workbook</i> scope applied to them.</p>
<p>If a name has been assigned to a cell or range, when that cell or range is selected, the name will be displayed in the Name Box &#8211; in the above screenshot, G1 has been assigned the name <i>VAT</i>  </p>
</div></div>
<div class="LessonStep top">
<h2 class="StepTitle">Using Names in a Formula</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/name2.png" width="500" height="157" alt="name2.png" />
</div>
<div class="StepInstructions">
<p>In the above screenshot, G1 has been assigned the name <i>VAT. </i>Instead of typing <i>G1</i> into the formula in C2, the name <i>VAT</i> has been used. Not only is the name easier to remember than the cell references, but also the formula will make more sense to other users of the worksheet.</p>
<p>An additional benefit is that Names are always absolute. In the example above, when the formula <i>=VAT*B2</i> is copied down the column,  the new formula will read <i>=VAT*C3</i>, etc.</p>
</div></div>
</p></div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/defining-and-using-range-names-in-excel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Word 2007 Images &#8211; Amending Alternative Text</title>
		<link>http://mthomas.co.uk/word-2007-images-amending-alternative-text/</link>
		<comments>http://mthomas.co.uk/word-2007-images-amending-alternative-text/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:46:49 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=702</guid>
		<description><![CDATA[The Save As PDF command in MS Office 2007 allows you to create a PDF from a Microsoft Office document even if you haven&#8217;t got Adobe Acrobat installed. However, if the Office document contains images (and the images have been inserted using the Insert &#62; Image command rather than copy and paste), the image in [...]]]></description>
			<content:encoded><![CDATA[<p>	<!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>The <i>Save As PDF</i> command in MS Office 2007 allows you to create a PDF from a Microsoft Office document even if you haven&#8217;t got Adobe Acrobat installed. However, if the Office document contains images (and the images have been inserted using the <strong>Insert</strong> &gt; <strong>Image</strong> command rather than copy and paste), the image in the PDF document will have &quot;alt text&quot; attached to it.</p>
</p></div>
<p> <span id="more-702"></span></p>
<div class="LessonStep top">
<h2 class="StepTitle">What is Alt Text?</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/wpid710-pdf_with_tooltip.png" width="500" height="230" alt="wpid710-pdf_with_tooltip.png" />
</div>
<div class="StepInstructions">
<p>The purpose of alt text (short for alternative text) is to provide a textual description of the image. This description will be displayed as a <i>tooltip</i> when a user hovers their mouse over the image. The description will also be &quot;heard&quot; by anyone using screen reading software. </p>
<p>By default, the filename is used for the alt text as shown in the screenshot above. If the filename is either meaningless (for example<i>1.jpg</i>) or not overly-descriptive, it is recommended that the alt text is amended.</p>
</div></div>
<div class="LessonStep top">
<h2 class="StepTitle">Changing the Alt Text &#8211; 1</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/wpid708-1.png" width="497" height="324" alt="wpid708-1.png" />
</div>
<div class="StepInstructions">
<p>To change (or remove &#8211; although that is not recommended for the reasons already stated) the alt text for an image, right click the image and select<strong> Format Picture&#8230; </strong></p>
</div></div>
<div class="LessonStep top">
<h2 class="StepTitle">Changing the Alt Text &#8211; 2</h2>
<div class="StepImage" style="margin:10px 0px;">
<img style="padding:3px;" src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/wpid709-2.png" width="500" height="470" alt="wpid709-2.png" />
</div>
<div class="StepInstructions">
<p>Click the <strong>Alt Text</strong> tab, delete the existing text and type in the new text into the <i>Alternative Text </i> box.</p>
<p>Click <strong>OK</strong> to complete the process.</p>
</div></div>
</p></div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/word-2007-images-amending-alternative-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webex and Multiple Monitors</title>
		<link>http://mthomas.co.uk/webex-and-multiple-monitors/</link>
		<comments>http://mthomas.co.uk/webex-and-multiple-monitors/#comments</comments>
		<pubDate>Thu, 06 May 2010 12:44:30 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Mikes Musings]]></category>
		<category><![CDATA[TipsNTricks]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=690</guid>
		<description><![CDATA[Do you deliver presentations, demos or training courses via Webex? The team I work for offers a global training service and consequently I use Webex as a delivery mechanism on a regular basis. Several months ago, whilst helping somebody setup and run a meeting using Webex, I discovered a problem &#8211; if the presenter is [...]]]></description>
			<content:encoded><![CDATA[<p>Do you deliver presentations, demos or training courses via Webex?  The team I work for offers a global training service and consequently I use Webex as a delivery mechanism on a regular basis.<span id="more-690"></span></p>
<p>Several months ago, whilst helping somebody setup and run a meeting using Webex, I discovered a problem &#8211; if the presenter is using Vista (and most of our company is now) and they display the chat panel and/or the participants panel, the other participants will see on their screen, a grey box with a yellow &#8220;cross hatched&#8221; pattern. </p>
<p>The size and location of this cross-hatched pattern is determined by the size and location of the panels on the presenter&#8217;s screen. </p>
<p>This issue only arises when the presenter is sharing their screen and of course, unless a participant shouts &#8220;Something&#8217;s covering part of the screen and I can&#8217;t see the presentation&#8221;, they&#8217;ll be non the wiser. </p>
<p>I&#8217;m lucky in that I have an external monitor. OK, it&#8217;s not a super-duper 22-inch one, it&#8217;s an old 17-inch one that I&#8217;ve had for a few years. But nevertheless, when I&#8217;m in the office, I have it permanently connected to my Vista laptop. </p>
<p>When I&#8217;m running a training course or delivering a presentation via Webex, I share my laptop screen and drag the participants panel and chat panel over to the external monitor so that I can have these permanently displayed. This allows me to monitor the chat and see who is attending/dropping out of the meeting without spoiling the attendees view of the presentation. </p>
<p>On another note, I wondered if it is possible to set Webex to screen share an external monitor? If I select Share Desktop, it will only share the primary laptop monitor. If I select Share an Application, and the application is on the external monitor, other participants can&#8217;t see it.</p>
<p>After some research, I found that the version of Webex that we use (Webex Meeting Centre), doesn&#8217;t support screen sharing multiple monitors.</p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/mikes_monitors1.jpg" alt="" title="Mikes Monitors" width="370" height="190" class="alignnone size-full wp-image-697" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/webex-and-multiple-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll Never Get Any Work Done</title>
		<link>http://mthomas.co.uk/ill-never-get-any-work-done/</link>
		<comments>http://mthomas.co.uk/ill-never-get-any-work-done/#comments</comments>
		<pubDate>Mon, 03 May 2010 17:12:55 +0000</pubDate>
		<dc:creator>MikeT</dc:creator>
				<category><![CDATA[Mikes Musings]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://mthomas.co.uk/?p=681</guid>
		<description><![CDATA[Up until about 5 years ago, I'd never used Microsoft Netmeeting, at least not in anger. I knew it was there, built right into Windows, but had never had a need to use it. Then I took a job at huge multinational company where I discovered Netmeeting was used extensively. ]]></description>
			<content:encoded><![CDATA[<p>Up until about 5 years ago, I&#8217;d never used Microsoft Netmeeting, at least not in anger. I knew it was there, built right into Windows, but had never had a need to use it. Then I took a job at huge multinational company where I discovered Netmeeting was used extensively.</p>
<p><span id="more-681"></span></p>
<p><img src="http://mthomas.co.uk/blog/wp-content/uploads/2010/05/office-communicator.png" alt="Office Communicator" border="0" width="260" height="183" class="imgright" /></p>
<p>IT Support staff used the screen-sharing capabilities to take control of a user&#8217;s screen. Trainers used it to deliver 1:1 training sessions and demos and managers and others used it to deliver presentations to colleagues in far-away places.</p>
<p>I&#8217;m still at that company, now working for the IT Training team. The company has just finished a 6-month upgrade from Windows 2000/Office 2000 to Vista and Office 2007. Prior to the start of the rollout, our team delivered a number of pre-migration seminars, the purpose of which was to let users know about the rollout process and advise and educate them regarding new functionality on offer.</p>
<p>&#8220;Live Meeting and Office Communicator will be replacing Netmeeting&#8221;</p>
<p>They were OK with the Live Meeting bit &#8211; &#8220;Netmeeting on steroids&#8221; is how I explained it, but when it came to talking about Office Communicator, the instant messenger client, I would get comments such as</p>
<p>&#8220;I&#8217;m not using that&#8221;</p>
<p>&#8220;Can I turn it off?&#8221;</p>
<p>&#8220;I&#8217;ll never get any work done&#8221;</p>
<p>Yet, these same people are quite happy to use Yahoo IM, MSN and even SMS on their phone (during work time). Don&#8217;t they realise that Office Communicator is just another IM system?</p>
<p>Fast forward 6 months and guess what? Everyone loves OC! It&#8217;s being used in a responsible manner, users respect other user&#8217;s status setting (i.e. if you set your status to Do Not Disturb then chances are you won&#8217;t get disturbed unless it&#8217;s a dire emergency).</p>
<p>From a training and education point, one of the key areas is ensuring that users understand when to use email v when to use IM.</p>
<p>So what&#8217;s next? Well there&#8217;s a pilot running, which I&#8217;m part of, which will really bring us into the 21st century with webcams and VOIP.</p>
<p>Now where did I put my razor and hairbrush?</p>
]]></content:encoded>
			<wfw:commentRss>http://mthomas.co.uk/ill-never-get-any-work-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
