<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
	<channel>
		<atom:link href="https://www.thoughtasylum.com/atom.xml" rel="self" type="application/rss+xml" />
		<title>ThoughtAsylum</title>
		<link>https://www.thoughtasylum.com/</link>
		<description />
		<lastBuildDate>Sat, 26 Sep 2026 07:00:52 +0100</lastBuildDate>
		<language>en</language>
		
		<item>
			<title>File and Folder Trees via Keyboard Maestro</title>
			<link>https://www.thoughtasylum.com/2026/08/30/file-and-folder-trees-via-keyboard-maestro/</link>
			<description><![CDATA[<p>One of the first commands I learned to use on a PC was the <code class="language-plaintext highlighter-rouge">tree</code> command in DOS. This was a command that let me see what files and subdirectories were present in a particular directory in a structured, visual way. The tree-like nature coming from the way folders were represented as branches and files as leaves on that branch. At the time, it was just a fun and useful way to visualise the files on the PC. However, I still find myself wanting to represent file and folder structures in documentation that I write and information that I provide to others. Sometimes this isn’t even on a PC, but rather on my Mac. Fortunately, there’s a way to reproduce this functionality, and furthermore, I can have it right at my fingertips thanks to the power of <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-30-tree.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 30 Aug 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-30-tree.jpg"><br><br><p>One of the first commands I learned to use on a PC was the <code class="language-plaintext highlighter-rouge">tree</code> command in DOS. This was a command that let me see what files and subdirectories were present in a particular directory in a structured, visual way. The tree-like nature coming from the way folders were represented as branches and files as leaves on that branch. At the time, it was just a fun and useful way to visualise the files on the PC. However, I still find myself wanting to represent file and folder structures in documentation that I write and information that I provide to others. Sometimes this isn’t even on a PC, but rather on my Mac. Fortunately, there’s a way to reproduce this functionality, and furthermore, I can have it right at my fingertips thanks to the power of <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/08/30/file-and-folder-trees-via-keyboard-maestro</guid>
		</item>
		
		<item>
			<title>Build vs Buttle With Your AI</title>
			<link>https://www.thoughtasylum.com/2026/08/20/build-vs-buttle-with-your-ai/</link>
			<description><![CDATA[<p>With the increasing availability of assistive AI, many people have turned to AI frameworks and harnesses (<a href="https://hermes-agent.nousresearch.com">Hermes Agent</a>, <a href="https://support.claude.com/en/articles/13345190-get-started-with-claude-cowork">Claude Cowork</a>, etc.) to help them achieve day-to-day goals. In many cases the AI has been directed to carry out those tasks that people want to hand-off. That is good, but is it the right thing to do? Is AI actually the ideal solution, or is it something to help you create that solution?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-20-showdown.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 20 Aug 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-20-showdown.jpg"><br><br><p>With the increasing availability of assistive AI, many people have turned to AI frameworks and harnesses (<a href="https://hermes-agent.nousresearch.com">Hermes Agent</a>, <a href="https://support.claude.com/en/articles/13345190-get-started-with-claude-cowork">Claude Cowork</a>, etc.) to help them achieve day-to-day goals. In many cases the AI has been directed to carry out those tasks that people want to hand-off. That is good, but is it the right thing to do? Is AI actually the ideal solution, or is it something to help you create that solution?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/08/20/build-vs-buttle-with-your-ai</guid>
		</item>
		
		<item>
			<title>Monitoring Non-interactive Terminal Sessions with Sentinel</title>
			<link>https://www.thoughtasylum.com/2026/08/19/monitoring-non-interactive-terminal-sessions-with-sentinel/</link>
			<description><![CDATA[<p>Lately I have found myself dealing with more and more terminal sessions on my Mac. These were not just sessions where I had specific areas of work open. These were long running processes. Local website servers. Local LLM servers. Processes to serve dashboards and apps. While gathering them into multiple tabs on one Terminal window helped, I would end up on that window when I didn’t need to be. I began having trouble finding the right tab, and even came close more than once to killing processes that I wanted to keep running.</p>

<p>This was quickly becoming a problem rather than simply an occasional inconvenience. I looked for a solution, but did not find anything that quite matched my need. This then became an opportunity to build something to help me manage these sessions, and so the idea for <em>Sentinel</em> began to emerge.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-19-app-icon.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 19 Aug 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-08-19-app-icon.png"><br><br><p>Lately I have found myself dealing with more and more terminal sessions on my Mac. These were not just sessions where I had specific areas of work open. These were long running processes. Local website servers. Local LLM servers. Processes to serve dashboards and apps. While gathering them into multiple tabs on one Terminal window helped, I would end up on that window when I didn’t need to be. I began having trouble finding the right tab, and even came close more than once to killing processes that I wanted to keep running.</p>

<p>This was quickly becoming a problem rather than simply an occasional inconvenience. I looked for a solution, but did not find anything that quite matched my need. This then became an opportunity to build something to help me manage these sessions, and so the idea for <em>Sentinel</em> began to emerge.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/08/19/monitoring-non-interactive-terminal-sessions-with-sentinel</guid>
		</item>
		
		<item>
			<title>Creating Opportunities With AI</title>
			<link>https://www.thoughtasylum.com/2026/07/28/creating-opportunities-with-ai/</link>
			<description><![CDATA[<p>I have come to realise that the biggest limitation of my local digital assistant is not its capability but my imagination.  When situations arise where I know AI can help, it is usually obvious whether my local assistant is up to the task. There are certainly times when chatting with a frontier model through an existing subscription is going to be vastly more effective than anything I can run locally on my Mac. Even so, a relatively modest model integrated into a local assistant still has enormous potential — potential I was sure I was leaving untapped.</p>

<p>My solution is to have my digital assistant generate ideas of how it could help me. In this post, I’ll be talking about my <em>Opportunity Engine</em>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-28-ideas.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Jul 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-28-ideas.jpg"><br><br><p>I have come to realise that the biggest limitation of my local digital assistant is not its capability but my imagination.  When situations arise where I know AI can help, it is usually obvious whether my local assistant is up to the task. There are certainly times when chatting with a frontier model through an existing subscription is going to be vastly more effective than anything I can run locally on my Mac. Even so, a relatively modest model integrated into a local assistant still has enormous potential — potential I was sure I was leaving untapped.</p>

<p>My solution is to have my digital assistant generate ideas of how it could help me. In this post, I’ll be talking about my <em>Opportunity Engine</em>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/07/28/creating-opportunities-with-ai</guid>
		</item>
		
		<item>
			<title>Bleep My Mac</title>
			<link>https://www.thoughtasylum.com/2026/07/25/bleep-my-mac/</link>
			<description><![CDATA[<p>I create lots of automations to help me work more effectively on my Mac. One of the things I like to build into these automations is audible feedback to tell me when certain steps, phases, or overall completions occur. Rather than visual feedback, I tend to use audible cues. On macOS there are only a few standard audio files to choose from. And I like to have some variety so that I can actually associate an audible event with a particular activity, but I am always running out of good short sounds to use for those cues, so I decided to create something that would give me more options.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-25-waveform.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 25 Jul 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-25-waveform.jpg"><br><br><p>I create lots of automations to help me work more effectively on my Mac. One of the things I like to build into these automations is audible feedback to tell me when certain steps, phases, or overall completions occur. Rather than visual feedback, I tend to use audible cues. On macOS there are only a few standard audio files to choose from. And I like to have some variety so that I can actually associate an audible event with a particular activity, but I am always running out of good short sounds to use for those cues, so I decided to create something that would give me more options.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/07/25/bleep-my-mac</guid>
		</item>
		
		<item>
			<title>Team Building For AI</title>
			<link>https://www.thoughtasylum.com/2026/07/19/team-building-for-ai/</link>
			<description><![CDATA[<p>While having a do anything and everything digital assistant is one approach, we all know that it’s team work that generally delivers the best results on projects. Well, when you have a good team to rely on that is. That was one of the points I took when starting to build out my digital assistant. Rather than just one do-everything assistant, I wanted to build up a team of AI specialists to support my digital assistant needs.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-19-minions.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 19 Jul 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-19-minions.jpg"><br><br><p>While having a do anything and everything digital assistant is one approach, we all know that it’s team work that generally delivers the best results on projects. Well, when you have a good team to rely on that is. That was one of the points I took when starting to build out my digital assistant. Rather than just one do-everything assistant, I wanted to build up a team of AI specialists to support my digital assistant needs.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/07/19/team-building-for-ai</guid>
		</item>
		
		<item>
			<title>Choosing An AI Brain For My Digital Assistant</title>
			<link>https://www.thoughtasylum.com/2026/07/11/choosing-an-ai-brain-for-my-digital-assistant/</link>
			<description><![CDATA[<p>In <a href="/2026/06/30/in-search-of-a-private-digital-assistant/">my previous post about my private digital assistant</a>, I explained the challenges I encountered and how I ended up at Hermes Agent as my choice of framework. The next step on my journey was to give my digital assistant a brain. This process was happening in parallel and was intrinsically linked into every stage of what I discussed previously. It was painful, but I did find what seems to be a reasonable baseline.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-11-brain.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 11 Jul 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-07-11-brain.jpg"><br><br><p>In <a href="/2026/06/30/in-search-of-a-private-digital-assistant/">my previous post about my private digital assistant</a>, I explained the challenges I encountered and how I ended up at Hermes Agent as my choice of framework. The next step on my journey was to give my digital assistant a brain. This process was happening in parallel and was intrinsically linked into every stage of what I discussed previously. It was painful, but I did find what seems to be a reasonable baseline.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/07/11/choosing-an-ai-brain-for-my-digital-assistant</guid>
		</item>
		
		<item>
			<title>In Search of a Private Digital Assistant</title>
			<link>https://www.thoughtasylum.com/2026/06/30/in-search-of-a-private-digital-assistant/</link>
			<description><![CDATA[<p>Over the last three or four months I have been on a bit of a quest. I have been looking for a private digital assistant. Not another chatbot or the latest frontier model, but something I could run on my own machine. Something that would genuinely support me whilst keeping my data under my control.</p>

<p>It has been a busy time with work and other commitments, but I managed to carve out an hour here and fifteen minutes there to explore some of the more exciting developments in AI. I think I have finally found what I was looking for.</p>

<p>It is not some amazing secret project. Far from it. However, getting to this point involved a surprising amount of experimentation, frustration, and the occasional dead end. In this series I intend to share the challenges, discoveries, successes, and inevitable setbacks that I have encountered, in the hope that my experiences and insights might help some of you avoid the same rabbit holes.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-06-30-companion.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Jun 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-06-30-companion.png"><br><br><p>Over the last three or four months I have been on a bit of a quest. I have been looking for a private digital assistant. Not another chatbot or the latest frontier model, but something I could run on my own machine. Something that would genuinely support me whilst keeping my data under my control.</p>

<p>It has been a busy time with work and other commitments, but I managed to carve out an hour here and fifteen minutes there to explore some of the more exciting developments in AI. I think I have finally found what I was looking for.</p>

<p>It is not some amazing secret project. Far from it. However, getting to this point involved a surprising amount of experimentation, frustration, and the occasional dead end. In this series I intend to share the challenges, discoveries, successes, and inevitable setbacks that I have encountered, in the hope that my experiences and insights might help some of you avoid the same rabbit holes.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/06/30/in-search-of-a-private-digital-assistant</guid>
		</item>
		
		<item>
			<title>Capturing Links to Drafts</title>
			<link>https://www.thoughtasylum.com/2026/06/28/capturing-links-to-drafts/</link>
			<description><![CDATA[<p>In the past I have employed numerous solutions to capture a link to a web page into another app. I think that in every case I was focused on working in that other app and pulling in a link to the current page, or perhaps a set of links for all open pages. This works fine for most of my use cases, but recently I encountered one where what I actually wanted was to stay in the browser and send the links to the other app rather than pulling links in from that app. That avoids constantly switching back and forth and pulling them in or leaving lots of browser tabs open. To that end I quickly put together something to let me quickly send a link to a web page into my favourite capture app, Drafts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-06-28-browser-link.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Jun 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-06-28-browser-link.png"><br><br><p>In the past I have employed numerous solutions to capture a link to a web page into another app. I think that in every case I was focused on working in that other app and pulling in a link to the current page, or perhaps a set of links for all open pages. This works fine for most of my use cases, but recently I encountered one where what I actually wanted was to stay in the browser and send the links to the other app rather than pulling links in from that app. That avoids constantly switching back and forth and pulling them in or leaving lots of browser tabs open. To that end I quickly put together something to let me quickly send a link to a web page into my favourite capture app, Drafts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/06/28/capturing-links-to-drafts</guid>
		</item>
		
		<item>
			<title>Triggering macOS Operations Remotely</title>
			<link>https://www.thoughtasylum.com/2026/05/27/triggering-macos-operations-remotely/</link>
			<description><![CDATA[<p>We have long been able to trigger processes on remote computers. It is what the World Wide Web is built on for example, and how we login to hugely powerful physical and now virtual devices, to carry out operations. We can also do the same with macOS.  I’ve done it in so many ways in the past for my personal setup. Using <a href="https://www.noodlesoft.com/">Hazel</a> and <a href="https://www.dropbox.com">Dropbox</a> to trigger commands via file sync, using browser bookmarks and <a href="https://wiki.keyboardmaestro.com/trigger/Remote">Keyboard Maestro remote triggers</a>, using remote screen sharing apps like <a href="https://www.edovia.com/en/screens/">Screens</a>, and even via a home network VPN and connecting at the command line.</p>

<p>Those are all still options, but in this post I am going to set out a way that I think is easy to set up and use, such that you will be able to trigger any number of things on your Mac right from your iPhone (or iPad).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-05-27-remote.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 27 May 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-05-27-remote.png"><br><br><p>We have long been able to trigger processes on remote computers. It is what the World Wide Web is built on for example, and how we login to hugely powerful physical and now virtual devices, to carry out operations. We can also do the same with macOS.  I’ve done it in so many ways in the past for my personal setup. Using <a href="https://www.noodlesoft.com/">Hazel</a> and <a href="https://www.dropbox.com">Dropbox</a> to trigger commands via file sync, using browser bookmarks and <a href="https://wiki.keyboardmaestro.com/trigger/Remote">Keyboard Maestro remote triggers</a>, using remote screen sharing apps like <a href="https://www.edovia.com/en/screens/">Screens</a>, and even via a home network VPN and connecting at the command line.</p>

<p>Those are all still options, but in this post I am going to set out a way that I think is easy to set up and use, such that you will be able to trigger any number of things on your Mac right from your iPhone (or iPad).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/05/27/triggering-macos-operations-remotely</guid>
		</item>
		
		<item>
			<title>Fixing Up My Markdown</title>
			<link>https://www.thoughtasylum.com/2026/04/30/fixing-up-my-markdown/</link>
			<description><![CDATA[<p>If you write online, the chances are, you have heard of <a href="https://daringfireball.net/projects/markdown/syntax#link">Markdown</a>, the syntax created by John Gruber as a simplified way of marking up plain text with simple formatting that can then be processed to other formats, such as HTML. The premise is based around maintaining simplicity and portability of content. Once the domain of bloggers “in-the-know”, Markdown has become much more commonplace and is supported to some extent by many online systems that accept content. Not just content management systems, but also generic forms, case management tools, e-mail clients, and even many desktop applications too. It is almost a lingua franca for simple text formatting.</p>

<p>I have been writing in Markdown for about 20 years now and I have definitely developed my own quirks and nuances in how I use it. Usually these are compatible with tools, but occasionally I get caught out in some tools by things like a lack of spacing. As such I had never subscribed to beautification or formatting tools because of the prescriptive nature they often employed. However, I have now been converted. Well, kind of.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-04-30-markdown-fix-up.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Apr 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-04-30-markdown-fix-up.png"><br><br><p>If you write online, the chances are, you have heard of <a href="https://daringfireball.net/projects/markdown/syntax#link">Markdown</a>, the syntax created by John Gruber as a simplified way of marking up plain text with simple formatting that can then be processed to other formats, such as HTML. The premise is based around maintaining simplicity and portability of content. Once the domain of bloggers “in-the-know”, Markdown has become much more commonplace and is supported to some extent by many online systems that accept content. Not just content management systems, but also generic forms, case management tools, e-mail clients, and even many desktop applications too. It is almost a lingua franca for simple text formatting.</p>

<p>I have been writing in Markdown for about 20 years now and I have definitely developed my own quirks and nuances in how I use it. Usually these are compatible with tools, but occasionally I get caught out in some tools by things like a lack of spacing. As such I had never subscribed to beautification or formatting tools because of the prescriptive nature they often employed. However, I have now been converted. Well, kind of.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/04/30/fixing-up-my-markdown</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro Macro Groups</title>
			<link>https://www.thoughtasylum.com/2026/03/31/keyboard-maestro-macro-groups/</link>
			<description><![CDATA[<p>It is spring and so the time to do some spring cleaning. Inspired by some recent amendments to <a href="/alfred/alfred_conductor_for_keyboard_maestro">Conductor</a>, my <a href="https://alfredapp.com">Alfred</a> workflow for <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>, I decided to tidy up some of my macros and macro groups. As part of that, I realigned some of my macro groups to my current conventions, and in this post, I’m going to share a few details about my approach.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-03-31-groups.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 31 Mar 2026 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-03-31-groups.png"><br><br><p>It is spring and so the time to do some spring cleaning. Inspired by some recent amendments to <a href="/alfred/alfred_conductor_for_keyboard_maestro">Conductor</a>, my <a href="https://alfredapp.com">Alfred</a> workflow for <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>, I decided to tidy up some of my macros and macro groups. As part of that, I realigned some of my macro groups to my current conventions, and in this post, I’m going to share a few details about my approach.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/03/31/keyboard-maestro-macro-groups</guid>
		</item>
		
		<item>
			<title>Making My First Amateur Radio Antenna</title>
			<link>https://www.thoughtasylum.com/2026/02/28/making-my-first-amateur-radio-antenna/</link>
			<description><![CDATA[<p>In September last year I passed my UK foundation exam for amateur radio exam and became a licensed amateur radio operator. After attending the <a href="https://rsgb.org/">RSGB</a> conference, I also walked away with my first high frequency transceiver and a couple of of antennas. A 40m end fed half wave (EFHW), and a portable multi-band vertical. Due to external factors I didn’t get much time to experiment with these before the weather got cold and precluded longer set up and take down times. Given I had purchased both antenna to be used portable and set up away from home, I decided it would be worth getting a permanent set up for my home office to make getting on the air quicker and easier.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-02-28-unun.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-02-28-unun.jpg"><br><br><p>In September last year I passed my UK foundation exam for amateur radio exam and became a licensed amateur radio operator. After attending the <a href="https://rsgb.org/">RSGB</a> conference, I also walked away with my first high frequency transceiver and a couple of of antennas. A 40m end fed half wave (EFHW), and a portable multi-band vertical. Due to external factors I didn’t get much time to experiment with these before the weather got cold and precluded longer set up and take down times. Given I had purchased both antenna to be used portable and set up away from home, I decided it would be worth getting a permanent set up for my home office to make getting on the air quicker and easier.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/02/28/making-my-first-amateur-radio-antenna</guid>
		</item>
		
		<item>
			<title>Changing Focus</title>
			<link>https://www.thoughtasylum.com/2026/02/14/changing-focus/</link>
			<description><![CDATA[<p>For the last few years I have had a partially written <a href="https://alfredapp.com">Alfred</a> workflow that I was finally able to finish and am now in a position to share thanks to a change that came in with macOS 26, Tahoe. It has something that has been technically possible for much longer, but not in a way that allowed enough flexibility for me to be happy with the path it would have had to have taken. But things have changed and now I can share a workflow for setting your focus mode.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-02-14-lens.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-02-14-lens.png"><br><br><p>For the last few years I have had a partially written <a href="https://alfredapp.com">Alfred</a> workflow that I was finally able to finish and am now in a position to share thanks to a change that came in with macOS 26, Tahoe. It has something that has been technically possible for much longer, but not in a way that allowed enough flexibility for me to be happy with the path it would have had to have taken. But things have changed and now I can share a workflow for setting your focus mode.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/02/14/changing-focus</guid>
		</item>
		
		<item>
			<title>Images, Data URL, and the Command Line</title>
			<link>https://www.thoughtasylum.com/2026/01/31/images-data-url-and-the-command-line/</link>
			<description><![CDATA[<p>Just a quick post today about a useful little command line script I created. The script takes an image file and converts it into a format designed for seamless embedding within a web page.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-01-31-convert.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2026/2026-01-31-convert.png"><br><br><p>Just a quick post today about a useful little command line script I created. The script takes an image file and converts it into a format designed for seamless embedding within a web page.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2026/01/31/images-data-url-and-the-command-line</guid>
		</item>
		
		<item>
			<title>Import to DEVONthink</title>
			<link>https://www.thoughtasylum.com/2025/12/16/import-to-devonthink/</link>
			<description><![CDATA[<p>Since moving away from Evernote, <a href="https://www.devontechnologies.com/apps/devonthink">DEVONthink</a> has been my go to solution for storing my reference materials. Everything from manuals and papers to bills and diagrams. Effectively anything I am not actively maintaining but need a copy of ends up in one of my DEVONthink databases. Recently I have been capturing lots of PDF materials for my amateur radio database, but I have found it is not always as easy as I would like to get my content into the database.</p>

<p>Usually I open DEVONthink and then drag them in via the DEVONthink Sorter I have in my menu bar. It works, but I find the database inbox I want has often been collapsed, or it is cumbersome because I have several databases open and available for dropping into, or even I do not have the database I want open.</p>

<p>I figured that there must be a better way.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-12-16-devonthink-import.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 16 Dec 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-12-16-devonthink-import.png"><br><br><p>Since moving away from Evernote, <a href="https://www.devontechnologies.com/apps/devonthink">DEVONthink</a> has been my go to solution for storing my reference materials. Everything from manuals and papers to bills and diagrams. Effectively anything I am not actively maintaining but need a copy of ends up in one of my DEVONthink databases. Recently I have been capturing lots of PDF materials for my amateur radio database, but I have found it is not always as easy as I would like to get my content into the database.</p>

<p>Usually I open DEVONthink and then drag them in via the DEVONthink Sorter I have in my menu bar. It works, but I find the database inbox I want has often been collapsed, or it is cumbersome because I have several databases open and available for dropping into, or even I do not have the database I want open.</p>

<p>I figured that there must be a better way.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/12/16/import-to-devonthink</guid>
		</item>
		
		<item>
			<title>Alfred Remote on Your Desk</title>
			<link>https://www.thoughtasylum.com/2025/11/23/alfred-remote-on-your-desk/</link>
			<description><![CDATA[<p>I am a big proponent of the Elgato Stream Deck, and I love the dynamic nature of the keys and having them switch based on the in focus app or to match the needs of a particular piece of work. However I am not a fan of the mobile app, or more specifically the mobile app model. In this post I will explain why I am not a fan, about some alternatives I have been using for some time, including Alfred’s Remote app as a phone app based option.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-11-23-alfred-remote-desk.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-11-23-alfred-remote-desk.png"><br><br><p>I am a big proponent of the Elgato Stream Deck, and I love the dynamic nature of the keys and having them switch based on the in focus app or to match the needs of a particular piece of work. However I am not a fan of the mobile app, or more specifically the mobile app model. In this post I will explain why I am not a fan, about some alternatives I have been using for some time, including Alfred’s Remote app as a phone app based option.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/11/23/alfred-remote-on your-desk</guid>
		</item>
		
		<item>
			<title>XYplorer Workspaces</title>
			<link>https://www.thoughtasylum.com/2025/10/30/xyplorer-workspaces/</link>
			<description><![CDATA[<p>I have not written about <a href="https://www.xyplorer.com">XYplorer</a> for a long time, but it remains one of my favourite Windows apps, and I do still wish I had as powerful visual file manager on macOS. In this post I’m going to share a little about some simple techniques that I use to allow me to effectively create workspaces within XYplorer that I can quickly switch between and give me access to the files, folders, and tools I might need for an area I want to work on.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-10-30-storage.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Oct 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-10-30-storage.png"><br><br><p>I have not written about <a href="https://www.xyplorer.com">XYplorer</a> for a long time, but it remains one of my favourite Windows apps, and I do still wish I had as powerful visual file manager on macOS. In this post I’m going to share a little about some simple techniques that I use to allow me to effectively create workspaces within XYplorer that I can quickly switch between and give me access to the files, folders, and tools I might need for an area I want to work on.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/10/30/xyplorer-workspaces</guid>
		</item>
		
		<item>
			<title>Personal Audio Feed</title>
			<link>https://www.thoughtasylum.com/2025/09/30/personal-audio-feed/</link>
			<description><![CDATA[<p>In <a href="/2025/08/25/text-to-speech-on-macos-with-piper/">my last post</a> I wrote about using <em>Piper</em> to convert test to speech on the Mac and my helper utility, for Piper, <em>Pan</em>. In this post I am going to explain the main reason I had to want to do this, and it is all based around creating a personal audio feed.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-09-30-personal-audio-feed.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Sep 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-09-30-personal-audio-feed.jpg"><br><br><p>In <a href="/2025/08/25/text-to-speech-on-macos-with-piper/">my last post</a> I wrote about using <em>Piper</em> to convert test to speech on the Mac and my helper utility, for Piper, <em>Pan</em>. In this post I am going to explain the main reason I had to want to do this, and it is all based around creating a personal audio feed.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/09/30/personal-audio-feed</guid>
		</item>
		
		<item>
			<title>Text to Speech on macOS with Piper</title>
			<link>https://www.thoughtasylum.com/2025/08/25/text-to-speech-on-macos-with-piper/</link>
			<description><![CDATA[<p>With large language models (LLM) dominating the technology space in recent years, multi-modal input, and speech to text transformations have come on leaps and bounds to the point where large swathes of text can be converted relatively accurately and very quickly from content with an audio component. But, did you realise that speech synthesis has also come a long way. There are again AI models that will throw text into cloud-scale engines and output some amazing realistic sounding results. Whereas access to Whisper models for local transcription is relatively common, text-to-speech (TTS) is a less common need and a less common requirement - which I find a little strange as I consume probably as much content via audio and video each day as by what I read.</p>

<p>In this post I am going to walk through how I am converting text to speech on my Mac using a tool called Piper.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-08-25-piper-on-macos.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 25 Aug 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-08-25-piper-on-macos.png"><br><br><p>With large language models (LLM) dominating the technology space in recent years, multi-modal input, and speech to text transformations have come on leaps and bounds to the point where large swathes of text can be converted relatively accurately and very quickly from content with an audio component. But, did you realise that speech synthesis has also come a long way. There are again AI models that will throw text into cloud-scale engines and output some amazing realistic sounding results. Whereas access to Whisper models for local transcription is relatively common, text-to-speech (TTS) is a less common need and a less common requirement - which I find a little strange as I consume probably as much content via audio and video each day as by what I read.</p>

<p>In this post I am going to walk through how I am converting text to speech on my Mac using a tool called Piper.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/08/25/text-to-speech-on-macos-with-piper</guid>
		</item>
		
		<item>
			<title>SuccessFactors Learning Custom Card Dynamic Links</title>
			<link>https://www.thoughtasylum.com/2025/07/27/successfactors-learning-custom-card-dynamic-links/</link>
			<description><![CDATA[<p>With the introduction of the Integrated Learning Experience (ILX) user interface for SuccessFactors Learning, SAP introduced a new option called custom cards. These custom cards allow administrators to create bespoke elements on the home page that users can select to link out or display information in a pop-over window. Curiously, one of the link options is for a JavaScript URL and the documentation offers no details or examples. Even on SAP call for the ILX, this was glossed over when customers asked about it. This feature had my attention from the start, and I actually implemented a few instances of this in the ILX setup for my employer.</p>

<p>In this post I am going to explain the details of what I did and of how you do the same.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-07-27-dynamic-links.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Jul 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-07-27-dynamic-links.png"><br><br><p>With the introduction of the Integrated Learning Experience (ILX) user interface for SuccessFactors Learning, SAP introduced a new option called custom cards. These custom cards allow administrators to create bespoke elements on the home page that users can select to link out or display information in a pop-over window. Curiously, one of the link options is for a JavaScript URL and the documentation offers no details or examples. Even on SAP call for the ILX, this was glossed over when customers asked about it. This feature had my attention from the start, and I actually implemented a few instances of this in the ILX setup for my employer.</p>

<p>In this post I am going to explain the details of what I did and of how you do the same.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/07/27/successfactors-learning-custom-card-dynamic-links</guid>
		</item>
		
		<item>
			<title>Stream Deck Plugin: Mac Automation</title>
			<link>https://www.thoughtasylum.com/2025/07/14/stream-deck-plugin-mac-automation/</link>
			<description><![CDATA[<p>Ever since I purchased my <a href="https://www.elgato.com/us/en/s/explore-stream-deck">Elgato Stream Deck</a> I have wanted to have a go at creating a plugin for it. It provides a convenient one button press access to some of my most used automations, and it reconfigures itself to the application I am using. It is an absolute delight, and now it is making ample use of a plugin I created.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-07-14-mac-automation.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 14 Jul 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-07-14-mac-automation.png"><br><br><p>Ever since I purchased my <a href="https://www.elgato.com/us/en/s/explore-stream-deck">Elgato Stream Deck</a> I have wanted to have a go at creating a plugin for it. It provides a convenient one button press access to some of my most used automations, and it reconfigures itself to the application I am using. It is an absolute delight, and now it is making ample use of a plugin I created.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/07/14/stream-deck-plugin-mac-automation</guid>
		</item>
		
		<item>
			<title>Size to Volume File Generator Script</title>
			<link>https://www.thoughtasylum.com/2025/06/28/size-to-volume-file-generator-script/</link>
			<description><![CDATA[<p>Recently in my day job I have been leading on an effort to resolve some performance issues in an online system. After completing various tests, we have traced the issues to being specifically around the overheads for processing files after upload. The performance issues only occurring when a large batch of files are loaded at once - at which point the amount of time to process each file becomes noticeable.</p>

<p>In determining this, a couple of people asked me how I got my hands on such precisely sized test files. I had created a script to do it, and I ended up sharing it with them. Based on this, the chances are there are others out there who might find it useful too, so that’s what I am doing in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-06-28-add-file.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Jun 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-06-28-add-file.png"><br><br><p>Recently in my day job I have been leading on an effort to resolve some performance issues in an online system. After completing various tests, we have traced the issues to being specifically around the overheads for processing files after upload. The performance issues only occurring when a large batch of files are loaded at once - at which point the amount of time to process each file becomes noticeable.</p>

<p>In determining this, a couple of people asked me how I got my hands on such precisely sized test files. I had created a script to do it, and I ended up sharing it with them. Based on this, the chances are there are others out there who might find it useful too, so that’s what I am doing in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/06/28/size-to-volume-file-generator-script</guid>
		</item>
		
		<item>
			<title>Disable Accidental Send Mail in Outlook</title>
			<link>https://www.thoughtasylum.com/2025/06/27/disable-accidental-send-mail-in-outlook/</link>
			<description><![CDATA[<p>I have been using the “new” version of Outlook since it was released. It certainly isn’t “new” any longer. Given the technology base Microsoft has adopted for it, it is unsurprising that it looks the same everywhere, and it has come a long way from the first release. There are still plenty of things about it that feel rough to me (copy and paste calendar entries anyone?) but something that has just bitten me a few too many times recently is the convenience of being able to use the <code class="language-plaintext highlighter-rouge">CTRL</code> and <code class="language-plaintext highlighter-rouge">ENTER</code> keyboard shortcut to send a mail, yet for it not to be possible to disable that. Having hit the keyboard combo accidentally twice in the last couple of weeks and sent partial e-mails I decided it was time to take action.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-06-27-dismay.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Jun 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-06-27-dismay.jpg"><br><br><p>I have been using the “new” version of Outlook since it was released. It certainly isn’t “new” any longer. Given the technology base Microsoft has adopted for it, it is unsurprising that it looks the same everywhere, and it has come a long way from the first release. There are still plenty of things about it that feel rough to me (copy and paste calendar entries anyone?) but something that has just bitten me a few too many times recently is the convenience of being able to use the <code class="language-plaintext highlighter-rouge">CTRL</code> and <code class="language-plaintext highlighter-rouge">ENTER</code> keyboard shortcut to send a mail, yet for it not to be possible to disable that. Having hit the keyboard combo accidentally twice in the last couple of weeks and sent partial e-mails I decided it was time to take action.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/06/27/disable-accidental-send-mail-in-outlook</guid>
		</item>
		
		<item>
			<title>SuccessFactors Learning Admin Home Page Utilisation</title>
			<link>https://www.thoughtasylum.com/2025/05/31/successfactors-learning-admin-home-page-utilisation/</link>
			<description><![CDATA[<p>Last year I did a little exercise in my day job to address something that has bugged me for years. In the <a href="https://www.sap.com/products/hcm/corporate-lms.html">SuccessFactors Learning</a> system, there is an administrator only part of the system which provides a centralised location to all the configuration and details one might need for configuring and running a Learning Management System (LMS). When the administrator logs onto the system however they are confronted, by default, with an image of a fairground carousel. To date no one has been able to give me the slightest indication as to what this pertains to in relation to the system, learning management, learning in general, or even just SuccessFactors It just feels like a random choice. As part of addressing a related issue I shared some details within the SuccessFactors Learning special interest group, and I was asked if I could provide a few more details as to the setup I applied. It was more than I could reasonably include in a forum post, and so I offered to write up a more detailed post - this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-05-31-boring-carousel.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 May 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-05-31-boring-carousel.jpg"><br><br><p>Last year I did a little exercise in my day job to address something that has bugged me for years. In the <a href="https://www.sap.com/products/hcm/corporate-lms.html">SuccessFactors Learning</a> system, there is an administrator only part of the system which provides a centralised location to all the configuration and details one might need for configuring and running a Learning Management System (LMS). When the administrator logs onto the system however they are confronted, by default, with an image of a fairground carousel. To date no one has been able to give me the slightest indication as to what this pertains to in relation to the system, learning management, learning in general, or even just SuccessFactors It just feels like a random choice. As part of addressing a related issue I shared some details within the SuccessFactors Learning special interest group, and I was asked if I could provide a few more details as to the setup I applied. It was more than I could reasonably include in a forum post, and so I offered to write up a more detailed post - this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/05/31/successfactors-learning-admin-home-page-utilisation</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro Clipbook</title>
			<link>https://www.thoughtasylum.com/2025/05/26/keyboard-maestro-clipbook/</link>
			<description><![CDATA[<p>Back when I was at university reading for my MSc. I was working with some data files on Windows and I reached the point where Windows’ notepad application simply reached the point where it couldn’t cope with the size of the data files I was throwing at it. By today’s standards, they would be trivially small, but back then, not so much. To address this, I grabbed a CD from a computing magazine that contained over 100 free utilities, and found a text editor called <a href="https://www.notetab.com/">NoteTab</a>, and it was able to not only open and edit my files with ease, but it had lots of fantastic features I went on to make use of in my personal projects and professional work. It had its own scripting language (very odd, but very useful, and <a href="https://getdrafts.com">Drafts</a> reminds me a lot of its basic setup - though not the language), a pre-cursor to wikis with its outline file format (which I used for my first PKM solution back in the 1990s), and a feature which monitored the clipboard and automatically added any text copied to it to a running pasteboard file open in the editor.</p>

<p>While I had NoteTab running on my Mac at one point (using <a href="https://www.codeweavers.com/crossover">CrossOver</a>), I have not done so for a long time, and I decided recently to rebuild the functionality, but using <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-05-26-clipbook-icon.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 26 May 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-05-26-clipbook-icon.png"><br><br><p>Back when I was at university reading for my MSc. I was working with some data files on Windows and I reached the point where Windows’ notepad application simply reached the point where it couldn’t cope with the size of the data files I was throwing at it. By today’s standards, they would be trivially small, but back then, not so much. To address this, I grabbed a CD from a computing magazine that contained over 100 free utilities, and found a text editor called <a href="https://www.notetab.com/">NoteTab</a>, and it was able to not only open and edit my files with ease, but it had lots of fantastic features I went on to make use of in my personal projects and professional work. It had its own scripting language (very odd, but very useful, and <a href="https://getdrafts.com">Drafts</a> reminds me a lot of its basic setup - though not the language), a pre-cursor to wikis with its outline file format (which I used for my first PKM solution back in the 1990s), and a feature which monitored the clipboard and automatically added any text copied to it to a running pasteboard file open in the editor.</p>

<p>While I had NoteTab running on my Mac at one point (using <a href="https://www.codeweavers.com/crossover">CrossOver</a>), I have not done so for a long time, and I decided recently to rebuild the functionality, but using <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/05/26/keyboard-maestro-clipbook</guid>
		</item>
		
		<item>
			<title>HomePod Mini for Mac Audio</title>
			<link>https://www.thoughtasylum.com/2025/04/26/homepod-mini-for-mac-audio/</link>
			<description><![CDATA[<p>I recently updated from an Intel MacBook Pro to a Mac Studio as my main Mac, and I switched around a lot of my desktop set up as I would no longer need to keep switching in and out my work laptop running Windows, with my MacBook Pro. Part of this involved bypassing my USB 3.0 dock into which I is what I have my Jabra speakerphone plugged into. I hadn’t given it much thought and as a result my Mac Studio was using its own internal speaker which is good for a beep, but not much else.</p>

<p>I could set up my Jabra to connect to the Mac Studio over Bluetooth, but I figured it might be better to grab a HomePod Mini and use that instead. It didn’t have an AUX connection, but it had AirPlay and I figured that would be fine. The reality was unfortunately a little different.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-04-26-homepod-mini.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Apr 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-04-26-homepod-mini.jpg"><br><br><p>I recently updated from an Intel MacBook Pro to a Mac Studio as my main Mac, and I switched around a lot of my desktop set up as I would no longer need to keep switching in and out my work laptop running Windows, with my MacBook Pro. Part of this involved bypassing my USB 3.0 dock into which I is what I have my Jabra speakerphone plugged into. I hadn’t given it much thought and as a result my Mac Studio was using its own internal speaker which is good for a beep, but not much else.</p>

<p>I could set up my Jabra to connect to the Mac Studio over Bluetooth, but I figured it might be better to grab a HomePod Mini and use that instead. It didn’t have an AUX connection, but it had AirPlay and I figured that would be fine. The reality was unfortunately a little different.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/04/26/homepod-mini-for-mac-audio</guid>
		</item>
		
		<item>
			<title>Alfred - Using Warp for Your Terminal</title>
			<link>https://www.thoughtasylum.com/2025/04/19/alfred-using-warp-for-your-terminal/</link>
			<description><![CDATA[<p>I have been a long time user of <a href="https://iterm2.com/">iTerm</a>, but when the AI powered <a href="https://www.warp.dev/">Warp terminal app</a> came onto the scene I tried it out and ended up mostly switching over to it. My terminal skills are okay, but I don’t spend my working day in the terminal, so a bit of help with syntax comes in handy, and that’s where it adds value. I had still continued using iTerm for some pre-sets I could launch and run (like a local version of this website), and I still ended up using Terminal in my <a href="https://www.alfredapp.com/">Alfred</a> set up because I had not seen a way to use Warp instead. Finally, I got my act together and came up with what feels like a good solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-04-19-warping.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 19 Apr 2025 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-04-19-warping.jpg"><br><br><p>I have been a long time user of <a href="https://iterm2.com/">iTerm</a>, but when the AI powered <a href="https://www.warp.dev/">Warp terminal app</a> came onto the scene I tried it out and ended up mostly switching over to it. My terminal skills are okay, but I don’t spend my working day in the terminal, so a bit of help with syntax comes in handy, and that’s where it adds value. I had still continued using iTerm for some pre-sets I could launch and run (like a local version of this website), and I still ended up using Terminal in my <a href="https://www.alfredapp.com/">Alfred</a> set up because I had not seen a way to use Warp instead. Finally, I got my act together and came up with what feels like a good solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/04/19/alfred-using-warp-for-your-terminal</guid>
		</item>
		
		<item>
			<title>Locking Notes in Obsidian</title>
			<link>https://www.thoughtasylum.com/2025/03/23/locking-notes-in-obsidian/</link>
			<description><![CDATA[<p>Over the course of last year I saw several mentions on social media and other online posts about <a href="https://obsidian.md">Obsidian</a>, the personal knowledge management application, not being able to lock posts. I had an idea about this at the time and finally got around to picking it off my to do list. In this post I’m going to outline something that I believe is at least a workable partial solution for this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-03-23-lock.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 23 Mar 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-03-23-lock.jpg"><br><br><p>Over the course of last year I saw several mentions on social media and other online posts about <a href="https://obsidian.md">Obsidian</a>, the personal knowledge management application, not being able to lock posts. I had an idea about this at the time and finally got around to picking it off my to do list. In this post I’m going to outline something that I believe is at least a workable partial solution for this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/03/23/locking-notes-in-obsidian</guid>
		</item>
		
		<item>
			<title>Remote Control Logitech Litra Glow Light</title>
			<link>https://www.thoughtasylum.com/2025/02/22/remote-control-logitech-litra-glow-light/</link>
			<description><![CDATA[<p>Last year we finished the conversion of our garage into a small office, and I guess it must be the time of year, but recently there were a number of occasions I was being washed out in video calls. I looked more like <a href="https://www.fangoria.com/lorens-ghost-the-haunted-history-of-the-scream-mask/">the mask from the Scream movies</a> than a human being. Closing the blinds helped, but then unless I put the full room lights on, it just wasn’t light enough. While I do have a (cheap) ring light encircling my web cam, I do find that a little harsh at the best of times, even on its lowest setting. I decided therefore it was time to invest in a new light for my desk to help with this.</p>

<p>After a bit of research on lighting options and pricing things up, I settled on the <a href="https://www.logitech.com/en-gb/shop/p/litra-glow.946-000002">Logitech Litra Glow</a> light. It did what I needed, is relatively flattering, not blinding, and not so expensive to make my wallet run for cover. It was great except that the button for it on the back and I kept nudging it around and it was a bit weird and obvious when I was doing it live on a call (after forgetting to turn it on before joining). That and the Logitech software to control it was not something I really wanted to install on my Mac and was never going to be permitted on my work PC.</p>

<p>Fortunately, I was able to piece together a solution that got around all of this and works really well for my setup. In this post, I’m going to walk through the setup.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-02-22-litra-and-oses.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 22 Feb 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-02-22-litra-and-oses.png"><br><br><p>Last year we finished the conversion of our garage into a small office, and I guess it must be the time of year, but recently there were a number of occasions I was being washed out in video calls. I looked more like <a href="https://www.fangoria.com/lorens-ghost-the-haunted-history-of-the-scream-mask/">the mask from the Scream movies</a> than a human being. Closing the blinds helped, but then unless I put the full room lights on, it just wasn’t light enough. While I do have a (cheap) ring light encircling my web cam, I do find that a little harsh at the best of times, even on its lowest setting. I decided therefore it was time to invest in a new light for my desk to help with this.</p>

<p>After a bit of research on lighting options and pricing things up, I settled on the <a href="https://www.logitech.com/en-gb/shop/p/litra-glow.946-000002">Logitech Litra Glow</a> light. It did what I needed, is relatively flattering, not blinding, and not so expensive to make my wallet run for cover. It was great except that the button for it on the back and I kept nudging it around and it was a bit weird and obvious when I was doing it live on a call (after forgetting to turn it on before joining). That and the Logitech software to control it was not something I really wanted to install on my Mac and was never going to be permitted on my work PC.</p>

<p>Fortunately, I was able to piece together a solution that got around all of this and works really well for my setup. In this post, I’m going to walk through the setup.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/02/22/remote-control-logitech-litra-glow-light</guid>
		</item>
		
		<item>
			<title>A PowerPoint Break Timer</title>
			<link>https://www.thoughtasylum.com/2025/01/11/a-powerpoint-break-timer/</link>
			<description><![CDATA[<p>In my previous role I used to deliver a fair number of workshops, extended planning sessions, etc. These would often run for a day or more, and so having regular breaks was a key consideration in keeping everyone fresh, alert, and engaged. However, I did find that many customers treated the breaks as more of a rough guide than a set period. Even when stating we would start on time, inevitably key people would be missing from the room and we would be forced to wait otherwise we would waste time repeating things to get them up to speed when they did resurface. Eventually, I began using a set of slides that conveyed a sense of urgency for me, and seemed to have a better psychological effect. They were in effect a countdown timer, but something that involved a few additional visuals.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-01-11-coffee-break.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 11 Jan 2025 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2025/2025-01-11-coffee-break.png"><br><br><p>In my previous role I used to deliver a fair number of workshops, extended planning sessions, etc. These would often run for a day or more, and so having regular breaks was a key consideration in keeping everyone fresh, alert, and engaged. However, I did find that many customers treated the breaks as more of a rough guide than a set period. Even when stating we would start on time, inevitably key people would be missing from the room and we would be forced to wait otherwise we would waste time repeating things to get them up to speed when they did resurface. Eventually, I began using a set of slides that conveyed a sense of urgency for me, and seemed to have a better psychological effect. They were in effect a countdown timer, but something that involved a few additional visuals.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2025/01/11/a-powerpoint-break-timer</guid>
		</item>
		
		<item>
			<title>Visual Studio Code Basic Language Extension for SuccessFactors Learning Settings</title>
			<link>https://www.thoughtasylum.com/2024/12/29/visual-studio-code-basic-language-extension-for-successfactors-learning-settings/</link>
			<description><![CDATA[<p>In my day job, I work on a near daily basis with SAP SuccessFactors Learning, a learning management system (LMS) which while utilising a web-based administrative user interface also boasts some flat-file like configuration. This configuration appears in the localised labelling functionality. Is suspect the data is held in a database when in use, but like many admins and consultants, I do tend to just copy and paste the content into a text editor to work with it, utilising all the text management tools this affords. At the end I can then copy and paste it back in. This also gives me the option for adding some version controlled backups as I also have colleagues who are at liberty to work with these settings. The ultimate responsibility lies with another external team, but I’m a be prepared kind of guy.</p>

<p>The one thing I have been missing though is some nicer formatting. The configuration is very similar to an <code class="language-plaintext highlighter-rouge">ini</code> or <code class="language-plaintext highlighter-rouge">properties</code> file, but with a few differences. A few weeks ago I finally decided to see if I could put together a little definition of my own to style the file in Visual Studio Code.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-12-29-lms-vsc.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-12-29-lms-vsc.png"><br><br><p>In my day job, I work on a near daily basis with SAP SuccessFactors Learning, a learning management system (LMS) which while utilising a web-based administrative user interface also boasts some flat-file like configuration. This configuration appears in the localised labelling functionality. Is suspect the data is held in a database when in use, but like many admins and consultants, I do tend to just copy and paste the content into a text editor to work with it, utilising all the text management tools this affords. At the end I can then copy and paste it back in. This also gives me the option for adding some version controlled backups as I also have colleagues who are at liberty to work with these settings. The ultimate responsibility lies with another external team, but I’m a be prepared kind of guy.</p>

<p>The one thing I have been missing though is some nicer formatting. The configuration is very similar to an <code class="language-plaintext highlighter-rouge">ini</code> or <code class="language-plaintext highlighter-rouge">properties</code> file, but with a few differences. A few weeks ago I finally decided to see if I could put together a little definition of my own to style the file in Visual Studio Code.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/12/29/visual-studio-code-basic-language-extension-for-successfactors-learning-settings</guid>
		</item>
		
		<item>
			<title>Web Links and Archives for Mac File Managers</title>
			<link>https://www.thoughtasylum.com/2024/12/27/web-links-and-archives-for-mac-file-managers/</link>
			<description><![CDATA[<p><a href="/2024/11/30/using-shortcuts-for-changing-spaces-in-file-names/">My previous post</a> on some useful file renaming in Finder, <a href="https://binarynights.com/">Forklift</a>, and <a href="https://cocoatech.io/">Path Finder</a> gave me a mental nudge to write up and share with you all some automations for getting some content into files from Safari. More specifically ways to generate links and snapshots of web pages and store them away in the current folder. This time however, rather than using Shortcuts, the tool of choice is <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-12-27-download.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Dec 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-12-27-download.png"><br><br><p><a href="/2024/11/30/using-shortcuts-for-changing-spaces-in-file-names/">My previous post</a> on some useful file renaming in Finder, <a href="https://binarynights.com/">Forklift</a>, and <a href="https://cocoatech.io/">Path Finder</a> gave me a mental nudge to write up and share with you all some automations for getting some content into files from Safari. More specifically ways to generate links and snapshots of web pages and store them away in the current folder. This time however, rather than using Shortcuts, the tool of choice is <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/12/27/web-links-and-archives-for-mac-file-managers</guid>
		</item>
		
		<item>
			<title>Using Shortcuts for Changing Spaces in File Names</title>
			<link>https://www.thoughtasylum.com/2024/11/30/using-shortcuts-for-changing-spaces-in-file-names/</link>
			<description><![CDATA[<p>On Windows, I use the amazingly functional file manager <a href="https://www.xyplorer.com">XYplorer</a>, and I have various scripts that allow me to work with files in a variety of ways that just make it one of my most productive tools on the PC. I would love to have something as functional on macOS, but instead I end up using tools outside of my file management apps (I actually use Finder, <a href="https://cocoatech.io">Path Finder</a>, and <a href="https://binarynights.com">Forklift</a> in different circumstances as each has their particular strengths) to enhance them. One of the things I created some XYplorer scripting for over on Windows was converting to and from spaces in file names. I like spaces in file names, but sometimes downloads come with spaces replaced by other characters, and sometimes uploads or system configurations don’t like spaces.</p>

<p>While it is less frequent outside of the day job, I do still get these challenges in my personal computing, and so I came up with a semi-smart Apple Shortcuts-based automation to do some file renaming for me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-30-robot.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 Nov 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-30-robot.png"><br><br><p>On Windows, I use the amazingly functional file manager <a href="https://www.xyplorer.com">XYplorer</a>, and I have various scripts that allow me to work with files in a variety of ways that just make it one of my most productive tools on the PC. I would love to have something as functional on macOS, but instead I end up using tools outside of my file management apps (I actually use Finder, <a href="https://cocoatech.io">Path Finder</a>, and <a href="https://binarynights.com">Forklift</a> in different circumstances as each has their particular strengths) to enhance them. One of the things I created some XYplorer scripting for over on Windows was converting to and from spaces in file names. I like spaces in file names, but sometimes downloads come with spaces replaced by other characters, and sometimes uploads or system configurations don’t like spaces.</p>

<p>While it is less frequent outside of the day job, I do still get these challenges in my personal computing, and so I came up with a semi-smart Apple Shortcuts-based automation to do some file renaming for me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/11/30/using-shortcuts-for-changing-spaces-in-file-names</guid>
		</item>
		
		<item>
			<title>Enabling an Unknown Light Switch in Home Assistant</title>
			<link>https://www.thoughtasylum.com/2024/11/29/enabling-an-unknown-zigbee-light-switch-in-home-assistant/</link>
			<description><![CDATA[<p>Earlier this year we finished converting our garage into a home office. As part of this effort we replaced all of the electrics. For the lighting I asked the electrician to install Zigbee compatible spot lighting (I don’t have a lot of head space, so small recessed lighting was essential). The bulbs he installed were dimmable, but the switch he installed was a simple Zigbee on/off switch. After discovering this and having had a clear couple of conversations on the requirements I decided to replace the switch for a dimmable one. My first attempt went nowhere, the switch simply either functioning as a simple on/off or not at all (the instructions for that one were absolute garbage), but my second choice of switch succeeded and gave us a Zigbee light switch that allowed us to dim the lights. But I hit a problem. Home Assistant didn’t support it and so I embarked on an exercise to get it working.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-29-switch.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 29 Nov 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-29-switch.png"><br><br><p>Earlier this year we finished converting our garage into a home office. As part of this effort we replaced all of the electrics. For the lighting I asked the electrician to install Zigbee compatible spot lighting (I don’t have a lot of head space, so small recessed lighting was essential). The bulbs he installed were dimmable, but the switch he installed was a simple Zigbee on/off switch. After discovering this and having had a clear couple of conversations on the requirements I decided to replace the switch for a dimmable one. My first attempt went nowhere, the switch simply either functioning as a simple on/off or not at all (the instructions for that one were absolute garbage), but my second choice of switch succeeded and gave us a Zigbee light switch that allowed us to dim the lights. But I hit a problem. Home Assistant didn’t support it and so I embarked on an exercise to get it working.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/11/29/enabling-an-unknown-zigbee-light-switch-in-home-assistant</guid>
		</item>
		
		<item>
			<title>Automators Podcast Obsidian Vault - Next Steps</title>
			<link>https://www.thoughtasylum.com/2024/11/24/automators-podcast-obsidian-vault-next-steps/</link>
			<description><![CDATA[<p>In May 2024 I was a returning guest on <a href="https://relay.fm/automators">the Automators podcast</a>, a show on the <a href="https://relay.fm">Relay network</a> that looked at the use of consumer technologies to automate tasks. On the show I announced the release of a project I had been working on for over a year that related to the podcast - an <a href="https://obsidian.md">Obsidian</a> vault of content for the podcast.</p>

<p>In October 2024, an announcement was made that the podcast was ending, and a week ago the final episode was released.</p>

<p>In this post I will outline my plans for the vault as the ending of the podcast does change how I plan to manage things a little bit.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-24-vault.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-11-24-vault.png"><br><br><p>In May 2024 I was a returning guest on <a href="https://relay.fm/automators">the Automators podcast</a>, a show on the <a href="https://relay.fm">Relay network</a> that looked at the use of consumer technologies to automate tasks. On the show I announced the release of a project I had been working on for over a year that related to the podcast - an <a href="https://obsidian.md">Obsidian</a> vault of content for the podcast.</p>

<p>In October 2024, an announcement was made that the podcast was ending, and a week ago the final episode was released.</p>

<p>In this post I will outline my plans for the vault as the ending of the podcast does change how I plan to manage things a little bit.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/11/24/automators-podcast-obsidian-vault-next-steps</guid>
		</item>
		
		<item>
			<title>On Air LEDs with ESPHome and Home Assistant</title>
			<link>https://www.thoughtasylum.com/2024/10/30/on-air-leds-with-esphome-and-home-assistant/</link>
			<description><![CDATA[<p>Having recently converted our garage into a home office, I have been able to indulge in a few additional, but small, home automation projects. One of these is something to let my family know when I or my wife are not to be disturbed. This is only when we are on important calls, recording podcasts, videos, etc. To facilitate this I found it was useful to create a little “On Air” set up based on a few LEDs I could display on the window next to the office door. In this post I will go through how I used Home Assistant, ESPHome and a couple of little modules to quickly create this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-10-30-recording-light.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-10-30-recording-light.jpg"><br><br><p>Having recently converted our garage into a home office, I have been able to indulge in a few additional, but small, home automation projects. One of these is something to let my family know when I or my wife are not to be disturbed. This is only when we are on important calls, recording podcasts, videos, etc. To facilitate this I found it was useful to create a little “On Air” set up based on a few LEDs I could display on the window next to the office door. In this post I will go through how I used Home Assistant, ESPHome and a couple of little modules to quickly create this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/10/30/on-air-leds-with-esphome-and-home-assistant</guid>
		</item>
		
		<item>
			<title>A Quick Tip For Using Moom in Bunch</title>
			<link>https://www.thoughtasylum.com/2024/10/05/a-quick-tip-for-using-moom-in-bunch/</link>
			<description><![CDATA[<p>I was posting a reply to a forum post about <a href="https://manytricks.com/moom/">Moom</a> (the macOS Window Manager by Many Tricks) this morning and was about to make a reference about using it with <a href="https://bunchapp.co/">Bunch</a> (the automation tool by Brett Terpstra). As I was composing the reply I realised I was using a small modification to the standard set up that I don’t think I’d shared before; and so I figured I’d share it out in a quick post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-10-05-bunch-moom.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 05 Oct 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-10-05-bunch-moom.png"><br><br><p>I was posting a reply to a forum post about <a href="https://manytricks.com/moom/">Moom</a> (the macOS Window Manager by Many Tricks) this morning and was about to make a reference about using it with <a href="https://bunchapp.co/">Bunch</a> (the automation tool by Brett Terpstra). As I was composing the reply I realised I was using a small modification to the standard set up that I don’t think I’d shared before; and so I figured I’d share it out in a quick post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/10/05/a-quick-tip-for-using-moom-in-bunch</guid>
		</item>
		
		<item>
			<title>Pennyworth - A Meta Workflow for Alfred</title>
			<link>https://www.thoughtasylum.com/2024/09/28/pennyworth-a-meta-workflow-for-alfred/</link>
			<description><![CDATA[<p>For those of you who follow along with my posts and creations, you will no doubt have noted that I have created more than a few workflows for <a href="https://alfredapp.com">Alfred</a>, the launcher app for the Mac. In fact the number continues to creep up. I don’t particularly consider myself a fanatical user of Alfred, but I find it an efficient trigger for so much of what I do and I simply centralise a lot of my automations to be triggered through it. Earlier this year I started pulling together a few bits and pieces into an Alfred workflow that helped me use Alfred and build workflows. I’ve expanded and tidied it up a little and filled filled in some gaps for things I wanted to do, and in this post I’m going to explain a little bit more about this new workflow.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-09-28-pennyworth.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Sep 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-09-28-pennyworth.jpg"><br><br><p>For those of you who follow along with my posts and creations, you will no doubt have noted that I have created more than a few workflows for <a href="https://alfredapp.com">Alfred</a>, the launcher app for the Mac. In fact the number continues to creep up. I don’t particularly consider myself a fanatical user of Alfred, but I find it an efficient trigger for so much of what I do and I simply centralise a lot of my automations to be triggered through it. Earlier this year I started pulling together a few bits and pieces into an Alfred workflow that helped me use Alfred and build workflows. I’ve expanded and tidied it up a little and filled filled in some gaps for things I wanted to do, and in this post I’m going to explain a little bit more about this new workflow.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/09/28/pennyworth-a-meta-workflow-for-alfred</guid>
		</item>
		
		<item>
			<title>Portable Pandoc for Obsidian on Windows</title>
			<link>https://www.thoughtasylum.com/2024/08/30/portable-pandoc-for-obsidian-on-windows/</link>
			<description><![CDATA[<p>One of my favourite free tools on the command line is <a href="https://pandoc.org">Pandoc</a>. Whenever you need to convert a text-focused file from one format to another, Pandoc more often than not has you covered. Have command line tools to let you do conversions like this lets you build transformative workflows as well as conveniently just change from one format to another on the fly.</p>

<p>I am also a big user of <a href="https://obsidian.md">Obsidian</a>, the Markdown-based personal knowledge management app. While there is an Obsidian plugin for Pandoc that works well on the Mac, I found it didn’t work as well on Windows for me, and I also had issues because you can’t sync its settings and have it set up for multiple operating systems.</p>

<p>This resulted in me putting together a specific set-up for my Windows set-ups that I can sync and extend as I like, and utilises a portable set up of Pandoc; and that’s what I’m covering in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-08-30-pandoc-obsidian.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 Aug 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-08-30-pandoc-obsidian.png"><br><br><p>One of my favourite free tools on the command line is <a href="https://pandoc.org">Pandoc</a>. Whenever you need to convert a text-focused file from one format to another, Pandoc more often than not has you covered. Have command line tools to let you do conversions like this lets you build transformative workflows as well as conveniently just change from one format to another on the fly.</p>

<p>I am also a big user of <a href="https://obsidian.md">Obsidian</a>, the Markdown-based personal knowledge management app. While there is an Obsidian plugin for Pandoc that works well on the Mac, I found it didn’t work as well on Windows for me, and I also had issues because you can’t sync its settings and have it set up for multiple operating systems.</p>

<p>This resulted in me putting together a specific set-up for my Windows set-ups that I can sync and extend as I like, and utilises a portable set up of Pandoc; and that’s what I’m covering in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/08/30/portable-pandoc-for-obsidian-on-windows</guid>
		</item>
		
		<item>
			<title>Relay 10</title>
			<link>https://www.thoughtasylum.com/2024/07/31/relay10/</link>
			<description><![CDATA[<p>As you may know, I am active in a little corner of the technology community through a few appearances on podcasts on the <a href="https://relay.fm">Relay</a> network, my regular contributions to discussions on <a href="https://talk.automators.fm">the Automators podcast forum</a>, and my relatively recent release of the <a href="https://github.com/sylumer/automators">Automators Podcast Obsidian Vault</a>. This past weekend, I travelled down to London to join in the celebrations of <a href="https://www.extras.relay.fm/blog/2023/8/21/celebrate-relays-10th-anniversary-in-london">10 years of Relay</a>, and in this post I’m going to share a bit of what I got up to.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-07-31-relay10.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 31 Jul 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-07-31-relay10.jpg"><br><br><p>As you may know, I am active in a little corner of the technology community through a few appearances on podcasts on the <a href="https://relay.fm">Relay</a> network, my regular contributions to discussions on <a href="https://talk.automators.fm">the Automators podcast forum</a>, and my relatively recent release of the <a href="https://github.com/sylumer/automators">Automators Podcast Obsidian Vault</a>. This past weekend, I travelled down to London to join in the celebrations of <a href="https://www.extras.relay.fm/blog/2023/8/21/celebrate-relays-10th-anniversary-in-london">10 years of Relay</a>, and in this post I’m going to share a bit of what I got up to.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/07/31/relay10</guid>
		</item>
		
		<item>
			<title>Setting up Marked 2 Conductor for Drafts</title>
			<link>https://www.thoughtasylum.com/2024/06/30/setting-up-marked2-conductor-for-drafts/</link>
			<description><![CDATA[<p>I have had a busy few months finishing off a project, but I finally found some time to take a look at a relatively new utility by Brett Terpstra to use with his <a href="https://marked2app.com">Marked 2</a> application. Marked 2 is a powerful Markdown preview application and the new utility introduced a new flexible framework for custom processors and pre-processors. I had already being using a simple custom pre-processor, but this gave me a nice way to branch out from that, and in this post I’m going to walk through a use case for using Marked 2, and this new utility, with one of my favourite applications, Drafts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-06-30-drafts-conductor-marked2.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 30 Jun 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-06-30-drafts-conductor-marked2.png"><br><br><p>I have had a busy few months finishing off a project, but I finally found some time to take a look at a relatively new utility by Brett Terpstra to use with his <a href="https://marked2app.com">Marked 2</a> application. Marked 2 is a powerful Markdown preview application and the new utility introduced a new flexible framework for custom processors and pre-processors. I had already being using a simple custom pre-processor, but this gave me a nice way to branch out from that, and in this post I’m going to walk through a use case for using Marked 2, and this new utility, with one of my favourite applications, Drafts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/06/30/setting-up-marked2-conductor-for-drafts</guid>
		</item>
		
		<item>
			<title>Obsidian: Note Content Insertion</title>
			<link>https://www.thoughtasylum.com/2024/05/25/obsidian-note-content-insertion/</link>
			<description><![CDATA[<p>As you may be aware, I’m a daily user of the note taking and management application, <a href="https://obsidian.md">Obsidian</a>. It is an incredibly useful tool that lets me build my own vaults of information that I can then easily cross reference and search. It has become my personal wiki tool of choice. My use of Obsidian runs a wide gamut across personal and professional aspects of my life, and I can often be found in deep focus working on any number of notes. But times are that sometimes I want to quickly add something to another note. Typically this might be to add an activity log entry to a daily note, but it could also be to add an idea to a running note, or the name of a TV show to watch.</p>

<p>I have found myself skipping in and out of notes and disrupting my flow of work. I decided that I should come up with a solution that allowed me to add entries to other notes from any note, and that is what I’m going to cover in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-05-25-thought-in-flow.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 25 May 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-05-25-thought-in-flow.jpg"><br><br><p>As you may be aware, I’m a daily user of the note taking and management application, <a href="https://obsidian.md">Obsidian</a>. It is an incredibly useful tool that lets me build my own vaults of information that I can then easily cross reference and search. It has become my personal wiki tool of choice. My use of Obsidian runs a wide gamut across personal and professional aspects of my life, and I can often be found in deep focus working on any number of notes. But times are that sometimes I want to quickly add something to another note. Typically this might be to add an activity log entry to a daily note, but it could also be to add an idea to a running note, or the name of a TV show to watch.</p>

<p>I have found myself skipping in and out of notes and disrupting my flow of work. I decided that I should come up with a solution that allowed me to add entries to other notes from any note, and that is what I’m going to cover in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/05/25/obsidian-note-content-insertion</guid>
		</item>
		
		<item>
			<title>Home Assistant Matrix Display for Indicators</title>
			<link>https://www.thoughtasylum.com/2024/04/27/home-assistant-matrix-display-for-indicators/</link>
			<description><![CDATA[<p>Where I live we have three types of waste collection. One week we get our refuse collected and the next week we get our recycling collected. For about eight or nine months of the year we also get garden waste collected along with the recycling. I have linked up my Home Assistant instance so that every week, the night before collection I get a notification on my mobile phone as to what is being collected the next day. It has worked great, but I often found myself having to open the Home Assistant app on my phone and find what the collection was going to be ahead of time. As a result I decided I would like to have some sort of visual indicator in my kitchen to let me know what collection was due next. In this post I am going to set out my little journey and what I ended up with.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-04-27-matrix-demo.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 27 Apr 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-04-27-matrix-demo.jpg"><br><br><p>Where I live we have three types of waste collection. One week we get our refuse collected and the next week we get our recycling collected. For about eight or nine months of the year we also get garden waste collected along with the recycling. I have linked up my Home Assistant instance so that every week, the night before collection I get a notification on my mobile phone as to what is being collected the next day. It has worked great, but I often found myself having to open the Home Assistant app on my phone and find what the collection was going to be ahead of time. As a result I decided I would like to have some sort of visual indicator in my kitchen to let me know what collection was due next. In this post I am going to set out my little journey and what I ended up with.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/04/27/home-assistant-matrix-display-for-indicators</guid>
		</item>
		
		<item>
			<title>PowerPoint - Seamless Switchboard for Non-linear Presentations</title>
			<link>https://www.thoughtasylum.com/2024/04/26/powerpoint-seamless-switch-board-for-non-linear-presentations/</link>
			<description><![CDATA[<p>All of my jobs have involved me communicating information to people during presentations, and during the last decade I have regularly found myself building out non-linear slide decks in Microsoft PowerPoint. These are slide decks that bring together multiple sets of small ‘micro’ presentations on a very narrow and specific topic. I can then use the slide deck to cover any of these topics in any order via a ‘switch board’ slide that simply lets me jump out to these presentations in any order I choose.</p>

<p>I have found this type of deck invaluable for workshops, training sessions, and ad hoc meetings. Being able to jump around seamlessly makes things easier for me and looks slick and professional too. In this post I am going to set out my approach in setting up this sort of slide deck.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-04-26-switch-board-operator.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 26 Apr 2024 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-04-26-switch-board-operator.png"><br><br><p>All of my jobs have involved me communicating information to people during presentations, and during the last decade I have regularly found myself building out non-linear slide decks in Microsoft PowerPoint. These are slide decks that bring together multiple sets of small ‘micro’ presentations on a very narrow and specific topic. I can then use the slide deck to cover any of these topics in any order via a ‘switch board’ slide that simply lets me jump out to these presentations in any order I choose.</p>

<p>I have found this type of deck invaluable for workshops, training sessions, and ad hoc meetings. Being able to jump around seamlessly makes things easier for me and looks slick and professional too. In this post I am going to set out my approach in setting up this sort of slide deck.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/04/26/powerpoint-seamless-switch-board-for-non-linear-presentations</guid>
		</item>
		
		<item>
			<title>A Drafts Workflow for Conferences</title>
			<link>https://www.thoughtasylum.com/2024/03/31/a-drafts-workflow-for-conferences/</link>
			<description><![CDATA[<p>This past month I attended my first conference of the year. It was actually a forum of several hundred people, but I have a couple of other similar events coming up. A two day exhibition at the London Expo this coming month and an SAP HR event in May. At this first event all of the non-networking events were taking place in a single large room and I just captured everything on my phone and my work laptop. The next events however are going to be bigger venues with multiple locations for sessions, and even though my laptop is pretty light I’d like to travel lighter still. Dumping the laptop, spare USB-C battery pack &amp; cable and replacing them with my iPad and a keyboard (but keeping my iPhone) would be better.</p>

<p>To that end I set about coming up with a new workflow for capturing information at conferences.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-03-31-conference.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 31 Mar 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-03-31-conference.jpg"><br><br><p>This past month I attended my first conference of the year. It was actually a forum of several hundred people, but I have a couple of other similar events coming up. A two day exhibition at the London Expo this coming month and an SAP HR event in May. At this first event all of the non-networking events were taking place in a single large room and I just captured everything on my phone and my work laptop. The next events however are going to be bigger venues with multiple locations for sessions, and even though my laptop is pretty light I’d like to travel lighter still. Dumping the laptop, spare USB-C battery pack &amp; cable and replacing them with my iPad and a keyboard (but keeping my iPhone) would be better.</p>

<p>To that end I set about coming up with a new workflow for capturing information at conferences.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/03/31/a-drafts-workflow-for-conferences</guid>
		</item>
		
		<item>
			<title>Pseudo Functions in Alfred Workflows</title>
			<link>https://www.thoughtasylum.com/2024/02/29/pseudo-functions-in-alfred-workflows/</link>
			<description><![CDATA[<p>Recently, while working on a new <a href="https://alfredapp.com">Alfred</a> workflow, I found myself once again wishing that Alfred workflows supported subroutines or functions. Something that would give me better reuse of chunks of my workflow so I could keep things as a single source. For the most part I rely on using a single script for this kind of work, but sometimes a script alone isn’t the best way to do it, rather multiple workflow steps would provide a better result. After thinking it through and tinkering, I came up with a solution that worked and I have since put into practice. A kind of pseudo-function approach if you will.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-02-29-alfred-workflow-reuse.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Feb 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-02-29-alfred-workflow-reuse.jpg"><br><br><p>Recently, while working on a new <a href="https://alfredapp.com">Alfred</a> workflow, I found myself once again wishing that Alfred workflows supported subroutines or functions. Something that would give me better reuse of chunks of my workflow so I could keep things as a single source. For the most part I rely on using a single script for this kind of work, but sometimes a script alone isn’t the best way to do it, rather multiple workflow steps would provide a better result. After thinking it through and tinkering, I came up with a solution that worked and I have since put into practice. A kind of pseudo-function approach if you will.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/02/29/pseudo-functions-in-alfred-workflows</guid>
		</item>
		
		<item>
			<title>Obsidian: Templater Converters</title>
			<link>https://www.thoughtasylum.com/2024/01/30/obsidian-templater-converters/</link>
			<description><![CDATA[<p>This post is, in a sense, a natural follow up to my <a href="/2023/02/18/path-based-commands-in-obsidian/">Path-based Commands in Obsidian</a> post from around this time last year. In that post I demonstrated how you could trigger command line tools from within Obsidian using the Templater plugin. In this post I’m flipping that around, and rather than going external, I am focusing on the internal. The text within an Obsidian note. However, rather than adding new content, I am going to tell you a little about how I am also using Templater to convert existing content, transforming it in a variety of ways to effectively build my own text processing functionality within Obsidian.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-01-30-converter.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Jan 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-01-30-converter.jpg"><br><br><p>This post is, in a sense, a natural follow up to my <a href="/2023/02/18/path-based-commands-in-obsidian/">Path-based Commands in Obsidian</a> post from around this time last year. In that post I demonstrated how you could trigger command line tools from within Obsidian using the Templater plugin. In this post I’m flipping that around, and rather than going external, I am focusing on the internal. The text within an Obsidian note. However, rather than adding new content, I am going to tell you a little about how I am also using Templater to convert existing content, transforming it in a variety of ways to effectively build my own text processing functionality within Obsidian.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/01/30/obsidian-templater-converters</guid>
		</item>
		
		<item>
			<title>Going Wayback with Keyboard Maestro and Safari</title>
			<link>https://www.thoughtasylum.com/2024/01/23/going-wayback-with-keyboard-maestro-and-safari/</link>
			<description><![CDATA[<p>Do you ever find yourself needing to visit web pages that are no longer available? I seem to go through phases of this, and being able to reference back to an archived copy is very useful. There are a number of services and approaches where you can archive your own copies of web pages, but that does not help when it is a site you never visited before and so did not have a chance to archive a copy for your own use.</p>

<p>Enter the Internet Archive’s “Wayback Machine”, and I have a little Keyboard Maestro macro to make it a little easier to use of it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-01-23-steam-clock.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2024/2024-01-23-steam-clock.jpg"><br><br><p>Do you ever find yourself needing to visit web pages that are no longer available? I seem to go through phases of this, and being able to reference back to an archived copy is very useful. There are a number of services and approaches where you can archive your own copies of web pages, but that does not help when it is a site you never visited before and so did not have a chance to archive a copy for your own use.</p>

<p>Enter the Internet Archive’s “Wayback Machine”, and I have a little Keyboard Maestro macro to make it a little easier to use of it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2024/01/23/going-wayback-with-keyboard-maestro-and-safari</guid>
		</item>
		
		<item>
			<title>Home Assistant Info Display</title>
			<link>https://www.thoughtasylum.com/2023/12/28/home-assistant-info-display/</link>
			<description><![CDATA[<p>A few months ago I wrote a post about <a href="/2023/10/29/home-assistant-enhanced-desk-clock/">my tiny Home Assistant powered desk clock</a>, and in that I mentioned that while it would be possible to have little notifications pop up on it, I actually had a separate set up for that. In this post I am going to cover the details of my set up for this additional display, including the details of how to configure both the device and Home Assistant aspects, and also setting out some use cases.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-12-28-display.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 28 Dec 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-12-28-display.jpg"><br><br><p>A few months ago I wrote a post about <a href="/2023/10/29/home-assistant-enhanced-desk-clock/">my tiny Home Assistant powered desk clock</a>, and in that I mentioned that while it would be possible to have little notifications pop up on it, I actually had a separate set up for that. In this post I am going to cover the details of my set up for this additional display, including the details of how to configure both the device and Home Assistant aspects, and also setting out some use cases.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/12/28/home-assistant-info-display</guid>
		</item>
		
		<item>
			<title>Print PDF to Dropzone</title>
			<link>https://www.thoughtasylum.com/2023/12/07/print-pdf-to-dropzone/</link>
			<description><![CDATA[<p>Recently I was exporting some web pages in PDF format. It was a simple enough task, and I was making use of the PDF option in the macOS standard print dialog window. The thing was I kept generating them, dragging them off into <a href="https://aptonic.com/">Dropzone</a> (a shelf app with a plugin architecture for processing files) while I sorted and gathered, and then I dragged each off where it needed to go; a variety of folders and e-mails. Really what I would have liked to do was to simplify that middle step of saving the PDF somewhere and then dragging it into Dropzone for easy access. I had a bit of time to work on something today, and so I created a little workflow to just reduce that friction a little bit.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-12-07-pdf-to-dropzone.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 07 Dec 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-12-07-pdf-to-dropzone.jpg"><br><br><p>Recently I was exporting some web pages in PDF format. It was a simple enough task, and I was making use of the PDF option in the macOS standard print dialog window. The thing was I kept generating them, dragging them off into <a href="https://aptonic.com/">Dropzone</a> (a shelf app with a plugin architecture for processing files) while I sorted and gathered, and then I dragged each off where it needed to go; a variety of folders and e-mails. Really what I would have liked to do was to simplify that middle step of saving the PDF somewhere and then dragging it into Dropzone for easy access. I had a bit of time to work on something today, and so I created a little workflow to just reduce that friction a little bit.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/12/07/print-pdf-to-dropzone</guid>
		</item>
		
		<item>
			<title>TextSoap List Content Management</title>
			<link>https://www.thoughtasylum.com/2023/11/30/textsoap-list-content-management/</link>
			<description><![CDATA[<p>There is a wonderfully powerful utility app on the app called <a href="https://textsoap.com/mac/">TextSoap</a> that has been around on the Mac long before I ever really started using Macs. Its premise is simple - it cleans up text; but its power is huge. The app is really approachable and allows non-programmers to build sophisticated processes for not just “cleaning” text up, but for transforming it in any number of ways. If you aren’t a Unix nerd who was <code class="language-plaintext highlighter-rouge">sed</code> tattooed on their left knuckles, <code class="language-plaintext highlighter-rouge">awk</code> on their right and has either <code class="language-plaintext highlighter-rouge">vi</code> or <code class="language-plaintext highlighter-rouge">emacs</code> emblazoned on their chest, then TextSoap might be the text processing utility for you.</p>

<p>For small, frequent jobs, I will be honest and say I usually just default to the built-in functions of my text editors (or <a href="https://getdrafts.com">Drafts</a>), or a bit of regular expression manipulation. But for the more involved multi-step things, I turn to TextSoap, and in this post I’m going to share a tip for using lists in TextSoap.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-11-30-soap-list.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Nov 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-11-30-soap-list.png"><br><br><p>There is a wonderfully powerful utility app on the app called <a href="https://textsoap.com/mac/">TextSoap</a> that has been around on the Mac long before I ever really started using Macs. Its premise is simple - it cleans up text; but its power is huge. The app is really approachable and allows non-programmers to build sophisticated processes for not just “cleaning” text up, but for transforming it in any number of ways. If you aren’t a Unix nerd who was <code class="language-plaintext highlighter-rouge">sed</code> tattooed on their left knuckles, <code class="language-plaintext highlighter-rouge">awk</code> on their right and has either <code class="language-plaintext highlighter-rouge">vi</code> or <code class="language-plaintext highlighter-rouge">emacs</code> emblazoned on their chest, then TextSoap might be the text processing utility for you.</p>

<p>For small, frequent jobs, I will be honest and say I usually just default to the built-in functions of my text editors (or <a href="https://getdrafts.com">Drafts</a>), or a bit of regular expression manipulation. But for the more involved multi-step things, I turn to TextSoap, and in this post I’m going to share a tip for using lists in TextSoap.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/11/30/textsoap-list-content-management</guid>
		</item>
		
		<item>
			<title>Fixing Apple Watch Other Storage</title>
			<link>https://www.thoughtasylum.com/2023/11/29/fixing-apple-watch-other-storage/</link>
			<description><![CDATA[<p>I’ve been using an Apple Watch for several years now, and currently own a series 4. I’m not big into tracking my fitness, or hiking the back woods, but I do benefit from being able to get key notifications on my wrist and from being able to capture thoughts and notes on the go. Earlier this year, or maybe late last year, my watch succumbed to what looks to be a surprisingly common issue whereby the watch runs out of space. Not because I have hundreds of apps or thousands of songs, but because of an excessive amount of utilisation of storage space by content my iPhone Watch app classifies simply as “other”. While I fixed that previously, it happened again and the fix was a different one, so in this post I’m going to cover what I’ve done so that anyone else lost down this ‘other storage’ blind alley might find their way out a little bit quicker than I did.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-11-29-applewatch.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 29 Nov 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-11-29-applewatch.jpg"><br><br><p>I’ve been using an Apple Watch for several years now, and currently own a series 4. I’m not big into tracking my fitness, or hiking the back woods, but I do benefit from being able to get key notifications on my wrist and from being able to capture thoughts and notes on the go. Earlier this year, or maybe late last year, my watch succumbed to what looks to be a surprisingly common issue whereby the watch runs out of space. Not because I have hundreds of apps or thousands of songs, but because of an excessive amount of utilisation of storage space by content my iPhone Watch app classifies simply as “other”. While I fixed that previously, it happened again and the fix was a different one, so in this post I’m going to cover what I’ve done so that anyone else lost down this ‘other storage’ blind alley might find their way out a little bit quicker than I did.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/11/29/fixing-apple-watch-other-storage</guid>
		</item>
		
		<item>
			<title>Home Assistant Enhanced Desk Clock</title>
			<link>https://www.thoughtasylum.com/2023/10/29/home-assistant-enhanced-desk-clock/</link>
			<description><![CDATA[<p>Like many people, my day job involves a PC. A PC that is relatively locked down in terms of what I can and cannot do to it. One of the things I miss from having more access is the option to set the clock in the Windows Taskbar to show the time including seconds - <a href="https://www.howtogeek.com/325096/how-to-make-windows-10s-taskbar-clock-display-seconds/">a registry setting can enable this</a>. This may sound odd, but given 30 seconds I can nip out of my home office and grab a cold drink for example; I find knowing where in a minute I am when I am due in a call to be really useful as I detest being late.</p>

<p>This situation was recently compounded by a problem I’ve been having with my system clock slipping out of time. I can correct it at the BIOS, but my NTP access for automatically setting appears to be linked to another issue my laptop has been experiencing.  The solution is simple - I just needed a little physical clock for my desk I could pop next to my Taskbar. I could not find any that I liked, so I decided it would be a nice little project to create one and maybe add a few features.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-10-29-desk-clock.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Oct 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-10-29-desk-clock.png"><br><br><p>Like many people, my day job involves a PC. A PC that is relatively locked down in terms of what I can and cannot do to it. One of the things I miss from having more access is the option to set the clock in the Windows Taskbar to show the time including seconds - <a href="https://www.howtogeek.com/325096/how-to-make-windows-10s-taskbar-clock-display-seconds/">a registry setting can enable this</a>. This may sound odd, but given 30 seconds I can nip out of my home office and grab a cold drink for example; I find knowing where in a minute I am when I am due in a call to be really useful as I detest being late.</p>

<p>This situation was recently compounded by a problem I’ve been having with my system clock slipping out of time. I can correct it at the BIOS, but my NTP access for automatically setting appears to be linked to another issue my laptop has been experiencing.  The solution is simple - I just needed a little physical clock for my desk I could pop next to my Taskbar. I could not find any that I liked, so I decided it would be a nice little project to create one and maybe add a few features.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/10/29/home-assistant-enhanced-desk-clock</guid>
		</item>
		
		<item>
			<title>Home Assistant Automation Test Buddy</title>
			<link>https://www.thoughtasylum.com/2023/09/30/home-assistant-automation-test-buddy/</link>
			<description><![CDATA[<p>I recently moved into a new house and have finally been able to begin looking more seriously at my home automation options. I have invested some time and resources into using <a href="https://www.home-assistant.io">Home Assistant</a> as my underlying automation control platform. I had run it several years ago and had given up on it due to a lack of stability, but these days it is a much more reliable and capable product.</p>

<p>In my experimentation to date, I found I had a bit of friction in testing my automations, and so I set to work on finding something to help make things easier. The result was something I have subsequently found to be massively convenient.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-09-30-home-automation.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 Sep 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-09-30-home-automation.jpg"><br><br><p>I recently moved into a new house and have finally been able to begin looking more seriously at my home automation options. I have invested some time and resources into using <a href="https://www.home-assistant.io">Home Assistant</a> as my underlying automation control platform. I had run it several years ago and had given up on it due to a lack of stability, but these days it is a much more reliable and capable product.</p>

<p>In my experimentation to date, I found I had a bit of friction in testing my automations, and so I set to work on finding something to help make things easier. The result was something I have subsequently found to be massively convenient.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/09/30/home-assistant-automation-test-buddy</guid>
		</item>
		
		<item>
			<title>Triggering Alfred in Remote Access Apps</title>
			<link>https://www.thoughtasylum.com/2023/08/26/triggering-alfred-in-remote-access-apps/</link>
			<description><![CDATA[<p>Whether I’m at home, or travelling, I often find I want to access my home-based Mac Mini from my Macbook Pro. I have several options at my disposal for doing this, and when I want to access the graphical user interface, then I want to be able to use all my usual tools. One of these is the launcher utility, Alfred.</p>

<p>By default, if I were to have Alfred configured the same across my devices, then it would be very difficult to know which device Alfred should trigger on, and it would default to my local device. For a good while, I used different triggers on different devices but I found it a little frustrating to have to switch up what was effectively muscle memory depending upon the device I was using.</p>

<p>In the end, I came up with a little automation to help me with this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-08-26-bowler.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Aug 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-08-26-bowler.jpg"><br><br><p>Whether I’m at home, or travelling, I often find I want to access my home-based Mac Mini from my Macbook Pro. I have several options at my disposal for doing this, and when I want to access the graphical user interface, then I want to be able to use all my usual tools. One of these is the launcher utility, Alfred.</p>

<p>By default, if I were to have Alfred configured the same across my devices, then it would be very difficult to know which device Alfred should trigger on, and it would default to my local device. For a good while, I used different triggers on different devices but I found it a little frustrating to have to switch up what was effectively muscle memory depending upon the device I was using.</p>

<p>In the end, I came up with a little automation to help me with this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/08/26/triggering-alfred-in-remote-access-apps</guid>
		</item>
		
		<item>
			<title>Automating Time Travelling Blog Posts</title>
			<link>https://www.thoughtasylum.com/2023/07/23/automating-time-travelling-blog-posts/</link>
			<description><![CDATA[<p>Writing blog posts is something that I generally struggle to make time to do. I have always got several parallel activities on the go and writing everything down takes time and slow down progress. Things also come up and disrupt the flow, providing further challenges. I feel writing blog posts is useful as it allows me to share thoughts and solutions that others can then build on and utilise for their own needs, but I don’t have a way to set a structured regular time to do this, so it is an ad hoc activity. This frequently results in me starting writing up a post to be published on one day, but it getting delayed. Because my blog posts and assets utilise the publish date, this can lead to a bit of remedial work to line things up again prior to publishing.</p>

<p>After doing this manually a few times, I created an automation to allow me to quickly shift posts and assets to a new publish date. In this post I am going to outline how I do this to give you some ideas of how you might accomplish something similar with your own similar scenarios.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-07-23-time-travel-warning.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 23 Jul 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-07-23-time-travel-warning.jpg"><br><br><p>Writing blog posts is something that I generally struggle to make time to do. I have always got several parallel activities on the go and writing everything down takes time and slow down progress. Things also come up and disrupt the flow, providing further challenges. I feel writing blog posts is useful as it allows me to share thoughts and solutions that others can then build on and utilise for their own needs, but I don’t have a way to set a structured regular time to do this, so it is an ad hoc activity. This frequently results in me starting writing up a post to be published on one day, but it getting delayed. Because my blog posts and assets utilise the publish date, this can lead to a bit of remedial work to line things up again prior to publishing.</p>

<p>After doing this manually a few times, I created an automation to allow me to quickly shift posts and assets to a new publish date. In this post I am going to outline how I do this to give you some ideas of how you might accomplish something similar with your own similar scenarios.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/07/23/automating-time-travelling-blog-posts</guid>
		</item>
		
		<item>
			<title>Integrating Drafts and Tot</title>
			<link>https://www.thoughtasylum.com/2023/06/25/integrating-drafts-and-tot/</link>
			<description><![CDATA[<p><a href="https://getdrafts.com">Drafts</a>, by AgileTortoise, is my ubiquitous note app.  I use it for capturing ideas, drafting content, shopping lists, general note taking, and more besides. The content is often temporary, but when it isn’t, the content gets reflowed off into files (such as in one of my <a href="https://obsidian.md">Obsidian</a> vaults), social media posts, e-mails, or some other channel. Last year I also began using another note app - <a href="https://tot.rocks">Tot</a> by the IconFactory.</p>

<p>Tot has a very different view of notes. It is a much simpler app and is opinionated in how complex it can get. But, what it gave me on the Mac was a free menu bar app that I could keep snippets on for short periods.</p>

<p>In real world terms, I think of Drafts as my ubiquitous pocket notebook, and Tot as the pad of last few sticky notes on my desk. There is undoubtedly overlap, and I am sure I could make Drafts provide near identical functionality to Tot. However, having a distinction between them works for me, and having Tot as a separate app to fulfil a niche requirement in my workflows has stuck.</p>

<p>The only friction that occurred is where I wanted to transfer information between the two apps. But I’ve been able to smooth that over and I’m going to explain how in the remainder of this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-06-25-totality.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 25 Jun 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-06-25-totality.jpg"><br><br><p><a href="https://getdrafts.com">Drafts</a>, by AgileTortoise, is my ubiquitous note app.  I use it for capturing ideas, drafting content, shopping lists, general note taking, and more besides. The content is often temporary, but when it isn’t, the content gets reflowed off into files (such as in one of my <a href="https://obsidian.md">Obsidian</a> vaults), social media posts, e-mails, or some other channel. Last year I also began using another note app - <a href="https://tot.rocks">Tot</a> by the IconFactory.</p>

<p>Tot has a very different view of notes. It is a much simpler app and is opinionated in how complex it can get. But, what it gave me on the Mac was a free menu bar app that I could keep snippets on for short periods.</p>

<p>In real world terms, I think of Drafts as my ubiquitous pocket notebook, and Tot as the pad of last few sticky notes on my desk. There is undoubtedly overlap, and I am sure I could make Drafts provide near identical functionality to Tot. However, having a distinction between them works for me, and having Tot as a separate app to fulfil a niche requirement in my workflows has stuck.</p>

<p>The only friction that occurred is where I wanted to transfer information between the two apps. But I’ve been able to smooth that over and I’m going to explain how in the remainder of this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/06/25/integrating-drafts-and-tot</guid>
		</item>
		
		<item>
			<title>5 Tips for Posting on a Technology Forum</title>
			<link>https://www.thoughtasylum.com/2023/05/28/5-tips-for-posting-on-a-technology-forum/</link>
			<description><![CDATA[<p>An online forum is a great place to ask questions and generally seek advice on what you want to do with technology. I spend a bit of time each day catching up on the latest discussions across maybe a half dozen or so technical fora. On some of them I am a heavy contributor, and on others I generally lurk, just gleaning insights and keeping up with the latest conversations. Having been involved with technical forums for the past thirty years or so I’ve seen plenty of good and bad practices, and in this post I am going to share five tips on what I think are valuable and practical considerations for posting queries to technical forums.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-05-28-forum.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 May 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-05-28-forum.jpg"><br><br><p>An online forum is a great place to ask questions and generally seek advice on what you want to do with technology. I spend a bit of time each day catching up on the latest discussions across maybe a half dozen or so technical fora. On some of them I am a heavy contributor, and on others I generally lurk, just gleaning insights and keeping up with the latest conversations. Having been involved with technical forums for the past thirty years or so I’ve seen plenty of good and bad practices, and in this post I am going to share five tips on what I think are valuable and practical considerations for posting queries to technical forums.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/05/28/5-tips-for-posting-on-a-technology-forum</guid>
		</item>
		
		<item>
			<title>Xencelabs Quick Keys Remote and Mac Automation</title>
			<link>https://www.thoughtasylum.com/2023/04/15/xencelabs-quick-keys-remote-and-mac-automation/</link>
			<description><![CDATA[<p>I was listening to <a href="https://www.relay.fm/automators/121">a recent Automators podcast episode on hardware launchers</a> when a device was mentioned that caught my interest. The <a href="https://www.xencelabs.com/quick-start/xencelabs-quick-keys-remote/">Xencelabs Quick Keys Remote</a>. Currently I utilise an <a href="https://www.elgato.com/en/welcome-to-stream-deck">Elgato Stream Deck</a> at my desk and my Macbook Pro’s touch bar when I’m on the go to trigger various automations I have put together. While I also utilise keyboard shortcuts, conflict palettes in <a href="http://www.keyboardmaestro.com/">Keyboard Maestro</a>, and of course various <a href="https://alfredapp.com">Alfred</a> keyword triggered workflows, having single touch buttons that carry out named functions as I switch between apps helps reduce that cognitive load of trying to keep track of all the possible keyboard shortcuts I might wish to employ.</p>

<p>The reason it caught my attention was that I know at some point I will update to an Apple Silicon Mac and have to say goodbye to my touch bar. While I do have <a href="/2020/03/23/protecting-my-stream-deck-on-the-go/">a carry case for my Stream Deck</a>, it is bulky, and after reviewing the Quick Keys Remote, I figured it might just be something that would work as my portable solution. However, enabling it for my use involved being a little creative.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-04-15-quick-keys.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 15 Apr 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-04-15-quick-keys.jpg"><br><br><p>I was listening to <a href="https://www.relay.fm/automators/121">a recent Automators podcast episode on hardware launchers</a> when a device was mentioned that caught my interest. The <a href="https://www.xencelabs.com/quick-start/xencelabs-quick-keys-remote/">Xencelabs Quick Keys Remote</a>. Currently I utilise an <a href="https://www.elgato.com/en/welcome-to-stream-deck">Elgato Stream Deck</a> at my desk and my Macbook Pro’s touch bar when I’m on the go to trigger various automations I have put together. While I also utilise keyboard shortcuts, conflict palettes in <a href="http://www.keyboardmaestro.com/">Keyboard Maestro</a>, and of course various <a href="https://alfredapp.com">Alfred</a> keyword triggered workflows, having single touch buttons that carry out named functions as I switch between apps helps reduce that cognitive load of trying to keep track of all the possible keyboard shortcuts I might wish to employ.</p>

<p>The reason it caught my attention was that I know at some point I will update to an Apple Silicon Mac and have to say goodbye to my touch bar. While I do have <a href="/2020/03/23/protecting-my-stream-deck-on-the-go/">a carry case for my Stream Deck</a>, it is bulky, and after reviewing the Quick Keys Remote, I figured it might just be something that would work as my portable solution. However, enabling it for my use involved being a little creative.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/04/15/xencelabs-quick-keys-remote-and-mac-automation</guid>
		</item>
		
		<item>
			<title>Automation Documentation: Hooking Alfred Workflows</title>
			<link>https://www.thoughtasylum.com/2023/04/09/automation-documentation-hooking-alfred-workflows/</link>
			<description><![CDATA[<p>Last year I wrote <a href="/tags/hook/">several posts about using Hookmark (neé Hook) to link to automation documentation</a>. At the time I was a little frustrated in that I had several complex <a href="https://alfredapp.com">Alfred</a> workflows that I was unable to use Hookmark for to link back and forth between the workflow and the associated notes. However, Vitor of <a href="https://www.alfredapp.com/about/">Running with Crayons</a> replied recently to my feature request on the Alfred forums, and with the latest Alfred beta (v5.1 build 2130), I now have a working solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-04-09-steed.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 09 Apr 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-04-09-steed.jpg"><br><br><p>Last year I wrote <a href="/tags/hook/">several posts about using Hookmark (neé Hook) to link to automation documentation</a>. At the time I was a little frustrated in that I had several complex <a href="https://alfredapp.com">Alfred</a> workflows that I was unable to use Hookmark for to link back and forth between the workflow and the associated notes. However, Vitor of <a href="https://www.alfredapp.com/about/">Running with Crayons</a> replied recently to my feature request on the Alfred forums, and with the latest Alfred beta (v5.1 build 2130), I now have a working solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/04/09/automation-documentation-hooking-alfred-workflows</guid>
		</item>
		
		<item>
			<title>ste-mux for SwiftBar</title>
			<link>https://www.thoughtasylum.com/2023/03/31/ste-mux-for-swiftbar/</link>
			<description><![CDATA[<p>Since I began using <a href="https://jekyllrb.com/">Jekyll</a> as the static site generator for my web sites, I have been hosting locally while I modify structural changes and write the content prior to publishing. Serving the sites locally involves me running terminal sessions that run the web server. Unless I am actively working on something where I need to check what the web server is doing, I always wanted it to be out of the way, ideally tucked under some icon on the Mac’s menu bar. A menu bar terminal app kind of felt like what I was after.</p>

<p>Recently I was reading a post that made reference to “bitbar” an application that allowed you to put text and menu items into your menu bar based on a script. I’d come across this and similar apps many times before, but never had a reason to use them. Until now that is, as I realised I might just be able to create my own solution for my out of sight, but still accessible local web server management.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-03-31-tmux.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Mar 2023 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-03-31-tmux.png"><br><br><p>Since I began using <a href="https://jekyllrb.com/">Jekyll</a> as the static site generator for my web sites, I have been hosting locally while I modify structural changes and write the content prior to publishing. Serving the sites locally involves me running terminal sessions that run the web server. Unless I am actively working on something where I need to check what the web server is doing, I always wanted it to be out of the way, ideally tucked under some icon on the Mac’s menu bar. A menu bar terminal app kind of felt like what I was after.</p>

<p>Recently I was reading a post that made reference to “bitbar” an application that allowed you to put text and menu items into your menu bar based on a script. I’d come across this and similar apps many times before, but never had a reason to use them. Until now that is, as I realised I might just be able to create my own solution for my out of sight, but still accessible local web server management.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/03/31/ste-mux-for-swiftbar</guid>
		</item>
		
		<item>
			<title>My Obsidian Generic Meeting Template</title>
			<link>https://www.thoughtasylum.com/2023/02/26/my-obsidian-generic-meeting-template/</link>
			<description><![CDATA[<p>In many of my posts I share solutions to technical challenges I have come across. In this post there is certainly an element of that, but it is building on some earlier work and is perhaps more about sharing a real view of what I use day to day, as a way of providing a bit of insight or inspiration into how you may be able to employ something similar. Specifically, in this post I am going to share some details of my “general” meeting template in <a href="https://obsidian.md">Obsidian</a>. Oh, and that’s “general meeting” template as in a generic template for a general, run of the mill, ad hoc meeting, not a general meeting as in governance (e.g. AGM, EGM).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-26-man-at-mac.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 26 Feb 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-26-man-at-mac.jpg"><br><br><p>In many of my posts I share solutions to technical challenges I have come across. In this post there is certainly an element of that, but it is building on some earlier work and is perhaps more about sharing a real view of what I use day to day, as a way of providing a bit of insight or inspiration into how you may be able to employ something similar. Specifically, in this post I am going to share some details of my “general” meeting template in <a href="https://obsidian.md">Obsidian</a>. Oh, and that’s “general meeting” template as in a generic template for a general, run of the mill, ad hoc meeting, not a general meeting as in governance (e.g. AGM, EGM).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/02/26/my-obsidian-generic-meeting-template</guid>
		</item>
		
		<item>
			<title>Mailmate Redirect Bundle Generator</title>
			<link>https://www.thoughtasylum.com/2023/02/20/mailmate-redirect-bundle-generator/</link>
			<description><![CDATA[<p>With a relatively recent update around views in the beta of <a href="https://readwise.io/read">Readwise’s Reader service beta</a>, I am now getting deeper into its use and building it into my various workflows in an aim to help me better manage and process the various feeds of information I have coming in. The Reader service includes an option to accept input via e-mail for newsletters, etc. While I plan to set up a number of e-mail redirect rules in my personal Gmail account to push some newsletters into the service, I also have a backlog of newsletters I want to pick from and pass them to Reader.</p>

<p>I didn’t want to blanket forward sets at this point and drown my Reader feeds, so I decided I wanted to redirect on a per e-mail basis. Fortunately, I use <a href="https://freron.com/">Mailmate</a> as my Mac e-mail client of choice, and I ended up scripting something I think provides an easy way of adding this sort of functionality for yourself.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-20-detour.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 20 Feb 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-20-detour.jpg"><br><br><p>With a relatively recent update around views in the beta of <a href="https://readwise.io/read">Readwise’s Reader service beta</a>, I am now getting deeper into its use and building it into my various workflows in an aim to help me better manage and process the various feeds of information I have coming in. The Reader service includes an option to accept input via e-mail for newsletters, etc. While I plan to set up a number of e-mail redirect rules in my personal Gmail account to push some newsletters into the service, I also have a backlog of newsletters I want to pick from and pass them to Reader.</p>

<p>I didn’t want to blanket forward sets at this point and drown my Reader feeds, so I decided I wanted to redirect on a per e-mail basis. Fortunately, I use <a href="https://freron.com/">Mailmate</a> as my Mac e-mail client of choice, and I ended up scripting something I think provides an easy way of adding this sort of functionality for yourself.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/02/20/mailmate-redirect-bundle-generator</guid>
		</item>
		
		<item>
			<title>Path-based Commands in Obsidian</title>
			<link>https://www.thoughtasylum.com/2023/02/18/path-based-commands-in-obsidian/</link>
			<description><![CDATA[<p>While <a href="https://getdrafts.com">Drafts</a> is my ever present information capture app, <a href="https://obsidian.md">Obsidian</a> is the destination for a large amount of that information as I build the content into cross-referenced, meaningful notes. Much like Drafts, Obsidian has a framework through which people can develop plug in solutions (literally “plugins” - core and community), which in many ways mimics Drafts’ actions.</p>

<p>While some of my own work on Drafts actions has yielded libraries and reusable actions that others can build into workflows, the nature of some of the amazing plugins in Obsidian takes things further and uses plugins to open portals to allow you to interact directly with the underlying Obsidian API. As a result you can build some quite useful commands without having to build your own plugin.</p>

<p>In this post I am going to share the construction of some simple ‘path-based’ command examples to illustrate how you can take advantage of this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-18-path.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 18 Feb 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-18-path.jpg"><br><br><p>While <a href="https://getdrafts.com">Drafts</a> is my ever present information capture app, <a href="https://obsidian.md">Obsidian</a> is the destination for a large amount of that information as I build the content into cross-referenced, meaningful notes. Much like Drafts, Obsidian has a framework through which people can develop plug in solutions (literally “plugins” - core and community), which in many ways mimics Drafts’ actions.</p>

<p>While some of my own work on Drafts actions has yielded libraries and reusable actions that others can build into workflows, the nature of some of the amazing plugins in Obsidian takes things further and uses plugins to open portals to allow you to interact directly with the underlying Obsidian API. As a result you can build some quite useful commands without having to build your own plugin.</p>

<p>In this post I am going to share the construction of some simple ‘path-based’ command examples to illustrate how you can take advantage of this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/02/18/path-based-commands-in-obsidian</guid>
		</item>
		
		<item>
			<title>Wrapping Text in Drafts</title>
			<link>https://www.thoughtasylum.com/2023/02/12/wrapping-text-in-drafts/</link>
			<description><![CDATA[<p>Last summer I created a <a href="https://getdrafts.com">Drafts</a> action for a user to allow them to mark some text in IA writer’s Markdown syntax for a highlight. Now my solution was not the first solution offered, but it was a little different to the others, and I have been meaning to write it up for quite some time now to go into a bit more detail about how it works and the benefits it provides over other, existing solutions.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-12-delimiters.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Feb 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-12-delimiters.png"><br><br><p>Last summer I created a <a href="https://getdrafts.com">Drafts</a> action for a user to allow them to mark some text in IA writer’s Markdown syntax for a highlight. Now my solution was not the first solution offered, but it was a little different to the others, and I have been meaning to write it up for quite some time now to go into a bit more detail about how it works and the benefits it provides over other, existing solutions.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/02/12/wrapping-text-in-drafts</guid>
		</item>
		
		<item>
			<title>Creating An Obsidian Annual Timeline</title>
			<link>https://www.thoughtasylum.com/2023/02/05/creating-an-obsidian-annual-timeline/</link>
			<description><![CDATA[<p>A few days ago I published a post about a change to <a href="/2023/01/29/obsidian-daily-task-list/">how I am managing my daily tasks in Obsidian</a>. Within that post I included a bit about how I am pulling that task list through into my dashboard canvas, and this threw up a bit of interest on Mastodon with a few people asking how I had produced a timeline on my dashboard. While I provided a few pointers at the time, I promised to go through in more detail what I have in place, and that is what I will be doing in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-05-time.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Feb 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-02-05-time.jpg"><br><br><p>A few days ago I published a post about a change to <a href="/2023/01/29/obsidian-daily-task-list/">how I am managing my daily tasks in Obsidian</a>. Within that post I included a bit about how I am pulling that task list through into my dashboard canvas, and this threw up a bit of interest on Mastodon with a few people asking how I had produced a timeline on my dashboard. While I provided a few pointers at the time, I promised to go through in more detail what I have in place, and that is what I will be doing in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/02/05/creating-an-obsidian-annual-timeline</guid>
		</item>
		
		<item>
			<title>An Obsidian Daily Task List</title>
			<link>https://www.thoughtasylum.com/2023/01/29/obsidian-daily-task-list/</link>
			<description><![CDATA[<p>My use of <a href="https://obsidian.md">Obsidian</a> as a personal knowledge management (PKM) tool sees me making extensive use of daily notes. Each day I work, I create a new note and use it to keep an activity journal of all the key things I have done, link out to notes for meetings I have attended, things I have learned, etc. I also display my key tasks (for today and a soon as possible) and record any of the key tasks I have completed that day.</p>

<p>I have always taken to cutting and pasting to transfer incomplete tasks to transfer them forward to the next daily note. But after having tried out <a href="https://roamresearch.com">Roam Research</a> a few years ago and working with their task management approach, I have always felt that my method was inefficient; but as with many things Obsidian, I found a better way utilising a third-party plugin.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-01-29-tasks-today.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Jan 2023 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2023/2023-01-29-tasks-today.jpg"><br><br><p>My use of <a href="https://obsidian.md">Obsidian</a> as a personal knowledge management (PKM) tool sees me making extensive use of daily notes. Each day I work, I create a new note and use it to keep an activity journal of all the key things I have done, link out to notes for meetings I have attended, things I have learned, etc. I also display my key tasks (for today and a soon as possible) and record any of the key tasks I have completed that day.</p>

<p>I have always taken to cutting and pasting to transfer incomplete tasks to transfer them forward to the next daily note. But after having tried out <a href="https://roamresearch.com">Roam Research</a> a few years ago and working with their task management approach, I have always felt that my method was inefficient; but as with many things Obsidian, I found a better way utilising a third-party plugin.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2023/01/29/obsidian-daily-task-list</guid>
		</item>
		
		<item>
			<title>Run Shortcuts in the Background from Drafts</title>
			<link>https://www.thoughtasylum.com/2022/12/31/run-shortcuts-in-the-background-from-drafts/</link>
			<description><![CDATA[<p>Practically, since Apple made Shortcuts available on the Mac, <a href="https://getdrafts.com">Drafts</a> has supported executing Drafts and processing the return. To do this, Drafts passes control to Shortcuts, bringing it to the foreground, and then switches back to Drafts at the end. This feels suspiciously like an x-callback-url call of a shortcut.</p>

<p>While x-callback-url is a very useful option, on the Mac, we have more options and control over how we interact with other automation applications, and in this post I’ll outline an alternative that allows you to run a shortcut in the background.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-31-running-background.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-31-running-background.jpg"><br><br><p>Practically, since Apple made Shortcuts available on the Mac, <a href="https://getdrafts.com">Drafts</a> has supported executing Drafts and processing the return. To do this, Drafts passes control to Shortcuts, bringing it to the foreground, and then switches back to Drafts at the end. This feels suspiciously like an x-callback-url call of a shortcut.</p>

<p>While x-callback-url is a very useful option, on the Mac, we have more options and control over how we interact with other automation applications, and in this post I’ll outline an alternative that allows you to run a shortcut in the background.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/12/31/run-shortcuts-in-the-background-from-drafts</guid>
		</item>
		
		<item>
			<title>New Obsidian Notes from Drafts</title>
			<link>https://www.thoughtasylum.com/2022/12/29/new-obsidian-notes-from-drafts/</link>
			<description><![CDATA[<p>Yesterday I posted some details around <a href="/2022/12/28/new-obsidian-notes-from-shortcuts/">using Shortcuts to send a new note to Obsidian</a>. Today, I’m going to look at a different and also popular capture option for <a href="https://obsidian.md/">Obsidian</a>; using one of my favourite applications, <a href="https://getdrafts.com">Drafts</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-29-apple-mac.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Dec 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-29-apple-mac.jpg"><br><br><p>Yesterday I posted some details around <a href="/2022/12/28/new-obsidian-notes-from-shortcuts/">using Shortcuts to send a new note to Obsidian</a>. Today, I’m going to look at a different and also popular capture option for <a href="https://obsidian.md/">Obsidian</a>; using one of my favourite applications, <a href="https://getdrafts.com">Drafts</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/12/29/new-obsidian-notes-from-drafts</guid>
		</item>
		
		<item>
			<title>New Obsidian Notes from Shortcuts</title>
			<link>https://www.thoughtasylum.com/2022/12/28/new-obsidian-notes-from-shortcuts/</link>
			<description><![CDATA[<p>Something I have seen come up time and again is the use of Apple Shortcuts to create content inside of an Obsidian vault. Since it seems to be something that so frequently comes up, I thought I’d try my hand at explaining a couple of techniques that can be used, and what the pros and cons are around these methods.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-28-black-laptop.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 28 Dec 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-12-28-black-laptop.jpg"><br><br><p>Something I have seen come up time and again is the use of Apple Shortcuts to create content inside of an Obsidian vault. Since it seems to be something that so frequently comes up, I thought I’d try my hand at explaining a couple of techniques that can be used, and what the pros and cons are around these methods.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/12/28/new-obsidian-notes-from-shortcuts</guid>
		</item>
		
		<item>
			<title>The Top Benefits of Automation for Your Organisation</title>
			<link>https://www.thoughtasylum.com/2022/11/28/the-top-benefits-of-automation-for-your-organisation/</link>
			<description><![CDATA[<p>Computer systems have been managing data for us since their inception, and these days we have sophisticated systems that do so at an incredible rate and with accuracy far exceeding human standards. Many organisations stop at the out-of-the-box functionality of their systems, and make assumptions about what is and what is not possible. We are here to tell you that through the application of automation techniques even more is possible, and this is no less true for the domains of HR and payroll than for any other. In fact many HR and payroll processes are highly automatable.</p>

<p>The primary reason that HR and payroll departments do not explore this is because they do not full understand what investing in automation solution could deliver. In this article we are going to take at why it is worth exploring automation for HR and Payroll.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-28-banner.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 28 Nov 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-28-banner.png"><br><br><p>Computer systems have been managing data for us since their inception, and these days we have sophisticated systems that do so at an incredible rate and with accuracy far exceeding human standards. Many organisations stop at the out-of-the-box functionality of their systems, and make assumptions about what is and what is not possible. We are here to tell you that through the application of automation techniques even more is possible, and this is no less true for the domains of HR and payroll than for any other. In fact many HR and payroll processes are highly automatable.</p>

<p>The primary reason that HR and payroll departments do not explore this is because they do not full understand what investing in automation solution could deliver. In this article we are going to take at why it is worth exploring automation for HR and Payroll.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/11/28/the-top-benefits-of-automation-for-your-organisation</guid>
		</item>
		
		<item>
			<title>Obsidian and Johnny Decimal Index Searches</title>
			<link>https://www.thoughtasylum.com/2022/11/27/obsidian-and-johnny-decimal-index-searches/</link>
			<description><![CDATA[<p>I have been using Obsidian as my personal knowledge management app of choice now for a few years, and recently I have been modifying one of my note vaults to a new indexing system. However, I stumbled across an interesting search issue with the indexing that required a bit of investigation to resolve.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-27-filing-cabinets.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Nov 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-27-filing-cabinets.jpg"><br><br><p>I have been using Obsidian as my personal knowledge management app of choice now for a few years, and recently I have been modifying one of my note vaults to a new indexing system. However, I stumbled across an interesting search issue with the indexing that required a bit of investigation to resolve.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/11/27/obsidian-and-johnny-decimal-index-searches</guid>
		</item>
		
		<item>
			<title>Automation Documentation: Hooking SnippetsLab</title>
			<link>https://www.thoughtasylum.com/2022/11/26/automation-documentation-hooking-snippetslab/</link>
			<description><![CDATA[<p>My efforts to link together my documentation and automation took a little jump forward recently with a new beta of the code library utility called SnippetsLab. A small update to the user interface has enabled me to construct a basic integration with Hookmark (the app formerly known as Hook). In this post I am going to explain a bit more about this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-26-snippet-of-code.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Nov 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-11-26-snippet-of-code.jpg"><br><br><p>My efforts to link together my documentation and automation took a little jump forward recently with a new beta of the code library utility called SnippetsLab. A small update to the user interface has enabled me to construct a basic integration with Hookmark (the app formerly known as Hook). In this post I am going to explain a bit more about this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/11/26/automation-documentation-hooking-snippetslab</guid>
		</item>
		
		<item>
			<title>Doctor Drafts in Your Scripts</title>
			<link>https://www.thoughtasylum.com/2022/10/31/doctor-drafts-in-your-scripts/</link>
			<description><![CDATA[<p>You may have heard of Doctor Drafts. It is my Alfred workflow for working with the app Drafts on the Mac. It has proven hugely popular, and I continue to expand and enhance the workflow as time permits. But, Doctor Drafts is already quite expansive, and more capable than people realise. While I’ve expounded in the past on how it is designed so that others can build their own custom workflows on top of Doctor Drafts, most people don’t realise that this extends beyond Alfred too. In this post, I am going to walk through how you can leverage Doctor Drafts functionality in your own scripts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-10-31-engineering.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 31 Oct 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-10-31-engineering.jpg"><br><br><p>You may have heard of Doctor Drafts. It is my Alfred workflow for working with the app Drafts on the Mac. It has proven hugely popular, and I continue to expand and enhance the workflow as time permits. But, Doctor Drafts is already quite expansive, and more capable than people realise. While I’ve expounded in the past on how it is designed so that others can build their own custom workflows on top of Doctor Drafts, most people don’t realise that this extends beyond Alfred too. In this post, I am going to walk through how you can leverage Doctor Drafts functionality in your own scripts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/10/31/doctor-drafts-in-your-scripts</guid>
		</item>
		
		<item>
			<title>Drafts Action Templates</title>
			<link>https://www.thoughtasylum.com/2022/09/30/drafts-action-templates/</link>
			<description><![CDATA[<p>There was a recent discussion on the Drafts Slack group (used mainly by beta testers), about action editing and I shared a little trick I use for creating action templates that give me a quick start. In this post I’m going to outline the approach that will hopefully also save you time on creating new actions.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-09-30-multiple.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 Sep 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-09-30-multiple.jpg"><br><br><p>There was a recent discussion on the Drafts Slack group (used mainly by beta testers), about action editing and I shared a little trick I use for creating action templates that give me a quick start. In this post I’m going to outline the approach that will hopefully also save you time on creating new actions.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/09/30/drafts-action-templates</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Swap Clipboard With Selection</title>
			<link>https://www.thoughtasylum.com/2022/08/31/keyboard-maestro-swap-clipboard-with-selection/</link>
			<description><![CDATA[<p>Like many computer users, I work with text a lot, and I am thankful every day for the first person who came up with the idea of <em>copy and paste</em>. I cannot even begin to think about how my computing life would be without this wonderful addition. But, even the clipboard can be improved, and there are clipboard manager apps that let you supercharge your workflow, giving you access to your clipboard history. With these powerful tools at my fingertips, I still found a niggle, so I fixed it with a little Keyboard Maestro macro.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-31-exchange.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 31 Aug 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-31-exchange.jpg"><br><br><p>Like many computer users, I work with text a lot, and I am thankful every day for the first person who came up with the idea of <em>copy and paste</em>. I cannot even begin to think about how my computing life would be without this wonderful addition. But, even the clipboard can be improved, and there are clipboard manager apps that let you supercharge your workflow, giving you access to your clipboard history. With these powerful tools at my fingertips, I still found a niggle, so I fixed it with a little Keyboard Maestro macro.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/08/31/keyboard-maestro-swap-clipboard-with-selection</guid>
		</item>
		
		<item>
			<title>Obsidian: Keywords vs Tags</title>
			<link>https://www.thoughtasylum.com/2022/08/30/obsidian-keywords-vs-tags/</link>
			<description><![CDATA[<p>Tags are commonplace in computer systems these days. They are a way to assign a piece of meta data to something that allows them to be associated with one another and usually to be searched for and filtered with. They are powerful, and in fact typically more powerful than a traditional folder structure. Tags are a brilliant concept and I use them in numerous places. However, it may be a little surprising to discover that I don’t really use them all that much in my personal knowledge management system application of choice - Obsidian. Let me explain why.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-30-tagged-key.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Aug 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-30-tagged-key.png"><br><br><p>Tags are commonplace in computer systems these days. They are a way to assign a piece of meta data to something that allows them to be associated with one another and usually to be searched for and filtered with. They are powerful, and in fact typically more powerful than a traditional folder structure. Tags are a brilliant concept and I use them in numerous places. However, it may be a little surprising to discover that I don’t really use them all that much in my personal knowledge management system application of choice - Obsidian. Let me explain why.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/08/30/obsidian-keywords-vs-tags</guid>
		</item>
		
		<item>
			<title>H1 2022 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2022/08/08/h1-2022-successfactors-ecsc/</link>
			<description><![CDATA[<p>As organisations grow, reliably managing HR enquiries at scale becomes more pressing. That is where SAP’s Employee Central Service Centre solution for SuccessFactors comes into play. It allows HR to provide a single hub through which to provide support to colleagues and through which HR can track queries and activities to ensure they are dealt with in a timely and professional manner.</p>

<p>The solution is component-based, and as well as some general SuccessFactors infrastructure, it relies specifically on Employee Central and the SAP Cloud for Customer (C4C) system’s service functionality. As a result, the solution benefits from quarterly updates for Cloud for Customer and bi-annual SuccessFactors updates. In this post, I will look at how the updates to Cloud for Customer in Q1 and Q2 2022 and the Employee Central Service Centre specific updates to Employee Central come together for the 1H 2022 SuccessFactors update.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-08-ecsc.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 08 Aug 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-08-08-ecsc.jpg"><br><br><p>As organisations grow, reliably managing HR enquiries at scale becomes more pressing. That is where SAP’s Employee Central Service Centre solution for SuccessFactors comes into play. It allows HR to provide a single hub through which to provide support to colleagues and through which HR can track queries and activities to ensure they are dealt with in a timely and professional manner.</p>

<p>The solution is component-based, and as well as some general SuccessFactors infrastructure, it relies specifically on Employee Central and the SAP Cloud for Customer (C4C) system’s service functionality. As a result, the solution benefits from quarterly updates for Cloud for Customer and bi-annual SuccessFactors updates. In this post, I will look at how the updates to Cloud for Customer in Q1 and Q2 2022 and the Employee Central Service Centre specific updates to Employee Central come together for the 1H 2022 SuccessFactors update.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/08/08/h1-2022-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Mac Restriction</title>
			<link>https://www.thoughtasylum.com/2022/07/29/keyboard-maestro-mac-restriction/</link>
			<description><![CDATA[<p>I am fortunate enough to have a couple of Mac computers. An old Mac mini functions as an always on Mac carrying out tasks on demand and on a schedule, whereas my slightly newer Macbook Pro is the machine I use directly. But, I have Keyboard Maestro installed on both machines, and I needed to be able to determine which machine a macro was running on in some cases, as in some cases it should not run at all. This was particularly the case with scheduled macros. In this post I am going to share a couple of macros I am using for this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-07-29-stop.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 29 Jul 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-07-29-stop.png"><br><br><p>I am fortunate enough to have a couple of Mac computers. An old Mac mini functions as an always on Mac carrying out tasks on demand and on a schedule, whereas my slightly newer Macbook Pro is the machine I use directly. But, I have Keyboard Maestro installed on both machines, and I needed to be able to determine which machine a macro was running on in some cases, as in some cases it should not run at all. This was particularly the case with scheduled macros. In this post I am going to share a couple of macros I am using for this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/07/29/keyboard-maestro-mac-restriction</guid>
		</item>
		
		<item>
			<title>Obsidian Menu Automation</title>
			<link>https://www.thoughtasylum.com/2022/07/28/obsidian-menu-automation/</link>
			<description><![CDATA[<p><a href="https://folivora.ai">Better Touch Tool</a> now includes (beta) support for the <a href="https://www.elgato.com/en/stream-deck">Elgato Stream Deck</a>, and I’ve been investigating how I can make good use of this functionality. During my experimentation, I came across something rather curious about trying to work with my notes app of choice, <a href="https://obsidian.md/">Obsidian</a>. Menu automation appeared to be a stumbling block - at least at first.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-07-28-volcanic.jpeg" type="image/jpeg" length="0" />
			<pubDate>Thu, 28 Jul 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-07-28-volcanic.jpeg"><br><br><p><a href="https://folivora.ai">Better Touch Tool</a> now includes (beta) support for the <a href="https://www.elgato.com/en/stream-deck">Elgato Stream Deck</a>, and I’ve been investigating how I can make good use of this functionality. During my experimentation, I came across something rather curious about trying to work with my notes app of choice, <a href="https://obsidian.md/">Obsidian</a>. Menu automation appeared to be a stumbling block - at least at first.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/07/28/obsidian-menu-automation</guid>
		</item>
		
		<item>
			<title>Drafts: Force Open Link on Mac</title>
			<link>https://www.thoughtasylum.com/2022/06/03/drafts-force-open-link-on-mac/</link>
			<description><![CDATA[<p>Today’s post is a quick one about something I find quite useful when working in <a href="https://getdrafts.com/">Drafts</a> on my Mac. It relates to hyperlinks and the feature of Drafts known as link mode that allows you to make links <em>clickable</em> at the expense of making the content non-editable. I found it frustrating to keep switching back and forth to access a link, but with the help of a small <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a> macro, I was able to speed this up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-06-03-coffee-and-mouse.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 03 Jun 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-06-03-coffee-and-mouse.jpg"><br><br><p>Today’s post is a quick one about something I find quite useful when working in <a href="https://getdrafts.com/">Drafts</a> on my Mac. It relates to hyperlinks and the feature of Drafts known as link mode that allows you to make links <em>clickable</em> at the expense of making the content non-editable. I found it frustrating to keep switching back and forth to access a link, but with the help of a small <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a> macro, I was able to speed this up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/06/03/drafts-force-open-link-on-mac</guid>
		</item>
		
		<item>
			<title>Automation Documentation: Hooking Apple Shortcuts</title>
			<link>https://www.thoughtasylum.com/2022/06/01/automation-documentation-hooking-apple-shortcuts/</link>
			<description><![CDATA[<p>Earlier this week <a href="/2022/05/30/automation-documentation-hooking-automations-with-obsidian/">I wrote about how I was using Hook and Obsidian to support my documentation of automations</a>. In this post I will aim to explain how I am using this set up to help me access documentation for my Apple Shortcuts automations.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-06-01-documenting.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 01 Jun 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-06-01-documenting.jpg"><br><br><p>Earlier this week <a href="/2022/05/30/automation-documentation-hooking-automations-with-obsidian/">I wrote about how I was using Hook and Obsidian to support my documentation of automations</a>. In this post I will aim to explain how I am using this set up to help me access documentation for my Apple Shortcuts automations.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/06/01/automation-documentation-hooking-apple-shortcuts</guid>
		</item>
		
		<item>
			<title>Automation Documentation: Hooking Keyboard Maestro</title>
			<link>https://www.thoughtasylum.com/2022/05/31/automation-documentation-hooking-keyboard-maestro/</link>
			<description><![CDATA[<p>In <a href="/2022/05/30/automation-documentation-hooking-automations-with-obsidian/">my post yesterday</a>, I described how I was using Obsidian and Hook to help me support my documentation of automations. Today, I am going to share something that helps me work with documenting Keyboard Maestro macros.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-31-at-the-mac.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 31 May 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-31-at-the-mac.jpg"><br><br><p>In <a href="/2022/05/30/automation-documentation-hooking-automations-with-obsidian/">my post yesterday</a>, I described how I was using Obsidian and Hook to help me support my documentation of automations. Today, I am going to share something that helps me work with documenting Keyboard Maestro macros.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/05/31/automation-documentation-hooking-keyboard-maestro</guid>
		</item>
		
		<item>
			<title>Automation Documentation: Hooking Automations with Obsidian</title>
			<link>https://www.thoughtasylum.com/2022/05/30/automation-documentation-hooking-automations-with-obsidian/</link>
			<description><![CDATA[<p>For anyone who follows me on this blog or anywhere else, you are probably familiar with the fact that I enjoy automating things. Having my devices do things for me. This has numerous benefits including saving me time and effort in the future, reducing the opportunity for human error, teaching me new skills, etc. But the fact is, when you start building up a large toolbox of automations it can be hard to keep track of the details. Some automations lend themselves to inline documentation, but what if you want to do something more?</p>

<p>In this post I am going to describe some of my set up around documenting automations using two tools on the Mac - Hook and Obsidian.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-30-connections.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 May 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-30-connections.jpg"><br><br><p>For anyone who follows me on this blog or anywhere else, you are probably familiar with the fact that I enjoy automating things. Having my devices do things for me. This has numerous benefits including saving me time and effort in the future, reducing the opportunity for human error, teaching me new skills, etc. But the fact is, when you start building up a large toolbox of automations it can be hard to keep track of the details. Some automations lend themselves to inline documentation, but what if you want to do something more?</p>

<p>In this post I am going to describe some of my set up around documenting automations using two tools on the Mac - Hook and Obsidian.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/05/30/automation-documentation-hooking-automations-with-obsidian</guid>
		</item>
		
		<item>
			<title>The Badger 2040: Custom Badges</title>
			<link>https://www.thoughtasylum.com/2022/05/01/the-badger-2040-custom-badges/</link>
			<description><![CDATA[<p>This is the third and final post in my introductory series for the <a href="https://shop.pimoroni.com/products/badger-2040">Pimoroni Badger 2040</a>. So far, I have talked a little about getting things set up so you can easily work with and find out about the Badger 2040, and about the physical additions I have made to turn my Badger 2040 into a functional eInk badge. In this post I am going to cover the programmable side of this eInk badge, and what (simple) revisions I have made in order to turn this into a badge suitable for my own purposes.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-01-badger2040-badge.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 01 May 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-05-01-badger2040-badge.png"><br><br><p>This is the third and final post in my introductory series for the <a href="https://shop.pimoroni.com/products/badger-2040">Pimoroni Badger 2040</a>. So far, I have talked a little about getting things set up so you can easily work with and find out about the Badger 2040, and about the physical additions I have made to turn my Badger 2040 into a functional eInk badge. In this post I am going to cover the programmable side of this eInk badge, and what (simple) revisions I have made in order to turn this into a badge suitable for my own purposes.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/05/01/the-badger-2040-custom-badges</guid>
		</item>
		
		<item>
			<title>The Badger 2040: Building a Physical Badge</title>
			<link>https://www.thoughtasylum.com/2022/04/30/the-badger-2040-building-a-physical-badge/</link>
			<description><![CDATA[<p>I recently wrote about <a href="/2022/04/29/the-badger-2040-set-up/">getting set up for working with a Pimoroni Badger 2040</a>, a small piece of hardware that functions as a programmable eInk badge. The basic unit is the electronics, but in order to make it a functional badge for my own purposes, I found there were a few additions required. In this second post in my introductory series of posts for the Badger 2040 I am going to briefly set out what other physical elements have been added.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-30-badger2040-back.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 Apr 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-30-badger2040-back.png"><br><br><p>I recently wrote about <a href="/2022/04/29/the-badger-2040-set-up/">getting set up for working with a Pimoroni Badger 2040</a>, a small piece of hardware that functions as a programmable eInk badge. The basic unit is the electronics, but in order to make it a functional badge for my own purposes, I found there were a few additions required. In this second post in my introductory series of posts for the Badger 2040 I am going to briefly set out what other physical elements have been added.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/04/30/the-badger-2040-building-a-physical-badge</guid>
		</item>
		
		<item>
			<title>The Badger 2040: Set Up</title>
			<link>https://www.thoughtasylum.com/2022/04/29/the-badger-2040-set-up/</link>
			<description><![CDATA[<p>As soon as I had attended my first external work event and been issued a cheap paper badge, I began wondering why conference organisers were not using digital badges using eInk technology. I figured it was probably because people would “accidentally” leave the conference with them and they would be more expensive than the cheap paper print out in a plastic wallet on a lanyard. But, within a few years, eInk badges began to appear, and I felt things were catching up. Roll on a few years and I began attending public and private business-related events where people were not issued badges. Again I wondered why people were not issued badges, beyond the occasional sticky label that leaves a not so delightful slightly sticky patch on your business attire?</p>

<p>It was around this time, almost a decade ago, I began dipping in and occasionally looking around for an eInk badge option of my own. I often saw ones available from Chinese marketplaces, but they were typically vaguely specified, only available in bulk and thus expensive for an individual to experiment with.</p>

<p>Then several weeks ago I spied something new that looked ideal. I purchased a Pimoroni Badger 2040.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-29-badger2040-logo.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 29 Apr 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-29-badger2040-logo.png"><br><br><p>As soon as I had attended my first external work event and been issued a cheap paper badge, I began wondering why conference organisers were not using digital badges using eInk technology. I figured it was probably because people would “accidentally” leave the conference with them and they would be more expensive than the cheap paper print out in a plastic wallet on a lanyard. But, within a few years, eInk badges began to appear, and I felt things were catching up. Roll on a few years and I began attending public and private business-related events where people were not issued badges. Again I wondered why people were not issued badges, beyond the occasional sticky label that leaves a not so delightful slightly sticky patch on your business attire?</p>

<p>It was around this time, almost a decade ago, I began dipping in and occasionally looking around for an eInk badge option of my own. I often saw ones available from Chinese marketplaces, but they were typically vaguely specified, only available in bulk and thus expensive for an individual to experiment with.</p>

<p>Then several weeks ago I spied something new that looked ideal. I purchased a Pimoroni Badger 2040.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/04/29/the-badger-2040-set-up</guid>
		</item>
		
		<item>
			<title>An Update to the Conductor Workflow</title>
			<link>https://www.thoughtasylum.com/2022/04/22/an-update-to-the-conductor-workflow/</link>
			<description><![CDATA[<p>Last year I released Conductor, my Alfred workflow for working with Keyboard Maestro. It allowed you to launch Keyboard Maestro macros, get information about them, open them for editing, and even the run them with a preset delay. In this new release I’ve taken things a little further and I’m going to provide a brief overview in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-22-conductor.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 22 Apr 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-04-22-conductor.png"><br><br><p>Last year I released Conductor, my Alfred workflow for working with Keyboard Maestro. It allowed you to launch Keyboard Maestro macros, get information about them, open them for editing, and even the run them with a preset delay. In this new release I’ve taken things a little further and I’m going to provide a brief overview in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/04/22/an-update-to-the-conductor-workflow</guid>
		</item>
		
		<item>
			<title>Auto-Link and Generate Page in Obsidian</title>
			<link>https://www.thoughtasylum.com/2022/03/29/auto-link-and-generate-page-in-obsidian/</link>
			<description><![CDATA[<p>Last year I wrote a post about <a href="/2021/07/10/automation-with-templater-for-obsidian/">automation with Templater for Obsidian</a>. I showed some examples of using Obsidian’s Templater plugin to do some automation a little bit beyond what you might typically consider as the basics. One of the things in one of the examples bugged me for quite a while, and in this post I’m going to go through how I improved things for creating a link to a new page, and the correctly filed new page at the same time.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-03-29-computing-fun.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Mar 2022 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-03-29-computing-fun.jpg"><br><br><p>Last year I wrote a post about <a href="/2021/07/10/automation-with-templater-for-obsidian/">automation with Templater for Obsidian</a>. I showed some examples of using Obsidian’s Templater plugin to do some automation a little bit beyond what you might typically consider as the basics. One of the things in one of the examples bugged me for quite a while, and in this post I’m going to go through how I improved things for creating a link to a new page, and the correctly filed new page at the same time.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/03/29/auto-link-and-generate-page-in-obsidian</guid>
		</item>
		
		<item>
			<title>Creating Rich Links in Keyboard Maestro</title>
			<link>https://www.thoughtasylum.com/2022/02/26/creating-rich-links-in-keyboard-maestro/</link>
			<description><![CDATA[<p>I write a lot of things in a plain text format known as Markdown. It provides a set of standardised ways to mark up text for processing into other formats (such as HTML), whereby formatting and other rich content elements are applied. I write all of my blog posts in this format, and also posts for other sites where I publish and contribute. One of these sites is <a href="https://www.buymeacoffee.com/sylumer">Buy Me a Coffee</a> (BMAC), a site where you can donate to my coffee fund if you like the stuff I do. It is also where I post each month to let everyone know what I have been up to. It regularly surprises me just how much content and support to other Internet denizens I’ve actually provided during the course of a month!</p>

<p>Over the course of the month I jot down notes in <a href="https://getdrafts.com">Drafts</a>, and then in the following month I write these up, in Markdown ready for posting. Unfortunately, BMAC does not support Markdown, but it does support rich text.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-02-26-gold-links.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Feb 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-02-26-gold-links.png"><br><br><p>I write a lot of things in a plain text format known as Markdown. It provides a set of standardised ways to mark up text for processing into other formats (such as HTML), whereby formatting and other rich content elements are applied. I write all of my blog posts in this format, and also posts for other sites where I publish and contribute. One of these sites is <a href="https://www.buymeacoffee.com/sylumer">Buy Me a Coffee</a> (BMAC), a site where you can donate to my coffee fund if you like the stuff I do. It is also where I post each month to let everyone know what I have been up to. It regularly surprises me just how much content and support to other Internet denizens I’ve actually provided during the course of a month!</p>

<p>Over the course of the month I jot down notes in <a href="https://getdrafts.com">Drafts</a>, and then in the following month I write these up, in Markdown ready for posting. Unfortunately, BMAC does not support Markdown, but it does support rich text.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/02/26/creating-rich-links-in-keyboard-maestro</guid>
		</item>
		
		<item>
			<title>Prefix DEVONthink Item Name with Date Stamp</title>
			<link>https://www.thoughtasylum.com/2022/01/16/prefix-devonthink-item-name-with-date-stamp/</link>
			<description><![CDATA[<p>Anyone who has been following my efforts over the last few months may have noted that I have occasionally made reference to migrating from <a href="https://evernote.com">Evernote</a> to <a href="https://www.devontechnologies.com/apps/devonthink">DEVONthink</a>. As part of that move I have been taking the opportunity to sort out some of my lax filing. One of those aspects is the naming of files and specifically the inclusion of date stamps where relevant - e.g. on bills, documentation releases, etc. Fortunately I was able to bring a little bit of automation to bear on this activity, which has been helping speed things up significantly.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-01-16-organising.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 16 Jan 2022 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2022/2022-01-16-organising.jpg"><br><br><p>Anyone who has been following my efforts over the last few months may have noted that I have occasionally made reference to migrating from <a href="https://evernote.com">Evernote</a> to <a href="https://www.devontechnologies.com/apps/devonthink">DEVONthink</a>. As part of that move I have been taking the opportunity to sort out some of my lax filing. One of those aspects is the naming of files and specifically the inclusion of date stamps where relevant - e.g. on bills, documentation releases, etc. Fortunately I was able to bring a little bit of automation to bear on this activity, which has been helping speed things up significantly.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2022/01/16/prefix-devonthink-item-name-with-date-stamp</guid>
		</item>
		
		<item>
			<title>Move Last Download to Current Finder Folder</title>
			<link>https://www.thoughtasylum.com/2021/12/24/move-last-download-to-current-finder-folder/</link>
			<description><![CDATA[<p>In my day job, I work on Windows, and <a href="https://www.xyplorer.com">XYplorer</a> is my file manager of choice due to it’s configurability and extensibility through scripting. One of my most used extensions is one which will move the last downloaded file to the directory in the currently focused XYplorer pane. <a href="/2018/03/24/XYplorer-Copy-Last-Screenshot-Here/">I have written about a very similar XYplorer script in the past</a> that works in the same way, but rather than the last download, it grabs a copy of the last screenshot I took.</p>

<p>Recently I realised I was missing this functionality over on my Mac, and so I decided to redress the imbalance through a little scripting.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-24-mover.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 24 Dec 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-24-mover.jpg"><br><br><p>In my day job, I work on Windows, and <a href="https://www.xyplorer.com">XYplorer</a> is my file manager of choice due to it’s configurability and extensibility through scripting. One of my most used extensions is one which will move the last downloaded file to the directory in the currently focused XYplorer pane. <a href="/2018/03/24/XYplorer-Copy-Last-Screenshot-Here/">I have written about a very similar XYplorer script in the past</a> that works in the same way, but rather than the last download, it grabs a copy of the last screenshot I took.</p>

<p>Recently I realised I was missing this functionality over on my Mac, and so I decided to redress the imbalance through a little scripting.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/12/24/move-last-download-to-current-finder-folder</guid>
		</item>
		
		<item>
			<title>The Ubiquitous Linking Manifesto</title>
			<link>https://www.thoughtasylum.com/2021/12/17/the-ubiquitous-linking-manifesto/</link>
			<description><![CDATA[<p>Yesterday, I was catching up on some reading and I came across something rather exciting - <em>The Ubiquitous Linking Manifesto</em>. This might first sound like something written for a rather out there UK political party, but it is a set of logical recommendations for something that is becoming ever more important in a world so dependent upon digital information and action.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-17-network.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 17 Dec 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-17-network.jpg"><br><br><p>Yesterday, I was catching up on some reading and I came across something rather exciting - <em>The Ubiquitous Linking Manifesto</em>. This might first sound like something written for a rather out there UK political party, but it is a set of logical recommendations for something that is becoming ever more important in a world so dependent upon digital information and action.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/12/17/the-ubiquitous-linking-manifesto</guid>
		</item>
		
		<item>
			<title>A Keyboard Maestro Plugin for Apple Shortcuts</title>
			<link>https://www.thoughtasylum.com/2021/12/05/a-keyboard-maestro-plugin-for-apple-shortcuts/</link>
			<description><![CDATA[<p>With the public release of macOS Monterey, I have been trying out a few ways of interacting with Shortcuts from a number of automation tools. Shortcuts can be triggered on macOS using AppleScript or shell script, both of which are relatively easy to do with the Swiss Army knife of Mac automation, <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>. However, I thought it would be fun to create a convenience plugin to make it even easier to integrate Keyboard Maestro with Shortcuts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-05-shortcuts-plugin.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Dec 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-05-shortcuts-plugin.png"><br><br><p>With the public release of macOS Monterey, I have been trying out a few ways of interacting with Shortcuts from a number of automation tools. Shortcuts can be triggered on macOS using AppleScript or shell script, both of which are relatively easy to do with the Swiss Army knife of Mac automation, <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a>. However, I thought it would be fun to create a convenience plugin to make it even easier to integrate Keyboard Maestro with Shortcuts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/12/05/a-keyboard-maestro-plugin-for-apple-shortcuts</guid>
		</item>
		
		<item>
			<title>Bypass - Shortcuts Support for Stream Deck</title>
			<link>https://www.thoughtasylum.com/2021/12/04/bypass-shortcuts-support-for-stream-deck/</link>
			<description><![CDATA[<p>A few weeks ago I released version 1 of an Alfred workflow called <em>Bypass</em>. I created it to help use Apple’s Shortcuts app on the Mac. I have been continuing to expand the functionality, and have now released v1.1 with many  new features.</p>

<p>One of the areas I spent a bit of time working on was a way to make Shortcuts easier to use with the Elgato Stream Deck, and in this post I’m going to walk through how Bypass now supports setting up Shortcuts on the Stream Deck.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-04-alfred-bypass-stream-deck.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 04 Dec 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-12-04-alfred-bypass-stream-deck.png"><br><br><p>A few weeks ago I released version 1 of an Alfred workflow called <em>Bypass</em>. I created it to help use Apple’s Shortcuts app on the Mac. I have been continuing to expand the functionality, and have now released v1.1 with many  new features.</p>

<p>One of the areas I spent a bit of time working on was a way to make Shortcuts easier to use with the Elgato Stream Deck, and in this post I’m going to walk through how Bypass now supports setting up Shortcuts on the Stream Deck.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/12/04/bypass-shortcuts-support-for-stream-deck</guid>
		</item>
		
		<item>
			<title>Micro:Bit - Light Strip</title>
			<link>https://www.thoughtasylum.com/2021/11/28/microbit-light-strip/</link>
			<description><![CDATA[<p>Last year I decided to spruce up my home office for Christmas a little bit, by using an LED light strip around the cupboard door that sits behind my desk. Rather than just using an off the shelf solution, I used a couple of BBC Micro:Bits (aka BBC MicroBit), to control the lighting effects and to provide a remote control. In this post I’m going to cover how I did this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-28-light-strip.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Nov 2021 21:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-28-light-strip.png"><br><br><p>Last year I decided to spruce up my home office for Christmas a little bit, by using an LED light strip around the cupboard door that sits behind my desk. Rather than just using an off the shelf solution, I used a couple of BBC Micro:Bits (aka BBC MicroBit), to control the lighting effects and to provide a remote control. In this post I’m going to cover how I did this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/28/microbit-light-strip</guid>
		</item>
		
		<item>
			<title>Automating Adding Screenshots to Blog Posts</title>
			<link>https://www.thoughtasylum.com/2021/11/23/automating-adding-screenshots-to-blog-posts/</link>
			<description><![CDATA[<p>When I am writing blog posts for this web site, I frequently need to take screenshots on my Mac and put them into the relevant assets directory to enable them to be included in my post. While I had a way of doing this that was relatively quick and easy, I found that I always needed to subsequently rename the screenshot to something meaningful and in a format that conformed to my naming standards. I recently addressed this by developing my workflow a little and creating something new in the process.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-23-build.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 23 Nov 2021 22:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-23-build.png"><br><br><p>When I am writing blog posts for this web site, I frequently need to take screenshots on my Mac and put them into the relevant assets directory to enable them to be included in my post. While I had a way of doing this that was relatively quick and easy, I found that I always needed to subsequently rename the screenshot to something meaningful and in a format that conformed to my naming standards. I recently addressed this by developing my workflow a little and creating something new in the process.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/23/automating-adding-screenshots-to-blog-posts</guid>
		</item>
		
		<item>
			<title>Drafts - Transcluding Drafts</title>
			<link>https://www.thoughtasylum.com/2021/11/20/drafts-transcluding-drafts/</link>
			<description><![CDATA[<p>Over the past year or two, transclusion is a topic that has come up several times in the Drafts forum, particularly in the context of other apps for personal knowledge management (PKM), such as Obsidian, Roam Research and Logseq to name just a few. In this post I’m going to talk a little about what transclusion is and how you can include some of the functionality in Drafts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-20-embed.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 20 Nov 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-20-embed.png"><br><br><p>Over the past year or two, transclusion is a topic that has come up several times in the Drafts forum, particularly in the context of other apps for personal knowledge management (PKM), such as Obsidian, Roam Research and Logseq to name just a few. In this post I’m going to talk a little about what transclusion is and how you can include some of the functionality in Drafts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/20/drafts-transcluding-drafts</guid>
		</item>
		
		<item>
			<title>H2 2021 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2021/11/19/h2-2021-successfactors-ecsc/</link>
			<description><![CDATA[<p>With the seasons changing again, it is time to take another look at the developments in SAP SuccessFactors. In this post, I am taking my regular dive into what is new with one of SAP’s less well known SuccessFactors solutions, Employee Central Service Centre (ECSC).</p>

<p>For those who are unfamiliar with ECSC, it is an HR service desk solution. It provides a back-office system to allow HR service agents to process and manage tickets raised by employees. Employees can submit tickets by telephone, e-mail, text chat or via a web portal. The solution is built on SuccessFactors Employee Central for the employee information and the service functionality of SAP Cloud for Customer (C4C) for ticket processing. An SAP Business Technology Platform (BTP) application known as Ask HR provides the employee web portal.</p>

<p>In this release, we will look at the usual updates in C4C and Ask HR that affect ECSC users, but I am also going to take a slight diversion to discuss the direction of SAP’s development of C4C that will no doubt have an impact as to how ECSC will develop.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-19-ecsc.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 19 Nov 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-19-ecsc.jpg"><br><br><p>With the seasons changing again, it is time to take another look at the developments in SAP SuccessFactors. In this post, I am taking my regular dive into what is new with one of SAP’s less well known SuccessFactors solutions, Employee Central Service Centre (ECSC).</p>

<p>For those who are unfamiliar with ECSC, it is an HR service desk solution. It provides a back-office system to allow HR service agents to process and manage tickets raised by employees. Employees can submit tickets by telephone, e-mail, text chat or via a web portal. The solution is built on SuccessFactors Employee Central for the employee information and the service functionality of SAP Cloud for Customer (C4C) for ticket processing. An SAP Business Technology Platform (BTP) application known as Ask HR provides the employee web portal.</p>

<p>In this release, we will look at the usual updates in C4C and Ask HR that affect ECSC users, but I am also going to take a slight diversion to discuss the direction of SAP’s development of C4C that will no doubt have an impact as to how ECSC will develop.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/19/h2-2021-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Drafts Syntax Development Tip</title>
			<link>https://www.thoughtasylum.com/2021/11/13/drafts-syntax-development-tip/</link>
			<description><![CDATA[<p>Earlier this year, <a href="https://getdrafts.com">Drafts</a> version 26 was released with support for <a href="https://forums.getdrafts.com/t/drafts-26-released-custom-syntax-themes/10072">custom syntaxes and themes</a>. Syntaxes are used within the Drafts editor to specify the look and in-app behaviours of the content.  Themes are used within the Drafts editor to specify how the editor interface is displayed. The two work closely together.</p>

<p>For example you may have a syntax for lists where the syntax is configured to allow you to toggle a single character check mark at the end of a line. The theme could then specify what colour a checked line is and what colour an unchecked line is.</p>

<p>I have been experimenting in a bit more depth with this functionality over the last couple of months, and I want to share a little tip I have been using in speeding up my theme development process.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-13-accelerate.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 13 Nov 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-13-accelerate.png"><br><br><p>Earlier this year, <a href="https://getdrafts.com">Drafts</a> version 26 was released with support for <a href="https://forums.getdrafts.com/t/drafts-26-released-custom-syntax-themes/10072">custom syntaxes and themes</a>. Syntaxes are used within the Drafts editor to specify the look and in-app behaviours of the content.  Themes are used within the Drafts editor to specify how the editor interface is displayed. The two work closely together.</p>

<p>For example you may have a syntax for lists where the syntax is configured to allow you to toggle a single character check mark at the end of a line. The theme could then specify what colour a checked line is and what colour an unchecked line is.</p>

<p>I have been experimenting in a bit more depth with this functionality over the last couple of months, and I want to share a little tip I have been using in speeding up my theme development process.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/13/drafts-syntax-development-tip</guid>
		</item>
		
		<item>
			<title>Alfred Workflow - Bypass for Shortcuts</title>
			<link>https://www.thoughtasylum.com/2021/11/12/alfred-workflow-bypass-for-shortcuts/</link>
			<description><![CDATA[<p>I recently updated my Macbook Pro to macOS Monterey, and with it I got access to running Shortcuts on the Mac. Being a long time power user of Shortcuts, all the way back to the first release of Workflow, it was quite exciting to get my hands on the app. I’ve been enjoying experimenting with it, but I decided I needed to improve the accessibility. Enter one of my favourite Mac apps, <a href="https://www.alfredapp.com">Alfred</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-12-bypass.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 12 Nov 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-11-12-bypass.png"><br><br><p>I recently updated my Macbook Pro to macOS Monterey, and with it I got access to running Shortcuts on the Mac. Being a long time power user of Shortcuts, all the way back to the first release of Workflow, it was quite exciting to get my hands on the app. I’ve been enjoying experimenting with it, but I decided I needed to improve the accessibility. Enter one of my favourite Mac apps, <a href="https://www.alfredapp.com">Alfred</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/11/12/alfred-workflow-bypass-for-shortcuts</guid>
		</item>
		
		<item>
			<title>Mermaid Publishing Tip</title>
			<link>https://www.thoughtasylum.com/2021/10/23/mermaid-publishing-tip/</link>
			<description><![CDATA[<p><a href="https://mermaid-js.github.io/mermaid/#/">Mermaid</a> is a popular web-based diagramming tool that allows you to generate a variety of visualisations based on sets of text instructions that tell Mermaid how to generate the diagram.  I’ve been using it for a little while to generate relatively simple flow diagrams that I need to build out iteratively or require regular updates. This is because once I have the structure in place it is often much quicker for me to add an instruction to change such a diagram than it is for me to rework a diagram in a visual editor.</p>

<p>I recently used some Mermaid generated diagrams in a post on this site, and I’m going to share a tip for a challenge I encountered.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-10-23-mermaid.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 23 Oct 2021 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-10-23-mermaid.png"><br><br><p><a href="https://mermaid-js.github.io/mermaid/#/">Mermaid</a> is a popular web-based diagramming tool that allows you to generate a variety of visualisations based on sets of text instructions that tell Mermaid how to generate the diagram.  I’ve been using it for a little while to generate relatively simple flow diagrams that I need to build out iteratively or require regular updates. This is because once I have the structure in place it is often much quicker for me to add an instruction to change such a diagram than it is for me to rework a diagram in a visual editor.</p>

<p>I recently used some Mermaid generated diagrams in a post on this site, and I’m going to share a tip for a challenge I encountered.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/10/23/mermaid-publishing-tip</guid>
		</item>
		
		<item>
			<title>Automating Your Obsidian Workspace</title>
			<link>https://www.thoughtasylum.com/2021/09/12/automating-your-obsidian-workspace/</link>
			<description><![CDATA[<p><a href="https://obsidian.md">Obsidian</a> is a popular tool for managing notes in Markdown format. It is cross-platform, uses files direct from a file system location, and has some rather useful features, including a range of plugins created by the developers and the wider community. In this post I am going to walk you through how I have used some of the community plugins to give me better control over a feature known as workspaces.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-09-12-workspace-maker.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Sep 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-09-12-workspace-maker.png"><br><br><p><a href="https://obsidian.md">Obsidian</a> is a popular tool for managing notes in Markdown format. It is cross-platform, uses files direct from a file system location, and has some rather useful features, including a range of plugins created by the developers and the wider community. In this post I am going to walk you through how I have used some of the community plugins to give me better control over a feature known as workspaces.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/09/12/automating-your-obsidian-workspace</guid>
		</item>
		
		<item>
			<title>Using Keyboard Maestro to Bridge URL Calls to Alfred Workflows</title>
			<link>https://www.thoughtasylum.com/2021/08/31/using-keyboard-maestro-to-bridge-url-calls-to-alfred-workflows/</link>
			<description><![CDATA[<p>Recently I was working on an update to an Alfred workflow, and at triggering the workflow from another application. Alfred supports AppleScript, but I was curious to note that it didn’t seem to support triggering workflows with its URL scheme (<code class="language-plaintext highlighter-rouge">alfred://</code>); or at least I couldn’t find any documentation to say that a workflow could be triggered this way.  Not everything can work with AppleScript directly, but hyperlinks are far more commonplace. To that end, I came up with the idea of using Keyboard Maestro to bridge the gap.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-08-31-bridge.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 31 Aug 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-08-31-bridge.jpg"><br><br><p>Recently I was working on an update to an Alfred workflow, and at triggering the workflow from another application. Alfred supports AppleScript, but I was curious to note that it didn’t seem to support triggering workflows with its URL scheme (<code class="language-plaintext highlighter-rouge">alfred://</code>); or at least I couldn’t find any documentation to say that a workflow could be triggered this way.  Not everything can work with AppleScript directly, but hyperlinks are far more commonplace. To that end, I came up with the idea of using Keyboard Maestro to bridge the gap.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/08/31/using-keyboard-maestro-to-bridge-url-calls-to-alfred-workflows</guid>
		</item>
		
		<item>
			<title>The Basics of Templater for Obsidian</title>
			<link>https://www.thoughtasylum.com/2021/07/24/the-basics-of-templater-for-obsidian/</link>
			<description><![CDATA[<p>The personal knowledge management application <a href="https://obsidian.md">Obsidian</a> has a built in templating system that allows you to insert boiler plate text into an Obsidian note. While it is entirely functional, the Obsidian community is full of talented developers, and through its plugin architecture, a templating plugin surfaced that provided considerably more functionality than the core plugin. I <a href="/2021/07/10/automation-with-templater-for-obsidian/">recently posted</a> about one of the more advanced uses for this plugin, and was contacted by one of my readers to note that I had not actually explained how to use templating. In this post, I’m going to attempt to address that omission.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-24-cutter.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Jul 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-24-cutter.png"><br><br><p>The personal knowledge management application <a href="https://obsidian.md">Obsidian</a> has a built in templating system that allows you to insert boiler plate text into an Obsidian note. While it is entirely functional, the Obsidian community is full of talented developers, and through its plugin architecture, a templating plugin surfaced that provided considerably more functionality than the core plugin. I <a href="/2021/07/10/automation-with-templater-for-obsidian/">recently posted</a> about one of the more advanced uses for this plugin, and was contacted by one of my readers to note that I had not actually explained how to use templating. In this post, I’m going to attempt to address that omission.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/07/24/the-basics-of-templater-for-obsidian</guid>
		</item>
		
		<item>
			<title>Adapting to Post-Pandemic Learning Practices</title>
			<link>https://www.thoughtasylum.com/2021/07/12/adapting-to-post-pandemic-learning-practices/</link>
			<description><![CDATA[<p>During 2020/2021, the world has seen significant changes in how we have lived our lives. Most of us have spent a lot more time indoors. Many of us have also spent a lot more time away from friends, family, and colleagues. On the whole, we have been leading a more isolated existence.</p>

<p>Organisations have been supporting employees in these situations through remote working practices and collaborative technologies. There has been a pronounced increase in video calls, replacing face-to-face meetings and even many telephone calls. Chats over messenger solutions have replaced water cooler and cross-desk conversations. Thrust into a new world of remote work, somehow, everyone just about managed to keep up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-12-education.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 12 Jul 2021 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-12-education.jpg"><br><br><p>During 2020/2021, the world has seen significant changes in how we have lived our lives. Most of us have spent a lot more time indoors. Many of us have also spent a lot more time away from friends, family, and colleagues. On the whole, we have been leading a more isolated existence.</p>

<p>Organisations have been supporting employees in these situations through remote working practices and collaborative technologies. There has been a pronounced increase in video calls, replacing face-to-face meetings and even many telephone calls. Chats over messenger solutions have replaced water cooler and cross-desk conversations. Thrust into a new world of remote work, somehow, everyone just about managed to keep up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/07/12/adapting-to-post-pandemic-learning-practices</guid>
		</item>
		
		<item>
			<title>Automation with Templater for Obsidian</title>
			<link>https://www.thoughtasylum.com/2021/07/10/automation-with-templater-for-obsidian/</link>
			<description><![CDATA[<p>Obsidian is my current personal knowledge management tool of choice. The primary reason for this is undoubtedly because it utilises plain text Markdown files, which gives me flexibility for the future, and access to easily process notes using any other text processing tool of choice. A second factor is the range of plugins available for the application. One of my absolute favourites is <em>Templater</em>, a plugin for templating within Obsidian, and I’m going to explain in this post one of the ways I use it to automate my use of Obsidian.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-10-everything-is-connected.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 10 Jul 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-10-everything-is-connected.png"><br><br><p>Obsidian is my current personal knowledge management tool of choice. The primary reason for this is undoubtedly because it utilises plain text Markdown files, which gives me flexibility for the future, and access to easily process notes using any other text processing tool of choice. A second factor is the range of plugins available for the application. One of my absolute favourites is <em>Templater</em>, a plugin for templating within Obsidian, and I’m going to explain in this post one of the ways I use it to automate my use of Obsidian.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/07/10/automation-with-templater-for-obsidian</guid>
		</item>
		
		<item>
			<title>I Do Not Use Zettelkasten</title>
			<link>https://www.thoughtasylum.com/2021/07/03/i-do-not-use-zettelkasten/</link>
			<description><![CDATA[<p>Zettelkasten has quite a buzz about it these days. It is a process popularised, and arguably pioneered by German sociologist Niklas Luhmann. It is a powerful system, that in Luhmann’s view acted as a companion for him for in terms of being able to structure and manage the knowledge and insights he accumulated. With the rise of personal knowledge management systems (PKM) in the 2000’s, the methodology has taken on an almost mythical status. A panacea for all your knowledge needs. Why am I not making use of it then?</p>

<p>This is the question I’ve found myself pondering quite a lot over the last year or two. It is a proven approach for yielding some amazing results. It’s structured way of working is right up my street. Its makes sense that I would be all in on Zettelkasten. But I am not.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-03-knowledge.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 03 Jul 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-07-03-knowledge.jpg"><br><br><p>Zettelkasten has quite a buzz about it these days. It is a process popularised, and arguably pioneered by German sociologist Niklas Luhmann. It is a powerful system, that in Luhmann’s view acted as a companion for him for in terms of being able to structure and manage the knowledge and insights he accumulated. With the rise of personal knowledge management systems (PKM) in the 2000’s, the methodology has taken on an almost mythical status. A panacea for all your knowledge needs. Why am I not making use of it then?</p>

<p>This is the question I’ve found myself pondering quite a lot over the last year or two. It is a proven approach for yielding some amazing results. It’s structured way of working is right up my street. Its makes sense that I would be all in on Zettelkasten. But I am not.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/07/03/i-do-not-use-zettelkasten</guid>
		</item>
		
		<item>
			<title>Safari Tab Groups</title>
			<link>https://www.thoughtasylum.com/2021/06/27/safari-tab-groups/</link>
			<description><![CDATA[<p>One of the new features in the new Apple beta OS releases that people seemed to have had some confusion about are Tab Groups. This is a way that users will be able to store sets of tabs for later loading. I have a brief theory I’d like to share about the use of this feature.</p>

<p>The consensus I have seen seems to be that this is just another way of bookmarking. Many people have noted that they don’t see a particular use for it as on the desktop Safari handles tabs and windows well enough that you can just have multiple windows open with different sets of work.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-06-27-group.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Jun 2021 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-06-27-group.jpg"><br><br><p>One of the new features in the new Apple beta OS releases that people seemed to have had some confusion about are Tab Groups. This is a way that users will be able to store sets of tabs for later loading. I have a brief theory I’d like to share about the use of this feature.</p>

<p>The consensus I have seen seems to be that this is just another way of bookmarking. Many people have noted that they don’t see a particular use for it as on the desktop Safari handles tabs and windows well enough that you can just have multiple windows open with different sets of work.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/06/27/safari-tab-groups</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Titling Revisited</title>
			<link>https://www.thoughtasylum.com/2021/06/26/keyboard-maestro-titling-revisited/</link>
			<description><![CDATA[<p>Last year I published a post about how I was using Keyboard Maestro along with a Python script that accesses <a href="https://titlecaseconverter.com">titlecaseconverter.com</a> to convert titles into a specified style. Unfortunately, I think there was a change at the site level that started causing issues for me either last year, or earlier this year. As a result I ended up taking the existing Python code, simplifying it for my own specific needs and tweaking it for the issue I was experiencing. In today’s post I’m going to quickly share the update.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-06-26-t.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Jun 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-06-26-t.png"><br><br><p>Last year I published a post about how I was using Keyboard Maestro along with a Python script that accesses <a href="https://titlecaseconverter.com">titlecaseconverter.com</a> to convert titles into a specified style. Unfortunately, I think there was a change at the site level that started causing issues for me either last year, or earlier this year. As a result I ended up taking the existing Python code, simplifying it for my own specific needs and tweaking it for the issue I was experiencing. In today’s post I’m going to quickly share the update.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/06/26/keyboard-maestro-titling-revisited</guid>
		</item>
		
		<item>
			<title>Zalaris Review: SAP SuccessFactors H1 2021</title>
			<link>https://www.thoughtasylum.com/2021/05/23/zalaris-review-sap-successfactors-h1-2021/</link>
			<description><![CDATA[<p>Last week, Zalaris published the bi-annual set of articles reviewing the details of the upcoming SuccessFactors release. These updates are already in preview systems, and most customers I expect are busy examining the options that they might like to take advantage of and looking for ways in which they can optimise their use of SuccessFactors.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-23-city.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 23 May 2021 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-23-city.jpg"><br><br><p>Last week, Zalaris published the bi-annual set of articles reviewing the details of the upcoming SuccessFactors release. These updates are already in preview systems, and most customers I expect are busy examining the options that they might like to take advantage of and looking for ways in which they can optimise their use of SuccessFactors.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/05/23/zalaris-review-sap-successfactors-h1-2021</guid>
		</item>
		
		<item>
			<title>H1 2021 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2021/05/22/h1-2021-successfactors-ecsc/</link>
			<description><![CDATA[<p>For me, 2021 has been a busy year to date. Shifting priorities meant that while I took stock of the Q1 updates in Cloud for Customer for Employee Central Service Centre, I never quite managed to get a full article ready for publishing. To that end, I will incorporate details of both the Q1 and Q2 Cloud for Customer updates into this article.</p>

<p>What can you look forward to then? Well, SAP has described its approach to service in 2021 as one of modernisation and innovation. One in which they are seeking to improve not only the end-to-end processes, but also the usability of the systems.</p>

<p>Let us look at how SAP has fared to date against these aspirations.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-22-ecsc.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 22 May 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-22-ecsc.jpg"><br><br><p>For me, 2021 has been a busy year to date. Shifting priorities meant that while I took stock of the Q1 updates in Cloud for Customer for Employee Central Service Centre, I never quite managed to get a full article ready for publishing. To that end, I will incorporate details of both the Q1 and Q2 Cloud for Customer updates into this article.</p>

<p>What can you look forward to then? Well, SAP has described its approach to service in 2021 as one of modernisation and innovation. One in which they are seeking to improve not only the end-to-end processes, but also the usability of the systems.</p>

<p>Let us look at how SAP has fared to date against these aspirations.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/05/22/h1-2021-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Alfred Workflow - Search Link</title>
			<link>https://www.thoughtasylum.com/2021/05/21/alfred-workflow-search-link/</link>
			<description><![CDATA[<p>For anyone using a Mac for an extended period of time and looking for ways to do things better, the chances are that you will have come across the name <a href="https://brettterpstra.com">Brett Terpstra</a>.  Brett is a creative guy who shares a lot of the things he makes that help make life on the Mac that bit easier. Something I  am totally on board with, taking a similar approach myself across the platforms I deal with.  A few days ago Brett updated one of his tools, and one that I use regularly. A tool called Search Link. I figured this might be a good time to publish a small <a href="https://alfredapp.com">Alfred</a> workflow I have for working with Search Link.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-21-sl.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 21 May 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-05-21-sl.png"><br><br><p>For anyone using a Mac for an extended period of time and looking for ways to do things better, the chances are that you will have come across the name <a href="https://brettterpstra.com">Brett Terpstra</a>.  Brett is a creative guy who shares a lot of the things he makes that help make life on the Mac that bit easier. Something I  am totally on board with, taking a similar approach myself across the platforms I deal with.  A few days ago Brett updated one of his tools, and one that I use regularly. A tool called Search Link. I figured this might be a good time to publish a small <a href="https://alfredapp.com">Alfred</a> workflow I have for working with Search Link.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/05/21/alfred-workflow-search-link</guid>
		</item>
		
		<item>
			<title>Alfred Workflow - Drafts</title>
			<link>https://www.thoughtasylum.com/2021/04/22/alfred-workflow-drafts/</link>
			<description><![CDATA[<p>Building on my recent spate of <a href="https://alfredapp.com">Alfred</a> workflow posts, it’s time to share my most complex workflow to date, and it is for one of my favourite applications, <a href="https://getdrafts.com">Drafts</a>. As you might know I do quite a lot with Drafts, and I’m really excited to share what I’ve come up with as a 1.0 workflow. It might be a bit more than you expect, and it is certainly far more than I had expected!</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-04-22-doctor-drafts-logo.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 22 Apr 2021 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-04-22-doctor-drafts-logo.png"><br><br><p>Building on my recent spate of <a href="https://alfredapp.com">Alfred</a> workflow posts, it’s time to share my most complex workflow to date, and it is for one of my favourite applications, <a href="https://getdrafts.com">Drafts</a>. As you might know I do quite a lot with Drafts, and I’m really excited to share what I’ve come up with as a 1.0 workflow. It might be a bit more than you expect, and it is certainly far more than I had expected!</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/04/22/alfred-workflow-drafts</guid>
		</item>
		
		<item>
			<title>Alfred Workflow - Keyboard Maestro</title>
			<link>https://www.thoughtasylum.com/2021/03/23/alfred-workflow-keyboard-maestro/</link>
			<description><![CDATA[<p>If you speak to anyone who more than dabbles in automation on macOS, <a href="https://keyboardmaestro.com">Keyboard Maestro</a> is almost certainly going to be a utility that gets mentioned. I’m certainly no stranger to the application and have been using it for over a decade to manage a large proportion of my Mac automations. But when you invest like that, you do tend to build up a large set of macros and having memorable ways to access them with short codes, hot keys, gestures, palettes, etc. can become a little overwhelming.  I’m personally much better at remembering parts of the names and so searching an index of the available macros helps me with the ones I don’t have in regular circulation, and that’s what today’s <a href="https://alfredapp.com">Alfred</a> workflow enables.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-03-23-conductor.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 23 Mar 2021 06:30:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-03-23-conductor.png"><br><br><p>If you speak to anyone who more than dabbles in automation on macOS, <a href="https://keyboardmaestro.com">Keyboard Maestro</a> is almost certainly going to be a utility that gets mentioned. I’m certainly no stranger to the application and have been using it for over a decade to manage a large proportion of my Mac automations. But when you invest like that, you do tend to build up a large set of macros and having memorable ways to access them with short codes, hot keys, gestures, palettes, etc. can become a little overwhelming.  I’m personally much better at remembering parts of the names and so searching an index of the available macros helps me with the ones I don’t have in regular circulation, and that’s what today’s <a href="https://alfredapp.com">Alfred</a> workflow enables.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/03/23/alfred-workflow-keyboard-maestro</guid>
		</item>
		
		<item>
			<title>Alfred Workflow - Amphetamine App</title>
			<link>https://www.thoughtasylum.com/2021/03/22/alfred-workflow-amphetamine-app/</link>
			<description><![CDATA[<p>Recently I’ve been working on smartening up some of my personal workflows for <a href="https://www.alfredapp.com">Alfred</a>, the launcher application for macOS. I’ve been a long time user of Alfred and while <a href="/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote/">I created a popular workflow for working with Evernote back in it’s early days</a>, I’ve not posted something about Alfred for the best part of a decade. This seems ridiculous to me given how often I use it and how embedded it is in so much of the way I work on my Mac.</p>

<p>The time is long overdue to put change that and I have several workflows to share in the not too distant future. Today, I’ll be starting off with one of my simpler workflows, but one that I use regularly. It is one to control the Mac app known as Amphetamine.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-03-22-dose.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 22 Mar 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-03-22-dose.png"><br><br><p>Recently I’ve been working on smartening up some of my personal workflows for <a href="https://www.alfredapp.com">Alfred</a>, the launcher application for macOS. I’ve been a long time user of Alfred and while <a href="/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote/">I created a popular workflow for working with Evernote back in it’s early days</a>, I’ve not posted something about Alfred for the best part of a decade. This seems ridiculous to me given how often I use it and how embedded it is in so much of the way I work on my Mac.</p>

<p>The time is long overdue to put change that and I have several workflows to share in the not too distant future. Today, I’ll be starting off with one of my simpler workflows, but one that I use regularly. It is one to control the Mac app known as Amphetamine.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/03/22/alfred-workflow-amphetamine-app</guid>
		</item>
		
		<item>
			<title>Drafts ThoughtAsylum Action Groups Updating</title>
			<link>https://www.thoughtasylum.com/2021/02/28/drafts-thoughtasylum-action-groups-updating/</link>
			<description><![CDATA[<p>After my appearance on <a href="/2021/02/20/automators-68-guest/">the Automators</a> podcast, there was a pleasant boost in interest in the <a href="/taagd/">ThoughtAsylum Action Group Suite for Drafts</a>. One of the things that came out of this was people wanting to have a way for the underlying <a href="https://tadpole.thoughtasylum.com">ThoughtAsylum Drafts Library</a> (TADpoLe) to be automatically updated.  In this post I’m going to talk about the solution I’ve come up with and the approach taken.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-02-28-automated.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Feb 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-02-28-automated.jpg"><br><br><p>After my appearance on <a href="/2021/02/20/automators-68-guest/">the Automators</a> podcast, there was a pleasant boost in interest in the <a href="/taagd/">ThoughtAsylum Action Group Suite for Drafts</a>. One of the things that came out of this was people wanting to have a way for the underlying <a href="https://tadpole.thoughtasylum.com">ThoughtAsylum Drafts Library</a> (TADpoLe) to be automatically updated.  In this post I’m going to talk about the solution I’ve come up with and the approach taken.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/02/28/drafts-thoughtasylum-action-groups-updating</guid>
		</item>
		
		<item>
			<title>Automators Episode 68 - Guest</title>
			<link>https://www.thoughtasylum.com/2021/02/20/automators-68-guest/</link>
			<description><![CDATA[<p>Towards the end of 2020 I was caught by surprise and asked to appear as a guest on one of my favourite podcasts; Automators from <a href="https://relay.fm">Relay.fm</a>. As the name implies, this is a podcast about automation, and is very much based around end-user personal automation rather than larger business and enterprise automations. Having never been on a podcast before, I took the plunge and accepted.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-02-20-automators-artwork.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 20 Feb 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-02-20-automators-artwork.png"><br><br><p>Towards the end of 2020 I was caught by surprise and asked to appear as a guest on one of my favourite podcasts; Automators from <a href="https://relay.fm">Relay.fm</a>. As the name implies, this is a podcast about automation, and is very much based around end-user personal automation rather than larger business and enterprise automations. Having never been on a podcast before, I took the plunge and accepted.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/02/20/automators-68-guest</guid>
		</item>
		
		<item>
			<title>New from Clipboard in Pixelmator Pro</title>
			<link>https://www.thoughtasylum.com/2021/01/20/new-from-clipboard-in-pixelmator-pro/</link>
			<description><![CDATA[<p>This is a brief post that addresses an obstacle I find myself coming across quite frequently when I’m working with images on my Mac.  While I use several image manipulation apps for various purposes and levels of work, Pixelmator Pro is my daily driver. One thing I find overly complex however is getting a clipboard image into the app as a new image.  There’s just a couple two many manual navigation bits that in many other apps is a simple key press. But there’s a simple solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-20-keypress.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 20 Jan 2021 06:30:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-20-keypress.jpg"><br><br><p>This is a brief post that addresses an obstacle I find myself coming across quite frequently when I’m working with images on my Mac.  While I use several image manipulation apps for various purposes and levels of work, Pixelmator Pro is my daily driver. One thing I find overly complex however is getting a clipboard image into the app as a new image.  There’s just a couple two many manual navigation bits that in many other apps is a simple key press. But there’s a simple solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/01/20/new-from-clipboard-in-pixelmator-pro</guid>
		</item>
		
		<item>
			<title>Capturing for Obsidian Using Drafts and GitHub</title>
			<link>https://www.thoughtasylum.com/2021/01/18/capturing-for-obsidian-using-drafts-and-github/</link>
			<description><![CDATA[<p>I’ve been a long time user of Markdown and have found it a convenient format in which to capture notes and documentation day to day. Utilising Markdown opens up a wealth of options for me in terms of capturing and processing content.  I’ve been using <a href="https://obsidian.md">Obsidian</a> for a while as a repository for notes and I’ve been expanding my use into some new vaults recently, but as a cross-platform user I’ve been limited in my ability to easily capture thoughts when away from my desk. Until now. Now I have a solution that allows me to easily capture using <a href="https://getdrafts.com">Drafts</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-18-sync.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 18 Jan 2021 06:30:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-18-sync.png"><br><br><p>I’ve been a long time user of Markdown and have found it a convenient format in which to capture notes and documentation day to day. Utilising Markdown opens up a wealth of options for me in terms of capturing and processing content.  I’ve been using <a href="https://obsidian.md">Obsidian</a> for a while as a repository for notes and I’ve been expanding my use into some new vaults recently, but as a cross-platform user I’ve been limited in my ability to easily capture thoughts when away from my desk. Until now. Now I have a solution that allows me to easily capture using <a href="https://getdrafts.com">Drafts</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/01/18/capturing-for-obsidian-using-drafts-and-github</guid>
		</item>
		
		<item>
			<title>Bear Integration with Drafts</title>
			<link>https://www.thoughtasylum.com/2021/01/17/bear-integration-with-drafts/</link>
			<description><![CDATA[<p>Late last year, I got involved in <a href="https://forums.getdrafts.com/t/mac-bear-retrieve-tags-and-send/9328?u=sylumer">a discussion on the Drafts forum about resolving an issue with a Bear action that was a little outdated</a>, and more recently in an ongoing thread about <a href="https://forums.getdrafts.com/t/how-to-preserve-create-time-and-modification-time-while-importing/6782/6">importing content from Bear into Drafts</a>.  Through looking at these, my interest was piqued and I decided to have a look at adding some Bear integration into the ThoughtAsylum Library for Drafts , TADpoLe.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-17-bear-laptop.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 17 Jan 2021 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2021/2021-01-17-bear-laptop.jpg"><br><br><p>Late last year, I got involved in <a href="https://forums.getdrafts.com/t/mac-bear-retrieve-tags-and-send/9328?u=sylumer">a discussion on the Drafts forum about resolving an issue with a Bear action that was a little outdated</a>, and more recently in an ongoing thread about <a href="https://forums.getdrafts.com/t/how-to-preserve-create-time-and-modification-time-while-importing/6782/6">importing content from Bear into Drafts</a>.  Through looking at these, my interest was piqued and I decided to have a look at adding some Bear integration into the ThoughtAsylum Library for Drafts , TADpoLe.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2021/01/17/bear-integration-with-drafts</guid>
		</item>
		
		<item>
			<title>Drafts Diagnostic Action</title>
			<link>https://www.thoughtasylum.com/2020/12/26/drafts-diagnostic-action/</link>
			<description><![CDATA[<p>As a passionate user of the <a href="https://getdrafts.com">Drafts app by AgileTortoise</a>, I usually spend at least some time each day on the <a href="https://forums.getdrafts.com">Drafts forums</a> catching up on the latest news and discussions, and helping other users with their queries where I can.  Sometimes that help requires a few iterations of questions, tests and reviews.  At times people can struggle as to what it is they are looking for. Recently I gave some consideration as to what I could do to speed up the process and help people provide pertinent information faster.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-12-26-drafts-check.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Dec 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-12-26-drafts-check.jpg"><br><br><p>As a passionate user of the <a href="https://getdrafts.com">Drafts app by AgileTortoise</a>, I usually spend at least some time each day on the <a href="https://forums.getdrafts.com">Drafts forums</a> catching up on the latest news and discussions, and helping other users with their queries where I can.  Sometimes that help requires a few iterations of questions, tests and reviews.  At times people can struggle as to what it is they are looking for. Recently I gave some consideration as to what I could do to speed up the process and help people provide pertinent information faster.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/12/26/drafts-diagnostic-action</guid>
		</item>
		
		<item>
			<title>Stream Deck Icon Generator</title>
			<link>https://www.thoughtasylum.com/2020/12/24/stream-deck-icon-generator/</link>
			<description><![CDATA[<p>I am an avid creator of Shortcuts on Apple’s iPhone and iPad devices, and also of Elgato’s Stream Deck hardware that provides me with additional dynamic trigger buttons to use on both my personal Mac and my work PC. I personally make use of a lot of text-based identifiers for content on my Stream Deck, but in other areas I revert to meaningful pictograms. <a href="/2020/01/12/stream-deck-icons/">I posted earlier this year about a number of repositories that would give you over 3,800 icons for use with your Stream Deck</a>. But I’ve moved on a little from that.</p>

<p>I would like to explain how I am now generating icons using Apple’s Shortcuts app, that I can then use with my Stream Deck, Shortcuts (on device home pages), or in fact, any other place I would like to use a set of icons.  From the variety of icon glyphs available, and the colour combinations, it works out as a possible 478,507 Billion icons, though admittedly not every colour combination would work. Still I think there must be several billion options that would, which is likely to cover many user’s day-to-day needs.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-12-24-random-icon-collage.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 24 Dec 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-12-24-random-icon-collage.png"><br><br><p>I am an avid creator of Shortcuts on Apple’s iPhone and iPad devices, and also of Elgato’s Stream Deck hardware that provides me with additional dynamic trigger buttons to use on both my personal Mac and my work PC. I personally make use of a lot of text-based identifiers for content on my Stream Deck, but in other areas I revert to meaningful pictograms. <a href="/2020/01/12/stream-deck-icons/">I posted earlier this year about a number of repositories that would give you over 3,800 icons for use with your Stream Deck</a>. But I’ve moved on a little from that.</p>

<p>I would like to explain how I am now generating icons using Apple’s Shortcuts app, that I can then use with my Stream Deck, Shortcuts (on device home pages), or in fact, any other place I would like to use a set of icons.  From the variety of icon glyphs available, and the colour combinations, it works out as a possible 478,507 Billion icons, though admittedly not every colour combination would work. Still I think there must be several billion options that would, which is likely to cover many user’s day-to-day needs.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/12/24/stream-deck-icon-generator</guid>
		</item>
		
		<item>
			<title>Drafts Actions Keyboard Shortcuts Audit</title>
			<link>https://www.thoughtasylum.com/2020/11/17/drafts-actions-keyboard-shortcuts-audit/</link>
			<description><![CDATA[<p>As you may already know, the <a href="https://getdrafts.com">Drafts</a> app by AgileTortoise is a highly flexible application, and through it’s actions functionality, it effectively provides a framework through which to create customisable operations such as those you might find with plug-ins on desktop only applications.</p>

<p>One of the features of the actions is that you can tie them to particular keyboard shortcut combinations. But what isn’t quite so easy is the auditing of those keyboard shortcuts, and a number of people on the <a href="https://forums.getdrafts.com">Drafts forums</a> voiced their desire to have something to do this.  To that end, I created a way to do this.</p>

<p>How? By using an action of course!</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-17-keyboard-keys.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 17 Nov 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-17-keyboard-keys.jpg"><br><br><p>As you may already know, the <a href="https://getdrafts.com">Drafts</a> app by AgileTortoise is a highly flexible application, and through it’s actions functionality, it effectively provides a framework through which to create customisable operations such as those you might find with plug-ins on desktop only applications.</p>

<p>One of the features of the actions is that you can tie them to particular keyboard shortcut combinations. But what isn’t quite so easy is the auditing of those keyboard shortcuts, and a number of people on the <a href="https://forums.getdrafts.com">Drafts forums</a> voiced their desire to have something to do this.  To that end, I created a way to do this.</p>

<p>How? By using an action of course!</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/11/17/drafts-actions-keyboard-shortcuts-audit</guid>
		</item>
		
		<item>
			<title>Zalaris Review: SAP SuccessFactors 2H 2020</title>
			<link>https://www.thoughtasylum.com/2020/11/16/zalaris-review-sap-successfactors-2h-2020/</link>
			<description><![CDATA[<p>For the past week, Zalaris has been publishing its usual series of articles to cover the upcoming SuccessFactors release.  The updates are already in preview systems and are set for release into production systems over the weekend of 20 November 2020.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-16-city.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 16 Nov 2020 06:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-16-city.jpg"><br><br><p>For the past week, Zalaris has been publishing its usual series of articles to cover the upcoming SuccessFactors release.  The updates are already in preview systems and are set for release into production systems over the weekend of 20 November 2020.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/11/16/zalaris-review-sap-successfactors-2h-2020</guid>
		</item>
		
		<item>
			<title>2H 2020 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2020/11/15/2h-2020-successfactors-ecsc/</link>
			<description><![CDATA[<p>As 2020 closes out, SAP brings a final instalment of SuccessFactors updates, and Employee Central Service Centre (ECSC) carries with it, numerous tweaks and more than a few new features. In this article, I will guide you through changes for service agents, administrators, and employees, as well as a few additional areas of interest.</p>

<p>I will also highlight a few things we can expect to see in 2021 and perhaps even suggest a few things I would like to see next year.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-15-ecsc.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 15 Nov 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-15-ecsc.png"><br><br><p>As 2020 closes out, SAP brings a final instalment of SuccessFactors updates, and Employee Central Service Centre (ECSC) carries with it, numerous tweaks and more than a few new features. In this article, I will guide you through changes for service agents, administrators, and employees, as well as a few additional areas of interest.</p>

<p>I will also highlight a few things we can expect to see in 2021 and perhaps even suggest a few things I would like to see next year.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/11/15/2h-2020-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>ThoughtAsylum Suite for Drafts on Podcasts</title>
			<link>https://www.thoughtasylum.com/2020/11/08/thoughtasylum-suite-for-drafts-on-podcasts/</link>
			<description><![CDATA[<p>It’s really rewarding when people get some benefit from the things that I’ve shared.  It is even better when they choose to share that on through their own channels.  I’ve noticed over the past month or so that my ThoughtAsylum Action Suite for Drafts has been garnering a bit of coverage recently on some podcasts which was a nice surprise when you happen to be listening along and hear something you created given a positive mention and review.</p>

<p>I’ve collated the episodes and rough timings for anyone interested in listening to them.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-08-podcasts.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-11-08-podcasts.jpg"><br><br><p>It’s really rewarding when people get some benefit from the things that I’ve shared.  It is even better when they choose to share that on through their own channels.  I’ve noticed over the past month or so that my ThoughtAsylum Action Suite for Drafts has been garnering a bit of coverage recently on some podcasts which was a nice surprise when you happen to be listening along and hear something you created given a positive mention and review.</p>

<p>I’ve collated the episodes and rough timings for anyone interested in listening to them.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/11/08/thoughtasylum-suite-for-drafts-on-podcasts</guid>
		</item>
		
		<item>
			<title>Revisiting an Evernote Daily Journal</title>
			<link>https://www.thoughtasylum.com/2020/10/31/revisiting-an-evernote-daily-journal/</link>
			<description><![CDATA[<p>I’ve been a long time <a href="https://evernote.com">Evernote</a> user and while the application and services have certainly seen a lot of issues arising in the last decade, I still rely on it for some of my workflows.  One of these is my daily journal, and this is a <a href="https://duckduckgo.com/?q=evernote+daily+journal+site%3Athoughtasylum.com&amp;ia=web">topic I have written about several times before</a>. I recently had a bit of a change to this, and it is time for another quick write-up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-10-31-clock.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Oct 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-10-31-clock.png"><br><br><p>I’ve been a long time <a href="https://evernote.com">Evernote</a> user and while the application and services have certainly seen a lot of issues arising in the last decade, I still rely on it for some of my workflows.  One of these is my daily journal, and this is a <a href="https://duckduckgo.com/?q=evernote+daily+journal+site%3Athoughtasylum.com&amp;ia=web">topic I have written about several times before</a>. I recently had a bit of a change to this, and it is time for another quick write-up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/10/31/revisiting-an-evernote-daily-journal</guid>
		</item>
		
		<item>
			<title>Introducing the ThoughtAsylum Suite for Drafts</title>
			<link>https://www.thoughtasylum.com/2020/09/27/introducing-the-thoughtasylum-suite-for-drafts/</link>
			<description><![CDATA[<p>Back in July of this year (2020), I released the first version of the <a href="/2020/07/10/introducing-tadpole/">TADpoLe library for Mac app Drafts</a>, and with it the ThoughtAsylum action group.  It was the culmination of very slowly taking two years of action creation and bundling it up for others to make use of. Only two months later and things have had to undergo what has been a pretty significant change.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-09-27-plumbing.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Sep 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-09-27-plumbing.jpg"><br><br><p>Back in July of this year (2020), I released the first version of the <a href="/2020/07/10/introducing-tadpole/">TADpoLe library for Mac app Drafts</a>, and with it the ThoughtAsylum action group.  It was the culmination of very slowly taking two years of action creation and bundling it up for others to make use of. Only two months later and things have had to undergo what has been a pretty significant change.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/09/27/introducing-the-thoughtasylum-suite-for-drafts</guid>
		</item>
		
		<item>
			<title>XYplorer: Quick Tips with 7-Zip</title>
			<link>https://www.thoughtasylum.com/2020/08/16/xyplorer-quick-tips-with-7zip/</link>
			<description><![CDATA[<p>XYplorer is one of my favourite Windows apps and it has been a little while since I’ve shared anything about how I’m using it. So, when I added a new script this week that uses 7-Zip I thought I’d draft a quick post about it along with a related script also using 7-Zip.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-08-16-squeeze.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 16 Aug 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-08-16-squeeze.jpg"><br><br><p>XYplorer is one of my favourite Windows apps and it has been a little while since I’ve shared anything about how I’m using it. So, when I added a new script this week that uses 7-Zip I thought I’d draft a quick post about it along with a related script also using 7-Zip.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/08/16/xyplorer-quick-tips-with-7zip</guid>
		</item>
		
		<item>
			<title>Q3 2020 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2020/08/14/q3-2020-successfactors-ecsc/</link>
			<description><![CDATA[<p>SuccessFactors may be on bi-annual releases, but SAP Cloud for Customer (C4C) continues apace on its quarterly-release cycle. Since Employee Central Service Centre (ECSC), the SuccessFactors solution for running an HR service desk uses this system as its service back-end system. It means that ECSC users continue to receive updates every quarter. In this release, SAP is releasing several home page-related updates, which may be an indicator of things to come given how under-utilised this area of C4C has been in the past. Along with this, there are ticket processing updates, some features to please the administrators, and of course, some additions around reporting and analytics.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-08-14-ecsc.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 14 Aug 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-08-14-ecsc.jpg"><br><br><p>SuccessFactors may be on bi-annual releases, but SAP Cloud for Customer (C4C) continues apace on its quarterly-release cycle. Since Employee Central Service Centre (ECSC), the SuccessFactors solution for running an HR service desk uses this system as its service back-end system. It means that ECSC users continue to receive updates every quarter. In this release, SAP is releasing several home page-related updates, which may be an indicator of things to come given how under-utilised this area of C4C has been in the past. Along with this, there are ticket processing updates, some features to please the administrators, and of course, some additions around reporting and analytics.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/08/14/q3-2020-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Drafts: Advanced Logging</title>
			<link>https://www.thoughtasylum.com/2020/07/25/drafts-advanced-logging/</link>
			<description><![CDATA[<p>When developing JavaScript for drafts, logging to the console or using well-placed alerts and other visual indicators can be useful for what is going on, but a more advanced logging solution can make things much easier.  The latest update to the ThoughtAsylum Drafts Library includes a new class that provides functionality to help Drafts action creators with their testing.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-25-logging.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 25 Jul 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-25-logging.jpg"><br><br><p>When developing JavaScript for drafts, logging to the console or using well-placed alerts and other visual indicators can be useful for what is going on, but a more advanced logging solution can make things much easier.  The latest update to the ThoughtAsylum Drafts Library includes a new class that provides functionality to help Drafts action creators with their testing.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/25/drafts-advanced-logging</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Titling</title>
			<link>https://www.thoughtasylum.com/2020/07/18/keyboard-maestro-titling/</link>
			<description><![CDATA[<p>I’ve recently been working on a new project (more on that soon I hope), where I have been titling content. My use of consistent styling for titling of various blog posts and the like has probably been less than consistent, so I figure that this was a good opportunity to have a got at turning that around. The Chicago Manual of Style choice of titling rules seemed pretty good and so I’ve gone with that, but consistency is key and ease of use is required, so here’s a little Mac automation using Keyboard Maestro that sorts it all out for me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-18-chicago.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 18 Jul 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-18-chicago.jpg"><br><br><p>I’ve recently been working on a new project (more on that soon I hope), where I have been titling content. My use of consistent styling for titling of various blog posts and the like has probably been less than consistent, so I figure that this was a good opportunity to have a got at turning that around. The Chicago Manual of Style choice of titling rules seemed pretty good and so I’ve gone with that, but consistency is key and ease of use is required, so here’s a little Mac automation using Keyboard Maestro that sorts it all out for me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/18/keyboard-maestro-titling</guid>
		</item>
		
		<item>
			<title>Drafts: Standard Test Content</title>
			<link>https://www.thoughtasylum.com/2020/07/16/drafts-standard-test-content/</link>
			<description><![CDATA[<p>When I’m creating Drafts actions and testing them out, I quite often need test data to work with.  Rather than creating test data each time, I figured I should sort out some standard test data.  While I could certainly have used a tool like TextExpander, which Drafts notably supports natively on i*OS, I decided instead to roll it into some actions, and in this post I’m going to explain a little bit about that and how you can make use of them too.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-16-storage-boxes.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 16 Jul 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-16-storage-boxes.jpg"><br><br><p>When I’m creating Drafts actions and testing them out, I quite often need test data to work with.  Rather than creating test data each time, I figured I should sort out some standard test data.  While I could certainly have used a tool like TextExpander, which Drafts notably supports natively on i*OS, I decided instead to roll it into some actions, and in this post I’m going to explain a little bit about that and how you can make use of them too.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/16/drafts-standard-test-content</guid>
		</item>
		
		<item>
			<title>Drafts: TADpoLe Library Refresh Fix</title>
			<link>https://www.thoughtasylum.com/2020/07/14/drafts-tadpole-library-refresh-fix/</link>
			<description><![CDATA[<p>While I definitely tested the update mechanism for the <a href="/tadpole/">ThoughtAsylum Drafts Library</a>, somehow between testing and release a small change crept in that has resulted in at least one user (probably more) not being able to easily refresh the library, which is part of the ThoughtAsylum Action Group set-up.  Fixes are already in place in the library and the action group.  Users having issues should <a href="https://actions.getdrafts.com/g/1aM">update the action group to the latest version from the action directory</a> and run the usual update and refresh action.</p>

<p>Should that not work, please <a href="https://actions.getdrafts.com/a/1aQ">download and run this action</a> which will force an update of the settings JSON file and directly download the library file to the expected library file name, regardless of what is specified in the settings.  It utilises the embedded TADpoLe library in the <code class="language-plaintext highlighter-rouge">TAD-Library</code> action, so it is necessary to have a version of the <a href="https://actions.getdrafts.com/g/1aM">ThoughtAsylum Action Group</a> available.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-14-facepalm.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 14 Jul 2020 18:45:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-14-facepalm.jpg"><br><br><p>While I definitely tested the update mechanism for the <a href="/tadpole/">ThoughtAsylum Drafts Library</a>, somehow between testing and release a small change crept in that has resulted in at least one user (probably more) not being able to easily refresh the library, which is part of the ThoughtAsylum Action Group set-up.  Fixes are already in place in the library and the action group.  Users having issues should <a href="https://actions.getdrafts.com/g/1aM">update the action group to the latest version from the action directory</a> and run the usual update and refresh action.</p>

<p>Should that not work, please <a href="https://actions.getdrafts.com/a/1aQ">download and run this action</a> which will force an update of the settings JSON file and directly download the library file to the expected library file name, regardless of what is specified in the settings.  It utilises the embedded TADpoLe library in the <code class="language-plaintext highlighter-rouge">TAD-Library</code> action, so it is necessary to have a version of the <a href="https://actions.getdrafts.com/g/1aM">ThoughtAsylum Action Group</a> available.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/14/drafts-tadpole-library-refresh-fix</guid>
		</item>
		
		<item>
			<title>Drafts: Action Sets</title>
			<link>https://www.thoughtasylum.com/2020/07/14/drafts-action-sets/</link>
			<description><![CDATA[<p>Drafts has a hugely powerful area known as action. Actions are made available through action entries in the action list that can be displayed down one side of the user interface.  Actions can also be displayed via an action bar, effectively a toolbar of actions, and can of course be triggered by shortcuts.  Yesterday I described an option I referred to as <a href="/2020/07/13/drafts-slash-commands/">slash commands</a> that could be used to trigger actions, and today I’m going to show how you can in effect overload one action to give you a choice of several.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-14-tool-selection.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 14 Jul 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-14-tool-selection.jpg"><br><br><p>Drafts has a hugely powerful area known as action. Actions are made available through action entries in the action list that can be displayed down one side of the user interface.  Actions can also be displayed via an action bar, effectively a toolbar of actions, and can of course be triggered by shortcuts.  Yesterday I described an option I referred to as <a href="/2020/07/13/drafts-slash-commands/">slash commands</a> that could be used to trigger actions, and today I’m going to show how you can in effect overload one action to give you a choice of several.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/14/drafts-action-sets</guid>
		</item>
		
		<item>
			<title>Drafts: Slash Command</title>
			<link>https://www.thoughtasylum.com/2020/07/13/drafts-slash-commands/</link>
			<description><![CDATA[<p>Slash commands are something that I think rose to prominence through the Slack collaboration platform.  They are a way of invoking commands by entering a forward slash character followed by a string of text into.  Effectively a quick entry method. I figured this could be useful for me in Drafts, and so wrote something to do it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-13-slash.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 13 Jul 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-13-slash.jpg"><br><br><p>Slash commands are something that I think rose to prominence through the Slack collaboration platform.  They are a way of invoking commands by entering a forward slash character followed by a string of text into.  Effectively a quick entry method. I figured this could be useful for me in Drafts, and so wrote something to do it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/13/drafts-slash-commands</guid>
		</item>
		
		<item>
			<title>Drafts: Script Development</title>
			<link>https://www.thoughtasylum.com/2020/07/12/drafts-script-development/</link>
			<description><![CDATA[<p>The Drafts application is an amazing tool for capturing and working with text.  One of its greatest strengths comes from its extensibility through its actions system.  And certainly one of the most powerful action steps is the Script action step which allows you to program actions in JavaScript utilising much of the core iOS JavaScript engine and interfaces into the Drafts app itself.</p>

<p>I have a few things that I do to make it easier for me to work with JavaScript in Drafts, and I’m going to share some of them in this post.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-12-drafts-javascript.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Jul 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-12-drafts-javascript.png"><br><br><p>The Drafts application is an amazing tool for capturing and working with text.  One of its greatest strengths comes from its extensibility through its actions system.  And certainly one of the most powerful action steps is the Script action step which allows you to program actions in JavaScript utilising much of the core iOS JavaScript engine and interfaces into the Drafts app itself.</p>

<p>I have a few things that I do to make it easier for me to work with JavaScript in Drafts, and I’m going to share some of them in this post.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/12/drafts-script-development</guid>
		</item>
		
		<item>
			<title>Drafts: Exploded Markdown Preview</title>
			<link>https://www.thoughtasylum.com/2020/07/11/drafts-exploded-markdown-preview/</link>
			<description><![CDATA[<p>With the <a href="/2020/07/10/introducing-tadpole/">introduction of the TADpoLe library</a>, I’m able to share an action via the ThoughtAsylum Drafts action group that I think a lot of people who write for the web may find useful. It’s a special web preview action that incorporates a number of features that I think make it pretty special.  Welcome to my explanation of the “Exploded Markdown Preview”.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-11-projector.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 11 Jul 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-11-projector.jpg"><br><br><p>With the <a href="/2020/07/10/introducing-tadpole/">introduction of the TADpoLe library</a>, I’m able to share an action via the ThoughtAsylum Drafts action group that I think a lot of people who write for the web may find useful. It’s a special web preview action that incorporates a number of features that I think make it pretty special.  Welcome to my explanation of the “Exploded Markdown Preview”.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/11/drafts-exploded-markdown-preview</guid>
		</item>
		
		<item>
			<title>Introducing TADpoLe</title>
			<link>https://www.thoughtasylum.com/2020/07/10/introducing-tadpole/</link>
			<description><![CDATA[<p>I’ve been a user of the Drafts app for many years, and while <a href="/drafts/">I have written some posts</a> and regularly try to help people out on the <a href="https://getdrafts.com">Drafts forum</a>, I’m quite excited to be sharing the first of a couple of bigger Drafts related projects I’ve been working on.  In fact this one has effectively been years in the making, and is finally in a form where I think it is fit for sharing; though time will tell as to how true that really is.  One can never truly tell until that first step is taken.  Today, I’m releasing something called “TADpoLe”.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-10-tadpole.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 10 Jul 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-07-10-tadpole.jpg"><br><br><p>I’ve been a user of the Drafts app for many years, and while <a href="/drafts/">I have written some posts</a> and regularly try to help people out on the <a href="https://getdrafts.com">Drafts forum</a>, I’m quite excited to be sharing the first of a couple of bigger Drafts related projects I’ve been working on.  In fact this one has effectively been years in the making, and is finally in a form where I think it is fit for sharing; though time will tell as to how true that really is.  One can never truly tell until that first step is taken.  Today, I’m releasing something called “TADpoLe”.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/07/10/introducing-tadpole</guid>
		</item>
		
		<item>
			<title>Setting up SSH for Shortcuts</title>
			<link>https://www.thoughtasylum.com/2020/06/01/setting-up-ssh-for-shortcuts/</link>
			<description><![CDATA[<p>A few months back I posted some instructions on the <a href="https://talk.automators.fm/t/using-keyboard-maestro-remote-trigger-with-shortcuts/6405/12">Automators podcast forums</a> that I thought it would be worth re-posting here as it seems there are quite a few people out there who would like to utilise Shortcuts to control their computers from the command line. Which of course is an admirable endeavour.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-06-01-network.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 01 Jun 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-06-01-network.jpg"><br><br><p>A few months back I posted some instructions on the <a href="https://talk.automators.fm/t/using-keyboard-maestro-remote-trigger-with-shortcuts/6405/12">Automators podcast forums</a> that I thought it would be worth re-posting here as it seems there are quite a few people out there who would like to utilise Shortcuts to control their computers from the command line. Which of course is an admirable endeavour.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/06/01/setting-up-ssh-for-shortcuts</guid>
		</item>
		
		<item>
			<title>Github Pages Post Scheduling</title>
			<link>https://www.thoughtasylum.com/2020/05/27/github-pages-post-scheduling/</link>
			<description><![CDATA[<p>Back in November last year, <a href="/2019/11/26/site-update/">I finally made the switch away from SquareSpace to Jekyll and Github Pages</a>. One of the changes for the worse that I highlighted in that was the lack of scheduling of posts. SquareSpace’s functionality enabled me to create posts in advance to be published at some point in the future.  This allowed me a hands-off way to create content in advance that could be automatically spread over a period of time. It was the number one thing that I missed, and I said at the time that it was something I hoped to return to.</p>

<p>In this post I’m going to cover the solution I’m using to schedule posts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-27-github-pages-post-scheduling.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 27 May 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-27-github-pages-post-scheduling.jpg"><br><br><p>Back in November last year, <a href="/2019/11/26/site-update/">I finally made the switch away from SquareSpace to Jekyll and Github Pages</a>. One of the changes for the worse that I highlighted in that was the lack of scheduling of posts. SquareSpace’s functionality enabled me to create posts in advance to be published at some point in the future.  This allowed me a hands-off way to create content in advance that could be automatically spread over a period of time. It was the number one thing that I missed, and I said at the time that it was something I hoped to return to.</p>

<p>In this post I’m going to cover the solution I’m using to schedule posts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/05/27/github-pages-post-scheduling</guid>
		</item>
		
		<item>
			<title>SuccessFactors H1 2020 Release Analysis</title>
			<link>https://www.thoughtasylum.com/2020/05/26/h1-2020-successfactors-release-analysis/</link>
			<description><![CDATA[<p>SAP have begun a new phasing for their 2020 releases by moving to a biannual release.  Unfortunately, much like everything else, the COVID-19 global pandemic has put a little bit of a kink in the plans.  In an attempt to accommodate customers who were hit hardest by the pandemic, <a href="https://community.successfactors.com/t5/Resources-and-Updates-Blog/First-Half-2020-Preview-Release-Extension-Breathing-Room-During/ba-p/248324">SAP has extended the systems preview phase of the release by three weeks</a> to give organisations more time to try and get the requisite testing carried out.  The release to preview systems occurred on the weekend of 15 April 2020, and the release to production systems will now take place on the weekend of 5 June 2020.</p>

<p>But what does the H1 release bring?  Does it bring two quarter’s worth of features?  Perhaps a little more since SAP haven’t had to support a Q1 release? Well, if the raw figures are anything to go by, in comparison to last year it is actually fewer.  But here’s the thing.  There are quite a few big features.  I suspect the complexity of some of the features is also something to be considered.  SAP have had longer to work on SuccessFactors, uninterrupted by other releases, so perhaps this has simply given them the opportunity to pick off some of the bigger tasks? It still doesn’t quite fit to the last roadmap I saw, and we have seen various challenges pop-up in the last few months, not the least of which is COVID-19.  I suspect the truth is that there have been many mitigating factors that have resulted in SAP brining forward fewer changes than we would have perhaps initially expected, but I promise you, there are quite a few in this release that have been well worth the wait.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-26-zalaris.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 May 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-26-zalaris.png"><br><br><p>SAP have begun a new phasing for their 2020 releases by moving to a biannual release.  Unfortunately, much like everything else, the COVID-19 global pandemic has put a little bit of a kink in the plans.  In an attempt to accommodate customers who were hit hardest by the pandemic, <a href="https://community.successfactors.com/t5/Resources-and-Updates-Blog/First-Half-2020-Preview-Release-Extension-Breathing-Room-During/ba-p/248324">SAP has extended the systems preview phase of the release by three weeks</a> to give organisations more time to try and get the requisite testing carried out.  The release to preview systems occurred on the weekend of 15 April 2020, and the release to production systems will now take place on the weekend of 5 June 2020.</p>

<p>But what does the H1 release bring?  Does it bring two quarter’s worth of features?  Perhaps a little more since SAP haven’t had to support a Q1 release? Well, if the raw figures are anything to go by, in comparison to last year it is actually fewer.  But here’s the thing.  There are quite a few big features.  I suspect the complexity of some of the features is also something to be considered.  SAP have had longer to work on SuccessFactors, uninterrupted by other releases, so perhaps this has simply given them the opportunity to pick off some of the bigger tasks? It still doesn’t quite fit to the last roadmap I saw, and we have seen various challenges pop-up in the last few months, not the least of which is COVID-19.  I suspect the truth is that there have been many mitigating factors that have resulted in SAP brining forward fewer changes than we would have perhaps initially expected, but I promise you, there are quite a few in this release that have been well worth the wait.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/05/26/h1-2020-successfactors-release-analysis</guid>
		</item>
		
		<item>
			<title>H1 2020 : SuccessFactors Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2020/05/25/h1-2020-successfactors-ecsc/</link>
			<description><![CDATA[<p>It may be the first SuccessFactors release of 2020, but we are already up to the second release for Employee Central Service Centre, as Cloud for Customer (C4C) remains on a quarterly release cycle.  In this release, it is like someone opened the flood gates on “useful for Employee Central Service Centre users” ideas and we had a barrage of updates and improvements that would take me an article easily twice as big to cover.  I usually drop the features that are least likely to be useful.  In this release, I have had to use a higher bar in making the selection of what to write about. Inevitably, this has resulted in a much higher number of features than usual being relegated to obscurity.  And you know what? That is great!</p>

<p>In this release, there is a considerable amount of value to be taken up.  As a result, in this article, I’ll be running through what I see as the key changes.  Once you have everything from the article in hand and under consideration, if you do have time, go and dig a little deeper into SAP’s release notes for C4C (due for release mid-May on the <a href="https://cxwiki.sap.com/dashboard.action">SAP Customer Experience Wiki</a>).  There are a whole host of user interface changes that are going to make the lives of your service agents and administrators that much easier.</p>

<p>With that in mind, I will kick off with a look at Cloud for Customer and some updates to the ubiquitous communication channel of e-mail.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-25-ecsc.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 25 May 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-25-ecsc.jpg"><br><br><p>It may be the first SuccessFactors release of 2020, but we are already up to the second release for Employee Central Service Centre, as Cloud for Customer (C4C) remains on a quarterly release cycle.  In this release, it is like someone opened the flood gates on “useful for Employee Central Service Centre users” ideas and we had a barrage of updates and improvements that would take me an article easily twice as big to cover.  I usually drop the features that are least likely to be useful.  In this release, I have had to use a higher bar in making the selection of what to write about. Inevitably, this has resulted in a much higher number of features than usual being relegated to obscurity.  And you know what? That is great!</p>

<p>In this release, there is a considerable amount of value to be taken up.  As a result, in this article, I’ll be running through what I see as the key changes.  Once you have everything from the article in hand and under consideration, if you do have time, go and dig a little deeper into SAP’s release notes for C4C (due for release mid-May on the <a href="https://cxwiki.sap.com/dashboard.action">SAP Customer Experience Wiki</a>).  There are a whole host of user interface changes that are going to make the lives of your service agents and administrators that much easier.</p>

<p>With that in mind, I will kick off with a look at Cloud for Customer and some updates to the ubiquitous communication channel of e-mail.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/05/25/h1-2020-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>H1 2020 : SuccessFactors Mobile</title>
			<link>https://www.thoughtasylum.com/2020/05/24/h1-2020-successfactors-mobile/</link>
			<description><![CDATA[<p>SAP has been pushing hard over the last couple of years to up their game regarding mobile support.  The ever more mobile global workforce’s need to be able to operate effectively via SuccessFactors has been increasing, and while the COVID-19 situation that has seen many geographic regions subjected to restricted mobility, the use for mobile has not subsided.  Mobile continues to be a key operational channel.</p>

<p>2019 saw a general parity in features achieved across the mobile platforms.  Judging by the monthly mobile app releases for 2020 thus far, it seems that SAP has shifted to bringing more of the web application features to their mobile applications.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-24-mobile.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 24 May 2020 07:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-24-mobile.jpg"><br><br><p>SAP has been pushing hard over the last couple of years to up their game regarding mobile support.  The ever more mobile global workforce’s need to be able to operate effectively via SuccessFactors has been increasing, and while the COVID-19 situation that has seen many geographic regions subjected to restricted mobility, the use for mobile has not subsided.  Mobile continues to be a key operational channel.</p>

<p>2019 saw a general parity in features achieved across the mobile platforms.  Judging by the monthly mobile app releases for 2020 thus far, it seems that SAP has shifted to bringing more of the web application features to their mobile applications.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/05/24/h1-2020-successfactors-mobile</guid>
		</item>
		
		<item>
			<title>H1 2020 : SuccessFactors Learning</title>
			<link>https://www.thoughtasylum.com/2020/05/23/h1-2020-successfactors-learning/</link>
			<description><![CDATA[<p>It is time for the patient users of SuccessFactors Learning to be rewarded.  After what seems like an aeon, the release of a new administrator user interface into production use is in sight, and organisations with access to preview systems can get their hands on a fresh new version of SuccessFactors Learning right now.  And it is not just a new lick of paint.  This really is a ground-up rebuild of a large chunk of functionality, and that brings many additional benefits rather than just cosmetic changes.</p>

<p>This update is long-awaited, and it is critical.  The legacy of the Plateau system from which SuccessFactors Learning comes is such, that to deliver a flexible interface, it was developed in a web technology created by Adobe. A technology known as Flash.</p>

<p>Flash has been famously plagued with issues around security and performance, to the point where even Adobe has thrown in the towel.  The bell sounds on Flash at the end of this year with all major browsers pulling mainstream support.  Therefore, a full replacement administrator interface must be in place for SuccessFactors Learning before then.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-23-learning.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 23 May 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-05-23-learning.jpg"><br><br><p>It is time for the patient users of SuccessFactors Learning to be rewarded.  After what seems like an aeon, the release of a new administrator user interface into production use is in sight, and organisations with access to preview systems can get their hands on a fresh new version of SuccessFactors Learning right now.  And it is not just a new lick of paint.  This really is a ground-up rebuild of a large chunk of functionality, and that brings many additional benefits rather than just cosmetic changes.</p>

<p>This update is long-awaited, and it is critical.  The legacy of the Plateau system from which SuccessFactors Learning comes is such, that to deliver a flexible interface, it was developed in a web technology created by Adobe. A technology known as Flash.</p>

<p>Flash has been famously plagued with issues around security and performance, to the point where even Adobe has thrown in the towel.  The bell sounds on Flash at the end of this year with all major browsers pulling mainstream support.  Therefore, a full replacement administrator interface must be in place for SuccessFactors Learning before then.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/05/23/h1-2020-successfactors-learning</guid>
		</item>
		
		<item>
			<title>Webifying Spotify on my Mac</title>
			<link>https://www.thoughtasylum.com/2020/04/12/webifying-spotify-on-my-mac/</link>
			<description><![CDATA[<p>Back in 2017, Spotify made a rather curious change to their web player app.  They made some changes to stop it working in the Safari browser. The native Mac app was still there, but if you wanted to web it up, you needed another web browser.  Now I used to be Chrome all the way on both Mac and PC, but since I got a new MacBook Pro last year which actually had what seems to be a reasonable battery life (compared to its nine-ten year old predecessor), I figured a switch to a power optimised native browser was worth considering.  But this presented me with a bit of a challenge for a particular use case I have.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-04-12-music.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Apr 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-04-12-music.jpg"><br><br><p>Back in 2017, Spotify made a rather curious change to their web player app.  They made some changes to stop it working in the Safari browser. The native Mac app was still there, but if you wanted to web it up, you needed another web browser.  Now I used to be Chrome all the way on both Mac and PC, but since I got a new MacBook Pro last year which actually had what seems to be a reasonable battery life (compared to its nine-ten year old predecessor), I figured a switch to a power optimised native browser was worth considering.  But this presented me with a bit of a challenge for a particular use case I have.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/04/12/webifying-spotify-on-my-mac</guid>
		</item>
		
		<item>
			<title>Drafts: Methods for Running AppleScript</title>
			<link>https://www.thoughtasylum.com/2020/04/04/drafts-methods-for-running-applescript/</link>
			<description><![CDATA[<p>Drafts is utilitarian text app available on iOS, iPadOS, and macOS that I use frequently.  To say I’m a daily user would not do justice to the app.  As the tag line says this is the app where text starts, and that’s certainly true of my use cases. It provides a quick point of capture and powerful tools to let me do more with the text to prepare and send it to its final destination than any other app possible could; and that says a lot when you look at apps like Keyboard Maestro, Text Soap and Sublime Text!</p>

<p>In the latest release (version 19) of the app on macOS, developer Greg Pierce (aka AgileTortoise) has significantly extended the automation and processing scope through the addition of AppleScript, and in this post I’m going to walk you through some example set-ups related to this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-04-04-draft-with-applescript.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 04 Apr 2020 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-04-04-draft-with-applescript.png"><br><br><p>Drafts is utilitarian text app available on iOS, iPadOS, and macOS that I use frequently.  To say I’m a daily user would not do justice to the app.  As the tag line says this is the app where text starts, and that’s certainly true of my use cases. It provides a quick point of capture and powerful tools to let me do more with the text to prepare and send it to its final destination than any other app possible could; and that says a lot when you look at apps like Keyboard Maestro, Text Soap and Sublime Text!</p>

<p>In the latest release (version 19) of the app on macOS, developer Greg Pierce (aka AgileTortoise) has significantly extended the automation and processing scope through the addition of AppleScript, and in this post I’m going to walk you through some example set-ups related to this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/04/04/drafts-methods-for-running-applescript</guid>
		</item>
		
		<item>
			<title>Preparing for SuccessFactors Learning in 2020</title>
			<link>https://www.thoughtasylum.com/2020/03/27/preparing-for-successfactors-learning-in-2020/</link>
			<description><![CDATA[<p>The first SuccessFactors release of 2020 is just around the corner, and with it will come the release of the new SuccessFactors Learning administrator user interface.</p>

<p>In case you have not yet thought about your preparations for the transition to the new interface, I would like to draw your attention to <a href="/assets/documents/2020/2020-03-20-Learning_Administration_Transition_Guide.pdf">the SAP transition guide</a> and <a href="/assets/documents/2020/2020-03-20-Learning_Administration_Transition_FAQ.pdf">FAQ</a>, and provide the following suggestions which I hope that you will find useful in planning your activities.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-03-27-learning.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Mar 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-03-27-learning.png"><br><br><p>The first SuccessFactors release of 2020 is just around the corner, and with it will come the release of the new SuccessFactors Learning administrator user interface.</p>

<p>In case you have not yet thought about your preparations for the transition to the new interface, I would like to draw your attention to <a href="/assets/documents/2020/2020-03-20-Learning_Administration_Transition_Guide.pdf">the SAP transition guide</a> and <a href="/assets/documents/2020/2020-03-20-Learning_Administration_Transition_FAQ.pdf">FAQ</a>, and provide the following suggestions which I hope that you will find useful in planning your activities.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/03/27/preparing-for-successfactors-learning-in-2020</guid>
		</item>
		
		<item>
			<title>Protecting my Stream Deck on the Go</title>
			<link>https://www.thoughtasylum.com/2020/03/23/protecting-my-stream-deck-on-the-go/</link>
			<description><![CDATA[<p>My Elgato Stream Deck is a great little piece of hardware that I can have dynamically offer up differing controls depending upon the application I’m working with, and the type of work I’m doing.  For my MacBook Pro use, it is generally on my home office desk as an alternative to the Touch Bar which is less easy to view, and I also use it almost daily with my work PC.  But, there are occasions, COVID-19 restrictions aside, when it is useful to take my Stream Deck with me.  It certainly elevates my PC usage and makes jumping around non-linear PowerPoint presentations much easier.  For the MacBook Pro, my Touch Bar is usually sufficient, but sometimes I want the Stream Deck with me so that I can create things for and utilise it directly. But simply slinging my Stream Deck into my backpack for my travels would not give it much life before it inevitably broke, and for that reason I decided to purchase some Stream Deck armour.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-03-23-armour.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 23 Mar 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-03-23-armour.jpg"><br><br><p>My Elgato Stream Deck is a great little piece of hardware that I can have dynamically offer up differing controls depending upon the application I’m working with, and the type of work I’m doing.  For my MacBook Pro use, it is generally on my home office desk as an alternative to the Touch Bar which is less easy to view, and I also use it almost daily with my work PC.  But, there are occasions, COVID-19 restrictions aside, when it is useful to take my Stream Deck with me.  It certainly elevates my PC usage and makes jumping around non-linear PowerPoint presentations much easier.  For the MacBook Pro, my Touch Bar is usually sufficient, but sometimes I want the Stream Deck with me so that I can create things for and utilise it directly. But simply slinging my Stream Deck into my backpack for my travels would not give it much life before it inevitably broke, and for that reason I decided to purchase some Stream Deck armour.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/03/23/protecting-my-stream-deck-on-the-go</guid>
		</item>
		
		<item>
			<title>Github Pages Publish Notification</title>
			<link>https://www.thoughtasylum.com/2020/02/22/github-pages-publish-notification/</link>
			<description><![CDATA[<p>Last year I finally <a href="/2019/11/26/site-update/">made my big web site move from Squarespace to Github Pages</a>.  In that post I went into some of the background of the move, and while the vast majority of things have improved in terms of my requirements, one thing has been much worse. For the site I use a static web site generator known as <a href="https://jekyllrb.com">Jekyll</a>. It works by converting various configuration templates and content files into a web site.  Locally, on my Macbook Pro, I tend to use an incremental generation during my testing and within a few seconds it churns out the new site.  With a full site generation it actually takes closer to a minute.  This site is many hundreds of cross referenced pages, so it takes a while.</p>

<p>When I upload the content to Github Pages, which also utilises Jekyll, it takes even longer. Minutes in fact. This is where it falls down in comparison to Squarespace. I don’t get a near instant publish. This means that I could inadvertently post links too soon, or I have to check back to see if it has published yet. Sometimes, there can even be failures (very few and far between fortunately).  This has been an annoyance for a few months now, and so I recently took a look at creating something to help me with this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-22-bot.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 22 Feb 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-22-bot.png"><br><br><p>Last year I finally <a href="/2019/11/26/site-update/">made my big web site move from Squarespace to Github Pages</a>.  In that post I went into some of the background of the move, and while the vast majority of things have improved in terms of my requirements, one thing has been much worse. For the site I use a static web site generator known as <a href="https://jekyllrb.com">Jekyll</a>. It works by converting various configuration templates and content files into a web site.  Locally, on my Macbook Pro, I tend to use an incremental generation during my testing and within a few seconds it churns out the new site.  With a full site generation it actually takes closer to a minute.  This site is many hundreds of cross referenced pages, so it takes a while.</p>

<p>When I upload the content to Github Pages, which also utilises Jekyll, it takes even longer. Minutes in fact. This is where it falls down in comparison to Squarespace. I don’t get a near instant publish. This means that I could inadvertently post links too soon, or I have to check back to see if it has published yet. Sometimes, there can even be failures (very few and far between fortunately).  This has been an annoyance for a few months now, and so I recently took a look at creating something to help me with this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/02/22/github-pages-publish-notification</guid>
		</item>
		
		<item>
			<title>Q1 2020 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2020/02/21/q1-2020-successfactors-ecsc/</link>
			<description><![CDATA[<p>While <a href="https://community.successfactors.com/t5/Resources-and-Updates-Blog/2020-SAP-SuccessFactors-Release-Improvements/ba-p/238199">SAP SuccessFactors has now moved from quarterly to bi-annual releases</a>, SAP Cloud for Customer (C4C) remains on a quarterly release schedule. This means that Employee Central Service Centre (ECSC) continues to get quarterly updates on the C4C-side of the solution, with updates to other solution components following the SuccessFactors release timelines.</p>

<p>In this article, I’ll briefly cover some of the features that have reached general availability before examining many of the enhancements relevant to employee service use. Particularly surprising is the number of enhancements in this release are related to e-mails in and out of the system.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-21-business.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 21 Feb 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-21-business.jpg"><br><br><p>While <a href="https://community.successfactors.com/t5/Resources-and-Updates-Blog/2020-SAP-SuccessFactors-Release-Improvements/ba-p/238199">SAP SuccessFactors has now moved from quarterly to bi-annual releases</a>, SAP Cloud for Customer (C4C) remains on a quarterly release schedule. This means that Employee Central Service Centre (ECSC) continues to get quarterly updates on the C4C-side of the solution, with updates to other solution components following the SuccessFactors release timelines.</p>

<p>In this article, I’ll briefly cover some of the features that have reached general availability before examining many of the enhancements relevant to employee service use. Particularly surprising is the number of enhancements in this release are related to e-mails in and out of the system.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/02/21/q1-2020-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Safari Tab Management on the Mac</title>
			<link>https://www.thoughtasylum.com/2020/02/08/safari-tab-management-on-the-mac/</link>
			<description><![CDATA[<p>I’ve been a Google Chrome user for many years, but with my regular use of i*OS and spending more time using my Macbook Pro out and about, battery life management and sharing of bookmarked sites across device has become more important for my everyday use. As a result, I’ve been using Safari as my default Mac web browser.</p>

<p>But there are a few tab management features that I was missing from Chrome, so a while back I set about adding those in using some of the tools I had at my disposal.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-08-browser-tabs.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 08 Feb 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-02-08-browser-tabs.png"><br><br><p>I’ve been a Google Chrome user for many years, but with my regular use of i*OS and spending more time using my Macbook Pro out and about, battery life management and sharing of bookmarked sites across device has become more important for my everyday use. As a result, I’ve been using Safari as my default Mac web browser.</p>

<p>But there are a few tab management features that I was missing from Chrome, so a while back I set about adding those in using some of the tools I had at my disposal.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/02/08/safari-tab-management-on-the-mac</guid>
		</item>
		
		<item>
			<title>Extra Clipboard Functions for Mac Shell Scripts</title>
			<link>https://www.thoughtasylum.com/2020/01/19/extra-clipboard-functions-for-mac-shell-scripts/</link>
			<description><![CDATA[<p>Working with shell scripting is in essence very similar to programming in a more traditional compile-to-run language.  The key differences for me are the depth of access and that it is interpreted.  On occasion the scripting commands available simply don’t do everything you might want in one simple to execute command, and so, just like any other areas of coding, you can go down the path of creating your own functions and shorthand. In this post I’m going to share a few functions I’m using for adding content to the Mac clipboard/pasteboard.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-19-script.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 19 Jan 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-19-script.png"><br><br><p>Working with shell scripting is in essence very similar to programming in a more traditional compile-to-run language.  The key differences for me are the depth of access and that it is interpreted.  On occasion the scripting commands available simply don’t do everything you might want in one simple to execute command, and so, just like any other areas of coding, you can go down the path of creating your own functions and shorthand. In this post I’m going to share a few functions I’m using for adding content to the Mac clipboard/pasteboard.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/19/extra-clipboard-functions-for-mac-shell-scripts</guid>
		</item>
		
		<item>
			<title>Stream Deck Icons</title>
			<link>https://www.thoughtasylum.com/2020/01/12/stream-deck-icons/</link>
			<description><![CDATA[<p>The Elgato Stream Deck is a versatile piece of hardware that allows you to have dynamic buttons to trigger processes on your computer via the Stream Deck software. These can then trigger actions such as interacting with a piece of software insalled on your device, or even an online or network service, which in turn can do things like automatically update a social media profile, or turn on lighting in your home/office. Each button is programmable, even dynamically, to display text and images to illustrate the current purpose of a button. But where do the images that you can use come from, and where can you get them?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-12-sd-icons.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Jan 2020 23:01:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-12-sd-icons.png"><br><br><p>The Elgato Stream Deck is a versatile piece of hardware that allows you to have dynamic buttons to trigger processes on your computer via the Stream Deck software. These can then trigger actions such as interacting with a piece of software insalled on your device, or even an online or network service, which in turn can do things like automatically update a social media profile, or turn on lighting in your home/office. Each button is programmable, even dynamically, to display text and images to illustrate the current purpose of a button. But where do the images that you can use come from, and where can you get them?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/12/stream-deck-icons</guid>
		</item>
		
		<item>
			<title>LaunchCuts Folder Set-up</title>
			<link>https://www.thoughtasylum.com/2020/01/12/launchcuts-folder-set-up/</link>
			<description><![CDATA[<p>This week saw the public release of the i*OS app, <a href="https://launchcuts.com">LaunchCuts</a>.  It’s an app created to fill a gap in the functionality of the i*OS Shortcuts app. Specifically the challenges of trying to organise Shortcuts. It’s something I’ve covered before in my posts on <a href="/2016/09/01/Say-No-to-Folders-in-Workflow/">smart folders for Workflow</a> and in passing on a post about Shortcuts, <a href="/2019/12/16/shortcuts-collection/">my naming conventions for shortcuts</a>. There are a few other bells and whistles to it, but the core function is simply that it allows you to organise shortcuts into folders for ease of launching and editing; albeit outside of the Shortcut app itself.  The functionality it delivers is something I’ve been waiting on for several years, and in this post I’m going to share a little bit about how I’ve set it up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-12-folders.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Jan 2020 21:48:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-12-folders.png"><br><br><p>This week saw the public release of the i*OS app, <a href="https://launchcuts.com">LaunchCuts</a>.  It’s an app created to fill a gap in the functionality of the i*OS Shortcuts app. Specifically the challenges of trying to organise Shortcuts. It’s something I’ve covered before in my posts on <a href="/2016/09/01/Say-No-to-Folders-in-Workflow/">smart folders for Workflow</a> and in passing on a post about Shortcuts, <a href="/2019/12/16/shortcuts-collection/">my naming conventions for shortcuts</a>. There are a few other bells and whistles to it, but the core function is simply that it allows you to organise shortcuts into folders for ease of launching and editing; albeit outside of the Shortcut app itself.  The functionality it delivers is something I’ve been waiting on for several years, and in this post I’m going to share a little bit about how I’ve set it up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/12/launchcuts-folder-set-up</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro Plugins for the Elgato Stream Deck</title>
			<link>https://www.thoughtasylum.com/2020/01/11/keyboard-maestro-stream-deck-plugins/</link>
			<description><![CDATA[<p>Last year, <a href="https://keyboardmaestro.com">Keyboard Maestro</a> 9 launched with official support for a piece of hardware known as the <a href="https://www.elgato.com/en/gaming/stream-deck">Elgato Stream Deck</a>. Providing a set of dynamic buttons, the Stream Deck in conjunction with Keyboard Maestro fundamentally allows you to trigger macros from the Stream Deck’s buttons. This makes for <a href="/2020/01/03/introducing-the-stream-deck/">a versatile and engaging set-up</a> for anyone wishing to streamline their workflows and make them easily triggered. The integration through works through the use of a Stream Deck plug-in, but did you know you can use more than one Keyboard Maestro plug-in for the Stream Deck?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-11-plugin.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 11 Jan 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-11-plugin.png"><br><br><p>Last year, <a href="https://keyboardmaestro.com">Keyboard Maestro</a> 9 launched with official support for a piece of hardware known as the <a href="https://www.elgato.com/en/gaming/stream-deck">Elgato Stream Deck</a>. Providing a set of dynamic buttons, the Stream Deck in conjunction with Keyboard Maestro fundamentally allows you to trigger macros from the Stream Deck’s buttons. This makes for <a href="/2020/01/03/introducing-the-stream-deck/">a versatile and engaging set-up</a> for anyone wishing to streamline their workflows and make them easily triggered. The integration through works through the use of a Stream Deck plug-in, but did you know you can use more than one Keyboard Maestro plug-in for the Stream Deck?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/11/keyboard-maestro-stream-deck-plugins</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro Macro Image Resizer</title>
			<link>https://www.thoughtasylum.com/2020/01/05/keyboard-maestro-macro-image-resizer/</link>
			<description><![CDATA[<p>Keyboard Maestro is an awesome application for anyomne who wants to automate their Mac.  One of the less commonly known features is that there’s actually a way built into the application to generate a picture of a Keyboard Maestro macro.  The challenge of late for me has been that since finally moving to a Macbook Pro with a retina screen, the resulting macro images have been very large.  Too large for reasonable sharing in an e-mail or document in fact.  The solution? A Keyboard Maestro macro of course.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-05-km-image-resize.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Jan 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-05-km-image-resize.png"><br><br><p>Keyboard Maestro is an awesome application for anyomne who wants to automate their Mac.  One of the less commonly known features is that there’s actually a way built into the application to generate a picture of a Keyboard Maestro macro.  The challenge of late for me has been that since finally moving to a Macbook Pro with a retina screen, the resulting macro images have been very large.  Too large for reasonable sharing in an e-mail or document in fact.  The solution? A Keyboard Maestro macro of course.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/05/keyboard-maestro-macro-image-resizer</guid>
		</item>
		
		<item>
			<title>Introducing the Stream Deck</title>
			<link>https://www.thoughtasylum.com/2020/01/03/introducing-the-stream-deck/</link>
			<description><![CDATA[<p>Last year, Keyboard Maestro 9 was released, and with it, official support for a piece of hardware called a Stream Deck. Stream Decks are made by Elgato, and are a special type of keyboard with programmable buttons that can display updatable icons. This Keyboard Maestro release finally tipped me to the point of purchasing a Stream Deck.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-03-stream-deck.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 03 Jan 2020 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2020/2020-01-03-stream-deck.png"><br><br><p>Last year, Keyboard Maestro 9 was released, and with it, official support for a piece of hardware called a Stream Deck. Stream Decks are made by Elgato, and are a special type of keyboard with programmable buttons that can display updatable icons. This Keyboard Maestro release finally tipped me to the point of purchasing a Stream Deck.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2020/01/03/introducing-the-stream-deck</guid>
		</item>
		
		<item>
			<title>Shortcuts Collection</title>
			<link>https://www.thoughtasylum.com/2019/12/16/shortcuts-collection/</link>
			<description><![CDATA[<p>The Workflow app was an amazing gateway app for automation on iOS when it first appeared, and I’ve been using it since its very first release.  It built on x-callback URLs and revolutionised the way people can interact with their hand-held Apple devices.  After it’s acquisition by Apple, the app evolved into Shortcuts, and in 2019 underwent major developments with the introduction of third party donations through actions and advanced intents as well as automation and parameters.</p>

<p>Now that the ThoughtAsylum web site update is in place, I’ve turned what attention I can spare to some additional projects; one of which is a new and ongoing collection of shortcuts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-12-16-shortcuts-collection.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 16 Dec 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-12-16-shortcuts-collection.jpg"><br><br><p>The Workflow app was an amazing gateway app for automation on iOS when it first appeared, and I’ve been using it since its very first release.  It built on x-callback URLs and revolutionised the way people can interact with their hand-held Apple devices.  After it’s acquisition by Apple, the app evolved into Shortcuts, and in 2019 underwent major developments with the introduction of third party donations through actions and advanced intents as well as automation and parameters.</p>

<p>Now that the ThoughtAsylum web site update is in place, I’ve turned what attention I can spare to some additional projects; one of which is a new and ongoing collection of shortcuts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/12/16/shortcuts-collection</guid>
		</item>
		
		<item>
			<title>Q4 2019 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/12/03/q4-2019-successfactors-ecsc/</link>
			<description><![CDATA[<p>In the final release of 2019, SAP are bringing quite a few useful updates to their SuccessFactors HR helpdesk solution.  These range from speed and efficiency improvements through to significant enhancements of existing functionality.  It’s a release that introduces something for every Employee Central Service Centre user, be they a service agent, a service manager, or an employee.</p>

<p>As usual I’ll split things up into updates around the service agent facing part of the solution (Cloud for Customer, C4C), and the employee facing part of the solution (Ask HR).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-12-03-man-at-desk.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 03 Dec 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-12-03-man-at-desk.png"><br><br><p>In the final release of 2019, SAP are bringing quite a few useful updates to their SuccessFactors HR helpdesk solution.  These range from speed and efficiency improvements through to significant enhancements of existing functionality.  It’s a release that introduces something for every Employee Central Service Centre user, be they a service agent, a service manager, or an employee.</p>

<p>As usual I’ll split things up into updates around the service agent facing part of the solution (Cloud for Customer, C4C), and the employee facing part of the solution (Ask HR).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/12/03/q4-2019-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Site Update</title>
			<link>https://www.thoughtasylum.com/2019/11/26/site-update/</link>
			<description><![CDATA[<p>If you have visited thoughtasylum.com much in the past, you may have noticed a change recently. The site has been rebuilt.  It isn’t just a makeover, it’s actually a rebuild from the ground-up.  In this post I’m going to give a little bit of background to the what, why and how.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-11-26-throw-switch.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 Nov 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-11-26-throw-switch.jpg"><br><br><p>If you have visited thoughtasylum.com much in the past, you may have noticed a change recently. The site has been rebuilt.  It isn’t just a makeover, it’s actually a rebuild from the ground-up.  In this post I’m going to give a little bit of background to the what, why and how.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/11/26/site-update</guid>
		</item>
		
		<item>
			<title>Shortcuts and Modulo Calculations</title>
			<link>https://www.thoughtasylum.com/2019/10/28/shortcuts-and-modulo-calculations/</link>
			<description><![CDATA[<p>The i*OS Shortcuts application has a surprising amount of numerical functions tucked away within its calculation actions.  These include not only statistical functions, but also some arithmetic functions familiar to many programmers.  One of these is the modulus function.  Many of you may have used this in your mathematical studies at school.  It is frequently used as the basis for time calculations on 12 and 24 hour clocks.  But there’s more than one way to apply a modulus.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-10-28-mod.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 28 Oct 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-10-28-mod.png"><br><br><p>The i*OS Shortcuts application has a surprising amount of numerical functions tucked away within its calculation actions.  These include not only statistical functions, but also some arithmetic functions familiar to many programmers.  One of these is the modulus function.  Many of you may have used this in your mathematical studies at school.  It is frequently used as the basis for time calculations on 12 and 24 hour clocks.  But there’s more than one way to apply a modulus.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/10/28/shortcuts-and-modulo-calculations</guid>
		</item>
		
		<item>
			<title>Shortcuts: Extract Contact's Mobile Phone Number</title>
			<link>https://www.thoughtasylum.com/2019/09/10/shortcuts-extract-contacts-mobile-phone-number/</link>
			<description><![CDATA[<p>Recently there was <a href="https://talk.automators.fm/t/select-mobile-number-only-from-contact-in-shortcuts/5476">a query on the Automators podcast forum</a>, where someone wanted to know how to retrieve a mobile phone number from a contact using Shortcuts.  This isn’t something that Shortcuts supports “out-of-the-box”, but it is something that Shortcuts can do with a bit of cajoling.  In this post I’ll explain some of the details about one way of doing it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-10-mobile-call.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 10 Sep 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-10-mobile-call.png"><br><br><p>Recently there was <a href="https://talk.automators.fm/t/select-mobile-number-only-from-contact-in-shortcuts/5476">a query on the Automators podcast forum</a>, where someone wanted to know how to retrieve a mobile phone number from a contact using Shortcuts.  This isn’t something that Shortcuts supports “out-of-the-box”, but it is something that Shortcuts can do with a bit of cajoling.  In this post I’ll explain some of the details about one way of doing it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/09/10/shortcuts-extract-contacts-mobile-phone-number</guid>
		</item>
		
		<item>
			<title>SAP SuccessFactors Q3 2019: The Zalaris Review</title>
			<link>https://www.thoughtasylum.com/2019/09/06/Q3-2019-successfactors-review/</link>
			<description><![CDATA[<p>The weekend prior to 9 September 2019. Updates are currently available in customer test systems, but what are those updates?</p>

<p>With each release, SuccessFactors release a flood of information in the form of webinars and documents that most customers simply don’t have time to process. This makes it difficult at best for customers to get the best value from the solutions and partners to keep on top of all of the key aspects.</p>

<p>To that end, every quarter for the past four years, my colleagues and I have been analysing and summarising the changes, and drawing upon our SuccessFactors consulting experience to provide additional insight into the impact, uses and benefits these changes can have for an organisation who have implemented, or are currently implementing, SuccessFactors modules.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-06-meeting.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 06 Sep 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-06-meeting.jpg"><br><br><p>The weekend prior to 9 September 2019. Updates are currently available in customer test systems, but what are those updates?</p>

<p>With each release, SuccessFactors release a flood of information in the form of webinars and documents that most customers simply don’t have time to process. This makes it difficult at best for customers to get the best value from the solutions and partners to keep on top of all of the key aspects.</p>

<p>To that end, every quarter for the past four years, my colleagues and I have been analysing and summarising the changes, and drawing upon our SuccessFactors consulting experience to provide additional insight into the impact, uses and benefits these changes can have for an organisation who have implemented, or are currently implementing, SuccessFactors modules.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/09/06/Q3-2019-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q3 2019 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/09/03/Q3-2019-successfactors-ecsc/</link>
			<description><![CDATA[<p>After a packed second-quarter release of features and improvements for Employee Central Service Centre, quarter three eases off a little and to my mind focuses on maturing some of the existing aspects of the solution.  Nevertheless, the updates this month are important and will almost certainly have significant impact. For example, I can see many of the user interface enhancements making a real difference to the efficiency of agents – freeing up more of their time to deal with requests versus spending it on data maintenance and system navigation.  Likewise, administrators will find useful options introduced that could open up some new opportunities.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-03-support.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 03 Sep 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-03-support.jpg"><br><br><p>After a packed second-quarter release of features and improvements for Employee Central Service Centre, quarter three eases off a little and to my mind focuses on maturing some of the existing aspects of the solution.  Nevertheless, the updates this month are important and will almost certainly have significant impact. For example, I can see many of the user interface enhancements making a real difference to the efficiency of agents – freeing up more of their time to deal with requests versus spending it on data maintenance and system navigation.  Likewise, administrators will find useful options introduced that could open up some new opportunities.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/09/03/Q3-2019-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Q3 2019 : SuccessFactors Learning - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/09/02/Q3-2019-successfactors-learning/</link>
			<description><![CDATA[<p>Once again, we’re experiencing a very quiet quarter for SuccessFactors Learning, with the administrator user interface refresh being such a large piece of redevelopment work and consuming the development team’s time. Learning is set to receive some updates via the mobile app and through some updates to system integrations.</p>

<p>But what SAP did choose to do this quarter, was to share some details as to what is coming up for Learning. How People Analytics is going to impact Learning, a peek at the administrator user interface redevelopment and a ‘heads-up’ on some changes due next year where affected customers will need to act.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-02-library.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 02 Sep 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-09-02-library.jpg"><br><br><p>Once again, we’re experiencing a very quiet quarter for SuccessFactors Learning, with the administrator user interface refresh being such a large piece of redevelopment work and consuming the development team’s time. Learning is set to receive some updates via the mobile app and through some updates to system integrations.</p>

<p>But what SAP did choose to do this quarter, was to share some details as to what is coming up for Learning. How People Analytics is going to impact Learning, a peek at the administrator user interface redevelopment and a ‘heads-up’ on some changes due next year where affected customers will need to act.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/09/02/Q3-2019-successfactors-learning</guid>
		</item>
		
		<item>
			<title>Q3 2019 : SuccessFactors Mobile - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/08/30/Q3-2019-successfactors-mobile/</link>
			<description><![CDATA[<p>SuccessFactors mobile holds a special place in our quarterly reviews as unlike other areas; it isn’t exactly matched to the quarterly release cycle. Instead, the iOS and Android mobile apps are released on a monthly cycle, and so we have a look back at recent updates and forward to pending and upcoming ones. This quarter though we have a mixture as some of the features are ones that happen behind the scenes and will be accessible to apps as soon as the core functionality is updated in the quarterly release.</p>

<p>But before we begin looking at new and updated features, we need to look at some platform-related changes that SAP is introducing.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-08-30-mobile.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 Aug 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-08-30-mobile.jpg"><br><br><p>SuccessFactors mobile holds a special place in our quarterly reviews as unlike other areas; it isn’t exactly matched to the quarterly release cycle. Instead, the iOS and Android mobile apps are released on a monthly cycle, and so we have a look back at recent updates and forward to pending and upcoming ones. This quarter though we have a mixture as some of the features are ones that happen behind the scenes and will be accessible to apps as soon as the core functionality is updated in the quarterly release.</p>

<p>But before we begin looking at new and updated features, we need to look at some platform-related changes that SAP is introducing.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/08/30/Q3-2019-successfactors-mobile</guid>
		</item>
		
		<item>
			<title>Evaluating JavaScript in Shortcuts</title>
			<link>https://www.thoughtasylum.com/2019/08/23/evaluating-javascript-in-shortcuts/</link>
			<description><![CDATA[<p><a href="https://support.apple.com/en-gb/guide/shortcuts/welcome/ios">Shortcuts</a> is a versatile automation tool on iOS, but it does have limitations.  Many of these stem from it not being a true scripting/programming language, but rather a visual automation tool.  When compared to alternatives like <a href="http://omz-software.com/pythonista/">Pythonista</a> or <a href="https://scriptable.app">Scriptable</a>, the app comes up a little short on things you might like to do with it sometimes that would be easier in other programming languages?  But what if I told you that Shortcuts can actually tap into some of that coding power through a technique for evaluating JavaScript?  Interested? Well let me explain.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-08-23-javascript.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 23 Aug 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-08-23-javascript.jpg"><br><br><p><a href="https://support.apple.com/en-gb/guide/shortcuts/welcome/ios">Shortcuts</a> is a versatile automation tool on iOS, but it does have limitations.  Many of these stem from it not being a true scripting/programming language, but rather a visual automation tool.  When compared to alternatives like <a href="http://omz-software.com/pythonista/">Pythonista</a> or <a href="https://scriptable.app">Scriptable</a>, the app comes up a little short on things you might like to do with it sometimes that would be easier in other programming languages?  But what if I told you that Shortcuts can actually tap into some of that coding power through a technique for evaluating JavaScript?  Interested? Well let me explain.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/08/23/evaluating-javascript-in-shortcuts</guid>
		</item>
		
		<item>
			<title>Downloaded App Mover</title>
			<link>https://www.thoughtasylum.com/2019/07/26/downloaded-app-mover/</link>
			<description><![CDATA[<p>I recently got a new Mac laptop, my previous one being the best part of a decade old, and I found myself copying new (non-app store) applications from the Downloads folder to the Applications folder far more often than I was comfortable with.  To that end I decided to automate the process.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-07-26-mover.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 26 Jul 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-07-26-mover.png"><br><br><p>I recently got a new Mac laptop, my previous one being the best part of a decade old, and I found myself copying new (non-app store) applications from the Downloads folder to the Applications folder far more often than I was comfortable with.  To that end I decided to automate the process.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/07/26/downloaded-app-mover</guid>
		</item>
		
		<item>
			<title>Folders in Drafts</title>
			<link>https://www.thoughtasylum.com/2019/06/11/folders-in-drafts/</link>
			<description><![CDATA[<p>If you are a Drafts user, you may be familiar with the concept of workspaces, but there’s also a (related) folder concept too that’s been around since much earlier versions of Drafts.  In this post I’m going to explain a little about these folders and what they actually contain in regards to your Drafts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-06-11-folders.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 11 Jun 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-06-11-folders.jpg"><br><br><p>If you are a Drafts user, you may be familiar with the concept of workspaces, but there’s also a (related) folder concept too that’s been around since much earlier versions of Drafts.  In this post I’m going to explain a little about these folders and what they actually contain in regards to your Drafts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/06/11/folders-in-drafts</guid>
		</item>
		
		<item>
			<title>Getting the Most from the 2019 Q1 SAP SuccessFactors Update</title>
			<link>https://www.thoughtasylum.com/2019/06/01/Q2-2019-successfactors-review/</link>
			<description><![CDATA[<p>It’s already drawing to a close on the first quarter of the year and spring is upon us in the UK. That can only mean that the Q1 release of SuccessFactors is in preview environments and ready for imminent release. The question then is what does this mean for organisations who are using SuccessFactors?</p>

<p>That’s what my colleagues and I strive to understand and share in our quarterly review of the SuccessFactors release. We sift through the information and draw upon our own experiences to pick out the key information and distil it down into a format that can be understood by everyone. Hopefully the insights we’ve provided over the last three and a half years help both clients and partners get more value from the releases and we’re always keen to hear feedback where about how the articles help people understand and get more from their investment.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-04-02-review.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Jun 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-04-02-review.jpg"><br><br><p>It’s already drawing to a close on the first quarter of the year and spring is upon us in the UK. That can only mean that the Q1 release of SuccessFactors is in preview environments and ready for imminent release. The question then is what does this mean for organisations who are using SuccessFactors?</p>

<p>That’s what my colleagues and I strive to understand and share in our quarterly review of the SuccessFactors release. We sift through the information and draw upon our own experiences to pick out the key information and distil it down into a format that can be understood by everyone. Hopefully the insights we’ve provided over the last three and a half years help both clients and partners get more value from the releases and we’re always keen to hear feedback where about how the articles help people understand and get more from their investment.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/06/01/Q2-2019-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q2 2019 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/05/28/Q2-2019-successfactors-ecsc/</link>
			<description><![CDATA[<p>The quarter sees a wide range of updates across Cloud for Customer, Ask HR, and SuccessFactors Mobile, that will affect customers utilising Employee Central Service Centre (ECSC).  It’s time for some significant changes to take place, so let’s dive in.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-05-28-support.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 May 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-05-28-support.jpg"><br><br><p>The quarter sees a wide range of updates across Cloud for Customer, Ask HR, and SuccessFactors Mobile, that will affect customers utilising Employee Central Service Centre (ECSC).  It’s time for some significant changes to take place, so let’s dive in.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/05/28/Q2-2019-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Excel - Failed Tabbed Data Paste</title>
			<link>https://www.thoughtasylum.com/2019/05/02/excel-failed-tabbed-data-paste/</link>
			<description><![CDATA[<p>In my day job I work with a lot of raw data, and I make judicious use of Microsoft Excel to help me in the builds and transforms I need to accomplish.  As many people are no doubt aware, Excel can be quite useful with the use of tab separated text as it treats each tab as a way to separate data out into cells and each new line as a new row in a spreadsheet.  At least that’s what I thought. Recently however, I fell foul of finding tab separated data on my Windows clipboard not pasting into Excel in this way. But I did track down why this occurred.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-05-02-broken.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 02 May 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-05-02-broken.png"><br><br><p>In my day job I work with a lot of raw data, and I make judicious use of Microsoft Excel to help me in the builds and transforms I need to accomplish.  As many people are no doubt aware, Excel can be quite useful with the use of tab separated text as it treats each tab as a way to separate data out into cells and each new line as a new row in a spreadsheet.  At least that’s what I thought. Recently however, I fell foul of finding tab separated data on my Windows clipboard not pasting into Excel in this way. But I did track down why this occurred.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/05/02/excel-failed-tabbed-data-paste</guid>
		</item>
		
		<item>
			<title>PowerPoint - Animations Delay Transitions</title>
			<link>https://www.thoughtasylum.com/2019/04/06/powerpoint-animations-delay-transitions/</link>
			<description><![CDATA[<p>I was working on a slide deck for work recently where I wanted to transition from one slide to another after a specified period of time.  I was using PowerPoint and figured this would be no problem at all.  I’d used this approach many times previously, but on this occasion it simply wouldn’t advance.  The reason I eventually discovered was down to some on-slide animation.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-04-06-clapperboard.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 06 Apr 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-04-06-clapperboard.jpg"><br><br><p>I was working on a slide deck for work recently where I wanted to transition from one slide to another after a specified period of time.  I was using PowerPoint and figured this would be no problem at all.  I’d used this approach many times previously, but on this occasion it simply wouldn’t advance.  The reason I eventually discovered was down to some on-slide animation.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/04/06/powerpoint-animations-delay-transitions</guid>
		</item>
		
		<item>
			<title>Power-up with the Second SAP SuccessFactors Release of 2019</title>
			<link>https://www.thoughtasylum.com/2019/04/02/Q1-2019-successfactors-review/</link>
			<description><![CDATA[<p>We’re now well into the second quarter of 2019, and that means that it’s almost time for the Q2 release of SAP SuccessFactors to be released to customers. The questions are, what’s in this latest release and what do customers need to know?</p>

<p>That’s exactly the overarching question my colleagues and I at Zalaris tackle with our quarterly reviews. We compile the information SAP release, check the preview systems and then draw upon our own analytical skills and implementation &amp; support experience to filter the wealth of information down to the key elements, presenting them in a format we hope is friendly and consumable by all.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-06-01-review.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 02 Apr 2019 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-06-01-review.png"><br><br><p>We’re now well into the second quarter of 2019, and that means that it’s almost time for the Q2 release of SAP SuccessFactors to be released to customers. The questions are, what’s in this latest release and what do customers need to know?</p>

<p>That’s exactly the overarching question my colleagues and I at Zalaris tackle with our quarterly reviews. We compile the information SAP release, check the preview systems and then draw upon our own analytical skills and implementation &amp; support experience to filter the wealth of information down to the key elements, presenting them in a format we hope is friendly and consumable by all.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/04/02/Q1-2019-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q1 2019 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2019/03/23/Q1-2019-successfactors-ecsc/</link>
			<description><![CDATA[<p>Employee Central Service Centre (ECSC) is the integrated HR ticketing solution for SuccessFactors.  Based on several components, the solution leverages functionality from Employee Central (EC), SAP Hybris Cloud for Customer (C4C), SAP Cloud Platform (SCP) and other optional components.  In reviewing this Q1 2019 release, I’m going to look specifically at the SCP and C4C updates that impact the use and implementation/maintenance of ECSC.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-03-23-service.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 23 Mar 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-03-23-service.jpg"><br><br><p>Employee Central Service Centre (ECSC) is the integrated HR ticketing solution for SuccessFactors.  Based on several components, the solution leverages functionality from Employee Central (EC), SAP Hybris Cloud for Customer (C4C), SAP Cloud Platform (SCP) and other optional components.  In reviewing this Q1 2019 release, I’m going to look specifically at the SCP and C4C updates that impact the use and implementation/maintenance of ECSC.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/03/23/Q1-2019-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Create a Nice PDF with Drafts and Shortcuts</title>
			<link>https://www.thoughtasylum.com/2019/03/10/create-a-nice-pdf-with-drafts-and-shortcuts/</link>
			<description><![CDATA[<p>Early last month, a student teacher was posting on the Automators forum about <a href="https://talk.automators.fm/t/filling-out-a-standard-template/3939">using Drafts to make dealing with templates such as lesson plans easier</a>.  Through a bit of discussion in the thread, it came about that the student teacher really just was looking for a way to get simple text entry into a format compatible with the template - i.e. printable vs. editable.  With this amendment I was able to put together an example based on the template they provided that would transform text in a draft via a Drafts action and Shortcuts into a nicely formatted PDF document.</p>

<p>In this post I’m going to review the solution and approach as to how I did that.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-03-10-template.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-03-10-template.png"><br><br><p>Early last month, a student teacher was posting on the Automators forum about <a href="https://talk.automators.fm/t/filling-out-a-standard-template/3939">using Drafts to make dealing with templates such as lesson plans easier</a>.  Through a bit of discussion in the thread, it came about that the student teacher really just was looking for a way to get simple text entry into a format compatible with the template - i.e. printable vs. editable.  With this amendment I was able to put together an example based on the template they provided that would transform text in a draft via a Drafts action and Shortcuts into a nicely formatted PDF document.</p>

<p>In this post I’m going to review the solution and approach as to how I did that.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/03/10/create-a-nice-pdf-with-drafts-and-shortcuts</guid>
		</item>
		
		<item>
			<title>Editing Large Amounts of Text in Shortcuts</title>
			<link>https://www.thoughtasylum.com/2019/02/26/editing-large-amounts-of-text-in-shortcuts/</link>
			<description><![CDATA[<p>Last year I posted <a href="https://talk.automators.fm/t/editing-large-amounts-of-text-in-shortcuts/2838">a small piece on text editing</a> to the Automators forum.  It was inspired by another post on the Drafts forum and focused on coming up with a way to edit text making more use of the screen estate than the paltry offering of the standard text options in Shortcuts.  The premise was simply to enable a larger text editing area via Scriptable.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-02-26-expand.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 Feb 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-02-26-expand.png"><br><br><p>Last year I posted <a href="https://talk.automators.fm/t/editing-large-amounts-of-text-in-shortcuts/2838">a small piece on text editing</a> to the Automators forum.  It was inspired by another post on the Drafts forum and focused on coming up with a way to edit text making more use of the screen estate than the paltry offering of the standard text options in Shortcuts.  The premise was simply to enable a larger text editing area via Scriptable.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/02/26/editing-large-amounts-of-text-in-shortcuts</guid>
		</item>
		
		<item>
			<title>Launch Center Pro Shortcut Adder</title>
			<link>https://www.thoughtasylum.com/2019/01/13/launch-center-pro-shorcut-adder/</link>
			<description><![CDATA[<p>The latest iteration of the iOS app <a href="https://contrast.co/launch-center-pro/">Launch Center Pro</a> comes with an option to <a href="https://www.icloud.com/shortcuts/9de3eccc2d1548e49973e7e4bcb4bef2">use a Shortcuts shortcut to add launchers for shortcuts to Launch Center Pro</a>. It allows you to grab a shortcut from Shortcuts, and to set the launcher icon and the launch URL in Launch Center Pro. Very meta, and very cool.  However, I have a lot of shortcuts.  I’m often at the four figure mark, and it just doesn’t give me the ease of set-up I need, and also <a href="/2018/12/26/shortcuts-quick-run/">I often like to run my shortcuts via a shortcut launcher to speed things up</a>. To that end, I took it upon myself to produce an enhanced version of the original shortcut.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-01-13-auto-lcp.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 13 Jan 2019 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2019/2019-01-13-auto-lcp.png"><br><br><p>The latest iteration of the iOS app <a href="https://contrast.co/launch-center-pro/">Launch Center Pro</a> comes with an option to <a href="https://www.icloud.com/shortcuts/9de3eccc2d1548e49973e7e4bcb4bef2">use a Shortcuts shortcut to add launchers for shortcuts to Launch Center Pro</a>. It allows you to grab a shortcut from Shortcuts, and to set the launcher icon and the launch URL in Launch Center Pro. Very meta, and very cool.  However, I have a lot of shortcuts.  I’m often at the four figure mark, and it just doesn’t give me the ease of set-up I need, and also <a href="/2018/12/26/shortcuts-quick-run/">I often like to run my shortcuts via a shortcut launcher to speed things up</a>. To that end, I took it upon myself to produce an enhanced version of the original shortcut.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2019/01/13/launch-center-pro-shorcut-adder</guid>
		</item>
		
		<item>
			<title>Shortcuts: Quick Run</title>
			<link>https://www.thoughtasylum.com/2018/12/26/shortcuts-quick-run/</link>
			<description><![CDATA[<p>Did you know there’s a way to speed up <a href="https://support.apple.com/en-gb/guide/shortcuts/welcome/ios">Shortcuts</a> shortcuts on iOS?  It’s really simple and can make a huge impact.  Particularly on more complex shortcuts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-12-26-sprint.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 26 Dec 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-12-26-sprint.png"><br><br><p>Did you know there’s a way to speed up <a href="https://support.apple.com/en-gb/guide/shortcuts/welcome/ios">Shortcuts</a> shortcuts on iOS?  It’s really simple and can make a huge impact.  Particularly on more complex shortcuts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/12/26/shortcuts-quick-run</guid>
		</item>
		
		<item>
			<title>Getting to Grips with Launch Center Pro</title>
			<link>https://www.thoughtasylum.com/2018/12/20/getting-to-grips-with-launch-center-pro/</link>
			<description><![CDATA[<p>A few days ago over on the Automators podcast forum <a href="https://talk.automators.fm/t/automators-13-launch-center-pro-with-david-barnard/3543">I answered a query about making use of the iOS app Launch Center Pro</a>, which had recently been updated.  The post was fairly extensive and received a lot of positive feedback.  I therefore decided to paraphrase it here on my own web site as a reference for those who follow my writing.</p>

<p>The posting came about in response to queries from a couple of users about use cases and a general utilisation of the app and so, in response, I decided to share some details about what it does for me.  It focuses on the fact that Launch Center Pro offers me some specific features that I find useful, but for some of these features there are certainly alternative approaches.  That isn’t necessarily a bad thing, as different approaches suit different workflows and different mind sets.  Based on that I set out the following assertion for everything that follows.</p>

<p><strong>Launch Center Pro isn’t necessarily an app for everyone, but it can be an app for anyone</strong>, from novice through to advanced iOS user.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-12-20-launch.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 20 Dec 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-12-20-launch.jpg"><br><br><p>A few days ago over on the Automators podcast forum <a href="https://talk.automators.fm/t/automators-13-launch-center-pro-with-david-barnard/3543">I answered a query about making use of the iOS app Launch Center Pro</a>, which had recently been updated.  The post was fairly extensive and received a lot of positive feedback.  I therefore decided to paraphrase it here on my own web site as a reference for those who follow my writing.</p>

<p>The posting came about in response to queries from a couple of users about use cases and a general utilisation of the app and so, in response, I decided to share some details about what it does for me.  It focuses on the fact that Launch Center Pro offers me some specific features that I find useful, but for some of these features there are certainly alternative approaches.  That isn’t necessarily a bad thing, as different approaches suit different workflows and different mind sets.  Based on that I set out the following assertion for everything that follows.</p>

<p><strong>Launch Center Pro isn’t necessarily an app for everyone, but it can be an app for anyone</strong>, from novice through to advanced iOS user.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/12/20/getting-to-grips-with-launch-center-pro</guid>
		</item>
		
		<item>
			<title>Shortcuts: Voice Controlled Options</title>
			<link>https://www.thoughtasylum.com/2018/11/30/shortcuts-voice-controlled-options/</link>
			<description><![CDATA[<p>Shortcuts on iOS is a wonderfully versatile tool and I use it for a wide variety of things.  Sometimes I even use it hands free as Shortcuts support Siri trigger words.  Unfortunately, the shortcut’s subsequent interaction tends to be rather one way unless you are able to access your device’s keyboard.  But it is just a tendency.  Shortcuts can still interact with you on basic decision making operations and I use this in a number of shortcuts, including, most notably, a briefing routine that not only varies by time of day, but allows me to customise the content as it runs.</p>

<p>In this post I’m going to show you the basic building blocks for how this works.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-30-voice-control.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 Nov 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-30-voice-control.png"><br><br><p>Shortcuts on iOS is a wonderfully versatile tool and I use it for a wide variety of things.  Sometimes I even use it hands free as Shortcuts support Siri trigger words.  Unfortunately, the shortcut’s subsequent interaction tends to be rather one way unless you are able to access your device’s keyboard.  But it is just a tendency.  Shortcuts can still interact with you on basic decision making operations and I use this in a number of shortcuts, including, most notably, a briefing routine that not only varies by time of day, but allows me to customise the content as it runs.</p>

<p>In this post I’m going to show you the basic building blocks for how this works.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/11/30/shortcuts-voice-controlled-options</guid>
		</item>
		
		<item>
			<title>Making Sense of the 2018 Q4 SAP SuccessFactors Update</title>
			<link>https://www.thoughtasylum.com/2018/11/22/Q4-2018-successfactors-review/</link>
			<description><![CDATA[<p>We’re fast approaching the end of the year and so it’s time for SAP to roll-out the last of their SAP SuccessFactors HCM product suite quarterly updates for the period. In Preview systems at the moment it seems SAP have been pushing as hard as ever to get some great updates out to clients.</p>

<p>As ever, my colleagues and I at Zalaris have been taking apart the information about the release and figuring out what’s actually important, and what has the greatest benefit potential for the customers. There’s certainly been a lot of new and interesting updates to pick through, so it’s a pretty jam packed review overall.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-22-review.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 22 Nov 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-22-review.jpg"><br><br><p>We’re fast approaching the end of the year and so it’s time for SAP to roll-out the last of their SAP SuccessFactors HCM product suite quarterly updates for the period. In Preview systems at the moment it seems SAP have been pushing as hard as ever to get some great updates out to clients.</p>

<p>As ever, my colleagues and I at Zalaris have been taking apart the information about the release and figuring out what’s actually important, and what has the greatest benefit potential for the customers. There’s certainly been a lot of new and interesting updates to pick through, so it’s a pretty jam packed review overall.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/11/22/Q4-2018-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q4 2018 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/11/20/Q4-2018-successfactors-ecsc/</link>
			<description><![CDATA[<p>As 2018 draws to a close, SAP is set to release a good range of feature updates to Employee Central Service Centre (ECSC) users.  While information on Ask HR is oddly scarce, there’s plenty of Cloud for Customer updates to keep everyone very happy.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-20-centre.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 20 Nov 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-20-centre.jpg"><br><br><p>As 2018 draws to a close, SAP is set to release a good range of feature updates to Employee Central Service Centre (ECSC) users.  While information on Ask HR is oddly scarce, there’s plenty of Cloud for Customer updates to keep everyone very happy.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/11/20/Q4-2018-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Scriptable: Clipboard URL to Markdown Link</title>
			<link>https://www.thoughtasylum.com/2018/11/02/scriptable-clipboard-url-to-markdown-link/</link>
			<description><![CDATA[<p>With the move from Workflow to Shortcuts, I’ve come a little unstuck with a new issue around sharing them on iOS.  Previously, if I wanted to get the name of a workflow and it’s URL in a Markdown link format, I could use a workflow to grab the title of the download page of the URL, which would match to the name of the workflow.  After that it was just a case of wrapping the details in some Markdown syntax and we were done.  Unfortunately that approach doesn’t work any more, but I have come up with a workaround utilising Scriptable.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-02-shortcut-link.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 02 Nov 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-11-02-shortcut-link.png"><br><br><p>With the move from Workflow to Shortcuts, I’ve come a little unstuck with a new issue around sharing them on iOS.  Previously, if I wanted to get the name of a workflow and it’s URL in a Markdown link format, I could use a workflow to grab the title of the download page of the URL, which would match to the name of the workflow.  After that it was just a case of wrapping the details in some Markdown syntax and we were done.  Unfortunately that approach doesn’t work any more, but I have come up with a workaround utilising Scriptable.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/11/02/scriptable-clipboard-url-to-markdown-link</guid>
		</item>
		
		<item>
			<title>Automators 7 Shout Out</title>
			<link>https://www.thoughtasylum.com/2018/09/29/automators-7-shout-out/</link>
			<description><![CDATA[<p>I occasionally get mentions on my favourite podcasts, and it was a lovely surprise to hear my name mentioned on Episode 7 of the relatively new Automators podcast.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-29-automators-7.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 29 Sep 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-29-automators-7.png"><br><br><p>I occasionally get mentions on my favourite podcasts, and it was a lovely surprise to hear my name mentioned on Episode 7 of the relatively new Automators podcast.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/09/29/automators-7-shout-out</guid>
		</item>
		
		<item>
			<title>Shortcuts: Using IFTTT</title>
			<link>https://www.thoughtasylum.com/2018/09/18/shortcuts-using-ifttt/</link>
			<description><![CDATA[<p>Back in the Workflow days, the iOS app allowed for the triggering of <a href="https://ifttt.com">IFTTT</a> actions via a special Workflow recipe action trigger. While it worked, I actually found it quite cumbersome to configure.  As a result I switched to using the IFTTT web hook trigger for triggering IFTTT actions.  It turns out that in the move to Shortcuts, the app that Workflow evolved into, support for IFTTT was dropped, so I figured I’d share how to do the web hook triggering as that’s still viable.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-18-hook.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 18 Sep 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-18-hook.jpg"><br><br><p>Back in the Workflow days, the iOS app allowed for the triggering of <a href="https://ifttt.com">IFTTT</a> actions via a special Workflow recipe action trigger. While it worked, I actually found it quite cumbersome to configure.  As a result I switched to using the IFTTT web hook trigger for triggering IFTTT actions.  It turns out that in the move to Shortcuts, the app that Workflow evolved into, support for IFTTT was dropped, so I figured I’d share how to do the web hook triggering as that’s still viable.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/09/18/shortcuts-using-ifttt</guid>
		</item>
		
		<item>
			<title>SAP SuccessFactors Q3 2018: The Zalaris Review</title>
			<link>https://www.thoughtasylum.com/2018/09/02/Q3-2018-successfactors-review/</link>
			<description><![CDATA[<p>It’s that time again.</p>

<p>SAP have put another quarterly release of their HCM suite (SAP SuccessFactors) into preview environments. As always, my colleagues and I at Zalaris have been digging into the updates to figure out what’s important and what has the greatest potential. With GDPR now live, this quarter does not disappoint as it branches out in numerous ways, though you’ll still see some security and data related updates for some of the modules.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-02-review.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 02 Sep 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-02-review.jpg"><br><br><p>It’s that time again.</p>

<p>SAP have put another quarterly release of their HCM suite (SAP SuccessFactors) into preview environments. As always, my colleagues and I at Zalaris have been digging into the updates to figure out what’s important and what has the greatest potential. With GDPR now live, this quarter does not disappoint as it branches out in numerous ways, though you’ll still see some security and data related updates for some of the modules.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/09/02/Q3-2018-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q3 2018 : SuccessFactors Analytics and Reporting - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/09/01/Q3-2018-successfactors-analytics/</link>
			<description><![CDATA[<p>The Q3 2018 release certainly brings one of the more unusual updates around reporting and analytics in SuccessFactors.  To begin with, SAP is releasing a set of updates around the report tool, known as BIRT (Business Intelligent and Reporting Tool), and considered by most SuccessFactors users as a legacy reporting tool.  Alongside this, they are also applying some updates to Report Centre and setting up some important changes for the Q4 2018 release.</p>

<p>It is certainly quite unusual, so what’s going on?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-01-analytics.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Sep 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-09-01-analytics.jpg"><br><br><p>The Q3 2018 release certainly brings one of the more unusual updates around reporting and analytics in SuccessFactors.  To begin with, SAP is releasing a set of updates around the report tool, known as BIRT (Business Intelligent and Reporting Tool), and considered by most SuccessFactors users as a legacy reporting tool.  Alongside this, they are also applying some updates to Report Centre and setting up some important changes for the Q4 2018 release.</p>

<p>It is certainly quite unusual, so what’s going on?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/09/01/Q3-2018-successfactors-analytics</guid>
		</item>
		
		<item>
			<title>Q3 2018 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/08/30/Q3-2018-successfactors-ecsc/</link>
			<description><![CDATA[<p>We’re over halfway through 2018 and in this release, we see SAP pull back a little and work on stability and tweaks rather than lots of new features.  But while there’s no game-changing functionality in this Employee Central Service Centre (ECSC) release, we do see some notable incremental changes and some important news for the future.</p>

<p>Let’s dive straight in with a look at what’s new for employees in Ask HR.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-30-help.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Aug 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-30-help.jpg"><br><br><p>We’re over halfway through 2018 and in this release, we see SAP pull back a little and work on stability and tweaks rather than lots of new features.  But while there’s no game-changing functionality in this Employee Central Service Centre (ECSC) release, we do see some notable incremental changes and some important news for the future.</p>

<p>Let’s dive straight in with a look at what’s new for employees in Ask HR.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/08/30/Q3-2018-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Q3 2018 : SuccessFactors Foundation - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/08/27/Q3-2018-successfactors-foundation/</link>
			<description><![CDATA[<p>Whereas many of the specific modules in this release are receiving low volumes, small updates, or a combination of the two, the underlying platform functionality for SuccessFactors is receiving a wide array of updates including many significant ones.  Normally we’d go deep on just the key ones, but this time around, it’s going to be a wider whirlwind tour.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-27-foundations.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 27 Aug 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-27-foundations.jpg"><br><br><p>Whereas many of the specific modules in this release are receiving low volumes, small updates, or a combination of the two, the underlying platform functionality for SuccessFactors is receiving a wide array of updates including many significant ones.  Normally we’d go deep on just the key ones, but this time around, it’s going to be a wider whirlwind tour.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/08/27/Q3-2018-successfactors-foundation</guid>
		</item>
		
		<item>
			<title>Why Should I Use Drafts?</title>
			<link>https://www.thoughtasylum.com/2018/08/04/why-should-i-use-drafts/</link>
			<description><![CDATA[<p>Drafts is an iOS app that’s been around for quite some time.  In it’s fifth iteration it has become a veritable power house of an app with advanced automation features and a pro subscription option to match; though there’s also now a free tier too.  For many, Drafts is a bit of a conundrum.  Not fitting neatly into categorisation as a text editor, an automation tool, or anything else. It is quite distinct, yet overlaps many traditional app areas. But today I thought I’d give you some reasons as to why you should use Drafts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-04-why.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 04 Aug 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-08-04-why.png"><br><br><p>Drafts is an iOS app that’s been around for quite some time.  In it’s fifth iteration it has become a veritable power house of an app with advanced automation features and a pro subscription option to match; though there’s also now a free tier too.  For many, Drafts is a bit of a conundrum.  Not fitting neatly into categorisation as a text editor, an automation tool, or anything else. It is quite distinct, yet overlaps many traditional app areas. But today I thought I’d give you some reasons as to why you should use Drafts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/08/04/why-should-i-use-drafts</guid>
		</item>
		
		<item>
			<title>TextExpander: Mac Version Details</title>
			<link>https://www.thoughtasylum.com/2018/07/30/textexpander-mac-version-details/</link>
			<description><![CDATA[<p>Occasionally, I have a need to know the precise version of the OS of the Mac I’m using.  This is particularly true when I get involved with beta testing software for developers.  Whilst I can get the information manually each time, this was something that was ripe for automation.  To that end I put together a shell script-based <a href="https://textexpander.com">TextExpander</a> snippet to output the information for me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-07-30-info.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 Jul 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-07-30-info.png"><br><br><p>Occasionally, I have a need to know the precise version of the OS of the Mac I’m using.  This is particularly true when I get involved with beta testing software for developers.  Whilst I can get the information manually each time, this was something that was ripe for automation.  To that end I put together a shell script-based <a href="https://textexpander.com">TextExpander</a> snippet to output the information for me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/07/30/textexpander-mac-version-details</guid>
		</item>
		
		<item>
			<title>XYplorer: Trigger Word Document Compare</title>
			<link>https://www.thoughtasylum.com/2018/06/26/xyplorer-trigger-word-document-compare/</link>
			<description><![CDATA[<p>A lot of my work revolves around documentation and in business, Microsoft Word documents still rule.  Word of course comes with it’s own built-in version tracking feature, but by default this feature is enabled.  It has to be purposefully enabled as it can make documents confusing and cumbersome for those who don’t fully understand how to use it.  Unfortunately from time to time, people send me document revisions where they have neglected to enable track changes, and it is important to identify what has actually changed.  In these scenarios, we can fall back to Word’s document compare feature to identify the changes.</p>

<p>Normally, you would open Word, navigate to each file in turn and trigger the compare.  This is all fine and good, but as someone who is usually working with the files directly in <a href="htps://xyplorer.com">XYplorer</a> (my Windows file manager of choice), I figured it was more efficient to trigger it from within the app.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-06-26-compare%20word.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 Jun 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-06-26-compare%20word.png"><br><br><p>A lot of my work revolves around documentation and in business, Microsoft Word documents still rule.  Word of course comes with it’s own built-in version tracking feature, but by default this feature is enabled.  It has to be purposefully enabled as it can make documents confusing and cumbersome for those who don’t fully understand how to use it.  Unfortunately from time to time, people send me document revisions where they have neglected to enable track changes, and it is important to identify what has actually changed.  In these scenarios, we can fall back to Word’s document compare feature to identify the changes.</p>

<p>Normally, you would open Word, navigate to each file in turn and trigger the compare.  This is all fine and good, but as someone who is usually working with the files directly in <a href="htps://xyplorer.com">XYplorer</a> (my Windows file manager of choice), I figured it was more efficient to trigger it from within the app.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/06/26/xyplorer-trigger-word-document-compare</guid>
		</item>
		
		<item>
			<title>SuccessFactors Q2 2018 Release - What you should know...</title>
			<link>https://www.thoughtasylum.com/2018/06/15/Q2-2018-successfactors-review/</link>
			<description><![CDATA[<p>My colleagues and I at <a href="https://www.linkedin.com/company/zalaris/?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3BOHL8N7CXQ12UmGQQ2t%2BaIg%3D%3D">Zalaris</a> have been hard at work once again analysing the information from SAP in relation to the SAP SuccessFactors update that dropped into production environments this last weekend (3 June 2018). We try to distil the wealth of information available into the core aspects that we feel customers and those with an interest in keeping up to date with SuccessFactors can really benefit from. We share our thoughts and insights alongside the news of what’s new and what’s changing in order to ensure you understand the benefits and impact each release brings.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-06-15-review.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 15 Jun 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-06-15-review.jpg"><br><br><p>My colleagues and I at <a href="https://www.linkedin.com/company/zalaris/?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3BOHL8N7CXQ12UmGQQ2t%2BaIg%3D%3D">Zalaris</a> have been hard at work once again analysing the information from SAP in relation to the SAP SuccessFactors update that dropped into production environments this last weekend (3 June 2018). We try to distil the wealth of information available into the core aspects that we feel customers and those with an interest in keeping up to date with SuccessFactors can really benefit from. We share our thoughts and insights alongside the news of what’s new and what’s changing in order to ensure you understand the benefits and impact each release brings.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/06/15/Q2-2018-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q2 2018 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/05/29/Q2-2018-successfactors-ecsc/</link>
			<description><![CDATA[<p>With the second release of 2018, SAP SuccessFactors is releasing a handful of notable updates for Employee Central Service Centre (ECSC).</p>

<ol>
  <li><strong>Data Protection and Privacy</strong> – some key info for everyone with interest in the European General Data Protection Regulation (GDPR).</li>
  <li><strong>Machine Learning</strong> – new functionality to automate some ticket related decisions.</li>
  <li><strong>Ask HR Enhancements</strong> – some good news for global implementations and service agents.</li>
  <li><strong>Responsive User Interface News</strong> – an update on the Fiori based user interface for Cloud for Customer.</li>
</ol>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-05-29-helpdesk.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 May 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-05-29-helpdesk.png"><br><br><p>With the second release of 2018, SAP SuccessFactors is releasing a handful of notable updates for Employee Central Service Centre (ECSC).</p>

<ol>
  <li><strong>Data Protection and Privacy</strong> – some key info for everyone with interest in the European General Data Protection Regulation (GDPR).</li>
  <li><strong>Machine Learning</strong> – new functionality to automate some ticket related decisions.</li>
  <li><strong>Ask HR Enhancements</strong> – some good news for global implementations and service agents.</li>
  <li><strong>Responsive User Interface News</strong> – an update on the Fiori based user interface for Cloud for Customer.</li>
</ol>

]]></content:encoded>
			<guid isPermaLink="false">/2018/05/29/Q2-2018-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>Uploading Micro:Bit HEX files on the Mac</title>
			<link>https://www.thoughtasylum.com/2018/05/19/uploading-microbit-hex-files-on-the-mac/</link>
			<description><![CDATA[<p>The BBC Micro:Bit (or MicroBit) is a great, cheap piece of kit for budding coders.  It isn’t Raspberry Pi Zero, but it is geared around helping develop coding skills in visual blocks, JavaScript, or Python that you can see interacting on the device without the need to have lots of additional hardware.  It has LEDs, GPIO pins, buttons, a gyroscope, some rudimentary options for measuring temperatures and light levels.  It’s just a solid little gadget that can be found in many UK schools today.  I’ve been using them as an option for my children for coding and experimenting for some time, and there are some rough edges - particularly around streamlining the process of getting the compiled code onto the device.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-05-19-microbit.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 19 May 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-05-19-microbit.png"><br><br><p>The BBC Micro:Bit (or MicroBit) is a great, cheap piece of kit for budding coders.  It isn’t Raspberry Pi Zero, but it is geared around helping develop coding skills in visual blocks, JavaScript, or Python that you can see interacting on the device without the need to have lots of additional hardware.  It has LEDs, GPIO pins, buttons, a gyroscope, some rudimentary options for measuring temperatures and light levels.  It’s just a solid little gadget that can be found in many UK schools today.  I’ve been using them as an option for my children for coding and experimenting for some time, and there are some rough edges - particularly around streamlining the process of getting the compiled code onto the device.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/05/19/uploading-microbit-hex-files-on-the-mac</guid>
		</item>
		
		<item>
			<title>Everything you need to know about the SAP SuccessFactors Q1 2018 release</title>
			<link>https://www.thoughtasylum.com/2018/04/26/Q1-2018-successfactors-review/</link>
			<description><![CDATA[<p>Do you use SAP SuccessFactors? Well if you do and you haven’t already read through the quarterly release review articles from Zalaris, then you really should. The team go in depth on a module by module basis picking out the key things that customers need to know about.</p>

<p>Find out what the impact will be on you and your organisation. Get tips on what features and options to use and what you might want to steer clear of or simply ignore at this point.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-26-review.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 26 Apr 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-26-review.jpg"><br><br><p>Do you use SAP SuccessFactors? Well if you do and you haven’t already read through the quarterly release review articles from Zalaris, then you really should. The team go in depth on a module by module basis picking out the key things that customers need to know about.</p>

<p>Find out what the impact will be on you and your organisation. Get tips on what features and options to use and what you might want to steer clear of or simply ignore at this point.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/04/26/Q1-2018-successfactors-review</guid>
		</item>
		
		<item>
			<title>Q1 2018 : SuccessFactors Employee Central Service Centre - Quarterly Review</title>
			<link>https://www.thoughtasylum.com/2018/04/20/Q1-2018-successfactors-ecsc/</link>
			<description><![CDATA[<p>Employee Central Service Centre (ECSC) is an unusual SuccessFactors solution in
that it isn’t really a single module. Rather it is a combination of modules that
integrate with SuccessFactors to provide an HR service desk with self-service
functionality as well as the usual incident* management functionality.</p>

<p>* <em>If ‘incidents’ seems an unfamiliar term, it may be that they are known simply as
‘tickets’ or ‘cases’ in your organisation.</em></p>

<p>As a result, there are different stages at which updates are applied to different
systems and in turn, ECSC can receive updated functionality in a staggered manner.
However, by the time this post is released all of the details should be applicable to
production ECSC systems.</p>

<p>Whilst there are many integrations, hooks and instances of building on top of other
systems involved in deploying and running ECSC I’ll be specifically covering the
following areas in this review of the Q1 2018 releases.</p>

<ol>
  <li><strong>Ask HR</strong> – the employee’s interface to ECSC.</li>
  <li><strong>C4C</strong> (SAP Hybris Cloud for Customer, Service) – the HR service agent’s
interface to ECSC.</li>
  <li><strong>Languages</strong> – a brief not on updated language support.</li>
  <li><strong>Product News</strong> - A new ECSC offering from SAP.</li>
</ol>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-20-helpdesk.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 20 Apr 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-20-helpdesk.jpg"><br><br><p>Employee Central Service Centre (ECSC) is an unusual SuccessFactors solution in
that it isn’t really a single module. Rather it is a combination of modules that
integrate with SuccessFactors to provide an HR service desk with self-service
functionality as well as the usual incident* management functionality.</p>

<p>* <em>If ‘incidents’ seems an unfamiliar term, it may be that they are known simply as
‘tickets’ or ‘cases’ in your organisation.</em></p>

<p>As a result, there are different stages at which updates are applied to different
systems and in turn, ECSC can receive updated functionality in a staggered manner.
However, by the time this post is released all of the details should be applicable to
production ECSC systems.</p>

<p>Whilst there are many integrations, hooks and instances of building on top of other
systems involved in deploying and running ECSC I’ll be specifically covering the
following areas in this review of the Q1 2018 releases.</p>

<ol>
  <li><strong>Ask HR</strong> – the employee’s interface to ECSC.</li>
  <li><strong>C4C</strong> (SAP Hybris Cloud for Customer, Service) – the HR service agent’s
interface to ECSC.</li>
  <li><strong>Languages</strong> – a brief not on updated language support.</li>
  <li><strong>Product News</strong> - A new ECSC offering from SAP.</li>
</ol>

]]></content:encoded>
			<guid isPermaLink="false">/2018/04/20/Q1-2018-successfactors-ecsc</guid>
		</item>
		
		<item>
			<title>XYplorer: Quick PDF Processing</title>
			<link>https://www.thoughtasylum.com/2018/04/06/xyplorer-quick-pdf-processing/</link>
			<description><![CDATA[<p>In my work, I work with PDFs on a daily basis.  Typically I’m generating them as documentation, or reading documentation.  But I also occasionally work with PDFs in different ways.  Pulling out pages, replacing them with others, or building entirely new ones.  When I’m doing that on my work laptop running windows, I fall back to using the PDF Toolkit utility. Whilst there are visual interfaces to use this tool I most often identify a need to do something with a PDF when I’m working with the file itself. For that reason I’ve created some XYplorer scripts that make accessing common PDF manipulations even easier.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-06-pdf%20van.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 06 Apr 2018 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-04-06-pdf%20van.png"><br><br><p>In my work, I work with PDFs on a daily basis.  Typically I’m generating them as documentation, or reading documentation.  But I also occasionally work with PDFs in different ways.  Pulling out pages, replacing them with others, or building entirely new ones.  When I’m doing that on my work laptop running windows, I fall back to using the PDF Toolkit utility. Whilst there are visual interfaces to use this tool I most often identify a need to do something with a PDF when I’m working with the file itself. For that reason I’ve created some XYplorer scripts that make accessing common PDF manipulations even easier.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/04/06/xyplorer-quick-pdf-processing</guid>
		</item>
		
		<item>
			<title>XYplorer: Copy Last Screenshot Here</title>
			<link>https://www.thoughtasylum.com/2018/03/24/XYplorer-Copy-Last-Screenshot-Here/</link>
			<description><![CDATA[<p>Another quick but useful script for the Windows file manager
<a href="https://xyplorer.com">XYplorer</a> today when using it alongside my
favourite screenshot application on Windows,
<a href="http://getgreenshot.org/">Greenshot</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-03-24%20capture%20for%20copy.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Mar 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-03-24%20capture%20for%20copy.png"><br><br><p>Another quick but useful script for the Windows file manager
<a href="https://xyplorer.com">XYplorer</a> today when using it alongside my
favourite screenshot application on Windows,
<a href="http://getgreenshot.org/">Greenshot</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/03/24/XYplorer-Copy-Last-Screenshot-Here</guid>
		</item>
		
		<item>
			<title>Mute Your Microphone with Keyboard Maestro</title>
			<link>https://www.thoughtasylum.com/2018/02/04/Mute-Your-Microphone-with-Keyboard-Maestro/</link>
			<description><![CDATA[<p>Whilst I’m not a presenter on radio or podcast show, I do actually spend
a fair amount of time speaking to people via my computers. I join
conference calls, webinars and everything in between. For this I have my
trusty Blue Yeti microphone. Not a top of the line microphone, but a
notable improvement over the USB Jabra Speakerphone I used previously;
though I still use this as my speaker and as my travel microphone.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-02-04%20Mute%20microphone.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 04 Feb 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-02-04%20Mute%20microphone.png"><br><br><p>Whilst I’m not a presenter on radio or podcast show, I do actually spend
a fair amount of time speaking to people via my computers. I join
conference calls, webinars and everything in between. For this I have my
trusty Blue Yeti microphone. Not a top of the line microphone, but a
notable improvement over the USB Jabra Speakerphone I used previously;
though I still use this as my speaker and as my travel microphone.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/02/04/Mute-Your-Microphone-with-Keyboard-Maestro</guid>
		</item>
		
		<item>
			<title>XYplorer: Concatenating Files</title>
			<link>https://www.thoughtasylum.com/2018/01/20/XYplorer-Concatenating-Files/</link>
			<description><![CDATA[<p>Today I’m going to share an <a href="https://www.xyplorer.com/">XYplorer</a> script
for combining files through concatenation - i.e. merging them together by
appending the files to one another in order to create a new combined
file. Whilst it isn’t the sort of script I use everyday it does speed up
the occasions when I need to combine plain text based files into a
single file; in my case often for post-test data loading.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-01-20%20concatenation.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-01-20%20concatenation.png"><br><br><p>Today I’m going to share an <a href="https://www.xyplorer.com/">XYplorer</a> script
for combining files through concatenation - i.e. merging them together by
appending the files to one another in order to create a new combined
file. Whilst it isn’t the sort of script I use everyday it does speed up
the occasions when I need to combine plain text based files into a
single file; in my case often for post-test data loading.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/01/20/XYplorer-Concatenating-Files</guid>
		</item>
		
		<item>
			<title>2017 Thought Asylum Annual Review</title>
			<link>https://www.thoughtasylum.com/2018/01/04/2017-Thought-Asylum-Annual-Review/</link>
			<description><![CDATA[<p>2017 has passed into history and so I’m taking my annual look back at
what’s been getting the page hits on
<a href="http://thoughtasylum.com">thoughtasylum.com</a> and a personal look at the
past year.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-01-04%202017.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 04 Jan 2018 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2018/2018-01-04%202017.png"><br><br><p>2017 has passed into history and so I’m taking my annual look back at
what’s been getting the page hits on
<a href="http://thoughtasylum.com">thoughtasylum.com</a> and a personal look at the
past year.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2018/01/04/2017-Thought-Asylum-Annual-Review</guid>
		</item>
		
		<item>
			<title>XYplorer: Create a Time Stamped ZIP Folder</title>
			<link>https://www.thoughtasylum.com/2017/12/22/XYplorer-Create-a-Time-Stamped-ZIP-Folder/</link>
			<description><![CDATA[<p>Something I find I need to do quite regularly is take a snap shot of a
folder. For the purposes of saving space (and often for passing on the
folder to someone else) I like to compress the folder into a ZIP archive
and prefix the current time stamp to the file name.</p>

<p>This little activity was perfect for a bit of automation and so I
created a little script in XYplorer (my Windows file manager of choice)
to make this as easy as clicking a button.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-12-22%20folder%20snapshot.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 22 Dec 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-12-22%20folder%20snapshot.png"><br><br><p>Something I find I need to do quite regularly is take a snap shot of a
folder. For the purposes of saving space (and often for passing on the
folder to someone else) I like to compress the folder into a ZIP archive
and prefix the current time stamp to the file name.</p>

<p>This little activity was perfect for a bit of automation and so I
created a little script in XYplorer (my Windows file manager of choice)
to make this as easy as clicking a button.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/12/22/XYplorer-Create-a-Time-Stamped-ZIP-Folder</guid>
		</item>
		
		<item>
			<title>Excel: Count Lines in a Cell</title>
			<link>https://www.thoughtasylum.com/2017/11/30/Excel-Count-Lines-in-a-Cell/</link>
			<description><![CDATA[<p>Recently I was using an Excel spreadsheet to prepare some data and I had
a constraint to work to in the number of lines of data the target system
could display. Unfortunately rather than rows of data in Excel this was
to match against rows of data in a single Excel cell. So the question
is, how can you count the number of rows in an Excel cell?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-11-30%20count.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Nov 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-11-30%20count.png"><br><br><p>Recently I was using an Excel spreadsheet to prepare some data and I had
a constraint to work to in the number of lines of data the target system
could display. Unfortunately rather than rows of data in Excel this was
to match against rows of data in a single Excel cell. So the question
is, how can you count the number of rows in an Excel cell?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/11/30/Excel-Count-Lines-in-a-Cell</guid>
		</item>
		
		<item>
			<title>Changing My Work Twitter Handle</title>
			<link>https://www.thoughtasylum.com/2017/10/10/Changing-My-Work-Twitter-Handle/</link>
			<description><![CDATA[<p>I’ve been on Twitter a while now, but since starting in my current
business role I’ve had a separate account for my work posts. I’ve been
posting non-work things to <a href="https://twitter.com/sylumer">@sylumer</a> and
work items to <a href="https://twitter.com/sap_stephen">@SAP_Stephen</a>. However
last month I changed my work Twitter account and in this post I’m going
to talk a little about the reason and approach.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-10-10%20twitter%20phoenix.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 10 Oct 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-10-10%20twitter%20phoenix.png"><br><br><p>I’ve been on Twitter a while now, but since starting in my current
business role I’ve had a separate account for my work posts. I’ve been
posting non-work things to <a href="https://twitter.com/sylumer">@sylumer</a> and
work items to <a href="https://twitter.com/sap_stephen">@SAP_Stephen</a>. However
last month I changed my work Twitter account and in this post I’m going
to talk a little about the reason and approach.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/10/10/Changing-My-Work-Twitter-Handle</guid>
		</item>
		
		<item>
			<title>TextExpander and External Keyboards on iOS</title>
			<link>https://www.thoughtasylum.com/2017/09/24/TextExpander-and-External-Keyboards-on-iOS/</link>
			<description><![CDATA[<p>TextExpander is a fantastic tool that fundamentally allows you to enter
a string of characters and trigger a response that can replace the text
with different content (e.g. plain text, formatted text, an image). On
some platforms it can do even more, triggering scripts; though generally
the intent is to then return and output some content.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-24%20TextExpander%20Physical%20Keyboard%20iOS.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 24 Sep 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-24%20TextExpander%20Physical%20Keyboard%20iOS.png"><br><br><p>TextExpander is a fantastic tool that fundamentally allows you to enter
a string of characters and trigger a response that can replace the text
with different content (e.g. plain text, formatted text, an image). On
some platforms it can do even more, triggering scripts; though generally
the intent is to then return and output some content.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/09/24/TextExpander-and-External-Keyboards-on-iOS</guid>
		</item>
		
		<item>
			<title>SuccessFactors Q3 Update: Jam and Mobile</title>
			<link>https://www.thoughtasylum.com/2017/09/08/SuccessFactors-Q3-Update-Jam-and-Mobile/</link>
			<description><![CDATA[<p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the Jam (collaboration) module and the
platform’s mobile functionality.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-08%20Collaborate.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 08 Sep 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-08%20Collaborate.jpg"><br><br><p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the Jam (collaboration) module and the
platform’s mobile functionality.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/09/08/SuccessFactors-Q3-Update-Jam-and-Mobile</guid>
		</item>
		
		<item>
			<title>SuccessFactors Q3 Update: Reporting</title>
			<link>https://www.thoughtasylum.com/2017/09/03/SuccessFactors-Q3-Update-Reporting/</link>
			<description><![CDATA[<p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the reporting functionality.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-03%20Chart.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 03 Sep 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-03%20Chart.jpg"><br><br><p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the reporting functionality.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/09/03/SuccessFactors-Q3-Update-Reporting</guid>
		</item>
		
		<item>
			<title>SuccessFactors Q3 Update: Platform and Technology</title>
			<link>https://www.thoughtasylum.com/2017/09/02/SuccessFactors-Q3-Update-Platform-Technology/</link>
			<description><![CDATA[<p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the platform and underlying technologies.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-02%20Place%20in%20the%20Clouds.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 02 Sep 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-02%20Place%20in%20the%20Clouds.jpg"><br><br><p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the platform and underlying technologies.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/09/02/SuccessFactors-Q3-Update-Platform-Technology</guid>
		</item>
		
		<item>
			<title>SuccessFactors Q3 Update: Employee Central Service Centre</title>
			<link>https://www.thoughtasylum.com/2017/09/01/SuccessFactors-Q3-Update-Employee-Central-Service-Centre/</link>
			<description><![CDATA[<p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the Employee Central Service Centre module.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-01%20Together.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 01 Sep 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-09-01%20Together.jpg"><br><br><p>Every quarter SAP update their SuccessFactors product line and here is
my review for the updates to the Employee Central Service Centre module.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/09/01/SuccessFactors-Q3-Update-Employee-Central-Service-Centre</guid>
		</item>
		
		<item>
			<title>PowerShell: Sorting and Encoding Problem</title>
			<link>https://www.thoughtasylum.com/2017/08/19/PowerShell-Sorting-and-Encoding-Problem/</link>
			<description><![CDATA[<p>Recently I was working on processing a file of data and in order to
deduplicate and sort it, I decided to employ Windows’ PowerShell
scripting functionality. It’s a very powerful tool-set and perfectly
suited to what I needed to do, but I ran afoul of a small detail that
caused me some confusion at first but that I resolved in the end. Just
in case anyone else comes upon such an issue I thought it might be
useful to write up the problem and the simple solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-08-19%20ps%20sort.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 19 Aug 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-08-19%20ps%20sort.png"><br><br><p>Recently I was working on processing a file of data and in order to
deduplicate and sort it, I decided to employ Windows’ PowerShell
scripting functionality. It’s a very powerful tool-set and perfectly
suited to what I needed to do, but I ran afoul of a small detail that
caused me some confusion at first but that I resolved in the end. Just
in case anyone else comes upon such an issue I thought it might be
useful to write up the problem and the simple solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/08/19/PowerShell-Sorting-and-Encoding-Problem</guid>
		</item>
		
		<item>
			<title>TextExpander Wants</title>
			<link>https://www.thoughtasylum.com/2017/08/05/TextExpander-Wants/</link>
			<description><![CDATA[<p>The cloud-based cross-platform release of TextExpander has been around
for over a year having launched in early April 2016. Whilst there has
undoubtedly been a lot of progress on the apps (the Windows version in
particular) the promise of the cloud platform I still don’t think has
been realised and there’s still a lot of scope for improvement.</p>

<p>In this post, I’m offering up a handful of ideas of where I’d like to
see an improvement or offering from TextExpander. Most of these have
already been shared with TextExpander, but the more consumer interest in
a feature the more likely they’ll be to implement it and the sooner
they’ll consider doing so.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-08-05%20wants.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 05 Aug 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-08-05%20wants.png"><br><br><p>The cloud-based cross-platform release of TextExpander has been around
for over a year having launched in early April 2016. Whilst there has
undoubtedly been a lot of progress on the apps (the Windows version in
particular) the promise of the cloud platform I still don’t think has
been realised and there’s still a lot of scope for improvement.</p>

<p>In this post, I’m offering up a handful of ideas of where I’d like to
see an improvement or offering from TextExpander. Most of these have
already been shared with TextExpander, but the more consumer interest in
a feature the more likely they’ll be to implement it and the sooner
they’ll consider doing so.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/08/05/TextExpander-Wants</guid>
		</item>
		
		<item>
			<title>Word - Refresh All Fields</title>
			<link>https://www.thoughtasylum.com/2017/07/19/Word-Refresh-All-Fields/</link>
			<description><![CDATA[<p>In my work, I write a lot of documents. A surprising amount in fact,
probably equalled only by the number of spreadsheets. The majority of
these (Microsoft Word) documents are produced for clients and I like to
ensure as, best I can, that they are not only accurate but well
presented. However, in order to simplify document production I make
judicious use of templating and Word’s fields functionality. I use not
only standard fields but also custom ones as well to update content in
multiple places simultaneously on refresh.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-07-09%20refresh.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 19 Jul 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-07-09%20refresh.png"><br><br><p>In my work, I write a lot of documents. A surprising amount in fact,
probably equalled only by the number of spreadsheets. The majority of
these (Microsoft Word) documents are produced for clients and I like to
ensure as, best I can, that they are not only accurate but well
presented. However, in order to simplify document production I make
judicious use of templating and Word’s fields functionality. I use not
only standard fields but also custom ones as well to update content in
multiple places simultaneously on refresh.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/07/19/Word-Refresh-All-Fields</guid>
		</item>
		
		<item>
			<title>Workflow: How to Share a Workflow</title>
			<link>https://www.thoughtasylum.com/2017/06/24/Workflow-How-to-Share-a-Workflow/</link>
			<description><![CDATA[<p><a href="/workflow/">Workflow</a> is a fantastic automation app for iOS that allows
you to build sequences of actions to achieve some sort of repeatable
‘workflow’. This has benefits in saving you time, providing consistency
and in some cases simply providing you with a way to actually do
something that you otherwise wouldn’t be able to with the tools at your
disposal. Whilst there is a synchronisation service available to keep
workflows aligned across your iOS devices and there is a gallery of
workflows available through the app it can be useful to share workflows
directly with others. In this post, I’m going to quickly cover the
primary options you have.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-06-24%20Workflow%20Share.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Jun 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-06-24%20Workflow%20Share.png"><br><br><p><a href="/workflow/">Workflow</a> is a fantastic automation app for iOS that allows
you to build sequences of actions to achieve some sort of repeatable
‘workflow’. This has benefits in saving you time, providing consistency
and in some cases simply providing you with a way to actually do
something that you otherwise wouldn’t be able to with the tools at your
disposal. Whilst there is a synchronisation service available to keep
workflows aligned across your iOS devices and there is a gallery of
workflows available through the app it can be useful to share workflows
directly with others. In this post, I’m going to quickly cover the
primary options you have.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/06/24/Workflow-How-to-Share-a-Workflow</guid>
		</item>
		
		<item>
			<title>Employee Central Service Centre Q2 2017 Release</title>
			<link>https://www.thoughtasylum.com/2017/05/30/Employee-Central-Service-Centre-Q2-2017-Release/</link>
			<description><![CDATA[<p>Every quarter SAP releases a set of updates for its SuccessFactors suite of products.  With each release my colleagues and I examine the updates and analyse what is important and the impact it has for SuccessFactors customers.  Be it change, enhancement or deprecation we’re on it.  For the Q2 2017 release I picked up the analysis for the SuccessFactors service desk solution - Employee Central Service Centre</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-05-30%20ECSC%20ecsc.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 May 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-05-30%20ECSC%20ecsc.png"><br><br><p>Every quarter SAP releases a set of updates for its SuccessFactors suite of products.  With each release my colleagues and I examine the updates and analyse what is important and the impact it has for SuccessFactors customers.  Be it change, enhancement or deprecation we’re on it.  For the Q2 2017 release I picked up the analysis for the SuccessFactors service desk solution - Employee Central Service Centre</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/05/30/Employee-Central-Service-Centre-Q2-2017-Release</guid>
		</item>
		
		<item>
			<title>Batch Generating Worksheet Hyperlinks in Excel</title>
			<link>https://www.thoughtasylum.com/2017/04/29/Batch-Generating-Worksheet-Hyperlinks-in-Excel/</link>
			<description><![CDATA[<p>In my work I often find myself building spreadsheets to carry out
calculations, manage sophisticated processes and capture information.
These spreadsheets can often extend to covering many worksheets and as a
result it can be awkwardly slow to navigate to particular worksheets
just by paging back and forth with the navigation buttons.</p>

<p>In this post I’m going to illustrate a couple of useful techniques to
help you navigate around.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-04-29%20excelnav.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 29 Apr 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-04-29%20excelnav.png"><br><br><p>In my work I often find myself building spreadsheets to carry out
calculations, manage sophisticated processes and capture information.
These spreadsheets can often extend to covering many worksheets and as a
result it can be awkwardly slow to navigate to particular worksheets
just by paging back and forth with the navigation buttons.</p>

<p>In this post I’m going to illustrate a couple of useful techniques to
help you navigate around.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/04/29/Batch-Generating-Worksheet-Hyperlinks-in-Excel</guid>
		</item>
		
		<item>
			<title>Duplicating Tabs in XYplorer</title>
			<link>https://www.thoughtasylum.com/2017/03/28/Duplicating-Tabs-in-XYplorer/</link>
			<description><![CDATA[<p><a href="http://xyplorer.com">XYplorer</a> is my preferred file manager on Windows.
It contains a large number of features that are just too enticing for
someone like me to pass up so it came as little bit of a surprise to me
when in its tab based interface I couldn’t find a way to quickly
duplicate a tab. However XYplorer is a scriptable file manager so it was
a pretty easy to create a solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-03-28%20xyplorer%20duplicate%20tabs.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Mar 2017 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-03-28%20xyplorer%20duplicate%20tabs.png"><br><br><p><a href="http://xyplorer.com">XYplorer</a> is my preferred file manager on Windows.
It contains a large number of features that are just too enticing for
someone like me to pass up so it came as little bit of a surprise to me
when in its tab based interface I couldn’t find a way to quickly
duplicate a tab. However XYplorer is a scriptable file manager so it was
a pretty easy to create a solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/03/28/Duplicating-Tabs-in-XYplorer</guid>
		</item>
		
		<item>
			<title>Why I Stuck With TextExpander</title>
			<link>https://www.thoughtasylum.com/2017/03/05/Why-I-Stuck-With-TextExpander/</link>
			<description><![CDATA[<p>Around a year ago <a href="https://smilesoftware.com/software-releases/entry/the-new-textexpander">Smile released their new version of TextExpander</a>.
This new version created quite a bit of ‘heated debate’ in the Mac
community and whilst many eschewed the update I chose not to. I’m glad I
did and I thought others might find it interesting to get some idea of
why that’s the case.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-03-29%20thinking.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Mar 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-03-29%20thinking.png"><br><br><p>Around a year ago <a href="https://smilesoftware.com/software-releases/entry/the-new-textexpander">Smile released their new version of TextExpander</a>.
This new version created quite a bit of ‘heated debate’ in the Mac
community and whilst many eschewed the update I chose not to. I’m glad I
did and I thought others might find it interesting to get some idea of
why that’s the case.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/03/05/Why-I-Stuck-With-TextExpander</guid>
		</item>
		
		<item>
			<title>How to Report a Bug in Workflow</title>
			<link>https://www.thoughtasylum.com/2017/02/19/How-to-Report-a-Bug-in-Workflow/</link>
			<description><![CDATA[<p>I’ve spent quite a bit of time helping out others on Twitter with their
use of the Workflow app on iOS. In doing this I’ve fairly frequently
come across people who are having notable issues that come down to it
being a bug in the application. I’m often surprised that people seem to
think that the best place to report a bug is via Twitter with a few
vague sentences of description. To that end I figured I’d put together a
quick overview of how I think I’d want the issues reported if I were one
of the Workflow developers; which just to be clear, I’m not.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-02-19%20bug.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 19 Feb 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-02-19%20bug.png"><br><br><p>I’ve spent quite a bit of time helping out others on Twitter with their
use of the Workflow app on iOS. In doing this I’ve fairly frequently
come across people who are having notable issues that come down to it
being a bug in the application. I’m often surprised that people seem to
think that the best place to report a bug is via Twitter with a few
vague sentences of description. To that end I figured I’d put together a
quick overview of how I think I’d want the issues reported if I were one
of the Workflow developers; which just to be clear, I’m not.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/02/19/How-to-Report-a-Bug-in-Workflow</guid>
		</item>
		
		<item>
			<title>Enabling XYplorer for Checking XML</title>
			<link>https://www.thoughtasylum.com/2017/01/09/Enabling-XYplorer-for-Checking-XML/</link>
			<description><![CDATA[<p>Working with data and configuration files is a part of my day job and this
presents me with many opportunities to automate the things I need to do
with them. Recently I had a need to check a large set of XML files to
make sure there were no obvious errors in them and the approach I
settled on was to integrate a command line tool into
<a href="http://xyplorer.com">XYplorer</a> - my Windows file manager of choice.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-01-09%20Unchecked.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 09 Jan 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-01-09%20Unchecked.png"><br><br><p>Working with data and configuration files is a part of my day job and this
presents me with many opportunities to automate the things I need to do
with them. Recently I had a need to check a large set of XML files to
make sure there were no obvious errors in them and the approach I
settled on was to integrate a command line tool into
<a href="http://xyplorer.com">XYplorer</a> - my Windows file manager of choice.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/01/09/Enabling-XYplorer-for-Checking-XML</guid>
		</item>
		
		<item>
			<title>2016 Thought Asylum Annual Review</title>
			<link>https://www.thoughtasylum.com/2017/01/06/2016-Thought-Asylum-Annual-Review/</link>
			<description><![CDATA[<p>Another year ends and so it’s time to take my regular look back at what’s been
particularly popular on <a href="http://thoughtasylum.com">thoughtasylum.com</a>
over this period and to also reflect on what I’ve been doing.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-01-06%202016.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 06 Jan 2017 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2017/2017-01-06%202016.png"><br><br><p>Another year ends and so it’s time to take my regular look back at what’s been
particularly popular on <a href="http://thoughtasylum.com">thoughtasylum.com</a>
over this period and to also reflect on what I’ve been doing.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2017/01/06/2016-Thought-Asylum-Annual-Review</guid>
		</item>
		
		<item>
			<title>TextExpander: Merge Text to a Single Line</title>
			<link>https://www.thoughtasylum.com/2016/12/19/TextExpander-Merge-Text-to-a-Single-Line/</link>
			<description><![CDATA[<p>It’s the little things that really irritate me. I’ve just got one of those
personalities I guess. I can’t help myself - if there’s an itch I always
have to find a way to scratch it. One of these itches for me is copying
and pasting text out of PDFs and getting unwanted line breaks in the
resulting plain text. I decided to address this irritation with a little
bit of text manipulation.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-12-19%20compress.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 19 Dec 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-12-19%20compress.jpg"><br><br><p>It’s the little things that really irritate me. I’ve just got one of those
personalities I guess. I can’t help myself - if there’s an itch I always
have to find a way to scratch it. One of these itches for me is copying
and pasting text out of PDFs and getting unwanted line breaks in the
resulting plain text. I decided to address this irritation with a little
bit of text manipulation.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/12/19/TextExpander-Merge-Text-to-a-Single-Line</guid>
		</item>
		
		<item>
			<title>How to Trigger DiffMerge from XYplorer</title>
			<link>https://www.thoughtasylum.com/2016/11/04/How-to-Trigger-DiffMerge-from-XYplorer/</link>
			<description><![CDATA[<p>As part of my day job I work with lots of files and one of the common
activities I need to carry out is to compare the contents of those files
to find omissions and inconsistencies. Fortunately most of the files I
need to compare are pure text based files (e.g. XML, XSL, LOG, TXT, INI)
and there are plenty of tools available to help work with those files.
To work with files in general on Windows I make use of the XYplorer file
manager and fortunately for me it is pretty easy to integrate my
comparison tool of choice into it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-11-04%20xyplorer%20diffmerge.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 04 Nov 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-11-04%20xyplorer%20diffmerge.png"><br><br><p>As part of my day job I work with lots of files and one of the common
activities I need to carry out is to compare the contents of those files
to find omissions and inconsistencies. Fortunately most of the files I
need to compare are pure text based files (e.g. XML, XSL, LOG, TXT, INI)
and there are plenty of tools available to help work with those files.
To work with files in general on Windows I make use of the XYplorer file
manager and fortunately for me it is pretty easy to integrate my
comparison tool of choice into it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/11/04/How-to-Trigger-DiffMerge-from-XYplorer</guid>
		</item>
		
		<item>
			<title>How to Trigger File Locator Lite from XYplorer</title>
			<link>https://www.thoughtasylum.com/2016/10/28/How-to-Trigger-File-Locator-Lite-from-XYplorer/</link>
			<description><![CDATA[<p>A month or two ago I had a bit of a problem with Windows Explorer and
Google Drive that was rather painful. I lost a day of work to putting
right an issue that simply shouldn’t have occurred and to be honest I’m
quite glad it happened to me and not one of my colleagues as I imagine
that for many of them things would have ended a lot worse. It was at
this point that I began looking at alternatives to Windows Explorer.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-10-28%20xyplorer%20file%20locator%20lite.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 28 Oct 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-10-28%20xyplorer%20file%20locator%20lite.png"><br><br><p>A month or two ago I had a bit of a problem with Windows Explorer and
Google Drive that was rather painful. I lost a day of work to putting
right an issue that simply shouldn’t have occurred and to be honest I’m
quite glad it happened to me and not one of my colleagues as I imagine
that for many of them things would have ended a lot worse. It was at
this point that I began looking at alternatives to Windows Explorer.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/10/28/How-to-Trigger-File-Locator-Lite-from-XYplorer</guid>
		</item>
		
		<item>
			<title>Say No to Folders in Workflow</title>
			<link>https://www.thoughtasylum.com/2016/09/01/Say-No-to-Folders-in-Workflow/</link>
			<description><![CDATA[<p>As I mentioned in <a href="/2016/08/31/Count-Your-Workflows/">yesterday’s post</a> I have quite a few
Workflow app workflows on my iOS devices. Like many other long time
Workflow users I’m looking forward to having a better way to keep track
of and structure my collection of Workflows. However unlike everyone
else I don’t want folders…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-09-01%20folder.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 01 Sep 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-09-01%20folder.png"><br><br><p>As I mentioned in <a href="/2016/08/31/Count-Your-Workflows/">yesterday’s post</a> I have quite a few
Workflow app workflows on my iOS devices. Like many other long time
Workflow users I’m looking forward to having a better way to keep track
of and structure my collection of Workflows. However unlike everyone
else I don’t want folders…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/09/01/Say-No-to-Folders-in-Workflow</guid>
		</item>
		
		<item>
			<title>Count Your Workflows</title>
			<link>https://www.thoughtasylum.com/2016/08/31/Count-Your-Workflows/</link>
			<description><![CDATA[<p>I spend quite a bit of time experimenting with the Workflow App by the
folks over at DeskConnect. It’s an iOS application that brings Mac
automator-style automation into the palm of your hand. As a result of my
experimentations I’ve built up quite a library of workflows and whilst I
wait for some sort of structure for the workflows I’ve come up with a
few little tricks, notations and workflows to help me keep things
organised. I’m going to share one of those with you today.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-08-31%20Workflow%20-%20Count%20Workflows%20Icon.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 31 Aug 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-08-31%20Workflow%20-%20Count%20Workflows%20Icon.png"><br><br><p>I spend quite a bit of time experimenting with the Workflow App by the
folks over at DeskConnect. It’s an iOS application that brings Mac
automator-style automation into the palm of your hand. As a result of my
experimentations I’ve built up quite a library of workflows and whilst I
wait for some sort of structure for the workflows I’ve come up with a
few little tricks, notations and workflows to help me keep things
organised. I’m going to share one of those with you today.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/08/31/Count-Your-Workflows</guid>
		</item>
		
		<item>
			<title>Working with Dropbox Files from Drafts on iOS</title>
			<link>https://www.thoughtasylum.com/2016/07/06/Working-with-Dropbox-Files-from-Drafts-on-iOS/</link>
			<description><![CDATA[<p>Like many who blog I keep a list of topic ideas which I plan to blog
about at some point. When I get some time to write I pick a topic that I
like the look of and get some words thrashed out. I was surprised when I
saw something in last week’s MacStories members’ newsletter that
directly related to something rather niche I had on my list.</p>

<p>As I expect you’ve already guessed, this post is about that particular
topic. It’s about getting text to and from the iOS app Drafts from
Dropbox.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-06-30%20Duplicate%20Files.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 06 Jul 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-06-30%20Duplicate%20Files.png"><br><br><p>Like many who blog I keep a list of topic ideas which I plan to blog
about at some point. When I get some time to write I pick a topic that I
like the look of and get some words thrashed out. I was surprised when I
saw something in last week’s MacStories members’ newsletter that
directly related to something rather niche I had on my list.</p>

<p>As I expect you’ve already guessed, this post is about that particular
topic. It’s about getting text to and from the iOS app Drafts from
Dropbox.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/07/06/Working-with-Dropbox-Files-from-Drafts-on-iOS</guid>
		</item>
		
		<item>
			<title>Quick File Duplication in Windows</title>
			<link>https://www.thoughtasylum.com/2016/06/30/Quick-File-Duplication-in-Windows/</link>
			<description><![CDATA[<p>I love finding little shortcuts to help me get things done. Sometimes
it’s through automation of processes I do occasionally and sometimes its
through speeding up something smaller that I need to do frequently. In
this post I want to share something that definitely falls into the
latter category. Duplicating files in Windows Explorer.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-06-07%20drafts%20and%20dropbox.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Jun 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-06-07%20drafts%20and%20dropbox.png"><br><br><p>I love finding little shortcuts to help me get things done. Sometimes
it’s through automation of processes I do occasionally and sometimes its
through speeding up something smaller that I need to do frequently. In
this post I want to share something that definitely falls into the
latter category. Duplicating files in Windows Explorer.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/06/30/Quick-File-Duplication-in-Windows</guid>
		</item>
		
		<item>
			<title>File Level Configuration for Nakisa Applications</title>
			<link>https://www.thoughtasylum.com/2016/05/30/File-Level-Configuration-for-Nakisa-Applications/</link>
			<description><![CDATA[<p>The majority of configuration in Visualization Solutions by Nakisa (VSN)
applications is achieved via the changing of settings in the
AdminConsole, Nakisa’s standard administration interface. For a typical
configuration this is all that you would require. Unfortunately all too
often, typical is not what a client wants and so we have to look beyond
the current capabilities of AdminConsole. There are other occasions too
where perhaps it is a laborious or inefficient task to do a particular
piece of configuration in AdminConsole compared to another method. In
those situations I turn to configuring the underlying configuration
files directly.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-05-30%20peek.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 May 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-05-30%20peek.png"><br><br><p>The majority of configuration in Visualization Solutions by Nakisa (VSN)
applications is achieved via the changing of settings in the
AdminConsole, Nakisa’s standard administration interface. For a typical
configuration this is all that you would require. Unfortunately all too
often, typical is not what a client wants and so we have to look beyond
the current capabilities of AdminConsole. There are other occasions too
where perhaps it is a laborious or inefficient task to do a particular
piece of configuration in AdminConsole compared to another method. In
those situations I turn to configuring the underlying configuration
files directly.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/05/30/File-Level-Configuration-for-Nakisa-Applications</guid>
		</item>
		
		<item>
			<title>Multi-Resource Presentations</title>
			<link>https://www.thoughtasylum.com/2016/05/22/Multi-Resource-Presentations/</link>
			<description><![CDATA[<p>I was reading through issue 33 of the <a href="https://club.macstories.net/">MacStories newsletter</a> (<em>to which I’m a paid
subscriber</em>) and I spotted an interesting request from one of the
readers to do with efficiently creating presentations to have multiple
outputs for a small variety of uses. The reader was hoping to find a way
to maintain multiple versions automatically when updating source
material. The MacStories team called out to other readers for
suggestions on addressing this. In this post I’m going to outline my
approach to the issue.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-05-22%20presenting.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 22 May 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-05-22%20presenting.png"><br><br><p>I was reading through issue 33 of the <a href="https://club.macstories.net/">MacStories newsletter</a> (<em>to which I’m a paid
subscriber</em>) and I spotted an interesting request from one of the
readers to do with efficiently creating presentations to have multiple
outputs for a small variety of uses. The reader was hoping to find a way
to maintain multiple versions automatically when updating source
material. The MacStories team called out to other readers for
suggestions on addressing this. In this post I’m going to outline my
approach to the issue.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/05/22/Multi-Resource-Presentations</guid>
		</item>
		
		<item>
			<title>Exporting Snippets from TextExpander (v6)</title>
			<link>https://www.thoughtasylum.com/2016/04/23/Exporting-Snippets-from-TextExpander-(v6)/</link>
			<description><![CDATA[<p>TextExpander has long used Dropbox to synchronise snippets, but with the
advent of the latest version (v6 on Mac), the snippets are now
synchronised by a proprietary synchronisation service. Thoughts about
the move to a software as a service (SaaS) model aside this then poses
the question how can you access your snippets for the purposes of
independent backup or sharing with users on earlier TextExpander
versions?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-23%20TextExpander%20Save.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 23 Apr 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-23%20TextExpander%20Save.png"><br><br><p>TextExpander has long used Dropbox to synchronise snippets, but with the
advent of the latest version (v6 on Mac), the snippets are now
synchronised by a proprietary synchronisation service. Thoughts about
the move to a software as a service (SaaS) model aside this then poses
the question how can you access your snippets for the purposes of
independent backup or sharing with users on earlier TextExpander
versions?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/04/23/Exporting-Snippets-from-TextExpander-(v6)</guid>
		</item>
		
		<item>
			<title>Workflow: Modify Clipboard Character Case</title>
			<link>https://www.thoughtasylum.com/2016/04/05/Workflow-Modify-Clipboard-Character-Case/</link>
			<description><![CDATA[<p>I haven’t posted about Workflow for a little while, but it remains one
of my favourite applications on iOS and I’m still actively creating and
revising workflows. In fact I’m currently clocking in at 176 workflows
on my devices. Today I thought I’d clear up the dry spell on Workflow
related posts and put something together around one of my text
manipulation workflows. This particular one manipulates the character
case of text on the device clipboard.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-05%20Modify%20Clipboard%20Character%20Case%20Icon.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 05 Apr 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-05%20Modify%20Clipboard%20Character%20Case%20Icon.png"><br><br><p>I haven’t posted about Workflow for a little while, but it remains one
of my favourite applications on iOS and I’m still actively creating and
revising workflows. In fact I’m currently clocking in at 176 workflows
on my devices. Today I thought I’d clear up the dry spell on Workflow
related posts and put something together around one of my text
manipulation workflows. This particular one manipulates the character
case of text on the device clipboard.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/04/05/Workflow-Modify-Clipboard-Character-Case</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Adding TextExpander Snippet Expiry Dates</title>
			<link>https://www.thoughtasylum.com/2016/04/04/Keyboard-Maestro-Adding-TextExpander-Snippet-Expiry-Dates/</link>
			<description><![CDATA[<p>In <a href="/2016/04/03/Auto-Managing-TextExpander-Temporary-Snippets/">my last post</a>
I described a method for tagging temporary
<a href="https://smilesoftware.com/textexpander">TextExpander</a> snippets with a
date stamp and using some scripting to automatically remove expired
snippets. In that post I mentioned that I use <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a> to schedule the expired
snippets clean-up script and that I also used it to help me in setting
up those temporary snippets. In this post I’m going to provide some
details on exactly how I’m using Keyboard Maestro to help with this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-04%20Keyboard%20Maestro%20TextExpander%20Snippet%20Expiry.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 04 Apr 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-04%20Keyboard%20Maestro%20TextExpander%20Snippet%20Expiry.png"><br><br><p>In <a href="/2016/04/03/Auto-Managing-TextExpander-Temporary-Snippets/">my last post</a>
I described a method for tagging temporary
<a href="https://smilesoftware.com/textexpander">TextExpander</a> snippets with a
date stamp and using some scripting to automatically remove expired
snippets. In that post I mentioned that I use <a href="https://www.keyboardmaestro.com/">Keyboard Maestro</a> to schedule the expired
snippets clean-up script and that I also used it to help me in setting
up those temporary snippets. In this post I’m going to provide some
details on exactly how I’m using Keyboard Maestro to help with this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/04/04/Keyboard-Maestro-Adding-TextExpander-Snippet-Expiry-Dates</guid>
		</item>
		
		<item>
			<title>Auto Managing TextExpander Temporary Snippets</title>
			<link>https://www.thoughtasylum.com/2016/04/03/Auto-Managing-TextExpander-Temporary-Snippets/</link>
			<description><![CDATA[<p>Any Mac user interested in things such as automation and productivity
will no doubt have come across
<a href="https://smilesoftware.com/textexpander">TextExpander</a>, <a href="https://smilesoftware.com/">Smile Software’s</a> utility that allows you to
instantly replace a string of text with a different string of text. This
can be used to auto correct typographic errors, insert boiler plate
chunks of text or even trigger scripts or fill-in forms that can return
more dynamic sets of text. Like so many others who start using it I now
find it indispensable.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-04%20bin.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 03 Apr 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-04-04%20bin.png"><br><br><p>Any Mac user interested in things such as automation and productivity
will no doubt have come across
<a href="https://smilesoftware.com/textexpander">TextExpander</a>, <a href="https://smilesoftware.com/">Smile Software’s</a> utility that allows you to
instantly replace a string of text with a different string of text. This
can be used to auto correct typographic errors, insert boiler plate
chunks of text or even trigger scripts or fill-in forms that can return
more dynamic sets of text. Like so many others who start using it I now
find it indispensable.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/04/03/Auto-Managing-TextExpander-Temporary-Snippets</guid>
		</item>
		
		<item>
			<title>Keyboard Maestro: Date Picker Macro</title>
			<link>https://www.thoughtasylum.com/2016/03/29/Keyboard-Maestro-Date-Picker-Macro/</link>
			<description><![CDATA[<p><a href="https://www.keyboardmaestro.com/main/">Keyboard Maestro</a> is one of my favourite
Mac utilities. It’s like having a Swiss Army knife that includes not
only a simple blade but also a scalpel, chainsaw, electron microscope
and a suit of armour. If I can’t easily do something in another utility
chances are there’s a way to use Keyboard Maestro to get the job done.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-03-29%20calendar.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Mar 2016 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-03-29%20calendar.png"><br><br><p><a href="https://www.keyboardmaestro.com/main/">Keyboard Maestro</a> is one of my favourite
Mac utilities. It’s like having a Swiss Army knife that includes not
only a simple blade but also a scalpel, chainsaw, electron microscope
and a suit of armour. If I can’t easily do something in another utility
chances are there’s a way to use Keyboard Maestro to get the job done.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/03/29/Keyboard-Maestro-Date-Picker-Macro</guid>
		</item>
		
		<item>
			<title>Tackling a Club MacStories DMG Workflow Request</title>
			<link>https://www.thoughtasylum.com/2016/03/22/Tackling-a-Club-MacStories-DMG-Workflow-Request/</link>
			<description><![CDATA[<p><a href="http://club.macstories.net/">Club MacStories</a> is a membership value add
option provided by the rather popular
<a href="http://MacStories.net">MacStories.net</a> web site. I’m a Club MacStories
member and as such receive the weekly newsletter which contains lots of
additional Apple related material and articles. In last week’s
newsletter (issue 24) one of the user questions was around automatically
attaching and detaching DMGs and whilst a partial solution was provided,
the response also invited readers to round it out to complete the last
part. I figured I’d give it a go and share what I came up with.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-03-22%20DMG%20icon.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 22 Mar 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-03-22%20DMG%20icon.png"><br><br><p><a href="http://club.macstories.net/">Club MacStories</a> is a membership value add
option provided by the rather popular
<a href="http://MacStories.net">MacStories.net</a> web site. I’m a Club MacStories
member and as such receive the weekly newsletter which contains lots of
additional Apple related material and articles. In last week’s
newsletter (issue 24) one of the user questions was around automatically
attaching and detaching DMGs and whilst a partial solution was provided,
the response also invited readers to round it out to complete the last
part. I figured I’d give it a go and share what I came up with.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/03/22/Tackling-a-Club-MacStories-DMG-Workflow-Request</guid>
		</item>
		
		<item>
			<title>Combining Images with Workflow</title>
			<link>https://www.thoughtasylum.com/2016/02/29/Combining-Images-with-Workflow/</link>
			<description><![CDATA[<p>As regular readers of this site may know I’m a big fan of the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow application on iOS</a>.
It’s an application that allows you to build up sequences of actions to
carry out some sort of automation. I use it for many little helpful
things on the go and one of those is combining together images into a
single collage image which is what I’m sharing today.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-02-29%20warholworkflow.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 29 Feb 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-02-29%20warholworkflow.png"><br><br><p>As regular readers of this site may know I’m a big fan of the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow application on iOS</a>.
It’s an application that allows you to build up sequences of actions to
carry out some sort of automation. I use it for many little helpful
things on the go and one of those is combining together images into a
single collage image which is what I’m sharing today.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/02/29/Combining-Images-with-Workflow</guid>
		</item>
		
		<item>
			<title>Microsoft Internet Explorer Support and the Impact on Nakisa Systems</title>
			<link>https://www.thoughtasylum.com/2016/01/17/Microsoft-Internet-Explorer-Support-and-the-Impact-on-Nakisa-Systems/</link>
			<description><![CDATA[<p>On 12 January 2016 Microsoft officially ended support for all remaining
versions of its Internet Explorer browser prior to Internet Explorer 11.
As a result Microsoft will no longer provide security updates or
technical support for versions prior to Internet Explorer 11. This can
potentially leave users vulnerable to yet to be discovered security
vulnerabilities and as history bears out this is a very real risk.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-01-17%20incompatible.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 17 Jan 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-01-17%20incompatible.png"><br><br><p>On 12 January 2016 Microsoft officially ended support for all remaining
versions of its Internet Explorer browser prior to Internet Explorer 11.
As a result Microsoft will no longer provide security updates or
technical support for versions prior to Internet Explorer 11. This can
potentially leave users vulnerable to yet to be discovered security
vulnerabilities and as history bears out this is a very real risk.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/01/17/Microsoft-Internet-Explorer-Support-and-the-Impact-on-Nakisa-Systems</guid>
		</item>
		
		<item>
			<title>ThoughtAsylum 2015 Review</title>
			<link>https://www.thoughtasylum.com/2016/01/16/ThoughtAsylum-2015-Review/</link>
			<description><![CDATA[<p>Happy new year everyone. We’ve passed another year’s end so once again
it’s time to take a look back at what’s been most popular on
<a href="/">thoughtasylum.com</a> in the past twelve months and what’s I’ve been up
to.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-01-16%202015.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 16 Jan 2016 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2016/2016-01-16%202015.png"><br><br><p>Happy new year everyone. We’ve passed another year’s end so once again
it’s time to take a look back at what’s been most popular on
<a href="/">thoughtasylum.com</a> in the past twelve months and what’s I’ve been up
to.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2016/01/16/ThoughtAsylum-2015-Review</guid>
		</item>
		
		<item>
			<title>Workflow: Translating Clipboard Text</title>
			<link>https://www.thoughtasylum.com/2015/12/29/Workflow-Translating-Clipboard-Text/</link>
			<description><![CDATA[<p>Whilst I have knowledge of coding languages is reasonably broad my
knowledge of spoken and written languages is rather limited. English is
pretty much my only language though I can probably get away for asking
directions or buy a coffee in a handful of others. It therefore isn’t
really a surprise that from time to time I come across information
that’s in a language I don’t understand well enough to translate it
myself. When I’m at a laptop or desktop computer with an Internet
connection I use an online translations service like <a href="https://translate.google.com">Google Translate</a>. Sometimes however I’m on an
iOS device and whilst I can use such services I decided to put together
a little <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow app</a>
workflow to try and speed up the process.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-12-29%20Translat-o-matic%20Icon.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Dec 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-12-29%20Translat-o-matic%20Icon.png"><br><br><p>Whilst I have knowledge of coding languages is reasonably broad my
knowledge of spoken and written languages is rather limited. English is
pretty much my only language though I can probably get away for asking
directions or buy a coffee in a handful of others. It therefore isn’t
really a surprise that from time to time I come across information
that’s in a language I don’t understand well enough to translate it
myself. When I’m at a laptop or desktop computer with an Internet
connection I use an online translations service like <a href="https://translate.google.com">Google Translate</a>. Sometimes however I’m on an
iOS device and whilst I can use such services I decided to put together
a little <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow app</a>
workflow to try and speed up the process.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/12/29/Workflow-Translating-Clipboard-Text</guid>
		</item>
		
		<item>
			<title>Identifying Flash Player When Disconnected</title>
			<link>https://www.thoughtasylum.com/2015/11/30/Identifying-Flash-Player-When-Disconnected/</link>
			<description><![CDATA[<p>In my work I regularly work with software that (unfortunately) has a
dependence on Adobe Flash Player. There can be compatibility issues with
particular version combinations and so occasionally I find myself
needing to verify Flash player versions. Normally I’m able to do this by
visiting any of a variety of web sites that can query the version number
of Flash player. However I recently found myself in a position where I
was remotely accessing a client machine, but it had no Internet
provision meaning I couldn’t query it from any of the usual sites I use.
Instead I employed a simple trick to work out the Flash player version.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-11-30%20flash%20bubble.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 Nov 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-11-30%20flash%20bubble.png"><br><br><p>In my work I regularly work with software that (unfortunately) has a
dependence on Adobe Flash Player. There can be compatibility issues with
particular version combinations and so occasionally I find myself
needing to verify Flash player versions. Normally I’m able to do this by
visiting any of a variety of web sites that can query the version number
of Flash player. However I recently found myself in a position where I
was remotely accessing a client machine, but it had no Internet
provision meaning I couldn’t query it from any of the usual sites I use.
Instead I employed a simple trick to work out the Flash player version.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/11/30/Identifying-Flash-Player-When-Disconnected</guid>
		</item>
		
		<item>
			<title>TextExpander: Clipboard Underlining</title>
			<link>https://www.thoughtasylum.com/2015/10/31/TextExpander-Clipboard-Underlining/</link>
			<description><![CDATA[<p>A while back <a href="/2015/08/01/Thought-Asylum-TextExpander-Snippet-Groups-Update/">I refreshed and expanded upon my TextExpander snippet groups</a>
and promised to start covering some of the inner workings of what the
snippets actually do. Today I found a bit of time to make a start on
that and I’m beginning with some of the snippets related to underlining.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-10-31%20odd%20line.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Oct 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-10-31%20odd%20line.jpg"><br><br><p>A while back <a href="/2015/08/01/Thought-Asylum-TextExpander-Snippet-Groups-Update/">I refreshed and expanded upon my TextExpander snippet groups</a>
and promised to start covering some of the inner workings of what the
snippets actually do. Today I found a bit of time to make a start on
that and I’m beginning with some of the snippets related to underlining.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/10/31/TextExpander-Clipboard-Underlining</guid>
		</item>
		
		<item>
			<title>Smart Quotes in TextExpander Form Fields</title>
			<link>https://www.thoughtasylum.com/2015/09/12/Smart-Quotes-in-TextExpander-Form-Fields/</link>
			<description><![CDATA[<p>Today I was using one of my TextExpander snippets that utilises form
fields to add some content to this site. I’m one of those people who
still typically works in HTML when working with a content management
system (sometimes it is the only way to get things how I want them) and
when I was adding HTML content into one of the form fields I noticed
that the double quotes for the attributes were being automatically being turned into <a href="https://www.google.co.uk/search?&amp;q=what+are+smart+quotes">smart quotes</a> rather
than staying as the nice simple dumb quotes I needed. It wasn’t
something I’d noticed before and it was incredibly frustrating to
correct after using the form field each time. After a bit of digging
around in TextExpander preferences, etc. I finally found the rather
simple solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-09-12%20smart%20vs%20dumb.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 12 Sep 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-09-12%20smart%20vs%20dumb.png"><br><br><p>Today I was using one of my TextExpander snippets that utilises form
fields to add some content to this site. I’m one of those people who
still typically works in HTML when working with a content management
system (sometimes it is the only way to get things how I want them) and
when I was adding HTML content into one of the form fields I noticed
that the double quotes for the attributes were being automatically being turned into <a href="https://www.google.co.uk/search?&amp;q=what+are+smart+quotes">smart quotes</a> rather
than staying as the nice simple dumb quotes I needed. It wasn’t
something I’d noticed before and it was incredibly frustrating to
correct after using the form field each time. After a bit of digging
around in TextExpander preferences, etc. I finally found the rather
simple solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/09/12/Smart-Quotes-in-TextExpander-Form-Fields</guid>
		</item>
		
		<item>
			<title>Workflow: Getting Started with Workflow for iOS</title>
			<link>https://www.thoughtasylum.com/2015/09/02/Workflow-Getting-Started-with-Workflow-for-iOS/</link>
			<description><![CDATA[<p>I was recently having a discussion on Twitter about how to get into
creating workflows for the amazing iOS app known simply as
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>.
It allows you to use Automator style actions to put together simple yet
sophisticated sequences of actions to carry out an operation such as
manipulating a photograph or sending a message out on social media
channels. Unfortunately the problem currently is that the available
resources can be difficult to find.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-09-02%20Start%20Workflow.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 02 Sep 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-09-02%20Start%20Workflow.png"><br><br><p>I was recently having a discussion on Twitter about how to get into
creating workflows for the amazing iOS app known simply as
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>.
It allows you to use Automator style actions to put together simple yet
sophisticated sequences of actions to carry out an operation such as
manipulating a photograph or sending a message out on social media
channels. Unfortunately the problem currently is that the available
resources can be difficult to find.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/09/02/Workflow-Getting-Started-with-Workflow-for-iOS</guid>
		</item>
		
		<item>
			<title>Thought Asylum TextExpander Snippet Groups Update</title>
			<link>https://www.thoughtasylum.com/2015/08/01/Thought-Asylum-TextExpander-Snippet-Groups-Update/</link>
			<description><![CDATA[<p>Since the release of TextExpander 5 on OS X and TextExpander Touch 3 on
iOS I’ve been updating and revising my TextExpander snippets to take
advantage of some of the new functionality and to get some of the
contents better aligned for sharing online with the public. Today I’m
happy to say I’ve taken a significant step forward with a new update to
the Thought Asylum TextExpander snippets groups.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-08-01%20TextExpander%20Explosion.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Aug 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-08-01%20TextExpander%20Explosion.png"><br><br><p>Since the release of TextExpander 5 on OS X and TextExpander Touch 3 on
iOS I’ve been updating and revising my TextExpander snippets to take
advantage of some of the new functionality and to get some of the
contents better aligned for sharing online with the public. Today I’m
happy to say I’ve taken a significant step forward with a new update to
the Thought Asylum TextExpander snippets groups.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/08/01/Thought-Asylum-TextExpander-Snippet-Groups-Update</guid>
		</item>
		
		<item>
			<title>Workflow: Remove Recent Screen Shots</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-5-Remove-Recent-Screen-Shots/</link>
			<description><![CDATA[<p>The final part of my blogging about
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
workflows is focussed on tidying up. When I produce the composite screen
shot described in the <a href="/2015/07/09/Workflow-0-Blogging-About-Workflows/">Blogging About Workflows blog post</a> I almost
always end up with a small stack of screen shot files sat on my device.
Once the <a href="/2015/07/09/Workflow-4-Crop-Workflow-Screen-Shot/">final cropped image is produced</a>, I
have no further need for them and this workflow is used for deleting
them, but it will work stand alone just fine; deleting any screen shots
generated in the last twenty minutes.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-5-cross.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 14:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-5-cross.png"><br><br><p>The final part of my blogging about
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
workflows is focussed on tidying up. When I produce the composite screen
shot described in the <a href="/2015/07/09/Workflow-0-Blogging-About-Workflows/">Blogging About Workflows blog post</a> I almost
always end up with a small stack of screen shot files sat on my device.
Once the <a href="/2015/07/09/Workflow-4-Crop-Workflow-Screen-Shot/">final cropped image is produced</a>, I
have no further need for them and this workflow is used for deleting
them, but it will work stand alone just fine; deleting any screen shots
generated in the last twenty minutes.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-5-Remove-Recent-Screen-Shots</guid>
		</item>
		
		<item>
			<title>Workflow: Crop Workflow Screen Shot</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-4-Crop-Workflow-Screen-Shot/</link>
			<description><![CDATA[<p>A big piece of my workflow blogs (and something readers have commented
on many times) are the workflow screen shots I produce. As detailed in
the <a href="/2015/07/09/Workflow-0-Blogging-About-Workflows/">Blogging About Workflows blog post</a> I take
several overlapping screen shots and use an iOS app to stitch them
together into the mega-length screen shots that you’ll see scattered
through the workflow related blog posts on this site. However the images
that it creates include parts that I don’t which to use. These are the
top bar that shows my time, battery level, etc. (which many people
including <a href="http://www.macstories.net/tutorials/my-ios-screenshot-generation-workflow/">Federico Viticci and Dr Drang find a need to remove</a> - ref. MacStories) and the workflow bottom bar (Actions and
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
buttons). I’ve automated the cropping of the screen shot with a workflow
to do exactly this. It also saves the file into Dropbox for me and
offers to delete it from my device camera roll.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-4-microscope.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 13:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-4-microscope.png"><br><br><p>A big piece of my workflow blogs (and something readers have commented
on many times) are the workflow screen shots I produce. As detailed in
the <a href="/2015/07/09/Workflow-0-Blogging-About-Workflows/">Blogging About Workflows blog post</a> I take
several overlapping screen shots and use an iOS app to stitch them
together into the mega-length screen shots that you’ll see scattered
through the workflow related blog posts on this site. However the images
that it creates include parts that I don’t which to use. These are the
top bar that shows my time, battery level, etc. (which many people
including <a href="http://www.macstories.net/tutorials/my-ios-screenshot-generation-workflow/">Federico Viticci and Dr Drang find a need to remove</a> - ref. MacStories) and the workflow bottom bar (Actions and
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
buttons). I’ve automated the cropping of the screen shot with a workflow
to do exactly this. It also saves the file into Dropbox for me and
offers to delete it from my device camera roll.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-4-Crop-Workflow-Screen-Shot</guid>
		</item>
		
		<item>
			<title>Workflow: Save Workflow Icon</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-3-Save-Workflow-Icon/</link>
			<description><![CDATA[<p>One of the elements I use in my blog posts (among other places) are
workflow icons. I try and choose meaningful pictographs for the icons
(though the set could do with a significant expansion) and I try to use
the base icon colour in a meaningful way. Within my blog posts I often
use them as the intro image - as I do in this post and so having a copy
of the icon image ready and waiting for me when I blog is a real boon.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-3-drive.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 12:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-3-drive.png"><br><br><p>One of the elements I use in my blog posts (among other places) are
workflow icons. I try and choose meaningful pictographs for the icons
(though the set could do with a significant expansion) and I try to use
the base icon colour in a meaningful way. Within my blog posts I often
use them as the intro image - as I do in this post and so having a copy
of the icon image ready and waiting for me when I blog is a real boon.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-3-Save-Workflow-Icon</guid>
		</item>
		
		<item>
			<title>Workflow: Save Workflow File</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-2-Save-Workflow-File/</link>
			<description><![CDATA[<p>This workflow I don’t tend to use as part of the process of creating my
blog post information. Rather it is a way of giving myself a backup of
the workflow in case I need to restore it and find for some reason that
the online page is unavailable. Remember it is easy and painful to not
have enough backups and only slightly more effort and a lot less pain to
have enough … I’ve yet to meet someone who has too many. Also since
this runs as a fully automated part of my blog post preparation process
it really is no effort to have it included and run.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-2-share.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 11:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-2-share.png"><br><br><p>This workflow I don’t tend to use as part of the process of creating my
blog post information. Rather it is a way of giving myself a backup of
the workflow in case I need to restore it and find for some reason that
the online page is unavailable. Remember it is easy and painful to not
have enough backups and only slightly more effort and a lot less pain to
have enough … I’ve yet to meet someone who has too many. Also since
this runs as a fully automated part of my blog post preparation process
it really is no effort to have it included and run.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-2-Save-Workflow-File</guid>
		</item>
		
		<item>
			<title>Workflow: Save Workflow Name and Link</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-1-Save-Workflow-Name-Link/</link>
			<description><![CDATA[<p>Part of my blogging about
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
workflows involves me capturing some basic details about the workflow.
This includes the name of the workflow and the link to download it. As
part of my reference system these are both key items that I wanted to
make available in a text file in my Workflow folder in Dropbox. This is
the first workflow step in my blogging process.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-1-pen.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 10:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-1-pen.png"><br><br><p>Part of my blogging about
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
workflows involves me capturing some basic details about the workflow.
This includes the name of the workflow and the link to download it. As
part of my reference system these are both key items that I wanted to
make available in a text file in my Workflow folder in Dropbox. This is
the first workflow step in my blogging process.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-1-Save-Workflow-Name-Link</guid>
		</item>
		
		<item>
			<title>Workflow: Blogging About Workflows</title>
			<link>https://www.thoughtasylum.com/2015/07/09/Workflow-0-Blogging-About-Workflows/</link>
			<description><![CDATA[<p>Since the release of the Workflow application for iOS I’ve written quite
a few workflows and as time as permitted I’ve been sharing many of them
out to the world via this site. They’ve taken the form of full blog
posts describing how the more complex workflows work through to simpler
example workflow posts where I’ve just posted a description of what the
workflow is intended to do.</p>

<p>As part of these posts I’ve been creating full screen shots of the
workflows which a number of people have asked me about. In this post
I’ll be revealing how I create them along with some details of a
workflow that I developed out of these blogs and has enabled me to
fairly quickly put together the example workflows.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-0-book.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Jul 2015 09:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09-0-book.png"><br><br><p>Since the release of the Workflow application for iOS I’ve written quite
a few workflows and as time as permitted I’ve been sharing many of them
out to the world via this site. They’ve taken the form of full blog
posts describing how the more complex workflows work through to simpler
example workflow posts where I’ve just posted a description of what the
workflow is intended to do.</p>

<p>As part of these posts I’ve been creating full screen shots of the
workflows which a number of people have asked me about. In this post
I’ll be revealing how I create them along with some details of a
workflow that I developed out of these blogs and has enabled me to
fairly quickly put together the example workflows.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/09/Workflow-0-Blogging-About-Workflows</guid>
		</item>
		
		<item>
			<title>Workflow: Chaining Workflows</title>
			<link>https://www.thoughtasylum.com/2015/07/08/Workflow-Chaining-Workflows/</link>
			<description><![CDATA[<p><a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
is a fantastic iOS automation app that allows you to do many wonderful,
amazing and even crazy things. One of the problems for me through has
been controlling process flow can be quite cumbersome - particularly
with the larger and more complex workflows as well as workflows that I’d
like to loop in some way or re-use. The programmer in me has certainly
been pining for this sort of feature.</p>

<p>Of course workflow being workflow there is a way to work around this
limitation - at least to an extent which has improved workflow creation
vastly for me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09%20workflow%20chaining.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 08 Jul 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-07-09%20workflow%20chaining.png"><br><br><p><a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
is a fantastic iOS automation app that allows you to do many wonderful,
amazing and even crazy things. One of the problems for me through has
been controlling process flow can be quite cumbersome - particularly
with the larger and more complex workflows as well as workflows that I’d
like to loop in some way or re-use. The programmer in me has certainly
been pining for this sort of feature.</p>

<p>Of course workflow being workflow there is a way to work around this
limitation - at least to an extent which has improved workflow creation
vastly for me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/07/08/Workflow-Chaining-Workflows</guid>
		</item>
		
		<item>
			<title>VBScript: Flip Line Endings</title>
			<link>https://www.thoughtasylum.com/2015/06/28/VBScript-Flip-Line-Endings/</link>
			<description><![CDATA[<p>Recently I was working for a client who had particularly strict controls
around access and tools that I could use. Whilst the bulk of the work I
was carrying out on their Linux box could be managed using
<a href="https://en.wikipedia.org/wiki/Vi">vi</a>, I found it a little limiting
when analysing some of the log files the work was producing. On the
Windows machine I was using to access the files I only had Windows
notepad and this really doesn’t handle Linux file endings well. As a
result I put together a quick VBScript to help with this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-06-28%20line%20endings.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Jun 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-06-28%20line%20endings.png"><br><br><p>Recently I was working for a client who had particularly strict controls
around access and tools that I could use. Whilst the bulk of the work I
was carrying out on their Linux box could be managed using
<a href="https://en.wikipedia.org/wiki/Vi">vi</a>, I found it a little limiting
when analysing some of the log files the work was producing. On the
Windows machine I was using to access the files I only had Windows
notepad and this really doesn’t handle Linux file endings well. As a
result I put together a quick VBScript to help with this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/06/28/VBScript-Flip-Line-Endings</guid>
		</item>
		
		<item>
			<title>Workflow Examples</title>
			<link>https://www.thoughtasylum.com/2015/06/07/Workflow-Examples/</link>
			<description><![CDATA[<p><a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow app</a>
is one of my favourite iOS apps.  As well as being incredibly innovative
and useful in so many ways, it is also something I enjoy exploring and
tinkering with.  In fact I’ve pitched in on Twitter several times to
give people a hand figuring out how to do what they want in Workflow.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-06-07%20workflow%20examples.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 07 Jun 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-06-07%20workflow%20examples.png"><br><br><p><a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow app</a>
is one of my favourite iOS apps.  As well as being incredibly innovative
and useful in so many ways, it is also something I enjoy exploring and
tinkering with.  In fact I’ve pitched in on Twitter several times to
give people a hand figuring out how to do what they want in Workflow.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/06/07/Workflow-Examples</guid>
		</item>
		
		<item>
			<title>TextExpander: Clipboard Snippets Using Javascript</title>
			<link>https://www.thoughtasylum.com/2015/05/30/TextExpander-Clipboard-Snippets-Using-Javascript/</link>
			<description><![CDATA[<p><a href="http://smilesoftware.com/">Smile Software</a> have just released a new
update to their
<a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> product
that brought a particularly interesting new feature. The option to run
JavaScript based snippets. At first this may appear unremarkable given
that the previous OS X snippets could take advantage of AppleScript, or
shell script based options such as BASH, Perl and Python (to name just a
few). The exciting thing to me however was that the JavaScript based
snippets could also run on the iOS version; whereas AppleScript and
shell script based snippets cannot.</p>

<p>As an initial foray into using JavaScript snippets on my iOS devices I
decided I’d try recreating one of my existing snippet groups.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-05-30%20TextExpander%20JavaScript.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 May 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-05-30%20TextExpander%20JavaScript.png"><br><br><p><a href="http://smilesoftware.com/">Smile Software</a> have just released a new
update to their
<a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> product
that brought a particularly interesting new feature. The option to run
JavaScript based snippets. At first this may appear unremarkable given
that the previous OS X snippets could take advantage of AppleScript, or
shell script based options such as BASH, Perl and Python (to name just a
few). The exciting thing to me however was that the JavaScript based
snippets could also run on the iOS version; whereas AppleScript and
shell script based snippets cannot.</p>

<p>As an initial foray into using JavaScript snippets on my iOS devices I
decided I’d try recreating one of my existing snippet groups.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/05/30/TextExpander-Clipboard-Snippets-Using-Javascript</guid>
		</item>
		
		<item>
			<title>Visualization Solutions by Nakisa 4.3 Update Overview</title>
			<link>https://www.thoughtasylum.com/2015/04/29/Visualization-Solutions-by-Nakisa-4.3-Update-Overview/</link>
			<description><![CDATA[<p>In Q1 of 2015, Nakisa released the latest iteration of their
visualisation suite (VSN) of applications - version 4.3. With 4.2 being
an interim release for Nakisa’s Performance and Goals product or perhaps
an internal working version, 4.3 can probably be considered an upgrade
from the 4.1 SP2 release. As well as rolling in various bug fixes and
general performance improvements, version 4.3 includes some great
feature enhancements.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-04-29%20VSN-4.3-Overview.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 29 Apr 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-04-29%20VSN-4.3-Overview.png"><br><br><p>In Q1 of 2015, Nakisa released the latest iteration of their
visualisation suite (VSN) of applications - version 4.3. With 4.2 being
an interim release for Nakisa’s Performance and Goals product or perhaps
an internal working version, 4.3 can probably be considered an upgrade
from the 4.1 SP2 release. As well as rolling in various bug fixes and
general performance improvements, version 4.3 includes some great
feature enhancements.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/04/29/Visualization-Solutions-by-Nakisa-4.3-Update-Overview</guid>
		</item>
		
		<item>
			<title>The Most Common Failing in Business</title>
			<link>https://www.thoughtasylum.com/2015/04/28/The-Most-Common-Failing-in-Business/</link>
			<description><![CDATA[<p>During my career I’ve encountered dozens of processes, agreements, work
packages, projects and changes that have, for one reason or another,
failed. Whilst the contributing factors varied, there was one that has
almost always appeared somewhere in the chain of events responsible for
the failure. A deficiency in communication.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-04-28%20head%20in%20hands.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Apr 2015 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-04-28%20head%20in%20hands.jpg"><br><br><p>During my career I’ve encountered dozens of processes, agreements, work
packages, projects and changes that have, for one reason or another,
failed. Whilst the contributing factors varied, there was one that has
almost always appeared somewhere in the chain of events responsible for
the failure. A deficiency in communication.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/04/28/The-Most-Common-Failing-in-Business</guid>
		</item>
		
		<item>
			<title>TextExpander: Tab on iOS</title>
			<link>https://www.thoughtasylum.com/2015/03/29/TextExpander-Tab-on-iOS/</link>
			<description><![CDATA[<p>Even with the advent of iOS8 and custom keyboards and customised
keyboard lines in specific apps, one thing I still find myself wishing I
could get on my iPhone and iPad keyboards is a tab key. Fortunately
there is a nice easy way to work around this using one of my favourite
iOS utilities - <a href="https://itunes.apple.com/us/app/textexpander-3-+-custom-keyboard/id917416298?mt=8%22">TextExpander Touch</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-03-29%20tab.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Mar 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-03-29%20tab.png"><br><br><p>Even with the advent of iOS8 and custom keyboards and customised
keyboard lines in specific apps, one thing I still find myself wishing I
could get on my iPhone and iPad keyboards is a tab key. Fortunately
there is a nice easy way to work around this using one of my favourite
iOS utilities - <a href="https://itunes.apple.com/us/app/textexpander-3-+-custom-keyboard/id917416298?mt=8%22">TextExpander Touch</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/03/29/TextExpander-Tab-on-iOS</guid>
		</item>
		
		<item>
			<title>TextExpander: Plain Text to HTML Paragraphs</title>
			<link>https://www.thoughtasylum.com/2015/03/21/TextExpander-Plain-Text-to-HTML-Paragraphs/</link>
			<description><![CDATA[<p><a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> is one
of my most frequently used Mac utilities and I have all sorts of
snippets that help me with all sorts of tasks. From correcting my seldom
perfect typing and inserting standard sets of boilerplate text through
to more advanced ones that produce fill-in forms and carry out
conversions of clipboard text. This focus of this post certainly falls
into the latter, but does so in doing something surprisingly simple. It
takes plain text and simply adds HTML paragraph tags in at the
appropriate locations.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-03-28%20paragraph-te.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 21 Mar 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-03-28%20paragraph-te.png"><br><br><p><a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> is one
of my most frequently used Mac utilities and I have all sorts of
snippets that help me with all sorts of tasks. From correcting my seldom
perfect typing and inserting standard sets of boilerplate text through
to more advanced ones that produce fill-in forms and carry out
conversions of clipboard text. This focus of this post certainly falls
into the latter, but does so in doing something surprisingly simple. It
takes plain text and simply adds HTML paragraph tags in at the
appropriate locations.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/03/21/TextExpander-Plain-Text-to-HTML-Paragraphs</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): Archive Web Page to PDF</title>
			<link>https://www.thoughtasylum.com/2015/02/26/Workflow-(iOS)-Archive-Web-Page-to-PDF/</link>
			<description><![CDATA[<p>Continuing with my little spate of sharing workflows for the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app known as Workflow</a>,
I’ve decided to share another simple action extension workflow that
allows you to save web pages as a simplified style PDF Whilst I
personally use <a href="http://evernote.com">Evernote</a> as my snap shot
repository and page cleaner of choice, sometimes I want to be able to
send other people a snap shot of a page and Workflow provides a
relatively easy way to do this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-26%20web%20archive.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 26 Feb 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-26%20web%20archive.png"><br><br><p>Continuing with my little spate of sharing workflows for the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app known as Workflow</a>,
I’ve decided to share another simple action extension workflow that
allows you to save web pages as a simplified style PDF Whilst I
personally use <a href="http://evernote.com">Evernote</a> as my snap shot
repository and page cleaner of choice, sometimes I want to be able to
send other people a snap shot of a page and Workflow provides a
relatively easy way to do this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/02/26/Workflow-(iOS)-Archive-Web-Page-to-PDF</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): Check This Out</title>
			<link>https://www.thoughtasylum.com/2015/02/25/Workflow-(iOS)-Check-This-Out/</link>
			<description><![CDATA[<p>I use various services for web pages I want to take a deeper look at
later, <a href="http://getpocket.com">Pocket</a> and
<a href="http://evernote.com">Evernote</a> being my favourites for my personal
reading. However I frequently come across things I want to take a look
at more closely for my work. Rather than creating a task (which I’ll
then probably defer ad infinitum) I choose the simpler option of mailing
myself details of the page. Whilst this has never been a particularly
onerous task I found that I could use the wonderfully flexible <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app Workflow</a>
to help me make it even easier.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-25%20web%20mail.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 25 Feb 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-25%20web%20mail.png"><br><br><p>I use various services for web pages I want to take a deeper look at
later, <a href="http://getpocket.com">Pocket</a> and
<a href="http://evernote.com">Evernote</a> being my favourites for my personal
reading. However I frequently come across things I want to take a look
at more closely for my work. Rather than creating a task (which I’ll
then probably defer ad infinitum) I choose the simpler option of mailing
myself details of the page. Whilst this has never been a particularly
onerous task I found that I could use the wonderfully flexible <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app Workflow</a>
to help me make it even easier.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/02/25/Workflow-(iOS)-Check-This-Out</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): Take a Note</title>
			<link>https://www.thoughtasylum.com/2015/02/24/Workflow-(iOS)-Take-a-Note/</link>
			<description><![CDATA[<p>I continue to find great personal uses for the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app Workflow</a>.
One of the ones I’ve been experimenting with recently relates to quickly
taking contextual notes and adding them into
<a href="http://evernote.com">Evernote</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-24%20Note%20Combo.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 24 Feb 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-24%20Note%20Combo.png"><br><br><p>I continue to find great personal uses for the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS app Workflow</a>.
One of the ones I’ve been experimenting with recently relates to quickly
taking contextual notes and adding them into
<a href="http://evernote.com">Evernote</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/02/24/Workflow-(iOS)-Take-a-Note</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): Server Commands</title>
			<link>https://www.thoughtasylum.com/2015/02/18/Workflow-(iOS)-Server-Commands/</link>
			<description><![CDATA[<p>It’s amazing how many computers we all work with these days. Our phones,
our tablets, work computers, personal computers, remote servers,
Raspberry Pis; the list goes on. I frequently find myself wanting to
action things on a computer other than the one in front of me and I now
have another tool in my arsenal to do this … <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">the iOS app Workflow</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-18%20Workflow%20Remote%20Server.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 18 Feb 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-02-18%20Workflow%20Remote%20Server.png"><br><br><p>It’s amazing how many computers we all work with these days. Our phones,
our tablets, work computers, personal computers, remote servers,
Raspberry Pis; the list goes on. I frequently find myself wanting to
action things on a computer other than the one in front of me and I now
have another tool in my arsenal to do this … <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">the iOS app Workflow</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/02/18/Workflow-(iOS)-Server-Commands</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): A Workflow to Download Images (Jay Mantri)</title>
			<link>https://www.thoughtasylum.com/2015/01/24/Workflow-(iOS)-A-Workflow-to-Download-Images-(Jay-Mantri)/</link>
			<description><![CDATA[<p>I’ve been experimenting a lot recently with <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">the iOS Workflow application</a>
and whilst it is an initial release it has a lot of power and a vast
amount of potential. Whilst there are a number of features I’m hoping
will be included in upcoming releases I have a few workflows that are
already saving me some time and one of those relates to a site called
<a href="http://jaymantri.com">jaymantri.com</a>. The site offers up a set of
photographs for download each week and when the e-mail comes to let me
know they’re available I dutifully went to the site to download each of
them from. But now with Workflow I can grab them from across the site
with the push of a button.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-24%20dslr.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Jan 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-24%20dslr.png"><br><br><p>I’ve been experimenting a lot recently with <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">the iOS Workflow application</a>
and whilst it is an initial release it has a lot of power and a vast
amount of potential. Whilst there are a number of features I’m hoping
will be included in upcoming releases I have a few workflows that are
already saving me some time and one of those relates to a site called
<a href="http://jaymantri.com">jaymantri.com</a>. The site offers up a set of
photographs for download each week and when the e-mail comes to let me
know they’re available I dutifully went to the site to download each of
them from. But now with Workflow I can grab them from across the site
with the push of a button.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/01/24/Workflow-(iOS)-A-Workflow-to-Download-Images-(Jay-Mantri)</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): Some Example Workflows for Dates</title>
			<link>https://www.thoughtasylum.com/2015/01/14/Workflow-(iOS)-Some-Example-Workflows-for-Dates/</link>
			<description><![CDATA[<p>Whilst experimenting and answering occasional Twitter questions relating
to date manipulation in the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS Workflow app</a>
I’ve created a few example workflows. These workflows are not intended
to be stand alone workflows with a practical purpose, but simply as ways
that the dates can be manipulated.</p>

<p>Date manipulation is a common requirement. You may need to extract
elements of a date (e.g. the month) or rearrange to another format. You
can use them for queries, web site links, file names and a myriad of
other things. So getting an idea of how to do some manipulations in
Workflow could potentially prove quite useful.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-14%20Calendar.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 14 Jan 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-14%20Calendar.png"><br><br><p>Whilst experimenting and answering occasional Twitter questions relating
to date manipulation in the <a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">iOS Workflow app</a>
I’ve created a few example workflows. These workflows are not intended
to be stand alone workflows with a practical purpose, but simply as ways
that the dates can be manipulated.</p>

<p>Date manipulation is a common requirement. You may need to extract
elements of a date (e.g. the month) or rearrange to another format. You
can use them for queries, web site links, file names and a myriad of
other things. So getting an idea of how to do some manipulations in
Workflow could potentially prove quite useful.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/01/14/Workflow-(iOS)-Some-Example-Workflows-for-Dates</guid>
		</item>
		
		<item>
			<title>Workflow (iOS): A Workflow to Duplicate Workflows</title>
			<link>https://www.thoughtasylum.com/2015/01/11/Workflow-(iOS)-A-Workflow-to-Duplicate-Workflows/</link>
			<description><![CDATA[<p>Late last year I was eagerly awaiting the release of a new iOS
application that promised a new level of automation. Whilst I do like
using <a href="http://contrast.co/launch-center-pro/">Launch Center Pro</a>,
<a href="http://agiletortoise.com/drafts/">Drafts</a> and
<a href="http://omz-software.com/pythonista/">Pythonista</a>,
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
promised something a little different and something that could
complement these other tools nicely. I’m sure I’ll be sharing numerous
workflows on this site as time goes by, but the first one I thought I’d
share is one that you could say is a little bit meta. A workflow for
duplicating workflows.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-11%20clone.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 11 Jan 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-11%20clone.png"><br><br><p>Late last year I was eagerly awaiting the release of a new iOS
application that promised a new level of automation. Whilst I do like
using <a href="http://contrast.co/launch-center-pro/">Launch Center Pro</a>,
<a href="http://agiletortoise.com/drafts/">Drafts</a> and
<a href="http://omz-software.com/pythonista/">Pythonista</a>,
<a href="https://itunes.apple.com/gb/app/workflow-powerful-automation/id915249334?mt=8&amp;at=11lR3m">Workflow</a>
promised something a little different and something that could
complement these other tools nicely. I’m sure I’ll be sharing numerous
workflows on this site as time goes by, but the first one I thought I’d
share is one that you could say is a little bit meta. A workflow for
duplicating workflows.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/01/11/Workflow-(iOS)-A-Workflow-to-Duplicate-Workflows</guid>
		</item>
		
		<item>
			<title>ThoughtAsylum 2014 Review</title>
			<link>https://www.thoughtasylum.com/2015/01/10/ThoughtAsylum-2014-Review/</link>
			<description><![CDATA[<p>It’s the new year so once again it’s time to review the past 12 months
and see what’s been going on at <a href="/">thoughtasylum.com</a> and with me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-10%202014.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 10 Jan 2015 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2015/2015-01-10%202014.png"><br><br><p>It’s the new year so once again it’s time to review the past 12 months
and see what’s been going on at <a href="/">thoughtasylum.com</a> and with me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2015/01/10/ThoughtAsylum-2014-Review</guid>
		</item>
		
		<item>
			<title>TextExpander: List Browser Tabs</title>
			<link>https://www.thoughtasylum.com/2014/12/31/TextExpander/-List-Browser-Tabs/</link>
			<description><![CDATA[<p>Like many of us, the Internet is my go to place for immediate access
information. It allows me to quickly research topics via my web browser,
but for more involved topics it can be difficult for me to get enough
detail in a single sitting, or I may need to pass on some details
elsewhere (e.g. a reference list for a document/post/article). But when
I have several tabs open (potentially across several windows) it can be
a pain to manually list out the links and pages. To that end I created
an AppleScript based
<a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> snippet
to produce such a list.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-12-31%20tab%20to%20list.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 31 Dec 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-12-31%20tab%20to%20list.png"><br><br><p>Like many of us, the Internet is my go to place for immediate access
information. It allows me to quickly research topics via my web browser,
but for more involved topics it can be difficult for me to get enough
detail in a single sitting, or I may need to pass on some details
elsewhere (e.g. a reference list for a document/post/article). But when
I have several tabs open (potentially across several windows) it can be
a pain to manually list out the links and pages. To that end I created
an AppleScript based
<a href="http://smilesoftware.com/TextExpander/index.html">TextExpander</a> snippet
to produce such a list.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/12/31/TextExpander/TextExpander..-List-Browser-Tabs</guid>
		</item>
		
		<item>
			<title>TextExpander: Inline Calculation</title>
			<link>https://www.thoughtasylum.com/2014/11/30/TextExpander/-Inline-Calculation/</link>
			<description><![CDATA[<p>There are many options these days for carrying out ad hoc calculations.
Personally I ditched the desktop calculator as soon as I got a personal
computer for my day to day work - after all a computer is a very capable
calculator. But that left me with various options of how to carry out a
calculation. On the Mac there’s the calculator app and following in the
steps of launchers like <a href="http://alfredapp.com">Alfred</a> even Spotlight
allows you to carry out quick calculations. If you have a browser open
you could even tap into the calculation potential of engines such as
<a href="http://google.com">Google</a> search of
<a href="http://www.wolframalpha.com/">Wolfram-Alpha</a>. However in order to
retain my clipboard and tap into something that allowed for some more
complex calculations I created a TextExpander snippet to help with this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-11-30%20calculator.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 30 Nov 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-11-30%20calculator.png"><br><br><p>There are many options these days for carrying out ad hoc calculations.
Personally I ditched the desktop calculator as soon as I got a personal
computer for my day to day work - after all a computer is a very capable
calculator. But that left me with various options of how to carry out a
calculation. On the Mac there’s the calculator app and following in the
steps of launchers like <a href="http://alfredapp.com">Alfred</a> even Spotlight
allows you to carry out quick calculations. If you have a browser open
you could even tap into the calculation potential of engines such as
<a href="http://google.com">Google</a> search of
<a href="http://www.wolframalpha.com/">Wolfram-Alpha</a>. However in order to
retain my clipboard and tap into something that allowed for some more
complex calculations I created a TextExpander snippet to help with this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/11/30/TextExpander/TextExpander..-Inline-Calculation</guid>
		</item>
		
		<item>
			<title>TextExpander: Get Domain Information - WhoIs Record</title>
			<link>https://www.thoughtasylum.com/2014/10/29/TextExpander-Get-Domain-Information-WhoIs-Record/</link>
			<description><![CDATA[<p>A little while back I spent a bit of time investigating some domain
names for a project I was working on. As you may know, you can see all
sorts of useful information about a domain by looking up it’s <a href="http://en.wikipedia.org/wiki/Whois">Who Is
record</a>. In order to save time I
came up with a couple of TextExpander snippets to help with that.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-10-29%20guesswho.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 29 Oct 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-10-29%20guesswho.png"><br><br><p>A little while back I spent a bit of time investigating some domain
names for a project I was working on. As you may know, you can see all
sorts of useful information about a domain by looking up it’s <a href="http://en.wikipedia.org/wiki/Whois">Who Is
record</a>. In order to save time I
came up with a couple of TextExpander snippets to help with that.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/10/29/TextExpander-Get-Domain-Information-WhoIs-Record</guid>
		</item>
		
		<item>
			<title>Archiving Folders With 7ZIP</title>
			<link>https://www.thoughtasylum.com/2014/09/30/Archiving-Folders-With-7ZIP/</link>
			<description><![CDATA[<p>Recently I was carrying out a bit of house keeping on my work laptop’s
hard drive. I have a folder in Windows that contains daily folders of
temp files and every so often I compress them and archive them off to
free up some space. Usually it just takes me a few minutes to run
through the folders and compress them into archive files. Unfortunately
over the past year I’d not gotten around to doing it so I had rather a
lot of folders to archive and I decided to quickly put together a little
script to help me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-09-30%207zip.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Sep 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-09-30%207zip.png"><br><br><p>Recently I was carrying out a bit of house keeping on my work laptop’s
hard drive. I have a folder in Windows that contains daily folders of
temp files and every so often I compress them and archive them off to
free up some space. Usually it just takes me a few minutes to run
through the folders and compress them into archive files. Unfortunately
over the past year I’d not gotten around to doing it so I had rather a
lot of folders to archive and I decided to quickly put together a little
script to help me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/09/30/Archiving-Folders-With-7ZIP</guid>
		</item>
		
		<item>
			<title>Why HCM Data Quality Matters</title>
			<link>https://www.thoughtasylum.com/2014/08/31/Why-HCM-Data-Quality-Matters/</link>
			<description><![CDATA[<p>There’s an acronym in computer science that holds true in many areas of
business including that of HCM - GIGO. It stands for “Garbage In,
Garbage Out” and refers to the fact that computers will process things
literally and if you enter data that is no good you’ll end up with data
that is no good. Even when you put an intelligent human in the mix and
give them poor quality data you’re more than likely to end up with
rubbish results.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-31%20data%20quality.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 31 Aug 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-31%20data%20quality.png"><br><br><p>There’s an acronym in computer science that holds true in many areas of
business including that of HCM - GIGO. It stands for “Garbage In,
Garbage Out” and refers to the fact that computers will process things
literally and if you enter data that is no good you’ll end up with data
that is no good. Even when you put an intelligent human in the mix and
give them poor quality data you’re more than likely to end up with
rubbish results.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/08/31/Why-HCM-Data-Quality-Matters</guid>
		</item>
		
		<item>
			<title>How to Have More Effective Meetings</title>
			<link>https://www.thoughtasylum.com/2014/08/30/How-to-Have-More-Effective-Meetings/</link>
			<description><![CDATA[<p>Recently I spotted a number of people I’m connected with on LinkedIn and
a number of people I follow on Twitter sharing an image about <a href="http://newfrontierconsulting.com.au/wp-content/uploads/2013/03/Tips-for-meetings.png">Tips for Running Effective Meetings</a>.
Since I’m always interested in ways to improve what I do I gave it a read
through. I was surprised to find that as I read it through I found
myself having an issue with almost every point given.</p>

<p>In this post I’m going to describe why I have issues with the suggestions
and what I’d offer up as alternatives.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-30%20meeting.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 Aug 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-30%20meeting.jpg"><br><br><p>Recently I spotted a number of people I’m connected with on LinkedIn and
a number of people I follow on Twitter sharing an image about <a href="http://newfrontierconsulting.com.au/wp-content/uploads/2013/03/Tips-for-meetings.png">Tips for Running Effective Meetings</a>.
Since I’m always interested in ways to improve what I do I gave it a read
through. I was surprised to find that as I read it through I found
myself having an issue with almost every point given.</p>

<p>In this post I’m going to describe why I have issues with the suggestions
and what I’d offer up as alternatives.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/08/30/How-to-Have-More-Effective-Meetings</guid>
		</item>
		
		<item>
			<title>Read Batch File Script Info</title>
			<link>https://www.thoughtasylum.com/2014/08/29/Read-Batch-File-Script-Info/</link>
			<description><![CDATA[<p>Recently I was updating a rather complex DOS batch file that we track
the changes on. Each time we update it, we update a comment in the batch
file for the version number. Since we sometimes get logs sent to us
about the script’s operation I figured it would be useful to add the
version number to the log file.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-29%20batch%20reflection.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 29 Aug 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-08-29%20batch%20reflection.png"><br><br><p>Recently I was updating a rather complex DOS batch file that we track
the changes on. Each time we update it, we update a comment in the batch
file for the version number. Since we sometimes get logs sent to us
about the script’s operation I figured it would be useful to add the
version number to the log file.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/08/29/Read-Batch-File-Script-Info</guid>
		</item>
		
		<item>
			<title>The Lazy Mind-set for Productive People</title>
			<link>https://www.thoughtasylum.com/2014/07/31/The-Lazy-Mind-set-for-Productive-People/</link>
			<description><![CDATA[<p>When you think of productivity I’m guessing that for most people the
first word that springs to mind probably isn’t “lazy”, but for me it’s
been like that from the start. It’s my mind-set.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-07-31%20lazy%20days.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 31 Jul 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-07-31%20lazy%20days.jpg"><br><br><p>When you think of productivity I’m guessing that for most people the
first word that springs to mind probably isn’t “lazy”, but for me it’s
been like that from the start. It’s my mind-set.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/07/31/The-Lazy-Mind-set-for-Productive-People</guid>
		</item>
		
		<item>
			<title>Blank All of Your Screens with an AutoHotKey Script</title>
			<link>https://www.thoughtasylum.com/2014/07/30/Blank-All-of-Your-Screens-with-an-AutoHotKey-Script/</link>
			<description><![CDATA[<p>If you work with computer aided presentations on Windows, then you
probably know PowerPoint has options to show blank screens. Pressing “B”
will give you a black screen and “W” will give you a white screen. These
are useful options when you want to focus people’s attention on what
you’re saying and away from any slides you might have up. For example if
you need to discuss a point for which you don’t have a slide or if you
want to tease something.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-07-30%20blank%20screen.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Jul 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-07-30%20blank%20screen.jpg"><br><br><p>If you work with computer aided presentations on Windows, then you
probably know PowerPoint has options to show blank screens. Pressing “B”
will give you a black screen and “W” will give you a white screen. These
are useful options when you want to focus people’s attention on what
you’re saying and away from any slides you might have up. For example if
you need to discuss a point for which you don’t have a slide or if you
want to tease something.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/07/30/Blank-All-of-Your-Screens-with-an-AutoHotKey-Script</guid>
		</item>
		
		<item>
			<title>Extracting Excel File Path Information Using Excel Formulas</title>
			<link>https://www.thoughtasylum.com/2014/06/29/Extracting-Excel-File-Path-Information-Using-Excel-Formulas/</link>
			<description><![CDATA[<p>In several of the template Excel spreadsheets I use in my work there are
references to clients and version numbers that are included. This is for
reference purposes, particularly if the spreadsheet might be printed or
exported as a soft copy (e.g. PDF). Whilst it is possible to maintain
this information manually I decided that this should be something that
could be improved by virtue of the file name containing such information
(as these are the very basis of file management on projects). I’d
referenced the file path and elements of it in the past and I thought
that this would be something that should be relatively straight forward
to achieve; and here’s how I got on ….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-29%20binary.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Jun 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-29%20binary.jpg"><br><br><p>In several of the template Excel spreadsheets I use in my work there are
references to clients and version numbers that are included. This is for
reference purposes, particularly if the spreadsheet might be printed or
exported as a soft copy (e.g. PDF). Whilst it is possible to maintain
this information manually I decided that this should be something that
could be improved by virtue of the file name containing such information
(as these are the very basis of file management on projects). I’d
referenced the file path and elements of it in the past and I thought
that this would be something that should be relatively straight forward
to achieve; and here’s how I got on ….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/06/29/Extracting-Excel-File-Path-Information-Using-Excel-Formulas</guid>
		</item>
		
		<item>
			<title>3 Things you have that others want</title>
			<link>https://www.thoughtasylum.com/2014/06/20/3-Things-you-have-that-others-want/</link>
			<description><![CDATA[<p>We all have things that we want from people and of course there are
things they want from us. Recently I was thinking about what this
actually meant and I think I managed to boil it down to just three
things - things that I think we all look for from each other.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-20%20tap.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 20 Jun 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-20%20tap.jpg"><br><br><p>We all have things that we want from people and of course there are
things they want from us. Recently I was thinking about what this
actually meant and I think I managed to boil it down to just three
things - things that I think we all look for from each other.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/06/20/3-Things-you-have-that-others-want</guid>
		</item>
		
		<item>
			<title>The Awesome Power of Mistakes</title>
			<link>https://www.thoughtasylum.com/2014/06/01/The-Awesome-Power-of-Mistakes/</link>
			<description><![CDATA[<p>Outside of my work I spend several hours each week volunteering as a
teacher. I have some modest skills and experiences that people seem to
be interested in learning about and developing themselves and that’s
something that gives me great pride to be able to do. One of the most
important lessons I try and teach my students is about the awesome power
of mistakes.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-01%20face%20palm.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 01 Jun 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-06-01%20face%20palm.jpg"><br><br><p>Outside of my work I spend several hours each week volunteering as a
teacher. I have some modest skills and experiences that people seem to
be interested in learning about and developing themselves and that’s
something that gives me great pride to be able to do. One of the most
important lessons I try and teach my students is about the awesome power
of mistakes.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/06/01/The-Awesome-Power-of-Mistakes</guid>
		</item>
		
		<item>
			<title>A wise Sensei once asked me a question…</title>
			<link>https://www.thoughtasylum.com/2014/05/31/A-wise-Sensei-once-asked-me-a-question/</link>
			<description><![CDATA[<p>When I’m not working, sat at a computer creating things or spending time
with my family I can usually be found helping people with their studies
of the martial art of Jiu Jitsu. I’ve been doing this for well over a
decade and like to think I have developed at least some modicum of
aptitude in helping people develop the a range of physical, mental and
emotional skills to allow them to advance in their studies. But no
matter how much teaching I do and how many techniques, approaches and
lessons I develop myself it is the lessons of my first instructors that
I come back to time and again as being some of the simplest and most
useful.</p>

<p>Like many lessons in the martial arts there is a deep wisdom to be found
in them that is applicable beyond the confines of a dojo and equally as
relevant in the walls of an office. I’d like to share one of these with
you today.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-31%20shiho%20nage%20bw.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 May 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-31%20shiho%20nage%20bw.jpg"><br><br><p>When I’m not working, sat at a computer creating things or spending time
with my family I can usually be found helping people with their studies
of the martial art of Jiu Jitsu. I’ve been doing this for well over a
decade and like to think I have developed at least some modicum of
aptitude in helping people develop the a range of physical, mental and
emotional skills to allow them to advance in their studies. But no
matter how much teaching I do and how many techniques, approaches and
lessons I develop myself it is the lessons of my first instructors that
I come back to time and again as being some of the simplest and most
useful.</p>

<p>Like many lessons in the martial arts there is a deep wisdom to be found
in them that is applicable beyond the confines of a dojo and equally as
relevant in the walls of an office. I’d like to share one of these with
you today.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/05/31/A-wise-Sensei-once-asked-me-a-question...</guid>
		</item>
		
		<item>
			<title>Adding Multiple Sets of Looping Slides to PowerPoint</title>
			<link>https://www.thoughtasylum.com/2014/05/30/Adding-Multiple-Sets-of-Looping-Slides-to-PowerPoint/</link>
			<description><![CDATA[<p>For some time now there have been techniques around for having a set of
slides that loop at the start of your PowerPoint presentation. These
generally involve hiding your main presentation slides, adding an
invisible button to each of the visible slides (that allows you to jump
to your first hidden slide), setting those slides to auto advance and
then setting your presentation to loop continuously. But what if you
want to add more loops and/or want to control everything from a
presentation remote?</p>

<p>Last year I was working on a webinar where we wanted to have a couple of
looped sets of slides and I needed an alternative - ideally one that
didn’t involve having to break out and run a separate presentation.
Fortunately it wasn’t too hard to come up with a solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-30%20looping.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 May 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-30%20looping.png"><br><br><p>For some time now there have been techniques around for having a set of
slides that loop at the start of your PowerPoint presentation. These
generally involve hiding your main presentation slides, adding an
invisible button to each of the visible slides (that allows you to jump
to your first hidden slide), setting those slides to auto advance and
then setting your presentation to loop continuously. But what if you
want to add more loops and/or want to control everything from a
presentation remote?</p>

<p>Last year I was working on a webinar where we wanted to have a couple of
looped sets of slides and I needed an alternative - ideally one that
didn’t involve having to break out and run a separate presentation.
Fortunately it wasn’t too hard to come up with a solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/05/30/Adding-Multiple-Sets-of-Looping-Slides-to-PowerPoint</guid>
		</item>
		
		<item>
			<title>5 Tactics to Use When You Are Really Stuck</title>
			<link>https://www.thoughtasylum.com/2014/05/01/5-Tactics-to-Use-When-You-Are-Really-Stuck/</link>
			<description><![CDATA[<p>We all get stuck from time to time. A mental block, a change in plans or
the proverbial brick wall. Dealing with such impasses is challenging and
can create periods of stress and low productivity. They are nothing to
be ashamed of and in fact we often find that when we overcome these
sorts of issues we are rewarded with valuable skills and experience that
benefit us from that point on.</p>

<p>In this post I’d like to share a few methods I use that can help you
deal with these sorts of scenarios. Not all are applicable on every
occasion, but hopefully there are at least a couple that can be applied
to a particular situation.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-01%20chinese%20finger%20puzzle.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 01 May 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-05-01%20chinese%20finger%20puzzle.png"><br><br><p>We all get stuck from time to time. A mental block, a change in plans or
the proverbial brick wall. Dealing with such impasses is challenging and
can create periods of stress and low productivity. They are nothing to
be ashamed of and in fact we often find that when we overcome these
sorts of issues we are rewarded with valuable skills and experience that
benefit us from that point on.</p>

<p>In this post I’d like to share a few methods I use that can help you
deal with these sorts of scenarios. Not all are applicable on every
occasion, but hopefully there are at least a couple that can be applied
to a particular situation.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/05/01/5-Tactics-to-Use-When-You-Are-Really-Stuck</guid>
		</item>
		
		<item>
			<title>Export all Canvases in OmniGraffle</title>
			<link>https://www.thoughtasylum.com/2014/04/30/Export-all-Canvases-in-OmniGraffle/</link>
			<description><![CDATA[<p>Over the last few years I’ve created a number of useful diagrams in
<a href="http://www.omnigroup.com/omnigraffle/">OmniGraffle</a> that describe some
technical architectures and requirements for some of the software that I
work with. Whenever there is a new release I update the diagrams and
then export each in turn as an image file. Because of the number of
diagrams involved this became a rather laborious process … so as usual
I decided to make things a bit more automated.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-30%20omingraffle%20canvas%20export.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Apr 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-30%20omingraffle%20canvas%20export.png"><br><br><p>Over the last few years I’ve created a number of useful diagrams in
<a href="http://www.omnigroup.com/omnigraffle/">OmniGraffle</a> that describe some
technical architectures and requirements for some of the software that I
work with. Whenever there is a new release I update the diagrams and
then export each in turn as an image file. Because of the number of
diagrams involved this became a rather laborious process … so as usual
I decided to make things a bit more automated.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/04/30/Export-all-Canvases-in-OmniGraffle</guid>
		</item>
		
		<item>
			<title>Making HR Smarter</title>
			<link>https://www.thoughtasylum.com/2014/04/29/Making-HR-Smarter/</link>
			<description><![CDATA[<p><em>“Change is the only constant.” - Heraclitus of Ephesus</em></p>

<p>Change. It’s happening all the time, everywhere we look. In order to
survive we need to adapt to the changes. In order to prosper we need to
drive the changes. We need to constantly strive to improve and be
smarter about what we do and how we do it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-29%20mri.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Apr 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-29%20mri.jpg"><br><br><p><em>“Change is the only constant.” - Heraclitus of Ephesus</em></p>

<p>Change. It’s happening all the time, everywhere we look. In order to
survive we need to adapt to the changes. In order to prosper we need to
drive the changes. We need to constantly strive to improve and be
smarter about what we do and how we do it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/04/29/Making-HR-Smarter</guid>
		</item>
		
		<item>
			<title>There may be trouble ahead if your day starts like this:.</title>
			<link>https://www.thoughtasylum.com/2014/04/28/There-may-be-trouble-ahead-if-your-day-starts-like-this/</link>
			<description><![CDATA[<p>Every now and then you get a day that you know is going to be a little
different and more challenging than the typical one. You can tell right
away it will be “one of those days” by the first thing someone says to
you when you walk into the office. Some time back I was heading up a
small IT department and occasionally I would walk in to an “<em>I’m glad
you’re here</em>”, “<em>server A is down</em>” or “<em>X has rung for you twice
already</em>”. None unusual in themselves, but all harbingers of what was to
come. However, the strangest greeting I ever had was as I walked up to
my desk one morning and a colleague turned to me and with a wry smile
said … <em>“There’s a bird in the server room”</em>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-28%20starling.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 28 Apr 2014 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-04-28%20starling.jpg"><br><br><p>Every now and then you get a day that you know is going to be a little
different and more challenging than the typical one. You can tell right
away it will be “one of those days” by the first thing someone says to
you when you walk into the office. Some time back I was heading up a
small IT department and occasionally I would walk in to an “<em>I’m glad
you’re here</em>”, “<em>server A is down</em>” or “<em>X has rung for you twice
already</em>”. None unusual in themselves, but all harbingers of what was to
come. However, the strangest greeting I ever had was as I walked up to
my desk one morning and a colleague turned to me and with a wry smile
said … <em>“There’s a bird in the server room”</em>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/04/28/There-may-be-trouble-ahead-if-your-day-starts-like-this...</guid>
		</item>
		
		<item>
			<title>How to Create Jigsaws in PowerPoint</title>
			<link>https://www.thoughtasylum.com/2014/03/01/How-to-Create-Jigsaws-in-PowerPoint/</link>
			<description><![CDATA[<p>PowerPoint is a term used to strike fear into the hearts of office
workers the world over, but much like a firearm it is more about whose
hands it is in that makes the difference. I may not be a PowerPoint
guru, but on many occasions over the years I’ve found myself needing to
wrestle with its functions and features to produce the effect I (or more
frequently someone else) want(s). One effect that keeps cropping up is
that of a jigsaw. The analogy of the complete picture and how pieces fit
together (or are missing) lends itself well to many aspects of business
and life in general. Since it has been such a popular request I thought
I’d share some techniques and some templates that I use to produce
jigsaws in PowerPoint.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-03-01%2001%20jigsaw.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Mar 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-03-01%2001%20jigsaw.png"><br><br><p>PowerPoint is a term used to strike fear into the hearts of office
workers the world over, but much like a firearm it is more about whose
hands it is in that makes the difference. I may not be a PowerPoint
guru, but on many occasions over the years I’ve found myself needing to
wrestle with its functions and features to produce the effect I (or more
frequently someone else) want(s). One effect that keeps cropping up is
that of a jigsaw. The analogy of the complete picture and how pieces fit
together (or are missing) lends itself well to many aspects of business
and life in general. Since it has been such a popular request I thought
I’d share some techniques and some templates that I use to produce
jigsaws in PowerPoint.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/03/01/How-to-Create-Jigsaws-in-PowerPoint</guid>
		</item>
		
		<item>
			<title>A Self Installing VBScript</title>
			<link>https://www.thoughtasylum.com/2014/02/28/A-Self-Installing-VBScript/</link>
			<description><![CDATA[<p>Over the years I’ve been doing technical support I’ve had quite a few
useful VBS scripts that I’d copy over to a user’s machine. Then if it
necessary, they could be run again at a later date (by remote control or
referring the user to it’s location and get them to run it). However I
quickly tired of manually doing this and dealing with the instances
where I’d accidentally copied the script to the user’s desktop instead
of the location I’d really wanted. As a result I created some extra
lines to add into these scripts that would install the script to the
desired location and then run it from there. This meant I could run it
from a flash or network drive and it would automatically go to the right
place - even updating older scripts.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-02-28%20vbs%20install.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 28 Feb 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-02-28%20vbs%20install.png"><br><br><p>Over the years I’ve been doing technical support I’ve had quite a few
useful VBS scripts that I’d copy over to a user’s machine. Then if it
necessary, they could be run again at a later date (by remote control or
referring the user to it’s location and get them to run it). However I
quickly tired of manually doing this and dealing with the instances
where I’d accidentally copied the script to the user’s desktop instead
of the location I’d really wanted. As a result I created some extra
lines to add into these scripts that would install the script to the
desired location and then run it from there. This meant I could run it
from a flash or network drive and it would automatically go to the right
place - even updating older scripts.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/02/28/A-Self-Installing-VBScript</guid>
		</item>
		
		<item>
			<title>View Your Android Device on Your PC using Droid@Screen</title>
			<link>https://www.thoughtasylum.com/2014/01/30/View-Your-Android-Device-on-Your-PC-using-Droid-Screen/</link>
			<description><![CDATA[<p>Android devices don’t have any native feature (currently) to mirror the
display onto a PC. There are however a few alternative ways to
accomplish this. In this post I’ll be giving a quick run down on how I
got my Samsung Galaxy S2 to mirror it’s display onto my Windows laptop
using Droid@Screen</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-01-30%20android.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Jan 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-01-30%20android.png"><br><br><p>Android devices don’t have any native feature (currently) to mirror the
display onto a PC. There are however a few alternative ways to
accomplish this. In this post I’ll be giving a quick run down on how I
got my Samsung Galaxy S2 to mirror it’s display onto my Windows laptop
using Droid@Screen</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/01/30/View-Your-Android-Device-on-Your-PC-using-Droid-Screen</guid>
		</item>
		
		<item>
			<title>ThoughtAsylum 2013 Review</title>
			<link>https://www.thoughtasylum.com/2014/01/10/ThoughtAsylum-2013-Review/</link>
			<description><![CDATA[<p>It’s the new year so as has become a bit of a tradition it’s time to
review the past 12 months and see what’s been going on at
<a href="/">thoughtasylum.com</a> and with me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-01-10%202013.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 10 Jan 2014 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2014/2014-01-10%202013.png"><br><br><p>It’s the new year so as has become a bit of a tradition it’s time to
review the past 12 months and see what’s been going on at
<a href="/">thoughtasylum.com</a> and with me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2014/01/10/ThoughtAsylum-2013-Review</guid>
		</item>
		
		<item>
			<title>TextExpander: Get Information from the Terminal</title>
			<link>https://www.thoughtasylum.com/2013/12/23/TextExpander/-Get-Information-from-the-Terminal/</link>
			<description><![CDATA[<p>I seem to be having a bit of a spree on
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> posts at the
moment looking at my last few posts - can you get too much of a good
thing?. This time I’m going to be sharing some snippets I have for
getting useful information from the Mac using some terminal commands.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-12-23-textexpander-terminal.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 23 Dec 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-12-23-textexpander-terminal.png"><br><br><p>I seem to be having a bit of a spree on
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> posts at the
moment looking at my last few posts - can you get too much of a good
thing?. This time I’m going to be sharing some snippets I have for
getting useful information from the Mac using some terminal commands.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/12/23/TextExpander/TextExpander..-Get-Information-from-the-Terminal</guid>
		</item>
		
		<item>
			<title>TextExpander: Sort Lines</title>
			<link>https://www.thoughtasylum.com/2013/11/28/TextExpander/-Sort-Lines/</link>
			<description><![CDATA[<p><a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> is a great
piece of software that can save you a lot of effort when you want to
insert pieces of boiler plate text. However it is a much more versatile
piece of software and I’m particularly fond of its capability to process
text using shell scripts. In this post I’m going to give some details
about how I use it to sort lines of text into alphabetical order.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-11-28-textexpander-sort.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 28 Nov 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-11-28-textexpander-sort.png"><br><br><p><a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> is a great
piece of software that can save you a lot of effort when you want to
insert pieces of boiler plate text. However it is a much more versatile
piece of software and I’m particularly fond of its capability to process
text using shell scripts. In this post I’m going to give some details
about how I use it to sort lines of text into alphabetical order.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/11/28/TextExpander/TextExpander..-Sort-Lines</guid>
		</item>
		
		<item>
			<title>TextExpander: HTML Hyperlink Page Title from URL</title>
			<link>https://www.thoughtasylum.com/2013/10/13/TextExpander/-HTML-Hyperlink-Page-Title-from-URL/</link>
			<description><![CDATA[<p>I have frequently found myself needing to add a link into a blog post
for an existing web page where I’d like to link it as the page title.
Rather than a couple of copy and paste actions I decided to create a
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> snippet to do
the (not particularly) heavy lifting for me.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-10-13-textexpander-link.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 13 Oct 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-10-13-textexpander-link.png"><br><br><p>I have frequently found myself needing to add a link into a blog post
for an existing web page where I’d like to link it as the page title.
Rather than a couple of copy and paste actions I decided to create a
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> snippet to do
the (not particularly) heavy lifting for me.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/10/13/TextExpander/TextExpander..-HTML-Hyperlink-Page-Title-from-URL</guid>
		</item>
		
		<item>
			<title>Noteboard - A foldable pocket-sized whiteboard</title>
			<link>https://www.thoughtasylum.com/2013/09/30/Noteboard-A-foldable-pocket-sized-whiteboard/</link>
			<description><![CDATA[<p>Digital technology is a huge part of my life and who I am. I’m one of
those people who actually finds it relative easy to read on a screen
rather than having a preference for a paper book. So it’s unusual for me
to find myself writing a blog post that is about something rather
analogue - but it’s something I think fills a niche in the way I work
and I expect could for you to. It is something brilliantly simple and
fits in your pocket - a foldable whiteboard.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-09-30-noteboard.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 Sep 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-09-30-noteboard.png"><br><br><p>Digital technology is a huge part of my life and who I am. I’m one of
those people who actually finds it relative easy to read on a screen
rather than having a preference for a paper book. So it’s unusual for me
to find myself writing a blog post that is about something rather
analogue - but it’s something I think fills a niche in the way I work
and I expect could for you to. It is something brilliantly simple and
fits in your pocket - a foldable whiteboard.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/09/30/Noteboard-A-foldable-pocket-sized-whiteboard</guid>
		</item>
		
		<item>
			<title>Random Files Generator</title>
			<link>https://www.thoughtasylum.com/2013/08/26/Random-Files-Generator/</link>
			<description><![CDATA[<p>Whilst doing some house keeping on some old VBScript files the other day
I came across one for creating test files. I’ve blogged previously about
<a href="/2009/07/31/Command-Line-Utility-to-Create-Test-Files/">creating test files using my MTF utility</a>
and whilst it or <code class="language-plaintext highlighter-rouge">fsutil</code> can be very useful, this script filled a
particular niche. It was created as part of a test suite of scripts it
creates multiple files of a specific size filled with random printable
content.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-08-26-files.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 26 Aug 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-08-26-files.png"><br><br><p>Whilst doing some house keeping on some old VBScript files the other day
I came across one for creating test files. I’ve blogged previously about
<a href="/2009/07/31/Command-Line-Utility-to-Create-Test-Files/">creating test files using my MTF utility</a>
and whilst it or <code class="language-plaintext highlighter-rouge">fsutil</code> can be very useful, this script filled a
particular niche. It was created as part of a test suite of scripts it
creates multiple files of a specific size filled with random printable
content.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/08/26/Random-Files-Generator</guid>
		</item>
		
		<item>
			<title>Pythonista - Remote Command Execution</title>
			<link>https://www.thoughtasylum.com/2013/07/21/Pythonista-Remote-Command-Execution/</link>
			<description><![CDATA[<p>Pythonista is a Python based IDE for iOS and has formed the basis for
finally getting around to teaching myself Python. I’m still in the
earliest stages of getting to grips with Python but I thought I’d share
one of my most useful scripts thus far. One to execute a remote command
on a server using SSH.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-07-21%20pythonista-rce.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 21 Jul 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-07-21%20pythonista-rce.png"><br><br><p>Pythonista is a Python based IDE for iOS and has formed the basis for
finally getting around to teaching myself Python. I’m still in the
earliest stages of getting to grips with Python but I thought I’d share
one of my most useful scripts thus far. One to execute a remote command
on a server using SSH.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/07/21/Pythonista-Remote-Command-Execution</guid>
		</item>
		
		<item>
			<title>Auto Incrementing in Excel</title>
			<link>https://www.thoughtasylum.com/2013/06/29/Auto-Incrementing-in-Excel/</link>
			<description><![CDATA[<p>In this post I’m going to share a tip about auto incrementing numbers in
Excel. I’ve frequently found myself creating incremental number lists
(e.g. 1, 2, 3, 4, 5, …, etc.) and whilst Excel is quite helpful at providing
ways to create such lists I find its methods are often a bit limited for
my needs - so I came up with another way that I think you might find
more resilient.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-06-29-number-spiral.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 29 Jun 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-06-29-number-spiral.png"><br><br><p>In this post I’m going to share a tip about auto incrementing numbers in
Excel. I’ve frequently found myself creating incremental number lists
(e.g. 1, 2, 3, 4, 5, …, etc.) and whilst Excel is quite helpful at providing
ways to create such lists I find its methods are often a bit limited for
my needs - so I came up with another way that I think you might find
more resilient.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/06/29/Auto-Incrementing-in-Excel</guid>
		</item>
		
		<item>
			<title>Using AutoHotKey to Select the Last ScreenShot from Greenshot</title>
			<link>https://www.thoughtasylum.com/2013/05/29/Using-AutoHotKey-to-Select-the-Last-ScreenShot-from-Greenshot/</link>
			<description><![CDATA[<p>I take a lot of screen shots in my work. They are invaluable in
recording issues and producing software instructions and the like. To
assist me with taking and saving screen shots I use
<a href="http://getgreenshot.org/">Greenshot</a>. I have it configured to not only
copy the screen shot to the Windows clipboard, but also to save the
screen shot to a specific directory.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-05-29%20gahk%20select.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 29 May 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-05-29%20gahk%20select.png"><br><br><p>I take a lot of screen shots in my work. They are invaluable in
recording issues and producing software instructions and the like. To
assist me with taking and saving screen shots I use
<a href="http://getgreenshot.org/">Greenshot</a>. I have it configured to not only
copy the screen shot to the Windows clipboard, but also to save the
screen shot to a specific directory.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/05/29/Using-AutoHotKey-to-Select-the-Last-ScreenShot-from-Greenshot</guid>
		</item>
		
		<item>
			<title>Using AutoHotKey and Greenshot for Sharing Screen Shots to a Shared Folder</title>
			<link>https://www.thoughtasylum.com/2013/05/28/Using-AutoHotKey-and-Greenshot-for-Sharing-Screen-Shots-to-a-Shared-Folder/</link>
			<description><![CDATA[<p>In my work I regularly have need to take screen shots and to make the
process of taking screen shots easier I use the open source utility
<a href="http://getgreenshot.org/">Greenshot</a>. I have Greenshot configured to
not only copy the screen shot to the Windows clipboard, but also to save
it to a screen shots directory.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-05-28%20gahk%20copy.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 May 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-05-28%20gahk%20copy.png"><br><br><p>In my work I regularly have need to take screen shots and to make the
process of taking screen shots easier I use the open source utility
<a href="http://getgreenshot.org/">Greenshot</a>. I have Greenshot configured to
not only copy the screen shot to the Windows clipboard, but also to save
it to a screen shots directory.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/05/28/Using-AutoHotKey-and-Greenshot-for-Sharing-Screen-Shots-to-a-Shared-Folder</guid>
		</item>
		
		<item>
			<title>Notepad++ Workflow: Find Lines Not Containing</title>
			<link>https://www.thoughtasylum.com/2013/04/30/NotepadPlusPlus-Workflow-Find-Lines-Not-Containing/</link>
			<description><![CDATA[<p>For some time now I’ve been using <a href="http://notepad-plus-plus.org/">Notepad++</a>
as my primary text editor. Given how much time I spend modifying
configuration files, writing scripts and scouring log files its not
exactly a surprise that I’ve come up with some nifty workflows for
working with text in this editor. Whilst I do occasionally shift back to
<a href="http://www.notetab.com/">NoteTab Pro</a> for its immensely useful
scripting options I try and stay in Notepad++ as much as I can.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-04-30-chameleon.gif" type="image/jpeg" length="0" />
			<pubDate>Tue, 30 Apr 2013 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-04-30-chameleon.gif"><br><br><p>For some time now I’ve been using <a href="http://notepad-plus-plus.org/">Notepad++</a>
as my primary text editor. Given how much time I spend modifying
configuration files, writing scripts and scouring log files its not
exactly a surprise that I’ve come up with some nifty workflows for
working with text in this editor. Whilst I do occasionally shift back to
<a href="http://www.notetab.com/">NoteTab Pro</a> for its immensely useful
scripting options I try and stay in Notepad++ as much as I can.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/04/30/NotepadPlusPlus-Workflow-Find-Lines-Not-Containing</guid>
		</item>
		
		<item>
			<title>How I'm Dealing with the Loss of Google Reader</title>
			<link>https://www.thoughtasylum.com/2013/03/30/How-Im-Dealing-with-the-Loss-of-Google-Reader/</link>
			<description><![CDATA[<p>As most of the Internet seems to have noticed, <a href="http://googleblog.blogspot.co.uk/2013/03/a-second-spring-of-cleaning.html">Google has plans to decommission Google Reader</a>
this coming July. This has caused quite a flurry of activity around RSS
readers in general and there are numerous ideas, cloning projects and
the like springing up. My approach to resolving this scenario however is
a little different…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-03-30-reader.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 30 Mar 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-03-30-reader.png"><br><br><p>As most of the Internet seems to have noticed, <a href="http://googleblog.blogspot.co.uk/2013/03/a-second-spring-of-cleaning.html">Google has plans to decommission Google Reader</a>
this coming July. This has caused quite a flurry of activity around RSS
readers in general and there are numerous ideas, cloning projects and
the like springing up. My approach to resolving this scenario however is
a little different…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/03/30/How-Im-Dealing-with-the-Loss-of-Google-Reader</guid>
		</item>
		
		<item>
			<title>Add Google Contacts Photo Direct from Web</title>
			<link>https://www.thoughtasylum.com/2013/02/26/Add-Google-Contacts-Photo-Direct-from-Web/</link>
			<description><![CDATA[<p>Some time ago, Google contacts used to include an option which allowed
you to add a profile picture for a contact directly from a web site. At
some point last year this option disappeared, but did you know the
functionality is still there?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-02-26-album.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 Feb 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-02-26-album.png"><br><br><p>Some time ago, Google contacts used to include an option which allowed
you to add a profile picture for a contact directly from a web site. At
some point last year this option disappeared, but did you know the
functionality is still there?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/02/26/Add-Google-Contacts-Photo-Direct-from-Web</guid>
		</item>
		
		<item>
			<title>Transitioning Between 3.0 and 4.0 in Visualization Solutions by Nakisa</title>
			<link>https://www.thoughtasylum.com/2013/02/22/Transitioning-Between-3.0-and-4.0-in-Visualization-Solutions-by-Nakisa/</link>
			<description><![CDATA[<p>In November 2012 Nakisa released the latest version (4.0) of their
visualization product suite and with it a number of changes to the
availability of modules, nomenclature and licensing.  In this post I’m
going to outline some of the importance of these changes in an attempt
to try to help translate between versions for anyone who might be
<a href="http://scn.sap.com/community/erp/hcm/talent-visualization-by-nakisa/blog/2012/05/17/upgrading-visualization-solutions-by-nakisa-part-1-why-bother">considering upgrading</a> or
applying unused existing licenses (shelf-ware).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-02-22-progress.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 22 Feb 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-02-22-progress.png"><br><br><p>In November 2012 Nakisa released the latest version (4.0) of their
visualization product suite and with it a number of changes to the
availability of modules, nomenclature and licensing.  In this post I’m
going to outline some of the importance of these changes in an attempt
to try to help translate between versions for anyone who might be
<a href="http://scn.sap.com/community/erp/hcm/talent-visualization-by-nakisa/blog/2012/05/17/upgrading-visualization-solutions-by-nakisa-part-1-why-bother">considering upgrading</a> or
applying unused existing licenses (shelf-ware).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/02/22/Transitioning-Between-3.0-and-4.0-in-Visualization-Solutions-by-Nakisa</guid>
		</item>
		
		<item>
			<title>A Month on the SCN Home Page</title>
			<link>https://www.thoughtasylum.com/2013/01/31/A-Month-on-the-SCN-Home-Page/</link>
			<description><![CDATA[<p>Well January’s almost over and it’s the twilight of my days as <a href="http://scn.sap.com/community/about/blog/2013/01/04/stephen-millard--scn-member-of-the-month-january-2013">SCN Member of the Month</a>.
So it seemed to be a good time to reflect on my time in the spotlight so
to speak.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-31-mom.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 31 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-31-mom.png"><br><br><p>Well January’s almost over and it’s the twilight of my days as <a href="http://scn.sap.com/community/about/blog/2013/01/04/stephen-millard--scn-member-of-the-month-january-2013">SCN Member of the Month</a>.
So it seemed to be a good time to reflect on my time in the spotlight so
to speak.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/31/A-Month-on-the-SCN-Home-Page</guid>
		</item>
		
		<item>
			<title>Hands on with Nakisa OrgHub for Mobile</title>
			<link>https://www.thoughtasylum.com/2013/01/30/Hands-on-with-Nakisa-OrgHub-for-Mobile/</link>
			<description><![CDATA[<p>Today <a href="http://www.nakisa.com/company/news-events/news/news-108.htm">Nakisa formally launched their new OrgHub for Mobile
application</a>
onto the Apple App Store. It seems every man and his dog seem to be
developing mobile applications to serve up corporate data and services,
so how does this new application stack up?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-30-oh-mobile.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-30-oh-mobile.png"><br><br><p>Today <a href="http://www.nakisa.com/company/news-events/news/news-108.htm">Nakisa formally launched their new OrgHub for Mobile
application</a>
onto the Apple App Store. It seems every man and his dog seem to be
developing mobile applications to serve up corporate data and services,
so how does this new application stack up?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/30/Hands-on-with-Nakisa-OrgHub-for-Mobile</guid>
		</item>
		
		<item>
			<title>Audio Notifications in Alfred 2.0 Workflows</title>
			<link>https://www.thoughtasylum.com/2013/01/21/Audio-Notifications-in-Alfred-2.0-Workflows/</link>
			<description><![CDATA[<p>Since the beta release of <a href="http://alfred.com">Alfred</a> 2.0 I’ve been
working on several <a href="/tags/alfred/">workflows</a> that I’ll be sharing
here (as well as in the Alfred 2.0 Beta Workflow forum). Some of these
are practical workflows (such as <a href="/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote/">Evernote Search+</a>
which is still under development for version 1.1) and some are example
workflows that I think might be of help to other Alfred workflow
creators. Today I’m going to share a workflow that uses an audible
notification at the end.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-21-speaker.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 21 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-21-speaker.png"><br><br><p>Since the beta release of <a href="http://alfred.com">Alfred</a> 2.0 I’ve been
working on several <a href="/tags/alfred/">workflows</a> that I’ll be sharing
here (as well as in the Alfred 2.0 Beta Workflow forum). Some of these
are practical workflows (such as <a href="/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote/">Evernote Search+</a>
which is still under development for version 1.1) and some are example
workflows that I think might be of help to other Alfred workflow
creators. Today I’m going to share a workflow that uses an audible
notification at the end.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/21/Audio-Notifications-in-Alfred-2.0-Workflows</guid>
		</item>
		
		<item>
			<title>Evernote Search+: An Alfred 2.0 Workflow for searching Evernote</title>
			<link>https://www.thoughtasylum.com/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote/</link>
			<description><![CDATA[<p><a href="http://alfredapp.com">Alfred</a> is an essential app for many Mac users,
myself included. It is so much more than an application launcher and as
of this last weekend, version 2.0 has been released to beta testers.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-14-green-bowler.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 15 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-14-green-bowler.png"><br><br><p><a href="http://alfredapp.com">Alfred</a> is an essential app for many Mac users,
myself included. It is so much more than an application launcher and as
of this last weekend, version 2.0 has been released to beta testers.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/15/evernote-search-an-alfred-20-workflow-for-searching-evernote</guid>
		</item>
		
		<item>
			<title>Stephen Millard - SAP Community Network Member of the Month 2013</title>
			<link>https://www.thoughtasylum.com/2013/01/13/Stephen-Millard-SAP-Community-Network-Member-of-the-Month-2013/</link>
			<description><![CDATA[<p>2013 got off to a great start for me - I was selected from millions of
people as the SAP Community Network’s Member of the Month.</p>

<p>The SAP Community Network (SCN for short) is <em>the</em> online network for
SAP professionals. It has well over two and a half million members and
for one month only I’ve been highlighted as one of the community’s star
members by being interviewed and having pride of place in the “MoM”
corner on the SCN home page :-)</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-13-SCN.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 13 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-13-SCN.jpg"><br><br><p>2013 got off to a great start for me - I was selected from millions of
people as the SAP Community Network’s Member of the Month.</p>

<p>The SAP Community Network (SCN for short) is <em>the</em> online network for
SAP professionals. It has well over two and a half million members and
for one month only I’ve been highlighted as one of the community’s star
members by being interviewed and having pride of place in the “MoM”
corner on the SCN home page :-)</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/13/Stephen-Millard-SAP-Community-Network-Member-of-the-Month-2013</guid>
		</item>
		
		<item>
			<title>ThoughtAsylum Review of 2012</title>
			<link>https://www.thoughtasylum.com/2013/01/12/ThoughtAsylum-Review-of-2012/</link>
			<description><![CDATA[<p>Like most bloggers I’m hoping I’ll get a lot more blogging done in 2013.
However I thought this would be a good time to cover a few changes and
the top items on <a href="http://thoughtasylum.com">thoughtasylum.com</a> for 2012.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-12-2012.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 12 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-12-2012.png"><br><br><p>Like most bloggers I’m hoping I’ll get a lot more blogging done in 2013.
However I thought this would be a good time to cover a few changes and
the top items on <a href="http://thoughtasylum.com">thoughtasylum.com</a> for 2012.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/12/ThoughtAsylum-Review-of-2012</guid>
		</item>
		
		<item>
			<title>Do the mons go on the left or the right</title>
			<link>https://www.thoughtasylum.com/2013/01/05/Do-the-mons-go-on-the-left-or-the-right/</link>
			<description><![CDATA[<p>After the recent gradings I was asked the perennial question by one of
my students - “Which side do my mons go on?”. So I thought this was
worth writing a little piece about.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-05-belt.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 05 Jan 2013 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2013/2013-01-05-belt.png"><br><br><p>After the recent gradings I was asked the perennial question by one of
my students - “Which side do my mons go on?”. So I thought this was
worth writing a little piece about.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2013/01/05/Do-the-mons-go-on-the-left-or-the-right</guid>
		</item>
		
		<item>
			<title>VBScript to Convert Microsoft Office Files (Word, Excel, PowerPoint) to PDF</title>
			<link>https://www.thoughtasylum.com/2012/12/20/VBScript-to-Convert-Microsoft-Office-Files-(Word,-Excel,-PowerPoint)-to-PDF/</link>
			<description><![CDATA[<p>I spend a lot of my time working with Word documents and Excel
spreadsheets - it’s in the nature of what I do. I frequently found that
I need to create PDF copies of these files (to send out to clients) and
eventually I grew tired of having to open the files one by one and
select to save each as a PDF. As a result I created a bit of VBScript to
automatically convert files for me (in Windows).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-12-20-office-to-pdf.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 20 Dec 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-12-20-office-to-pdf.png"><br><br><p>I spend a lot of my time working with Word documents and Excel
spreadsheets - it’s in the nature of what I do. I frequently found that
I need to create PDF copies of these files (to send out to clients) and
eventually I grew tired of having to open the files one by one and
select to save each as a PDF. As a result I created a bit of VBScript to
automatically convert files for me (in Windows).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/12/20/VBScript-to-Convert-Microsoft-Office-Files-(Word,-Excel,-PowerPoint)-to-PDF</guid>
		</item>
		
		<item>
			<title>Converting ZIP files to 7Z archive file using VBScript and 7-Zip</title>
			<link>https://www.thoughtasylum.com/2012/11/29/Converting-ZIP-files-to-7Z-archive-file-using-VBScript-and-7-Zip/</link>
			<description><![CDATA[<p>Whilst storage is continuing to get cheaper all the time I occasionally
find myself needing to save some space. Usually where some cloud storage
and archiving of old material is involved. ZIP files are very convenient
for compressing files, but sometimes I need to go a step further. In
these cases I opt for the <a href="http://en.wikipedia.org/wiki/7z">7z archive file format</a> used in the free and portable
software <a href="http://www.7-zip.org/">7-Zip</a> as I’ve always ended up with a
smaller archive file.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-11-29-zip-to-7z.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Nov 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-11-29-zip-to-7z.png"><br><br><p>Whilst storage is continuing to get cheaper all the time I occasionally
find myself needing to save some space. Usually where some cloud storage
and archiving of old material is involved. ZIP files are very convenient
for compressing files, but sometimes I need to go a step further. In
these cases I opt for the <a href="http://en.wikipedia.org/wiki/7z">7z archive file format</a> used in the free and portable
software <a href="http://www.7-zip.org/">7-Zip</a> as I’ve always ended up with a
smaller archive file.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/11/29/Converting-ZIP-files-to-7Z-archive-file-using-VBScript-and-7-Zip</guid>
		</item>
		
		<item>
			<title>Some Random DOS Batch File Nuggets</title>
			<link>https://www.thoughtasylum.com/2012/10/29/Some-Random-DOS-Batch-File-Nuggets/</link>
			<description><![CDATA[<p>It was mainly this last factor that was the driver behind my particular
recent use, but it really is amazing what can be done with such scripts
and there are a lot of great resources out there that show you how to do
some pretty incredible things.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-10-29-terminal.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 29 Oct 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-10-29-terminal.png"><br><br><p>It was mainly this last factor that was the driver behind my particular
recent use, but it really is amazing what can be done with such scripts
and there are a lot of great resources out there that show you how to do
some pretty incredible things.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/10/29/Some-Random-DOS-Batch-File-Nuggets</guid>
		</item>
		
		<item>
			<title>Use AutoHotKey to create a daily folder</title>
			<link>https://www.thoughtasylum.com/2012/09/27/Use-AutoHotKey-to-create-a-daily-folder/</link>
			<description><![CDATA[<p>I spend a fair bit of my time checking the results of automated jobs
over the course of a few days for different clients. As a result I
frequently ended up creating temporary folders for several days in a row
and naming them with the current date. After a few weeks the penny
dropped and I decided to automate the process a little.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-09-27-flat-folder.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 27 Sep 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-09-27-flat-folder.png"><br><br><p>I spend a fair bit of my time checking the results of automated jobs
over the course of a few days for different clients. As a result I
frequently ended up creating temporary folders for several days in a row
and naming them with the current date. After a few weeks the penny
dropped and I decided to automate the process a little.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/09/27/Use-AutoHotKey-to-create-a-daily-folder</guid>
		</item>
		
		<item>
			<title>AutoHotKey: Quick Access to Files and Folders</title>
			<link>https://www.thoughtasylum.com/2012/08/30/AutoHotKey-Quick-Access-to-Files-and-Folders/</link>
			<description><![CDATA[<p>I’m a big fan of <a href="http://www.autohotkey.com/">AutoHotKey</a> a great
scriptable automation tool for Windows and I use it for a number of
things. One of these is to quickly access favourite files and folders.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-08-30-quick.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Aug 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-08-30-quick.png"><br><br><p>I’m a big fan of <a href="http://www.autohotkey.com/">AutoHotKey</a> a great
scriptable automation tool for Windows and I use it for a number of
things. One of these is to quickly access favourite files and folders.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/08/30/AutoHotKey-Quick-Access-to-Files-and-Folders</guid>
		</item>
		
		<item>
			<title>Quick Copy Evernote Note Links</title>
			<link>https://www.thoughtasylum.com/2012/07/31/Quick-Copy-Evernote-Note-Links/</link>
			<description><![CDATA[<p>A little while back I was scanning through some questions on
<a href="http://www.quora.com/Evernote/Is-there-a-shortcut-to-Copy-Note-URL-in-Evernote">Quora</a>
when I spotted one relating to <a href="http://evernote.com">Evernote</a> that I
thought I could help with.  The question was “Is there a shortcut to
copy the note URL in Evernote on Windows”….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-07-31-copy.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 31 Jul 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-07-31-copy.png"><br><br><p>A little while back I was scanning through some questions on
<a href="http://www.quora.com/Evernote/Is-there-a-shortcut-to-Copy-Note-URL-in-Evernote">Quora</a>
when I spotted one relating to <a href="http://evernote.com">Evernote</a> that I
thought I could help with.  The question was “Is there a shortcut to
copy the note URL in Evernote on Windows”….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/07/31/Quick-Copy-Evernote-Note-Links</guid>
		</item>
		
		<item>
			<title>SCN Contribution - What now</title>
			<link>https://www.thoughtasylum.com/2012/06/29/SCN-Contribution-What-now/</link>
			<description><![CDATA[<p>I hope at least some of you have been following my posts of the last
week about contributing to SCN. In this my final post in the series I
thought I’d just wrap things up with a bit of a summary of what’s come
before, some background to the series and something a little special
that I hope all of you will take the opportunity to join in.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-29-olympics.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 29 Jun 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-29-olympics.png"><br><br><p>I hope at least some of you have been following my posts of the last
week about contributing to SCN. In this my final post in the series I
thought I’d just wrap things up with a bit of a summary of what’s come
before, some background to the series and something a little special
that I hope all of you will take the opportunity to join in.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/06/29/SCN-Contribution-What-now</guid>
		</item>
		
		<item>
			<title>SCN Contribution - Improving contributions to SCN</title>
			<link>https://www.thoughtasylum.com/2012/06/28/SCN-Contribution-Improving-contributions-to-SCN/</link>
			<description><![CDATA[<p>Creating something new is one of the most rewarding things you can do
and for the last few days I’ve been posting about why, what and how to
do just that on the SAP Community Network (SCN). In this post I’m going
to take a look at some examples of things we can all do to improve the
content we see on SCN. Whilst it isn’t an exhaustive list by any means
(that would be impossible) and whilst you may in fact do all of these
things I hope there’s at least one thing in here that can help improve
what we have.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-28-to-eleven.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 28 Jun 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-28-to-eleven.jpg"><br><br><p>Creating something new is one of the most rewarding things you can do
and for the last few days I’ve been posting about why, what and how to
do just that on the SAP Community Network (SCN). In this post I’m going
to take a look at some examples of things we can all do to improve the
content we see on SCN. Whilst it isn’t an exhaustive list by any means
(that would be impossible) and whilst you may in fact do all of these
things I hope there’s at least one thing in here that can help improve
what we have.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/06/28/SCN-Contribution-Improving-contributions-to-SCN</guid>
		</item>
		
		<item>
			<title>SCN Contribution - How much should I contribute to SCN</title>
			<link>https://www.thoughtasylum.com/2012/06/27/SCN-Contribution-How-much-should-I-contribute-to-SCN/</link>
			<description><![CDATA[<p>If you’ve been following my previous posts on <a href="/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN/">whether you should contribute to SCN</a>
and <a href="/2012/06/26/SCN-Contribution-How-can-I-contribute-to-SCN/">how you can contribute to SCN</a>
I would hope that by now you have made some sort of commitment to
yourself that you will be adding some great content in the very near
future. However there’s something I haven’t discussed yet and that’s
about how much to contribute.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-27-scales.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 27 Jun 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-27-scales.jpg"><br><br><p>If you’ve been following my previous posts on <a href="/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN/">whether you should contribute to SCN</a>
and <a href="/2012/06/26/SCN-Contribution-How-can-I-contribute-to-SCN/">how you can contribute to SCN</a>
I would hope that by now you have made some sort of commitment to
yourself that you will be adding some great content in the very near
future. However there’s something I haven’t discussed yet and that’s
about how much to contribute.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/06/27/SCN-Contribution-How-much-should-I-contribute-to-SCN</guid>
		</item>
		
		<item>
			<title>SCN Contribution - How can I contribute to SCN</title>
			<link>https://www.thoughtasylum.com/2012/06/26/SCN-Contribution-How-can-I-contribute-to-SCN/</link>
			<description><![CDATA[<p>In my first blog post in this series on contributing to SCN I wrote
about <a href="/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN/">making the decision to contribute to the SAP Community Network (SCN)</a>.
In this blog post I’m going to take a look at some of the ways in which
you can contribute to SCN. From what might qualify as a contribution,
through to the different ways and mediums that SCN can allow you to
create and publish your contributions. Finally we’ll take a look at some
ideas for the sorts of things you might like to consider for your next
or even first contribution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-26-contributing.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 26 Jun 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-26-contributing.jpg"><br><br><p>In my first blog post in this series on contributing to SCN I wrote
about <a href="/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN/">making the decision to contribute to the SAP Community Network (SCN)</a>.
In this blog post I’m going to take a look at some of the ways in which
you can contribute to SCN. From what might qualify as a contribution,
through to the different ways and mediums that SCN can allow you to
create and publish your contributions. Finally we’ll take a look at some
ideas for the sorts of things you might like to consider for your next
or even first contribution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/06/26/SCN-Contribution-How-can-I-contribute-to-SCN</guid>
		</item>
		
		<item>
			<title>SCN Contribution - Should I contribute to SCN</title>
			<link>https://www.thoughtasylum.com/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN/</link>
			<description><![CDATA[<p>A little under a year ago I joined the world of SAP. I’ve been working
in IT for some time now in a wide variety of roles, but it is only
relatively recently that I’ve entered into the mysterious and at times
daunting world of SAP. Whilst I have experienced and helpful colleagues
I can call upon for assistance they are not my only source of the latest
SAP related information.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-25-lord.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 25 Jun 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-06-25-lord.png"><br><br><p>A little under a year ago I joined the world of SAP. I’ve been working
in IT for some time now in a wide variety of roles, but it is only
relatively recently that I’ve entered into the mysterious and at times
daunting world of SAP. Whilst I have experienced and helpful colleagues
I can call upon for assistance they are not my only source of the latest
SAP related information.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/06/25/SCN-Contribution-Should-I-contribute-to-SCN</guid>
		</item>
		
		<item>
			<title>Filtering Errors in Log Files</title>
			<link>https://www.thoughtasylum.com/2012/05/31/Filtering-Errors-in-Log-Files/</link>
			<description><![CDATA[<p>When it comes to SAP Visualization Solutions by Nakisa (VSN), the log
file is king. It is the source of information about all the transactions
and activities carried out. In my first few weeks working with SAP VSN
products I was quickly made aware of just how significant the CDS
(Corporate Directory Services) log is and it is the foundation to
solving at least a good 90% of issues encountered when configuring VSN
applications.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-05-31-error.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 31 May 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-05-31-error.png"><br><br><p>When it comes to SAP Visualization Solutions by Nakisa (VSN), the log
file is king. It is the source of information about all the transactions
and activities carried out. In my first few weeks working with SAP VSN
products I was quickly made aware of just how significant the CDS
(Corporate Directory Services) log is and it is the foundation to
solving at least a good 90% of issues encountered when configuring VSN
applications.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/05/31/Filtering-Errors-in-Log-Files</guid>
		</item>
		
		<item>
			<title>10 Benefits to Implementing SOVN OrgChart</title>
			<link>https://www.thoughtasylum.com/2012/04/21/10-Benefits-to-Implementing-SOVN-OrgChart/</link>
			<description><![CDATA[<p>SAP Org Visualization by Nakisa (SOVN) OrgChart allows you to visualise
the hierarchical structure of an organisation based on HCM data held in
SAP. It is the foundation of the SAP Org Visualization by Nakisa
solution extension and can be installed for a variety of reasons.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-04-21-top-10.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 21 Apr 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-04-21-top-10.png"><br><br><p>SAP Org Visualization by Nakisa (SOVN) OrgChart allows you to visualise
the hierarchical structure of an organisation based on HCM data held in
SAP. It is the foundation of the SAP Org Visualization by Nakisa
solution extension and can be installed for a variety of reasons.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/04/21/10-Benefits-to-Implementing-SOVN-OrgChart</guid>
		</item>
		
		<item>
			<title>The Power of Visualisation</title>
			<link>https://www.thoughtasylum.com/2012/04/04/The-Power-of-Visualisation/</link>
			<description><![CDATA[<p>Visualisation is a powerful tool for conveying information in a succinct and digestable manner.  In business we see diagrams versus narrative text and bullet points on a daily basis, but have you ever stopped to really consider why this is and why data visualisation in particular is such a key part of modern business?</p>

<p>Before we dive in I’d like you to take a few moments to
consider a few questions.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-04-04-visualisation.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 04 Apr 2012 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-04-04-visualisation.png"><br><br><p>Visualisation is a powerful tool for conveying information in a succinct and digestable manner.  In business we see diagrams versus narrative text and bullet points on a daily basis, but have you ever stopped to really consider why this is and why data visualisation in particular is such a key part of modern business?</p>

<p>Before we dive in I’d like you to take a few moments to
consider a few questions.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/04/04/The-Power-of-Visualisation</guid>
		</item>
		
		<item>
			<title>Three Quick Tips for Evernote Clearly</title>
			<link>https://www.thoughtasylum.com/2012/03/24/Three-Quick-Tips-for-Evernote-Clearly/</link>
			<description><![CDATA[<p><a href="http://evernote.com/clearly/">Clearly</a> is a browser add-on created by
the team at <a href="http://evernote.com">Evernote</a>. It allows you to reformat
the content of a web page into a cleaner simpler one for easier reading
(like Readability) and of course also integrates seamlessly into
Evernote. This application fits my way of consuming and saving
interesting articles almost (see later) perfectly and I thought I’d
share with you a few features you may not be so familiar with.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-03-04-see-clearly.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Mar 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-03-04-see-clearly.png"><br><br><p><a href="http://evernote.com/clearly/">Clearly</a> is a browser add-on created by
the team at <a href="http://evernote.com">Evernote</a>. It allows you to reformat
the content of a web page into a cleaner simpler one for easier reading
(like Readability) and of course also integrates seamlessly into
Evernote. This application fits my way of consuming and saving
interesting articles almost (see later) perfectly and I thought I’d
share with you a few features you may not be so familiar with.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/03/24/Three-Quick-Tips-for-Evernote-Clearly</guid>
		</item>
		
		<item>
			<title>Reloading AutoHotKey Scripts</title>
			<link>https://www.thoughtasylum.com/2012/03/03/Reloading-AutoHotKey-Scripts/</link>
			<description><![CDATA[<p>So this post is just a quick tip for anyone getting started with
<a href="http://autohotkey.com">AutoHotKey</a>. Whilst editing an AHK script, you
probably often find you need to reload the script into AutoHotKey.
Whilst this is available from the application icon in the notification
area, it seems ludicrous to have to do for an application called
AutoHotKey - why not trigger a reload with a key press? Well the
answer’s in the help file…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-03-03-reload.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 03 Mar 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-03-03-reload.png"><br><br><p>So this post is just a quick tip for anyone getting started with
<a href="http://autohotkey.com">AutoHotKey</a>. Whilst editing an AHK script, you
probably often find you need to reload the script into AutoHotKey.
Whilst this is available from the application icon in the notification
area, it seems ludicrous to have to do for an application called
AutoHotKey - why not trigger a reload with a key press? Well the
answer’s in the help file…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/03/03/Reloading-AutoHotKey-Scripts</guid>
		</item>
		
		<item>
			<title>Managing AutoHotKey Scripts</title>
			<link>https://www.thoughtasylum.com/2012/02/28/Managing-AutoHotKey-Scripts/</link>
			<description><![CDATA[<p>When I’m working on Windows one of the applications I really miss from
the Mac is <a href="http://smilesoftware.com/TextExpander/">TextExpander</a>. I’m
not the world’s greatest typist and being able to auto correct words I
commonly mistype (I can spell by the way - it’s just typing I have
issues with) as well as being able to quickly enter common phrases
(a.k.a. boiler plate text) is a real boon for me. Fortunately I came
upon <a href="http://www.autohotkey.com">AutoHotKey</a> - a fantastic free utility
that is capable of creating these text based replacements. I’ve been
using it for a while now and it occurred to me I haven’t actually shared
any of the things I do with it. That’s about to change.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-02-28-scripts.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Feb 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-02-28-scripts.png"><br><br><p>When I’m working on Windows one of the applications I really miss from
the Mac is <a href="http://smilesoftware.com/TextExpander/">TextExpander</a>. I’m
not the world’s greatest typist and being able to auto correct words I
commonly mistype (I can spell by the way - it’s just typing I have
issues with) as well as being able to quickly enter common phrases
(a.k.a. boiler plate text) is a real boon for me. Fortunately I came
upon <a href="http://www.autohotkey.com">AutoHotKey</a> - a fantastic free utility
that is capable of creating these text based replacements. I’ve been
using it for a while now and it occurred to me I haven’t actually shared
any of the things I do with it. That’s about to change.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/02/28/Managing-AutoHotKey-Scripts</guid>
		</item>
		
		<item>
			<title>Clearly I need a new mobile web browser</title>
			<link>https://www.thoughtasylum.com/2012/01/27/Clearly-I-need-a-new-mobile-web-browser/</link>
			<description><![CDATA[<p>I use my iPhone for keeping up to date on a number of social media
platforms. It’s how I consume news and what’s going on in my areas of
interest. I’ve pretty much abandoned RSS feeds these days for the
curated content of Twitter, and I now would find it had to operate as
effectively without my nice ordered Twitter lists. The problem is the
information I often require is in linked to articles and posts. This
involves my Twitter client either using it’s internal browser or
spawning out into mobile Safari. Not too bad in the main, but some sites
are poorly formatted for mobile browsing. Either I get a desktop
experience crammed onto a tiny screen or a poorly styled (usually some
odd WordPress theme) mobile page that doesn’t actually let me scroll the
whole article onto the screen. Clearly what’s needed is a better mobile
web browser.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-01-27-clearly.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Jan 2012 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2012/2012-01-27-clearly.png"><br><br><p>I use my iPhone for keeping up to date on a number of social media
platforms. It’s how I consume news and what’s going on in my areas of
interest. I’ve pretty much abandoned RSS feeds these days for the
curated content of Twitter, and I now would find it had to operate as
effectively without my nice ordered Twitter lists. The problem is the
information I often require is in linked to articles and posts. This
involves my Twitter client either using it’s internal browser or
spawning out into mobile Safari. Not too bad in the main, but some sites
are poorly formatted for mobile browsing. Either I get a desktop
experience crammed onto a tiny screen or a poorly styled (usually some
odd WordPress theme) mobile page that doesn’t actually let me scroll the
whole article onto the screen. Clearly what’s needed is a better mobile
web browser.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2012/01/27/Clearly-I-need-a-new-mobile-web-browser</guid>
		</item>
		
		<item>
			<title>24 Hour Clock Calculations in Excel</title>
			<link>https://www.thoughtasylum.com/2011/12/28/24-Hour-Clock-Calculations-in-Excel/</link>
			<description><![CDATA[<p>Recently I’ve been doing some work with Excel to carry out some time
calculations based on the results of an automated job. The job is
sometimes triggered one night and finishes in the early hours of the
next morning. After loading the figures into Excel I discovered that
time calculations aren’t always as simple as subtraction when times
cross midnight. A quick test later and I had a workable solution that I
thought might be useful to share.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-12-28-clock.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 28 Dec 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-12-28-clock.png"><br><br><p>Recently I’ve been doing some work with Excel to carry out some time
calculations based on the results of an automated job. The job is
sometimes triggered one night and finishes in the early hours of the
next morning. After loading the figures into Excel I discovered that
time calculations aren’t always as simple as subtraction when times
cross midnight. A quick test later and I had a workable solution that I
thought might be useful to share.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/12/28/24-Hour-Clock-Calculations-in-Excel</guid>
		</item>
		
		<item>
			<title>Automating Mail-ins to Evernote from GMail</title>
			<link>https://www.thoughtasylum.com/2011/12/27/Automating-Mail-ins-to-Evernote-from-GMail/</link>
			<description><![CDATA[<p>For some time now I’ve been hampered by Evernote’s e-mail in service.
Let me re-phrase that; I’ve been hampered by the limitations of e-mail
in making the best use of Evernote’s e-mail in service. Now however,
I’ve found a service that lets me overcome the limitations and open up a
wide range of opportunities for today and unimaginable ones for the
future.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-12-27-green-mail.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 27 Dec 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-12-27-green-mail.png"><br><br><p>For some time now I’ve been hampered by Evernote’s e-mail in service.
Let me re-phrase that; I’ve been hampered by the limitations of e-mail
in making the best use of Evernote’s e-mail in service. Now however,
I’ve found a service that lets me overcome the limitations and open up a
wide range of opportunities for today and unimaginable ones for the
future.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/12/27/Automating-Mail-ins-to-Evernote-from-GMail</guid>
		</item>
		
		<item>
			<title>Set an Evernote template file (in ENEX format) to open in Evernote</title>
			<link>https://www.thoughtasylum.com/2011/11/30/Set-an-Evernote-template-file-in-ENEX-format-to-open-in-Evernote/</link>
			<description><![CDATA[<p>I recently had an e-mail about one of my posts on <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">Evernote templates on Windows</a>.
I’ve previously recommended using an application launcher to provide a
list of evernote imports, but the e-mail was asking if there was an
easier way to import templates directly? Well as it happens there is.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-11-30-enex-rocket.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-11-30-enex-rocket.png"><br><br><p>I recently had an e-mail about one of my posts on <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">Evernote templates on Windows</a>.
I’ve previously recommended using an application launcher to provide a
list of evernote imports, but the e-mail was asking if there was an
easier way to import templates directly? Well as it happens there is.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/11/30/Set-an-Evernote-template-file-in-ENEX-format-to-open-in-Evernote</guid>
		</item>
		
		<item>
			<title>The Ideal Twitter Client Top 10 Feature List</title>
			<link>https://www.thoughtasylum.com/2011/10/05/The-Ideal-Twitter-Client-Top-10-Feature-List/</link>
			<description><![CDATA[<p>Each day I access <a href="http://www.twitter.com">Twitter</a> using a variety of
platforms and whilst I find that the clients I use are workable, none of
them quite matches up to my ideal. I thought I’d share my top 10 wants
from a Twitter client just in case someone knows of an existing Twitter
client that meets these criteria or even wants to create a client that
meets all of them.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-10-05-twitter-button.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 05 Oct 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-10-05-twitter-button.png"><br><br><p>Each day I access <a href="http://www.twitter.com">Twitter</a> using a variety of
platforms and whilst I find that the clients I use are workable, none of
them quite matches up to my ideal. I thought I’d share my top 10 wants
from a Twitter client just in case someone knows of an existing Twitter
client that meets these criteria or even wants to create a client that
meets all of them.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/10/05/The-Ideal-Twitter-Client-Top-10-Feature-List</guid>
		</item>
		
		<item>
			<title>TextExpander: Change Clipboard Case</title>
			<link>https://www.thoughtasylum.com/2011/10/01/TextExpander-Change-Clipboard-Case/</link>
			<description><![CDATA[<p>On Windows I have a useful function in one of my text editors that takes
some text and converts the case - to upper case, lower case or sentence
case. I realised that on the Mac I could use
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> to carry out
these functions, so if you’re a TextExpander user and want to have this
functionality available to you, I’ve provided some details and a
downloadable snippet group for you to use.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-10-01-clipboard-case.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Oct 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-10-01-clipboard-case.png"><br><br><p>On Windows I have a useful function in one of my text editors that takes
some text and converts the case - to upper case, lower case or sentence
case. I realised that on the Mac I could use
<a href="http://www.smilesoftware.com/TextExpander/">TextExpander</a> to carry out
these functions, so if you’re a TextExpander user and want to have this
functionality available to you, I’ve provided some details and a
downloadable snippet group for you to use.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/10/01/TextExpander-Change-Clipboard-Case</guid>
		</item>
		
		<item>
			<title>Using SED on Windows</title>
			<link>https://www.thoughtasylum.com/2011/09/30/Using-SED-on-Windows/</link>
			<description><![CDATA[<p>The other day I needed to trawl through a rather unappealing log file.
Over 18,000 lines and over 12,000 occurrences of the word error. A quick
scan of the log showed that the vast majority of these were more a
warning than a significant error. However I knew the error I was looking
for was in there somewhere. I decided that I needed to weed out the
non-error lines before I even started to tackle this one. I remembered
that the stream editor (SED) utility in UNIX was ideal for this sort of
thing so I had a look to see how I could apply this in Windows.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-09-29-sed.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 30 Sep 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-09-29-sed.png"><br><br><p>The other day I needed to trawl through a rather unappealing log file.
Over 18,000 lines and over 12,000 occurrences of the word error. A quick
scan of the log showed that the vast majority of these were more a
warning than a significant error. However I knew the error I was looking
for was in there somewhere. I decided that I needed to weed out the
non-error lines before I even started to tackle this one. I remembered
that the stream editor (SED) utility in UNIX was ideal for this sort of
thing so I had a look to see how I could apply this in Windows.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/09/30/Using-SED-on-Windows</guid>
		</item>
		
		<item>
			<title>Evernote Power Tool: Online ENML Editor</title>
			<link>https://www.thoughtasylum.com/2011/09/29/Evernote-Power-Tool-Online-ENML-Editor/</link>
			<description><![CDATA[<p>Recently I was contacted by <a href="http://twitter.com/ping13">Stephan Heuel</a>
about a new online application he had created. I’ve written <a href="/evernote/">several posts</a> about how
you might want to use <a href="http://www.evernote.com">Evernote</a> files saved to
a local machine (or attached storage) as the basis for template notes. These have
involved editing the note files in a text editor to produce various
effects. Even <a href="/2010/06/07/Colour-Code-Notes-in-Evernote/">changing the background colour of a note</a> in Evernote. It
was this post that inspired Stephan to think - what if you could edit them in-place, online?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-09-29-enml-editor.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Sep 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-09-29-enml-editor.png"><br><br><p>Recently I was contacted by <a href="http://twitter.com/ping13">Stephan Heuel</a>
about a new online application he had created. I’ve written <a href="/evernote/">several posts</a> about how
you might want to use <a href="http://www.evernote.com">Evernote</a> files saved to
a local machine (or attached storage) as the basis for template notes. These have
involved editing the note files in a text editor to produce various
effects. Even <a href="/2010/06/07/Colour-Code-Notes-in-Evernote/">changing the background colour of a note</a> in Evernote. It
was this post that inspired Stephan to think - what if you could edit them in-place, online?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/09/29/Evernote-Power-Tool-Online-ENML-Editor</guid>
		</item>
		
		<item>
			<title>Sharing Textexpander Snippets</title>
			<link>https://www.thoughtasylum.com/2011/08/20/Sharing-Textexpander-Snippets/</link>
			<description><![CDATA[<p><a href="http://www.smilesoftware.com/TextExpander/index.html">TextExpander</a> by
<a href="http://www.smilesoftware.com/">Smile software</a> is available for the Mac
(OS X) and for iOS devices. It allows you to define snippets of text
that can be inserted into another application (any on Mac, only
compatible ones on iOS) by either selection from the TextExpander menu
or by entering a user defined abbreviation. The application allows for
some quite sophisticated macro and script based snippets to be built,
and can save you a good deal of time and typing. Whilst many snippet
might be quite personal (e.g. e-mail signatures), some snippets might be
useful to lots of people and fortunately there are some easy ways to
share them with others.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-20-import-export.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 20 Aug 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-20-import-export.png"><br><br><p><a href="http://www.smilesoftware.com/TextExpander/index.html">TextExpander</a> by
<a href="http://www.smilesoftware.com/">Smile software</a> is available for the Mac
(OS X) and for iOS devices. It allows you to define snippets of text
that can be inserted into another application (any on Mac, only
compatible ones on iOS) by either selection from the TextExpander menu
or by entering a user defined abbreviation. The application allows for
some quite sophisticated macro and script based snippets to be built,
and can save you a good deal of time and typing. Whilst many snippet
might be quite personal (e.g. e-mail signatures), some snippets might be
useful to lots of people and fortunately there are some easy ways to
share them with others.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/08/20/Sharing-Textexpander-Snippets</guid>
		</item>
		
		<item>
			<title>A Quick Tip for Researching iOS Apps</title>
			<link>https://www.thoughtasylum.com/2011/08/08/A-Quick-Tip-for-Researching-iOS-Apps/</link>
			<description><![CDATA[<p>A couple of weeks ago I was involved in researching some iOS
applications for a potential business need to connect iPads and iPhones
to some internal systems. Some third party apps existed that would allow
the access, but as part of the comparison price was a consideration only
for every search I did on Google I got the US app store (and I’m not in
the US).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-08-ios-apps.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 08 Aug 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-08-ios-apps.png"><br><br><p>A couple of weeks ago I was involved in researching some iOS
applications for a potential business need to connect iPads and iPhones
to some internal systems. Some third party apps existed that would allow
the access, but as part of the comparison price was a consideration only
for every search I did on Google I got the US app store (and I’m not in
the US).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/08/08/A-Quick-Tip-for-Researching-iOS-Apps</guid>
		</item>
		
		<item>
			<title>A Quick Fix for Swype Users</title>
			<link>https://www.thoughtasylum.com/2011/08/07/A-Quick-Fix-for-Swype-Users/</link>
			<description><![CDATA[<p>One of the big advantages of using an Android phone is the open nature
of the platform and as a result of this you can change the default
keyboard on your device to be something other than the standard Android
keyboard on one bundled by a hardware manufacturer or reseller (e.g.
cell company). One of the options out there is
<a href="http://swypeinc.com/">Swype</a> which is a keyboard option where instead
of tapping away at keys you can swipe your finger between them and the
keyboard will take a guess at what you were aiming to type. It’s nice
and fast and currently my preferred keyboard option for my
<a href="http://www.htc.com">HTC</a> Desire Android phone. The problem is it
doesn’t always work as expected.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-07-swype.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 07 Aug 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-08-07-swype.png"><br><br><p>One of the big advantages of using an Android phone is the open nature
of the platform and as a result of this you can change the default
keyboard on your device to be something other than the standard Android
keyboard on one bundled by a hardware manufacturer or reseller (e.g.
cell company). One of the options out there is
<a href="http://swypeinc.com/">Swype</a> which is a keyboard option where instead
of tapping away at keys you can swipe your finger between them and the
keyboard will take a guess at what you were aiming to type. It’s nice
and fast and currently my preferred keyboard option for my
<a href="http://www.htc.com">HTC</a> Desire Android phone. The problem is it
doesn’t always work as expected.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/08/07/A-Quick-Fix-for-Swype-Users</guid>
		</item>
		
		<item>
			<title>Search Evernote from Alfred (again)</title>
			<link>https://www.thoughtasylum.com/2011/07/08/Search-Evernote-from-Alfred-again/</link>
			<description><![CDATA[<p>At the time of writing, this new version of Alfred really is hot off
the keyboard. It may be by the time you’re reading this post that the
new features are on general release, but if not I grabbed my copy of
Alfred 0.9.9 dev 1 build from the <a href="http://media.alfredapp.com/dev/">dev download page</a>. The feature you’re going to need
available is that of importing an extension in order to use this Evernote Search.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-07-08-undercover-greens.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 08 Jul 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-07-08-undercover-greens.jpg"><br><br><p>At the time of writing, this new version of Alfred really is hot off
the keyboard. It may be by the time you’re reading this post that the
new features are on general release, but if not I grabbed my copy of
Alfred 0.9.9 dev 1 build from the <a href="http://media.alfredapp.com/dev/">dev download page</a>. The feature you’re going to need
available is that of importing an extension in order to use this Evernote Search.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/07/08/Search-Evernote-from-Alfred-again</guid>
		</item>
		
		<item>
			<title>PDF Quick Save in Word 2007</title>
			<link>https://www.thoughtasylum.com/2011/06/30/PDF-Quick-Save-in-Word-2007/</link>
			<description><![CDATA[<p>I’ve been doing quite a bit of writing in Microsoft Word 2007 recently
and each document I’ve produced needs to be saved as a PDF. Fortunately
this version of Word offers a nice <a href="http://office.microsoft.com/en-us/word-help/print-share-and-protect-files-in-the-pdf-and-xps-file-formats-HA010167527.aspx">plugin feature</a>
to do just that. However it’s several clicks to do and I wanted to see
if I could make it any quicker.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-06-30-quick-pdf.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Jun 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-06-30-quick-pdf.png"><br><br><p>I’ve been doing quite a bit of writing in Microsoft Word 2007 recently
and each document I’ve produced needs to be saved as a PDF. Fortunately
this version of Word offers a nice <a href="http://office.microsoft.com/en-us/word-help/print-share-and-protect-files-in-the-pdf-and-xps-file-formats-HA010167527.aspx">plugin feature</a>
to do just that. However it’s several clicks to do and I wanted to see
if I could make it any quicker.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/06/30/PDF-Quick-Save-in-Word-2007</guid>
		</item>
		
		<item>
			<title>Search Evernote from Alfred</title>
			<link>https://www.thoughtasylum.com/2011/06/12/Search-Evernote-from-Alfred/</link>
			<description><![CDATA[<p>Evernote is my ubiquitous deposit spot for the overflow from my brain and
everyday (unlike my brain) it grows in size. Being able to access the
information held in Evernote in as easy a manner as possible is a key
part of the way I work and I recently wrote a little script to make it
that little bit better. The script allows me to search
<a href="http://www.evernote.com">Evernote</a> from <a href="http://www.alfredapp.com/">Alfred</a> (a keyboard driven app launcher on
my Mac) which is always just a hot key away.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-06-12-green-bowler.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 12 Jun 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-06-12-green-bowler.jpg"><br><br><p>Evernote is my ubiquitous deposit spot for the overflow from my brain and
everyday (unlike my brain) it grows in size. Being able to access the
information held in Evernote in as easy a manner as possible is a key
part of the way I work and I recently wrote a little script to make it
that little bit better. The script allows me to search
<a href="http://www.evernote.com">Evernote</a> from <a href="http://www.alfredapp.com/">Alfred</a> (a keyboard driven app launcher on
my Mac) which is always just a hot key away.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/06/12/Search-Evernote-from-Alfred</guid>
		</item>
		
		<item>
			<title>How to rename a service on Mac OS X</title>
			<link>https://www.thoughtasylum.com/2011/05/31/How-to-rename-a-service-on-Mac-OS-X/</link>
			<description><![CDATA[<p>Have you ever created a service in OS X using Automator only to realise
later on that you need to rename the service to something more
meaningful? There’s no services manager application to do this for you,
but there is still a relatively easy way to do this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-31-rename.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 31 May 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-31-rename.png"><br><br><p>Have you ever created a service in OS X using Automator only to realise
later on that you need to rename the service to something more
meaningful? There’s no services manager application to do this for you,
but there is still a relatively easy way to do this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/05/31/How-to-rename-a-service-on-Mac-OS-X</guid>
		</item>
		
		<item>
			<title>Obfuscating my e-mail address for a PDF</title>
			<link>https://www.thoughtasylum.com/2011/05/22/Obfuscating-my-e-mail-address-for-a-PDF/</link>
			<description><![CDATA[<p>Like 99% of the planet I hate junk email (a.k.a. spam). In the past I had to
give up on one e-mail account as I received almost 1,000 junk e-mails
per day. I’m very protective of my e-mail address and I refuse to put it
out on the Internet. I’d like to recount a tale of woe and PDFs and an
experiment I’m about to undertake in obfuscating e-mail addresses.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-22-obfuscated-at.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 22 May 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-22-obfuscated-at.png"><br><br><p>Like 99% of the planet I hate junk email (a.k.a. spam). In the past I had to
give up on one e-mail account as I received almost 1,000 junk e-mails
per day. I’m very protective of my e-mail address and I refuse to put it
out on the Internet. I’d like to recount a tale of woe and PDFs and an
experiment I’m about to undertake in obfuscating e-mail addresses.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/05/22/Obfuscating-my-e-mail-address-for-a-PDF</guid>
		</item>
		
		<item>
			<title>Slide Maps</title>
			<link>https://www.thoughtasylum.com/2011/05/09/Slide-Maps/</link>
			<description><![CDATA[<p>Many people who have to give presentations ask that questions be saved
until the end. This lets them maintain the flow of the presentation and
gives a nice interactive way to round off the session. This approach
then mean that in order to reference back to a slide the presenter then
has to page back and forth through the presentation. This is mentally
cumbersome for the presenter to remember where in the slide deck the
relevant slide is. For presentations with a large number of slides this
can also be time consuming. But there is a better way….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-09%20projected%20map.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 09 May 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-09%20projected%20map.jpg"><br><br><p>Many people who have to give presentations ask that questions be saved
until the end. This lets them maintain the flow of the presentation and
gives a nice interactive way to round off the session. This approach
then mean that in order to reference back to a slide the presenter then
has to page back and forth through the presentation. This is mentally
cumbersome for the presenter to remember where in the slide deck the
relevant slide is. For presentations with a large number of slides this
can also be time consuming. But there is a better way….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/05/09/Slide-Maps</guid>
		</item>
		
		<item>
			<title>Macs, Androids and Micro SD cards just don't mix</title>
			<link>https://www.thoughtasylum.com/2011/05/08/Macs-Androids-and-Micro-SD-cards-just-dont-mix/</link>
			<description><![CDATA[<p>I was upgrading the storage on my Android mobile phone (an HTC Desire) a
few weeks back. It seemed simple enough, just a case of swapping the
micro-SD card for one with a greater capacity. Simple. Simple if you’re
not a Mac user that is.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-08-broken-micro-sd.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 08 May 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-08-broken-micro-sd.jpg"><br><br><p>I was upgrading the storage on my Android mobile phone (an HTC Desire) a
few weeks back. It seemed simple enough, just a case of swapping the
micro-SD card for one with a greater capacity. Simple. Simple if you’re
not a Mac user that is.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/05/08/Macs-Androids-and-Micro-SD-cards-just-dont-mix</guid>
		</item>
		
		<item>
			<title>Evernote Note Templates - Show me the new note</title>
			<link>https://www.thoughtasylum.com/2011/05/07/Evernote-Note-Templates-Show-me-the-new-note/</link>
			<description><![CDATA[<p>I had a comment recently relating to <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">my post about a templating system for Evernote</a>.
The approach is that on Windows a system tray/notification area menu
utility is used to call a batch script with some parameters and this
uses a command line tool for Evernote (ENScript) to create a new note
based on a template file based on an exported and amended note in
Evernote. The comment noted that the new note that was created was not
selected automatically in Evernote and asked if there was a solution.
Well, there is….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-07-new-note.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 07 May 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-05-07-new-note.png"><br><br><p>I had a comment recently relating to <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">my post about a templating system for Evernote</a>.
The approach is that on Windows a system tray/notification area menu
utility is used to call a batch script with some parameters and this
uses a command line tool for Evernote (ENScript) to create a new note
based on a template file based on an exported and amended note in
Evernote. The comment noted that the new note that was created was not
selected automatically in Evernote and asked if there was a solution.
Well, there is….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/05/07/Evernote-Note-Templates-Show-me-the-new-note</guid>
		</item>
		
		<item>
			<title>Embracing Facebook</title>
			<link>https://www.thoughtasylum.com/2011/04/10/Embracing-Facebook/</link>
			<description><![CDATA[<p>For several years I managed not to make the move to what I have
considered (and if I’m honest still do) the dark side of the Internet.
Facebook. Concerns around security have plagued Facebook over the years
and whilst the release of “The Social Network” movie did eventually lead
to a greater rise in popularity of the network and its founder Mark
Zuckerberg, I still have several years of mistrust to get past. So why
is it a few weeks back I took the plunge and signed up? Well it’s all to
do with a chap called Svend.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-04-10-fb-thumb.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 10 Apr 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-04-10-fb-thumb.png"><br><br><p>For several years I managed not to make the move to what I have
considered (and if I’m honest still do) the dark side of the Internet.
Facebook. Concerns around security have plagued Facebook over the years
and whilst the release of “The Social Network” movie did eventually lead
to a greater rise in popularity of the network and its founder Mark
Zuckerberg, I still have several years of mistrust to get past. So why
is it a few weeks back I took the plunge and signed up? Well it’s all to
do with a chap called Svend.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/04/10/Embracing-Facebook</guid>
		</item>
		
		<item>
			<title>Back from a break</title>
			<link>https://www.thoughtasylum.com/2011/04/02/Back-from-a-break/</link>
			<description><![CDATA[<p>It’s all been a bit quiet in the Thought Asylum for the last couple of
months and I’m now in a position to get back into some blogging. So
what’s been going on and what’s coming up. Allow me to explain…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-04-02-open.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 02 Apr 2011 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-04-02-open.jpg"><br><br><p>It’s all been a bit quiet in the Thought Asylum for the last couple of
months and I’m now in a position to get back into some blogging. So
what’s been going on and what’s coming up. Allow me to explain…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/04/02/Back-from-a-break</guid>
		</item>
		
		<item>
			<title>AUA Telecoms Conference 2011 - Day 3</title>
			<link>https://www.thoughtasylum.com/2011/01/20/AUA-Telecoms-Conference-2011-Day-3/</link>
			<description><![CDATA[<p>The third and final day of the <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">24th annual AUA Telecoms conference</a>
closed on Thursday with a set of four sessions three of which were case
studies.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-20-aua-3.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 20 Jan 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-20-aua-3.png"><br><br><p>The third and final day of the <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">24th annual AUA Telecoms conference</a>
closed on Thursday with a set of four sessions three of which were case
studies.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/01/20/AUA-Telecoms-Conference-2011-Day-3</guid>
		</item>
		
		<item>
			<title>AUA Telecoms Conference 2011 - Day 2</title>
			<link>https://www.thoughtasylum.com/2011/01/19/AUA-Telecoms-Conference-2011-Day-2/</link>
			<description><![CDATA[<p>The second day of the <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">24th annual AUA Telecoms
conference</a>
has come to a close and it was certainly a busy one with presentations
from telecoms managers and suppliers on a wide range of topics. Some
dry, some interesting and some that I’m sad to say I found interesting
but would probably be some people’s idea of hell.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-19-aua-2.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 19 Jan 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-19-aua-2.png"><br><br><p>The second day of the <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">24th annual AUA Telecoms
conference</a>
has come to a close and it was certainly a busy one with presentations
from telecoms managers and suppliers on a wide range of topics. Some
dry, some interesting and some that I’m sad to say I found interesting
but would probably be some people’s idea of hell.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/01/19/AUA-Telecoms-Conference-2011-Day-2</guid>
		</item>
		
		<item>
			<title>AUA Telecoms Conference 2011 - Day 1</title>
			<link>https://www.thoughtasylum.com/2011/01/18/AUA-Telecoms-Conference-2011-Day-1/</link>
			<description><![CDATA[<p>This year sees <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">the 24th annual AUA Telecoms conference</a>
being held in Manchester. It is a conference where telecoms managers and
engineers get together to look at the telecoms in the UK Higher
Education sector. I’m predominantly focussed on the IT side of things at
work, but with the prevailing convergence of telecoms technologies and
IT it is becoming ever more important for me to better understand the
whole ICT sphere and so this was an opportunity I didn’t really want to
pass up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-18-aua-1.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 18 Jan 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-18-aua-1.png"><br><br><p>This year sees <a href="http://www.aua.ac.uk/partners/exhibitors/documents/24th_telecoms_confprog.pdf">the 24th annual AUA Telecoms conference</a>
being held in Manchester. It is a conference where telecoms managers and
engineers get together to look at the telecoms in the UK Higher
Education sector. I’m predominantly focussed on the IT side of things at
work, but with the prevailing convergence of telecoms technologies and
IT it is becoming ever more important for me to better understand the
whole ICT sphere and so this was an opportunity I didn’t really want to
pass up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/01/18/AUA-Telecoms-Conference-2011-Day-1</guid>
		</item>
		
		<item>
			<title>Evernote Daily Journal for Mac OS X</title>
			<link>https://www.thoughtasylum.com/2011/01/02/Evernote-Daily-Journal-for-Mac-OS-X/</link>
			<description><![CDATA[<p>Several months back (March 2010 in fact) I posted <a href="/2010/03/15/Creating-a-Daily-Journal-in-Evernote/">how to create a daily journal in Evernote on Windows</a>
using a bit of script. The script creates a new note in evernote with a
dynamically generated title (the current date) and pre-populated with an
Evernote tag. Whilst I use this to log everything I do at work, at home
I have an Apple Mac that I use most of the time and I hadn’t quite got
around to porting the script to OS X … until now.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-02-evernote-journal.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 02 Jan 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-02-evernote-journal.png"><br><br><p>Several months back (March 2010 in fact) I posted <a href="/2010/03/15/Creating-a-Daily-Journal-in-Evernote/">how to create a daily journal in Evernote on Windows</a>
using a bit of script. The script creates a new note in evernote with a
dynamically generated title (the current date) and pre-populated with an
Evernote tag. Whilst I use this to log everything I do at work, at home
I have an Apple Mac that I use most of the time and I hadn’t quite got
around to porting the script to OS X … until now.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/01/02/Evernote-Daily-Journal-for-Mac-OS-X</guid>
		</item>
		
		<item>
			<title>Looking back on blogging 2010</title>
			<link>https://www.thoughtasylum.com/2011/01/01/Looking-back-on-blogging-2010/</link>
			<description><![CDATA[<p>It’s time for my annual review of what’s been most popular on my past
year’s foray into the blogosphere. This year has been all change as I
consolidated my blogs into a new site on a new platform and as you may
be able to tell from how quiet I’ve been for the last few months I’ve
been quite busy with a few other things that have been changing my life
in more than a few ways. Anyway, on with the show as they say.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-01-2010.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Jan 2011 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2011/2011-01-01-2010.png"><br><br><p>It’s time for my annual review of what’s been most popular on my past
year’s foray into the blogosphere. This year has been all change as I
consolidated my blogs into a new site on a new platform and as you may
be able to tell from how quiet I’ve been for the last few months I’ve
been quite busy with a few other things that have been changing my life
in more than a few ways. Anyway, on with the show as they say.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2011/01/01/Looking-back-on-blogging-2010</guid>
		</item>
		
		<item>
			<title>String Padding in VBScript</title>
			<link>https://www.thoughtasylum.com/2010/12/31/String-Padding-in-VBScript/</link>
			<description><![CDATA[<p>I’ve frequently found myself needing to pad text strings with other text
when putting together VBScripts. Typically this is with regards to time
related outputs (pre-fixing with zeroes), or numeric outputs for things
like filenames (again prefixing with zeroes). Occasionally I need to do
more advanced padding and so I created a set of code to add to my code
library to cover a wider set of padding circumstances including not only
pre-fixing, but also post-fixing variable length strings … and even
bo</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-12-32-expander.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Dec 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-12-32-expander.png"><br><br><p>I’ve frequently found myself needing to pad text strings with other text
when putting together VBScripts. Typically this is with regards to time
related outputs (pre-fixing with zeroes), or numeric outputs for things
like filenames (again prefixing with zeroes). Occasionally I need to do
more advanced padding and so I created a set of code to add to my code
library to cover a wider set of padding circumstances including not only
pre-fixing, but also post-fixing variable length strings … and even
bo</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/12/31/String-Padding-in-VBScript</guid>
		</item>
		
		<item>
			<title>Charge your Mac with caffeine and pacify it with sheep</title>
			<link>https://www.thoughtasylum.com/2010/11/29/Charge-your-Mac-with-caffeine-and-pacify-it-with-sheep/</link>
			<description><![CDATA[<p>One of the things I like most about my Mac is the automation and control
I can have without having to fight the operating system.  Don’t get me
wrong I really like Windows and many other operating systems (I very
much like the right tool for the right job approach), but the Mac along
with some little helper apps makes this quite straight forward.  Today I
thought I’d share a couple of the utilities I use to keep my Mac awake
and to send it to sleep.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-11-29-coffee-sheep.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 29 Nov 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-11-29-coffee-sheep.jpg"><br><br><p>One of the things I like most about my Mac is the automation and control
I can have without having to fight the operating system.  Don’t get me
wrong I really like Windows and many other operating systems (I very
much like the right tool for the right job approach), but the Mac along
with some little helper apps makes this quite straight forward.  Today I
thought I’d share a couple of the utilities I use to keep my Mac awake
and to send it to sleep.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/11/29/Charge-your-Mac-with-caffeine-and-pacify-it-with-sheep</guid>
		</item>
		
		<item>
			<title>Rich Text Entry for Evernote on iOS</title>
			<link>https://www.thoughtasylum.com/2010/11/28/Rich-Text-Entry-for-Evernote-on-iOS/</link>
			<description><![CDATA[<p>So for some time now <a href="http://www.evernote.com">Evernote</a> users have been
clamouring for a way to work with rich text (e.g. bold, italics, fonts)
on their iOS device (iPhone/iPod/iPad).  The issue has been that iOS at
a base level does not functionally support rich text editing.  To
implement this sort of function would require the Evernote iOS
developers to develop an entirely new text editing interface and given
the complexity/flexibility of the note format this could be quite
challenging (and there are lots of other pulls on their time for
develpments such as access to shared notebooks in the client (… which
they did say would be this year and there’s only a month left).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-11-28-typing-elephant.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Nov 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-11-28-typing-elephant.png"><br><br><p>So for some time now <a href="http://www.evernote.com">Evernote</a> users have been
clamouring for a way to work with rich text (e.g. bold, italics, fonts)
on their iOS device (iPhone/iPod/iPad).  The issue has been that iOS at
a base level does not functionally support rich text editing.  To
implement this sort of function would require the Evernote iOS
developers to develop an entirely new text editing interface and given
the complexity/flexibility of the note format this could be quite
challenging (and there are lots of other pulls on their time for
develpments such as access to shared notebooks in the client (… which
they did say would be this year and there’s only a month left).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/11/28/Rich-Text-Entry-for-Evernote-on-iOS</guid>
		</item>
		
		<item>
			<title>Direct to Evernote Bookmarklet 2.0</title>
			<link>https://www.thoughtasylum.com/2010/09/22/Direct-to-Evernote-Bookmarklet-2.0/</link>
			<description><![CDATA[<p>For ten or so months now I’ve been clipping web pages from Safari on my
iOS devices into <a href="http://www.evernote.com">Evernote</a> using a one touch
bookmarklet. Whilst Evernote’s own bookmarklet works for this activity,
you have to enter some details for the note, maybe even login. For me
this was just too much to be concerned with when I’m browsing on the
move. My solution simply pushed the whole page into my default Evernote
notebook for dealing with later.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-09-22-green-bookmark.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 22 Sep 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-09-22-green-bookmark.png"><br><br><p>For ten or so months now I’ve been clipping web pages from Safari on my
iOS devices into <a href="http://www.evernote.com">Evernote</a> using a one touch
bookmarklet. Whilst Evernote’s own bookmarklet works for this activity,
you have to enter some details for the note, maybe even login. For me
this was just too much to be concerned with when I’m browsing on the
move. My solution simply pushed the whole page into my default Evernote
notebook for dealing with later.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/09/22/Direct-to-Evernote-Bookmarklet-2.0</guid>
		</item>
		
		<item>
			<title>An always there screen cleaner</title>
			<link>https://www.thoughtasylum.com/2010/09/19/An-always-there-screen-cleaner/</link>
			<description><![CDATA[<p>Do you suffer from finger prints on any of your touch screen devices?
 Do you ever forget things and wish that you had a photographic memory?
Well maybe Evernote has the solution…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-09-19-wipe.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 19 Sep 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-09-19-wipe.png"><br><br><p>Do you suffer from finger prints on any of your touch screen devices?
 Do you ever forget things and wish that you had a photographic memory?
Well maybe Evernote has the solution…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/09/19/An-always-there-screen-cleaner</guid>
		</item>
		
		<item>
			<title>Spring Clean - Summer Archive</title>
			<link>https://www.thoughtasylum.com/2010/08/30/Spring-Clean-Summer-Archive/</link>
			<description><![CDATA[<p>I’ve been doing a lot of spring cleaning recently and came across quite
a few old computers that I’d stashed away at the back of a wardrobe.
 Not exactly noteworthy, but I thought I’d share a couple of things I’ve
done to clear the space and retain my archives.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-30-broom.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-30-broom.png"><br><br><p>I’ve been doing a lot of spring cleaning recently and came across quite
a few old computers that I’d stashed away at the back of a wardrobe.
 Not exactly noteworthy, but I thought I’d share a couple of things I’ve
done to clear the space and retain my archives.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/30/Spring-Clean-Summer-Archive</guid>
		</item>
		
		<item>
			<title>Three Recommendations for Evernote's Trunk</title>
			<link>https://www.thoughtasylum.com/2010/08/22/Three-Recommendations-for-Evernotes-Trunk/</link>
			<description><![CDATA[<p>A little while back, <a href="http://www.evernote.com">Evernote</a> launched a new
feature known as <a href="http://www.evernote.com/about/trunk/">the trunk</a>.  It
is a platform through which Evernote promoted partnerships and
integrations with the Evernote system.  Whilst it is a new system I have
three ideas on how to make it even better.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-22-three-green-elephants.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 22 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-22-three-green-elephants.png"><br><br><p>A little while back, <a href="http://www.evernote.com">Evernote</a> launched a new
feature known as <a href="http://www.evernote.com/about/trunk/">the trunk</a>.  It
is a platform through which Evernote promoted partnerships and
integrations with the Evernote system.  Whilst it is a new system I have
three ideas on how to make it even better.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/22/Three-Recommendations-for-Evernotes-Trunk</guid>
		</item>
		
		<item>
			<title>Evernote - Instant favourite for iPad notes</title>
			<link>https://www.thoughtasylum.com/2010/08/16/Evernote-Instant-favourite-for-iPad-notes/</link>
			<description><![CDATA[<p>Offline access to notes in Evernote is a must for me.  Whilst much of my
time is spent in areas with a good enough reception for my phone or with
access to a WiFi network, there are occasions where getting online and
connected is not so easy if not impossible as anyone who travels the UK
rail network will attest to for example.  Now whilst the Mac and Windows
clients have offline access by default, the mobile clients are not so
fortunate.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-16-star-elephant.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 16 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-16-star-elephant.png"><br><br><p>Offline access to notes in Evernote is a must for me.  Whilst much of my
time is spent in areas with a good enough reception for my phone or with
access to a WiFi network, there are occasions where getting online and
connected is not so easy if not impossible as anyone who travels the UK
rail network will attest to for example.  Now whilst the Mac and Windows
clients have offline access by default, the mobile clients are not so
fortunate.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/16/Evernote-Instant-favourite-for-iPad-notes</guid>
		</item>
		
		<item>
			<title>Maximising Send-to for Evernote</title>
			<link>https://www.thoughtasylum.com/2010/08/13/Maximising-Send-to-for-Evernote/</link>
			<description><![CDATA[<p>Do you use Evernote on Windows? Do you ever put files into Evernote
notes? I’d like to share a little tip with you for making your life with
files and Evernote bit easier.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-13-sort-evernote.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 13 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-13-sort-evernote.png"><br><br><p>Do you use Evernote on Windows? Do you ever put files into Evernote
notes? I’d like to share a little tip with you for making your life with
files and Evernote bit easier.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/13/Maximising-Send-to-for-Evernote</guid>
		</item>
		
		<item>
			<title>Securing Evernote</title>
			<link>https://www.thoughtasylum.com/2010/08/10/Securing-Evernote/</link>
			<description><![CDATA[<p>Evernote is one of my favourite applications on any platform and I use
it on several for a huge variety of things. The nature of Evernote is to
provide a system that can hold any information and be accessed anywhere.
This lends itself to storing just about everything in it. I certainly
try to keep as much as possible in it, but this innate power and
flexibility also makes Evernote potentially dangerous to use and so I
thought I’d write something about securing Evernote. This won’t
necessarily be a definitive guide of making your Evernote account into
Fort Knox, but it will hopefully give you some options to consider in
terms of how you use and access Evernote.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-10-evernote-lock.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 10 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-10-evernote-lock.png"><br><br><p>Evernote is one of my favourite applications on any platform and I use
it on several for a huge variety of things. The nature of Evernote is to
provide a system that can hold any information and be accessed anywhere.
This lends itself to storing just about everything in it. I certainly
try to keep as much as possible in it, but this innate power and
flexibility also makes Evernote potentially dangerous to use and so I
thought I’d write something about securing Evernote. This won’t
necessarily be a definitive guide of making your Evernote account into
Fort Knox, but it will hopefully give you some options to consider in
terms of how you use and access Evernote.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/10/Securing-Evernote</guid>
		</item>
		
		<item>
			<title>Project Desire 365 1.0</title>
			<link>https://www.thoughtasylum.com/2010/08/07/Project-Desire-365-1.0/</link>
			<description><![CDATA[<p>Today I’ve started a new project that’s going to take me a year and will
need some creativity, a steady hand and my new phone.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-07-hitchcock.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 07 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-07-hitchcock.png"><br><br><p>Today I’ve started a new project that’s going to take me a year and will
need some creativity, a steady hand and my new phone.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/07/Project-Desire-365-1.0</guid>
		</item>
		
		<item>
			<title>A brief struggle from 'No Go' to FroYo</title>
			<link>https://www.thoughtasylum.com/2010/08/06/A-brief-struggle-from-No-Go-to-FroYo/</link>
			<description><![CDATA[<p>It’s been some time since I had a phone upgrade but yesterday I finally
got a new phone. In fact this phone is very new for me as it is running
an operating system I’ve had no prior experience with -
<a href="http://en.wikipedia.org/wiki/Android_(operating_system)">Android</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-06-froyo.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 06 Aug 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-08-06-froyo.png"><br><br><p>It’s been some time since I had a phone upgrade but yesterday I finally
got a new phone. In fact this phone is very new for me as it is running
an operating system I’ve had no prior experience with -
<a href="http://en.wikipedia.org/wiki/Android_(operating_system)">Android</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/08/06/A-brief-struggle-from-No-Go-to-FroYo</guid>
		</item>
		
		<item>
			<title>Tracking Down the iPhone Birthday Calendar</title>
			<link>https://www.thoughtasylum.com/2010/07/31/Tracking-Down-the-iPhone-Birthday-Calendar/</link>
			<description><![CDATA[<p>We have a number of iPhone users in our office and I was asked a couple
of days ago to have a look at something a few users had recently noticed - the appearance of a new calendar called Birthdays.  Whilst the users had a variety of iPhone models 3G through to iPhone 4
(both work and personal), I quickly noted that each of the phones was
running iOS4. So my instincts were that this was probably gong to be
related to a new iOS4 feature or maybe something to do with a new
version of iTunes choosing to sync a non-existent MobileMe calendar.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-31-apple-cake.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-31-apple-cake.png"><br><br><p>We have a number of iPhone users in our office and I was asked a couple
of days ago to have a look at something a few users had recently noticed - the appearance of a new calendar called Birthdays.  Whilst the users had a variety of iPhone models 3G through to iPhone 4
(both work and personal), I quickly noted that each of the phones was
running iOS4. So my instincts were that this was probably gong to be
related to a new iOS4 feature or maybe something to do with a new
version of iTunes choosing to sync a non-existent MobileMe calendar.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/31/Tracking-Down-the-iPhone-Birthday-Calendar</guid>
		</item>
		
		<item>
			<title>HootSuite - Owly Bookmarklet for your iPhone</title>
			<link>https://www.thoughtasylum.com/2010/07/27/HootSuite-Owly-Bookmarklet-for-your-iPhone/</link>
			<description><![CDATA[<p><a href="http://hootsuite.com/">HootSuite</a> is an iPhone/iPod touch social media
dashboard app. It originally appeared as a mobile
<a href="http://www.twitter.com">Twitter</a> client but has expanded to incorporate
links to other social networks.  HootSuite also have their own URL shortening service Ow.ly, and in
version 1.1.5.1 they introduced the option to prefix a URL in mobile
Safari and have HootSuite launch with an Ow.ly’fied URL prepopulated
into your message. I’m not one for remembering the details for things
like this that I won’t use every day so I chose instead to create a
simple little bookmarklet.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-27-hs-owl.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 27 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-27-hs-owl.png"><br><br><p><a href="http://hootsuite.com/">HootSuite</a> is an iPhone/iPod touch social media
dashboard app. It originally appeared as a mobile
<a href="http://www.twitter.com">Twitter</a> client but has expanded to incorporate
links to other social networks.  HootSuite also have their own URL shortening service Ow.ly, and in
version 1.1.5.1 they introduced the option to prefix a URL in mobile
Safari and have HootSuite launch with an Ow.ly’fied URL prepopulated
into your message. I’m not one for remembering the details for things
like this that I won’t use every day so I chose instead to create a
simple little bookmarklet.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/27/HootSuite-Owly-Bookmarklet-for-your-iPhone</guid>
		</item>
		
		<item>
			<title>A VBScript function to get text data from the Windows clipboard</title>
			<link>https://www.thoughtasylum.com/2010/07/26/A-VBScript-function-to-get-text-data-from-the-Windows-clipboard/</link>
			<description><![CDATA[<p>Earlier today I posted about some VBScript that deals with variable
positional formatting of tabs within strings. This was related to a
system I was working with where the information needed to be copied from
the screen. In an attempt to make things simpler for the user my overall
script worked with the Windows clipboard as the data source rather than
having the user paste it into a text file and then import that into the
script. In case you haven’t come across this technique before, here’s
how I did it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-26-clipboard.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 26 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-26-clipboard.png"><br><br><p>Earlier today I posted about some VBScript that deals with variable
positional formatting of tabs within strings. This was related to a
system I was working with where the information needed to be copied from
the screen. In an attempt to make things simpler for the user my overall
script worked with the Windows clipboard as the data source rather than
having the user paste it into a text file and then import that into the
script. In case you haven’t come across this technique before, here’s
how I did it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/26/A-VBScript-function-to-get-text-data-from-the-Windows-clipboard</guid>
		</item>
		
		<item>
			<title>A VBScript to remove tabs and retain positional formatting</title>
			<link>https://www.thoughtasylum.com/2010/07/25/A-VBScript-to-remove-tabs-and-retain-positional-formatting/</link>
			<description><![CDATA[<p>I’ve been working with colleagues in our finance department recently to
streamline and automate some of their processes. An interesting little
technical problem that cropped up was taking some output from the
accounts system and pushing it into an Excel spreadsheet. The problem
was that the formatting was done with varying numbers of tabs and
spaces. My solution was a little bit of VBScript.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-25-tab-delete.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 25 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-25-tab-delete.png"><br><br><p>I’ve been working with colleagues in our finance department recently to
streamline and automate some of their processes. An interesting little
technical problem that cropped up was taking some output from the
accounts system and pushing it into an Excel spreadsheet. The problem
was that the formatting was done with varying numbers of tabs and
spaces. My solution was a little bit of VBScript.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/25/A-VBScript-to-remove-tabs-and-retain-positional-formatting</guid>
		</item>
		
		<item>
			<title>Not every problem is black and white (but this one is)</title>
			<link>https://www.thoughtasylum.com/2010/07/24/Not-every-problem-is-black-and-white-(but-this-one-is)/</link>
			<description><![CDATA[<p>I recently had a technological <a href="http://en.wikipedia.org/wiki/The_Wizard_of_Oz_%281939_film%29">Wizard of Oz</a>
moment where I was having a problem with a piece of video equipment.
That is I had a black and white image from a web camera where there had
previously been glorious technicolour. Given the amount of time I
invested in resolving the issue I thought I’d perhaps share it in case
anyone else comes across the same problem.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-24-kansas.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 24 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-24-kansas.png"><br><br><p>I recently had a technological <a href="http://en.wikipedia.org/wiki/The_Wizard_of_Oz_%281939_film%29">Wizard of Oz</a>
moment where I was having a problem with a piece of video equipment.
That is I had a black and white image from a web camera where there had
previously been glorious technicolour. Given the amount of time I
invested in resolving the issue I thought I’d perhaps share it in case
anyone else comes across the same problem.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/24/Not-every-problem-is-black-and-white-(but-this-one-is)</guid>
		</item>
		
		<item>
			<title>The Evernote secret is out - it was in Evernote's trunk</title>
			<link>https://www.thoughtasylum.com/2010/07/15/The-Evernote-secret-is-out-it-was-in-Evernotes-trunk/</link>
			<description><![CDATA[<p>The big day finally arrived for Evernote today. They revealed the
second phase of the big Evernote plan and revealed the secret they’d
been keeping up their trunk.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-15-evernote-trunk.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 15 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-15-evernote-trunk.png"><br><br><p>The big day finally arrived for Evernote today. They revealed the
second phase of the big Evernote plan and revealed the secret they’d
been keeping up their trunk.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/15/The-Evernote-secret-is-out-it-was-in-Evernotes-trunk</guid>
		</item>
		
		<item>
			<title>An Elegant Solution for Snapshots in Evernote on the iPhone</title>
			<link>https://www.thoughtasylum.com/2010/07/08/An-Elegant-Solution-for-Snapshots-in-Evernote-on-the-iPhone/</link>
			<description><![CDATA[<p>The latest release of <a href="http://itunes.apple.com/us/app/evernote/id281796108?mt=8">Evernote for the iPhone is 3.3.5</a> and it
includes an elegant yet simple solution for what was previously a
frustrating oversight around taking photos.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-08-evernote-iphone.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 08 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-08-evernote-iphone.png"><br><br><p>The latest release of <a href="http://itunes.apple.com/us/app/evernote/id281796108?mt=8">Evernote for the iPhone is 3.3.5</a> and it
includes an elegant yet simple solution for what was previously a
frustrating oversight around taking photos.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/08/An-Elegant-Solution-for-Snapshots-in-Evernote-on-the-iPhone</guid>
		</item>
		
		<item>
			<title>An Old School Evernote Partnership</title>
			<link>https://www.thoughtasylum.com/2010/07/01/An-Old-School-Evernote-Partnership/</link>
			<description><![CDATA[<p>A chance look on Twitter today lead me to discover what I can only
describe as a quaint partnership with Evernote in Japan.</p>

<p>I had thought that everything was digital in Japan these days and
<a href="http://evernote.com">Evernote</a> has certainly taken off in a big way
this year.  However I was surprised to discover that abrAsus seem to
have released what I assume is a notepad holder for use with Evernote.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-01-elephant-scroll.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 01 Jul 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-07-01-elephant-scroll.png"><br><br><p>A chance look on Twitter today lead me to discover what I can only
describe as a quaint partnership with Evernote in Japan.</p>

<p>I had thought that everything was digital in Japan these days and
<a href="http://evernote.com">Evernote</a> has certainly taken off in a big way
this year.  However I was surprised to discover that abrAsus seem to
have released what I assume is a notepad holder for use with Evernote.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/07/01/An-Old-School-Evernote-Partnership</guid>
		</item>
		
		<item>
			<title>RATS - A Rapid Assault Tactics Seminar</title>
			<link>https://www.thoughtasylum.com/2010/06/30/RATS-A-Rapid-Assault-Tactics-Seminar/</link>
			<description><![CDATA[<p>A rat is a small mammal with a bad reputation. The R.A.T. however is a
fighting system that has a similar reputation in that it has been used
to train US Navy Seals amongst others. It is a system that is focussed
on survival in dire circumstances and certainly isn’t something I’d
recommend to someone working the doors as a way to safely escort people
form the premises. Last weekend I had the opportunity to give it a go at
a seminar in Catterick.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-30-splinter.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Jun 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-30-splinter.png"><br><br><p>A rat is a small mammal with a bad reputation. The R.A.T. however is a
fighting system that has a similar reputation in that it has been used
to train US Navy Seals amongst others. It is a system that is focussed
on survival in dire circumstances and certainly isn’t something I’d
recommend to someone working the doors as a way to safely escort people
form the premises. Last weekend I had the opportunity to give it a go at
a seminar in Catterick.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/30/RATS-A-Rapid-Assault-Tactics-Seminar</guid>
		</item>
		
		<item>
			<title>Evernote - The Big Secret</title>
			<link>https://www.thoughtasylum.com/2010/06/27/Evernote-The-Big-Secret/</link>
			<description><![CDATA[<p>Over the weekend, Evernote have announced that they have a secret to
share on July 14 2010 at 10 AM.  So I guess the big question is what is
the secret and are elephant’s good at keeping them?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-27-elephant-secret-box.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Jun 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-27-elephant-secret-box.png"><br><br><p>Over the weekend, Evernote have announced that they have a secret to
share on July 14 2010 at 10 AM.  So I guess the big question is what is
the secret and are elephant’s good at keeping them?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/27/Evernote-The-Big-Secret</guid>
		</item>
		
		<item>
			<title>Colour Code Notes in Evernote</title>
			<link>https://www.thoughtasylum.com/2010/06/07/Colour-Code-Notes-in-Evernote/</link>
			<description><![CDATA[<p>Whilst working on <a href="/2010/06/07/The-Future-of-Evernote-in-2010/">another Evernote related post</a> today I came
across a suggestion from someone that I thought I could help with.
 Would you like to be able to colour code your notes in Evernote?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-07-coloured-note-cards.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 07 Jun 2010 18:07:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-07-coloured-note-cards.png"><br><br><p>Whilst working on <a href="/2010/06/07/The-Future-of-Evernote-in-2010/">another Evernote related post</a> today I came
across a suggestion from someone that I thought I could help with.
 Would you like to be able to colour code your notes in Evernote?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/07/Colour-Code-Notes-in-Evernote</guid>
		</item>
		
		<item>
			<title>The Future of Evernote in 2010</title>
			<link>https://www.thoughtasylum.com/2010/06/07/The-Future-of-Evernote-in-2010/</link>
			<description><![CDATA[<p>A couple of months back Phil Libin (CEO of
<a href="http://www.evernote.com">Evernote</a>) did another public Q&amp;A session on
the Evernote blog.  During the course of this session he set out a range
of updates that would be carried out in the Evernote-sphere over the
course of the rest of the year.  I’ve finally managed to get a few hours
to filter the whole question-response set and categorise them into
mini-road maps of what’s coming for Evernote users.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-07-time-machine.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 07 Jun 2010 14:39:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-07-time-machine.png"><br><br><p>A couple of months back Phil Libin (CEO of
<a href="http://www.evernote.com">Evernote</a>) did another public Q&amp;A session on
the Evernote blog.  During the course of this session he set out a range
of updates that would be carried out in the Evernote-sphere over the
course of the rest of the year.  I’ve finally managed to get a few hours
to filter the whole question-response set and categorise them into
mini-road maps of what’s coming for Evernote users.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/07/The-Future-of-Evernote-in-2010</guid>
		</item>
		
		<item>
			<title>iPhone, The Next Generation</title>
			<link>https://www.thoughtasylum.com/2010/06/06/iPhone,-The-Next-Generation/</link>
			<description><![CDATA[<p>All of the rumours are that the latest iPhone from Apple is imminent.
It’ll be running the new Apple iPhone OS 4 for sure, but what will the
fourth generation iPhone have in store in terms of hardware features?
 Well I’ve put together a list of ten things - five near certainties and
five “wouldn’t it be cool if…” things.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-06-whisper.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 06 Jun 2010 23:55:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-06-whisper.jpg"><br><br><p>All of the rumours are that the latest iPhone from Apple is imminent.
It’ll be running the new Apple iPhone OS 4 for sure, but what will the
fourth generation iPhone have in store in terms of hardware features?
 Well I’ve put together a list of ten things - five near certainties and
five “wouldn’t it be cool if…” things.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/06/iPhone,-The-Next-Generation</guid>
		</item>
		
		<item>
			<title>WWDC just a day away</title>
			<link>https://www.thoughtasylum.com/2010/06/06/WWDC-just-a-day-away/</link>
			<description><![CDATA[<p><a href="http://developer.apple.com/wwdc/">WWDC 2010</a> is taking place
tomorrow and the Internet is awash with rumours of what Apple might be
announcing.  After dominating the tech news in the last few months with
the iPad, iPhone OS 4 preview, the leaked iPhone and the release of the
new MacBook Pro devices (though admittedly this was a little quieter
than the others), what will Apple be covering?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-06-wwdc.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 06 Jun 2010 21:59:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-06-wwdc.png"><br><br><p><a href="http://developer.apple.com/wwdc/">WWDC 2010</a> is taking place
tomorrow and the Internet is awash with rumours of what Apple might be
announcing.  After dominating the tech news in the last few months with
the iPad, iPhone OS 4 preview, the leaked iPhone and the release of the
new MacBook Pro devices (though admittedly this was a little quieter
than the others), what will Apple be covering?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/06/WWDC-just-a-day-away</guid>
		</item>
		
		<item>
			<title>An alternate IT view of ECDL</title>
			<link>https://www.thoughtasylum.com/2010/06/04/An-alternate-IT-view-of-ECDL/</link>
			<description><![CDATA[<p>Today I took my final <a href="http://www.ecdl.com/programmes/index.jsp?p=102&amp;n=108">ECDL</a> (European
Computer Driving Licence) module assessment. ECDL is a syllabus that has
seven modules of assessment on what many people might consider to be the
day to day forms of IT literacy in a typical workplace.  In my role
as an IT professional (Head of ICT), with a masters degree in Computer Science, and a decade of
IT industry experience, why did I decide to do this course?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-04-ecdl.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 04 Jun 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-04-ecdl.png"><br><br><p>Today I took my final <a href="http://www.ecdl.com/programmes/index.jsp?p=102&amp;n=108">ECDL</a> (European
Computer Driving Licence) module assessment. ECDL is a syllabus that has
seven modules of assessment on what many people might consider to be the
day to day forms of IT literacy in a typical workplace.  In my role
as an IT professional (Head of ICT), with a masters degree in Computer Science, and a decade of
IT industry experience, why did I decide to do this course?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/04/An-alternate-IT-view-of-ECDL</guid>
		</item>
		
		<item>
			<title>A month at the Thought Asylum</title>
			<link>https://www.thoughtasylum.com/2010/06/03/A-month-at-the-Thought-Asylum/</link>
			<description><![CDATA[<p>The migration of my blogs to thoughtasylum.com was about a month ago
now, so I figured I’d take the opportunity to reflect on the move away
from several split <a href="http://www.wordpress.com">Wordpress</a> blogs onto this
consolidated <a href="http://www.squarespace.com/?associateTag=thoughtasylum">SquareSpace</a> driven platform.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-03-thoughtasylum.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 03 Jun 2010 23:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-03-thoughtasylum.png"><br><br><p>The migration of my blogs to thoughtasylum.com was about a month ago
now, so I figured I’d take the opportunity to reflect on the move away
from several split <a href="http://www.wordpress.com">Wordpress</a> blogs onto this
consolidated <a href="http://www.squarespace.com/?associateTag=thoughtasylum">SquareSpace</a> driven platform.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/03/A-month-at-the-Thought-Asylum</guid>
		</item>
		
		<item>
			<title>Getting text files into Evernote with the new Windows 3.5.4 client</title>
			<link>https://www.thoughtasylum.com/2010/06/03/Getting-text-files-into-Evernote-with-the-new-Windows-3.5.4-client/</link>
			<description><![CDATA[<p>Today Evernote released the 3.5.4 update of the Windows client.
 <a href="http://blog.evernote.com/2010/06/03/evernote-for-windows-update-3/">Evernote’s blog post on the release</a>
covers many of the new features, but there was one notable absence of
one of the new features that also reminded me of another obscure feature
of Evernote I discovered a while back.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-03-txt.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 03 Jun 2010 20:30:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-03-txt.png"><br><br><p>Today Evernote released the 3.5.4 update of the Windows client.
 <a href="http://blog.evernote.com/2010/06/03/evernote-for-windows-update-3/">Evernote’s blog post on the release</a>
covers many of the new features, but there was one notable absence of
one of the new features that also reminded me of another obscure feature
of Evernote I discovered a while back.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/03/Getting-text-files-into-Evernote-with-the-new-Windows-3.5.4-client</guid>
		</item>
		
		<item>
			<title>Set Windows wallpaper from the command line</title>
			<link>https://www.thoughtasylum.com/2010/06/02/Set-Windows-wallpaper-from-the-command-line/</link>
			<description><![CDATA[<p>Each year the organisation I work for holds a conference and my team
provides technical support.  This year is slightly different in that
we’ll be using the venue’s ICT equipment rather than our own.  Whilst
this has many advantages in terms of simplifying things it has thrown up
a little issue around something we normally do with the desktop
background.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-02-wallpaper.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 02 Jun 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-06-02-wallpaper.png"><br><br><p>Each year the organisation I work for holds a conference and my team
provides technical support.  This year is slightly different in that
we’ll be using the venue’s ICT equipment rather than our own.  Whilst
this has many advantages in terms of simplifying things it has thrown up
a little issue around something we normally do with the desktop
background.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/06/02/Set-Windows-wallpaper-from-the-command-line</guid>
		</item>
		
		<item>
			<title>Set your iPhone to a WiFi only connection</title>
			<link>https://www.thoughtasylum.com/2010/05/25/Set-your-iPhone-to-a-WiFi-only-connection/</link>
			<description><![CDATA[<p>Have you ever been in a situation where you needed to turn your iPhone
into an iPod touch?  For example in a meeting that’s being recorded but
you needed to provide updates on a social media network, or even just
abroad and you don’t want to run up your call/data charges.  Well there
is a way and it is nice and simple.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-25-wifi.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 25 May 2010 23:27:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-25-wifi.png"><br><br><p>Have you ever been in a situation where you needed to turn your iPhone
into an iPod touch?  For example in a meeting that’s being recorded but
you needed to provide updates on a social media network, or even just
abroad and you don’t want to run up your call/data charges.  Well there
is a way and it is nice and simple.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/25/Set-your-iPhone-to-a-WiFi-only-connection</guid>
		</item>
		
		<item>
			<title>Using PPTPlex with a single slide</title>
			<link>https://www.thoughtasylum.com/2010/05/25/Using-PPTPlex-with-a-single-slide/</link>
			<description><![CDATA[<p>A little while back I was asked to put together a twenty minute
presentation for a group of staff on an ICT related topic.  After some
deliberation and input from one of the team leaders I decided upon a
topic of communications technology that was available to them.  As a
basis for the presentation I decided to put together a diagram that
showed the relationships between the technology and the features of each
along with some guidance on choosing the right sort of technology for
the right scenario.  At the end of the presentation I could then give
the team an A3 copy of the diagram to put on their wall for reference.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-25-pptplex.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 25 May 2010 22:45:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-25-pptplex.png"><br><br><p>A little while back I was asked to put together a twenty minute
presentation for a group of staff on an ICT related topic.  After some
deliberation and input from one of the team leaders I decided upon a
topic of communications technology that was available to them.  As a
basis for the presentation I decided to put together a diagram that
showed the relationships between the technology and the features of each
along with some guidance on choosing the right sort of technology for
the right scenario.  At the end of the presentation I could then give
the team an A3 copy of the diagram to put on their wall for reference.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/25/Using-PPTPlex-with-a-single-slide</guid>
		</item>
		
		<item>
			<title>Build your Dictionary in the Evernote Desktop Clients</title>
			<link>https://www.thoughtasylum.com/2010/05/18/Build-your-Dictionary-in-the-Evernote-Desktop-Clients/</link>
			<description><![CDATA[<p>Spell checking is one of those things that most of us take for granted
these days in our applications.  Those familiar wavy red lines are all
too familiar to most computer users.  You may even have noticed them in
<a href="http://www.evernote.com">Evernote</a>, but like many people I need to use
technical jargon and in my notes and these are not part of the default
English dictionary in Evernote which is a US  English dictionary adding
further issues for me a UK Evernote user.  So let me explain how to
update your Evernote dictionary.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-18-oed.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 18 May 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-18-oed.jpg"><br><br><p>Spell checking is one of those things that most of us take for granted
these days in our applications.  Those familiar wavy red lines are all
too familiar to most computer users.  You may even have noticed them in
<a href="http://www.evernote.com">Evernote</a>, but like many people I need to use
technical jargon and in my notes and these are not part of the default
English dictionary in Evernote which is a US  English dictionary adding
further issues for me a UK Evernote user.  So let me explain how to
update your Evernote dictionary.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/18/Build-your-Dictionary-in-the-Evernote-Desktop-Clients</guid>
		</item>
		
		<item>
			<title>Minimise all Windows in OS X</title>
			<link>https://www.thoughtasylum.com/2010/05/17/Minimise-all-Windows-in-OS-X/</link>
			<description><![CDATA[<p>Like many Mac users I’ve spent many years using Windows and have a
significant familiarity with the working practices and keyboard
shortcuts of that OS.  One of the actions I commonly use in Windows is
to minimise all windows.  It may not necessarily be “the Mac way”, but I
still find myself wanting to do this and have spent some time trying to
track down a keyboard shortcut that will let me do this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-17-minimise-window.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 17 May 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-17-minimise-window.png"><br><br><p>Like many Mac users I’ve spent many years using Windows and have a
significant familiarity with the working practices and keyboard
shortcuts of that OS.  One of the actions I commonly use in Windows is
to minimise all windows.  It may not necessarily be “the Mac way”, but I
still find myself wanting to do this and have spent some time trying to
track down a keyboard shortcut that will let me do this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/17/Minimise-all-Windows-in-OS-X</guid>
		</item>
		
		<item>
			<title>Keep your Mac awake with a shot of Caffeine</title>
			<link>https://www.thoughtasylum.com/2010/05/15/Keep-your-Mac-awake-with-a-shot-of-Caffeine/</link>
			<description><![CDATA[<p>Power saving on computers is a big deal.  As well as being good for the
environment it can also preserve battery life on mobile computers.
 Occasionally however you need to keep your computer awake such as when
giving a presentation.  Whilst many slide show applications override
screen savers, screen dimming, etc. there can also be occasions where
you might need to display something else - a video feed on a web page
for example.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-15-coffee.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 15 May 2010 23:12:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-15-coffee.jpg"><br><br><p>Power saving on computers is a big deal.  As well as being good for the
environment it can also preserve battery life on mobile computers.
 Occasionally however you need to keep your computer awake such as when
giving a presentation.  Whilst many slide show applications override
screen savers, screen dimming, etc. there can also be occasions where
you might need to display something else - a video feed on a web page
for example.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/15/Keep-your-Mac-awake-with-a-shot-of-Caffeine</guid>
		</item>
		
		<item>
			<title>Three Clipboard to Plain Text options for the Mac</title>
			<link>https://www.thoughtasylum.com/2010/05/15/Three-Clipboard-to-Plain-Text-options-for-the-Mac/</link>
			<description><![CDATA[<p>On occasion I find that I need to take text from one Mac application and
convert it into plain text for use in another application.  I’ve been
copying the original content to the Mac’s clipboard, pasting it into a
text editor application (to remove the formatting), copying that text
and then pasting it into the application I want it in.  This is a
laborious process and one which I was sure could be improved upon.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-15-clipboard.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 15 May 2010 17:20:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-15-clipboard.png"><br><br><p>On occasion I find that I need to take text from one Mac application and
convert it into plain text for use in another application.  I’ve been
copying the original content to the Mac’s clipboard, pasting it into a
text editor application (to remove the formatting), copying that text
and then pasting it into the application I want it in.  This is a
laborious process and one which I was sure could be improved upon.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/15/Three-Clipboard-to-Plain-Text-options-for-the-Mac</guid>
		</item>
		
		<item>
			<title>Evernote watched folders on OS X</title>
			<link>https://www.thoughtasylum.com/2010/05/12/Evernote-watched-folders-on-OS-X/</link>
			<description><![CDATA[<p>Following on from the <a href="/2010/05/11/Send-to-Evernote-on-Mac-OS-X/">send to Evernote</a> addition
for <a href="http://www.evernote.com">Evernote</a> I also wanted to reproduce the
Windows Evernote watched folders feature.  This allows a file moved to a
specific folder to be automatically imported into a new note within
Evernote and again can be accomplished with AppleScript.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-11-elephant-watching.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 12 May 2010 00:28:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-11-elephant-watching.png"><br><br><p>Following on from the <a href="/2010/05/11/Send-to-Evernote-on-Mac-OS-X/">send to Evernote</a> addition
for <a href="http://www.evernote.com">Evernote</a> I also wanted to reproduce the
Windows Evernote watched folders feature.  This allows a file moved to a
specific folder to be automatically imported into a new note within
Evernote and again can be accomplished with AppleScript.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/12/Evernote-watched-folders-on-OS-X</guid>
		</item>
		
		<item>
			<title>Send to Evernote on Mac OS X</title>
			<link>https://www.thoughtasylum.com/2010/05/11/Send-to-Evernote-on-Mac-OS-X/</link>
			<description><![CDATA[<p>Being able to add files into <a href="http://www.evernote.com">Evernote</a> is a
particularly useful feature.  On my Windows PC I have an option when I
right click on a file to send it to Evernote.  By default my Evernote
installation on my Mac doesn’t provide this option, so I decided to
address this shortcoming with a service.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-11-send.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 11 May 2010 23:54:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-11-send.png"><br><br><p>Being able to add files into <a href="http://www.evernote.com">Evernote</a> is a
particularly useful feature.  On my Windows PC I have an option when I
right click on a file to send it to Evernote.  By default my Evernote
installation on my Mac doesn’t provide this option, so I decided to
address this shortcoming with a service.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/11/Send-to-Evernote-on-Mac-OS-X</guid>
		</item>
		
		<item>
			<title>Get the path for a file in OS X with an AppleScript</title>
			<link>https://www.thoughtasylum.com/2010/05/08/Get-the-path-for-a-file-in-OS-X-with-an-AppleScript/</link>
			<description><![CDATA[<p>I frequently need to type in references to file locations.  In OS X if I
Get Info on a file or folder I can get a path, but I decided to write a
script to widen my options and make things a little faster.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-08-path.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 08 May 2010 23:14:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-08-path.jpg"><br><br><p>I frequently need to type in references to file locations.  In OS X if I
Get Info on a file or folder I can get a path, but I decided to write a
script to widen my options and make things a little faster.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/08/Get-the-path-for-a-file-in-OS-X-with-an-AppleScript</guid>
		</item>
		
		<item>
			<title>Evernote Templates on Mac OS X</title>
			<link>https://www.thoughtasylum.com/2010/05/08/Evernote-Templates-on-Mac-OS-X/</link>
			<description><![CDATA[<p>A little while back I posted about <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">an improved template system for Evernote</a>.
This system was based on exporting a note from
<a href="http://www.evernote.com">Evernote</a>, tweaking it in a text editor and
then importing it back again whenever you need a new note based on it.
 The post was focussed on how to do this in Windows as this is the
platform I commonly work with.  I’m now starting to use Mac OS X a bit
more and I’ve extended the system to work on this platform too.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-08-mac-evernote-template.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 08 May 2010 14:57:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-08-mac-evernote-template.png"><br><br><p>A little while back I posted about <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">an improved template system for Evernote</a>.
This system was based on exporting a note from
<a href="http://www.evernote.com">Evernote</a>, tweaking it in a text editor and
then importing it back again whenever you need a new note based on it.
 The post was focussed on how to do this in Windows as this is the
platform I commonly work with.  I’m now starting to use Mac OS X a bit
more and I’ve extended the system to work on this platform too.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/08/Evernote-Templates-on-Mac-OS-X</guid>
		</item>
		
		<item>
			<title>Sample Templates for Evernote</title>
			<link>https://www.thoughtasylum.com/2010/05/06/Sample-Templates-for-Evernote/</link>
			<description><![CDATA[<p>It has been a little time since I posted my <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">improved template system for Evernote</a>
and now that the new web site is starting to come together (still lots to do) I can finally share just a few of the sample templates I’m now
starting to use.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-06-elephants.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 06 May 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-06-elephants.png"><br><br><p>It has been a little time since I posted my <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">improved template system for Evernote</a>
and now that the new web site is starting to come together (still lots to do) I can finally share just a few of the sample templates I’m now
starting to use.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/06/Sample-Templates-for-Evernote</guid>
		</item>
		
		<item>
			<title>A new beginning in the asylum</title>
			<link>https://www.thoughtasylum.com/2010/05/03/A-new-beginning-in-the-asylum/</link>
			<description><![CDATA[<p>The bank holiday weekend has given me an opportunity to catch up on some
work I’ve been toiling over the last few weeks.  My last blog post was a
month ago and I’ve been desperate to get on top of one project in
particular so that I can catch up on some blogging.  That project is the
migration and consolidation of several of my blogs into one single site - <a href="http://thoughtasylum.com">thoughtasylum.com</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-03-thoughtasylum.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 03 May 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-05-03-thoughtasylum.png"><br><br><p>The bank holiday weekend has given me an opportunity to catch up on some
work I’ve been toiling over the last few weeks.  My last blog post was a
month ago and I’ve been desperate to get on top of one project in
particular so that I can catch up on some blogging.  That project is the
migration and consolidation of several of my blogs into one single site - <a href="http://thoughtasylum.com">thoughtasylum.com</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/05/03/A-new-beginning-in-the-asylum</guid>
		</item>
		
		<item>
			<title>Evernote, iPads and Hell</title>
			<link>https://www.thoughtasylum.com/2010/04/03/Evernote,-iPads-and-Hell/</link>
			<description><![CDATA[<p>So it’s just a matter of hours until the
<a href="http://www.apple.com/ipad/">iPad</a> is released in the US (over here in
the UK we’ve got a bit longer to wait), and I got to thinking about the
future of one of my favorite applications on this new platform -
<a href="http://www.evernote.com">Evernote</a>.  Ever since Phil Libin posted …</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-04-03-book.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 03 Apr 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-04-03-book.png"><br><br><p>So it’s just a matter of hours until the
<a href="http://www.apple.com/ipad/">iPad</a> is released in the US (over here in
the UK we’ve got a bit longer to wait), and I got to thinking about the
future of one of my favorite applications on this new platform -
<a href="http://www.evernote.com">Evernote</a>.  Ever since Phil Libin posted …</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/04/03/Evernote,-iPads-and-Hell</guid>
		</item>
		
		<item>
			<title>Excel Text Limit</title>
			<link>https://www.thoughtasylum.com/2010/04/02/Excel-Text-Limit/</link>
			<description><![CDATA[<p>Did you know that sometimes it’s better to format text in Microsoft
Excel 2007 as something other than text?  If you have cells containing
more than 255 characters, cells formatted as “Text” are displayed as a
series of # characters.  It makes no difference if you set the cell to
word wrap, it simply doesn’t display.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-04-02-size-limit.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 02 Apr 2010 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-04-02-size-limit.png"><br><br><p>Did you know that sometimes it’s better to format text in Microsoft
Excel 2007 as something other than text?  If you have cells containing
more than 255 characters, cells formatted as “Text” are displayed as a
series of # characters.  It makes no difference if you set the cell to
word wrap, it simply doesn’t display.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/04/02/Excel-Text-Limit</guid>
		</item>
		
		<item>
			<title>Power Mailing to Evernote</title>
			<link>https://www.thoughtasylum.com/2010/03/16/Power-Mailing-to-Evernote/</link>
			<description><![CDATA[<p>For some time now <a href="http://www.evernote.com">Evernote</a> has supported
the<a href="https://www.evernote.com/about/support/web.php">e-mailing of notes into Evernote</a> to
automatically create a note.  This has been fantastically useful in
terms of automation of things like <a href="/2010/01/24/Automatically-get-Tweets-to-Evernote-without-using-@myen/">automatically feeding tweets into Evernote</a>
or just <a href="/2009/12/06/Quickly-add-a-page-to-Evernote-from-iPhone-Safari/">quickly getting pages from the iPhone Safari browser into Evernote</a>.
Today Evernote took a big step forward with this and <a href="http://blog.evernote.com/2010/03/16/emailing-into-evernote-just-got-better/">added functionality to the e-mail processing</a>
to allow you to specify a notebook and one or more tags for the note
generated by the e-mail.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-16-evernote-mail.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 16 Mar 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-16-evernote-mail.png"><br><br><p>For some time now <a href="http://www.evernote.com">Evernote</a> has supported
the<a href="https://www.evernote.com/about/support/web.php">e-mailing of notes into Evernote</a> to
automatically create a note.  This has been fantastically useful in
terms of automation of things like <a href="/2010/01/24/Automatically-get-Tweets-to-Evernote-without-using-@myen/">automatically feeding tweets into Evernote</a>
or just <a href="/2009/12/06/Quickly-add-a-page-to-Evernote-from-iPhone-Safari/">quickly getting pages from the iPhone Safari browser into Evernote</a>.
Today Evernote took a big step forward with this and <a href="http://blog.evernote.com/2010/03/16/emailing-into-evernote-just-got-better/">added functionality to the e-mail processing</a>
to allow you to specify a notebook and one or more tags for the note
generated by the e-mail.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/03/16/Power-Mailing-to-Evernote</guid>
		</item>
		
		<item>
			<title>Creating a Daily Journal in Evernote</title>
			<link>https://www.thoughtasylum.com/2010/03/15/Creating-a-Daily-Journal-in-Evernote/</link>
			<description><![CDATA[<p>Building on yesterday’s post on <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">an improved template system for Evernote</a>
I’d like to share with you how I use a variation on this system to
create a daily journal template.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-15-evernote-journal.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 15 Mar 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-15-evernote-journal.png"><br><br><p>Building on yesterday’s post on <a href="/2010/03/14/An-Improved-Template-System-for-Evernote/">an improved template system for Evernote</a>
I’d like to share with you how I use a variation on this system to
create a daily journal template.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/03/15/Creating-a-Daily-Journal-in-Evernote</guid>
		</item>
		
		<item>
			<title>ReaddleDocs Bookmarklet</title>
			<link>https://www.thoughtasylum.com/2010/03/14/ReaddleDocs-Bookmarklet/</link>
			<description><![CDATA[<p><a href="http://readdle.com/products/readdledocs">ReaddleDocs</a> is an iPhone/iPod
touch app that allows you to download files from web sites (<a href="http://readdle.com/products/readdledocs">amongst
other things</a>).  Frequently you
may find you want to download something when you’re browsing the web in
Safari.  To open the page in ReaddleDocs, you just need to prefix the
url with an “r” - i.e. “http://” becomes “rhttp://”.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-14-readdledocs.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 14 Mar 2010 22:08:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-14-readdledocs.png"><br><br><p><a href="http://readdle.com/products/readdledocs">ReaddleDocs</a> is an iPhone/iPod
touch app that allows you to download files from web sites (<a href="http://readdle.com/products/readdledocs">amongst
other things</a>).  Frequently you
may find you want to download something when you’re browsing the web in
Safari.  To open the page in ReaddleDocs, you just need to prefix the
url with an “r” - i.e. “http://” becomes “rhttp://”.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/03/14/ReaddleDocs-Bookmarklet</guid>
		</item>
		
		<item>
			<title>An Improved Template System for Evernote</title>
			<link>https://www.thoughtasylum.com/2010/03/14/An-Improved-Template-System-for-Evernote/</link>
			<description><![CDATA[<p>One of the things that people have frequently asked for in
<a href="http://www.evernote.com">Evernote</a> is for the inclusion of templates. 
I wrote a post in November 2009 about how
<a href="/2009/08/22/ENScript-Scripting-Evernote-in-Windows/">ENSCRIPT</a>
could be used to <a href="/2009/11/21/Simple-Template-Workaround-for-Evernote/">automate the creation of notes in Evernote based on a template</a>. 
I’ve now taken that post which was more a proof of concept and created
what I think is an improved system for using templates in Evernote.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-14-new-and-improved.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 14 Mar 2010 17:25:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-03-14-new-and-improved.png"><br><br><p>One of the things that people have frequently asked for in
<a href="http://www.evernote.com">Evernote</a> is for the inclusion of templates. 
I wrote a post in November 2009 about how
<a href="/2009/08/22/ENScript-Scripting-Evernote-in-Windows/">ENSCRIPT</a>
could be used to <a href="/2009/11/21/Simple-Template-Workaround-for-Evernote/">automate the creation of notes in Evernote based on a template</a>. 
I’ve now taken that post which was more a proof of concept and created
what I think is an improved system for using templates in Evernote.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/03/14/An-Improved-Template-System-for-Evernote</guid>
		</item>
		
		<item>
			<title>Mass Tweet Delete</title>
			<link>https://www.thoughtasylum.com/2010/02/28/Mass-Tweet-Delete/</link>
			<description><![CDATA[<p>A few days ago my partner was having a problem with
her organisation’s Twitter feed.  Part of their feed is driven by an
automated RSS to Twitter service and for some reason the RSS feed reset
and the Twitter account was then flooded with several years of postings
from the RSS feed.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-28-ex-parrot.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Feb 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-28-ex-parrot.png"><br><br><p>A few days ago my partner was having a problem with
her organisation’s Twitter feed.  Part of their feed is driven by an
automated RSS to Twitter service and for some reason the RSS feed reset
and the Twitter account was then flooded with several years of postings
from the RSS feed.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/02/28/Mass-Tweet-Delete</guid>
		</item>
		
		<item>
			<title>Publicly Share a Notebook or Note in Evernote</title>
			<link>https://www.thoughtasylum.com/2010/02/27/Publicly-Share-a-Notebook-or-Note-in-Evernote/</link>
			<description><![CDATA[<p>I love <a href="http://www.evernote.com">Evernote</a> and the flexibility it gives
me to carry my information with me everywhere. What I also make use of
from time to time is the option to share information with other people.
Typically I share it with other individuals by sharing a notebook with
them specifically or simply by e-mailing the content of the note
directly to them.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-27-share-book.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 27 Feb 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-27-share-book.jpg"><br><br><p>I love <a href="http://www.evernote.com">Evernote</a> and the flexibility it gives
me to carry my information with me everywhere. What I also make use of
from time to time is the option to share information with other people.
Typically I share it with other individuals by sharing a notebook with
them specifically or simply by e-mailing the content of the note
directly to them.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/02/27/Publicly-Share-a-Notebook-or-Note-in-Evernote</guid>
		</item>
		
		<item>
			<title>Why is an iPhone like an Etch-a-Sketch?</title>
			<link>https://www.thoughtasylum.com/2010/02/13/Why-is-an-iPhone-like-an-etch-a-sketch/</link>
			<description><![CDATA[<p>I usually read manuals before using something, but in the case of my iPod Touch I pretty much dived straight in.  However I recently took the opportunity to have a look at the online help within Safari and came across the instructions for using the undo operation.  I think I might have accidentally used the undo function before but never realised how to activate it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-13-retro-ipod.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 13 Feb 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-02-13-retro-ipod.png"><br><br><p>I usually read manuals before using something, but in the case of my iPod Touch I pretty much dived straight in.  However I recently took the opportunity to have a look at the online help within Safari and came across the instructions for using the undo operation.  I think I might have accidentally used the undo function before but never realised how to activate it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/02/13/Why-is-an-iPhone-like-an-etch-a-sketch</guid>
		</item>
		
		<item>
			<title>Automatically get Tweets to Evernote without using @myen</title>
			<link>https://www.thoughtasylum.com/2010/01/24/Automatically-get-Tweets-to-Evernote-without-using-@myen/</link>
			<description><![CDATA[<p><a href="http://www.evernote.com">Evernote</a>is a tool I use practically every
single day. I love the versatility of the system and its cross-platform
availability as well as the fact that you can use it for free. One of
the features I now take for granted are the variety of ways you can get
information into Evernote.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-24-twitter-to-evernote.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 24 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-24-twitter-to-evernote.png"><br><br><p><a href="http://www.evernote.com">Evernote</a>is a tool I use practically every
single day. I love the versatility of the system and its cross-platform
availability as well as the fact that you can use it for free. One of
the features I now take for granted are the variety of ways you can get
information into Evernote.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/24/Automatically-get-Tweets-to-Evernote-without-using-@myen</guid>
		</item>
		
		<item>
			<title>My Wish List for Apple iPhone OS 4.0</title>
			<link>https://www.thoughtasylum.com/2010/01/23/My-Wish-List-for-Apple-iPhone-OS-4.0/</link>
			<description><![CDATA[<p>So the much anticipated Apple announcement is almost upon us. Many of
the rumours doing the rounds not only include the much anticipated Apple
Tablet, but also a new version of the iPhone OS. This would make sense
if the new OS is to also run on a tablet as it would presumably need to
allow for a different screen size. If there is a new OS there will no
doubt be other enhancements and revisions, so I thought I’d take this
opportunity to share fifteen enhancements I’d like to see made to the a
new iPhone OS.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-23-wish.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 23 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-23-wish.png"><br><br><p>So the much anticipated Apple announcement is almost upon us. Many of
the rumours doing the rounds not only include the much anticipated Apple
Tablet, but also a new version of the iPhone OS. This would make sense
if the new OS is to also run on a tablet as it would presumably need to
allow for a different screen size. If there is a new OS there will no
doubt be other enhancements and revisions, so I thought I’d take this
opportunity to share fifteen enhancements I’d like to see made to the a
new iPhone OS.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/23/My-Wish-List-for-Apple-iPhone-OS-4.0</guid>
		</item>
		
		<item>
			<title>Nokia E71 - Exchange Password Reset</title>
			<link>https://www.thoughtasylum.com/2010/01/21/Nokia-E71-Exchange-Password-Reset/</link>
			<description><![CDATA[<p>We’ve recently had some Nokia E71 hand sets in for staff to use and some
users are now starting to reset their passwords for the Microsoft
Exchange server.  This needs to be entered on the phone, but
unfortunately it doesn’t just offer up a “your current password isn’t
working like to enter a new one?” option.  Instead we’re having to make
our way through the following twelve step laborious process…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-21-e71.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 21 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-21-e71.png"><br><br><p>We’ve recently had some Nokia E71 hand sets in for staff to use and some
users are now starting to reset their passwords for the Microsoft
Exchange server.  This needs to be entered on the phone, but
unfortunately it doesn’t just offer up a “your current password isn’t
working like to enter a new one?” option.  Instead we’re having to make
our way through the following twelve step laborious process…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/21/Nokia-E71-Exchange-Password-Reset</guid>
		</item>
		
		<item>
			<title>Scan to Evernote (without Fujitsu ScanSnap)</title>
			<link>https://www.thoughtasylum.com/2010/01/16/Scan-to-Evernote-(without-Fujitsu-ScanSnap)/</link>
			<description><![CDATA[<p>For some time now <a href="http://www.evernote.com/about/learn_more/fujitsu.php">Fujitsu ScanSnap has been a well publicised way to get your scans into Evernote</a> with a
minimum of fuss.  I don’t have a Fujitsu scanner, but I did have a
desire to get my an all-in-one print/scan/fax unit to fit into some sort
of scan to <a href="http://www.evernote.com">Evernote</a> work flow.  Thankfully it
was surprisingly easy.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-16-evernote-scan.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 16 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-16-evernote-scan.png"><br><br><p>For some time now <a href="http://www.evernote.com/about/learn_more/fujitsu.php">Fujitsu ScanSnap has been a well publicised way to get your scans into Evernote</a> with a
minimum of fuss.  I don’t have a Fujitsu scanner, but I did have a
desire to get my an all-in-one print/scan/fax unit to fit into some sort
of scan to <a href="http://www.evernote.com">Evernote</a> work flow.  Thankfully it
was surprisingly easy.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/16/Scan-to-Evernote-(without-Fujitsu-ScanSnap)</guid>
		</item>
		
		<item>
			<title>Apple Rumour: iPhone Touch Sensitive Back</title>
			<link>https://www.thoughtasylum.com/2010/01/15/Apple-Rumour/-iPhone-Touch-Sensitive-Back/</link>
			<description><![CDATA[<p>A day or two ago <a href="http://www.bloomberg.com/apps/news?pid=20601087&amp;sid=aXBqtMirbD4E&amp;pos=7">Bloomberg published an article</a>
that featured a rumour that the next generation iPhone might conceivably
include a touch sensitive back like Apple’s latest <a href="http://www.apple.com/magicmouse/">magic mouse</a>.  This surely has to be some
sort of joke?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-15-press.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 15 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-15-press.png"><br><br><p>A day or two ago <a href="http://www.bloomberg.com/apps/news?pid=20601087&amp;sid=aXBqtMirbD4E&amp;pos=7">Bloomberg published an article</a>
that featured a rumour that the next generation iPhone might conceivably
include a touch sensitive back like Apple’s latest <a href="http://www.apple.com/magicmouse/">magic mouse</a>.  This surely has to be some
sort of joke?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/15/Apple-Rumour/Apple-Rumour..-iPhone-Touch-Sensitive-Back</guid>
		</item>
		
		<item>
			<title>Excel 2007 Hyperlink Limitation</title>
			<link>https://www.thoughtasylum.com/2010/01/13/Excel-2007-Hyperlink-Limitation/</link>
			<description><![CDATA[<p>For a couple of years now I’ve been pulling IT service desk statistics
into a spreadsheet and setting up worksheets to break down and analyse
the data in various ways.  The number of worksheets has subsequently
grown a significant amount and I wanted to create a front worksheet that
contained hyperlinks to and brief descriptions for each of the
subsequent worksheets.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-13-excel-link.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 13 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-13-excel-link.png"><br><br><p>For a couple of years now I’ve been pulling IT service desk statistics
into a spreadsheet and setting up worksheets to break down and analyse
the data in various ways.  The number of worksheets has subsequently
grown a significant amount and I wanted to create a front worksheet that
contained hyperlinks to and brief descriptions for each of the
subsequent worksheets.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/13/Excel-2007-Hyperlink-Limitation</guid>
		</item>
		
		<item>
			<title>Finding the size of a Microsoft Office 2007 file</title>
			<link>https://www.thoughtasylum.com/2010/01/10/Finding-the-size-of-a-Microsoft-Office-2007-file/</link>
			<description><![CDATA[<p>Prior to Microsoft Office 2007 (MSO2007), office provided a quick and
simple way to find out just how big your file was.  This was done by
selecting the properties option from the file menu which then displayed
the same file properties dialog box that you could select from the file
in Windows Explorer.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-10-office.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 10 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-10-office.png"><br><br><p>Prior to Microsoft Office 2007 (MSO2007), office provided a quick and
simple way to find out just how big your file was.  This was done by
selecting the properties option from the file menu which then displayed
the same file properties dialog box that you could select from the file
in Windows Explorer.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/10/Finding-the-size-of-a-Microsoft-Office-2007-file</guid>
		</item>
		
		<item>
			<title>Evernote Keyboard Shortcuts</title>
			<link>https://www.thoughtasylum.com/2010/01/09/Evernote-Keyboard-Shortcuts/</link>
			<description><![CDATA[<p>I was going to spend some time today compiling a list of keyboard
shortcuts for Evernote.  I’d had a look around some time ago and been
unable to find much out there, but before I began I thought I’d have
another check.  This time I found a link to a PDF on site
<a href="http://www.mistywindows.com">mistywindows.com</a> that does a superb job
of describing the available shortcut keys.</p>

<ul>
  <li><a href="http://www.mistywindow.com/software/evernote_shortcuts.pdf">Download mistywindows.com Evernote Shortcuts PDF</a>.</li>
</ul>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-09-evernote-key.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 09 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-09-evernote-key.png"><br><br><p>I was going to spend some time today compiling a list of keyboard
shortcuts for Evernote.  I’d had a look around some time ago and been
unable to find much out there, but before I began I thought I’d have
another check.  This time I found a link to a PDF on site
<a href="http://www.mistywindows.com">mistywindows.com</a> that does a superb job
of describing the available shortcut keys.</p>

<ul>
  <li><a href="http://www.mistywindow.com/software/evernote_shortcuts.pdf">Download mistywindows.com Evernote Shortcuts PDF</a>.</li>
</ul>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/09/Evernote-Keyboard-Shortcuts</guid>
		</item>
		
		<item>
			<title>Get Value from the Text Function in Excel</title>
			<link>https://www.thoughtasylum.com/2010/01/07/Get-Value-from-the-Text-Function-in-Excel/</link>
			<description><![CDATA[<p>I’ve been doing a little bit more work with some spreadsheets recently
and I came across a situation where I needed to work with a date and
carry out a comparison to a string of text.  My first attempt fell short
as it wouldn’t get the value I wanted, but Excel’s <code class="language-plaintext highlighter-rouge">TEXT()</code> function came
to my rescue.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-07-excel.jpg" type="image/jpeg" length="0" />
			<pubDate>Thu, 07 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-07-excel.jpg"><br><br><p>I’ve been doing a little bit more work with some spreadsheets recently
and I came across a situation where I needed to work with a date and
carry out a comparison to a string of text.  My first attempt fell short
as it wouldn’t get the value I wanted, but Excel’s <code class="language-plaintext highlighter-rouge">TEXT()</code> function came
to my rescue.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/07/Get-Value-from-the-Text-Function-in-Excel</guid>
		</item>
		
		<item>
			<title>Top FlagIT Posts of 2009</title>
			<link>https://www.thoughtasylum.com/2010/01/01/Top-FlagIT-Posts-of-2009/</link>
			<description><![CDATA[<p>It’s been about a year since I started blogging here and whilst it was
primarily supposed to be a site for quick useful tech-related posts
several have grown into far larger posts.  Whilst some posts have
remained somewhat quiet on the number of reads others have generated far
more interest than I could have expected.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-01-2009.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 01 Jan 2010 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2010/2010-01-01-2009.png"><br><br><p>It’s been about a year since I started blogging here and whilst it was
primarily supposed to be a site for quick useful tech-related posts
several have grown into far larger posts.  Whilst some posts have
remained somewhat quiet on the number of reads others have generated far
more interest than I could have expected.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2010/01/01/Top-FlagIT-Posts-of-2009</guid>
		</item>
		
		<item>
			<title>A Workaround for Sub-Notebooks in Evernote</title>
			<link>https://www.thoughtasylum.com/2009/12/31/A-Workaround-for-Sub-Notebooks-in-Evernote/</link>
			<description><![CDATA[<p>Currently <a href="http://www.evernote.com">Evernote</a> does not currently support
outline structuring for notebooks.  This means that you can’t group
notebooks into collections (e.g. folders) or have
sections/sub-notebooks.  Recently I posted about why <a href="/2009/12/27/A-New-Years-Resolution-for-Evernote-More-Tags-and-Fewer-Notebooks/">in many cases it is often better to use tags rather than notebooks</a>
as this allows you to better mark-up notes for searches and the like. 
However there is a desire to sometimes have information hierarchically
organised and this is where an outline structure for notebooks in
Evernote would be useful.  Until the Evernote developers catch up on
this popular request across all of the software platforms tags can
provide you with a workaround.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-31-sub-elephant.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 31 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-31-sub-elephant.png"><br><br><p>Currently <a href="http://www.evernote.com">Evernote</a> does not currently support
outline structuring for notebooks.  This means that you can’t group
notebooks into collections (e.g. folders) or have
sections/sub-notebooks.  Recently I posted about why <a href="/2009/12/27/A-New-Years-Resolution-for-Evernote-More-Tags-and-Fewer-Notebooks/">in many cases it is often better to use tags rather than notebooks</a>
as this allows you to better mark-up notes for searches and the like. 
However there is a desire to sometimes have information hierarchically
organised and this is where an outline structure for notebooks in
Evernote would be useful.  Until the Evernote developers catch up on
this popular request across all of the software platforms tags can
provide you with a workaround.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/31/A-Workaround-for-Sub-Notebooks-in-Evernote</guid>
		</item>
		
		<item>
			<title>Huawei E5830 MiFi Case</title>
			<link>https://www.thoughtasylum.com/2009/12/30/Huawei-E5830-MiFi-Case/</link>
			<description><![CDATA[<p>One of my best technology purchases in 2009 was my <a href="http://www.trustedreviews.com/peripherals/review/2009/10/07/3-MiFi-Huawei-E5830/p1">Huawei E5830 MiFi</a>.
 The best way I have to describe it is like a smart phone without the
phone bit.  It connects to a cellular data network and shares the
connection over a self-generated WiFi network with up to five other
devices such as a laptop or iPod touch.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-30-cases.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-30-cases.jpg"><br><br><p>One of my best technology purchases in 2009 was my <a href="http://www.trustedreviews.com/peripherals/review/2009/10/07/3-MiFi-Huawei-E5830/p1">Huawei E5830 MiFi</a>.
 The best way I have to describe it is like a smart phone without the
phone bit.  It connects to a cellular data network and shares the
connection over a self-generated WiFi network with up to five other
devices such as a laptop or iPod touch.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/30/Huawei-E5830-MiFi-Case</guid>
		</item>
		
		<item>
			<title>A New Year's Resolution for Evernote - More Tags and Fewer Notebooks</title>
			<link>https://www.thoughtasylum.com/2009/12/27/A-New-Years-Resolution-for-Evernote-More-Tags-and-Fewer-Notebooks/</link>
			<description><![CDATA[<p>This coming year I’ve decided to take a different approach with one of my core applications, Evernote.  It’s based around reducing the number opf notebooks I’m using whilst increasing the number of tags.  This is the opposite to what many Evernote users are doing, so I thought it might be useful to explain what my reasoning is behind this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-27-elephant-brain.gif" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-27-elephant-brain.gif"><br><br><p>This coming year I’ve decided to take a different approach with one of my core applications, Evernote.  It’s based around reducing the number opf notebooks I’m using whilst increasing the number of tags.  This is the opposite to what many Evernote users are doing, so I thought it might be useful to explain what my reasoning is behind this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/27/A-New-Years-Resolution-for-Evernote-More-Tags-and-Fewer-Notebooks</guid>
		</item>
		
		<item>
			<title>Multiple Monitors</title>
			<link>https://www.thoughtasylum.com/2009/12/08/Multiple-Monitors/</link>
			<description><![CDATA[<p>Several months ago I got a Dell Latitude E6400 laptop to replace my
overworked Dell Latitude D410.  Along with the laptop I got a new
advanced E-dock which included two monitor outputs, so I recycled an old
smaller monitor that had been relegated to the stores to have a dual
monitor set-up.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-08-monitors.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 08 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-08-monitors.png"><br><br><p>Several months ago I got a Dell Latitude E6400 laptop to replace my
overworked Dell Latitude D410.  Along with the laptop I got a new
advanced E-dock which included two monitor outputs, so I recycled an old
smaller monitor that had been relegated to the stores to have a dual
monitor set-up.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/08/Multiple-Monitors</guid>
		</item>
		
		<item>
			<title>Duplicate a Note in Evernote</title>
			<link>https://www.thoughtasylum.com/2009/12/07/Duplicate-a-Note-in-Evernote/</link>
			<description><![CDATA[<p><a href="http://www.evernote.com">Evernote</a> is a great application for jotting
down a quick note about something new, but occasionally I find that I
want to jot a note that’s very similar to an existing note.  I
predominantly use the Windows 3.1 version and whilst it looks as though
copy and paste is enabled for notes it isn’t.  So how do you do it?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-07-double-elephant.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 07 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-07-double-elephant.png"><br><br><p><a href="http://www.evernote.com">Evernote</a> is a great application for jotting
down a quick note about something new, but occasionally I find that I
want to jot a note that’s very similar to an existing note.  I
predominantly use the Windows 3.1 version and whilst it looks as though
copy and paste is enabled for notes it isn’t.  So how do you do it?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/07/Duplicate-a-Note-in-Evernote</guid>
		</item>
		
		<item>
			<title>Quickly add a page to Evernote from iPhone Safari</title>
			<link>https://www.thoughtasylum.com/2009/12/06/Quickly-add-a-page-to-Evernote-from-iPhone-Safari/</link>
			<description><![CDATA[<p>I regularly make use of <a href="http://www.evernote.com">Evernote</a> from my iPod
touch (effectively an iPhone without the inbuilt communications) and I
frequently look to add information from a web page in Safari to
Evernote.  As I’ve written about before, <a href="/2009/09/29/iPods-iPhones-Safari-and-Evernote/">the standard Evernote bookmarklet can be added to the iPod/iPhone Safari app</a> and this
will then provide an option to set a title for the note as well as
providing an option to add tags.  I find this useful but invariably it
is quite slow.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-06-quick-elephant.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 06 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-06-quick-elephant.jpg"><br><br><p>I regularly make use of <a href="http://www.evernote.com">Evernote</a> from my iPod
touch (effectively an iPhone without the inbuilt communications) and I
frequently look to add information from a web page in Safari to
Evernote.  As I’ve written about before, <a href="/2009/09/29/iPods-iPhones-Safari-and-Evernote/">the standard Evernote bookmarklet can be added to the iPod/iPhone Safari app</a> and this
will then provide an option to set a title for the note as well as
providing an option to add tags.  I find this useful but invariably it
is quite slow.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/06/Quickly-add-a-page-to-Evernote-from-iPhone-Safari</guid>
		</item>
		
		<item>
			<title>The Google Earth Compass</title>
			<link>https://www.thoughtasylum.com/2009/12/03/The-Google-Earth-Compass/</link>
			<description><![CDATA[<p>If you’ve used Google Earth on the iPhone or iPod
Touch have you ever visited one of the poles?  If you do be sure to
check out the compass in the top right corner of the screen.  If for
example you zoom in on a point roughly 90°N &amp; 135°W you will see the
compass rotate and spin freely.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-03-google-earth.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 03 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-03-google-earth.png"><br><br><p>If you’ve used Google Earth on the iPhone or iPod
Touch have you ever visited one of the poles?  If you do be sure to
check out the compass in the top right corner of the screen.  If for
example you zoom in on a point roughly 90°N &amp; 135°W you will see the
compass rotate and spin freely.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/03/The-Google-Earth-Compass</guid>
		</item>
		
		<item>
			<title>Chrome OS as Laptop Fast Boot Option</title>
			<link>https://www.thoughtasylum.com/2009/12/02/Chrome-OS-as-Laptop-Fast-Boot-Option/</link>
			<description><![CDATA[<p>We have a number of E-series Dell laptops in my organisation and whilst
we don’t configure it many have Dell’s Latitude On installed.  This is a
small Linux install that gives quick read only access to things such as
recent mail, calendar and even a web browser.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-02-chrome.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 02 Dec 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-12-02-chrome.png"><br><br><p>We have a number of E-series Dell laptops in my organisation and whilst
we don’t configure it many have Dell’s Latitude On installed.  This is a
small Linux install that gives quick read only access to things such as
recent mail, calendar and even a web browser.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/12/02/Chrome-OS-as-Laptop-Fast-Boot-Option</guid>
		</item>
		
		<item>
			<title>iPhone and iPod Delete and Backspace</title>
			<link>https://www.thoughtasylum.com/2009/11/28/iPhones-iPods-Delete-and-Backspace/</link>
			<description><![CDATA[<p>I’ve had an iPod touch for a few months now and I’m a
little frustrated by one of the keyboard elements.  The keyboard has a
backspace key but has no delete key  i.e. you can delete characters to
the left of the cursor, but not to the right.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-28-iphone-keyboard.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Nov 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-28-iphone-keyboard.png"><br><br><p>I’ve had an iPod touch for a few months now and I’m a
little frustrated by one of the keyboard elements.  The keyboard has a
backspace key but has no delete key  i.e. you can delete characters to
the left of the cursor, but not to the right.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/11/28/iPhones-iPods-Delete-and-Backspace</guid>
		</item>
		
		<item>
			<title>Adobe Product Code Problem</title>
			<link>https://www.thoughtasylum.com/2009/11/23/Adobe-Product-Code-Problem/</link>
			<description><![CDATA[<p>Recently one of my colleagues was having issues in registering a piece
of Adobe CS4 software on one of our user’s PCs. The product code was
numeric and it was being refused each time he entered it. It even got to
the point where he had another colleague check he was entering it
correctly. After some frustration and a bit of research he discovered a
surprising fact….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-23-adobe.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 23 Nov 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-23-adobe.png"><br><br><p>Recently one of my colleagues was having issues in registering a piece
of Adobe CS4 software on one of our user’s PCs. The product code was
numeric and it was being refused each time he entered it. It even got to
the point where he had another colleague check he was entering it
correctly. After some frustration and a bit of research he discovered a
surprising fact….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/11/23/Adobe-Product-Code-Problem</guid>
		</item>
		
		<item>
			<title>Starbucks Card Registration</title>
			<link>https://www.thoughtasylum.com/2009/11/22/Starbucks-Card-Registration/</link>
			<description><![CDATA[<p>I recently got a <a href="http://www.starbucks.com">Starbucks</a> card.  As well as
getting a free shot in my latte when I pay by card I can get free WiFi
access with my mug of coffee.  However all was not straight forward for
me because of one mis-communication when I got my card which caused a
bit of a problem.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-22-starbucks-card.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 22 Nov 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-22-starbucks-card.png"><br><br><p>I recently got a <a href="http://www.starbucks.com">Starbucks</a> card.  As well as
getting a free shot in my latte when I pay by card I can get free WiFi
access with my mug of coffee.  However all was not straight forward for
me because of one mis-communication when I got my card which caused a
bit of a problem.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/11/22/Starbucks-Card-Registration</guid>
		</item>
		
		<item>
			<title>Simple Template Workaround for Evernote</title>
			<link>https://www.thoughtasylum.com/2009/11/21/Simple-Template-Workaround-for-Evernote/</link>
			<description><![CDATA[<p>I really like <a href="http://www.evernote.com/">Evernote</a> and the more I use it
the more I like it.  For anyone who hasn’t used it, Evernote is a free
piece of software that allows you to capture notes in a variety of
formats and synchronise the electronic notebooks it creates with other
machines via ‘the cloud’.  It has lots of other features, but one thing
it doesn’t do is templates.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-21-evernote-template.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 21 Nov 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-11-21-evernote-template.png"><br><br><p>I really like <a href="http://www.evernote.com/">Evernote</a> and the more I use it
the more I like it.  For anyone who hasn’t used it, Evernote is a free
piece of software that allows you to capture notes in a variety of
formats and synchronise the electronic notebooks it creates with other
machines via ‘the cloud’.  It has lots of other features, but one thing
it doesn’t do is templates.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/11/21/Simple-Template-Workaround-for-Evernote</guid>
		</item>
		
		<item>
			<title>Get on the Bus with Microsoft</title>
			<link>https://www.thoughtasylum.com/2009/10/29/Get-on-the-Bus-with-Microsoft/</link>
			<description><![CDATA[<p>This evening I had the pleasure of attending a special Microsoft event hosted
just a few minutes away from my office.  A team of Microsoft employees
are currently traveling across Europe on the <a href="http://www.thebustour.com">Microsoft Get on the
Bus</a> tour.  York doesn’t really strike people
as being the heart of UK ICT, but <a href="http://borntolearn.mslearn.net/author/andrewbettany/">Andrew
Bettany</a> of the
University of York managed to arrange for the tour to swing by the
<a href="http://www.scls.ac.uk/national">National Science Learning Centre</a> and
it was a fantastic opportunity.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-10-29-get-on-the-bus.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Oct 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-10-29-get-on-the-bus.png"><br><br><p>This evening I had the pleasure of attending a special Microsoft event hosted
just a few minutes away from my office.  A team of Microsoft employees
are currently traveling across Europe on the <a href="http://www.thebustour.com">Microsoft Get on the
Bus</a> tour.  York doesn’t really strike people
as being the heart of UK ICT, but <a href="http://borntolearn.mslearn.net/author/andrewbettany/">Andrew
Bettany</a> of the
University of York managed to arrange for the tour to swing by the
<a href="http://www.scls.ac.uk/national">National Science Learning Centre</a> and
it was a fantastic opportunity.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/10/29/Get-on-the-Bus-with-Microsoft</guid>
		</item>
		
		<item>
			<title>iPods, iPhones, Safari and Evernote</title>
			<link>https://www.thoughtasylum.com/2009/09/29/iPods-iPhones-Safari-and-Evernote/</link>
			<description><![CDATA[<p>The default browser on the iPhone and iPod is Safari which is a built in
application.  As it currently stands inbuilt applications on Apple’s
hand held device operating system doesn’t give much to developers who
would like to be able to add extra functionality (at least not without
jail breaking).  The option to send page content to <a href="http://www.evernote.com/">Evernote</a> from Safari is something I had
hoped would be easily available, but found myself having to manually
copy content from Safari to Evernote.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-09-29-evernote-bookmarklet.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Sep 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-09-29-evernote-bookmarklet.png"><br><br><p>The default browser on the iPhone and iPod is Safari which is a built in
application.  As it currently stands inbuilt applications on Apple’s
hand held device operating system doesn’t give much to developers who
would like to be able to add extra functionality (at least not without
jail breaking).  The option to send page content to <a href="http://www.evernote.com/">Evernote</a> from Safari is something I had
hoped would be easily available, but found myself having to manually
copy content from Safari to Evernote.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/09/29/iPods-iPhones-Safari-and-Evernote</guid>
		</item>
		
		<item>
			<title>Caps Lock on iPod Touch and iPhone</title>
			<link>https://www.thoughtasylum.com/2009/09/28/Caps-Lock-on-iPod-Touch-and-iPhone/</link>
			<description><![CDATA[<p>I recently bought an iPod touch and for several days struggled whenever
trying to type in acronyms like “BBC” as the iPod’s on screen keyboard
didn’t seem to have a way to lock capitals on.  I finally came across
the solution when looking through some of the settings.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-09-28-caps-lock.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 28 Sep 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-09-28-caps-lock.png"><br><br><p>I recently bought an iPod touch and for several days struggled whenever
trying to type in acronyms like “BBC” as the iPod’s on screen keyboard
didn’t seem to have a way to lock capitals on.  I finally came across
the solution when looking through some of the settings.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/09/28/Caps-Lock-on-iPod-Touch-and-iPhone</guid>
		</item>
		
		<item>
			<title>VB.Net - Hide Form at Startup</title>
			<link>https://www.thoughtasylum.com/2009/08/29/VBNet-Hide-Form-at-Startup/</link>
			<description><![CDATA[<p>I’ve been using Microsoft Visual Basic 2008 (Express Edition) recently
to create some utilities.  As part of this I needed to have an
application start-up but only display as an icon in the system tray. 
After attaching a notify icon control to my main form I set the form’s
load method to set the display in task bar and visible properties of the
form to be false.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-29-hidden.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 29 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-29-hidden.jpg"><br><br><p>I’ve been using Microsoft Visual Basic 2008 (Express Edition) recently
to create some utilities.  As part of this I needed to have an
application start-up but only display as an icon in the system tray. 
After attaching a notify icon control to my main form I set the form’s
load method to set the display in task bar and visible properties of the
form to be false.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/29/VBNet-Hide-Form-at-Startup</guid>
		</item>
		
		<item>
			<title>Excel: Last Entry</title>
			<link>https://www.thoughtasylum.com/2009/08/28/Excel-Last-Entry/</link>
			<description><![CDATA[<p>I was challenged to work out a little problem someone was having with
Excel today.  The expectation was that I could write some VBA to resolve
it, but once I found out what the task was I quickly managed to put
together a purely Excel function based solution.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-28-excel.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 28 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-28-excel.png"><br><br><p>I was challenged to work out a little problem someone was having with
Excel today.  The expectation was that I could write some VBA to resolve
it, but once I found out what the task was I quickly managed to put
together a purely Excel function based solution.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/28/Excel-Last-Entry</guid>
		</item>
		
		<item>
			<title>Quit XBMC when it freezes (MAC)</title>
			<link>https://www.thoughtasylum.com/2009/08/24/Quit-XBMC-when-it-freezes-(MAC)/</link>
			<description><![CDATA[<p>I run XBMC on a Mac Mini plugged into my TV.  Sometimes XBMC gets a bit
caught up and freezes or gets locked into some sort of loop.  I have it
running in full screen which makes it rather hard to quite when the
application with focus is non-responsive.  So to get past this, press F8
to bring up Spaces and navigate to another space.  From here right click
on XBMC in the dock to reveal and select Force Quit.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-24-XBMC.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 24 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-24-XBMC.png"><br><br><p>I run XBMC on a Mac Mini plugged into my TV.  Sometimes XBMC gets a bit
caught up and freezes or gets locked into some sort of loop.  I have it
running in full screen which makes it rather hard to quite when the
application with focus is non-responsive.  So to get past this, press F8
to bring up Spaces and navigate to another space.  From here right click
on XBMC in the dock to reveal and select Force Quit.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/24/Quit-XBMC-when-it-freezes-(MAC)</guid>
		</item>
		
		<item>
			<title>Send Web Cam Pictures to Evernote with SnapIT</title>
			<link>https://www.thoughtasylum.com/2009/08/23/Send-Web-Cam-Pictures-to-Evernote-with-SnapIT/</link>
			<description><![CDATA[<p>Since <a href="http://www.google.com/googlenotebook/newusers.html">Google Notebook went out of development earlier this year</a> I’ve made the
migration over to <a href="http://www.evernote.com/">Evernote</a>. It has many cool
features one of the coolest being the ability to upload images and have
Evernote run OCR to index the content of the image.  The mobile phone
Evernote applications allow a phone’s camera to be used to take a
snapshot image and to upload it to Evernote over a 3G connection. 
Unfortunately the Windows desktop application has no functionality for
capturing images in the same way through a web camera and with the
proliferation of netbooks I feel that this is a feature that is sadly
missing - well for me anyway.   So after a bit of research I embarked on
a quick weekend VB.Net project to put together a little application that
could do this - and so I created “SnapIT”.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-23-snapit.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 23 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-23-snapit.png"><br><br><p>Since <a href="http://www.google.com/googlenotebook/newusers.html">Google Notebook went out of development earlier this year</a> I’ve made the
migration over to <a href="http://www.evernote.com/">Evernote</a>. It has many cool
features one of the coolest being the ability to upload images and have
Evernote run OCR to index the content of the image.  The mobile phone
Evernote applications allow a phone’s camera to be used to take a
snapshot image and to upload it to Evernote over a 3G connection. 
Unfortunately the Windows desktop application has no functionality for
capturing images in the same way through a web camera and with the
proliferation of netbooks I feel that this is a feature that is sadly
missing - well for me anyway.   So after a bit of research I embarked on
a quick weekend VB.Net project to put together a little application that
could do this - and so I created “SnapIT”.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/23/Send-Web-Cam-Pictures-to-Evernote-with-SnapIT</guid>
		</item>
		
		<item>
			<title>ENScript - Scripting Evernote in Windows</title>
			<link>https://www.thoughtasylum.com/2009/08/22/ENScript-Scripting-Evernote-in-Windows/</link>
			<description><![CDATA[<p>I’ve spent a little while today looking at putting something together
for Evernote.  Hopefully I’ll have it finished pretty soon and I’ll
probably share it with you when it’s done, but whilst I’ve been
experimenting, I’ve also been looking at ENScript a command line utility
that allows you to interact with an Evernote database.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-22-evernote.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 22 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-22-evernote.png"><br><br><p>I’ve spent a little while today looking at putting something together
for Evernote.  Hopefully I’ll have it finished pretty soon and I’ll
probably share it with you when it’s done, but whilst I’ve been
experimenting, I’ve also been looking at ENScript a command line utility
that allows you to interact with an Evernote database.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/22/ENScript-Scripting-Evernote-in-Windows</guid>
		</item>
		
		<item>
			<title>How to Feed Twitter to FeedBurner</title>
			<link>https://www.thoughtasylum.com/2009/08/20/How-to-Feed-Twitter-to-FeedBurner/</link>
			<description><![CDATA[<p>I tried adding <a href="http://www.twitter.com/rebootit">my Twitter</a> RSS feed to
<a href="http://www.feedburner.com/">FeedBurner</a> a little earlier.  Even though
<a href="http://www.feedvalidator.org">FeedValidator</a> identified the feed as
valid FeedBurner wouldn’t.  Googling this suggested that either Twitter
isn’t producing nice RSS feeds (which FeedValidator’s validation seems
to contradict) or FeedBurner has blocked it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-20-rss.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 20 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-20-rss.png"><br><br><p>I tried adding <a href="http://www.twitter.com/rebootit">my Twitter</a> RSS feed to
<a href="http://www.feedburner.com/">FeedBurner</a> a little earlier.  Even though
<a href="http://www.feedvalidator.org">FeedValidator</a> identified the feed as
valid FeedBurner wouldn’t.  Googling this suggested that either Twitter
isn’t producing nice RSS feeds (which FeedValidator’s validation seems
to contradict) or FeedBurner has blocked it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/20/How-to-Feed-Twitter-to-FeedBurner</guid>
		</item>
		
		<item>
			<title>DokuWiki Sync</title>
			<link>https://www.thoughtasylum.com/2009/08/15/DokuWiki-Sync/</link>
			<description><![CDATA[<p>I’m been a huge fan of <a href="http://www.dokuwiki.org/dokuwiki">DokuWiki</a> for
many years now.  Since I worked in a huge corporate development
environment where structured documentation was hard to set-up I managed
to pull a great number of resources together using DokuWiki and make it
available to my whole team.  The culture was such that I was pretty much
the only person keeping it up to date … but that’s a different
story.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-15-dokuwiki.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 15 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-15-dokuwiki.png"><br><br><p>I’m been a huge fan of <a href="http://www.dokuwiki.org/dokuwiki">DokuWiki</a> for
many years now.  Since I worked in a huge corporate development
environment where structured documentation was hard to set-up I managed
to pull a great number of resources together using DokuWiki and make it
available to my whole team.  The culture was such that I was pretty much
the only person keeping it up to date … but that’s a different
story.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/15/DokuWiki-Sync</guid>
		</item>
		
		<item>
			<title>DOS Command Class for VBScript</title>
			<link>https://www.thoughtasylum.com/2009/08/10/DOS-Command-Class-for-VBScript/</link>
			<description><![CDATA[<p>DOS is one of those handy things that in a technical sense you never
quite seem to get away from.  The command line often allows you to do
things quicker than the over designed graphical options and sometimes
simply allow you to do things that there isn’t another option for.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-10-dos.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 10 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-10-dos.png"><br><br><p>DOS is one of those handy things that in a technical sense you never
quite seem to get away from.  The command line often allows you to do
things quicker than the over designed graphical options and sometimes
simply allow you to do things that there isn’t another option for.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/10/DOS-Command-Class-for-VBScript</guid>
		</item>
		
		<item>
			<title>Skype and Web Servers</title>
			<link>https://www.thoughtasylum.com/2009/08/09/Skype-and-Web-Servers/</link>
			<description><![CDATA[<p>I briefly had a problem with the web server that’s running my personal
wiki yesterday.  Try as I might it just wouldn’t start-up.  I hadn’t had
a problem before and after three or four attempts at clicking the start
option I took a step back and surveyed my machine - a useful option in
many circumstances.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-09-skype.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 09 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-09-skype.png"><br><br><p>I briefly had a problem with the web server that’s running my personal
wiki yesterday.  Try as I might it just wouldn’t start-up.  I hadn’t had
a problem before and after three or four attempts at clicking the start
option I took a step back and surveyed my machine - a useful option in
many circumstances.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/09/Skype-and-Web-Servers</guid>
		</item>
		
		<item>
			<title>VBScript and Getting the Message Across</title>
			<link>https://www.thoughtasylum.com/2009/08/08/VBScript-and-Getting-the-Message-Across/</link>
			<description><![CDATA[<p>In preparing a post today I’ve been through a bit of a winding process
whereby I came across an issue I’d never encountered before with a
VBScript.  At first I thought I’d made some sort of mistake, but it
appears I’d come across a limitation of a VBScript function I use all
the time - MsgBox.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-08-missing-message.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 08 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-08-missing-message.png"><br><br><p>In preparing a post today I’ve been through a bit of a winding process
whereby I came across an issue I’d never encountered before with a
VBScript.  At first I thought I’d made some sort of mistake, but it
appears I’d come across a limitation of a VBScript function I use all
the time - MsgBox.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/08/VBScript-and-Getting-the-Message-Across</guid>
		</item>
		
		<item>
			<title>DropBox Freezes Out Explorer</title>
			<link>https://www.thoughtasylum.com/2009/08/05/DropBox-Freezes-Out-Explorer/</link>
			<description><![CDATA[<p>I’ve been using <a href="http://www.getdropbox.com/">DropBox</a> for some time now
and I use it in some ways that I think are quite innovative and will be
the subject of future blog posts.  However in the last few days I’ve
been having a few problems with Windows Explorer taking forever (well
over a minute or two at times) to respond and it responds very
sluggishly.  I’ve managed to track the problem down to DropBox
misbehaving.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-05-ice-cube.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 05 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-05-ice-cube.png"><br><br><p>I’ve been using <a href="http://www.getdropbox.com/">DropBox</a> for some time now
and I use it in some ways that I think are quite innovative and will be
the subject of future blog posts.  However in the last few days I’ve
been having a few problems with Windows Explorer taking forever (well
over a minute or two at times) to respond and it responds very
sluggishly.  I’ve managed to track the problem down to DropBox
misbehaving.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/05/DropBox-Freezes-Out-Explorer</guid>
		</item>
		
		<item>
			<title>Magnificent Magnification</title>
			<link>https://www.thoughtasylum.com/2009/08/03/Magnificent-Magnification/</link>
			<description><![CDATA[<p>Following on from <a href="/2009/08/02/ZoomIT/">my ZoomIT post</a> and
thinking again about presentation tools,  I started thinking about the
ways in which magnification tools generally work an how you might want
to use it in a presentation scenario.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-03-close-up.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 03 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-03-close-up.png"><br><br><p>Following on from <a href="/2009/08/02/ZoomIT/">my ZoomIT post</a> and
thinking again about presentation tools,  I started thinking about the
ways in which magnification tools generally work an how you might want
to use it in a presentation scenario.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/03/Magnificent-Magnification</guid>
		</item>
		
		<item>
			<title>ZoomIT</title>
			<link>https://www.thoughtasylum.com/2009/08/02/ZoomIT/</link>
			<description><![CDATA[<p>After <a href="http://flagit.wordpress.com">FlagIT</a>,
<a href="http://rebootit.wordpress.com">RebootIT</a>,
<a href="http://pipes.yahoo.com/pipes/pipe.run?_id=5HKCZkXc3RG5SDs0_w6H4A&amp;_render=rss">PostIT</a>
and <a href="http://share.xmarks.com/folder/bookmarks/uL2PSlL00k">SpotIT</a>,
<a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx">ZoomIT</a>
sounds like part of the theme. Unfortunately it isn’t, but it is a great
free tool from
<a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">SysInternals</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-02-zoom.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 02 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-02-zoom.png"><br><br><p>After <a href="http://flagit.wordpress.com">FlagIT</a>,
<a href="http://rebootit.wordpress.com">RebootIT</a>,
<a href="http://pipes.yahoo.com/pipes/pipe.run?_id=5HKCZkXc3RG5SDs0_w6H4A&amp;_render=rss">PostIT</a>
and <a href="http://share.xmarks.com/folder/bookmarks/uL2PSlL00k">SpotIT</a>,
<a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx">ZoomIT</a>
sounds like part of the theme. Unfortunately it isn’t, but it is a great
free tool from
<a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">SysInternals</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/02/ZoomIT</guid>
		</item>
		
		<item>
			<title>FoxMarks to XMarks Shared Folder Update</title>
			<link>https://www.thoughtasylum.com/2009/08/01/FoxMarks-to-XMarks-Shared-Folder-Update/</link>
			<description><![CDATA[<p>I probably should have realised a lot sooner than I did, but there has
been something a bit odd with my
<a href="http://share.xmarks.com/folder/bookmarks/uL2PSlL00k">SpotIT</a> feed on my
<a href="http://rebootit.wordpress.com">RebootIT</a> blog of late.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-01-combined-logo-with-rss.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 01 Aug 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-08-01-combined-logo-with-rss.png"><br><br><p>I probably should have realised a lot sooner than I did, but there has
been something a bit odd with my
<a href="http://share.xmarks.com/folder/bookmarks/uL2PSlL00k">SpotIT</a> feed on my
<a href="http://rebootit.wordpress.com">RebootIT</a> blog of late.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/08/01/FoxMarks-to-XMarks-Shared-Folder-Update</guid>
		</item>
		
		<item>
			<title>Evidence Net Workshop 2</title>
			<link>https://www.thoughtasylum.com/2009/07/31/Evidence-Net-Workshop-2/</link>
			<description><![CDATA[<p>Last week I attended a second workshop on <a href="http://www.heacademy.ac.uk/evidencenet">Evidence Net</a>.  It was launched a few
weeks ago at <a href="/2009/07/16/The-Higher-Education-Academy-Conference-2009/">The Higher Education Academy Annual Conference 2009</a>
and has been growing in use across the HE sector ever since.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-hea.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Jul 2009 23:50:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-hea.png"><br><br><p>Last week I attended a second workshop on <a href="http://www.heacademy.ac.uk/evidencenet">Evidence Net</a>.  It was launched a few
weeks ago at <a href="/2009/07/16/The-Higher-Education-Academy-Conference-2009/">The Higher Education Academy Annual Conference 2009</a>
and has been growing in use across the HE sector ever since.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/31/Evidence-Net-Workshop-2</guid>
		</item>
		
		<item>
			<title>A Ceiling Function for VBScript</title>
			<link>https://www.thoughtasylum.com/2009/07/31/A-Ceiling-Function-for-VB-Script/</link>
			<description><![CDATA[<p>Annoyingly VBScript does not have a “Ceiling” function, i.e. one that takes a number and rounds it ‘up’ to the nearest integer (whole number).  So since I had need of one I wrote one.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-ceiling.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Jul 2009 22:11:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-ceiling.jpg"><br><br><p>Annoyingly VBScript does not have a “Ceiling” function, i.e. one that takes a number and rounds it ‘up’ to the nearest integer (whole number).  So since I had need of one I wrote one.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/31/A-Ceiling-Function-for-VB-Script</guid>
		</item>
		
		<item>
			<title>Filter files into silo folders</title>
			<link>https://www.thoughtasylum.com/2009/07/31/Filter-files-into-silo-folders/</link>
			<description><![CDATA[<p>Recently a number of my friends have hard hard drive failures and have
asked me to retrieve data from their hard drives.  I’ve been reasonably
successful in each case recovering well over 95% of the data in each
case - thanks not to me but the proliferation of free data recovery
tools out there on the Internet.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-filter.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Jul 2009 13:30:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-filter.png"><br><br><p>Recently a number of my friends have hard hard drive failures and have
asked me to retrieve data from their hard drives.  I’ve been reasonably
successful in each case recovering well over 95% of the data in each
case - thanks not to me but the proliferation of free data recovery
tools out there on the Internet.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/31/Filter-files-into-silo-folders</guid>
		</item>
		
		<item>
			<title>Command Line Utility to Create Test Files</title>
			<link>https://www.thoughtasylum.com/2009/07/31/Command-Line-Utility-to-Create-Test-Files/</link>
			<description><![CDATA[<p>In the past I’ve used
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?mfr=true">FSUTIL</a>
to create large test files of data to process.  Unfortunately you need
administrator permissions to use this utility.  I decided to write a
command line utility (called “Make Test File” but abbreviated to
MTF.EXE) to allow non-administrators to do the same.  It’s written in
VB.NET so it isn’t as quick as FSUTIL, but as they say “it does the
job”, and it fulfilled my immediate needs.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-mtf.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 31 Jul 2009 13:16:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-31-mtf.png"><br><br><p>In the past I’ve used
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?mfr=true">FSUTIL</a>
to create large test files of data to process.  Unfortunately you need
administrator permissions to use this utility.  I decided to write a
command line utility (called “Make Test File” but abbreviated to
MTF.EXE) to allow non-administrators to do the same.  It’s written in
VB.NET so it isn’t as quick as FSUTIL, but as they say “it does the
job”, and it fulfilled my immediate needs.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/31/Command-Line-Utility-to-Create-Test-Files</guid>
		</item>
		
		<item>
			<title>VBScript - Count occurrences in a text string</title>
			<link>https://www.thoughtasylum.com/2009/07/30/VB-Script-Count-occurrences-in-a-text-string/</link>
			<description><![CDATA[<p>I was scripting some Active Directory extracts today and I needed to
check if a string of text contained two colons.  I was checking if the
detail on particular entries was to minutes or seconds; e.g. 13:25:33
vs. 13:25 .  I couldn’t find a function to count occurrences within a
string so I ended up writing my own….</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-30-abacus.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 30 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-30-abacus.png"><br><br><p>I was scripting some Active Directory extracts today and I needed to
check if a string of text contained two colons.  I was checking if the
detail on particular entries was to minutes or seconds; e.g. 13:25:33
vs. 13:25 .  I couldn’t find a function to count occurrences within a
string so I ended up writing my own….</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/30/VB-Script-Count-occurrences-in-a-text-string</guid>
		</item>
		
		<item>
			<title>Controlling Spotify</title>
			<link>https://www.thoughtasylum.com/2009/07/29/Controlling-Spotify/</link>
			<description><![CDATA[<p>I spend an inordinate amount of time at home sat
on the sofa in front of my TV working on my laptop.  I have a nice
little media set-up consisting of a Mac Mini connected to my Sony Bravia
TV which provides me with a nice little Internet connected multimedia
option.  Rather than watching TV all the time I frequently find that I
want to listen to some music while I work and because I’m quite fickle
with what I want to listen to at any time Spotify has proven to be a
great little piece of software.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-25-spotify-control.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 29 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-25-spotify-control.png"><br><br><p>I spend an inordinate amount of time at home sat
on the sofa in front of my TV working on my laptop.  I have a nice
little media set-up consisting of a Mac Mini connected to my Sony Bravia
TV which provides me with a nice little Internet connected multimedia
option.  Rather than watching TV all the time I frequently find that I
want to listen to some music while I work and because I’m quite fickle
with what I want to listen to at any time Spotify has proven to be a
great little piece of software.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/29/Controlling-Spotify</guid>
		</item>
		
		<item>
			<title>Don't log on as admin just yet</title>
			<link>https://www.thoughtasylum.com/2009/07/23/Dont-log-on-as-admin-just-yet/</link>
			<description><![CDATA[<p>On Windows XP you may find that you need to carry out some tasks as an
administrator for which you would logon as  an administrator (local or
network/domain).  If the user is already logged on then you can choose
to run as administrator for many activities by selecting run as from a
file’s context menu.  However not every type of file has this option.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-23-admin.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 23 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-23-admin.png"><br><br><p>On Windows XP you may find that you need to carry out some tasks as an
administrator for which you would logon as  an administrator (local or
network/domain).  If the user is already logged on then you can choose
to run as administrator for many activities by selecting run as from a
file’s context menu.  However not every type of file has this option.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/23/Dont-log-on-as-admin-just-yet</guid>
		</item>
		
		<item>
			<title>Tweet from a dumb phone</title>
			<link>https://www.thoughtasylum.com/2009/07/22/Tweet-from-a-dumb-phone/</link>
			<description><![CDATA[<p>There are
lots of Twitter clients out there for smart phones, but you can also
tweet from a ‘dumb’ phone.  The trick is to use a service like
<a href="http://twitsay.com/">TwitSay</a> or
<a href="http://www.twitterfone.com/">TwitterFone</a>.  Once you register, these
services give you a local telephone number to call.  You can then record
a short voice message.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-22-buzby.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 22 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-22-buzby.png"><br><br><p>There are
lots of Twitter clients out there for smart phones, but you can also
tweet from a ‘dumb’ phone.  The trick is to use a service like
<a href="http://twitsay.com/">TwitSay</a> or
<a href="http://www.twitterfone.com/">TwitterFone</a>.  Once you register, these
services give you a local telephone number to call.  You can then record
a short voice message.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/22/Tweet-from-a-dumb-phone</guid>
		</item>
		
		<item>
			<title>iPhone and UK Train Times</title>
			<link>https://www.thoughtasylum.com/2009/07/20/iPhone-and-UK-Train-Times/</link>
			<description><![CDATA[<p><a href="http://www.nationalrail.co.uk/">National Rail Enquiries in the UK</a> have
cornered the market for iPhone apps for UK rail.  It used to be open and
there apparently used to be a pretty reasonable app out there for free. 
National Rail’s app on the other hand is not as nice and costs a few too
many pennies for many people.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-20-train.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 20 Jul 2009 13:30:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-20-train.png"><br><br><p><a href="http://www.nationalrail.co.uk/">National Rail Enquiries in the UK</a> have
cornered the market for iPhone apps for UK rail.  It used to be open and
there apparently used to be a pretty reasonable app out there for free. 
National Rail’s app on the other hand is not as nice and costs a few too
many pennies for many people.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/20/iPhone-and-UK-Train-Times</guid>
		</item>
		
		<item>
			<title>Presentations - Keeping your screen active</title>
			<link>https://www.thoughtasylum.com/2009/07/20/Presentations-Keeping-your-screen-active/</link>
			<description><![CDATA[<p>Power saving options on computers are something that I personally think
are great.  They not only help reduce carbon footprints, but they also
help draw out even more life from your laptop battery.   One of the main
ways in which this is done (others being things such as disabling
hardware) is by having an inactivity option that turns off the screen
and the hard disk after a period of inactivity.  Unfortunately there are
times when this isn’t something you want.  The primary example of this
is when you are giving a presentation.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-20-present.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 20 Jul 2009 11:52:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-20-present.png"><br><br><p>Power saving options on computers are something that I personally think
are great.  They not only help reduce carbon footprints, but they also
help draw out even more life from your laptop battery.   One of the main
ways in which this is done (others being things such as disabling
hardware) is by having an inactivity option that turns off the screen
and the hard disk after a period of inactivity.  Unfortunately there are
times when this isn’t something you want.  The primary example of this
is when you are giving a presentation.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/20/Presentations-Keeping-your-screen-active</guid>
		</item>
		
		<item>
			<title>A Flexible Progress Window in VBScript</title>
			<link>https://www.thoughtasylum.com/2009/07/19/A-Flexible-Progress-Window-in-VBScript/</link>
			<description><![CDATA[<p>I’ve seen a few variations over the years on how to create a progress
bar and an update window in VBScript.  I’ve taken many of the ideas and
some of my own to create what I hope is a flexible solution that not
only allows you to display updates, reports, etc., but also a reasonable
looking progress bar.   If you want to skip ahead then the code is at
the bottom of this post and includes an example, but for those of you
who want to know a little more about how to use it or how it works I’ll
explain some of the whys and wherefores.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-19-progress.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 19 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-19-progress.png"><br><br><p>I’ve seen a few variations over the years on how to create a progress
bar and an update window in VBScript.  I’ve taken many of the ideas and
some of my own to create what I hope is a flexible solution that not
only allows you to display updates, reports, etc., but also a reasonable
looking progress bar.   If you want to skip ahead then the code is at
the bottom of this post and includes an example, but for those of you
who want to know a little more about how to use it or how it works I’ll
explain some of the whys and wherefores.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/19/A-Flexible-Progress-Window-in-VBScript</guid>
		</item>
		
		<item>
			<title>Shortcuts with VBScript</title>
			<link>https://www.thoughtasylum.com/2009/07/18/Shortcuts-with-VB-Script/</link>
			<description><![CDATA[<p>Sometimes I need to create shortcuts with VBScript especially if <a href="/2009/07/18/Self-Installing-VB-Scripts/">the script is being installed</a> and
a shortcut needs to be created to the script.  The code to create a
shortcut is quite straight forward,  but the <code class="language-plaintext highlighter-rouge">CreateShortcut()</code> function
presented here pulls everything together into a single reusable form. 
Optional parameters that you don’t want to use can be filled by the use
of <code class="language-plaintext highlighter-rouge">NULL</code> and environment variables can be included in file paths to
make this as flexible as possible.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-18-shortcut.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 18 Jul 2009 18:14:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-18-shortcut.png"><br><br><p>Sometimes I need to create shortcuts with VBScript especially if <a href="/2009/07/18/Self-Installing-VB-Scripts/">the script is being installed</a> and
a shortcut needs to be created to the script.  The code to create a
shortcut is quite straight forward,  but the <code class="language-plaintext highlighter-rouge">CreateShortcut()</code> function
presented here pulls everything together into a single reusable form. 
Optional parameters that you don’t want to use can be filled by the use
of <code class="language-plaintext highlighter-rouge">NULL</code> and environment variables can be included in file paths to
make this as flexible as possible.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/18/Shortcuts-with-VB-Script</guid>
		</item>
		
		<item>
			<title>Self Installing VBScripts</title>
			<link>https://www.thoughtasylum.com/2009/07/18/Self-Installing-VB-Scripts/</link>
			<description><![CDATA[<p>I like using VBScripts and the Windows Script Host to resolve issues as
it has proved quick and flexible for most tasks.  One thing I have found
problematic on occasion is the installation of the scripts on a user’s
PC.  It takes time to do if it is not being deployed using logon
scripts, group policy, etc.  To this end I decided to write a function
to allow a script to install itself.   The script below is primarily
made up from three functions/routines.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-18-install.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 18 Jul 2009 13:55:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-18-install.png"><br><br><p>I like using VBScripts and the Windows Script Host to resolve issues as
it has proved quick and flexible for most tasks.  One thing I have found
problematic on occasion is the installation of the scripts on a user’s
PC.  It takes time to do if it is not being deployed using logon
scripts, group policy, etc.  To this end I decided to write a function
to allow a script to install itself.   The script below is primarily
made up from three functions/routines.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/18/Self-Installing-VB-Scripts</guid>
		</item>
		
		<item>
			<title>The Higher Education Academy Conference 2009</title>
			<link>https://www.thoughtasylum.com/2009/07/16/The-Higher-Education-Academy-Conference-2009/</link>
			<description><![CDATA[<p>It’s been quite a few weeks since I’ve been able to devote any time to
blogging. It has just been a really busy time for me. However I’m
currently sat on a train between Edinburgh and York so it’s an excellent
opportunity to have a bit of a catch up. Specifically I wanted to post
something about one of the biggest things I’ve worked on recently - The
Higher Education Academy Conference 2009.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-16-hea.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 16 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-16-hea.png"><br><br><p>It’s been quite a few weeks since I’ve been able to devote any time to
blogging. It has just been a really busy time for me. However I’m
currently sat on a train between Edinburgh and York so it’s an excellent
opportunity to have a bit of a catch up. Specifically I wanted to post
something about one of the biggest things I’ve worked on recently - The
Higher Education Academy Conference 2009.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/16/The-Higher-Education-Academy-Conference-2009</guid>
		</item>
		
		<item>
			<title>A portable web server where I want it</title>
			<link>https://www.thoughtasylum.com/2009/07/13/A-portable-web-server-where-I-want-it/</link>
			<description><![CDATA[<p>I’ve been tinkering recently with some things around portable
applications which I will probably post more about in the hopefully not
too distant future.  One of the things I’ve been trawling around for and
busily configuring are various free web server packages that are
“portable”.  Unfortunately it has taken a fair bit of effort to actually
track down and configure something that is portable enough.   The
problem for me is that I have a particular need to locate the web server
within a particular sub folder and in the case of most software packages
this is not an option.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-13-web-server.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 13 Jul 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-07-13-web-server.png"><br><br><p>I’ve been tinkering recently with some things around portable
applications which I will probably post more about in the hopefully not
too distant future.  One of the things I’ve been trawling around for and
busily configuring are various free web server packages that are
“portable”.  Unfortunately it has taken a fair bit of effort to actually
track down and configure something that is portable enough.   The
problem for me is that I have a particular need to locate the web server
within a particular sub folder and in the case of most software packages
this is not an option.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/07/13/A-portable-web-server-where-I-want-it</guid>
		</item>
		
		<item>
			<title>Firefox IE Tab Script Debug Errors</title>
			<link>https://www.thoughtasylum.com/2009/06/01/Firefox-IE-Tab-Script-Debug-Errors/</link>
			<description><![CDATA[<p>Recently I’ve been working a little bit with Microsoft Office SharePoint
Server 2007.  It is recommended that Internet Explorer is used to
interact with this web based system as it provides the widest and
tightest integration and range of features.  Unfortunately I have a
strong preference for Mozilla Firefox over Internet Explorer.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-06-01-debug.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 01 Jun 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-06-01-debug.png"><br><br><p>Recently I’ve been working a little bit with Microsoft Office SharePoint
Server 2007.  It is recommended that Internet Explorer is used to
interact with this web based system as it provides the widest and
tightest integration and range of features.  Unfortunately I have a
strong preference for Mozilla Firefox over Internet Explorer.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/06/01/Firefox-IE-Tab-Script-Debug-Errors</guid>
		</item>
		
		<item>
			<title>Server Reorganisation</title>
			<link>https://www.thoughtasylum.com/2009/05/25/Server-Reorganisation/</link>
			<description><![CDATA[<p>It’s been rather busy of late and I’ve only just got chance to start
posting again.  So I thought I’d best begin by posting about the weekend
of the 8th, 9th and 10th of May.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-25-server-cabling.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 25 May 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-25-server-cabling.png"><br><br><p>It’s been rather busy of late and I’ve only just got chance to start
posting again.  So I thought I’d best begin by posting about the weekend
of the 8th, 9th and 10th of May.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/05/25/Server-Reorganisation</guid>
		</item>
		
		<item>
			<title>SharePoint Filenames Issue</title>
			<link>https://www.thoughtasylum.com/2009/05/14/SharePoint-Filenames-Issue/</link>
			<description><![CDATA[<p>Today I came across an issue in Microsoft SharePoint Server 2007 (a.k.a.
MOSS).  I was trying to upload some Microsoft PowerPoint slides into a
slide library in a My Site and everything had gone fine with the first
presentation, but the second one I tried came up with an error:</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-14-sharepoint.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 14 May 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-14-sharepoint.png"><br><br><p>Today I came across an issue in Microsoft SharePoint Server 2007 (a.k.a.
MOSS).  I was trying to upload some Microsoft PowerPoint slides into a
slide library in a My Site and everything had gone fine with the first
presentation, but the second one I tried came up with an error:</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/05/14/SharePoint-Filenames-Issue</guid>
		</item>
		
		<item>
			<title>Vodafone - My Phone Number</title>
			<link>https://www.thoughtasylum.com/2009/05/10/Vodafone-My-Phone-Number/</link>
			<description><![CDATA[<p>I have a problem with my mobile phone number … I can never remember it
because I rarely tell it to anyone any more.  So when I do need to tell
someone and there’s no one around who can tell me what it is from their
phone I have to resort to looking it up on my own phone.  The quickest
way I’ve found to do this is to punch in a special Vodafone code.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-10-vodafone.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 10 May 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-10-vodafone.jpg"><br><br><p>I have a problem with my mobile phone number … I can never remember it
because I rarely tell it to anyone any more.  So when I do need to tell
someone and there’s no one around who can tell me what it is from their
phone I have to resort to looking it up on my own phone.  The quickest
way I’ve found to do this is to punch in a special Vodafone code.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/05/10/Vodafone-My-Phone-Number</guid>
		</item>
		
		<item>
			<title>Sony Reader PRS-505 Double Function</title>
			<link>https://www.thoughtasylum.com/2009/05/02/Sony-Reader-PRS-505-Double-Function/</link>
			<description><![CDATA[<p>Here’s a little tip for anyone who owns a
Sony PRS-505 eBook reader.  It has a couple of expansion slots on it for
an SD card and a Sony Memory Stick Pro Duo, and whilst these are
intended to allow you to expand the number of books you can carry around
there’s a bit of extra functionality you can draw upon here.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-02-sony-reader.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 02 May 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-05-02-sony-reader.png"><br><br><p>Here’s a little tip for anyone who owns a
Sony PRS-505 eBook reader.  It has a couple of expansion slots on it for
an SD card and a Sony Memory Stick Pro Duo, and whilst these are
intended to allow you to expand the number of books you can carry around
there’s a bit of extra functionality you can draw upon here.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/05/02/Sony-Reader-PRS-505-Double-Function</guid>
		</item>
		
		<item>
			<title>Grey Screen of Death</title>
			<link>https://www.thoughtasylum.com/2009/04/28/Grey-Screen-of-Death/</link>
			<description><![CDATA[<p>Today I was taking part in an online presentation from <a href="http://www.techdis.ac.uk/index.php?p=1_1_7">Dr. Simon Ball</a> of <a href="http://www.techdis.ac.uk">JISC TechDis</a>; one of his regular HE updates.  They
use an online presentation system known as <a href="http://www.instantpresenter.com/">Instant Presenter</a> to deliver the
presentations on a roughly quarterly basis and they last for about half
an hour.  A genuine whistle-stop tour.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-28-gsod.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Apr 2009 22:42:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-28-gsod.png"><br><br><p>Today I was taking part in an online presentation from <a href="http://www.techdis.ac.uk/index.php?p=1_1_7">Dr. Simon Ball</a> of <a href="http://www.techdis.ac.uk">JISC TechDis</a>; one of his regular HE updates.  They
use an online presentation system known as <a href="http://www.instantpresenter.com/">Instant Presenter</a> to deliver the
presentations on a roughly quarterly basis and they last for about half
an hour.  A genuine whistle-stop tour.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/28/Grey-Screen-of-Death</guid>
		</item>
		
		<item>
			<title>PBWiki Devoured</title>
			<link>https://www.thoughtasylum.com/2009/04/28/PBWiki-Devoured/</link>
			<description><![CDATA[<p>When I’m asked about setting up a new wiki for a group, I often
recommend PBWiki as it has a number of good features and for education
it can be used for free.  Since I work within the HE sector this is a
simple and quick solution for many of the cross-institutional groups and
many people are familiar with it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-28-pbwiki.gif" type="image/jpeg" length="0" />
			<pubDate>Tue, 28 Apr 2009 22:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-28-pbwiki.gif"><br><br><p>When I’m asked about setting up a new wiki for a group, I often
recommend PBWiki as it has a number of good features and for education
it can be used for free.  Since I work within the HE sector this is a
simple and quick solution for many of the cross-institutional groups and
many people are familiar with it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/28/PBWiki-Devoured</guid>
		</item>
		
		<item>
			<title>Excel - Dynamic Named Range</title>
			<link>https://www.thoughtasylum.com/2009/04/27/Excel-Dynamic-Named-Range/</link>
			<description><![CDATA[<p>I’ve recently been helping some colleagues develop some reporting
templates and they had a very particular requirement around drop down
lists (which I’ll probably post about at some point in the future).  One
issue that did occur however was that the dynamic lists that were
incorporated into the workbook were added to and even though I had
mentioned to the users about using Excel’s name manager to redefine the
range of cells with that name, they forgot and inevitably the workbook
would end up back with me to rectify.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-27-excel.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 27 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-27-excel.png"><br><br><p>I’ve recently been helping some colleagues develop some reporting
templates and they had a very particular requirement around drop down
lists (which I’ll probably post about at some point in the future).  One
issue that did occur however was that the dynamic lists that were
incorporated into the workbook were added to and even though I had
mentioned to the users about using Excel’s name manager to redefine the
range of cells with that name, they forgot and inevitably the workbook
would end up back with me to rectify.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/27/Excel-Dynamic-Named-Range</guid>
		</item>
		
		<item>
			<title>EvidenceNet Workshop</title>
			<link>https://www.thoughtasylum.com/2009/04/24/EvidenceNet-Workshop/</link>
			<description><![CDATA[<p>For the second time this week I’ve been out of the office and working in
one of York’s many hotels.  This time rather than a team away day I was
at <a href="http://www.grangehotel.co.uk/">The Grange Hotel</a> attending the first
of a series of workshops on <a href="http://www.heacademy.ac.uk/ourwork/learning/elt/en">Evidence Net</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-24-evidencenet.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 24 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-24-evidencenet.jpg"><br><br><p>For the second time this week I’ve been out of the office and working in
one of York’s many hotels.  This time rather than a team away day I was
at <a href="http://www.grangehotel.co.uk/">The Grange Hotel</a> attending the first
of a series of workshops on <a href="http://www.heacademy.ac.uk/ourwork/learning/elt/en">Evidence Net</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/24/EvidenceNet-Workshop</guid>
		</item>
		
		<item>
			<title>ICT Team Away Day - April 2009</title>
			<link>https://www.thoughtasylum.com/2009/04/22/ICT-Team-Away-Day-April-2009/</link>
			<description><![CDATA[<p>Today has been a very busy day!  An early start saw me pulling together
a variety of thoughts and pieces of information in preparation for the
Higher Education Academy’s ICT team away day.  This was the first away
day the team had ever had and there was certainly some apprehension as
to how the day would pan out.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-22-away-day.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 22 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-22-away-day.png"><br><br><p>Today has been a very busy day!  An early start saw me pulling together
a variety of thoughts and pieces of information in preparation for the
Higher Education Academy’s ICT team away day.  This was the first away
day the team had ever had and there was certainly some apprehension as
to how the day would pan out.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/22/ICT-Team-Away-Day-April-2009</guid>
		</item>
		
		<item>
			<title>The Gadget Show Live 2009</title>
			<link>https://www.thoughtasylum.com/2009/04/21/The-Gadget-Show-Live-2009/</link>
			<description><![CDATA[<p>Unfortunately due to illness it’s taken me a couple of
extra days to put this together, but at the weekend I attended <a href="http://www.gadgetshowlive.net/">The
Gadget Show Live</a> (GSL) at the NEC,
Birmingham.  The Gadget Show is a UK television programme shown on
Channel 5.  Each series has a weekly show and it showcases new
technologies and compares leading products against one another.  it’s
usually a good watch and the journalistic comparison is presented at a
layman level and at the same time tends to offer some insightful points
on practicalities of individual items.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-21-gsl.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 21 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-21-gsl.png"><br><br><p>Unfortunately due to illness it’s taken me a couple of
extra days to put this together, but at the weekend I attended <a href="http://www.gadgetshowlive.net/">The
Gadget Show Live</a> (GSL) at the NEC,
Birmingham.  The Gadget Show is a UK television programme shown on
Channel 5.  Each series has a weekly show and it showcases new
technologies and compares leading products against one another.  it’s
usually a good watch and the journalistic comparison is presented at a
layman level and at the same time tends to offer some insightful points
on practicalities of individual items.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/21/The-Gadget-Show-Live-2009</guid>
		</item>
		
		<item>
			<title>Death of the iPod?</title>
			<link>https://www.thoughtasylum.com/2009/04/17/Death-of-the-iPod/</link>
			<description><![CDATA[<p>A little while ago I received a request for the installation of Spotify on a work computer. I’d not heard of it at this point so I did some research and discovered that it was a piece of software that linked you to a massive library of music on the Internet. After a bit of discussion in trying to ascertain what the business case was for installing this to a work computer it faded away.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-17-dead-pod.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 17 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-17-dead-pod.png"><br><br><p>A little while ago I received a request for the installation of Spotify on a work computer. I’d not heard of it at this point so I did some research and discovered that it was a piece of software that linked you to a massive library of music on the Internet. After a bit of discussion in trying to ascertain what the business case was for installing this to a work computer it faded away.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/17/Death-of-the-iPod</guid>
		</item>
		
		<item>
			<title>The TED Interface</title>
			<link>https://www.thoughtasylum.com/2009/04/16/The-TED-Interface/</link>
			<description><![CDATA[<p>I recently came across a site called <a href="http://www.ted.com">TED</a>. It’s a
web site for the annual Technology, Entertainment and Design
conference.  The web site itself has a showcase of videos clips from
conference speakers and is worth a look.  The thing I want to quickly
post about however is something I think is quite innovative … an
interface I’ve not seen anywhere else (yet).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-16-tedcom.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 16 Apr 2009 23:22:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-16-tedcom.png"><br><br><p>I recently came across a site called <a href="http://www.ted.com">TED</a>. It’s a
web site for the annual Technology, Entertainment and Design
conference.  The web site itself has a showcase of videos clips from
conference speakers and is worth a look.  The thing I want to quickly
post about however is something I think is quite innovative … an
interface I’ve not seen anywhere else (yet).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/16/The-TED-Interface</guid>
		</item>
		
		<item>
			<title>Basic Plain Old Phone Ring Tone</title>
			<link>https://www.thoughtasylum.com/2009/04/16/Basic-Plain-Old-Phone-Ring-Tone/</link>
			<description><![CDATA[<p>Since I had my Omina problems the other week (it’s about to go in for
repair as there are still some strange hardware issues) I lost lots of
basic information on the phone.  One of the things I lost was the ring
tone.  I can’t remember what I had before, but I like to have something
simple and professional that won’t cost me and won’t embarrass me in the
office.  I don’t want the latest polyphonic chart hit blaring from my
pocket as I sit at my desk.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-16-mobile.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 16 Apr 2009 22:37:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-16-mobile.png"><br><br><p>Since I had my Omina problems the other week (it’s about to go in for
repair as there are still some strange hardware issues) I lost lots of
basic information on the phone.  One of the things I lost was the ring
tone.  I can’t remember what I had before, but I like to have something
simple and professional that won’t cost me and won’t embarrass me in the
office.  I don’t want the latest polyphonic chart hit blaring from my
pocket as I sit at my desk.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/16/Basic-Plain-Old-Phone-Ring-Tone</guid>
		</item>
		
		<item>
			<title>Download YouTube Video</title>
			<link>https://www.thoughtasylum.com/2009/04/08/Download-YouTube-Video/</link>
			<description><![CDATA[<p>I deal with a fair few academics and if there’s one thing they love about
the Internet and the World Wide Web it’s
<a href="http://www.youtube.com">YouTube</a> and the vast resources it offers. 
Giving multimedia presentations is obviously a great way of getting
people engaged, but an issue is that when visiting an institution you
can’t always guarantee that you will have access to the Internet so
being able to download a video from <a href="http://www.youtube.com">YouTube</a> is
a huge benefit.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-07-youtube.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 08 Apr 2009 00:04:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-07-youtube.png"><br><br><p>I deal with a fair few academics and if there’s one thing they love about
the Internet and the World Wide Web it’s
<a href="http://www.youtube.com">YouTube</a> and the vast resources it offers. 
Giving multimedia presentations is obviously a great way of getting
people engaged, but an issue is that when visiting an institution you
can’t always guarantee that you will have access to the Internet so
being able to download a video from <a href="http://www.youtube.com">YouTube</a> is
a huge benefit.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/08/Download-YouTube-Video</guid>
		</item>
		
		<item>
			<title>Overlaid Text Display Problem</title>
			<link>https://www.thoughtasylum.com/2009/04/07/Overlaid-Text-Display-Problem/</link>
			<description><![CDATA[<p>I came across a bizarre issue today in Microsoft Word. A user had a
document containing a set of information laid out in a tabular format
where the text in each cell was being condensed and overlaid so that the
text was all being placed one character on top of another</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-07-peering.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 07 Apr 2009 22:43:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-07-peering.png"><br><br><p>I came across a bizarre issue today in Microsoft Word. A user had a
document containing a set of information laid out in a tabular format
where the text in each cell was being condensed and overlaid so that the
text was all being placed one character on top of another</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/07/Overlaid-Text-Display-Problem</guid>
		</item>
		
		<item>
			<title>Sharing Ideas and Good ICT</title>
			<link>https://www.thoughtasylum.com/2009/04/05/Sharing-Ideas-and-Good-ICT/</link>
			<description><![CDATA[<p>A few weeks ago I gave a presentation I’d been trying to put together
for the best part of six months and this evening I’ve sent it on to the
users who attended and who were unable to attend but showed an
interest.  I realised at this point I hadn’t actually blogged about it
so I thought I might put together a little post about it.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-05-sharing.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Apr 2009 21:53:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-05-sharing.png"><br><br><p>A few weeks ago I gave a presentation I’d been trying to put together
for the best part of six months and this evening I’ve sent it on to the
users who attended and who were unable to attend but showed an
interest.  I realised at this point I hadn’t actually blogged about it
so I thought I might put together a little post about it.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/05/Sharing-Ideas-and-Good-ICT</guid>
		</item>
		
		<item>
			<title>Omnia to Oblivia (and back)</title>
			<link>https://www.thoughtasylum.com/2009/04/05/Omnia-to-Oblivia-(and-back)/</link>
			<description><![CDATA[<p>Having spent a good part of the last couple of days doing some
housekeeping and updating on my Samsung Omnia I had a bit of an issue
late last night.  The Omnia is aimed at doing everything (hence the
name), but last night I owned an Oblivia.  I’m not sure quite what
happened but I think a disagreement between Windows Vista and my Omnia
may have been to blame.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-05-omina-oblivion.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 05 Apr 2009 18:13:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-05-omina-oblivion.png"><br><br><p>Having spent a good part of the last couple of days doing some
housekeeping and updating on my Samsung Omnia I had a bit of an issue
late last night.  The Omnia is aimed at doing everything (hence the
name), but last night I owned an Oblivia.  I’m not sure quite what
happened but I think a disagreement between Windows Vista and my Omnia
may have been to blame.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/05/Omnia-to-Oblivia-(and-back)</guid>
		</item>
		
		<item>
			<title>Reclaim Even More Memory on a Windows Mobile Device</title>
			<link>https://www.thoughtasylum.com/2009/04/04/Reclaim-Even-More-Memory-on-a-Windows-Mobile-Device/</link>
			<description><![CDATA[<p>A little while ago I <a href="/2009/03/08/Reclaim-Main-Memory-on-a-Windows-Mobile-Device/">posted about some ways to reclaim memory on a Windows Mobile device</a>. 
The reason for this was that the main memory on my Samsung Omnia was
almost at zero and it had been a fairly common occurrence.  I’ve spent a
little while recently trying to get a Skype client working on it and
installing it to anywhere but the main memory seemed cause a few
issues.  Today however I’ve had a good day working on the phone and I’ve
managed to not only get the latest version of the Skype client running
from storage rather than main memory but also found a few additional
ways of getting some more control over the main memory.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-04-memory-full.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 04 Apr 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-04-04-memory-full.png"><br><br><p>A little while ago I <a href="/2009/03/08/Reclaim-Main-Memory-on-a-Windows-Mobile-Device/">posted about some ways to reclaim memory on a Windows Mobile device</a>. 
The reason for this was that the main memory on my Samsung Omnia was
almost at zero and it had been a fairly common occurrence.  I’ve spent a
little while recently trying to get a Skype client working on it and
installing it to anywhere but the main memory seemed cause a few
issues.  Today however I’ve had a good day working on the phone and I’ve
managed to not only get the latest version of the Skype client running
from storage rather than main memory but also found a few additional
ways of getting some more control over the main memory.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/04/04/Reclaim-Even-More-Memory-on-a-Windows-Mobile-Device</guid>
		</item>
		
		<item>
			<title>VMWare Capacity Planner Upload Workaround</title>
			<link>https://www.thoughtasylum.com/2009/03/30/VMWare-Capacity-Planner-Upload-Workaround/</link>
			<description><![CDATA[<p>We’re currently working with an organisation to assess some
virtualisation options on our network.  In order to gather some
information on our existing estate we’re running the VMWare Capacity
Planner.  This is an ‘agentless’ piece of software that monitors server
utilisation and uploads data to a central repository on the web.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-30-vmware-capacity-planner.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 30 Mar 2009 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-30-vmware-capacity-planner.png"><br><br><p>We’re currently working with an organisation to assess some
virtualisation options on our network.  In order to gather some
information on our existing estate we’re running the VMWare Capacity
Planner.  This is an ‘agentless’ piece of software that monitors server
utilisation and uploads data to a central repository on the web.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/30/VMWare-Capacity-Planner-Upload-Workaround</guid>
		</item>
		
		<item>
			<title>Processing a Folder of Files</title>
			<link>https://www.thoughtasylum.com/2009/03/29/Processing-a-Folder-of-Files/</link>
			<description><![CDATA[<p>A few days ago I was speaking to one of my users about creating some PDF
files from Microsoft Word and securing them so that they can’t be copied
or printed.  Rather than using expensive software from
<a href="http://www.adobe.com">Adobe</a> or a generic creator like
<a href="http://www.cutepdf.com">CutePDF</a> I recommended using the add-in for
Word 2007 that Microsoft provide as it provides some useful
accessibility options (thanks to <a href="http://www.techdis.ac.uk">JISC
TechDis</a> for highlighting that one to me).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-29-processing.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 29 Mar 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-29-processing.png"><br><br><p>A few days ago I was speaking to one of my users about creating some PDF
files from Microsoft Word and securing them so that they can’t be copied
or printed.  Rather than using expensive software from
<a href="http://www.adobe.com">Adobe</a> or a generic creator like
<a href="http://www.cutepdf.com">CutePDF</a> I recommended using the add-in for
Word 2007 that Microsoft provide as it provides some useful
accessibility options (thanks to <a href="http://www.techdis.ac.uk">JISC
TechDis</a> for highlighting that one to me).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/29/Processing-a-Folder-of-Files</guid>
		</item>
		
		<item>
			<title>VBS - Duplicate Folder Structure</title>
			<link>https://www.thoughtasylum.com/2009/03/28/VBS-Duplicate-Folder-Structure/</link>
			<description><![CDATA[<p>Armed with my <a href="/2009/03/28/VBScript-Select-a-Folder/">folder browser script</a> I finally
finished rounding out my script to clone / duplicate a folder structure.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-28-folder-structure-duplicate.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Mar 2009 20:28:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-28-folder-structure-duplicate.png"><br><br><p>Armed with my <a href="/2009/03/28/VBScript-Select-a-Folder/">folder browser script</a> I finally
finished rounding out my script to clone / duplicate a folder structure.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/28/VBS-Duplicate-Folder-Structure</guid>
		</item>
		
		<item>
			<title>VBScript - Select a Folder</title>
			<link>https://www.thoughtasylum.com/2009/03/28/VBScript-Select-a-Folder/</link>
			<description><![CDATA[<p>Have you ever wanted to use the browse for a folder dialog box from your
VBScript?  Well maybe you can make use of this function?  It’s an
amalgamation of various other scripts tailored to my own needs so
hopefully it’ll suit your purposes too, but if not just tweak it until
it does.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-28-folder-select.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 28 Mar 2009 13:18:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-28-folder-select.png"><br><br><p>Have you ever wanted to use the browse for a folder dialog box from your
VBScript?  Well maybe you can make use of this function?  It’s an
amalgamation of various other scripts tailored to my own needs so
hopefully it’ll suit your purposes too, but if not just tweak it until
it does.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/28/VBScript-Select-a-Folder</guid>
		</item>
		
		<item>
			<title>Dim Dim D'oh</title>
			<link>https://www.thoughtasylum.com/2009/03/26/Dim-Dim-Doh/</link>
			<description><![CDATA[<p>I’ve been looking at a number of broadcast technologies recently like
<a href="http://www.adobe.com/products/acrobatconnectpro/">Adobe Connect</a> and
<a href="http://www.instantpresenter.com/">Instant Presenter</a>.  Several months
ago I came across Dim Dim and in essence I have been fond of this Open
Source option as it offers free meetings for up to 20 users and it is
constantly being developed.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-26-dim-dim.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 26 Mar 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-26-dim-dim.png"><br><br><p>I’ve been looking at a number of broadcast technologies recently like
<a href="http://www.adobe.com/products/acrobatconnectpro/">Adobe Connect</a> and
<a href="http://www.instantpresenter.com/">Instant Presenter</a>.  Several months
ago I came across Dim Dim and in essence I have been fond of this Open
Source option as it offers free meetings for up to 20 users and it is
constantly being developed.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/26/Dim-Dim-Doh</guid>
		</item>
		
		<item>
			<title>Exchange Mailbox Limits Update Lag</title>
			<link>https://www.thoughtasylum.com/2009/03/19/Exchange-Mailbox-Limits-Update-Lag/</link>
			<description><![CDATA[<p>Microsoft Exchange is a fairly ubiquitous system for handling e-mails
and I made a surprising discovery today whilst amending a user’s mailbox
storage limits … they don’t get updated straight away.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-19-broken-mailbox.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 19 Mar 2009 21:24:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-19-broken-mailbox.png"><br><br><p>Microsoft Exchange is a fairly ubiquitous system for handling e-mails
and I made a surprising discovery today whilst amending a user’s mailbox
storage limits … they don’t get updated straight away.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/19/Exchange-Mailbox-Limits-Update-Lag</guid>
		</item>
		
		<item>
			<title>Merging URLs into SharePoint Document Libraries</title>
			<link>https://www.thoughtasylum.com/2009/03/17/Merging-URLs-into-SharePoint-Document-Libraries/</link>
			<description><![CDATA[<p>After spending a bit of time looking at service desk records today I had
the opportunity to look at a particular request where a SharePoint user
wanted to include links to files on other web sites in a document
library without uploading the file onto the SharePoint site.  This is
actually a really nice idea as then if the other site is updated
(assuming the URL remains the same), the latest version is always
accessible via the SharePoint site.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-17-merge.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 17 Mar 2009 23:47:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-17-merge.png"><br><br><p>After spending a bit of time looking at service desk records today I had
the opportunity to look at a particular request where a SharePoint user
wanted to include links to files on other web sites in a document
library without uploading the file onto the SharePoint site.  This is
actually a really nice idea as then if the other site is updated
(assuming the URL remains the same), the latest version is always
accessible via the SharePoint site.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/17/Merging-URLs-into-SharePoint-Document-Libraries</guid>
		</item>
		
		<item>
			<title>Developer Tabs and Drop Down Lists in Word 2007</title>
			<link>https://www.thoughtasylum.com/2009/03/17/Developer-Tabs-and-Drop-Down-Lists-in-Word-2007/</link>
			<description><![CDATA[<p>It seems that drop down lists are the in thing at work right about now. 
One of my colleagues dropped by with a query about creating drop down
lists in Word 2007.  So this is how to go about doing it…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-17-whisper.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 17 Mar 2009 23:21:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-17-whisper.png"><br><br><p>It seems that drop down lists are the in thing at work right about now. 
One of my colleagues dropped by with a query about creating drop down
lists in Word 2007.  So this is how to go about doing it…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/17/Developer-Tabs-and-Drop-Down-Lists-in-Word-2007</guid>
		</item>
		
		<item>
			<title>Excel - Special Names in Dynamic Lists</title>
			<link>https://www.thoughtasylum.com/2009/03/15/Excel-Special-Names-in-Dynamic-Lists/</link>
			<description><![CDATA[<p>I <a href="/2009/03/15/Excel-Dynamic-Drop-Down-Lists-with-Full-Validation/">posted earlier about a better way for producing dynamic lists in Excel</a>. 
One of the “tricks” I used to simplify things was using the text values
of the items in a primary list to identify a secondary list to use.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-15-excel-list-special.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 15 Mar 2009 22:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-15-excel-list-special.png"><br><br><p>I <a href="/2009/03/15/Excel-Dynamic-Drop-Down-Lists-with-Full-Validation/">posted earlier about a better way for producing dynamic lists in Excel</a>. 
One of the “tricks” I used to simplify things was using the text values
of the items in a primary list to identify a secondary list to use.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/15/Excel-Special-Names-in-Dynamic-Lists</guid>
		</item>
		
		<item>
			<title>Excel - Dynamic Drop Down Lists with Full Validation</title>
			<link>https://www.thoughtasylum.com/2009/03/15/Excel-Dynamic-Drop-Down-Lists-with-Full-Validation/</link>
			<description><![CDATA[<p>I was recently asked to look at a problem a colleague was having with an
Excel spreadsheet where they wanted to use a drop down list in the cells
of one column and then a drop down list in the next column that was
dependent upon the selection in the previous column. This is something
I’d come across before and a little browsing of the help file refreshed
my memory and I gave them a solution based upon data validation and the
use of the <code class="language-plaintext highlighter-rouge">INDIRECT</code> function.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-15-excel-list.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 15 Mar 2009 21:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-15-excel-list.png"><br><br><p>I was recently asked to look at a problem a colleague was having with an
Excel spreadsheet where they wanted to use a drop down list in the cells
of one column and then a drop down list in the next column that was
dependent upon the selection in the previous column. This is something
I’d come across before and a little browsing of the help file refreshed
my memory and I gave them a solution based upon data validation and the
use of the <code class="language-plaintext highlighter-rouge">INDIRECT</code> function.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/15/Excel-Dynamic-Drop-Down-Lists-with-Full-Validation</guid>
		</item>
		
		<item>
			<title>Reclaim Main Memory on a Windows Mobile Device</title>
			<link>https://www.thoughtasylum.com/2009/03/08/Reclaim-Main-Memory-on-a-Windows-Mobile-Device/</link>
			<description><![CDATA[<p>I’ve been trying a number of applications recently on my Windows mobile
device (Samsung Omnia) and it started grumbling again that I’m low on
main storage memory.  I’ve made it much happier now so I thought I’d
share some of my tips with you on how to keep your storage memory free. 
Some of the tips may only be applicable if you have certain items of
software installed.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-low-memory.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 08 Mar 2009 21:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-low-memory.png"><br><br><p>I’ve been trying a number of applications recently on my Windows mobile
device (Samsung Omnia) and it started grumbling again that I’m low on
main storage memory.  I’ve made it much happier now so I thought I’d
share some of my tips with you on how to keep your storage memory free. 
Some of the tips may only be applicable if you have certain items of
software installed.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/08/Reclaim-Main-Memory-on-a-Windows-Mobile-Device</guid>
		</item>
		
		<item>
			<title>Windows Mobile - Unsuccessful Installation of CAB File</title>
			<link>https://www.thoughtasylum.com/2009/03/08/Windows-Mobile-Unsuccessful-Installation-of-CAB-File/</link>
			<description><![CDATA[<p>I’ve just been installing some new software onto my Windows Mobile
phone, but I kept getting an error message saying that it had been
unsuccessful … nothing as to why of course.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-cab.jpg" type="image/jpeg" length="0" />
			<pubDate>Sun, 08 Mar 2009 00:39:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-cab.jpg"><br><br><p>I’ve just been installing some new software onto my Windows Mobile
phone, but I kept getting an error message saying that it had been
unsuccessful … nothing as to why of course.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/08/Windows-Mobile-Unsuccessful-Installation-of-CAB-File</guid>
		</item>
		
		<item>
			<title>Windows Mobile Keyboard</title>
			<link>https://www.thoughtasylum.com/2009/03/08/Windows-Mobile-Keyboard/</link>
			<description><![CDATA[<p>A little while ago I spent some time outside of work struggling with a
particular application on my Samsung Omnia i900 mobile phone.  It seemed
like it just didn’t work properly and I almost reported it to the
developers as a bug.  Just before I did I came across another piece of
mobile software and noted a very similar problem and this time something
clicked and I realised what the issue really was.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-windows-keyboard.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 08 Mar 2009 00:17:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-08-windows-keyboard.png"><br><br><p>A little while ago I spent some time outside of work struggling with a
particular application on my Samsung Omnia i900 mobile phone.  It seemed
like it just didn’t work properly and I almost reported it to the
developers as a bug.  Just before I did I came across another piece of
mobile software and noted a very similar problem and this time something
clicked and I realised what the issue really was.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/08/Windows-Mobile-Keyboard</guid>
		</item>
		
		<item>
			<title>Can't XPerience a canvas</title>
			<link>https://www.thoughtasylum.com/2009/03/01/Cant-XPerience-a-canvas/</link>
			<description><![CDATA[<p><a href="http://www.officelabs.com/Pages/Default.aspx">Microsoft Office Labs</a>
have launched an exciting new addition to One Note - <a href="http://www.officelabs.com/projects/canvasforonenote/Pages/default.aspx">Canvas for One
Note</a>. 
This is the same idea as <a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx">pptPlex for
PowerPoint</a>
and instead off slides it amalgamates One Note notebook pages into a
single canvas.  You can then zoom in and out and edit pages on a desktop
like layout.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-01-sketch.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 01 Mar 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-03-01-sketch.png"><br><br><p><a href="http://www.officelabs.com/Pages/Default.aspx">Microsoft Office Labs</a>
have launched an exciting new addition to One Note - <a href="http://www.officelabs.com/projects/canvasforonenote/Pages/default.aspx">Canvas for One
Note</a>. 
This is the same idea as <a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx">pptPlex for
PowerPoint</a>
and instead off slides it amalgamates One Note notebook pages into a
single canvas.  You can then zoom in and out and edit pages on a desktop
like layout.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/03/01/Cant-XPerience-a-canvas</guid>
		</item>
		
		<item>
			<title>QR Code and MS Tag Experiment</title>
			<link>https://www.thoughtasylum.com/2009/02/27/QR-Code-MS-Tag-Experiment/</link>
			<description><![CDATA[<p>At Thursday’s <a href="http://rebootit.wordpress.com/2009/02/26/technical-community-event/">technical community
event</a>
I had a little experiment involving QR Codes and Microsoft Tags.  We
have information up in our office meeting rooms about how visitors may
access our wireless network.  We have an alphanumeric access key and I
used this as the basis for my little experiment.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-27-tags.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Feb 2009 12:26:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-27-tags.png"><br><br><p>At Thursday’s <a href="http://rebootit.wordpress.com/2009/02/26/technical-community-event/">technical community
event</a>
I had a little experiment involving QR Codes and Microsoft Tags.  We
have information up in our office meeting rooms about how visitors may
access our wireless network.  We have an alphanumeric access key and I
used this as the basis for my little experiment.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/27/QR-Code-MS-Tag-Experiment</guid>
		</item>
		
		<item>
			<title>The Ultimate ICT Support Tool</title>
			<link>https://www.thoughtasylum.com/2009/02/27/The-Ultimate-ICT-Support-Tool/</link>
			<description><![CDATA[<p>One thing I came across after managing to find five minutes to read through some news feed recommendations a few weeks ago is something which could be the ultimate ICT support tool.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-27-lmgtfy.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 27 Feb 2009 04:40:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-27-lmgtfy.png"><br><br><p>One thing I came across after managing to find five minutes to read through some news feed recommendations a few weeks ago is something which could be the ultimate ICT support tool.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/27/The-Ultimate-ICT-Support-Tool</guid>
		</item>
		
		<item>
			<title>Technical Community Event</title>
			<link>https://www.thoughtasylum.com/2009/02/26/Technical-Community-Event/</link>
			<description><![CDATA[<p>Today the Academy York office hosted an event for the Academy’s
technical community.  Staff with ICT interests from York were joined by
a range of like minded colleagues from the Academy Subject Centres and
some guest speakers from outside of the community - around thirty in
total.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-26-meet.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 26 Feb 2009 23:39:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-26-meet.png"><br><br><p>Today the Academy York office hosted an event for the Academy’s
technical community.  Staff with ICT interests from York were joined by
a range of like minded colleagues from the Academy Subject Centres and
some guest speakers from outside of the community - around thirty in
total.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/26/Technical-Community-Event</guid>
		</item>
		
		<item>
			<title>Omnia and Microsoft Tag</title>
			<link>https://www.thoughtasylum.com/2009/02/26/Omnia-and-Microsoft-Tag/</link>
			<description><![CDATA[<p>Well it’s been a little while since I posted my <a href="http://rebootit.wordpress.com/2009/01/25/microsoft-tags-vs-qr-codes/">comparison of Microsoft
Tag and QR
Codes</a>. 
In this post I noted that there was a strange 90° anti-clockwise when
using the Microsoft Tag reader on my Samsung Omnia i900. Well I stumbled
across the reason today whilst testing some Microsoft Tag print outs I
had produced for an event.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-26-omnia.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 26 Feb 2009 20:33:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-26-omnia.png"><br><br><p>Well it’s been a little while since I posted my <a href="http://rebootit.wordpress.com/2009/01/25/microsoft-tags-vs-qr-codes/">comparison of Microsoft
Tag and QR
Codes</a>. 
In this post I noted that there was a strange 90° anti-clockwise when
using the Microsoft Tag reader on my Samsung Omnia i900. Well I stumbled
across the reason today whilst testing some Microsoft Tag print outs I
had produced for an event.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/26/Omnia-and-Microsoft-Tag</guid>
		</item>
		
		<item>
			<title>Universal Charger for Mobile Phones</title>
			<link>https://www.thoughtasylum.com/2009/02/23/Universal-Charger-for-Mobile-Phones/</link>
			<description><![CDATA[<p>About a week ago the BBC ran <a href="http://news.bbc.co.uk/1/hi/technology/7894763.stm">an article about standardisation of mobile
phone chargers</a>.  Not
particularly interesting at first thought, but the article was quite
enlightening.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-23-charge-everything.jpg" type="image/jpeg" length="0" />
			<pubDate>Mon, 23 Feb 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-23-charge-everything.jpg"><br><br><p>About a week ago the BBC ran <a href="http://news.bbc.co.uk/1/hi/technology/7894763.stm">an article about standardisation of mobile
phone chargers</a>.  Not
particularly interesting at first thought, but the article was quite
enlightening.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/23/Universal-Charger-for-Mobile-Phones</guid>
		</item>
		
		<item>
			<title>Zxing a QR Code in a pinch</title>
			<link>https://www.thoughtasylum.com/2009/02/21/Zxing-a-QR-Code-in-a-pinch/</link>
			<description><![CDATA[<p>Have you ever found yourself in a pinch where there’s a QR code on a web
page or stored on your computer and you don’t have your phone with you
(or more often than not your smart phone’s battery has died on you
{<em>again</em>})?  Well <a href="http://zxing.org">Zxing</a> to the rescue.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-21-zebra-crossing.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 21 Feb 2009 23:25:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-21-zebra-crossing.png"><br><br><p>Have you ever found yourself in a pinch where there’s a QR code on a web
page or stored on your computer and you don’t have your phone with you
(or more often than not your smart phone’s battery has died on you
{<em>again</em>})?  Well <a href="http://zxing.org">Zxing</a> to the rescue.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/21/Zxing-a-QR-Code-in-a-pinch</guid>
		</item>
		
		<item>
			<title>AutoHotKey - Portable Drive Menu</title>
			<link>https://www.thoughtasylum.com/2009/02/21/AutoHotKey-Portable-Drive-Menu/</link>
			<description><![CDATA[<p>I’m a big fan of portable applications and particularly the work driven
by <a href="http://portableapps.com/">PortableApps.com</a>.  The PortableApps Menu
has been undergoing a revamp for some time now to work towards a number
of enhancements and in the mean time I’ve taken up using a branch of
this known as <a href="http://geek-menu.sourceforge.net/">Geek Menu</a>. 
Unfortunately they are all quite slow as I have a huge number of
portable applications on my portable hard drive.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-21-ahk-menu.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 21 Feb 2009 22:58:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-21-ahk-menu.png"><br><br><p>I’m a big fan of portable applications and particularly the work driven
by <a href="http://portableapps.com/">PortableApps.com</a>.  The PortableApps Menu
has been undergoing a revamp for some time now to work towards a number
of enhancements and in the mean time I’ve taken up using a branch of
this known as <a href="http://geek-menu.sourceforge.net/">Geek Menu</a>. 
Unfortunately they are all quite slow as I have a huge number of
portable applications on my portable hard drive.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/21/AutoHotKey-Portable-Drive-Menu</guid>
		</item>
		
		<item>
			<title>NoteTab Clip - Day of Week</title>
			<link>https://www.thoughtasylum.com/2009/02/19/NoteTab-Clip-Day-of-Week/</link>
			<description><![CDATA[<p>I seem to be doing rather a lot with NoteTab at the moment and again I
thought I’d share something useful I scripted.  This time around, it’s relating to date/time and days of the week.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-19-monday.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 19 Feb 2009 22:35:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-19-monday.png"><br><br><p>I seem to be doing rather a lot with NoteTab at the moment and again I
thought I’d share something useful I scripted.  This time around, it’s relating to date/time and days of the week.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/19/NoteTab-Clip-Day-of-Week</guid>
		</item>
		
		<item>
			<title>Twitter HashTags</title>
			<link>https://www.thoughtasylum.com/2009/02/19/Twitter-HashTags/</link>
			<description><![CDATA[<p><a href="http://www.twitter.com">Twitter</a> seems to have become really big in the
UK all of a sudden.  <a href="http://twitter.com/stephenfry">Stephen Fry</a> has
been leading the way for some time, but lately there have been a whole
slew of celebrities tweeting away raising the awareness and popularity
of the system.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-19-hash.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 19 Feb 2009 22:20:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-19-hash.png"><br><br><p><a href="http://www.twitter.com">Twitter</a> seems to have become really big in the
UK all of a sudden.  <a href="http://twitter.com/stephenfry">Stephen Fry</a> has
been leading the way for some time, but lately there have been a whole
slew of celebrities tweeting away raising the awareness and popularity
of the system.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/19/Twitter-HashTags</guid>
		</item>
		
		<item>
			<title>NoteTab - Calculating Text</title>
			<link>https://www.thoughtasylum.com/2009/02/17/NoteTab-Calculating-Text/</link>
			<description><![CDATA[<p>In my latest foray into NoteTab arithmetic I came across a curious fact
around performing arithmetic calculations on a variable containing
text.  Whilst in purely mathematical terms an arithmetic operation on
something that has a numeric value is a bit nonsensical, but NoteTab is
a text editor…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-17-algebra.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 17 Feb 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-17-algebra.jpg"><br><br><p>In my latest foray into NoteTab arithmetic I came across a curious fact
around performing arithmetic calculations on a variable containing
text.  Whilst in purely mathematical terms an arithmetic operation on
something that has a numeric value is a bit nonsensical, but NoteTab is
a text editor…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/17/NoteTab-Calculating-Text</guid>
		</item>
		
		<item>
			<title>NoteTab Numeric Accuracy</title>
			<link>https://www.thoughtasylum.com/2009/02/15/NoteTab-Numeric-Accuracy/</link>
			<description><![CDATA[<p>I’ve been working on something to help me with some logging activity in
NoteTab and I’ll be posting a variety of useful bits and pieces from
this in both this micro blog (FlagIT) and my main blog (RebootIT).  As
part of this I was looking at producing some date related clips which
necessitated looking at some mathematical clips and notably one to
determine if a number is an Integer.  NoteTab is a text editor and
numeric manipulations are definitely not its forte, so I needed to
produce a clip function to do this.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-15-vernier.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 15 Feb 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-15-vernier.png"><br><br><p>I’ve been working on something to help me with some logging activity in
NoteTab and I’ll be posting a variety of useful bits and pieces from
this in both this micro blog (FlagIT) and my main blog (RebootIT).  As
part of this I was looking at producing some date related clips which
necessitated looking at some mathematical clips and notably one to
determine if a number is an Integer.  NoteTab is a text editor and
numeric manipulations are definitely not its forte, so I needed to
produce a clip function to do this.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/15/NoteTab-Numeric-Accuracy</guid>
		</item>
		
		<item>
			<title>Live Mesh - Force Synchronisation</title>
			<link>https://www.thoughtasylum.com/2009/02/11/Live-Mesh-Force-Synchronisation/</link>
			<description><![CDATA[<p>I’m really enjoying the flexibility that <a href="http://www.mesh.com/">Microsoft Live
Mesh</a> is giving me.  It lets me synchronise bits
and pieces between various computers and means that I can have quick and
easy access to files on my home computer(s), work computer, my Windows
mobile phone and even on a computer used by my sports club.   It’s a bit
like offline files but the Internet is your network and therefore it’s
quite a bit slower to synchronise than if you’re on an office LAN for
example.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-11-live-mesh.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 11 Feb 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-11-live-mesh.png"><br><br><p>I’m really enjoying the flexibility that <a href="http://www.mesh.com/">Microsoft Live
Mesh</a> is giving me.  It lets me synchronise bits
and pieces between various computers and means that I can have quick and
easy access to files on my home computer(s), work computer, my Windows
mobile phone and even on a computer used by my sports club.   It’s a bit
like offline files but the Internet is your network and therefore it’s
quite a bit slower to synchronise than if you’re on an office LAN for
example.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/11/Live-Mesh-Force-Synchronisation</guid>
		</item>
		
		<item>
			<title>NoteTab Clip - Duplicate File</title>
			<link>https://www.thoughtasylum.com/2009/02/02/NoteTab-Clip-Duplicate-File/</link>
			<description><![CDATA[<p>Quite often when working on a file I want to clone it as a backup or to
work on another copy to try something out. I was doing this so often and
being such a lazy coder I whipped up a quick NoteTab clip to make it
even easier. Run it with the file you want to duplicate open in
<a href="http://www.notetab.com">NoteTab</a> and it will create a duplicate in a
new tab and give it the focus.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-02-duplicate-file.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 02 Feb 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-02-duplicate-file.png"><br><br><p>Quite often when working on a file I want to clone it as a backup or to
work on another copy to try something out. I was doing this so often and
being such a lazy coder I whipped up a quick NoteTab clip to make it
even easier. Run it with the file you want to duplicate open in
<a href="http://www.notetab.com">NoteTab</a> and it will create a duplicate in a
new tab and give it the focus.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/02/NoteTab-Clip-Duplicate-File</guid>
		</item>
		
		<item>
			<title>Excel - Multiple Worksheet Macros</title>
			<link>https://www.thoughtasylum.com/2009/02/01/Excel-Multiple-Worksheet-Macros/</link>
			<description><![CDATA[<p>A little while ago I was asked by one of our finance team to see if I
could help reduce the workload required in maintaining a reporting Excel
spreadsheet. Along with some very specific automation amendments to the
spreadsheet I also created something quite generic to allow a macro to
be run against multiple worksheets in an Excel workbook.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-01-excel.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 01 Feb 2009 23:01:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-01-excel.png"><br><br><p>A little while ago I was asked by one of our finance team to see if I
could help reduce the workload required in maintaining a reporting Excel
spreadsheet. Along with some very specific automation amendments to the
spreadsheet I also created something quite generic to allow a macro to
be run against multiple worksheets in an Excel workbook.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/01/Excel-Multiple-Worksheet-Macros</guid>
		</item>
		
		<item>
			<title>NoteTab Clipping - Binary Clip Wizard Options</title>
			<link>https://www.thoughtasylum.com/2009/02/01/NoteTab-Clipping-Binary-Clip-Wizard-Options/</link>
			<description><![CDATA[<p><a href="http://www.notetab.com">NoteTab</a> clipping uses the clip wizard
functionality to produce sophisticated input dialog windows to obtain
information from the user.  There is however a strange view produced
when looking at a single check box. The clip code shown below shows the
various pieces of clip code used and below that are the discussions of
the approach and options along with the screen shots of what the clip
wizard produces.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-01-toggle.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 01 Feb 2009 13:18:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-02-01-toggle.png"><br><br><p><a href="http://www.notetab.com">NoteTab</a> clipping uses the clip wizard
functionality to produce sophisticated input dialog windows to obtain
information from the user.  There is however a strange view produced
when looking at a single check box. The clip code shown below shows the
various pieces of clip code used and below that are the discussions of
the approach and options along with the screen shots of what the clip
wizard produces.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/02/01/NoteTab-Clipping-Binary-Clip-Wizard-Options</guid>
		</item>
		
		<item>
			<title>Continuous Ping</title>
			<link>https://www.thoughtasylum.com/2009/01/31/Continuous-Ping/</link>
			<description><![CDATA[<p>Sometimes when testing network connectivity to a server on the local LAN
or a web site I use the ubiquitous PING command to do the job.  If I
need to do it repeatedly I tend to write a quick DOS batch file (a text
based script with a file extension of BAT or CMD).</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-31-ping.jpg" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Jan 2009 23:47:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-31-ping.jpg"><br><br><p>Sometimes when testing network connectivity to a server on the local LAN
or a web site I use the ubiquitous PING command to do the job.  If I
need to do it repeatedly I tend to write a quick DOS batch file (a text
based script with a file extension of BAT or CMD).</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/31/Continuous-Ping</guid>
		</item>
		
		<item>
			<title>Google May Harm Your Computer</title>
			<link>https://www.thoughtasylum.com/2009/01/31/Google-May-Harm-Your-Computer/</link>
			<description><![CDATA[<p>Like almost everyone else with an Internet connection on the western part of our planet I
use Google a lot.  Today though they seem to be having problems. 
Everything I’m searching for seems to have an associated warning - this
site may harm your computer.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-31-google.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 31 Jan 2009 15:17:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-31-google.png"><br><br><p>Like almost everyone else with an Internet connection on the western part of our planet I
use Google a lot.  Today though they seem to be having problems. 
Everything I’m searching for seems to have an associated warning - this
site may harm your computer.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/31/Google-May-Harm-Your-Computer</guid>
		</item>
		
		<item>
			<title>NoteTab Clip - Use Empty File</title>
			<link>https://www.thoughtasylum.com/2009/01/29/NoteTab-Clip-Use-Empty-File/</link>
			<description><![CDATA[<p>A little clip I like to use in NoteTab is one for ensuring that I have
an empty file.  I usually call it using the <code class="language-plaintext highlighter-rouge">^!FarClip</code> command from a
standard library before I dump out the results of something where I
always want it to be separate.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-29-empty-file.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 29 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-29-empty-file.png"><br><br><p>A little clip I like to use in NoteTab is one for ensuring that I have
an empty file.  I usually call it using the <code class="language-plaintext highlighter-rouge">^!FarClip</code> command from a
standard library before I dump out the results of something where I
always want it to be separate.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/29/NoteTab-Clip-Use-Empty-File</guid>
		</item>
		
		<item>
			<title>NoteTab Clipping - Detect Parameter Passing</title>
			<link>https://www.thoughtasylum.com/2009/01/27/NoteTab-Clipping-Detect-Parameter-Passing/</link>
			<description><![CDATA[<p>When working with <a href="http://www.notetab.com">NoteTab</a> clips I like to be
efficient and reuse clips just like programmers do with functions,
subroutines, code libraries, etc. So one little thing I like to use when
dealing with some clips is a conditional statement that allows the clip
to work out if it was called from another clip with a parameter.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-27-missing.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 27 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-27-missing.png"><br><br><p>When working with <a href="http://www.notetab.com">NoteTab</a> clips I like to be
efficient and reuse clips just like programmers do with functions,
subroutines, code libraries, etc. So one little thing I like to use when
dealing with some clips is a conditional statement that allows the clip
to work out if it was called from another clip with a parameter.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/27/NoteTab-Clipping-Detect-Parameter-Passing</guid>
		</item>
		
		<item>
			<title>Microsoft Tags vs. QR Codes</title>
			<link>https://www.thoughtasylum.com/2009/01/25/Microsoft-Tags-vs.-QR-Codes/</link>
			<description><![CDATA[<p>Microsoft have relatively recently launched their new “mobile tagging”
beta programme.  It’s quite similar to the existing QR codes that have
been around for some time and it was for this reason that it caught my
attention and I decided to give <a href="http://tag.microsoft.com/">Microsoft
Tag</a> an evaluation in comparison to <a href="http://en.wikipedia.org/wiki/QR_Code">QR
codes</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-25-tags.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 25 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-25-tags.png"><br><br><p>Microsoft have relatively recently launched their new “mobile tagging”
beta programme.  It’s quite similar to the existing QR codes that have
been around for some time and it was for this reason that it caught my
attention and I decided to give <a href="http://tag.microsoft.com/">Microsoft
Tag</a> an evaluation in comparison to <a href="http://en.wikipedia.org/wiki/QR_Code">QR
codes</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/25/Microsoft-Tags-vs.-QR-Codes</guid>
		</item>
		
		<item>
			<title>Sticky Note Sorting</title>
			<link>https://www.thoughtasylum.com/2009/01/20/Sticky-Note-Sorting/</link>
			<description><![CDATA[<p>Ever sorted sticky notes (affinity diagramming) on a wall and then had
to copy it all down?  Well perhaps
<a href="http://www.officelabs.com/projects/stickysorter/Pages/default.aspx">StickySorter</a>from
<a href="http://www.officelabs.com">Microsoft Offics Labs</a> might be just the
thing you need.  Combine it with an electronic whiteboard like
<a href="http://www.mimio.com/">MIMIO</a>or a projector and a <a href="http://store.gyration.co.uk/index.php?nottype=SPARES">gyroscopic/wireless
keyboard &amp; mouse</a>
and you can really get to work.  With <a href="http://www.microsoft.com/surface/index.html">Microsoft
Surface</a> on the horizon it
could be even more natural and just ever so slightly Minority Report …
but not everything’s perfect.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-20-sticky-notes.jpg" type="image/jpeg" length="0" />
			<pubDate>Tue, 20 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-20-sticky-notes.jpg"><br><br><p>Ever sorted sticky notes (affinity diagramming) on a wall and then had
to copy it all down?  Well perhaps
<a href="http://www.officelabs.com/projects/stickysorter/Pages/default.aspx">StickySorter</a>from
<a href="http://www.officelabs.com">Microsoft Offics Labs</a> might be just the
thing you need.  Combine it with an electronic whiteboard like
<a href="http://www.mimio.com/">MIMIO</a>or a projector and a <a href="http://store.gyration.co.uk/index.php?nottype=SPARES">gyroscopic/wireless
keyboard &amp; mouse</a>
and you can really get to work.  With <a href="http://www.microsoft.com/surface/index.html">Microsoft
Surface</a> on the horizon it
could be even more natural and just ever so slightly Minority Report …
but not everything’s perfect.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/20/Sticky-Note-Sorting</guid>
		</item>
		
		<item>
			<title>BETT Show 09</title>
			<link>https://www.thoughtasylum.com/2009/01/14/BETT-Show-09/</link>
			<description><![CDATA[<p>As anyone who’s been following the RebootIT Twitter feed today will
know, I’ve been at the first day of the <a href="http://www.bettshow.com/">BETT Show
09</a>. BETT (or British Education and Training
Technology) is an education focussed technology event with the global
industry giants of IT such as Microsoft right the way down to businesses
run by individuals providing specialised learning materials. Whilst the
Academy is not dealing directly with educating students, we do work in
the HE sector and so the suppliers are often the same. Additionally we
do need to train our own staff in technology and so there’s some
parallels there too.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-14-bett.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 14 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-14-bett.jpg"><br><br><p>As anyone who’s been following the RebootIT Twitter feed today will
know, I’ve been at the first day of the <a href="http://www.bettshow.com/">BETT Show
09</a>. BETT (or British Education and Training
Technology) is an education focussed technology event with the global
industry giants of IT such as Microsoft right the way down to businesses
run by individuals providing specialised learning materials. Whilst the
Academy is not dealing directly with educating students, we do work in
the HE sector and so the suppliers are often the same. Additionally we
do need to train our own staff in technology and so there’s some
parallels there too.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/14/BETT-Show-09</guid>
		</item>
		
		<item>
			<title>Screen Capture</title>
			<link>https://www.thoughtasylum.com/2009/01/12/Screen-Capture/</link>
			<description><![CDATA[<p>For a simple screen shot taking tool,
<a href="http://lightscreen.sourceforge.net/">Lightscreen</a> is a free piece of
software that sits in the system tray and can assign hot keys to
capturing screen areas as well as the usual desktop and active window. 
It can also be set to dump out direct to file.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-12-screencap.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 12 Jan 2009 22:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-12-screencap.png"><br><br><p>For a simple screen shot taking tool,
<a href="http://lightscreen.sourceforge.net/">Lightscreen</a> is a free piece of
software that sits in the system tray and can assign hot keys to
capturing screen areas as well as the usual desktop and active window. 
It can also be set to dump out direct to file.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/12/Screen-Capture</guid>
		</item>
		
		<item>
			<title>PowerPoint - Mastering the canvas</title>
			<link>https://www.thoughtasylum.com/2009/01/12/PowerPoint-Mastering-the-canvas/</link>
			<description><![CDATA[<p>Every presentation these days involves Microsoft PowerPoint.  After a
while no matter how much multimedia you add to it, your presentation can
still look a bit dull and boring.  In order to make your next
presentation a bit different why not try
<a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx">pptPlex</a>?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-12-present.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 12 Jan 2009 21:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-12-present.png"><br><br><p>Every presentation these days involves Microsoft PowerPoint.  After a
while no matter how much multimedia you add to it, your presentation can
still look a bit dull and boring.  In order to make your next
presentation a bit different why not try
<a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx">pptPlex</a>?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/12/PowerPoint-Mastering-the-canvas</guid>
		</item>
		
		<item>
			<title>Grab Web Page into NoteTab Text Editor</title>
			<link>https://www.thoughtasylum.com/2009/01/11/Grab-Web-Page-into-NoteTab-Text-Editor/</link>
			<description><![CDATA[<p>NoteTab is a favoured text editor of mine and for a number of years I’ve
used it for working with web pages and coding up HTML, PHP, Javascript
and the like.  One of the best features of NoteTab (beyond the light
version being free to download) is its powerful scripting language -
creating what is known as NoteTab Clips.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-11-grab-web-page.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 11 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-11-grab-web-page.png"><br><br><p>NoteTab is a favoured text editor of mine and for a number of years I’ve
used it for working with web pages and coding up HTML, PHP, Javascript
and the like.  One of the best features of NoteTab (beyond the light
version being free to download) is its powerful scripting language -
creating what is known as NoteTab Clips.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/11/Grab-Web-Page-into-NoteTab-Text-Editor</guid>
		</item>
		
		<item>
			<title>Word - Creating Sample Text</title>
			<link>https://www.thoughtasylum.com/2009/01/09/Word-Creating-Sample-Text/</link>
			<description><![CDATA[<p>Microsoft Word has a little known feature (unless you happen to have
read Microsoft Knowledgebase Article 212251 of course) that allows you
to create large amounts of sample text using what’s in effect an inline
macro command.  Microsoft Word 2007 has a wider range of macro commands
than previous versions, but I’ll describe the 2007 versions here.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-09-boilerplate.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 09 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-09-boilerplate.jpg"><br><br><p>Microsoft Word has a little known feature (unless you happen to have
read Microsoft Knowledgebase Article 212251 of course) that allows you
to create large amounts of sample text using what’s in effect an inline
macro command.  Microsoft Word 2007 has a wider range of macro commands
than previous versions, but I’ll describe the 2007 versions here.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/09/Word-Creating-Sample-Text</guid>
		</item>
		
		<item>
			<title>Meeting Scheduling</title>
			<link>https://www.thoughtasylum.com/2009/01/07/Meeting-Scheduling/</link>
			<description><![CDATA[<p>When scheduling meetings with people who don’t share a common calendar
system I favor the use of <a href="http://www.doodle.com">Doodle</a>.  However you
might be interested to know that
<a href="http://www.meetomatic.com/">Meet-o-matic</a> are offering <a href="http://beta.meetomatic.com/whatsthis.php">1,000 free
registrations for their latest more advanced beta
version</a> for online
registrations.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-07-schedule.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 07 Jan 2009 21:50:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-07-schedule.jpg"><br><br><p>When scheduling meetings with people who don’t share a common calendar
system I favor the use of <a href="http://www.doodle.com">Doodle</a>.  However you
might be interested to know that
<a href="http://www.meetomatic.com/">Meet-o-matic</a> are offering <a href="http://beta.meetomatic.com/whatsthis.php">1,000 free
registrations for their latest more advanced beta
version</a> for online
registrations.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/07/Meeting-Scheduling</guid>
		</item>
		
		<item>
			<title>Drip Feed</title>
			<link>https://www.thoughtasylum.com/2009/01/07/Drip-Feed/</link>
			<description><![CDATA[<p>I did a bit more tweaking of the <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=5HKCZkXc3RG5SDs0_w6H4A">Yahoo
Pipe</a>
construct that puts the <a href="http://flagit.wordpress.com">FlagIT blog</a> and
<a href="http://twitter.com/rebootit">Twitter feed</a> together onto the <a href="http://rebootit.wordpress.com">Reboot IT
blog</a>.  The output now combines the two
feeds in a chronological order.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-07-drip.jpg" type="image/jpeg" length="0" />
			<pubDate>Wed, 07 Jan 2009 21:26:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-07-drip.jpg"><br><br><p>I did a bit more tweaking of the <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=5HKCZkXc3RG5SDs0_w6H4A">Yahoo
Pipe</a>
construct that puts the <a href="http://flagit.wordpress.com">FlagIT blog</a> and
<a href="http://twitter.com/rebootit">Twitter feed</a> together onto the <a href="http://rebootit.wordpress.com">Reboot IT
blog</a>.  The output now combines the two
feeds in a chronological order.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/07/Drip-Feed</guid>
		</item>
		
		<item>
			<title>Excel - Get Worksheet Name</title>
			<link>https://www.thoughtasylum.com/2009/01/06/Excel-Get-Worksheet-Name/</link>
			<description><![CDATA[<p>I was working on an Excel spreadsheet a couple of days ago where I
wanted to automatically pick up the name of the current worksheet to use
in a VLOOKUP function.  I came up with the following combination of
functions to get it for me…</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-06-excel.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 06 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-06-excel.png"><br><br><p>I was working on an Excel spreadsheet a couple of days ago where I
wanted to automatically pick up the name of the current worksheet to use
in a VLOOKUP function.  I came up with the following combination of
functions to get it for me…</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/06/Excel-Get-Worksheet-Name</guid>
		</item>
		
		<item>
			<title>Casting for Apple Devices from Windows</title>
			<link>https://www.thoughtasylum.com/2009/01/01/Casting-for-Apple-Devices-from-Windows/</link>
			<description><![CDATA[<p>When it comes to podcasting Apple is the king.  The iPod and its
variations lead the market and  the software bundled with Mac OS X makes
creating any sort of podcast a breeze.  Unfortunately not everyone has
access to an Apple Mac be it for financial reasons or for internal IT
related issues.  Creating podcasts from Windows is a little more
laborious, but with the right tools it can be made much easier.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-01-podcast.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 01 Jan 2009 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2009/2009-01-01-podcast.png"><br><br><p>When it comes to podcasting Apple is the king.  The iPod and its
variations lead the market and  the software bundled with Mac OS X makes
creating any sort of podcast a breeze.  Unfortunately not everyone has
access to an Apple Mac be it for financial reasons or for internal IT
related issues.  Creating podcasts from Windows is a little more
laborious, but with the right tools it can be made much easier.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2009/01/01/Casting-for-Apple-Devices-from-Windows</guid>
		</item>
		
		<item>
			<title>Connect the Dots</title>
			<link>https://www.thoughtasylum.com/2008/12/29/Connect-the-Dots/</link>
			<description><![CDATA[<p>One of the biggest things in the Academy is communication. Just like any
other organisation there’s a whole heap of discussion about the right
ways to communicate and about who receives what information, and about
what constitutes too little and information versus information overload.
There will never be a perfect fit for everyone, but that doesn’t mean
that it isn’t worth exploring the options we have available and trying
things out from time to time.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-29-dot_to_dot.png" type="image/jpeg" length="0" />
			<pubDate>Mon, 29 Dec 2008 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-29-dot_to_dot.png"><br><br><p>One of the biggest things in the Academy is communication. Just like any
other organisation there’s a whole heap of discussion about the right
ways to communicate and about who receives what information, and about
what constitutes too little and information versus information overload.
There will never be a perfect fit for everyone, but that doesn’t mean
that it isn’t worth exploring the options we have available and trying
things out from time to time.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/12/29/Connect-the-Dots</guid>
		</item>
		
		<item>
			<title>Spot IT</title>
			<link>https://www.thoughtasylum.com/2008/12/28/Spot-IT/</link>
			<description><![CDATA[<p>My background is as a systems developer and I like to think that I’m
quite a good developer in so much as I like to achieve outcomes using
the minimum of effort. In my book “<em>a good programmer is a lazy
programmer</em>”. So whilst this post does not relate in any way to
programming it does relate to me finding ways in which to update this
blog with the minimum of effort. In this particular case through
something you may have noticed a little way down on the right side of
the page called “Spot IT”.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-28-spotlight.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Dec 2008 23:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-28-spotlight.png"><br><br><p>My background is as a systems developer and I like to think that I’m
quite a good developer in so much as I like to achieve outcomes using
the minimum of effort. In my book “<em>a good programmer is a lazy
programmer</em>”. So whilst this post does not relate in any way to
programming it does relate to me finding ways in which to update this
blog with the minimum of effort. In this particular case through
something you may have noticed a little way down on the right side of
the page called “Spot IT”.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/12/28/Spot-IT</guid>
		</item>
		
		<item>
			<title>An Odd Denial</title>
			<link>https://www.thoughtasylum.com/2008/12/28/An-Odd-Denial/</link>
			<description><![CDATA[<p>I’ve been running a Windows Home Server for almost a year now but in
trying to set-up a new FTP server (which caused some very odd networking
issues with my router) and came across an odd issue. I’m guessing this
may be down to one of the various updates I’ve applied to my server as
I’ve not had cause to tinker with it since before I applied the Power
Pack 1 upgrade.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-28-locked.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 28 Dec 2008 21:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-28-locked.png"><br><br><p>I’ve been running a Windows Home Server for almost a year now but in
trying to set-up a new FTP server (which caused some very odd networking
issues with my router) and came across an odd issue. I’m guessing this
may be down to one of the various updates I’ve applied to my server as
I’ve not had cause to tinker with it since before I applied the Power
Pack 1 upgrade.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/12/28/An-Odd-Denial</guid>
		</item>
		
		<item>
			<title>Quick Response Encoding</title>
			<link>https://www.thoughtasylum.com/2008/12/11/Quick-Response-Encoding/</link>
			<description><![CDATA[<p>A little while back prompted  by a discussion doing the rounds on the
Academy technical group I had a bit of a look into quick response codes
(<a href="http://en.wikipedia.org/wiki/QR_Code">QR Codes</a>).  These are a type of
data matrix represented by a collection of  pixels in a square grid that
are usually used to represent something like a URL.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-11-quick.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 11 Dec 2008 17:50:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-11-quick.png"><br><br><p>A little while back prompted  by a discussion doing the rounds on the
Academy technical group I had a bit of a look into quick response codes
(<a href="http://en.wikipedia.org/wiki/QR_Code">QR Codes</a>).  These are a type of
data matrix represented by a collection of  pixels in a square grid that
are usually used to represent something like a URL.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/12/11/Quick-Response-Encoding</guid>
		</item>
		
		<item>
			<title>Push the Button</title>
			<link>https://www.thoughtasylum.com/2008/12/11/Push-the-Button/</link>
			<description><![CDATA[<p>I thought I’d start my first post on my new blos with a bit about why I’m starting it.  For the last couple of days I’ve been attending an event for <a href="http://www.heacademy.ac.uk">The Higher
Education Academy</a> where the staff from all
of our subject centres and our office in York got together to
collaborate and discuss various topics as well as have a bit of a
seasonal do.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-11-button.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 11 Dec 2008 09:22:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-12-11-button.png"><br><br><p>I thought I’d start my first post on my new blos with a bit about why I’m starting it.  For the last couple of days I’ve been attending an event for <a href="http://www.heacademy.ac.uk">The Higher
Education Academy</a> where the staff from all
of our subject centres and our office in York got together to
collaborate and discuss various topics as well as have a bit of a
seasonal do.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/12/11/Push-the-Button</guid>
		</item>
		
		<item>
			<title>The Path to File Enlightenment</title>
			<link>https://www.thoughtasylum.com/2008/11/14/The-Path-to-File-Enlightenment/</link>
			<description><![CDATA[<p>One of the most useful little scripts I’ve written allows me to copy a
file’s path to the clipboard.  This provides a quick and easy way of
pasting it into a file attachment dialog or even into the body of an
e-mail.  It’s certainly one of the most useful little automations I use on a daily basis.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-14-tree.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 14 Nov 2008 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-14-tree.png"><br><br><p>One of the most useful little scripts I’ve written allows me to copy a
file’s path to the clipboard.  This provides a quick and easy way of
pasting it into a file attachment dialog or even into the body of an
e-mail.  It’s certainly one of the most useful little automations I use on a daily basis.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/11/14/The-Path-to-File-Enlightenment</guid>
		</item>
		
		<item>
			<title>Destroying Mobile Opera's Bookmarks</title>
			<link>https://www.thoughtasylum.com/2008/11/13/Destroying-Mobile-Operas-Bookmarks/</link>
			<description><![CDATA[<p>One of the problems I’ve found frustrating recently with my Samsung
Omnia i900 mobile phone is the Opera mobile browser bookmarks. The
browser has been preloaded by my operator with a number of bookmarks
that I have no use for.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-13-bookmark.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 13 Nov 2008 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-13-bookmark.png"><br><br><p>One of the problems I’ve found frustrating recently with my Samsung
Omnia i900 mobile phone is the Opera mobile browser bookmarks. The
browser has been preloaded by my operator with a number of bookmarks
that I have no use for.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/11/13/Destroying-Mobile-Operas-Bookmarks</guid>
		</item>
		
		<item>
			<title>Using VCF to transfer contacts</title>
			<link>https://www.thoughtasylum.com/2008/11/08/Using-VCF-to-transfer-contacts/</link>
			<description><![CDATA[<p>I recently changed my mobile phone to a Samsung Omnia i900.  Whilst
there are several issues with it at the moment - mainly due to Vodafone
being way behind on tweaking any of the Samsung firmware releases, I’ve
found it to be a good phone, but it hasn’t been great at getting the
contact data off of my previous phone; a Sony Ericsson K800i.</p>

<p>After trying a few options I managed to get a neat transfer of data that
worked well.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-08-vcf.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 08 Nov 2008 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-08-vcf.png"><br><br><p>I recently changed my mobile phone to a Samsung Omnia i900.  Whilst
there are several issues with it at the moment - mainly due to Vodafone
being way behind on tweaking any of the Samsung firmware releases, I’ve
found it to be a good phone, but it hasn’t been great at getting the
contact data off of my previous phone; a Sony Ericsson K800i.</p>

<p>After trying a few options I managed to get a neat transfer of data that
worked well.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/11/08/Using-VCF-to-transfer-contacts</guid>
		</item>
		
		<item>
			<title>When I rule the web...</title>
			<link>https://www.thoughtasylum.com/2008/11/02/When-I-rule-the-web/</link>
			<description><![CDATA[<p>I’ve been working on a few updates on web sites recently and like many
web site developers I have been struggling with some nice browser based
variations.  I hope one day to find that Internet Explorer will actually
display pages the same way every other browser seems to be able to
without a special style sheet tweak or HTML workaround.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-02-throne.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 02 Nov 2008 00:00:00 +0000</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-11-02-throne.png"><br><br><p>I’ve been working on a few updates on web sites recently and like many
web site developers I have been struggling with some nice browser based
variations.  I hope one day to find that Internet Explorer will actually
display pages the same way every other browser seems to be able to
without a special style sheet tweak or HTML workaround.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/11/02/When-I-rule-the-web</guid>
		</item>
		
		<item>
			<title>The Algebra of Martial Arts Recruitment</title>
			<link>https://www.thoughtasylum.com/2008/10/18/The-Algebra-of-Martial-Arts-Recruitment/</link>
			<description><![CDATA[<p>I’ve been training in martial pursuits for my whole adult life and I am
now facing a publicity problem.  What makes people want to join a
martial arts club?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-10-18-algebra.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 18 Oct 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-10-18-algebra.png"><br><br><p>I’ve been training in martial pursuits for my whole adult life and I am
now facing a publicity problem.  What makes people want to join a
martial arts club?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/10/18/The-Algebra-of-Martial-Arts-Recruitment</guid>
		</item>
		
		<item>
			<title>Look - No Pens</title>
			<link>https://www.thoughtasylum.com/2008/10/09/Look-No-Pens/</link>
			<description><![CDATA[<p>Last week I was fortunate enough to have the opportunity to visit Old
Billingsgate in London for the MISCO Expo ‘08.  After standing in line
for twenty minutes a good few hundred yards from the entrance I managed
to get in and was pleasantly presented with a Wenger laptop backpack and
a nifty wireless Kensington mouse.  The venue was quite small but there
were plenty of suppliers packed in.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-10-09-no_pens.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 09 Oct 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-10-09-no_pens.png"><br><br><p>Last week I was fortunate enough to have the opportunity to visit Old
Billingsgate in London for the MISCO Expo ‘08.  After standing in line
for twenty minutes a good few hundred yards from the entrance I managed
to get in and was pleasantly presented with a Wenger laptop backpack and
a nifty wireless Kensington mouse.  The venue was quite small but there
were plenty of suppliers packed in.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/10/09/Look-No-Pens</guid>
		</item>
		
		<item>
			<title>Drupal 6: Maintaining your style offline</title>
			<link>https://www.thoughtasylum.com/2008/09/18/Drupal-6/-Maintaining-your-style-offline/</link>
			<description><![CDATA[<p>I’ve been migrating some web site content over the last few days onto a
new installation of Drupal.  The original site is still in place but in
order for the <a href="http://www.drupal.com" title="Drupal.com">Drupal</a> site to run
properly I needed to install it to the site root and set it offline. 
Originally I’d redirected the domain URL to the old index.html page, but
this caused a few problems for
<a href="http://www.drupal.com" title="Drupal.com">Drupal</a> saving settings.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-18-drupal.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 18 Sep 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-18-drupal.png"><br><br><p>I’ve been migrating some web site content over the last few days onto a
new installation of Drupal.  The original site is still in place but in
order for the <a href="http://www.drupal.com" title="Drupal.com">Drupal</a> site to run
properly I needed to install it to the site root and set it offline. 
Originally I’d redirected the domain URL to the old index.html page, but
this caused a few problems for
<a href="http://www.drupal.com" title="Drupal.com">Drupal</a> saving settings.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/09/18/Drupal-6/Drupal-6..-Maintaining-your-style-offline</guid>
		</item>
		
		<item>
			<title>Flaming registered globals</title>
			<link>https://www.thoughtasylum.com/2008/09/14/Flaming-registered-globals/</link>
			<description><![CDATA[<p>I run a number of web sites on a relatively cheap hosting service called
<a href="http://www.dataflame.co.uk" title="Dataflame UK">Dataflame</a>.  My current
bandwidth doesn’t let me run sites particularly well from home (just yet
anyway), and the technical issues I’ve had sometimes have been
infuriating, but for the price, I think the service is probably quite
reasonable.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-14-flames.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 14 Sep 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-14-flames.png"><br><br><p>I run a number of web sites on a relatively cheap hosting service called
<a href="http://www.dataflame.co.uk" title="Dataflame UK">Dataflame</a>.  My current
bandwidth doesn’t let me run sites particularly well from home (just yet
anyway), and the technical issues I’ve had sometimes have been
infuriating, but for the price, I think the service is probably quite
reasonable.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/09/14/Flaming-registered-globals</guid>
		</item>
		
		<item>
			<title>On-line Photo Albums</title>
			<link>https://www.thoughtasylum.com/2008/09/10/On-line-Photo-Albums/</link>
			<description><![CDATA[<p>There are lots of different photo albums out there available to upload
your photos to.  I’ve looked before at
<a href="http://www.flickr.com" title="FlickR">flickr</a> and I even have a
<a href="http://www.photobucket.com" title="Photo Bucket">photobucket</a> account
somewhere,  but I had a situation recently where these didn’t quite fit my needs.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-10-album.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 10 Sep 2008 23:30:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-10-album.png"><br><br><p>There are lots of different photo albums out there available to upload
your photos to.  I’ve looked before at
<a href="http://www.flickr.com" title="FlickR">flickr</a> and I even have a
<a href="http://www.photobucket.com" title="Photo Bucket">photobucket</a> account
somewhere,  but I had a situation recently where these didn’t quite fit my needs.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/09/10/On-line-Photo-Albums</guid>
		</item>
		
		<item>
			<title>Divide and Conquer the DVD</title>
			<link>https://www.thoughtasylum.com/2008/09/10/Divide-and-Conquer-the-DVD/</link>
			<description><![CDATA[<p>It’s been several weeks since I last posted something here.  This is
beause I’ve been rather busy preparing to get married, getting married,
and then having a honeymoon.  Anyway I’m back and I’d thought I’d write
a little something about a little task I set myself a few days back.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-10-broken_dvd.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 10 Sep 2008 23:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-09-10-broken_dvd.png"><br><br><p>It’s been several weeks since I last posted something here.  This is
beause I’ve been rather busy preparing to get married, getting married,
and then having a honeymoon.  Anyway I’m back and I’d thought I’d write
a little something about a little task I set myself a few days back.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/09/10/Divide-and-Conquer-the-DVD</guid>
		</item>
		
		<item>
			<title>Mark my words</title>
			<link>https://www.thoughtasylum.com/2008/07/30/Mark-my-words/</link>
			<description><![CDATA[<p>As an IT enthusiast I have far too many computers.  I won’t even begin to go
into just how many and the various states of repair, but the point is I
have more than one computer and from my other posts you may also have
noted that I like to have my IT on the move.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-30-bookmark.png" type="image/jpeg" length="0" />
			<pubDate>Wed, 30 Jul 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-30-bookmark.png"><br><br><p>As an IT enthusiast I have far too many computers.  I won’t even begin to go
into just how many and the various states of repair, but the point is I
have more than one computer and from my other posts you may also have
noted that I like to have my IT on the move.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/30/Mark-my-words</guid>
		</item>
		
		<item>
			<title>Too Tight to Roundhouse Kick to the Head?</title>
			<link>https://www.thoughtasylum.com/2008/07/29/Too-Tight-to-Roundhouse-Kick-to-the-Head/</link>
			<description><![CDATA[<p>As every good martial artist knows, duck the roundhouse kick to the head and you might just live long enough to be hit by the fist behind the beard of Chuck Norris.  The question is how can his <a href="http://www.sonypictures.com/tv/shows/walkertexasranger/">Walker Texas Ranger</a> character manage to make those round house kicks to the head when his jeans fit so well?</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-29-chuck.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 29 Jul 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-29-chuck.png"><br><br><p>As every good martial artist knows, duck the roundhouse kick to the head and you might just live long enough to be hit by the fist behind the beard of Chuck Norris.  The question is how can his <a href="http://www.sonypictures.com/tv/shows/walkertexasranger/">Walker Texas Ranger</a> character manage to make those round house kicks to the head when his jeans fit so well?</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/29/Too-Tight-to-Roundhouse-Kick-to-the-Head</guid>
		</item>
		
		<item>
			<title>iTunes 7.7 Responsiveness Problem</title>
			<link>https://www.thoughtasylum.com/2008/07/27/iTunes-7.7-Responsiveness-Problem/</link>
			<description><![CDATA[<p>I recently updated iTunes to version 7.7 on my XP desktop recently and
today I plugged my iPod video in to synchronise.   The whole thing froze
up and iTunes effectively became non-responsive.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-27-itunes.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 27 Jul 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-27-itunes.png"><br><br><p>I recently updated iTunes to version 7.7 on my XP desktop recently and
today I plugged my iPod video in to synchronise.   The whole thing froze
up and iTunes effectively became non-responsive.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/27/iTunes-7.7-Responsiveness-Problem</guid>
		</item>
		
		<item>
			<title>Hell is full of passwords</title>
			<link>https://www.thoughtasylum.com/2008/07/26/Hell-is-full-of-passwords/</link>
			<description><![CDATA[<p>The thing about security in the digital age is that pretty much
everything is governed by passwords.  I have so many to remember these
days that it’s just not funny any more.  Some of them have particularly
stringent complexity enforced on them making them that much harder to
commit to memory … particularly as it’s full of obscure user IDs.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-26-passwords.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Jul 2008 14:21:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-26-passwords.png"><br><br><p>The thing about security in the digital age is that pretty much
everything is governed by passwords.  I have so many to remember these
days that it’s just not funny any more.  Some of them have particularly
stringent complexity enforced on them making them that much harder to
commit to memory … particularly as it’s full of obscure user IDs.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/26/Hell-is-full-of-passwords</guid>
		</item>
		
		<item>
			<title>Unlocking the key to locking joints</title>
			<link>https://www.thoughtasylum.com/2008/07/26/Unlocking-the-key-to-locking-joints/</link>
			<description><![CDATA[<p>I teach a lot of students a lot of locks in my martial arts classes. 
This involves entangling and applying pressure to the joints of the body
in order to cause a level of discomfort (pain) that allows someone to be
controlled - be it wrist locks, arm locks, leg locks, shoulder locks,
finger locks or head locks.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-26-joints.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 26 Jul 2008 13:29:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-26-joints.png"><br><br><p>I teach a lot of students a lot of locks in my martial arts classes. 
This involves entangling and applying pressure to the joints of the body
in order to cause a level of discomfort (pain) that allows someone to be
controlled - be it wrist locks, arm locks, leg locks, shoulder locks,
finger locks or head locks.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/26/Unlocking-the-key-to-locking-joints</guid>
		</item>
		
		<item>
			<title>Serving PP1 to your server at home</title>
			<link>https://www.thoughtasylum.com/2008/07/24/Serving-PP1-to-your-server-at-home/</link>
			<description><![CDATA[<p>The Internet has been abuzz with the news of the release of Power Pack 1
for Windows Home Server (WHS PP1) a couple of days ago.  I’ve had an HP
Media Smart Server for several months and have been waiting like so many
others for this update to fix the infamous data corruption bug.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-24-whs.png" type="image/jpeg" length="0" />
			<pubDate>Thu, 24 Jul 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-24-whs.png"><br><br><p>The Internet has been abuzz with the news of the release of Power Pack 1
for Windows Home Server (WHS PP1) a couple of days ago.  I’ve had an HP
Media Smart Server for several months and have been waiting like so many
others for this update to fix the infamous data corruption bug.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/24/Serving-PP1-to-your-server-at-home</guid>
		</item>
		
		<item>
			<title>Decryptin' the VBScriptin'</title>
			<link>https://www.thoughtasylum.com/2008/07/22/Decryptin-the-VB-Scriptin/</link>
			<description><![CDATA[<p>A couple of days ago <a href="/2008/07/22/Decryptin-the-VB-Scriptin/">I posted about using NoteTab to ease the encryption of VBS files to VBE files</a>
using Microsoft’s Script Encyption utility.  I mentioned at the time
that this encyption was in fact reversible.  So today I’m going to show
you how this is achieved.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-22-vbscript.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 22 Jul 2008 22:52:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-22-vbscript.png"><br><br><p>A couple of days ago <a href="/2008/07/22/Decryptin-the-VB-Scriptin/">I posted about using NoteTab to ease the encryption of VBS files to VBE files</a>
using Microsoft’s Script Encyption utility.  I mentioned at the time
that this encyption was in fact reversible.  So today I’m going to show
you how this is achieved.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/22/Decryptin-the-VB-Scriptin</guid>
		</item>
		
		<item>
			<title>Special Offer: NoteTab Standard</title>
			<link>https://www.thoughtasylum.com/2008/07/22/Special-Offer/-NoteTab-Standard/</link>
			<description><![CDATA[<p>I’ve already raved about NoteTab and now there’s a great reason to rave
some more.  The free version of NoteTab is NoteTab Light and I’ve been
using this for many years both when I was a student and in a working
environment where getting people to sign off software purchases for
software like this was incredibly difficult.  It has been simply superb
and I’m sure will be for many years to come.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-22-notetab-std.png" type="image/jpeg" length="0" />
			<pubDate>Tue, 22 Jul 2008 22:02:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-22-notetab-std.png"><br><br><p>I’ve already raved about NoteTab and now there’s a great reason to rave
some more.  The free version of NoteTab is NoteTab Light and I’ve been
using this for many years both when I was a student and in a working
environment where getting people to sign off software purchases for
software like this was incredibly difficult.  It has been simply superb
and I’m sure will be for many years to come.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/22/Special-Offer/Special-Offer..-NoteTab-Standard</guid>
		</item>
		
		<item>
			<title>Encoding VBScript via NoteTab</title>
			<link>https://www.thoughtasylum.com/2008/07/20/Encoding-VBScript-via-NoteTab/</link>
			<description><![CDATA[<p>Because NoteTab is my favourite text editor and it can be ‘programmed’
using the inbuilt clipping language I thought I’d share some aspects
around one of my NoteTab clipbooks used for working with VBS files; Microsoft’s Visual Basic scripting still gives me a quick and easy way to implement automations and NoteTab simply helps me do that even faster.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-20-notetab.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 20 Jul 2008 19:28:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-20-notetab.png"><br><br><p>Because NoteTab is my favourite text editor and it can be ‘programmed’
using the inbuilt clipping language I thought I’d share some aspects
around one of my NoteTab clipbooks used for working with VBS files; Microsoft’s Visual Basic scripting still gives me a quick and easy way to implement automations and NoteTab simply helps me do that even faster.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/20/Encoding-VBScript-via-NoteTab</guid>
		</item>
		
		<item>
			<title>Dans Dare</title>
			<link>https://www.thoughtasylum.com/2008/07/20/Dans-Dare/</link>
			<description><![CDATA[<p>I haven’t posted anything about martial arts yet but some activity
yesterday gives me an excellent reason to post a brief congratulations
to some guys who were grading for Jiu Jitsu Dans yesterday.  So
congratulations to one of my old students Sensei Bhachu who gained his
Shodan and also to one of my instructors Sensei Lycett who has reached
the lofty height of Sandan.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-20-dan_dare.png" type="image/jpeg" length="0" />
			<pubDate>Sun, 20 Jul 2008 18:35:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-20-dan_dare.png"><br><br><p>I haven’t posted anything about martial arts yet but some activity
yesterday gives me an excellent reason to post a brief congratulations
to some guys who were grading for Jiu Jitsu Dans yesterday.  So
congratulations to one of my old students Sensei Bhachu who gained his
Shodan and also to one of my instructors Sensei Lycett who has reached
the lofty height of Sandan.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/20/Dans-Dare</guid>
		</item>
		
		<item>
			<title>Tab your pad</title>
			<link>https://www.thoughtasylum.com/2008/07/19/Tab-your-pad/</link>
			<description><![CDATA[<p>Back in ‘97 I was working on a visual tool for the solution of some
algebraic equations as part of my Masters in Computer Science and I
reached a point quite quickly where my code exceeded 32KB.  Windows
notepad stopped working.  I had a magazine CD lying around with loads of
free and shareware tools on it so I had a browse through the CD and I
came across a text editor that fit the bill.  It was actually quite cool
and it had a tabbed interface and let me open several files at once that
were bigger than 32KB - I was very impressed.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-19-notetab.png" type="image/jpeg" length="0" />
			<pubDate>Sat, 19 Jul 2008 00:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-19-notetab.png"><br><br><p>Back in ‘97 I was working on a visual tool for the solution of some
algebraic equations as part of my Masters in Computer Science and I
reached a point quite quickly where my code exceeded 32KB.  Windows
notepad stopped working.  I had a magazine CD lying around with loads of
free and shareware tools on it so I had a browse through the CD and I
came across a text editor that fit the bill.  It was actually quite cool
and it had a tabbed interface and let me open several files at once that
were bigger than 32KB - I was very impressed.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/19/Tab-your-pad</guid>
		</item>
		
		<item>
			<title>Fix anything with the ultimate MacGyver tool</title>
			<link>https://www.thoughtasylum.com/2008/07/18/Fix-anything-with-the-ultimate-MacGyver-tool/</link>
			<description><![CDATA[<p>The shine may have rubbed off a little and the mullet dated somewhat but
I still have a soft spot for the MacGyver series and I still wish today
that I knew 1% of what he did and could do 1% of what he could with a
roll of gaffer tape and a pen knife.  Unfortunately I ever did manage to
cram everything into my head.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-macgyver-multi-tool.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 18 Jul 2008 19:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-macgyver-multi-tool.jpg"><br><br><p>The shine may have rubbed off a little and the mullet dated somewhat but
I still have a soft spot for the MacGyver series and I still wish today
that I knew 1% of what he did and could do 1% of what he could with a
roll of gaffer tape and a pen knife.  Unfortunately I ever did manage to
cram everything into my head.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/18/Fix-anything-with-the-ultimate-MacGyver-tool</guid>
		</item>
		
		<item>
			<title>Revive that PC speaker with James Bond</title>
			<link>https://www.thoughtasylum.com/2008/07/18/Revive-that-PC-speaker-with-James-Bond/</link>
			<description><![CDATA[<p>Once upon a time the humble computer was not the multimedia hub that it
is today.  If you wanted a sound then you had to use the internal
speaker that could just make a beeping noise.  Modern PCs still contain
such a speaker -its useful for giving warnings on the POST (Power On
Self Test)  part of the boot.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-speaker.png" type="image/jpeg" length="0" />
			<pubDate>Fri, 18 Jul 2008 15:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-speaker.png"><br><br><p>Once upon a time the humble computer was not the multimedia hub that it
is today.  If you wanted a sound then you had to use the internal
speaker that could just make a beeping noise.  Modern PCs still contain
such a speaker -its useful for giving warnings on the POST (Power On
Self Test)  part of the boot.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/18/Revive-that-PC-speaker-with-James-Bond</guid>
		</item>
		
		<item>
			<title>Faster than a speedy flash drive</title>
			<link>https://www.thoughtasylum.com/2008/07/18/Faster-than-a-speedy-flash-drive/</link>
			<description><![CDATA[<p>I’ve been looking at a number of things in the hours since my last post,
but I’ve still a bit of work to do before I start blogging about any of
those. Instead I thought I’d share with you a bit about one of my
favourite little gadgets - <a href="http://www.play.com/PC/PCs/4-/3516346/Maxell-12GB-USB2-0-Portable-Hard-Drive-Black/Product.html">The Maxell 12GB Hard
Drive</a>.</p>

]]></description>
			<enclosure url="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-maxell_12gb.jpg" type="image/jpeg" length="0" />
			<pubDate>Fri, 18 Jul 2008 11:00:00 +0100</pubDate>
			<content:encoded><![CDATA[<img src="https://www.thoughtasylum.com/assets/thumbnails/2008/2008-07-18-maxell_12gb.jpg"><br><br><p>I’ve been looking at a number of things in the hours since my last post,
but I’ve still a bit of work to do before I start blogging about any of
those. Instead I thought I’d share with you a bit about one of my
favourite little gadgets - <a href="http://www.play.com/PC/PCs/4-/3516346/Maxell-12GB-USB2-0-Portable-Hard-Drive-Black/Product.html">The Maxell 12GB Hard
Drive</a>.</p>

]]></content:encoded>
			<guid isPermaLink="false">/2008/07/18/Faster-than-a-speedy-flash-drive</guid>
		</item>
		
	</channel>
</rss>