mthomas.co.uk - IT Tips, Tricks & Tutorials

May1st

Microsoft Project Makes You Fat!

OK so I decided to try and eat a bit more healthily starting at the end of March. On March 31st I stopped eating chocolate and on April 10th I started again. April 10th and 11th just happened to be the dates that I was running a 2-day Microsoft Project course - my first one for a few years. Even with a bit of prep, Project always throws up the unexpected.

Are there any trainers out there who actually like training this product?

Apr24th

Absolute Cell References in Excel

Absolute cell references allow you to “fix” part or all of a cell reference in a formula. This can be a great time-saver when copying formulas, however, there is more to it than meets the eye… Read More

Apr22nd

Another Mac User

Suggested to a client that they buy a Mac. Well, he’d already decided that his next laptop will be a Mac, so I can’t really count that as a sale - but at least it confirmed it in his mind.

Apr18th

The Quick Brown Fox

A question arose today about entering random text into a Word document. You probably know that if you type =Rand() into a Word document you get 3 paragraphs each containing 5 sentences where each sentence is “The quick brown fox jumps over the lazy dog”

And if you type =Rand(X,Y) where X and Y are numbers, you get X paragraphs of Y sentences each where sentence is “The quick brown fox jumps over the lazy dog”. For example =Rand(8,10) will generate 8 paragraphs where each paragraph contains 10 sentences.

Well in Word 2007 you now have =Lorem() Read More

Apr18th

IBM considering Macs for employees

This was the top story in my RSS feed this morning. As someone who works for IBM and has spent the past 12 months trying to convert my colleagues to the Mac, I just had to smile at this one!

IBM’s Research Information Services division is investigating the possibility of moving a significant number of employees to Apple’s Macintosh platform according to a report acquired by RoughlyDrafted.

“In line with IBM’s external strategy of offering a true ‘Open Client’ that may be Windows, Linux or a Mac,” the document noted, “[Research Information Services] is focusing on providing an IBM application stack on multiple Operating Systems, rather than be confined to one or the other.”

The first phase of the pilot program was conducted between October 2007 and January 2008. During this phase, 24 MacBook Pros were distributed to researchers and used as the primary notebook, with the employees’ existing ThinkPads acting as backups if needed.

Of the 22 of 24 who responded, 18 said that the Mac offered a “better or best experience” compared to their existing computer, one rated it “equal or good,” and three said the Mac offered a “worse experience.” Seven reported having no or marginal prior knowledge of using Macs, while 15 reported having moderate or expert knowledge of the platform.

Apr18th

Shading Alternative Rows in Excel

Using a combination of the ROW and MOD functions and Conditional Formatting, you can easily shade alternative rows in Excel, making a list of data easier to read. Read More

Apr17th

Outlook 2007 - A First Look

Later this year, the company that I work for will be upgrading to Vista/Office 2007. Earlier this year I produced a short video to show to my colleagues (we will be delivering the training), outlining the major differences between Outlook 2000 (the version currently used) and 2007.

Apr16th

Acrobat Connect Rocks (and so does Photoshop Express)

Tonight I attended an online presentation which was run by the North West Adobe User Group.

The excellent presentation covered 2 subjects - Adobe Acrobat Connect (an online collaboration and web conferencing tool) and Photoshop Express - a free online image editor (you also get 2GB of space to store your photos online when you sign up for a free Photoshop Express account). Photoshop Express is not meant as a replacement for the full Photoshop product, however, it has some cool features including a touchup tool, recolouring, red-eye removal and colour and sharpness enhancements.

The presentation itself was delivered via Connect and having used similar tools (Centra and Webex), I can say that Connect provides the best user experience by far.

Apr16th

The Excel MOD Function

The MOD function in Excel returns the remainder after a number is divided by a divisor.

As an example, start a new spreadsheet and enter 172 into A1. This represents the number of minutes that a piece of machinery has been running (this figure is manually entered after the user has noted the value by reading the machine’s “Activity Log” which outputs a value in minutes).

Enter a formula in A2 to calculate the number of whole hours:

=INT(A1/60)

As we only want to display whole hours, the INT function is used to return the Integer part of the result (172 / 60 = 2.866667).

The formula in A3 which calculates the number of remaining minutes is:

=MOD(A1,60)

In other words, 172 divided by 60 is 2 remainder 52

Apr16th

Outlook - Don’t get caught snooping!!

When using Outlook with MS Exchange, you can open another user’s mailbox (providing that they have assigned permissions correctly). This is useful if you want to check whether a colleague is available..or you just want to snoop at an ex-colleague’s whereabouts!

However, Outlook remembers the names of the previous few users whose mailboxes you have opened (Click File > Open do display the list) - handy if you want to check the same user’s calendar again but could also land you in trouble if you’ve been snooping! Read More

Next Page »