641 – What’s the Time, Mr Wolf?

clip_image002

Time-telling technology has always been a hot-bed of invention, from the radically precise first marine chronometer in the early 18th century, allowing more accurate navigation on long sea voyages, to atomic clocks that can measure time with the accuracy of one millionth of a second over 10 years.

clip_image004Computers and smart phones probably never need your intervention to set the time, except when travelling abroad and you want to manually manage the time zone – if you prefer not to let the machine do that for you. To play with the time settings in Windows, just right-click on the clock in the system tray and choose to adjust from there.

clip_image006If you’d like to know what the actual time is, maybe after a power cut has blanked the clock on your cooker or you need to adjust because of Daylight Savings Time, how do you know what the real time is? Call the Speaking Clock? Switch on TV news and wait for the clock in the corner to click over one more minute?

Even better than that, check out time.is, a service synchronized with an atomic clock and which purports to figure out how accurate your computer’s clock is compared with the real time. Open the time.is site on your mobile phone and you’re ready for next time you have to set the clock on your video recorder or bedside alarm.

The chronometer (“time” and “measure”) evolved from a ship’s device for navigation and became a byword for a really accurate watch (they even had competitions until the late 1960s for the manufacturer who could make the most accurate timepiece – right up until the Japanese started beating the organising Swiss at their own game, so they took their ball away and went home). Meanwhile chronographs (“time” and “write”) were devices made to accurately measure time gone by, such as at the request of France’s King Louis XVIII, who wanted to know exactly how long his horse races lasted. Early devices actually marked the passage of time on the dial with a pen.

clip_image008In Windows, you can easily time events or have countdown timers that alert you when your eggs are boiled or it’s time to start working again – look in the Swiss Army Knife that is the Clock app. You can display multiple timers in one window if necessary, make a single timer go full screen (useful if you’re presenting and counting down to getting started) or pop out to a side window.

If you wear an old-fashioned watch, you may have a simple way to measure elapsed time –  some will have built-in timers, and others will have a moveable bezel which lets you rotate the zero-marker to where the minute hand is pointing at the start of something you want to time.

clip_image010clip_image012If you look at the watch a few minutes from now, you’ll see how many markers on the bezel the minute hand has moved on by – not exactly sub-second accurate but it’s good enough for the “about 10 minutes” type measurement.

You could also reverse the process and set the bezel’s 50 minute marker at the minute hand, so counting down 10 minutes towards the zero marker instead. You do need to keep an eye on it as there’s no alarm.

clip_image014Contemporary chronographs are analogue watches with built-in stopwatch functions, usually controlled by start and stop buttons on the side. They may count to fractions of a second marked around the edge, and some sport Tachymetre marking around the outside – designed to let you calculate how fast something is travelling as it goes over a set distance, or how far you’ve travelled if you know your constant speed.

It’s hardly red-hot technology, but millions of watches have this fantastically complicated but nowadays basically useless feature. They have to sell wrist furniture somehow.

Perhaps the most over-sold and fantastically-named wrist watch from the 1960s was the now re-issued Croton Nivada Grenchen Chronomaster Aviator Sea Diver – a single device that could be used for so many things as it combined various chronograph and bezel-rotating features in one 38mm-wide watch, billed as a “wrist-sized computer”.

Just make sure you have a magnifying glass handy to be able to read all the tiny markers and numbers on it.

640 – Smart Dates

clip_image002

For all the time that computers have been used, date handling has been a problem. Bad dates cause problems from sorting lists to processing payments, yet many systems force the user to figure out what it expects by way of date entry – from web sites which force 2-digits (a la 01/01/22 vs 1/1/22) to non-localised apps which assume a date format without allowing it to be changed?

If you ever say a date out loud like “this report is due by eight-one”, meaning 8/1 or 1st August, then 91% of the world’s population will need to interpret that differently to how they represent dates, since most will expect the format to be day-month-year, or arguably most sensibly, year-month-day.

clip_image004

Try saving things like expense reports or invoices using the file name starting yy-mm-dd or even yyyy-mm-dd and they’ll be much easier to handle (aside from just sorting by created date, of course).

When a user enters a date into a Windows app, the vast majority will respect the format set by the operating system, known as the User Locale.

clip_image006That doesn’t help too much if the author of a spreadsheet – for example – is in one locale and clip_image008other users are elsewhere; if the default date format is numeric, then the field remains in the format of the author, and that may cause befuddlement.

