Archives

Currently Reading

Interesting TimesSoul MusicMen at ArmsLords and LadiesWitches AbroadReaper Man

More of Sytone's books »
Book recommendations, book reviews, quotes, book clubs, book trivia, book lists

MYN/1MTD and setting the Start Date in Outlook automagically.

Tweet

If you are using Outlook and want to force the start date to be set with a due date in the future by default you can use a macros which automatically runs for any new task item.

In the VBA editor (Alt+F11) open up ThisOutlookSession

In the code window add the following:

Option [...]

From Web Archive: Mirroring SVN repository to GitHub

Tweet

The site seems to be down. This was handy for something I was playing with.

References:

http://web.archive.org/web/20100331135806/http://www.fnokd.com/2008/08/20/mirroring-svn-repository-to-github/

 

So, I’m gearing up to work on some Java+Ruby (via JRuby) stuff.  The Java world still seems fairly entrenched in the cult of Subversion, while the Rubyists have gone with Git lately.

I’m still wrapping [...]

Using the 1MTD

Tweet

So I have been using it for a while, pretty clean system overall. I have added contexts and trying to add projects to it. I want to avoid the tree in toodle do as it gets to complext to handle at the moment.

1MTD: The One Minute To-Do List

Tweet

Yep, I was intrigued. Having used the GTD approach for a while and modifying it for my own use I saw this and thought I would have a look through it. I also noticed it was using Toodledo, a site that I had used to manage task previously as it is a faster [...]

Windows 8 Release Preview with eeePC T101MT

Tweet

I have followed the same steps with the new build from Windows 8 Consumer Preview with Eee PC T101MT and it is still valid.

Windows 8 Consumer Preview with Eee PC T101MT

Tweet

I have a Eee PC T101MT and wanted to run Windows 8 on it. The same steps can be run on the Consumer Preview

Time to tweak the graphics! As the resolutions is only 600 not 768 in vertical you need to do the following.

Type in regedit, you will then be shown [...]

Running Windows 8 on the Eee PC T101MT

Tweet

I have a Eee PC T101MT and wanted to run Windows 8 on it. This entry takes you through the steps.

Download the Windows 8 Preview @ http://msdn.microsoft.com/en-us/windows/apps/br229516 I downloaded the 32-bit version as it was smaller and I only have 2Gb on the machine. Go to the Microsoft Store and download the [...]

Setting Outlook to use ISO values for week number.

Tweet

If you want to set outlook to follow the ISO week you need to make the following changes:

Outlook 2007 and previous

Tools-> Options…-> button Calendar Options…

Outlook 2010

File-> section Options-> section Calendar

 

Set the following Options:

First day of week: Monday

First week of year: First 4-day week

Networking with MoCA

Tweet

I was looking at getting the house wired for Ethernet. I do not have any major requirements at the moment, I do not intend to stream HDMI over the network . About as bad as we get is streaming from the media centre to an extender (XBox 360) which is around 1.5Mb for [...]

Simple way to store credentials in Powershell

Tweet

I know this is not the most secure way to store credentials but it works and is simple to manage.

I use this when I need creds stored for accessing web based resources.

To use it run the following:

#To set Credentials Set-MyCredential -File c:\temp\thecreds.dat #To get Credentials $creds = Get-MyCredential -User domain\user [...]