Switching display format to Long Date – or even setting a shorter custom format – could avoid confusion. Under the covers, Excel still stores the date in a universal format, but people might interpret it incorrectly when display in a different format.

clip_image010Other tools can handle dates in surprisingly smart ways – even since its first version in 1997, Outlook lets you enter text into date windows like a Due Date for reminders or tasks – any time you are presented a date field that lets you type as well as select a date from a calendar picker, you can put stuff in like tomorrow, 2 weeks, next Friday, third Tuesday in October etc. There are shorter versions – 2w, 3m 10d – or you can string things together, like Monday before Christmas.

clip_image012Microsoft To Do has also has some date smarts; if you type in a new task to track, it can read dates and times out of your task description and automatically set due dates and Reminders.

clip_image014It has other kinds of parsing – in 3 days etc – though not quite as comprehensive as Outlook’s. There are also a load of special dates recognised (at least in the US).

So far, this functionality is available on Windows and iOS apps and for the most part it’s really neat. If it detects a date you don’t like – you’re suggesting something may happen, rather than it is happening on 1st May, for example – then just hit backspace to clear that association.

#639 – Macros, Ghosts and GALs

VB and MacrosSince the early days, Microsoft always kept an eye on what its competitors were doing. It was once de rigeur to produce “battlecards” which would show feature-by-feature how one product is better than its competitor, thus assuring the customer they should buy this one. Thankfully, times have mostly moved on to just building as good a product as possible and then let customers and the markets decide – sometimes, they get improved and honed over time to be the best out there, and sometimes they get dispatched to the boneyard as times move on.

Exchange Server boxIn the late 1990s, Office and Exchange (and later, SharePoint) Server were seen as Microsoft’s entrants into the burgeoning “Groupware” market, which became subsumed into “Knowledge Management” c2000. Key competitors to Exchange & Outlook were Lotus Notes and Novell GroupWise, both of which came from being collab tools and gained email functions. Notes was arguably much more mature and feature rich even if the UI was sometimes clunky, GroupWise was much leaner but found a niche in several industries. Amazingly, GroupWise is still a thing and Notes evolved first into IBM Notes/Domino and was eventually sold off to now be HCL Notes and HCL Domino.

One of the early moves Microsoft made to elevate Office apps to more than just writing documents, was to try to make the docs more capable through adding Macros, and later, Visual Basic for Applications. This allowed a moderately skilful user to dabble in programming to make smarter applications centered around documents; what seemed like a good idea at the time unwittingly unleashed a wave of malware, where bad actors wrote macros to do undesirable things. Following the “Melissa” worm in 1999, Office stopped Macros running without asking the user for permission. Using Macros for anything more than tinkering never really took off.

Blocked Macro warning

Macros disabled entirely

Microsoft announced in February 2022 that all Office Macros in content received online would be disabled completely; this was temporarily rolled back in some test builds for some changes to be made in how it works, but for many, the warning will still be there if you open a Macro-enabled file that you’ve downloaded or been sent.

Unblocking MacroThere are still some very useful Office macros out there, and if you do need to run one that you know is from a trustworthy source, there is a workaround – save the file to your PC locally, then right-click on it to look at the file’s properties, tick the “Unblock” option and apply that. You’ll now be able to choose to run the macro unencumbered.

One such handy macro was discussed back in December 2021 in ToW 611, and is used to find Ghost meetings – ie ones you have arranged but everyone has declined (or at least not accepted). The macro spins through all future meetings in your calendar and lists the ones you’ve organised but where you’re likely to be the only attendee who shows up. Particularly useful at this time of year if lots of people are about to take time off over the summer, and may have declined a few recurring meetings but you – as organiser – still have them in your calendar.

Ghost Meetings

For the latest version of the macro, download the ZIP file to your machine and expand it (or just copy the XLSM file that’s within and put it somewhere else), do the property Unblock thing as above, open in Excel, click the button to allow content, then the Scan Calendar button and you’re all set. You still need to go into Outlook and look at the appropriate date then decide if you want to cancel those meetings or not.

Another more powerful macro – though a little more esoteric – is one which does bulk resolution against the Global Address List, so if you give it a list of display names and/or alias names, it will show the full name, title, department, office, email, and alias name of that person. Handy if you want to get the full details of everyone who is going to attend a meeting, but if you just have a longish list of names then you could just paste them in and see how it goes. This was covered back in ToW 575. One usage scenario recently was to estimate the number of people who were attending a group meeting, but were based at other offices and would therefore need accommodation.

Here’s an example output of over 500 names who were invited to a large meeting; by just providing their display names in column A, it took the sheet about 30 seconds to complete, with 10 identified as distribution lists and 50 unknowns who couldn’t be resolved, either due to no longer being in the GAL or because there were more than one possible name listed.

GAL resolving

If you can manually find the unknown person/people in the GAL, then get their alias name and paste that into column 1 instead of the ambiguous display name, then try to run it again.

637 – Focus and disturbance

clip_image002

Happy New Year! Now that we’re into the second half of 2022, we can look forward to new stuff coming to Windows 11, in the guise of the next update, currently in test with the Windows Insiders and due sometime soon, known as release 22H2.

This new version comes with a bunch of visual and some functional tweaks (which some might argue should have been like that since the release of Win11 nearly a year ago). The Start menu has had some attention, something to be revisited in a future Tip.

One welcome area of deeper integration is a broad subject covered in ToWs passim – the varied ways of managing do not disturb, quiet hours and attempting to focus.

clip_image004In Win11 22H2, the Focus sessions feature which was previously added to the Clock app has now been tied into the Windows shell more neatly – if you click on the date/time on your taskbar to show the calendar (or press WindowsKey+N to see notifications, which does the same thing), you’ll see a little Focus button with an adjustable time next to it.

clip_image006Click that and it will launch a new mode of the Clock app which displays a simple control showing the elapsed time on a circle, and clicking on the square in the middle will stop the session. The expand icon on the top left will launch Clock showing the Focus blade, also displaying To Do Tasks, Spotify (if you have it set up) and a history of today’s other Focus sessions.

Settings for Focus have also been placed in the main system Settings app, providing some configuration on what happens during a Focus session (and you can start a new session from there too):

clip_image008

At least for now, there’s still no Teams or Outlook integration so merely being in Focus won’t change your Teams availability status, nor will it switch Outlook into Offline mode as did the old internal-to-MS “FocusTime” app.

clip_image010The Do Not Disturb feature in Windows 11 also has some rich settings to make sure your machine doesn’t give you notifications at inappropriate times – including a little button next to the notifications list on WinKey+N. If DND is switched on either here or by an automatic rule, you’ll also see a little bell icon emitting Zzs, on the taskbar next to the clock. Subtle yet useful.

clip_image012

Still more focusing options are offered by Viva Insights – that has the ability to proactively book time in your schedule to ensure you can focus, and will silence chats and so on while you’re supposed to be concentrating.

Read more here.

To make your focus all the more effective, maybe go and grab a coffee or something stronger.

636 – That’s not my name (again)

Starbucks name manglingAt a social event this week, a reader asked if topics for ToW’s were ever recycled – the answer? “Of course”. Well, not really recycled but sometimes revisited and updated – which brings us again this week to the topic of name pronunciation.

If people habitually get your name  wrong, you could adopt an easier-to-say handle or just put up with people mangling your name and don’t worry about it. Or you can try to teach people how you pronounce your own name.

In the days of Microsoft Exchange Unified Messaging, you could choose to record your name, as you might have done in those old-fashioned conference call systems that announce your arrival into a call. Exchange UM let you call in to set your voicemail greeting, manage your calendar and so on. That made a great demo back in the day, but presumably didn’t get used enough as it has now gone away.

Outlook address book with speakerFor a while, if your organization used UM and you’d bothered to set your name, you’d see a greyed-looking loudspeaker icon next to yours or others’ names in the address book. It’s not there anymore, now – too bad.

LinkedIn speaker An alternative way of sharing your preferred pronunciation is to use LinkedIn – if you record your name, it’ll show up on your profile and you can make it public so that anyone can listen to it.

To make the recording, you’ll need to use the LinkedIn mobile app, not the regular browser view.

LinkedIn profileTap on your own photo in the top left of the LinkedIn app, then choose View Profile, then tap the pencil icon to edit your profile.

Look in your profile settings and you’ll see options like recording your name or listing your preferred pronouns, as well as the usual headline, title etc. After recording your name, others will see the speaker icon on your profile, and clicking it will play your voice.

Record video on LinkedInAnother neat option is to record a short video which previews if someone views your profile and plays fully if they click or tap on your photo.

Just tap on your own profile picture in the app, and you’ll see an option to edit it and also add a video.

Separately, on the topic of how to say various words, YouTube has a variety of pronunciation tutorials.

635 – Outlook Wunderbar and Full Screen

Outlook iconMany Office users rely so much on Outlook, it’s their most-used application by far. Over the years, numerous other apps – such as Yammer, Slack or Teams – have presented other ways to collaborate and communicate yet with billions of messages being sent every day, email just doesn’t seem to slow down.

Outlook 2003 WunderbarThe bones of the current Windows release of Outlook date back to Outlook 97, with some dialogs and settings having changed little since even if the main UI has been refreshed over the years. One recent change was the further evolution of Outlook 2003’s “Wunderbar”, the menu on the bottom left of the main Outlook window that switched views between mail, calendar, tasks etc (yes, it really was called that internally – look in the Registry).

Outlook 2016 navigation barBy Outlook 2016, the navigation bar had collapsed into a series of icons along the bottom, which did the same thing but took up less screen real estate. It’s long been possible to use keyboard shortcuts to jump between the options on the navigation bar – CTRL+1 will go to the 1st one (usually Mail), CTRL+2 to the second and so on. You can reorder the options on the bar if you like, so CTRL+1 could be Calendar if that’s what’s most important to you.

configuring the Outlook 2021 navigation barOutlook 2021 changes things again – the navigation bar has moved to the side, in a UI design shared with both Outlook.com and the Microsoft 365 Outlook Web App.

Other apps can be pinned to the new bar, too – including things like the Org Explorer, which presents a much more graphical way of looking at the org chart than the old Address Book in Outlook.

Adjusting the ribbonMoving these icons to the side of the screen might help organize screen real estate; another option would be to collapse the Ribbon, so you only see the many icons and options along the top of Outlook, when you need to use them.

You could try Simplified Ribbon to reduce the size and hide some of the more esoteric functions.

Show tabs only reverts to a simple menu bar, and when you click on one of the options, the ribbon for that tab is displayed. You can toggle easily between Tabs Only and the full ribbon by pressing CTRL+F1. There are loads of other shortcuts for Outlook though some are a little obscure.

Full-screen modeTo truly maximize your screen area, try going into Full-screen mode;  that removes the menu and ribbon at the top of the screen entirely, including the search box.

If you need to search your mailbox while in full-screen, press ALT to temporarily display the ribbon, and look for the highlighted keys that can jump to specific tab or function.

Press ALT to see shortcut keysPress Q, then type your search, hit enter and you’ll return to your results in full screen again.

631 – Why does nobody share calendars?

A paper calendarBack in the late 1980s/early 90s, IBM had an internal email system called NOSS – an implementation of PROFS, a text-only mainframe-based system delivered via a terminal.

Even in 1990, NOSS allowed any user to browse a hierarchical directory (showing contact info, job titles, manager/reporting relationships etc), email or instant message anyone, and look at their calendar to see what they block of text about IBM's NOSSwere doing. It was 10 years before you could do all those things using Microsoft Windows and Office. In recent years, Big Blue’s email environment has seemingly been less happy.

When Microsoft Exchange first came out, email was handled with the Exchange client and calendaring was from Schedule+, which had been updated to support Exchange (and lives on in some backward Microsoft lingo, where people who start every sentence with “So,” ask you to send them an S+, meaning, invite them to a meeting). Outlook came along in 1996 and became the preferred and unified way to do email, calendars, address books etc.

Schedule view of free/busySome organisations had a default policy when new mailboxes were created that their calendar was shared Read-only, so anyone in the company could see it. You could open someone’s calendar fully in Outlook or by viewing the scheduling tab in a meeting, where you will typically see if a list of people are available or not. Others might have it that only free/busy info is visible by default, and that is pretty sub-optimal.

With M365 in general, newly-created mailboxes have no calendar sharing set up, and the action is on the user to choose how to let co-workers see their info.

Be a nice person, and check to make sure your colleagues can view your calendar.

Ideally, share so that others will see the title and location of any appointment; useful when someone is trying to arrange a meeting, as within the schedule view they can figure out if you are likely to be able to make the proposed meeting time – if your diary is full of blocks marked busy or tentative, they’ll have no idea if you really are in a meeting or have just marked time to do something that you might be happy to move. Or had a colleague’s FYI notice of being on holiday obliterate the view of your calendar.

In the early days of Exchange/Outlook, if you had read access to someone’s calendar, you could open up appointments, see who else was attending a meeting, download any attachments and so on, unless the appointment was marked “Private” – though it’s somewhat possible to open Private appointments programmatically if you know what you are doing.

OWA sharing persmissionsNowadays, calendar sharing is more granular – in Outlook Web App, go into Calendar and you’ll see the Sharing and permissions option, which will let you choose specific people and give them ability to see various details, or you can change the default for the whole organisation.

OWA sharing persmissions detailIn full-fat desktop Outlook, click on the Share Calendar option on the ribbon, and you’ll get a 1990s-style dialog box Sharing permissions in Outlookallowing you to set the default permissions or to invite particular team-mates to have higher level access should you want them to know where you are and with whom.

If you choose titles & locations, viewers can’t open your appointments to peer inside, so can’t see who else is attending or what the body of the meeting says, but they can at least see if you’re likely to need travel time between meetings. See here for more info on calendar sharing & delegate access.

628 – Text handling in Excel

Excel logoAnyone who has delved into writing formulæ in Excel will probably have had to manipulate strings of text at some point, possibly to clean up formatting or to convert what Excel thinks is a simple block of text into more meaningful data that we know it to be, like a number or a date.

There are simple ways of bulk handling text without resorting to writing a formula – copy all the names from the To: line in an Outlook email, for example: paste into a new spreadsheet and you’ll end up with pasting email addresses into Excela single line of text containing all of the display names and email addresses in one cell, which you may want to split up, to be of much use.

Text to ColumnsSeparate the text into multiple columns by selecting the first cell, then go to the Data tab and look for Text to Columns, which presents a fairly powerful if somewhat old-fashioned looking dialog box, to step through fixing up your text.

In the example above, we have a “;” separating – or “delimiting” – each address, so clip_image008we’ll use that to split the text across multiple columns.

Transpose Paste SpecialSince we might want to create a table of names / addresses, select the cells spread across the columns, copy or cut them to the clipboard, then on a new line below, right-click and look for the Transpose option under Paste Special. Once that’s done, feel free to delete the original top row, or clear the contents of the first cell as we might come back to that row to add column names later.

There is some other cleaning up to do with this text, though; the Text-to-Columns function chopped everything at the “;” but there’s a space which follows the semicolon, so all the Display Names after the first one have a leading space. We could repeat the Text-to-Column feature on the selection again, but use a Space as delimiter now – Preview Text to Columnsunfortunately that would mangle the display names into multiple columns, and if we had a smattering of users with middle names or 3 or 4 part names common in many countries, it could make things look even worse.

Use custom delimiterUsing the leading “<” of the email address as the delimiter is probably simplest, as it will separate the name(s) and email addresses out, though it does still give us a few tidying-up challenges, as there are spaces we don’t want and a trailing “>” at the end of every email address.

In cases like this, it’s easier to use a formula to clean things up – the Trim function being a good place to start; it removes both trailing and leading spaces in string, so the name can be fixed up into a new column.

Since we know the email address has one errant character – that trailing “>” – left behind from the earlier text-to-column operation, there are a variety of ways to strip it off. There’s theclip_image016 =LEFT() function, which keeps the left-most (n) characters of a string – so by combing the LEN function and knocking off a single character, we can chop the final character off.

After all this palaver, you might be thinking that some of this clip_image018chopping around and formulaic string-handling can get a bit confusing as you start to nest operations within each other. Luckily, the Excel team has released some powerful new text-handling functions to try to simplify things a little:

  • TEXTBEFORE – Returns text that’s before delimiting characters 
  • TEXTAFTER – Returns text that’s after delimiting character 
  • TEXTSPLIT – Splits text into rows or columns using delimiters 

TEXTSPLIT functionSo, using TEXTSPLIT on our original pasted text from the email, using “<” as the delimiter for the columns and “>; “ as the marker for the end of each row, gives us a near perfect solution – the only clanger being the trailing “>” on the last address.

You could use another formula to find and strip out any left-over characters like that, or just manually delete the last “>” off the original line you pasted in.

You decide.

627 – Sleeping as Edge hits the ton

clip_image002Ever since Microsoft switched the Edge browser from its own page rendering technology to instead use the open-source Chromium, it benefits from regular rolling updates and the version number keeps increasing to match. If you use Edge already, you can see what release you have by going to the “…” menu > Help and Feedback > About Microsoft Edge or paste edge://settings/help into the address bar.

The release number ticked over from 99 to 100 recently, causing a few legacy websites to fall over: when you visit any site, your browser’s User Agent String identifies to the web server what type of client it’s dealing with, including the version number (so the server can modify the page to suit the client, if necessary).

In Shades of Y2K, a few sites balked at a browser showing up with a 3-digit number – if you have problems with any, you could make Edge stick to telling sites it’s running v99 – go to edge://flags/#force-major-version-to-minor on the address bar. Mozilla – creators of the Firefox browser which also uses Chromium – tracked known issues in sites and which ones have been fixed.

As well as taking whatever goodies come from the evolution of Chromium, the Edge development team can devote more of their time building stuff with a view to making Edge better than other browsers.

clip_image004One feature which made it into Edge a while back is sleeping tabs; meaning open tabs you haven’t used it for a while can be put into an inactive mode and consume less memory, CPU and ultimately, power.

Look in Task Manager (CTRL+SHIFT+ESC) and you’ll likely see lots of entries underneath the Edge application; some are processes in support of the overall app, Extensions and the like, but you’ll also see each Tab appear separately. If you think Edge is running amok, it’s worth looking here to see if some specific site is chewing up CPU and consuming lots of memory.

clip_image006Tab sleeping has been updated and given extra capabilities to manage tabs which are inter-connected, reckoned to mean that 8% more tabs will be put to sleep. When a tab is dozing, it typically saves 99% of CPU and 85% of memory compared to when running.

Other updates which came into v100 include some changes to handling of PDF files and some tweaks to policy-based control and other improvements to the way the browser works.

The Performance view on sleeping tabs Is rolling out now; if you don’t see it in Settings, then sit tight, or try visiting the Edge Insiders site and install one of the test versions, either Canary (daily updates – not really recommended for the average user), Dev or Beta; pre-release and stable versions of the browser can be run side-by-side so there’s low risk in having both on your machine.

For more information on browser evollution, keep an eye on the release notes for the Beta channel and watch the release schedule for when to expect further browser updates. There’s a feature tracker too, to see what’s in development and learn what’s coming, and summary news is regularly shared via the What’s New blog.

625 – Journaling now and then

Compaq Tablet PCMemoirs and autobiographies are the top selling non-fiction books for good reason, as people like to recall past events through the words and thoughts of someone who was there, in the room or even in the driving seat. World leaders who write their tell-all book on what happened 20+ years ago, better have great memories or perhaps a trove of notes and diary entries from the time. If they are fans of journaling, they would have of-the-moment musings, written down to help clear their minds at the time – on committing thoughts to her diary, Anne Frank wrote, “I can shake off everything as I write; my sorrows disappear, my courage is reborn.”

Turning to technology and looking back to relatively near-term history brings up all kinds of product that was ahead of its time or was ultimately overtaken by other developments that nobody saw coming. Sometimes, the perfect blend of genius, timing, execution and luck combines and creates a durable and wildly successful category – like the Smartphone and the plethora of services and apps that were created.

Inversely, one of those tech innovations that was just a bit ahead of its time was the Tablet PC; a fully-functional Windows PC that was blessed with a pen and touch screen so you could take notes by hand just like on paper, yet by flipping it around it could be used to run Office apps and all the other stuff you’d need a PC for, 20 years ago.

Windows Journal appIn hindsight, the idea of the Tablet PC was 10-15 years ahead of the technology that was needed to really make it work – the pen and screen digitizer were a bit too low-res; the processing power and memory was not up to the mark of providing the kind of user experience that the vision hoped for. The battery life was too poor while the whole thing was too heavy. Nowadays, with devices like the Surface Go and the iPad Pro, the reality is much closer – even if the dream of writing meeting notes by hand has been made somewhat obsolete by transcription and the fact that fewer people use a pen to write any more.

One new app that was built for the Tablet PC to take advantage of its pen, was Windows Journal, a relatively simple yet effective note-taking app, with surprisingly good handwriting recognition built in.

To read more from someone who was in the room – figuratively and, at times, literally – around the time of Tablet PC, the Journal software and the Office app originally called Scribbler which went on to become OneNote, check out Steven Sinofsky’s Hardcore Software post. It’s a fairly long but fascinating read.

Using pen and paper for taking meeting notes might be less popular now, but many of us will still jot down reminders or lists on Post-it notes, perhaps doodling on paper to help creativity and flow. If you have a pen-capable computer now, the newly released Microsoft Journal app is worth a look.


Billed as an app for digital ink enthusiasts, this new Journal presents a modern take on the original Windows Journal idea – an infinitely scrollable canvas for jotting down anything, though with AI capabilities in the app providing quiet yet powerful functionality. Journal started as a research project (from the “Garage”), but has now graduated into a fully-fledged, supported app. Read more about it here.

Microsoft Journal appMaybe time to take a leaf from erstwhile storyteller Steve Clayton’s Friday Thing, and spend a few minutes every day handwriting a journal. Now where did I put that pen?