<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8453126</atom:id><lastBuildDate>Mon, 30 Mar 2026 06:59:04 +0000</lastBuildDate><category>SBS 2003</category><category>SBS 2008</category><category>Training and Awareness</category><category>Technology Timesavers</category><category>Home Server</category><category>Small Business Server</category><category>SBS 2011 Essentials</category><category>Windows 7</category><category>Videos</category><category>Aurora</category><category>SBS 2011 Standard</category><category>Windows Mobile</category><category>Windows Live Services</category><category>Customization</category><category>EBS 2008</category><category>Storage Server Essentials</category><category>Exchange</category><category>Security</category><category>Backup</category><category>Trouble Shooting</category><category>Windows Vista</category><category>Beta Announcement</category><category>Cloud Computing</category><category>Handy Apps</category><category>MultiPoint Server</category><category>SBS7</category><category>2011 Add-in</category><category>Awesomeness</category><category>Best Practices</category><category>Certificates</category><category>Digital LifeStyle</category><category>Microsoft Office 2007</category><category>SBS 2011 Premium Add-on</category><category>Cloud</category><category>E-Mail</category><category>Hotmail</category><category>MediaSmart</category><category>Windows 8</category><category>iPad</category><category>Green Business</category><category>Migration</category><category>Outlook</category><category>NAS</category><category>Outlook.com</category><category>Tablet Computing</category><category>WPC 2009</category><category>Leadership</category><category>Online Backup</category><category>Product Management</category><category>Thought Leadership</category><category>Virtualization</category><category>Mac</category><category>Media</category><category>Office 365</category><category>Personal Cloud</category><category>SMBNation</category><category>SharePoint Services</category><category>iOS</category><category>iPhone</category><category>Business</category><category>Doc Alert</category><category>Macintosh</category><category>Office 2010</category><category>Playbook</category><category>Remote Access</category><category>Surface</category><category>Tech Ed</category><category>AutoHotKey</category><category>Developer</category><category>Internet Explorer</category><category>Office 2013</category><category>PinPoint</category><category>Remote Web Access</category><category>SBS 2012</category><category>Skydrive</category><category>Social Media</category><category>Surface RT</category><category>Windows Phone 7</category><category>Windows Server</category><category>2-Factor Auth</category><category>Blogging</category><category>Browser</category><category>CPU</category><category>Chrome</category><category>Foursquare</category><category>Google</category><category>Google Drive</category><category>Interface Design</category><category>Linux</category><category>Location Based Technology</category><category>Microsoft Office 2010</category><category>Modern App</category><category>Project Management</category><category>Raspberry Pi</category><category>Review</category><category>Troubleshooting</category><category>UI/UX</category><category>User Experience</category><category>WPC 2010</category><category>iOS8</category><category>motd</category><category>pi</category><category>virus</category><title>SeanDaniel.com / technology</title><description>computer, mobile, cloud and general technology tips &amp;amp; tricks ...</description><link>http://sbs.seandaniel.com/</link><managingEditor>noreply@blogger.com (Sean Daniel)</managingEditor><generator>Blogger</generator><openSearch:totalResults>646</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-7821031517834456330</guid><pubDate>Sat, 15 Jun 2019 21:44:00 +0000</pubDate><atom:updated>2019-06-15T15:20:46.034-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">motd</category><category domain="http://www.blogger.com/atom/ns#">pi</category><category domain="http://www.blogger.com/atom/ns#">Raspberry Pi</category><title>Updating the Message of the Day (motd) on Raspberry Pi</title><description>&lt;div&gt;I got a &lt;a href=&quot;https://www.raspberrypi.org/&quot; target=&quot;_blank&quot;&gt;Raspberry Pi&lt;/a&gt; for my birthday last year, and this year I&amp;rsquo;ve been really playing with it. &amp;nbsp;I mostly got it to because I want an easy place to run my &lt;a href=&quot;https://nodejs.org/en/&quot;&gt;Node.js&lt;/a&gt; scripts, and spend more time learning a Linux environment. &amp;nbsp;I&amp;rsquo;ve really been enjoying having a Pi in the house to play with, but the most impressive thing to me is the uptime of having a system that does so little. &amp;nbsp;Today started with me wondering why on my MacBook I open the terminal and the uptime is already present, but when I log into my pi, the uptime needs to be typed.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;It was time to change that.&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I quickly discovered by Googling a bit that this welcome message was called &amp;ldquo;The Message of the Day&amp;rdquo;, or &amp;ldquo;motd&amp;rdquo; for short. The raspberry pi website has a great forum post about how to customize this to something that I really wanted. The post is &amp;ldquo;&lt;a href=&quot;https://www.raspberrypi.org/forums/viewtopic.php?t=23440&quot;&gt;Custom MOTD - Message of the Day&lt;/a&gt;&amp;rdquo;. Look how nice this logon message is:&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;img style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; src=&quot;https://www.raspberrypi.org/forums/download/file.php?id=1683&amp;amp;sid=62972e5a3e75c2f177f2e2119b2880f5&quot; alt=&quot;rasplogin.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;However, by following the instructions on this page I had one major problem. &amp;nbsp;My colour scheme for my command prompt disappeared. Additionally yanewby posts that there may be a better place to have this run. &amp;nbsp;Well I found that and I wanted to post my findings.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;h2&gt;How to update the message of the day&lt;/h2&gt;
&lt;div&gt;My Pi is also in a headless conifguration, meaning I just SSH into it to use it. &amp;nbsp;So there are a number of files that matter here. &amp;nbsp;I ended up not using the ~/.bash_profile which the user specified in his post. &amp;nbsp;Instead there are a few other files&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;/etc/motd - This is a static file that is displayed. &amp;nbsp;If you just want a static message, type it in here, and it&amp;rsquo;ll be posted every time you log in&lt;/li&gt;
&lt;li&gt;/etc/update-motd.d - this is a folder full of scripts to be run&lt;/li&gt;
&lt;li&gt;/var/run/motd.dynamic - this appears to be output of the last run of the above&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;In the /etc/update-motd.d folder, there are a number of executible files. &amp;nbsp;&lt;strong&gt;All of these are run&lt;/strong&gt; as long as they are marked as executible. &amp;nbsp;I had one called `10-unamed`. The files run in alphabetical order, so if you added an `01-myScript` it would run before 10-unamed, and if it was `11-myScript` it would run after 10-unamed. I ended up backing up this file to my ~ directory, and editing it.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;If you do make a new file, make sure you make it executable with the following command:&lt;/div&gt;
&lt;pre&gt;chmod +x filename&lt;/pre&gt;
&lt;div&gt;I had to edit some of the script from the original user to get what I wanted. My changes included:&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;I had to specify which shell to run it with, so my first line is &quot;#!/bin/bash&quot;&lt;/li&gt;
&lt;li&gt;I also realized that the terminal hadn&amp;rsquo;t been set up for colour, so to get colour I had to add another line &amp;ldquo;export TERM=xterm-256color&quot;&lt;/li&gt;
&lt;li&gt;The rest of the script was updated to
&lt;ol&gt;
&lt;li&gt;Put a space between the hr&amp;rsquo;s, min&amp;rsquo;s, &amp;amp; sec&amp;rsquo;s of uptime.&lt;/li&gt;
&lt;li&gt;Change when the colours switched&lt;/li&gt;
&lt;li&gt;add my device name to the &lt;strong&gt;uname&lt;/strong&gt; command&lt;/li&gt;
&lt;li&gt;Supply my actual disk to get the free space&lt;/li&gt;
&lt;li&gt;change the code to get my LAN ip address&lt;/li&gt;
&lt;li&gt;Change the code to get my local weather (I don&amp;rsquo;t live in the UK!)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;You can see my code here:&lt;/div&gt;
&lt;div class=&quot;codebox&quot;&gt;
&lt;pre&gt;&lt;code&gt;#!/bin/bash
export TERM=xterm-256color
let upSeconds=&quot;$(/usr/bin/cut -d. -f1 /proc/uptime)&quot; 
let secs=$((${upSeconds}%60))
let mins=$((${upSeconds}/60%60))
let hours=$((${upSeconds}/3600%24))
let days=$((${upSeconds}/86400))
UPTIME=`printf &quot;%d days, %02dh %02dm %02ds&quot; &quot;$days&quot; &quot;$hours&quot; &quot;$mins&quot; &quot;$secs&quot;`
&amp;nbsp;
# get the load averages read one five fifteen
rest &amp;lt; /proc/loadavg
&amp;nbsp;
echo &quot;$(tput setaf 2)
&amp;nbsp;&amp;nbsp; &amp;nbsp;.~~. .~~. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(tput sgr0)`date +&quot;%A, %e %B %Y, %r&quot;`$(tput setaf 2)
&amp;nbsp;&amp;nbsp;&#39;. \ &#39; &#39; / .&#39; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(tput sgr0)`uname -snrmo`$(tput setaf 1)
&amp;nbsp; &amp;nbsp;.~ .~~~..~.
&amp;nbsp; : .~.&#39;~&#39;.~. : &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(tput sgr0)Uptime.............: ${UPTIME}$(tput setaf 1)
&amp;nbsp; &amp;nbsp;~ ( ) ( ) ~ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(tput sgr0)Memory.............: `cat /proc/meminfo | grep MemFree | awk {&#39;print $2&#39;}`kB (Free) / `cat /proc/meminfo | grep MemTotal | awk {&#39;print $2&#39;}`kB (Total)$(tput setaf 1)
( : &#39;~&#39;.~.&#39;~&#39; : ) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(tput sgr0)Load Averages......: ${one}, ${five}, ${fifteen} (1, 5, 15 min)$(tput setaf 1)
&amp;nbsp; ~ .~ ( ) ~. ~ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(tput sgr0)Running Processes..: `ps ax | wc -l | tr -d &quot; &quot;`$(tput setaf 1)
&amp;nbsp; &amp;nbsp;( : &#39;~&#39; : ) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(tput sgr0)Free Disk Space....: `df -Pk | grep -E &#39;^/dev/root&#39; | awk &#39;{ print $4 }&#39;`k (`df -Pk | grep -E &#39;^/dev/root&#39; | awk &#39;{ print $5 }&#39;` used) on /dev/root$(tput setaf 1)
&amp;nbsp; &amp;nbsp;&#39;~ .~~~. ~&#39; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(tput sgr0)IP Addresses.......: LAN: `/sbin/ifconfig eth0 | /bin/grep &quot;inet &quot; | awk &#39;{ print $2 }&#39;` WAN: `wget -q -O - http://icanhazip.com/ | tail`$(tput setaf 1)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&#39;~&#39; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$(tput sgr0)Victoria&amp;nbsp;weather...: `curl -s &quot;http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&amp;amp;locCode=EN|CA|VICTORIA&quot; | sed -n &#39;/Currently:/ s/.*: \(.*\): \([0-9]*\)\([CF]\).*/\2&amp;deg;\3, \1/p&#39;`&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;That&amp;rsquo;s all there is to it. Make sure it&amp;rsquo;s executable, and now disconenct and reconnect and you should see your new message of the day. The above produces this:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/fMYV-WUB54cPExr_Z5j90eeSbdUJ5s1Uvmy5RoCZ8XYVzfN5ENtLEJyIAdY&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2019/06/updating-message-of-day-motd-on.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh6.googleusercontent.com/fMYV-WUB54cPExr_Z5j90eeSbdUJ5s1Uvmy5RoCZ8XYVzfN5ENtLEJyIAdY=s72-c" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-3392063888607020461</guid><pubDate>Mon, 02 May 2016 23:13:00 +0000</pubDate><atom:updated>2016-05-02T16:13:10.392-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interface Design</category><category domain="http://www.blogger.com/atom/ns#">Leadership</category><category domain="http://www.blogger.com/atom/ns#">Product Management</category><category domain="http://www.blogger.com/atom/ns#">Thought Leadership</category><category domain="http://www.blogger.com/atom/ns#">UI/UX</category><category domain="http://www.blogger.com/atom/ns#">User Experience</category><title>Matching the UI to the User</title><description>I recently found an article called &quot;&lt;a href=&quot;https://m.signalvnoise.com/why-i-love-ugly-messy-interfaces-and-you-probably-do-too-edff4a896a83#.fdmrzsdqz&quot; target=&quot;_blank&quot;&gt;Why I love ugly, messy interfaces - and you probably do too&lt;/a&gt;&quot; by &lt;a href=&quot;https://twitter.com/jonasdowney&quot; target=&quot;_blank&quot;&gt;Jonas Downey&lt;/a&gt;, a designer at &lt;a href=&quot;http://www.basecamp.com/&quot; target=&quot;_blank&quot;&gt;BaseCamp&lt;/a&gt;. I opened this up because I vehemently disagree. All user interfaces should be as beautiful as possible. In today&#39;s age, it&#39;s unacceptable to punt those P3 &quot;fit and finish&quot; bugs and ship something that looks ugly. It takes an extra week to delight your users? &lt;i&gt;Do it!&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
At least that&#39;s what I had the mindset of going into this article. What I actually got out of it was exactly in line with my point of thinking, aside from loving ugly messy interfaces.&lt;br /&gt;
&lt;h4&gt;
Matching the UI to the User ...&lt;/h4&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjap5cEBzsr7y5OGRe-eLfKoaXCQTW1IH6zD0t3xyj4JqwIYUFtpJTjhx-j3-h1ji-CVmE4mrV7hsY0BKzQHb8XCUC_VCQ155y92AW-RocomkGOI_6PZQWu6hmAmynSd4AEIGzPKg/s1600/Introduction-Website-Usability-Testing-Paper-Laboratory-Lab.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjap5cEBzsr7y5OGRe-eLfKoaXCQTW1IH6zD0t3xyj4JqwIYUFtpJTjhx-j3-h1ji-CVmE4mrV7hsY0BKzQHb8XCUC_VCQ155y92AW-RocomkGOI_6PZQWu6hmAmynSd4AEIGzPKg/s400/Introduction-Website-Usability-Testing-Paper-Laboratory-Lab.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Old school usability study, behind the one-way mirror&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
Matching the UI to the user has never been more important. Recently, I was the product manager working on &lt;a href=&quot;http://notarize.com/&quot;&gt;Notarize.com&lt;/a&gt;, a new product to enable American&#39;s to get documents Notarized in a digital fashion, without the beige carpeted walls of an antique Notary office (at least that&#39;s how the one looked like that I went to when I was desperate one day!).&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Designing the interface involved designing for an end iPhone user who would likely use this app one or two times in their life, then designing a web interface for the Notary to use, who would likely notarize a document every 3-5 minutes in any given shift, and lastly, for the Administrator to manage notary&#39;s and review certain analytics.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
On the iPhone, it was &lt;i&gt;super&lt;/i&gt; critical to get trust, and friendliness across. This lead to working with the design team to create the simplest UI possible. Fancy animations, great illustrations, a flow that made sense. It also had to get the customer to vest by the time in app before it prompted for credit card and drivers license information (likely drop-off locations). Something that you could use once, or twice years later and still feel like an expert user. Being able to sign, or annotate the document just made sense, and the app helped you along the way.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
On the web, we chose the &quot;&lt;i&gt;ugly, messy interface&quot;&lt;/i&gt;&amp;nbsp;approach. Ok, so it wasn&#39;t ugly at all, it was beautiful! It wasn&#39;t super simple however, it leveraged white space for &quot;same page&quot; content delivery. In every 3-5 minute call, the notary would have to review the drivers license, review and edit the document, maintain a video call, and charge the user. Having multiple pages and a simple design would only have lead to long-term frustration for the Notary user. Instead we focused the design on every click needed to perform an action: &quot;add a signature&quot;, &quot;add a date&quot;, &quot;mark complete&quot;, &quot;charge user&quot;, &quot;Don&#39;t charge user&quot;, etc. In fact, we designed the system to just assume that the Notary wouldn&#39;t want to click much at all. The system automatically answers the next call in the queue, unless the Notary intentionally marks him or herself unavailable (everyone needs a lunch break!). The drivers license is visible, and directly below the video feed, so you can validate it without even clicking, tabbing, or hovering (but you can hover or click if you need more detail). I.e., the interface was optimized around speed, knowing that the notary would get some training, we optimized the UI for the expert.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The admin console was targeted at frequent tasks, reviewing analytics, and less frequent tasks, adding or removing notary agents who work at the company. As a business starting out, it&#39;s likely the owner would have that dashboard open much like a real-time dashboard for a rocket launch. We designed for this persona as well.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
All this is to say, is that each part of your product, think of who will be using it, and what their needs are, and design for that. Jonas talks about the &lt;a href=&quot;https://sfbay.craigslist.org/&quot; target=&quot;_blank&quot;&gt;Craigslist UI&lt;/a&gt;, but users can find what they want, they don&#39;t have to search, it&#39;s look, and click, no searching or figuring out how to use the UI. He also talks about the Photoshop UI, again, can you imagine how much clicking it would be for a digital artist if this was a simple design?&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr44KsEaLI2itxZ5zVuEddFNgOazo90sUd4KF2Yp6w4y9OaRFm0_g5AdLuEVNEb-EMDw48YC1neOj6Z0GYz6bm7J_L_2KYCDdLcjrlrKX-loSaBn4xHKeVVMoM7LCzLwMhMEpqzQ/s1600/1-jUzsSNCstXWNWJNxnzed3g.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;492&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr44KsEaLI2itxZ5zVuEddFNgOazo90sUd4KF2Yp6w4y9OaRFm0_g5AdLuEVNEb-EMDw48YC1neOj6Z0GYz6bm7J_L_2KYCDdLcjrlrKX-loSaBn4xHKeVVMoM7LCzLwMhMEpqzQ/s640/1-jUzsSNCstXWNWJNxnzed3g.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
On a last &quot;devils advocate&quot; note, working on Small Business Server 2008, we wanted to target the DIY or &quot;&lt;i&gt;Do-It-Yourselfer&lt;/i&gt;&quot; as the system administrator, but also enable the paid consultant. More time was spent trying to figure out how to make the UI work for both audiences than I care to sum up. Looking at the product now, it just looks like it&#39;s for new administrators, missing both marks. There are very little DIY people administering the software, and most of the consultants use the standard server consoles. Ultimately, targeting two audiences just alienated both of them.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
While Jonas hits a great point, it&#39;s not that we like ugly, messy interfaces, its that we like UI that&#39;s targeted to our use cases, but we want it to look beautiful, right Jonas?&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;How are people using your product?&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
Kudos to the &lt;a href=&quot;http://metalab.co/&quot; target=&quot;_blank&quot;&gt;MetaLab team&lt;/a&gt; who pulled this together, such a great team of designers, developers and QA. Learn about the Notarize product here -&amp;nbsp;&lt;a href=&quot;http://metalab.co/projects/notarize/&quot;&gt;http://metalab.co/projects/notarize/&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2016/05/matching-ui-to-user.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjap5cEBzsr7y5OGRe-eLfKoaXCQTW1IH6zD0t3xyj4JqwIYUFtpJTjhx-j3-h1ji-CVmE4mrV7hsY0BKzQHb8XCUC_VCQ155y92AW-RocomkGOI_6PZQWu6hmAmynSd4AEIGzPKg/s72-c/Introduction-Website-Usability-Testing-Paper-Laboratory-Lab.jpg" height="72" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-5667759854099393565</guid><pubDate>Wed, 20 Apr 2016 21:26:00 +0000</pubDate><atom:updated>2016-04-20T14:26:56.245-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Leadership</category><category domain="http://www.blogger.com/atom/ns#">Product Management</category><category domain="http://www.blogger.com/atom/ns#">Project Management</category><category domain="http://www.blogger.com/atom/ns#">Thought Leadership</category><title>What Just Happened? Let&#39;s Talk Post-Mortems</title><description>Today one of my favourite &quot;celebrity&quot; Product Managers, &lt;a href=&quot;https://twitter.com/kennethn&quot; target=&quot;_blank&quot;&gt;Ken Norton&lt;/a&gt;, published a quick and dirty article on &lt;a href=&quot;https://www.kennorton.com/&quot; target=&quot;_blank&quot;&gt;Bring the Donuts&lt;/a&gt; called &lt;a href=&quot;https://www.kennorton.com/newsletter/2016-04-20-bringing-the-donuts.html&quot; target=&quot;_blank&quot;&gt;Blameless Post Mortems&lt;/a&gt;. This spurred a thought process for me on the importance of review.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZlAucqXFtl0ufOQ_20lOt1p223BfLqDYShc3tnNZQOGlUgIbu6CmMAv5KMtbNShFhQjLVa72sybeKsbC4NROD5DOntB1Mb3jNZp2vSxy6u5ia741jShyphenhyphenVoDDvN4jm1W6nVt-wUg/s1600/review+meeting.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img alt=&quot;Review Meeting&quot; border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZlAucqXFtl0ufOQ_20lOt1p223BfLqDYShc3tnNZQOGlUgIbu6CmMAv5KMtbNShFhQjLVa72sybeKsbC4NROD5DOntB1Mb3jNZp2vSxy6u5ia741jShyphenhyphenVoDDvN4jm1W6nVt-wUg/s640/review+meeting.jpg&quot; title=&quot;Review Meeting&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two important times to look back, and the both have different ways of approaching them. &lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;When there was a clear service failure, it&#39;s important to figure out what happened, and how to prevent it from happening again.&lt;/li&gt;
&lt;li&gt;When finishing a long running (3-5 month) process or project, &amp;nbsp;extracting the learnings from that to apply to future projects.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
In Ken&#39;s Post Mortem document, the former is what is discussed. When something break, it&#39;s important to conduct a review, in a blameless fashion, and figure out how to prevent it from happening again.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Service Failure Post-mortems&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Often when there is a service outage, a security hole or some notable problem in a service it&#39;s important to review in hopes of preventing it from happening again. With the right process in place, repeat outages can be prevented from happening again, although in some cases, the outage may not be preventable, or not immediately preventable (i.e it may take weeks or months to re-write part of a service to prevent it from happening again). However in many cases, simple process or diligence can increase service reliability. For example, code reviews with senior developers, or security audits with least privilege assigned to operational folks.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Ken points to a &lt;a href=&quot;https://www.safaribooksonline.com/library/view/site-reliability-engineering/9781491929117/app04.html&quot; target=&quot;_blank&quot;&gt;template that Google uses&lt;/a&gt; for this purpose. This is &lt;i&gt;essentially &lt;/i&gt;the same template that is used at Microsoft as well, so it&#39;s definitely a good source. The idea of the template is to just work in a group of experts on the specific issue to fill out the template, track the bugs found through closure (code fixes, or process fixes), and share the knowledge with everyone on the team to ensure it doesn&#39;t happen again. Then move on and learn from that experience to the next outage, rinse and repeat.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Shipping Post-mortems&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The second type of post mortem usually happens at the end of shipping something substantial, or if it&#39;s continuously shipping, they can be done every 3-6 months. It makes sense to run to connect a post mortem to something substantial: i.e. a new multi-sprint feature out the door, a retrospective of trying out a new tool, or a 3-5 month anniversary of a team being together are good examples. Preferably the retrospective is not too far away from the start of the project, that the project starting bumps can still be remembered, and not too close that the team hasn&#39;t hit cadence or shipped something.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This critical post mortem helps discover what&#39;s working for a team, or where a product manager and/or leadership should focus energy on change.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqtI3yIS9oQkG5lVAFe8BYo-EQvDcSknsxU1Ff5EMXjX3LEdYakj7NQtpG1_clEwhFKCm_Vv6zroYS6ZFustHlQBvZixHWqGrIVaQ3pVfaLCnWrE7sCDm-f7dBgMn4s25w44bfdg/s1600/Retrospective.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;Retrospective&quot; border=&quot;0&quot; height=&quot;390&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqtI3yIS9oQkG5lVAFe8BYo-EQvDcSknsxU1Ff5EMXjX3LEdYakj7NQtpG1_clEwhFKCm_Vv6zroYS6ZFustHlQBvZixHWqGrIVaQ3pVfaLCnWrE7sCDm-f7dBgMn4s25w44bfdg/s640/Retrospective.jpg&quot; title=&quot;Retrospective&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Sticky Notes are your Friend&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
This type of post mortem is run differently than a service outage, and likely will take up more time to complete. A good rule of thumb is the moderator, often a product or project manager, should put aside about one and a half to two hours of time, while the rest of the team can join for an hour plus brainstorming. Here is how to run this type of post mortem:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Preparation&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Brainstorming takes time, for some it takes a short time, and for others it takes a longer time. For maximum meeting efficiency, it&#39;s best not to do this in the post mortem meeting. When the 1-hour long post mortem time is published, the moderator should ensure each person attending comes up with 1-3 things that went well, and 1-3 things that could be improved, and if possible a suggestion or two on how to improve each. Brainstorming should be completed before the meeting starts to make the meeting as efficient as possible.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Execution of the Post Mortem&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
The execution is where sticky notes are excellent. Most of the meeting will be run by moving sticky notes around, grouping them and positioning them in priority order. In a worst case or a remote case, a whiteboard works as well (i.e. remotely accessible meetings can be run by screen sharing using a digital whiteboard or a shared GDoc/Evernote file. It&#39;s probably most efficient to have a typist who is separate from the moderator).&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here is the suggested timeline of the meeting:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;5 mins - Introduction and adding prepared 1-3 pros and cons to separate sticky notes&lt;/li&gt;
&lt;li&gt;10 mins - Team sorting of all the sticky notes on a wall/whiteboard and grouping similar items together, prioritizing the team top 1-3 pros and cons&lt;/li&gt;
&lt;li&gt;15 mins - Discuss what went well (the pros), and why we should continue doing those top 1-3 items as agreed by the team&lt;/li&gt;
&lt;li&gt;30 mins - Discuss the top 1-3 items that could have gone better, what can be done to address them, assign action items to people to track resolution&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Let&#39;s break each of those timeline items down:&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The first &lt;b&gt;5 minutes&lt;/b&gt;&amp;nbsp;of the meeting is just paperwork. Members write down their top 1-3 areas that went well and top 1-3 areas for improvement, each on it&#39;s own sticky note, no need to write own how to improve these at this time. Each member of the team now has 6 sticky notes. In some cases, members come with more or less, you can choose to include them or not, it just makes for more paper and longer discussions. What has worked well is to really focus on the team top 1-3 items for this post mortem, then at a future post mortem (3-5 months down the road), tackle the next level. This is a reasonable amount of change for the team to handle in that period of time.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The next&amp;nbsp;&lt;b&gt;10 minutes&lt;/b&gt;&amp;nbsp;of the meeting is about review. Each team member reads out and hands their stickies to the moderator. The moderator is responsible for grouping them together, stack ranking and ultimately by the end of the 10 minutes, the group collectively has the top most agreed upon &quot;team&quot; top 1-3 things that went well, and the &quot;team&quot; top 1-3 things that need improvement. 15 minutes has passed and we&#39;re now set up for success for the rest of the meeting. This process ultimately leaves a handful of things to take note of, but aren&#39;t considered for active change as outcome of this meeting.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The next &lt;b&gt;15 minutes&lt;/b&gt;&amp;nbsp;are focused on the things that went well, or the successes in the project. While everyone likes to celebrate successes, it&#39;s ultimately done to ensure that when we are correcting for what didn&#39;t go well, we don&#39;t lose site of the things that actually made this project great! They are captured for historical purposes as well. Was the communication tool the best part of the project? Was a process for less than 2 hours for code reviews beneficial to the speed the team ran at? Was having a spec-let a good thing? Let&#39;s do the good things again. This section may even be less time, which is great, because the heart of the meeting is next.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The final &lt;b&gt;30 minutes&lt;/b&gt;&amp;nbsp;of time are focused on the top issues that need addressing, this is the meat of the discussion. The team collectively looks at the &quot;team&quot; top 1-3 and actively discusses ways to improve during the next project. Items like &quot;The bug tracking software was a bear to work with!&quot; might result in a project manager assigned to review and recommended new software packages to track bugs. Another example might be, &quot;Our communication software lost track of the decisions we made, forcing us to re-make decisions a month later&quot;, might result in a process to document decisions outside of chat tools once they are made. Lots of good ideas will come out from people who didn&#39;t even have this as an issue, which is why it&#39;s optional for the person suggesting the area for improvement to actually come up with a solution. Coming up with the solution is a team effort.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Lastly, as part of that last 30 minutes, it&#39;s likely that most if not all of the key items cannot be finalized in the 1 hour meeting. It&#39;s irrational to think you can pick a new bug tracking software in this 30 minutes for example. As such for each change we need to assign a BOL (aka a &lt;b&gt;B&lt;/b&gt;utt &lt;b&gt;O&lt;/b&gt;n the &lt;b&gt;L&lt;/b&gt;ine) to drive that issue to closure. That person owns the research, delivery and communication of status of that. Depending on the organization, that BOL may have the authority to make a change, or simply just make a recommendation, either way, communication is warranted.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
When the execution phase is wrapping up, the moderator will want to capture the notes, either a photo of the sticky notes, or a good note takers notes are fine.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Follow-up&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
After the post mortem is done, the information needs to be shared, a good moderator will take the notes of the top 1-3 items that went well, and the top 1-3 items that need improvement and write up notes on how the improvements are planned to be implemented and who the BOL is. As the BOLs get resolution, they can even follow-up to the original communication with the changes. The format of the notes should be titled with the project, have the date range that it covered and who attended the meeting. Then jump into what went well, and then what could have gone better, and how the team suggests to improve it, with the BOLs assigned to each item.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Keeping the notes as short and crisp as possible is important, since the moderator should share the learnings outside of the immediate team in places such as a company Wiki, a broader email to a group of leads or in a specific chat tool. The key is to match how information is spread at the company.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
---&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This post mortem method really helps the team celebrate wins of working together as team, as well as helps the team focus on improving together, where everyone has a voice. It&#39;s also a great indicator for the leadership team on the health of the core of their business and where leadership should spend effort. Effort might include replacing core technologies if they aren&#39;t working, or finding key talent to improve knowledge or just ensure their team is staffed appropriately.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
As a parting note, while it seems there is a lot of effort that goes into a post mortem, it&#39;s important to learn from mistakes and from successes and not repeat them. The hour or two invested here often save hours in the next project, and potentially retain your talent. Frustrated talent looks for less frustrating circumstances.&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2016/04/what-just-happened-lets-talk-post.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZlAucqXFtl0ufOQ_20lOt1p223BfLqDYShc3tnNZQOGlUgIbu6CmMAv5KMtbNShFhQjLVa72sybeKsbC4NROD5DOntB1Mb3jNZp2vSxy6u5ia741jShyphenhyphenVoDDvN4jm1W6nVt-wUg/s72-c/review+meeting.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-1498314270037698510</guid><pubDate>Tue, 29 Mar 2016 22:23:00 +0000</pubDate><atom:updated>2016-04-01T10:12:22.908-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Leadership</category><category domain="http://www.blogger.com/atom/ns#">Product Management</category><category domain="http://www.blogger.com/atom/ns#">Thought Leadership</category><title>Product Managers Should Know Their Customers - No Excuses</title><description>Product Management is usually a role that is customized to the organization in which it exists. As such it&#39;s extremely hard to explain a product managers role. I usually &lt;a href=&quot;https://medium.com/@bfgmartin/what-is-a-product-manager-ce0efdcf114c#.p5ykb08xr&quot; target=&quot;_blank&quot;&gt;share this link&lt;/a&gt; to friends and family who ask the famous &quot;so you&#39;re &lt;i&gt;&#39;in computers&#39;&lt;/i&gt;, what do you do?&quot; it&#39;s written by &lt;a href=&quot;https://twitter.com/bfgmartin&quot; target=&quot;_blank&quot;&gt;Martin Eriksson&lt;/a&gt;. Here is the simple version of you as a product manager:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKNUtfyhsr3_jqiKEXdPzilROfKpl6ks9SmNNhsRjnyu1e8lPKv4HI30GQSy8_FZtenlxcEctuJi0jTorXeuMLlvkYSK2zstQGOwKREFB4maPsKzkYHLONUKE0LtV06bE1dyauSA/s1600/pm.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img alt=&quot;Product Management&quot; border=&quot;0&quot; height=&quot;262&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKNUtfyhsr3_jqiKEXdPzilROfKpl6ks9SmNNhsRjnyu1e8lPKv4HI30GQSy8_FZtenlxcEctuJi0jTorXeuMLlvkYSK2zstQGOwKREFB4maPsKzkYHLONUKE0LtV06bE1dyauSA/s320/pm.png&quot; title=&quot;Product Management&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;i&gt;That&#39;s right, the pinnacle point of the cluster f--k.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Many people read this diagram as the product manager being involved in the decisions as it relates to UX, the tech decisions, and where the business is going. While this is very true, a product manager is also a supportive role. What that means is the designers, developers and business leaders will have questions, a lot of questions, and it&#39;s the product manager&#39;s job to answer them or find an answer, somewhere.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Finding that answer may come from inside the company, but as a company grows, it&#39;ll be harder and harder to find the right person, or worse, answers may differ between different business leaders. Having multiple opinions will create a broken user experience in the product. The product manager normalizes the feedback, collects more, and combines it with long term direction creating a cohesive story for end-users using a product.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
So if not all the answers come from inside the company, where do they come from?&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;i&gt;Customers, Customers, Customers.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
A product manager should know exactly what their customers want, at all times, about each key feature in their ownership. There is no excuse, except perhaps for initial for ramp-up periods. A product manager brings the voice of the customer to the table. It doesn&#39;t matter if the product is supposed to make millions (a.k.a. &quot;Business&quot;), it looks beautiful (a.k.a. &quot;Design&quot;), or is a masterful architecture of tech-greatness (a.k.a. &quot;Tech&quot;). If it&#39;s not targeted towards a market and a set of customers, it&#39;ll end up in the bit bucket.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
So a product manager needs to know their customers, deeply. How is this accomplished? Research, and lots of it. I particularly like this article about the breakdown of &lt;a href=&quot;https://medium.com/@helenapowell/product-management-what-i-learned-about-user-data-research-and-actionable-steps-c396893c9a21#.fqqbxgs3j&quot; target=&quot;_blank&quot;&gt;Qualitative and Quantitative research&lt;/a&gt;, to help you once you get the data. I like to get my data from many different sources, here are the top methods for getting data, in order of most often used:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;Telemetry&lt;/b&gt; - Data-mine the heck out of the product as it provides daily insights! What are customers using,? What are they not using? How long is it taking customers to go down a funnel? Where are the drop off points? What does A/B testing tell you?&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Support&lt;/b&gt;&amp;nbsp;- Current customers are calling to tell you what&#39;s broken, what they want, what they need. Pick up a phone and listen. Follow up with some of the more interesting ones that align with business the business direction.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sales&lt;/b&gt;&amp;nbsp;- Potential customers are on the phone as well, what do they want? Why didn&#39;t they choose your product? Why did they? What would make it a slam dunk for them next time around? What competitors are they considering and why?&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Round Tables/Advisory boards&lt;/b&gt;&amp;nbsp;- Get your key customers in a room together, or on a webinar and let them voice their favourite features (don&#39;t mess with this, or improve incrementally for low-hanging fruit), and their feature wishes and hated features. Let them talk to each other as well.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Conferences&lt;/b&gt;&amp;nbsp;- Not yet potential customers who could be potential customers, who may have never heard about the product or company. Get their reactions, what do they like, what don&#39;t they like. Are they extra engaged on key features, do they call out features that should be there? And my favourite, let your customers sell other potential customers on the product and see what they think are the key features.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Site visits&lt;/b&gt;&amp;nbsp;- Just like a lion safari, watching the users in their natural habitat is irreplaceable. Watch where they get tripped up, ask them why they chose one way over another way. There is a lot to learn. The caution on this one is to make sure you do multiple site visits so there isn&#39;t an overly tailored and specific request for one customer, geographic or vertical.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Calling&lt;/b&gt;&amp;nbsp;&lt;b&gt;or E-mailing&lt;/b&gt;&amp;nbsp;- Calling works better than email (less noise these days), but simply calling a customer with a question or two, and potentially a perk to get their attention (1 month free for example). A ton of insight can be gained by talking directly to a customer.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;User Studies&lt;/b&gt;&amp;nbsp;- These are expensive, but super informative to study behaviour. It&#39;s like bulk sight visits sitting behind one-way glass. You often need a person or company to find and orchestrate the study on behalf of your company. If you do this, attend a number of sessions, it&#39;s completely eye-opening.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
There are many ways to connect to customers, these are my favourite eight. The absolutely key thing in all of these is to listen, and then listen some more. Then take notes before the memory fades.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Lastly, once the customer is understood, to help other disciplines understand the customer, it&#39;s not a bad idea to put together a single page for the persona(s). This single page is an &quot;average&quot; customer that takes the 100s or 1000s of customers met, and makes up about 80% of their needs, wishes, and thoughts.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I like to print these out on a piece of paper and stick them up around the office. They have a &quot;fake&quot; name and picture, details about what they do and care about, enough to get the other disciplines aware of who they are building for. The plus is if an engineer needs to make a snap decision while the product manager is at a conference or site visit, they can do just that and get it 80% correct!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Got a suggestion on how you like to connect to customers? Drop it below.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2016/03/product-managers-should-know-their.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKNUtfyhsr3_jqiKEXdPzilROfKpl6ks9SmNNhsRjnyu1e8lPKv4HI30GQSy8_FZtenlxcEctuJi0jTorXeuMLlvkYSK2zstQGOwKREFB4maPsKzkYHLONUKE0LtV06bE1dyauSA/s72-c/pm.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-6024556009264657528</guid><pubDate>Thu, 03 Mar 2016 21:14:00 +0000</pubDate><atom:updated>2016-03-03T13:14:52.680-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Leadership</category><category domain="http://www.blogger.com/atom/ns#">Product Management</category><category domain="http://www.blogger.com/atom/ns#">Thought Leadership</category><title>When Should a CEO Hire a Product Manager?</title><description>A company usually starts with an idea, or a couple of people getting together over an idea. That idea percolates and becomes the center of attention for the founder(s) or CEO. Obsession over details and getting things just right is the norm. This is all goodness. Hopefully that obsessive effort takes off and the CEO is forced into running a business, instead of nursing an ember of an idea.&lt;br /&gt;
&lt;br /&gt;
I have never been a CEO of a company, but I&#39;ve watched them. The responsibilities seem endless. Build the right team, which means hiring and interviewing. Keep the VCs happy, which means flights and travel and presentation prep. Go find the customers and evangelize, more travel and more presentations. Make sure the company can make payroll, reviewing the finances and financial planning. Prioritizing the companies limited resources to get the biggest bang for a buck. There is a lot more than that, but even those alone seem like full time jobs. Some of this is easier if there are co-founders and division of duties is forged. But often co-founders have the same vested interest in knowing all the details of the business, and thus never fully leave the other to handle their tasks without at least being in the know.&lt;br /&gt;
&lt;br /&gt;
All this, then a developer wants to know what should happen if a user taps the help button. The product needs help, but who&#39;s going to write all that content and figure out the user flow back into the app?&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2HGuqzvA6hA4giORtsP8EwR1tkGCrP_eODcAFSz1M3IXU8dyZbjtEUE0oxp3drNIe6cwV0w6ov5Y0kJ7dnLodY1xgQ6_SvbHLnXuN-7SUONNqE3b3Q11TOTqID8Fr4K5IvZBlLw/s1600/Overwhelmed-worker-800x533.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;426&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2HGuqzvA6hA4giORtsP8EwR1tkGCrP_eODcAFSz1M3IXU8dyZbjtEUE0oxp3drNIe6cwV0w6ov5Y0kJ7dnLodY1xgQ6_SvbHLnXuN-7SUONNqE3b3Q11TOTqID8Fr4K5IvZBlLw/s640/Overwhelmed-worker-800x533.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The CEO&#39;s job is to focus on the big picture, the big moving parts and the future of the company and product. You&#39;ve heard the phrase &quot;Hire to your weaknesses&quot;, but the CEO often doesn&#39;t accept that a lack of time is his or her weakness. Or often feels that since the idea was theirs, no one else will understand it. Building a software product and worrying about the details takes time, and lots of it. It&#39;s not accepted today to ship something where the details aren&#39;t thought out, a single bump in the user experience can cause 1,000s of users to jump to your nearest competitor. Moreover, that bump is what they remember about your product, it&#39;ll take a lot of work to convince them to come back as they think of your product as unpolished.&lt;br /&gt;
&lt;br /&gt;
The CEO needs help, but how do you know when? Here are some signs a CEO should look to getting a product manager as soon as possible to help build your product:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;You find features in your product that you had no idea were even in planning&lt;/li&gt;
&lt;li&gt;You haven&#39;t used your own product in the last 2 or 3 releases&lt;/li&gt;
&lt;li&gt;When you do make it into the office, there is a line developers outside your office waiting for you to make a business decision for your product&lt;/li&gt;
&lt;li&gt;Each email you get from internal employees starts with &quot;Sorry to bother you again, but ... &quot;&lt;/li&gt;
&lt;li&gt;You feel the momentum of development has slowed down, and developers don&#39;t have butts in seats coding up a storm&lt;/li&gt;
&lt;li&gt;You find a product request from an important client that&#39;s three weeks old and you haven&#39;t mentioned it to the team yet&lt;/li&gt;
&lt;li&gt;Your development team is telling you which features they want in the product and most of them are over half completed&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
In many of the above examples, the development team is missing the product direction, the answers to what&#39;s next, or what business decision happens at this stage of the user experience. The day-to-day of product management!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
One thing I&#39;ve learned about developers, is they like to code. If there is nothing to code, they will make something up to code. This doesn&#39;t help the company, and it doesn&#39;t help the end user. My worst nightmares are when developers don&#39;t have customer features to build, so they wish to &lt;b&gt;re-architecture&lt;/b&gt;&amp;nbsp;the product. While a refactor is necessary from time to time (future post on this topic), it&#39;s a lot of development and engineering with very little end value for the end user.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Without product direction the direction of the product turns from a targeted, to shotgun approach. The long term vision of the product that customers can visualize disappears. You end up with a lot of features that are indeed nice to have, but don&#39;t add a lot of value to the end user. Such as:&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;A forever changing foundation of the app or service bent to whichever developer has the more convincing argument at the time&lt;/li&gt;
&lt;li&gt;A set of unpolished&amp;nbsp;quasi&amp;nbsp;features that loosely fit together, instead of a cohesive vision of intended value&lt;/li&gt;
&lt;li&gt;Broken flows across pillars in your organization (aka, the org chart is showing) making users stumble around inside the product&lt;/li&gt;
&lt;li&gt;A lack of investment in larger customer requests&lt;/li&gt;
&lt;li&gt;Slick animations in areas of the product that are rarely used&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
... to state a few.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
When a CEO finds themselves too busy to keep the product moving along at an acceptable pace, with features directly targeted to the customer, it&#39;s time to think about a product management role. Essentially, as soon as the CEO can&#39;t spend more than 50% of their time worrying about product direction.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Find a product manager who shares the vision of the product, and spend a lot of time with them. Initially, a huge amount of time. Let them play with the product, then spend more time with them. Lastly, bestow them on your dev team and watch the magic unfold. The CEO will walk away with more time, and a better product as a result.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Once hired, it&#39;s important to keep the Product Manager and CEO in sync at a minimum on a weekly basis. I could write more on that, But &lt;a href=&quot;https://www.kennorton.com/newsletter/2016-03-02-bringing-the-donuts.html&quot; target=&quot;_blank&quot;&gt;The PM Mind Meld&lt;/a&gt; by &lt;a href=&quot;https://twitter.com/kennethn&quot; target=&quot;_blank&quot;&gt;Ken Norton&lt;/a&gt; tackles exactly that.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2016/03/when-should-ceo-hire-product-manager.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2HGuqzvA6hA4giORtsP8EwR1tkGCrP_eODcAFSz1M3IXU8dyZbjtEUE0oxp3drNIe6cwV0w6ov5Y0kJ7dnLodY1xgQ6_SvbHLnXuN-7SUONNqE3b3Q11TOTqID8Fr4K5IvZBlLw/s72-c/Overwhelmed-worker-800x533.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-5292599611102108235</guid><pubDate>Tue, 23 Feb 2016 19:28:00 +0000</pubDate><atom:updated>2016-02-23T11:28:08.057-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Leadership</category><category domain="http://www.blogger.com/atom/ns#">Product Management</category><category domain="http://www.blogger.com/atom/ns#">Thought Leadership</category><title>Why Product Management Should be a Separate Person or Team</title><description>I&#39;ve seen lots of teams and companies try to overload the product management role onto other disciplines. Often the CEO, CTO or a set of developers, or in best case, designers take it on. The problem with doing this is &lt;i&gt;conflicting interests&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDLXk38vAo-a4RBn7ObkgMQh4421NCbGm04iAUoaozosie14ZY4RtAogGdFtiZWWxgT8grJvuX8tbawToT8rjoOQWktdbvB53L04W4mQX_7j7DWN-Am6ff9jMWuElxBKJA_EdDPw/s1600/Product_Signals.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDLXk38vAo-a4RBn7ObkgMQh4421NCbGm04iAUoaozosie14ZY4RtAogGdFtiZWWxgT8grJvuX8tbawToT8rjoOQWktdbvB53L04W4mQX_7j7DWN-Am6ff9jMWuElxBKJA_EdDPw/s400/Product_Signals.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The CEO is interested in bringing his or her vision to life, yes, but often doesn&#39;t have time to deeply understand the customer, aside from themselves. This often results in a product that serves one person, or a set of people that are almost identical to the CEO in desires. With so many other demands on the CEO such as sales, evangelism, team building, financial analysis, and market analysis, the CEO can&#39;t do it all. This leads to developers coding ahead of the CEO and eventually into developer driven design. While it&#39;s great to have input from the CEO, product management should quickly be handed off to a dedicated resource.&lt;br /&gt;
&lt;br /&gt;
Technical roles such as developers or CTOs often want to take on the product management role, or often surge forward when the CEO is busy with their own ideas. They are focused on the technical debt and technical challenges they see. This will no doubt increase the value of the product, but usually not in ways customers see it. Customers don&#39;t see changes in framework, or how quick your continuous integration is, or updated support tools. Developers often direct products again in the ways of cool tech to work on, or hard technical challenges, without actually understanding what impact those parts of the product will have on the customer. In many cases, such as a changed out framework, there is no impact to the customer, and months pass without bringing value to the people who are paying.&lt;br /&gt;
&lt;br /&gt;
The closest role that can help shape the product is a pure Designer; more so if that Designer is product minded. Designers bring a lot to the table regarding ease of use and aesthetics of the product. However, they tend to focus on design principles and solving the problems at hand. Designers are fantastic for taking part(s) of a long term vision and executing on the near term, but many designers won&#39;t think about the long term goals and product strategy. They focus in the weeds of what&#39;s in the next release, does this have to be a text box, or a drop down, and where does it go? While design execution is extremely important, it doesn&#39;t satisfy the need for a cohesive long-term strategy for the product.&lt;br /&gt;
&lt;br /&gt;
The product manager role, separated from other disciplines, enables a long term plan by defining a story. Product management also brings the customer voice to the table, it leverages customer feedback, and other information to build a product road map, and product goals. Product management focuses designers and accelerates developers on what&#39;s important now, what to plan for in the near term, and what to account for in the long term. Product management also has the ear to the ground for changing market conditions, and can help adjust the plan when the long term market is adjusting.&lt;br /&gt;
&lt;br /&gt;
Input from the CEO, developers, designers and the rest of the company is still important, but a single person to own the strategy and vision will build a cohesive product and ultimately save time, and delight customers with a plan in the long run.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
My favourite example of engineering run design is Windows Update from Microsoft. Albeit Windows is a large platform, and there is a strong desire to both keep Windows secure, while at the same time make it easier to maintain, there is a clear missing voice of Product Management.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4hOu2eKMpblb58JwlL70AUeWNPtk0vBGk-xIpGTp-45RsEQHP7ayYL7vxpRZfv-NOfjOiyjmnec1U_adSg8DSQQ5ZlYZFjbOBrPQQp1M2nfuQNaB9SDHL-RYQe53nyZBcAy2t5Q/s1600/RjrOq.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;181&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4hOu2eKMpblb58JwlL70AUeWNPtk0vBGk-xIpGTp-45RsEQHP7ayYL7vxpRZfv-NOfjOiyjmnec1U_adSg8DSQQ5ZlYZFjbOBrPQQp1M2nfuQNaB9SDHL-RYQe53nyZBcAy2t5Q/s320/RjrOq.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
I can tell this is engineer driven because the easy engineering road is taken, and it&#39;s irritating to customers. While the concept of &quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Patch_Tuesday&quot; target=&quot;_blank&quot;&gt;Patch Tuesday&lt;/a&gt;&quot; was defined around this made it easier for system admins to plan for patch updates, it&#39;s &lt;i&gt;terrible&lt;/i&gt; to think that this concept even has to exist. The personal computer should be doing whatever it can to make the &lt;i&gt;person&lt;/i&gt;&amp;nbsp;successful. The &lt;i&gt;person&lt;/i&gt; shouldn&#39;t have to wait on maintenance, or updates when they want to use their computer, those should happen in the time the person isn&#39;t around. I mean humans do sleep for 6+ hours a night, more than enough time for computers to maintain themselves.&lt;br /&gt;
&lt;br /&gt;
The reason that a reboot is intrusive is because no one or no team at Microsoft has taken the effort to figure out dependancies between components, as such when taking down a small service to update it. The teams at Microsoft have no idea what they might be breaking in other teams services, so they reboot the computer, a.k.a the easy path. Then once they know things are patched, they start all the services, when in reality, it should be something that the computer can just save the users state, restart a small service, set of dependant services or apps, and be invisible to the end user. If there was serious Product Management on Windows Update, and in the case of large enterprises, that Product Management team had executive support (aka, Satya or EVP of Windows, Terry Myerson), things will change for the better for the end user, to the tune of &quot;Wow, my Windows computer never reboots!&quot;&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2016/02/why-product-management-should-be.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDLXk38vAo-a4RBn7ObkgMQh4421NCbGm04iAUoaozosie14ZY4RtAogGdFtiZWWxgT8grJvuX8tbawToT8rjoOQWktdbvB53L04W4mQX_7j7DWN-Am6ff9jMWuElxBKJA_EdDPw/s72-c/Product_Signals.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-697760489287640561</guid><pubDate>Thu, 09 Apr 2015 16:55:00 +0000</pubDate><atom:updated>2016-02-21T23:09:24.026-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CPU</category><category domain="http://www.blogger.com/atom/ns#">Exchange</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">iOS</category><category domain="http://www.blogger.com/atom/ns#">iOS8</category><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">Outlook</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Troubleshooting</category><title>Constant 50% CPU usage on iPhone running iOS8</title><description>I don&#39;t usually publish break/fix stuff here, but I couldn&#39;t find ANYTHING on the Internet that helped me solve this one, and I think I&#39;ve nailed it. &amp;nbsp;So here goes.&lt;br /&gt;
&lt;br /&gt;
I have an iPhone 6 running iOS 8.x, I am on the Rogers network in Canada. &amp;nbsp;I was travelling in the US on the AT&amp;amp;T network, and got a carrier update which I mistakenly applied (although all my support calls indicated that this shouldn&#39;t affect anything). &amp;nbsp;Upon returning to Canada, I discovered my CPU usage was bouncing between 50-51% as a flat bar (&lt;a href=&quot;https://itunes.apple.com/us/app/sysstats-lite/id294175824?mt=8&quot; target=&quot;_blank&quot;&gt;Discovered using &lt;b&gt;SysStatLite&lt;/b&gt;&lt;/a&gt;). &amp;nbsp;Anyone who knows anything about CPU graphs and computers know that when a computer is idle, the CPU bounces between 2-8%, but when it&#39;s doing stuff, the CPU graph bounces randomly all over the place, unless the CPU is pegged at 100% doing some processing (photo editing, video editing, video gaming, etc)&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqr5i_Fj9hWCXNrrPf2HTp3CfRXUcsJPtm_pPFNGZao5g5NAq2YKDWznDI0z3woTd36p2WSFeXx0Cswz31JLOA-LTdgGScMexpqYWlJGvY-gJLD_s63quBV7HNRE9zlMsNV-gAvA/s1600/Screenshot+2015-04-09+09.22.41.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;132&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqr5i_Fj9hWCXNrrPf2HTp3CfRXUcsJPtm_pPFNGZao5g5NAq2YKDWznDI0z3woTd36p2WSFeXx0Cswz31JLOA-LTdgGScMexpqYWlJGvY-gJLD_s63quBV7HNRE9zlMsNV-gAvA/s1600/Screenshot+2015-04-09+09.22.41.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Idle CPU Example&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
As you can imagine, the two biggest battery eaters on a mobile device is the CPU and Screen, followed closely by network). &amp;nbsp;So with my CPU hovering at 50%, my battery life was cut in half. &amp;nbsp;an hour drive home would eat 1/4 of my battery, so that&#39;s like 4-5 hours of battery life in my phone, &lt;b&gt;not acceptable&lt;/b&gt;!&lt;br /&gt;
&lt;br /&gt;
So let&#39;s get into the list of things I tried without getting intrusive:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Rebooting&lt;/li&gt;
&lt;li&gt;Closing all open applications (double-tap home screen and close apps)&lt;/li&gt;
&lt;li&gt;Turning off all background apps&lt;/li&gt;
&lt;li&gt;Turning off all location services&lt;/li&gt;
&lt;li&gt;Going into Airplane mode&lt;/li&gt;
&lt;li&gt;Restoring from iCloud&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Whoa! Going into Airplane mode killed the CPU instantly, that&#39;s a good sign. &amp;nbsp;In fact, turning airplane mode back off, then left my CPU normal... but only for 30-60 minutes, then back to 50%!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDxJKpvoBF4oIXPkVaUmYmlu35t0xMBcU8zS-05aMqoarY4C7jspaCtb0BaDtVK0oRqXeiMG46g0sZUZtXomqPf7Quf9sxhcyDpCihqVm6Z3_KNFIQ4voxGmE03lBWmMQOuxwHIQ/s1600/graph.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDxJKpvoBF4oIXPkVaUmYmlu35t0xMBcU8zS-05aMqoarY4C7jspaCtb0BaDtVK0oRqXeiMG46g0sZUZtXomqPf7Quf9sxhcyDpCihqVm6Z3_KNFIQ4voxGmE03lBWmMQOuxwHIQ/s1600/graph.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;50% CPU, airplane mode to 8%, off airplane mode spike and back to 8%&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
As you can probably guess, I don&#39;t just feel my phone in my pocket getting warm and immediately open it, turn on airplane mode, and then turn it off and stick it back in my pocket, so I would often pull it out of my pocket and think &quot;damn, my phone is hot&quot;, and I have 30% battery left.&lt;/div&gt;
&lt;h3 style=&quot;clear: both; text-align: left;&quot;&gt;
Time to call support&lt;/h3&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span id=&quot;goog_2072471142&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_2072471143&quot;&gt;&lt;/span&gt;I called Apple. &amp;nbsp;Apple support is A-Mazing if you have never called it. &amp;nbsp;We did a number of things&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;Back-up the phone and Restore it from iCloud (and also from iTunes), again&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;Factory reset the phone (no issues, but no data)&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;Set up the phone from scratch again (without using a backup, by the way this is extremely intrusive and painful!)&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
All these problems still persisted. &amp;nbsp;Apple replaced my phone.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;THE PROBLEM STILL EXISTED!!&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
I went to Rogers support, they replaced my SIM, so now I have a new phone, new data, and new SIM and the problem still existed. &amp;nbsp;Clearly since this isn&#39;t wide-spread on the Internet it was something I was doing. &amp;nbsp;I started researching everything that I could find (apps would crash as seen in SysStatLite) and I would research them&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;CommCenter crashed -- &lt;a href=&quot;https://discussions.apple.com/thread/3679434&quot; target=&quot;_blank&quot;&gt;disabled MMS&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;Searchd crashed -- &lt;a href=&quot;http://www.reddit.com/r/jailbreak/comments/2ob329/&quot; target=&quot;_blank&quot;&gt;found a baller iPhone5 wall paper&lt;/a&gt;.&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://www.reddit.com/r/jailbreak/comments/2k767i/ios_8_launchd_hogging_50_of_cpu_after_pangu/&quot; target=&quot;_blank&quot;&gt;iCloud backup could cause the CPU usage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Still nothing seemed to drop the CPU instantly, &lt;b&gt;until I came across &lt;a href=&quot;http://apple.stackexchange.com/questions/11078/high-processor-cpu-load-on-iphone-draining-battery-how-to-fix&quot; target=&quot;_blank&quot;&gt;this community article&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt;
Answer #3 on this page indicated that if you sync&#39;d your phone against an Exchange server, contacts would have issues now and then.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;
This made something click for me. &amp;nbsp;As a former Microsoft employee, I&#39;m pretty knowledgable on Exchange (after my years working on Small Business Server). &amp;nbsp;I knew that &lt;a href=&quot;http://outlook.com/&quot;&gt;Outlook.com&lt;/a&gt;&amp;nbsp;supported &lt;a href=&quot;http://en.wikipedia.org/wiki/Exchange_ActiveSync&quot; target=&quot;_blank&quot;&gt;Exchange Active Sync&lt;/a&gt;&amp;nbsp;which is a fantastic protocol for syncing email, usually reserved for full Exchange (&lt;a href=&quot;http://office365.com/&quot; target=&quot;_blank&quot;&gt;Office365&lt;/a&gt;). &amp;nbsp;Instead of setting up my iPhone using the default Outlook.com settings, I chose to set up Outlook.com as an exchange server. &lt;i&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;I deleted my personal email account and re-set it up using the prescribed method for syncing Outlook.com addresses on iPhone&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;b&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;.&lt;/span&gt;&lt;/b&gt; &amp;nbsp;One of the benefits of EAS is you never have to reconfigure it, even if an admin moves something around. &amp;nbsp;So I figure maybe an admin would move my mailbox somewhere, and change the config, but my hard-coded config on the phone wouldn&#39;t adapt to this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So far the CPU hasn&#39;t spiked since! it&#39;s been idle and my battery life rocks again!&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
So, the moral of the story is (aka, TL;DR)&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
(1) Don&#39;t be too smart for these devices&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
(2) Use the most tested methods when using both Apple and Microsoft software/hardware for the best experience.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Hope this helps a few more people save the hours it took me to figure this one out.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2015/04/constant-50-usage-on-iphone-running-ios8.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqr5i_Fj9hWCXNrrPf2HTp3CfRXUcsJPtm_pPFNGZao5g5NAq2YKDWznDI0z3woTd36p2WSFeXx0Cswz31JLOA-LTdgGScMexpqYWlJGvY-gJLD_s63quBV7HNRE9zlMsNV-gAvA/s72-c/Screenshot+2015-04-09+09.22.41.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-3206163964508091508</guid><pubDate>Thu, 27 Nov 2014 08:02:00 +0000</pubDate><atom:updated>2014-11-27T16:04:24.229-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Best Practices</category><category domain="http://www.blogger.com/atom/ns#">Internet Explorer</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">virus</category><category domain="http://www.blogger.com/atom/ns#">Windows 7</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Help! I have a Virus!</title><description>&lt;p&gt;&lt;em&gt;I get this question a lot&lt;/em&gt;.&amp;nbsp; I wanted to write something up on how you can self heal your &lt;a href=&quot;http://windows.microsoft.com/en-ca/windows-8/meet&quot;&gt;Windows 8 PC&lt;/a&gt; (although most of this also works for Windows 7), or at least get you started in the right direction. Let’s dive right into figure out what’s going on.&amp;nbsp; Let’s quickly talk about what a “virus” is:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A virus is actually software that is harmful to you or others running on your computer.&amp;nbsp; Something that erases or corrupts files or potentially participates in international denial of service attacks at an attackers whim.&amp;nbsp; These are terrible, and programs like &lt;strong&gt;Windows Defender&lt;/strong&gt;, built right into Windows, if updated, will protect you against any of these.&lt;/li&gt; &lt;li&gt;Spyware is software that tends to steal from you, capture credit card information, your password etc, also bad, and again &lt;strong&gt;Windows Defender&lt;/strong&gt; will capture most of these, but not all&lt;/li&gt; &lt;li&gt;Bloatware is software that that is trying to help you do something, but something you probably don’t need.&amp;nbsp; There are two types of Bloatware&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Non &lt;a href=&quot;http://www.microsoftstore.com/store?SiteID=msusa&amp;amp;Locale=en_US&amp;amp;Action=ContentTheme&amp;amp;pbPage=MicrosoftSignature&amp;amp;ThemeID=33363200&quot;&gt;signature PCs&lt;/a&gt; come with extra software your computer provider installs in hopes to make extra money from software vendors who want to get their software in front of users, so they pay the computer provider. (as a side note this is why I always format and re-install these computers, if you have the technical know how)&lt;/li&gt; &lt;li&gt;Software you install.&amp;nbsp; Yes, getting emoji’s at the bottom of your email, or the “music downloading app”, the list goes on.&amp;nbsp; All the little programs &lt;em&gt;&lt;u&gt;YOU&lt;/u&gt;&lt;/em&gt; install on your computer, some of them are bloatware, and some of them come with bloatware.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;So let’s get to fixin’ that “virus”. &lt;/p&gt; &lt;h2&gt;Step 1 – Let’s make sure it’s not a known virus&lt;/h2&gt; &lt;p&gt;First, let’s get Windows Defender up to date, and scanning.&amp;nbsp; &lt;/p&gt; &lt;ol&gt; &lt;li&gt;Hit the &lt;strong&gt;start &lt;/strong&gt;button on your keyboard, or swipe out the charm menu and hit &lt;strong&gt;start&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;just start typing “&lt;em&gt;Defender&lt;/em&gt;” and you’ll see the “Windows Defender” appear.&amp;nbsp; Tap or Click on it to drop into the desktop and you’ll see this window:&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&amp;nbsp;&lt;img title=&quot;Windows Defender&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Windows Defender&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimrNLSmCeRhY5aeG7IooiYFjsqCrWglWDUDp_mLwpMvirmQ_TWivmaToeeVSx9eN1yD3goPKcVcH97m1MQX0XfdfD9153US1p9K__7QQZE-oepse2jcOtiVHHq4iVY-DtwnUN18w/?imgmax=800&quot; width=&quot;644&quot; height=&quot;455&quot;&gt; &lt;/p&gt; &lt;p&gt;This is what a healthy PC looks like.&amp;nbsp; If your PC is unhealthy, it’ll tell you on screen what you should do.&amp;nbsp; Which is most likely download the most recent updates, and then scan your PC.&amp;nbsp; It’ll quarantine/delete any files it detects that are a virus.&amp;nbsp; Easy Huh?&amp;nbsp; You don’t need any other Anti-virus program, as Windows Defender does it all.&amp;nbsp; If someone says you need something like McAfee, Symantec, or a paid Antivirus solution, you don’t.&amp;nbsp; Those applications provide additional security, but the base prevention of viruses is included with Windows 8.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;IMPORTANT WINDOWS 7 NOTE:&lt;/strong&gt; if you’re on Windows 7, then Windows Defender doesn’t do anti-virus, you’ll need to get &lt;a href=&quot;http://windows.microsoft.com/en-CA/windows/security-essentials-download&quot; target=&quot;_blank&quot;&gt;Microsoft Security Essentials&lt;/a&gt;, which is a free download. Same comment on the other antivirus solutions, they aren’t necessary and cost money for features you most likely won’t use.&lt;/p&gt; &lt;h2&gt;&lt;/h2&gt; &lt;h2&gt;Step 2 – What the heck is running on that PC of yours?&lt;/h2&gt; &lt;p&gt;Computers only have so much memory, probably barely any if you bought your computer for under $1000, and you want to keep the programs running down to the ones you &lt;em&gt;need&lt;/em&gt; not the ones that have just decided you need them.&amp;nbsp; While there is probably a number of things running on your computer at this very moment, what you want to prevent is things from starting that you won’t use.&amp;nbsp; Here is how&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Let’s crack open the Task Manager, the fast keys are &lt;strong&gt;CTRL&lt;/strong&gt;+&lt;strong&gt;SHIFT&lt;/strong&gt;+&lt;strong&gt;ESC&lt;/strong&gt;, or you can right-click on the task bar in the desktop and choose &lt;strong&gt;Task Manager&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;Flip over to the &lt;strong&gt;Startup&lt;/strong&gt; tab.&amp;nbsp; Here is what you see:&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;img title=&quot;Task Manager&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Task Manager&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2OgUjsucliJb3Rv9saC1xBT8BhthA4QNiKlh9B1QSasAQqx4VNcbvJbEHmwLTm-ALsPn1KJVQPdFEJQfcEK6Z6iLWboNu6QK00rZ5EXqzw-h74VOTNHfNr80OyMbgZDBp7L4wLQ/?imgmax=800&quot; width=&quot;613&quot; height=&quot;484&quot;&gt; &lt;/p&gt; &lt;p&gt;As you can see, I have a pretty short list.&amp;nbsp; I’ve disabled what I don’t use EVERY time I reboot my computer.&amp;nbsp; Chrome, my browser does a tone of things for me, so I allow it to load in the background, I obviously want sound, so I leave my Realtek device enabled.&amp;nbsp; I print, so I leave the HP one enabled, but I use iTunes or my life experience camera, or send to one note, or Spotify only sometimes, or not at all.&amp;nbsp; I want to load those manually if I need them, so they are disabled.&amp;nbsp; Disabling things that are of high startup impact will make your computer boot faster.&lt;/p&gt; &lt;p&gt;Next, let’s trim some fat.&amp;nbsp; Out with the programs you don’t need! &lt;/p&gt; &lt;ol&gt; &lt;li&gt;Hit the Start page up again with the start key, or the swipe for the charms, and then the start button&lt;/li&gt; &lt;li&gt;On the start page, type in the word &lt;strong&gt;control&lt;/strong&gt;, and you’ll see the &lt;em&gt;Control Panel&lt;/em&gt; come up&lt;/li&gt; &lt;li&gt;Launch that by taping or clicking on it, and you’ll end up in the Control Panel on the desktop&lt;/li&gt; &lt;li&gt;Under &lt;strong&gt;Programs&lt;/strong&gt;, click the &lt;strong&gt;Uninstall a program&lt;/strong&gt; link, it should look like this:&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&amp;nbsp;&lt;img title=&quot;Control Panel - Programs and Features&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Control Panel - Programs and Features&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha22Ct72VkasfzVM7q9eyjbXdLe2G0D-mRHdzeELjxvyB309FISdVkUou6lOkOk7fE4be_IX2iOarWE7ZRyiLWD9p8yK3SQSUNSDFhdFsqYpUd7GIuvBt_VSxDv1eBuTA5QS3oJA/?imgmax=800&quot; width=&quot;644&quot; height=&quot;424&quot;&gt; &lt;/p&gt; &lt;p&gt;This is where the fun begins, you want to go through program by program, and uninstall the ones you don’t use using the highlighted Un-install button.&amp;nbsp; You’ll find that some have unnecessarily hard un-install programs, these are probably the bloatware programs you’re loathing.&amp;nbsp; I often do a Google Search for “How to Uninstall %insert program name%” and then see what the internet says.&amp;nbsp; Ultimately you want to un-install anything that you’re not using. After this step you’ll likely have to reboot your computer, when it comes up, it’ll probably already be running faster.&lt;/p&gt; &lt;p&gt;This next step is not for the layman.&amp;nbsp; In fact, you can &lt;em&gt;SERIOUSLY&lt;/em&gt; mess up your computer in this step, so skip it if you don’t feel comfortable, or better yet, &lt;a href=&quot;http://windows.microsoft.com/en-us/windows/use-snipping-tool-capture-screen-shots#1TC=windows-8&quot; target=&quot;_blank&quot;&gt;take a screenshot&lt;/a&gt; and send it to someone you trust (yes family, you can send it to me).&lt;/p&gt; &lt;p&gt;Let’s get into the registry&lt;/p&gt; &lt;ol&gt; &lt;li&gt;On the start menu type in &lt;strong&gt;RegEdit &lt;/strong&gt;or press WIN+R and type &lt;strong&gt;Regedit&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;Agree to the access prompt allowing the app to open&lt;/li&gt; &lt;li&gt;we’re going to need to navigate to two places here to see what’s else is loading&lt;/li&gt; &lt;ul&gt; &lt;li&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run&lt;/li&gt; &lt;li&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt; &lt;p&gt;You’ll want to &lt;a href=&quot;http://windows.microsoft.com/en-us/windows/use-snipping-tool-capture-screen-shots#1TC=windows-8&quot; target=&quot;_blank&quot;&gt;take a screenshot&lt;/a&gt; of each of these locations and send them to your trusted advisor.&amp;nbsp; Here is what the second one looks like for me:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Registry Editor&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Registry Editor&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLwsaSz1Fl6kEkdDQczFanQQlWmSY0aWMt7vNdlGvVu48_3Ih4JjMfj_KXCc__Lre08KuXvG1pDCCGa-D-tENkUDpTT-eHtP76mSZE_gWqHIhmA6FK1igeaGeJJ_AjTwX_p-7ljg/?imgmax=800&quot; width=&quot;644&quot; height=&quot;207&quot;&gt; &lt;/p&gt; &lt;p&gt;You will see a similar list (probably more technical) to the Task Manager above.&amp;nbsp; If you do wish to edit this.&amp;nbsp; You delete the ones you don’t want &lt;strong&gt;BUT BUT BUT!!!!&lt;/strong&gt; make sure you export the key first as a backup, and know which ones you’re deleting and why.&amp;nbsp; The above are actually my audio drivers, so I want them to run, but they look uber geeky right?&amp;nbsp; So be careful here!&lt;/p&gt; &lt;h2&gt;Step 3 – Browser Extensions&lt;/h2&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;Many of the “Help I have a Virus!” emails I get always have screenshots of browsers, and said browser is saying stuff like “you’re internet is slow, you have a virus, run this program!”.&amp;nbsp; Please please please don’t run this program.&amp;nbsp; Anything windows *should* run, is already running for you.&amp;nbsp; My friends at Microsoft have done this for you. They don’t tell you what you should run, it’s just running!&amp;nbsp; So don’t run anything, or pay any money to run something.&amp;nbsp; A browser should open take you to your home page, and let you get on the Internet.&amp;nbsp; The browser isn’t going to tell you about the health of your computer, or want to collect money from you.&amp;nbsp; Let’s look at two browsers&lt;/p&gt; &lt;h4&gt;Chrome&lt;/h4&gt; &lt;p&gt;Let’s find the browser extensions and remove what we don’t need, unless you just installed it, then there aren’t any to worry about. &lt;/p&gt; &lt;ol&gt; &lt;li&gt;Open &lt;strong&gt;Chrome&lt;/strong&gt; and click on the three lines in the top right hand corner of the window&lt;/li&gt; &lt;li&gt;click on &lt;strong&gt;Settings&lt;/strong&gt;, then on the left hand side, click on &lt;strong&gt;Extensions&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;You’re presented with a list of all the extensions.&amp;nbsp; Go through one by one and hit the trashcan to delete any you don’t use.&amp;nbsp; If you aren’t sure what one does, uncheck the &lt;strong&gt;Enable&lt;/strong&gt;, and then close Chrome and open it and see if there are any differences. If there aren’t, chances are you want to delete that one anyways, so go back and delete it.&lt;/p&gt; &lt;h4&gt;Internet Explorer&lt;/h4&gt; &lt;p&gt;Let’s get killin’ extensions&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Click on the &lt;strong&gt;gear&lt;/strong&gt; icon in the upper right of the browser window (under the “X” to close IE)&lt;/li&gt; &lt;li&gt;Click on &lt;strong&gt;Manage Add-ons&lt;/strong&gt; and you’ll see this:&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;img title=&quot;IE Manage Add-ons&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;IE Manage Add-ons&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8Z3sDKbfXeIIJIokzk8Ud0sef6NVwylZS9eq0PRoJhWk6mUb6NqRtPwbvZJZLfn_3P8sXVul5DDyr0gH4Rj_OUOWnzz4s3MDjbYQZ_4Ko82EuDLrb-hqEVXvgndkT6-hq-CWY2g/?imgmax=800&quot; width=&quot;644&quot; height=&quot;413&quot;&gt; &lt;/p&gt; &lt;p&gt;Now go through all the &lt;strong&gt;Toolbars and Extensions&lt;/strong&gt;, and disable the ones you don’t use.&amp;nbsp; Also check out the &lt;strong&gt;Accelerators&lt;/strong&gt; and remove the ones you don’t use as well. &lt;/p&gt; &lt;p&gt;When you’re done these, close the browser and re-open it.&amp;nbsp; &lt;/p&gt; &lt;h2&gt;Step 4 – Getting more insight&lt;/h2&gt; &lt;p&gt;Last but not least, I wanted to tell you a tool that gives you more insight on the stability/reliability of your computer.&amp;nbsp; It tells you when you did things, like install apps that cause problems.&amp;nbsp; It’s the Reliability Monitor.&amp;nbsp; Let’s open it up&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Get to the start page (press the start key, or use the start button on the charm fly-out)&lt;/li&gt; &lt;li&gt;Type in the word &lt;strong&gt;Reliability&lt;/strong&gt;, and select the &lt;em&gt;Reliability Monitor&lt;/em&gt;.&amp;nbsp;&amp;nbsp; You’ll end up back in the desktop seeing this page:&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;img title=&quot;Reliability Monitor&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Reliability Monitor&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQe1-b11Pr41yYEFq7CkOqB_3zLBMMXBVy5en5Kabpc-tJW87sOBBNYPuMmNOeezbGreE2Vj3PalwBwPj91mg7-YbLpGBCOcdi_C-nEhvWQzQjXAwCxVIBOFgpLNv6anE3ZK3EyA/?imgmax=800&quot; width=&quot;644&quot; height=&quot;423&quot;&gt; &lt;/p&gt; &lt;p&gt;You can click on each yellow warning triangle, or blue informational icon and see what happened on that day. The blue bar (across the very top of the graph at #10 for me) is your reliability monitor.&amp;nbsp; That bar may not be at the top for you, but you can follow that bar back in time to see when it dropped from a 10/10 score to a lower one, and you can see the event that took place.&amp;nbsp; My guess it’s the one day that you decided to install something because you were in a rush, and you picked a bad program.&amp;nbsp; It gives you more insight to what’s going on with your computer, and what the history was and why things are probably broken. &lt;/p&gt; &lt;p&gt;Anyways, if you’re a family member, and ask me to connect into your computer to fix your virus. These are the steps that I’m going to follow, so now you can too!&lt;/p&gt; &lt;p&gt;On a last note, I’m always told “oh, aren’t you going to defrag my hard drive?”.&amp;nbsp; Defragging is so 2008… with Windows 8 this happens automatically for you, but you can validate it’s enabled simply by&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Going to the start page&lt;/li&gt; &lt;li&gt;Typing in &lt;strong&gt;defrag&lt;/strong&gt;, and selecting the &lt;em&gt;Defragment and Optimize your drives&lt;/em&gt;.&amp;nbsp; &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;img title=&quot;Optimize Drives&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Optimize Drives&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq_JnR6LkcQNOb-89dNRvvSr3cph0a1gtveXqVH8fT8j4RTrSQxm5kJjfxn-Br3UHSR7wyjkCd8ZQPHgi4DfYJe7VMKF9-okzMsLIRCJaxxjtbph_IpB1QWjnhNP3sXP3kPunyyQ/?imgmax=800&quot; width=&quot;644&quot; height=&quot;464&quot;&gt; &lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;Just click the &lt;strong&gt;Optimize&lt;/strong&gt; button, or see when it was last run.&amp;nbsp; Note that the older “hard drives” need defragmenting, and the newer and faster SSDs need trimming.&amp;nbsp; Totally different technology, but Windows will handle both for you.&lt;/p&gt; &lt;p&gt;Good luck with your “virus”… and stop installing programs that you don’t need with bloatware!&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/11/help-i-have-virus.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimrNLSmCeRhY5aeG7IooiYFjsqCrWglWDUDp_mLwpMvirmQ_TWivmaToeeVSx9eN1yD3goPKcVcH97m1MQX0XfdfD9153US1p9K__7QQZE-oepse2jcOtiVHHq4iVY-DtwnUN18w/s72-c?imgmax=800" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-2785203783045607996</guid><pubDate>Mon, 24 Nov 2014 06:41:00 +0000</pubDate><atom:updated>2014-11-23T22:41:41.245-08:00</atom:updated><title>Ch-Ch-Ch-Changes …</title><description>&lt;p&gt;&lt;img title=&quot;Old Blog Style&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: 0px; margin-left: 0px; border-left: 0px; display: inline; margin-right: 0px&quot; border=&quot;0&quot; alt=&quot;Old Blog Style&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglqtM9-wmCWxzVoJlWQfw-C5RlIOk2XDP52tVaB49GvBUKPoB8wNX-bDKRPzpzuXjBWXLRl6qmBDRmMetdEw7c8X9IhB4TRg8iLLFcz9dlgVjLKXNe7HVy_9LKmVqCXyfMFibosw/?imgmax=800&quot; width=&quot;420&quot; align=&quot;right&quot; height=&quot;181&quot;&gt;I started this blog back in 2003.&amp;nbsp; I remember clearly asking permission to start an official “Small Business Server” blog to get information out to our community and my lead when I worked on the Small Business Server team thought it would take too much of my time.&amp;nbsp; I disagreed and started this blog anyways.&amp;nbsp; A lot has changed since then.&lt;/p&gt; &lt;p&gt;Many editions of Small Business Server and Home Server have shipped since that day, and the information on doing custom configuration to your server has grown on this site.&amp;nbsp; It’s not going anywhere, that’s not what this post is about.&amp;nbsp; It’s about the future!&lt;/p&gt; &lt;p&gt;After my SBS/WHS time was over, I decided to go work on &lt;a href=&quot;http://pinpoint.microsoft.com&quot;&gt;Pinpoint&lt;/a&gt; (which has finally received some much needed updates thanks to some great friends and past co-workers!), but it was at this point in my career that I also decided to work remotely from Victoria, BC.&amp;nbsp; Working remotely has it’s pros and cons, one of the cons is that you don’t have much say what you work on.&amp;nbsp; As a result, I bounced around the Commerce Division, after Pinpoint was merged into it.&amp;nbsp; I learned a lot, met some awesome people, but got away from what inspired me about building software.&amp;nbsp; Getting to know my customer, getting to see UI and great experiences come to life and delight an end user.&amp;nbsp; Time for a change.&lt;/p&gt; &lt;p&gt;As of this summer I work for &lt;a href=&quot;http://metalab.co&quot;&gt;MetaLab&lt;/a&gt;, we build interfaces.&amp;nbsp; Actually, what we do is build a LOT of things.&amp;nbsp; We build iOS apps, from the ground up, we build robust services, we build websites, and most of all, we do it directly for customers.&amp;nbsp; We think about UI, we stress the P3 fit and finish bugs, and we design cool stuff that delights the end user.&lt;/p&gt; &lt;p&gt;Which brings me back to my blog.&amp;nbsp; The design needed a face lift to make it more interesting.&amp;nbsp; I wanted to talk weave technology and my creative side a little more.&amp;nbsp; All these photos you see on this blog are ones that I’ve taken, and ones that I’m proud of. So you’ll continue to see photos on here, you’ll continue to see the same old content on here, and you’ll still see new technical content, but the scope is larger.&amp;nbsp; I have my first &lt;a href=&quot;https://www.apple.com/ca/macbook-pro/&quot;&gt;MacBook&lt;/a&gt; now, I’m using &lt;a href=&quot;https://www.google.com/work/apps/business/&quot;&gt;Google Apps&lt;/a&gt; now, I use &lt;a href=&quot;https://slack.com/&quot;&gt;Slack&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Times are changin’… my theme is different, my posting scope is broader…&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/11/ch-ch-ch-changes.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglqtM9-wmCWxzVoJlWQfw-C5RlIOk2XDP52tVaB49GvBUKPoB8wNX-bDKRPzpzuXjBWXLRl6qmBDRmMetdEw7c8X9IhB4TRg8iLLFcz9dlgVjLKXNe7HVy_9LKmVqCXyfMFibosw/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-6645330776592334515</guid><pubDate>Fri, 17 Oct 2014 05:51:00 +0000</pubDate><atom:updated>2014-10-26T15:44:09.000-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">iOS</category><category domain="http://www.blogger.com/atom/ns#">iPad</category><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">Office 2013</category><category domain="http://www.blogger.com/atom/ns#">Outlook</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Windows Live Services</category><title>Quickly Archiving Mail with Outlook 2013 when using Outlook.com</title><description>&lt;p&gt;Third post in a series of posts on how to single-click (or swipe/tap) to Archive mail when using &lt;a href=&quot;http://outlook.com&quot;&gt;Outlook.com&lt;/a&gt;.&amp;nbsp; The first covered how to &lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html&quot;&gt;swipe-tap to archive in iOS 8&lt;/a&gt;, and the second covered on how to set up an Instant Action to mouse over and click to Archive a mail on the web client.&amp;nbsp; &lt;/p&gt; &lt;p&gt;This post covers the most famous email client of them all: Outlook.&amp;nbsp; And most specifically Outlook 2013.&amp;nbsp; As mentioned in the first post, the &lt;strong&gt;pre-setup&lt;/strong&gt; for this one is to create a folder called &lt;strong&gt;Archive &lt;/strong&gt;in your mailbox. I covered how to do this this in the &lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html&quot;&gt;iOS8 post&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;With Outlook 2013, there is a &lt;strong&gt;Quick Steps&lt;/strong&gt; box.&amp;nbsp; You’ve probably never noticed it, it’s at the top, on the ribbon.&amp;nbsp; Well, it’s a set of customizable actions, where the Outlook team has taken the liberty of defining ones for you, mostly destined for business.&amp;nbsp; If this is the first time you’ve used these, take a look around, they are really powerful. Even on a personal account.&amp;nbsp; For example, I have one called “To Wife” which just forwards the email to my wife.&amp;nbsp; I do this a lot when I get an email on something that she should know, but I digress.&amp;nbsp; Here is what my personal account looks like:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Quick Steps&quot; style=&quot;border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Quick Steps&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJWK4QGEgN6INFcLsyWZN3AovBtQWniadeFNprziBbjYWpScZbpN2y8CDNqL5neElQuhmpEKMOz8th3wMlp5stI-UrGXDWcrXe9px_nauiMp_TYSSZGPAlMUtCT9mqoTbbXV9mlg/?imgmax=800&quot; width=&quot;271&quot; height=&quot;95&quot;&gt; &lt;/p&gt; &lt;p&gt;Here’s how to set up the Archive one Quick Step&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Click on the &lt;strong&gt;Create New&lt;/strong&gt; button in the &lt;strong&gt;Quick Steps&lt;/strong&gt; box (you may have to scroll down using the arrows to see it), it’s depicted above.  &lt;li&gt;Fill out the Quick Step, with your &lt;strong&gt;Name&lt;/strong&gt;, and any number of actions you want to happen, it’s like a mail macro!&amp;nbsp; This is how mine is set up.&amp;nbsp; You can also assign a short cut key if you’re a keyboard kowboy. &lt;img title=&quot;Edit Quick Step&quot; style=&quot;border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px&quot; border=&quot;0&quot; alt=&quot;Edit Quick Step&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8UIbdvDkFtTanvDPDLHBr1zXfOcZL9SMh_K7GtOiNPjAMJxtn0laLmCuT8HJr_8_Cgzqby_6PSP7AAmluFZ368k2ZE1rfuyrm0zOeHFc-8YsUzvPS1o0J6MK9XdM4LVd_pcv3zA/?imgmax=800&quot; width=&quot;504&quot; height=&quot;565&quot;&gt;  &lt;li&gt;Click on &lt;strong&gt;Finish&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;You’re Quick Step is ready to use.&amp;nbsp; Simply select the email you want to Archive and hit the new Archive Quick Step button, and the mail gets marked as read, and placed into your Archive folder.&lt;/p&gt; &lt;p&gt;Related Posts&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html&quot;&gt;Quickly Archiving Mail in iOS8 when using Outlook.com&lt;/a&gt;  &lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-from-outlookcom.html&quot;&gt;Quickly Archiving Mail from the Outlook.com Web Client&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-with-outlook.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJWK4QGEgN6INFcLsyWZN3AovBtQWniadeFNprziBbjYWpScZbpN2y8CDNqL5neElQuhmpEKMOz8th3wMlp5stI-UrGXDWcrXe9px_nauiMp_TYSSZGPAlMUtCT9mqoTbbXV9mlg/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-5426437118466361045</guid><pubDate>Fri, 17 Oct 2014 05:36:00 +0000</pubDate><atom:updated>2014-10-26T15:45:56.626-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">iOS</category><category domain="http://www.blogger.com/atom/ns#">iPad</category><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Windows Live Services</category><title>Quickly Archiving Mail from the Outlook.com Web Client</title><description>In a &lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html&quot;&gt;previous post&lt;/a&gt;, I talked about how to quickly archive email in Outlook.com from the iOS 8 mail client. Similar to what you do with GMail, but of course we all don’t do our mail on our phones, we use computers as well!&amp;nbsp; &lt;br /&gt;
In this post I’ll tell you how to configure an Instant Action to do the same thing.&amp;nbsp; If you haven’t followed that post, then you are missing the pre-step to this one, which is to create a new folder called “Archive” (the name is key for iOS, not for the web client).&amp;nbsp; So do that first, then jump into these steps!&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;First, log into your &lt;a href=&quot;http://outlook.com/&quot;&gt;Outlook.com&lt;/a&gt; email account  &lt;/li&gt;
&lt;li&gt;Click on the &lt;strong&gt;Settings&lt;/strong&gt; gear (&lt;img alt=&quot;Settings Gear&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmN0syVj3-MqDF78kEQQsTCg4oy9F8C2OgtZ_gYfqleY3_oaPUAeF8NJHJG-6FskDmma0PqFl_gcUTAcLSfdOG1Atk5eHunlgcSXhvr1QtC2kBHE6_4mZYjSk2HTqb91PoMINQ1g/?imgmax=800&quot; height=&quot;16&quot; style=&quot;border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: inline;&quot; title=&quot;Settings Gear&quot; width=&quot;15&quot; /&gt;) in the top right hand corner of the page and select &lt;strong&gt;Options&lt;/strong&gt;.  &lt;/li&gt;
&lt;li&gt;On the Options page, under &lt;strong&gt;Customizing Outlook.com&lt;/strong&gt;, you want to click on &lt;strong&gt;Instant Actions&lt;/strong&gt;, in which you should see this &lt;img alt=&quot;Instant Actions&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh-I7B9Si1v0UvKFZL5P5wgFM09q7NLSy4pb-XvGfIg4SywxofCV87tJJky1-ucaDXd2-EAzmMNZ3C1mi5-NavLwjCtQdhbkWO0aal2oWAPEW0z_xzyTS2orlRjwsPsqB8vrM21g/?imgmax=800&quot; height=&quot;485&quot; style=&quot;border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: inline;&quot; title=&quot;Instant Actions&quot; width=&quot;523&quot; /&gt;  &lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Add actions&lt;/strong&gt; and then select &lt;strong&gt;Move To&lt;/strong&gt;, and you’ll notice a &lt;em&gt;Move To&lt;/em&gt; item show up in the list “&lt;em&gt;Show on mouse over”&lt;/em&gt;.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;In the right hand pane, choose to move a message to the “Archive” folder that you created, give it a coloured icon, and you can also choose to mark it as read if you want.&amp;nbsp; You can see how i might look in the preview (and how my preview looks above).&amp;nbsp; If you don’t like it the ordering, you can use &lt;strong&gt;Move Up&lt;/strong&gt; and &lt;strong&gt;Move Down&lt;/strong&gt; to order the list how you want.&lt;/li&gt;
&lt;/ol&gt;
That’s all there is to it.&amp;nbsp; Now when you mouse over the message in the message list, you get the &lt;strong&gt;Instant Actions&lt;/strong&gt; to appear, and the Archiving icon you just created will single click it to the right folder.&amp;nbsp; Here is what mine looks like on the web:&lt;br /&gt;
&lt;img alt=&quot;Move this Message to Archive and mark it as read&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYWA_vZPmVLlRJyGeMG_LfTaV0tS8lWctP-PdUjzcLcpExZfS-KrUGvBCyzDdmWdROrsvXPFWFQfznn7Vbe_7HfzojdLYvJabV8lXWO7_B3-T0DYPoRBG3832o-Ai0YZP2l6TOJw/?imgmax=800&quot; height=&quot;91&quot; style=&quot;border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;&quot; title=&quot;Move this Message to Archive and mark it as read&quot; width=&quot;464&quot; /&gt; &lt;br /&gt;
Related Posts&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html&quot;&gt;Quickly Archiving Mail in iOS8 when using Outlook.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-with-outlook.html&quot; target=&quot;_blank&quot;&gt;Quickly Archiving Mail using Outlook 2013 with Outlook.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-from-outlookcom.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmN0syVj3-MqDF78kEQQsTCg4oy9F8C2OgtZ_gYfqleY3_oaPUAeF8NJHJG-6FskDmma0PqFl_gcUTAcLSfdOG1Atk5eHunlgcSXhvr1QtC2kBHE6_4mZYjSk2HTqb91PoMINQ1g/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-4537799796421642484</guid><pubDate>Thu, 16 Oct 2014 06:21:00 +0000</pubDate><atom:updated>2014-10-26T15:46:36.571-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">iOS</category><category domain="http://www.blogger.com/atom/ns#">iPad</category><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><title>Quickly Archiving Mail in iOS8 when using Outlook.com</title><description>One of my frustrations with Outlook.com, which isn’t configurable is how long it keeps deleted items for: 2 weeks.&amp;nbsp; That’s it.&amp;nbsp; 2 weeks.&amp;nbsp; I for one want to have more time than 2 weeks to decide if I have to recover something from my deleted items.&amp;nbsp; And Outlook.com boasts unlimited storage now, or at least a lot of storage, to compete… so why not Archive email instead of delete it? &lt;br /&gt;
My workflow has changed.&amp;nbsp; Mail from computers, like Air Miles, or ZDNet or Marriott Rewards, after I’ve digested them, the deleted items is a perfect place for them.&amp;nbsp; But email from friends, family, co-workers, or even receipts and orders that I’ve done.&amp;nbsp; That mail just gets archived.. searchable.&amp;nbsp; The challenge I’ve been having is it’s hard to archive email, versus delete it.&amp;nbsp; I mean every app gives you a delete button, but not all apps give you archive, especially if you aren’t using GMail.&lt;br /&gt;
So, here is what I discovered on iOS 8 in order to Archive email on &lt;a href=&quot;http://outlook.com/&quot; target=&quot;_blank&quot;&gt;Outlook.com&lt;/a&gt;.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Create a folder in your Outlook.com email address called “Archive”, this folder name is important, because iOS8 recognizes it.&amp;nbsp; In fact, now if you look at your folder list, it will look something like this.&amp;nbsp; Note the icon next to your Archive folder: &lt;img alt=&quot;Archive Folder Icon&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV7X2_2XUNRsr_geWnOsybF_xYQvT_GwxyFSoteC3RVfCkv962oanS4YfnXY5G7AW-Gqmif-8E17hMw-jMbKIwc_QuU2R7rSxCINKCqewX127tvEBfrc8VEHN3yiDQTD_HWCK46g/?imgmax=800&quot; height=&quot;437&quot; style=&quot;border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline;&quot; title=&quot;Archive Folder Icon&quot; width=&quot;304&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Now that iOS has recognized you have a folder to Archive email to, let’s make it super easy to add mail to it.&amp;nbsp; While you could just move mail to this folder like any other folder, iOS8 has a “swipe right” in the mail list that you can customize!&amp;nbsp; So to do that go into &lt;strong&gt;Settings&lt;/strong&gt;, then &lt;strong&gt;Mail, Contacts, Calendars&lt;/strong&gt;, and then &lt;strong&gt;Swipe Options&lt;/strong&gt;.&amp;nbsp; From here you can simply click on &lt;strong&gt;Swipe Right&lt;/strong&gt;, and choose the action of &lt;em&gt;Archive&lt;/em&gt;, thus enabling you to swipe right and Archive that particular message or conversation grouping, and you&#39;re ready!: &lt;img alt=&quot;Change Swipe Right to Archive&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX_GBbY4YwvW6-ab4E4mO5E7N05ZvznLrnumMzoiEI7rw1NIxCKLyD64z6fTOj5tpjRFEZcz7AlFo0pdEFJHzjhQ3wiHApmL3XWBZk3gvqGSSo9vREXetC3tLg1mrf-wbMwNPM7w/?imgmax=800&quot; height=&quot;379&quot; style=&quot;border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline;&quot; title=&quot;Change Swipe Right to Archive&quot; width=&quot;304&quot; /&gt; &lt;/li&gt;
&lt;/ol&gt;
That’s all there is to it.&amp;nbsp; Now when you are in your email message list, and you swipe right, you can simply Archive the message into the folder you created.&amp;nbsp; Check it out:&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;img alt=&quot;Swipe and Archive&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx0nEdQo2QcQTz9mb-dvFsH9G2cG1mrv1cPE0zXELxbtVz3hkf9TR2Grqy5EG3TqNBJpMlr18OSQS80_8V8_pSWmP2W7Q4iugWbRen8q22etxv16OkAtpw6cw2A58mkVpf0A7dEQ/?imgmax=800&quot; height=&quot;454&quot; style=&quot;border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline;&quot; title=&quot;Swipe and Archive&quot; width=&quot;304&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Related Posts&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-from-outlookcom.html&quot; target=&quot;_blank&quot;&gt;Quickly Archiving Mail from the Outlook.com Web Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-with-outlook.html&quot; target=&quot;_blank&quot;&gt;Quickly Archiving Mail from Outlook 2013 when using Outlook.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/10/quickly-archiving-mail-in-ios8-when.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV7X2_2XUNRsr_geWnOsybF_xYQvT_GwxyFSoteC3RVfCkv962oanS4YfnXY5G7AW-Gqmif-8E17hMw-jMbKIwc_QuU2R7rSxCINKCqewX127tvEBfrc8VEHN3yiDQTD_HWCK46g/s72-c?imgmax=800" height="72" width="72"/><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-1360191938332036121</guid><pubDate>Thu, 20 Mar 2014 17:38:00 +0000</pubDate><atom:updated>2014-03-20T10:53:04.584-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">AutoHotKey</category><category domain="http://www.blogger.com/atom/ns#">Browser</category><category domain="http://www.blogger.com/atom/ns#">Chrome</category><category domain="http://www.blogger.com/atom/ns#">Customization</category><category domain="http://www.blogger.com/atom/ns#">Internet Explorer</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><title>Efficiently Using Multiple Browsers (with a single key press)</title><description>Maybe I’m weird, or maybe my job has more requirements than others, but I use &lt;a href=&quot;http://chrome.google.com/&quot; target=&quot;_blank&quot;&gt;Google Chrome&lt;/a&gt;, and &lt;a href=&quot;http://windows.microsoft.com/en-US/internet-explorer/download-ie&quot; target=&quot;_blank&quot;&gt;Microsoft Internet Explorer&lt;/a&gt; interchangeably.&amp;nbsp; I know web developers have this problem, perhaps they’ve already worked out a work flow, but I wasn’t able to find one.&amp;nbsp; Ultimately for things that are work related, I want to open those in Internet Explorer, and personal browsing, I want to use Google Chrome.&amp;nbsp; While we all have our reasons for using one browser over another (I have mine), if you want to use both, there was no really good way…&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;So I had a friend teach me how to write my own browser&lt;/strong&gt;…&lt;br /&gt;&lt;br /&gt;
Ok, ok, I didn’t technically write my own browser, that would take a lot of work, but what I did do is build a Browser Proxy.&amp;nbsp; The Browser Proxy is the default Browser on my PC, and all it does, is validate if a key is pressed (“Left Shift” to be exact) and either launch IE or Chrome based on that key.&amp;nbsp; This means for me now, “Click” is to open in IE and “Shift+Click” is to open in Chrome!&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;Here’s how I did it&lt;/strong&gt;&lt;br /&gt;
First, you need &lt;a href=&quot;http://www.autohotkey.com/&quot; target=&quot;_blank&quot;&gt;AutoHotKey&lt;/a&gt;, which &lt;a href=&quot;http://sbs.seandaniel.com/2009/03/scripting-hot-keys-making-life-easier.html&quot; target=&quot;_blank&quot;&gt;I’ve written about before&lt;/a&gt;.&amp;nbsp; You can use it have an always-on scripting engine running to help you control Windows, or to create scripts and turn them in executable, which is what we’re going to do here.&amp;nbsp; So get that installed on your PC.&lt;br /&gt;
Second, Choose your actual “Default Browser” in Windows.&amp;nbsp; I made Internet Explorer default because people send me work related links in Lync, Email, and they are scattered all through documents and such, so it makes sense to make IE default for me.&amp;nbsp; This means that without the SHIFT key down, IE will be used.&lt;br /&gt;
Third, we need to create what I call “Browser Proxy” executable, This is going to be a bit more complicated, to get you started, My friend and I have created the browser .ahk file (AutoHotKey script) and installer .reg file (think of this as associations for your application so Windows can find it).&amp;nbsp; &lt;a href=&quot;https://dl.dropboxusercontent.com/u/10575807/Blog/BrowserProxy.zip&quot; target=&quot;_blank&quot;&gt;Download the package here&lt;/a&gt;, (virus scan it, because you should virus scan any weird .zip file you download from the Internet), and then unzip it.&amp;nbsp; You’ll find 3 files, one of which is a readme and you can figure that out.&lt;br /&gt;
Crack open the BrowserProxy.ahk in Notepad or your favorite editor, it looks like this:&lt;br /&gt;
&lt;blockquote&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; style=&quot;width: 548px;&quot;&gt; &lt;tbody&gt;
&lt;tr&gt; &lt;td valign=&quot;top&quot; width=&quot;546&quot;&gt;&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;GetKeyState,State,&lt;strong&gt;LShift&lt;/strong&gt;&lt;br /&gt;IfEqual,State,U&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; &lt;strong&gt;Shift&lt;/strong&gt; Key up -- launch IE&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run,&quot;C:\Program Files (x86)\Internet Explorer\iexplore.exe&quot; -nohome &quot;%1%&quot;&lt;br /&gt;}&lt;br /&gt;Else&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; &lt;strong&gt;Shift&lt;/strong&gt; Key down -- launch Chrome&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run,&quot;C:\Program Files (x86)\Google\Chrome\Application\chrome.exe&quot; &quot;%1%&quot;&lt;br /&gt;}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/blockquote&gt;
Validate the paths for both Internet Explorer and Chrome. Change the paths as appropriate.&amp;nbsp; You can also chose to use a different key, like if you wanted the Left CONTROL button to be the key you use, change the “LShift” in bold above to “LControl”.&amp;nbsp; In fact you can choose whatever key you want (&lt;a href=&quot;http://www.autohotkey.com/docs/KeyList.htm&quot; target=&quot;_blank&quot;&gt;here is the list&lt;/a&gt;).&lt;br /&gt;
Once you’ve got the script validated, save it and then since you now have AutoHotKey installed, you right click on the script and choose &lt;strong&gt;Compile&lt;/strong&gt; &lt;strong&gt;Script&lt;/strong&gt;. &lt;br /&gt;
&lt;img alt=&quot;Compile Script&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFR9MB13Fmdo6aDiSxVGRJjCOan9eAgzqyCObuhfvdQA_nOjnoSAigTw1glb_A-BRPS3eSzItLJD3jM7rcTVyZKbxiC4f-Prcry3Ym0UxHrfS7vNp-2Ar4bFFB_8IYhhu7bUNHDA/?imgmax=800&quot; height=&quot;90&quot; style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Compile Script&quot; width=&quot;256&quot; /&gt;&lt;br /&gt;
This produces a BrowserProxy.exe in the same directory. I copied this to &quot;C:\Program Files (x86)\BrowserProxy\BrowserProxy.exe&quot; (and agreed to the UAC prompt). You can put this anywhere, but more updates will be required in the .reg file which we’re going to use next.&lt;br /&gt;
Now we need to import the BrowserProxy.reg file into your system registry.&amp;nbsp; Please do feel free to open it in Notepad before importing it (you should always be aware of what you’re putting into your registry), but it does 3 important things&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Define the BrowserProxy.exe application under the SOFTWARE section of the registry&lt;/li&gt;
&lt;li&gt;Registers that application&lt;/li&gt;
&lt;li&gt;Sets up the root classes that the application can handle&lt;/li&gt;
&lt;/ol&gt;
If you changed the path of where you put BrowserProxy.exe, you’ll need to update that as well, and mind that you keep double \\ when you put the path in.&lt;br /&gt;
Now that your own “Browser” is ready, you need to make it default.&amp;nbsp; This is how I did it on Windows 8.1&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Open the Desktop Control panel (Win+R, type “&lt;em&gt;control&lt;/em&gt;”, and click OK)&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Programs&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;select under &lt;strong&gt;Default Programs &lt;/strong&gt;click on &lt;strong&gt;Make a file type always open a specific program&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In this dialog, we need to change the default to “Browser Proxy” for “.htm”, “.html”, “.shtml”, “.xht”, “.xhtml”, “FTP”, “HTTP” and “HTTPS”.&amp;nbsp; Select the item in the list and click on &lt;strong&gt;Change program…&lt;/strong&gt; then select BrowserProxy.exe&lt;img alt=&quot;Change Associations&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvaCktt4jrNa8ldUQf9ZDtjpQBYmyBOdlKR6vKfgAtqim_5rhZIfKRHz144l4a130Rljb0z72Yeyd1mzC8u0mD7g6wEUfvERvC_vYe2_mq36Db6qoKCyV5-fj6XowIrNOBN9nwkw/?imgmax=800&quot; height=&quot;410&quot; style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Change Associations&quot; width=&quot;554&quot; /&gt;&lt;/li&gt;
&lt;/ol&gt;
Once you have configured all 8 defaults, you should be able to immediately start using a CLICK to open in IE and SHIFT+CLICK to open in Chrome!!&lt;br /&gt;
Note: Some applications may cache the default browser, in which case they would need to be restarted (My offender: Outlook).&amp;nbsp; Now you can use two browsers easily without having to do the usual tricks of copying URLs between browser windows, or manually setting default browsers constantly.&lt;br /&gt;
Final note: If you are looking for a way to launch Firefox, try changing the launch EXE in the .ahk script to: &lt;br /&gt;
&lt;blockquote&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; style=&quot;width: 563px;&quot;&gt; &lt;tbody&gt;
&lt;tr&gt; &lt;td valign=&quot;top&quot; width=&quot;561&quot;&gt;&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Shift Key down -- launch FireFox&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run,&quot;C:\Program Files (x86)\Mozilla Firefox\firefox.exe&quot; -requestPending -osint -url &quot;%1%&quot;&lt;br /&gt;}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/blockquote&gt;
For Reference here is the contents of the .reg file:&lt;br /&gt;
&lt;blockquote&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; style=&quot;width: 563px;&quot;&gt; &lt;tbody&gt;
&lt;tr&gt; &lt;td valign=&quot;top&quot; width=&quot;561&quot;&gt;&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE]&lt;br /&gt;@=&quot;BrowserProxy&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\Capabilities]&lt;br /&gt;&quot;ApplicationDescription&quot;=&quot;Browser Proxy Application, enables you to switch between IE or Chrome simply by pressing SHIFT when you click&quot;&lt;br /&gt;&quot;ApplicationName&quot;=&quot;BrowserProxy&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\Capabilities\FileAssociations]&lt;br /&gt;&quot;.htm&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;.html&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;.shtml&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;.xht&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;.xhtml&quot;=&quot;BrowserProxyHTML&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\Capabilities\StartMenu]&lt;br /&gt;&quot;StartMenuInternet&quot;=&quot;BrowserProxy.EXE&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\Capabilities\URLAssociations]&lt;br /&gt;&quot;ftp&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;http&quot;=&quot;BrowserProxyHTML&quot;&lt;br /&gt;&quot;https&quot;=&quot;BrowserProxyHTML&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\DefaultIcon]&lt;br /&gt;@=&quot;C:\\Program Files (x86)\\BrowserProxy\\BrowserProxy.exe,0&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\shell]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\shell\open]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\BrowserProxy.EXE\shell\open\command]&lt;br /&gt;@=&quot;\&quot;C:\\Program Files (x86)\\BrowserProxy\\BrowserProxy.exe\&quot;&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]&lt;br /&gt;&quot;BrowserProxy&quot;=&quot;Software\\Clients\\StartMenuInternet\\BrowserProxy.EXE\\Capabilities&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_CLASSES_ROOT\BrowserProxyHTML]&lt;br /&gt;@=&quot;Browser Proxy&quot;&lt;br /&gt;&quot;FriendlyTypeName&quot;=&quot;Browser Proxy&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_CLASSES_ROOT\BrowserProxyHTML\DefaultIcon]&lt;br /&gt;@=&quot;\&quot;C:\\Program Files (x86)\\BrowserProxy\\BrowserProxy.exe\&quot;,0&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_CLASSES_ROOT\BrowserProxyHTML\shell]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_CLASSES_ROOT\BrowserProxyHTML\shell\open]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Consolas; font-size: x-small;&quot;&gt;[HKEY_CLASSES_ROOT\BrowserProxyHTML\shell\open\command]&lt;br /&gt;@=&quot;\&quot;C:\\Program Files (x86)\\BrowserProxy\\BrowserProxy.exe\&quot; \&quot;%1\&quot;&quot;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/blockquote&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/03/efficiently-using-multiple-browsers.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFR9MB13Fmdo6aDiSxVGRJjCOan9eAgzqyCObuhfvdQA_nOjnoSAigTw1glb_A-BRPS3eSzItLJD3jM7rcTVyZKbxiC4f-Prcry3Ym0UxHrfS7vNp-2Ar4bFFB_8IYhhu7bUNHDA/s72-c?imgmax=800" height="72" width="72"/><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-4083315505467418708</guid><pubDate>Mon, 24 Feb 2014 19:06:00 +0000</pubDate><atom:updated>2014-02-24T11:11:52.941-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Awesomeness</category><category domain="http://www.blogger.com/atom/ns#">Cloud</category><category domain="http://www.blogger.com/atom/ns#">Cloud Computing</category><category domain="http://www.blogger.com/atom/ns#">Foursquare</category><category domain="http://www.blogger.com/atom/ns#">Google</category><category domain="http://www.blogger.com/atom/ns#">Google Drive</category><category domain="http://www.blogger.com/atom/ns#">Location Based Technology</category><title>How to map your FourSquare data</title><description>&lt;p&gt;I use &lt;a href=&quot;http://www.foursquare.com&quot; target=&quot;_blank&quot;&gt;FourSquare&lt;/a&gt;, not for the mayor-ships, or the points (although they are fun) but as a bit of history in my travels.&amp;nbsp; It’s easier to check in somewhere, then write it down the location and map it later.&amp;nbsp; My goal has always been to get some form of map with push pins in it.&amp;nbsp; Sure FourSquare provides a bit of history, but the map is SUPER tiny, and very hard to use&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;FourSquare activity - actual size&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;FourSquare activity - actual size&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTZO_Z7eCG_EhuZrDWmvsbeZDUghIMY8yDqNT-UGjbpnQy9kF4ftVps5F8-nQpo0cW9_mvxaciLUC8x5lN-SgEraep62wqsD6mhIZ1NloWV_mHEsovctgMcVHZ_pIBtjub20qLmw/?imgmax=800&quot; width=&quot;326&quot; height=&quot;237&quot;&gt;&lt;/p&gt; &lt;p&gt;I’ve tried a bunch of solutions, usually provided by &lt;a href=&quot;http://www.lifehacker.com&quot; target=&quot;_blank&quot;&gt;LifeHacker&lt;/a&gt; (one of my favourite websites), and they’ve all been just ok.&amp;nbsp; I think I’ve finally found a solution, that based on my check-in frequency, works for me.&amp;nbsp; LifeHacker posted a link to Billy Burle’s blog (follow &lt;a href=&quot;http://www.twitter.com/bullyburle&quot; target=&quot;_blank&quot;&gt;BillyBurle here&lt;/a&gt;).&amp;nbsp; Billy had a blog post on &lt;a href=&quot;http://billyrburle.wordpress.com/2014/01/25/how-to-create-a-heat-map-of-your-foursquare-check-ins-using-google-fusion-tables/&quot; target=&quot;_blank&quot;&gt;How to Create a Heat Map of your FourSquare check-ins using Google Fusion Tables&lt;/a&gt;.&amp;nbsp; It’s quite frankly, awesome, but needed some adjustments.&amp;nbsp; I can get push-pins, or heat maps with this approach!&amp;nbsp; For example, here is my push-pin history for 2013:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Pushpin history&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Pushpin history&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5p6h4s4i3lY9Bf5W_rFK3j4MiPOgAfl69CZimHsRVnBtXc6tsfvR31tjhrVxR0adRMuCdOB1SsLkbnXg4JEs7Dd9I6PPPWnH3-08eDW6maW0heu7J4YoWayhU52Zx_YoNT8MjRQ/?imgmax=800&quot; width=&quot;554&quot; height=&quot;137&quot;&gt;&lt;/p&gt; &lt;p&gt;Or a Heat map of my travels to Seattle&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Heat Map&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Heat Map&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHWS0EVkfI-dt9_qg8uZDdIy5P2ULeRmA420drvNekES8XiwnT3ZY3q1_PGjMPOOG_MnFDpNvCahzVQhk1k-MS6Jcc51d5ZDhPLkpUsHDNA7wrNvQybdnPzXXnNtqUIFg-Q477Cg/?imgmax=800&quot; width=&quot;554&quot; height=&quot;268&quot;&gt;&lt;/p&gt; &lt;p&gt;Are you a map geek and want to do this?&amp;nbsp; So here is how…&lt;/p&gt; &lt;h2&gt;&lt;/h2&gt;  &lt;h2&gt;Step 1: Obtain your check-in history from FourSquare&lt;/h2&gt; &lt;p&gt;First you need to get your FourSquare check in history.&amp;nbsp; For this I browsed to &lt;a href=&quot;http://www.foursquare.com/feeds&quot; target=&quot;_blank&quot;&gt;my FourSquare Feeds&lt;/a&gt;, and got the URL for my &lt;img title=&quot;KML&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;KML&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidH-SpdWbGSX_mYe6YE53tJyVaS6EKHbLo4ic1-1NloMuDENbDz2tPXadyiWL65pyQ7Cx7psuY71gIbpnGVkjvbo0ic5DKajKy4SvfRwU3doNaRVrdQ76W4DDi6-Z9yRB153A0tA/?imgmax=800&quot; width=&quot;40&quot; height=&quot;17&quot;&gt; feed.&amp;nbsp; It has a unique character set in it, because that’s your private feed.&lt;/p&gt; &lt;p&gt;Clicking the link will give you the last 50 or so check-ins.&amp;nbsp; what I did was right click on the link and say “Copy” url, pasted it into the address bar, then at the end of the URL I added the text “?count=1000” to get the last 1000 items (1000 is a key number in a lower step).&amp;nbsp; This will download a .kml file with the file name patching that crazy string character set in the URL.&amp;nbsp; I renamed mine to “Foursquare Data 2013”, just to make it easier to find.&amp;nbsp; Since I stored the .kml files for use if a better solution comes up down the road.&lt;/p&gt; &lt;h2&gt;Step 2: Prepare the KML file to have only the years data&lt;/h2&gt; &lt;p&gt;It’s pretty unlikely that you checked in exactly 1000 times in a given year, but in Step 1 we downloaded exactly 1000 historical check-ins.&amp;nbsp; So let’s make that exactly the year.&amp;nbsp; What I did (and I’m trying to figure out how to automated some of this) is to open the .kml file I downloaded in Notepad (I also turned on “word wrap”, since the file is one line, that’s 1000s of characters long).&amp;nbsp; I searched for “31 Dec” (or “30 Dec” or the last day you checked in on the previous year).&amp;nbsp; Then I scanned backwards in the file from that last check-in from the previous year until I found the “&amp;lt;/Placemark&amp;gt;&amp;lt;Placemark&amp;gt;”.&amp;nbsp; This is the end of the first check in of the current year, and the start of the last check in of the previous year.&amp;nbsp; I put my cursor between “&amp;gt;&amp;lt;” characters and scrolled to the bottom of the document.&amp;nbsp; I then held shift and clicked between the “&amp;gt;&amp;lt;” of the “&amp;lt;/Placemark&amp;gt;&amp;lt;/Folder&amp;gt;”.&amp;nbsp; I then hit &lt;strong&gt;delete&lt;/strong&gt;.&amp;nbsp; The end of the file should still look like “&amp;lt;/Placemark&amp;gt;&amp;lt;/Folder&amp;gt;&amp;lt;/kml&amp;gt;”, but now everthing from the beginning of the document to the end of the document is exactly the current year you wish to display.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The reason you need to do this, is because the Fusion Tables (at least as far as I can tell) have a hard coded limit of 1000 objects in them. So by limiting it to the year, I noticed in 2013, I had 783 check-ins, which is well under the 1000 limit.&amp;nbsp; But if I included 2010-2014 (my entire life of FourSquare check ins (obtained by adding to the URL: ?Count=10000”), I had 1723 check ins, and I was missing a bunch of data, hence my decision to break it up by year.&amp;nbsp; You may have to break it up further if you’re a FourSquare fanatic.&lt;/p&gt; &lt;h2&gt;Step 3: Prepare Google Drive if you haven’t already&lt;/h2&gt; &lt;p&gt;This was my first time using Google Drive, and as such, this is a one-time step I did for each year I imported.&amp;nbsp; I have &lt;a href=&quot;http://OneDrive.com&quot; target=&quot;_blank&quot;&gt;OneDrive&lt;/a&gt;, where most of my online data is stored and I have a Home Server where my local data is stored, so I haven’t needed it. So I logged into my &lt;a href=&quot;http://drive.google.com&quot; target=&quot;_blank&quot;&gt;Google Drive&lt;/a&gt; account, and needed to add Fusion tables.&amp;nbsp; I clicked the down arrow on the settings gear ( &lt;img title=&quot;Gear&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Gear&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghyoFw34VQSyAQU8Ot86RS85ost9PYqoywf40yplJL36gCA5JqYNi8jpuWissKWt3XvGO6yugIPF2EUKynTEdK7V6KJQVBYJISisGjlr1I8dkw2eCEVHYKjHYyTK9WOLNfsbR2ew/?imgmax=800&quot; width=&quot;40&quot; height=&quot;17&quot;&gt;) and chose &lt;strong&gt;Manage Apps&lt;/strong&gt;, then clicked on &lt;strong&gt;Connect more apps&lt;/strong&gt; in the pop-up window.&amp;nbsp; In the search box I typed “&lt;em&gt;fusion table”&lt;/em&gt;, and it was the only one I could install.&amp;nbsp; I installed it.&amp;nbsp; At the time of writing it is an experimental app…. which I figure is just typical of Google.&amp;nbsp; Is anything ever really out of Beta with them? ;o)&lt;/p&gt; &lt;h2&gt;Step 4: Importing the data into a Fusion Table&lt;/h2&gt; &lt;p&gt;This is where Billy Burle’s blog post really shines (I had to figure out all the above), and even helped in the comment section of Billy’s post with the data.&amp;nbsp; So here is the fun part&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Click on the &lt;strong&gt;Create&lt;/strong&gt; Button&lt;/li&gt; &lt;li&gt;Choose to create a new &lt;strong&gt;Fusion Table (experimental)&lt;/strong&gt; &lt;img title=&quot;Create / Fusion Table&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Create / Fusion Table&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOLikw1d8LZ2zF2SMEr3MHo6fDg_YbR-XKOlYKSPZxWBUmOhq__usRpXsAhbvYuXuMFTAp1N2emPYz_9pPR_Hu0VV9DSsPw4DLCW6rfvU8kj0_IO90baCLJEVjRXwyM6QGcyGjfw/?imgmax=800&quot; width=&quot;408&quot; height=&quot;371&quot;&gt;&lt;/li&gt; &lt;li&gt;Choose to upload a file from your computer by clicking &lt;strong&gt;Choose File&lt;/strong&gt; and select the file that you created and edited in step 1 and 2, then click &lt;strong&gt;Next&lt;/strong&gt; &lt;img title=&quot;Choose File&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Choose File&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj61A8fpFxSMLnh0g6C8gNndDrRpCif8PXjNo9XibeVHLqma4qx8EZWZDVjP0125plX7LCYk1zFnFcU_PmJmpGbv5doD9p-rZ5VhAIahm8J6NDmOZqEmDWa11SbxHG95HxDKZd10w/?imgmax=800&quot; width=&quot;504&quot; height=&quot;213&quot;&gt;&lt;/li&gt; &lt;li&gt;On the import new table row, I just click &lt;strong&gt;Next&lt;/strong&gt; again and leave the columns as is &lt;img title=&quot;Column Headers&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Column Headers&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAHNyqK3x6Fl-jlpUDefsYQ8_PAfqxgyRpU-NXkQz_wMGV_b3yH8uqw4xZDPKrMf9nGJNZl9yKvzLemwCxaLVntNrxzr9bksxWslf8VxQByuUB-lrXM3SeBWBccahSVHDwHaSRPA/?imgmax=800&quot; width=&quot;504&quot; height=&quot;305&quot;&gt;&lt;/li&gt; &lt;li&gt;On the final page, I give it a good friendly Table Name, and click &lt;strong&gt;Finish&lt;/strong&gt; &lt;img title=&quot;Import Finish&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Import Finish&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguiR-OtHlwVhnCv2Nk4IZYSeVDOgZUiEiU_u_46gzY67umUfqEyWlYu4fakMyskJDZ5WqZSp-DYt16RJHHToHHTlcvvMbdi-CdZIQk0mqtUawquhIrt7Zd1DrSuvybD14Vzw7gmw/?imgmax=800&quot; width=&quot;504&quot; height=&quot;179&quot;&gt;&lt;/li&gt;&lt;/ol&gt;     &lt;p&gt;That’s it, now you have a new Fusion table.&amp;nbsp; Ready to see your check-in history?&amp;nbsp; Check out the &lt;strong&gt;Map of Geometry&lt;/strong&gt; page, and now you can play around with the map, and choose the &lt;strong&gt;Feature Map&lt;/strong&gt; (default) which is the push-pin view, or the &lt;strong&gt;Heatmap&lt;/strong&gt; view:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Map of Geometry&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Map of Geometry&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8Xc6Lh5WNPs-wGTx2BArGtng-VQI5Y1jDVuUGggf_u2nFNVXsnIeIB-ca6g6xDAWaByrT4mhaESPdxlidN_Q6wx0nt1A9ZD4xdQxaSmD_wPDQbk6lVyrDkWUkJJw_PLiZYV-EaA/?imgmax=800&quot; width=&quot;554&quot; height=&quot;454&quot;&gt;&lt;/p&gt; &lt;p&gt;Last but not least, if you ever want to revisit your data, just hit up your &lt;a href=&quot;http://drive.google.com&quot; target=&quot;_blank&quot;&gt;Google Drive&lt;/a&gt; and select the fusion table and it’s all saved there for you for that year.&amp;nbsp; So you can quickly pull it up at a map-tastic party.&amp;nbsp; What’s also awesome, is if you have a Windows 8.1 tablet (Like a Surface 2) then you can also just get the &lt;a href=&quot;http://apps.microsoft.com/windows/en-us/app/google-drive-client/793aa8c1-01be-4c40-8beb-3df4d85321a2&quot; target=&quot;_blank&quot;&gt;Windows Google Drive Client&lt;/a&gt;, and show it there instantly.&amp;nbsp; Works like it does on the web!&lt;/p&gt; &lt;p&gt;Enjoy and have fun with your data!&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/02/how-to-map-your-foursquare-data.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTZO_Z7eCG_EhuZrDWmvsbeZDUghIMY8yDqNT-UGjbpnQy9kF4ftVps5F8-nQpo0cW9_mvxaciLUC8x5lN-SgEraep62wqsD6mhIZ1NloWV_mHEsovctgMcVHZ_pIBtjub20qLmw/s72-c?imgmax=800" height="72" width="72"/><thr:total>8</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-815074756620427354</guid><pubDate>Wed, 19 Feb 2014 23:33:00 +0000</pubDate><atom:updated>2014-02-19T15:33:21.784-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Backup</category><category domain="http://www.blogger.com/atom/ns#">Best Practices</category><category domain="http://www.blogger.com/atom/ns#">Cloud</category><category domain="http://www.blogger.com/atom/ns#">Cloud Computing</category><category domain="http://www.blogger.com/atom/ns#">Digital LifeStyle</category><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Outlook</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Windows Live Services</category><title>Backing up your Contacts from the Cloud</title><description>&lt;p&gt;I can’t stress how important backing up is, I even have a &lt;a href=&quot;http://sbs.seandaniel.com/search/label/Backup&quot; target=&quot;_blank&quot;&gt;special tag&lt;/a&gt; just for tips and tricks with backup, across various technology.&amp;nbsp; &lt;/p&gt; &lt;p&gt;So you might think, well, my contacts are *in* the cloud, so they are safe right?&amp;nbsp; Wrong!&amp;nbsp; If you don’t take backups into your own hands, you can have issues down the road, even with all the resiliency built into these Cloud services, you can loose data, here are just a few ways:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The Delete key could get stuck on your wireless keyboard and end up deleting a majority of your contacts in an instant, which then syncs to your service and then instantly to all your devices (this happens in my inbox all the time when my keyboard battery is low). (don’t have this? &lt;a href=&quot;http://sbs.seandaniel.com/2013/04/cloud-sharing-your-email-contacts.html&quot; target=&quot;_blank&quot;&gt;learn how to set it up here&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;You could get hacked, be that &lt;a href=&quot;http://www.wired.com/gadgetlab/2012/08/apple-amazon-mat-honan-hacking/&quot; target=&quot;_blank&quot;&gt;@Matt&lt;/a&gt; or &lt;a href=&quot;http://www.nbcnews.com/technology/hacker-exploits-paypal-godaddy-steal-n-50-000-twitter-account-2D12017574&quot; target=&quot;_blank&quot;&gt;@N&lt;/a&gt; style, or simply by a script kiddy (you’ve enabled &lt;a href=&quot;http://lifehacker.com/5938565/heres-everywhere-you-should-enable-two+factor-authentication-right-now&quot; target=&quot;_blank&quot;&gt;2-factor authentication for your account already right&lt;/a&gt;? (&lt;a href=&quot;http://windows.microsoft.com/en-us/windows/two-step-verification-faq?woldogcb=0&quot; target=&quot;_blank&quot;&gt;Outlook.com&lt;/a&gt;, &lt;a href=&quot;https://support.google.com/accounts/answer/180744?hl=en&quot; target=&quot;_blank&quot;&gt;GMail.com&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;You could get a virus that deletes, corrupts or worse (&lt;a href=&quot;http://www.computerworld.com/s/article/105706/Extortion_virus_makes_rounds_in_Russia&quot; target=&quot;_blank&quot;&gt;encrypts&lt;/a&gt;) your data so you can’t access it&lt;/li&gt; &lt;li&gt;You could cause yourself to get locked out of your account, maybe because you broke the &lt;a href=&quot;http://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx&quot; target=&quot;_blank&quot;&gt;Terms of Use&lt;/a&gt;?&lt;/li&gt; &lt;li&gt;The cloud service can make a mistake and delete your files (although it’s likely they can get it back, this is hours of support calls)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;So, it’s in your best interest to do your own backup, and manage your data on your own, even in a cloud service.&amp;nbsp; I keep my Contacts in the cloud and I backup periodically (manually, but all the same, it’s periodically).&amp;nbsp; What would be great if these services did this monthly and emailed it to you…. a request in progress!&lt;/p&gt; &lt;h3&gt;This is how I do it with Outlook.com&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;Browse on over to &lt;a href=&quot;https://people.live.com&quot;&gt;https://people.live.com&lt;/a&gt; and log in&lt;/li&gt; &lt;li&gt;On the title bar at the top, choose &lt;strong&gt;Manage&lt;/strong&gt; and click on &lt;strong&gt;Export for use with &lt;/strong&gt;&lt;strong&gt;Outlook.com&lt;/strong&gt;&lt;strong&gt; and other services&lt;/strong&gt;. &lt;img title=&quot;People Export&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;People Export&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPlBex9kl-uC_2K7wvjXQGrFVCjSvxwsHTXKt_GM8zyQrQ9OLY5Zg0XFkp8ZklRYo-NPvpuYXyEbRGr21IfJerB93K1o8LgVGd_Z57C5xosGFnpckaAFXpr5S2sAI6mIIdOaJv0A/?imgmax=800&quot; width=&quot;484&quot; height=&quot;116&quot;&gt;&lt;/li&gt; &lt;li&gt;This will prompt you to download (or automatically download) a file called &lt;em&gt;OutlookContacts.csv&lt;/em&gt;. which is a &lt;a href=&quot;http://en.wikipedia.org/wiki/Comma-separated_values&quot; target=&quot;_blank&quot;&gt;coma separated values&lt;/a&gt; file that contains pretty much every important field that is in your contacts.&amp;nbsp; This is what you have to save in a safe place. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;If you loose your contacts for whatever reason, you can use this file to work on importing them into another app or the same service but different account, etc.&lt;/p&gt; &lt;h3&gt;&lt;/h3&gt; &lt;h3&gt;This is how I do it with GMail.com&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;Browse on over to &lt;a title=&quot;https://www.google.com/contacts/&quot; href=&quot;https://www.google.com/contacts/&quot;&gt;https://www.google.com/contacts/&lt;/a&gt; and log in&lt;/li&gt; &lt;li&gt;On the &lt;strong&gt;More&lt;/strong&gt; drop down, select &lt;strong&gt;Export…&lt;/strong&gt; to start the process &lt;img title=&quot;Contacts Export&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Contacts Export&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja75m2v0hvRTZIFZZGMPR-TdKRKSCIA0RKEgA9D0DJiFr05VjJTPWVOPlIa-zbLAWvU793YNbyIBOiplTQjKHj8iwQlaA6IhCjPYx4Y0iF57gVpItvnKDuyHNTg-BpYmRYJyQMhw/?imgmax=800&quot; width=&quot;204&quot; height=&quot;239&quot;&gt;&lt;/li&gt; &lt;li&gt;Choose the best format that you want to export in.&amp;nbsp; I think that Outlook CSV is the most widely used format, but you may wish to export in all formats, or specific formats to meet your needs. &lt;img title=&quot;Export Contacts&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Export Contacts&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWVII2x5-G0aRTz4UM-uX2svksllFndjWhKSnvMzTJU7vEBb7yFMZoK84dQmMYSp7mwh4v-yOukLp0axGq20bdCDa3A4pQwN_b8QvckEgAHxthHndkYyAJ0rmj2y5KQJ2q78U-7w/?imgmax=800&quot; width=&quot;404&quot; height=&quot;246&quot;&gt;&lt;/li&gt; &lt;li&gt;This will prompt you to download a &lt;em&gt;contacts.csv&lt;/em&gt; (or automatically download it), and this is the file you want to keep safe.&amp;nbsp; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;There are multiple ways to import these files if your data is lost… more on that to come, but at least you doing this if only once a year, will save you a lot of hassle if you run into trouble.&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/02/backing-up-your-contacts-from-cloud.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPlBex9kl-uC_2K7wvjXQGrFVCjSvxwsHTXKt_GM8zyQrQ9OLY5Zg0XFkp8ZklRYo-NPvpuYXyEbRGr21IfJerB93K1o8LgVGd_Z57C5xosGFnpckaAFXpr5S2sAI6mIIdOaJv0A/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-9125616365290405993</guid><pubDate>Tue, 21 Jan 2014 22:08:00 +0000</pubDate><atom:updated>2014-01-21T14:08:38.658-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">2-Factor Auth</category><category domain="http://www.blogger.com/atom/ns#">Cloud</category><category domain="http://www.blogger.com/atom/ns#">Cloud Computing</category><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Outlook</category><category domain="http://www.blogger.com/atom/ns#">Outlook.com</category><category domain="http://www.blogger.com/atom/ns#">Security</category><title>Checking your sign-in history in Outlook.com</title><description>&lt;p&gt;Well, I thought I knew everything about Hotmail..err.. &lt;a href=&quot;http://outlook.com&quot;&gt;Outlook.com&lt;/a&gt; there was to know, but instead I was talking to a friend today who said that a month or so ago, someone tried to access his account from Chili. Wait, what?! how does he know this?&lt;/p&gt; &lt;p&gt;Your Microsoft Account stores all the successful and unsuccessful log in attempts in your profile for you to view at any time.&amp;nbsp; Simply browse over to &lt;a href=&quot;https://account.live.com&quot;&gt;https://account.live.com&lt;/a&gt; and log in, then click on &lt;strong&gt;Recent Activity&lt;/strong&gt;.&amp;nbsp; You can scroll through each one if you want, or just scroll until you find an &lt;em&gt;Incorrect Password Entered&lt;/em&gt; or a weird Location.&amp;nbsp; Like this one in my account:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Recent Activity&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Recent Activity&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh09gbbJ2fHc40mNN0vQJR0hZemx1D5QMLi81WUjY6nUp6E6eAujc2xu9OTHFysuBep5f0wdyomPLGPi2tAm9zdnKnpuGFLouxc4qe6NS8_vRcOJS0zOndX2ViqhOiE8E0-XtGarg/?imgmax=800&quot; width=&quot;554&quot; height=&quot;306&quot;&gt;&lt;/p&gt; &lt;p&gt;Wow, someone attempted to log in to my Outlook.com account from Poland, &lt;a href=&quot;http://www.addictivetips.com/web/how-to-enable-two-factor-authentication-for-your-outlook-account/&quot; target=&quot;_blank&quot;&gt;good thing I have 2-factor auth enabled&lt;/a&gt;.&amp;nbsp; So if they did have my password for whatever reason, they’d still need my cell phone to actually get the second auth factor… which I have right here with me… aka, not in Poland.&lt;/p&gt; &lt;p&gt;Kind of nice there is an audit trail.&amp;nbsp; If one of the successful log ins wasn’t you, you can contest it right there and Outlook.com will help you take evasive action!&lt;/p&gt; &lt;p&gt;Have fun snooping on your snoopers!&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/01/checking-your-sign-in-history-in.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh09gbbJ2fHc40mNN0vQJR0hZemx1D5QMLi81WUjY6nUp6E6eAujc2xu9OTHFysuBep5f0wdyomPLGPi2tAm9zdnKnpuGFLouxc4qe6NS8_vRcOJS0zOndX2ViqhOiE8E0-XtGarg/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-7728064038515369290</guid><pubDate>Tue, 07 Jan 2014 19:18:00 +0000</pubDate><atom:updated>2014-01-07T11:20:10.198-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Office 2010</category><category domain="http://www.blogger.com/atom/ns#">Office 2013</category><category domain="http://www.blogger.com/atom/ns#">Outlook</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Trouble Shooting</category><category domain="http://www.blogger.com/atom/ns#">Windows 7</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>How to fix Outlook&#39;s Jump Lists</title><description>I&#39;m a big fan of the Jump Lists in Windows 7/Windows 8. &amp;nbsp;I use them a lot to get to key documents and most importantly start a new mail message or new calendar request with Outlook 2013&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhj1CaIBpVFgbYz5vLBTl9ItPiKjUv-PDrKDq_6-utSLrHUsNFiBsyW0D_KxRoFNEy4bOKIOunajy_vmNKqlY3T4ljxr47ZQcEoOnKrevDTrJBN1-_A0CUGU_vue2oHgQnT7dPc_g/s1600/JumpList.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhj1CaIBpVFgbYz5vLBTl9ItPiKjUv-PDrKDq_6-utSLrHUsNFiBsyW0D_KxRoFNEy4bOKIOunajy_vmNKqlY3T4ljxr47ZQcEoOnKrevDTrJBN1-_A0CUGU_vue2oHgQnT7dPc_g/s1600/JumpList.png&quot; height=&quot;320&quot; width=&quot;292&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
It&#39;s super easy to just right-click, and then select &lt;b&gt;New E-mail Message&lt;/b&gt;, and you&#39;re off to the races, no need to make Outlook the foreground or anything.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
However, twice now I&#39;ve found this list corrupted, I right click and there is just the bottom three, and the &quot;task&quot; available is a &quot;mailto:a_lot_of_garbage&quot;, and it does nothing. &amp;nbsp;Productivity drops instantly. &amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
I did however managed to find &lt;a href=&quot;http://support.microsoft.com/kb/2781583/EN-US?wa=wsignin1.0&quot; target=&quot;_blank&quot;&gt;this support article&lt;/a&gt;&amp;nbsp;on tasks missing once Outlook is pinned to the task bar. &amp;nbsp;It provides two work arounds, both times the first one worked. &amp;nbsp;Instead of the backup, I just renamed the &quot;LastUILanguage&quot; key and re-opened Outlook.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4 id=&quot;tocHeadRef&quot; style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 16px; margin: 15px 0px; padding: 0px;&quot;&gt;
Method 1: Delete the LastUILanguage registry value&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 13px;&quot;&gt;To export and delete the LastUILanguage registry value, follow these steps:&lt;/span&gt;&lt;/div&gt;
&lt;ol style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 13px; margin: 16px 0px 16px 40px; padding: 0px; position: inherit;&quot;&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Unpin the Outlook 2013 icon.&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Exit Outlook 2013.&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Use Regedit to export the following registry key:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;After you export the Outlook registry key, delete the LastUILanguage registry value.&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Start Outlook 2013, and then re-pin the icon.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&quot;tocHeadRef&quot; style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 16px; margin: 15px 0px; padding: 0px;&quot;&gt;
Method 2: Export and delete the Setup registry key&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 13px;&quot;&gt;If method 1 does not resolve the issue, export and delete the Setup registry key. To do this, follow these steps:&lt;/span&gt;&lt;/div&gt;
&lt;ol style=&quot;background-color: white; color: #333333; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Tahoma, sans-serif; font-size: 13px; margin: 16px 0px 16px 40px; padding: 0px; position: inherit;&quot;&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Unpin the Outlook 2013 icon.&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Exit Outlook 2013.&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Use Regedit to export and then delete the following registry key:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Setup&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;margin: 0px; padding: 0px; position: inherit;&quot;&gt;Start Outlook 2013, and then re-pin the icon.&lt;/li&gt;
&lt;/ol&gt;
Hopefully this helps you....&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2014/01/how-to-fix-outlooks-jump-lists.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhj1CaIBpVFgbYz5vLBTl9ItPiKjUv-PDrKDq_6-utSLrHUsNFiBsyW0D_KxRoFNEy4bOKIOunajy_vmNKqlY3T4ljxr47ZQcEoOnKrevDTrJBN1-_A0CUGU_vue2oHgQnT7dPc_g/s72-c/JumpList.png" height="72" width="72"/><thr:total>25</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-2318702657576229529</guid><pubDate>Thu, 05 Dec 2013 21:08:00 +0000</pubDate><atom:updated>2013-12-05T13:08:03.991-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Customization</category><category domain="http://www.blogger.com/atom/ns#">Modern App</category><category domain="http://www.blogger.com/atom/ns#">Personal Cloud</category><category domain="http://www.blogger.com/atom/ns#">Surface</category><category domain="http://www.blogger.com/atom/ns#">Surface RT</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Adding Server Shares to Modern Photo App – Windows 8.1</title><description>&lt;p&gt;Windows 8.1 updated the photo app to remove Facebook, and Flickr, and make it only look like you can view pictures on your local device, and on your &lt;a href=&quot;http://Skydrive.live.com&quot; target=&quot;_blank&quot;&gt;SkyDrive&lt;/a&gt;.&amp;nbsp; However, this isn’t entirely true.&amp;nbsp; If you’re like me and have a NAS or in my case, a Home Server on your network, you could quite possibly have GBs of pictures stored on your server that you want to show to friends and family on your tablet.&amp;nbsp; That can be cumbersome to get to if you don’t set it up first.&amp;nbsp; And nothing makes family or friends more bored of looking at your pictures, than watching you struggle to get to them.&lt;/p&gt; &lt;p&gt;Here is how to add those GBs of photos to your surface “view” without actually copying them to your surface.&lt;/p&gt; &lt;p&gt;First you need to make sure your surface has access to the server share.&amp;nbsp; I recently wrote a post on how to do that – &lt;a href=&quot;http://sbs.seandaniel.com/2013/12/using-windows-credential-manager-to.html&quot; target=&quot;_blank&quot;&gt;Using the Windows Credential Manager to Store Server Credentials in Windows 8.1&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Next follow these steps:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Open up the &lt;strong&gt;Desktop&lt;/strong&gt; app if you haven’t already&lt;/li&gt; &lt;li&gt;Open up &lt;strong&gt;Windows Explorer&lt;/strong&gt; and navigate to the picture folder on your remote machine&lt;/li&gt; &lt;li&gt;Right click on the folder containing the pictures, and go to &lt;strong&gt;Include in library&lt;/strong&gt;, and select &lt;strong&gt;Pictures&lt;/strong&gt; to include it into the pictures library. &lt;img title=&quot;Include in Pictures library&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Include in Pictures library&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixYcDgRwMQrPYKhxKxtvG1opQaB_VYeQ9B5TOPfEOzxnsZgeDtqoZbzYMcPF33D0l1tkqGUyA1hNqhDreXq1kfTHfwgIz_r0FbWAKJmOrM6_M13MVcY1IhwVMtvMP4XG4rjmjQ-g/?imgmax=800&quot; width=&quot;504&quot; height=&quot;287&quot;&gt;&lt;/li&gt; &lt;li&gt;Now you’ll see in your libraries that you have two locations for Pictures&lt;img title=&quot;Pictures library&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Pictures library&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqZWXj390V9uCablOYI2rYqsgryq9piNoskD9fEwt1vIhVpsMUCrQGkWwabrItg2X830zHGr5SwKTeXV4g886o4AEr5DfY55K54vu3671jAcf4L9NHDWtaWIAuDZDF2RZuusJc3Q/?imgmax=800&quot; width=&quot;202&quot; height=&quot;186&quot;&gt;&lt;/li&gt; &lt;li&gt;Next go back into the &lt;strong&gt;Photos&lt;/strong&gt; &lt;a href=&quot;http://windows.microsoft.com/en-US/windows-8/apps#Cat=t1&quot; target=&quot;_blank&quot;&gt;Modern app&lt;/a&gt; and choose the local computer, you’ll notice all the folders inside the pictures folder you chose in step #3, if you’re on the local network &lt;img title=&quot;Pictures Library Modern App&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Pictures Library Modern App&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibgvTLOLpYRN6XUPP5pS9sJoX0DcsMF47myR5eezgsbGWFWXbc0QBirNRT74IeQ17sFqMb3nQOMaU9dqlVcPtV89A_Ki4bAbfhEpnDCNyo8Jnj_mRi983UTDAZ6lUrrj-XGHdRUA/?imgmax=800&quot; width=&quot;404&quot; height=&quot;189&quot;&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Now when you’re on your local network, you just look like you have a HUGE photo collection.&amp;nbsp; The downside is if you take pictures at 21megapixel like I do and use very little compression, that you’ll end up having to wait for Wireless to download each picture as you go to view it.&amp;nbsp; I find a good 2-3 second story about each picture is enough for the next picture to download in the background. &lt;img class=&quot;wlEmoticon wlEmoticon-smile&quot; style=&quot;border-top-style: none; border-bottom-style: none; border-right-style: none; border-left-style: none&quot; alt=&quot;Smile&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWplWkDqKkiiBSpbPnkGH5ZuPCztgjPO8TxSzVlj6dSfg0c4kM5tGicsZL-Sl_urJhpkSuIpUsSWD1FJ46Ewx7SSBijTh2_S24yKkipKOoqYVI1M-Z4ShOwkjGwZH5f6jAvFOREg/?imgmax=800&quot;&gt;&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/12/adding-server-shares-to-modern-photo.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixYcDgRwMQrPYKhxKxtvG1opQaB_VYeQ9B5TOPfEOzxnsZgeDtqoZbzYMcPF33D0l1tkqGUyA1hNqhDreXq1kfTHfwgIz_r0FbWAKJmOrM6_M13MVcY1IhwVMtvMP4XG4rjmjQ-g/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-8392910498925878133</guid><pubDate>Wed, 04 Dec 2013 19:04:00 +0000</pubDate><atom:updated>2013-12-06T10:14:58.085-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Home Server</category><category domain="http://www.blogger.com/atom/ns#">MultiPoint Server</category><category domain="http://www.blogger.com/atom/ns#">SBS 2003</category><category domain="http://www.blogger.com/atom/ns#">SBS 2008</category><category domain="http://www.blogger.com/atom/ns#">SBS 2011 Essentials</category><category domain="http://www.blogger.com/atom/ns#">SBS 2011 Standard</category><category domain="http://www.blogger.com/atom/ns#">SBS 2012</category><category domain="http://www.blogger.com/atom/ns#">Security</category><category domain="http://www.blogger.com/atom/ns#">Small Business Server</category><category domain="http://www.blogger.com/atom/ns#">Storage Server Essentials</category><category domain="http://www.blogger.com/atom/ns#">Surface</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><category domain="http://www.blogger.com/atom/ns#">Windows Server</category><title>Using the Windows Credential Manager to Store Server Credentials in Windows 8.1 (and on Surface!)</title><description>My wife got a new laptop, first one in 10 years.&amp;nbsp; I’m very proud of her.&amp;nbsp; She’s the opposite of me, and pretty much doesn’t like change on her computer.&amp;nbsp; This is most likely due to the fact she touches a computer for less than 1/2 an hour a day, and doesn’t want to spend 10 minutes of the 30 figuring out where the “File” menu went (yes, the IE7 upgrade just about killed my wife).&amp;nbsp; She went with the &lt;a href=&quot;http://shop.lenovo.com/us/en/laptops/ideapad/yoga/yoga-2-pro/&quot; target=&quot;_blank&quot;&gt;Lenovo Yoga 2 Pro&lt;/a&gt;. It’s an amazing laptop, but doesn’t have a TPM chip, so I can’t use it for work (otherwise I’d have one too!)&amp;nbsp; The screen is breathtaking, but I digress.&lt;br /&gt;
&lt;br /&gt;
We have a Home Server 2011 in our house (obviously), but it doesn’t back up UEFI machines (not that I know of anyways) via the Client Backup.&amp;nbsp; So installing the Launch Pad seemed a bit of overkill so she could just go to &lt;u&gt;\\server&lt;/u&gt;.&amp;nbsp; Her Windows Explorer has a link to the root of the Server share so she can get to the pictures, the videos, the TV shows, and so on.&amp;nbsp; I’m a big fan of security, and she has her own account on the server, but I couldn’t get her username and password to save for the server through a reboot.&amp;nbsp; And as you can probably guess, it has to be easy for her (a click to get access).&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
I ended up simply saving this into her Windows Credential Storage (details below).&amp;nbsp; Worked like a charm.&amp;nbsp; It got me thinking, does this work on my Surface 2?&amp;nbsp; Sure enough it did!!&amp;nbsp; This means that I can simply access the server without providing credentials every time.&amp;nbsp; Now when I’m in my home, my Surface can just access an additional 4TB of data, right from inside the Metro Apps (more on this in my post &quot;&lt;a href=&quot;http://sbs.seandaniel.com/2013/12/adding-server-shares-to-modern-photo.html&quot; target=&quot;_blank&quot;&gt;Adding Server Shares to Modern Photo App&lt;/a&gt;&quot;).&amp;nbsp; &lt;br /&gt;
Let me tell you how to use the credential manager first.&amp;nbsp; &lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Hit the &lt;strong&gt;Start&lt;/strong&gt; key or swipe out the charm bar and press the &lt;strong&gt;Start&lt;/strong&gt; button&lt;/li&gt;
&lt;li&gt;Type in &lt;strong&gt;Cred&lt;/strong&gt; to search the start menu for the &lt;em&gt;Credential Manager&lt;/em&gt;. &lt;img alt=&quot;Search for &#39;Cred&#39;&quot; border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOCghuiyv4AAzdXUTQOZjOF7eG38mA0S9vQ9kD1G7sfiOKw2KorvsBL8BoaHL4rLiw2uKmdU5szaFWUb9p8-yIIctNWuwRB_NUhcP0PqcsdioJAFiOShf7huNA4vPbOev1KV2euw/?imgmax=800&quot; style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Search for &#39;Cred&#39;&quot; width=&quot;244&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Launch the &lt;strong&gt;Credential Manager&lt;/strong&gt;, and select the &lt;strong&gt;Windows Credentials&lt;/strong&gt; button.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Under that button, simply click the &lt;strong&gt;Add a Windows credential&lt;/strong&gt;. &lt;/li&gt;
&lt;li&gt;Fill out the wizard with the name of your server, in my case “SERVER”, my credentials &lt;img alt=&quot;Fill out the Add a Windows Credential Wizard&quot; border=&quot;0&quot; height=&quot;260&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlCHsElnKH1d-fSo3lPhJMzph_zlzHuHIMGXQlbiBjXuJYi2r7ttbqmsTpENQ4bmp1LY-8JUpaLuqfzO_GFi1UkK-6fgYudYVc7AYQSriEYJtuVmrBxrdO00D91jDKSLCdNnY3LA/?imgmax=800&quot; style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Fill out the Add a Windows Credential Wizard&quot; width=&quot;454&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Notice it’s in the list and then close the &lt;em&gt;Credential Manager&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
Now you may try this instantly and it might not work.&amp;nbsp; This is most likely because you’ve already tried to connect to this server and stored the fact that you don’t need a username or password.&amp;nbsp; A reboot or sign-out/in will fix that as long as the item stays in the Credential Manager.&amp;nbsp; You can also open the command prompt and type in “&lt;strong&gt;net use * /d&lt;/strong&gt;” to delete all active connections which will force Windows to re-open new ones, using the Credential Manager.&lt;br /&gt;
&lt;br /&gt;
For reference, here is the &lt;a href=&quot;http://windows.microsoft.com/en-us/windows7/store-passwords-certificates-and-other-credentials-for-automatic-logon?woldogcb=0&quot; target=&quot;_blank&quot;&gt;official Windows Help topic on this&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/12/using-windows-credential-manager-to.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOCghuiyv4AAzdXUTQOZjOF7eG38mA0S9vQ9kD1G7sfiOKw2KorvsBL8BoaHL4rLiw2uKmdU5szaFWUb9p8-yIIctNWuwRB_NUhcP0PqcsdioJAFiOShf7huNA4vPbOev1KV2euw/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-739436095095651094</guid><pubDate>Tue, 08 Oct 2013 16:17:00 +0000</pubDate><atom:updated>2013-10-08T09:18:41.769-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Handy Apps</category><category domain="http://www.blogger.com/atom/ns#">Security</category><category domain="http://www.blogger.com/atom/ns#">Surface</category><category domain="http://www.blogger.com/atom/ns#">Surface RT</category><category domain="http://www.blogger.com/atom/ns#">Tablet Computing</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Removing the Required PIN code on Windows Surface</title><description>My corporate E-Mail requires that any device I sync it to, enable a 4-digit PIN to unlock the device, at a minimum.&amp;nbsp; I can make this as complex as I like, but I &lt;strong&gt;must&lt;/strong&gt; at least have a 4-digit PIN.&amp;nbsp; I&#39;m fine with this, I think it&#39;s a good practice to have a PIN on your phone or tablet, so if it&#39;s lost, the thief or casual finder can&#39;t access all the data on it.&amp;nbsp; Even more so all those corporate secrets that I have! (har har! Like I&#39;m trusted with corporate secrets!)&lt;br /&gt;
&lt;br /&gt;
What I&#39;m not fine with, is once you decide that you no longer want your work account on a device, you can&#39;t get rid of the requirement for the PIN, like how I&#39;m re-purposing an old SurfaceRT (yes, I pre-ordered a Surface2!) to be a digital music player / weather station / morning news station / upstairs Skype phone, in the bedroom, I don&#39;t have *anything* on it that would need a PIN, and the likely hood of the tablet leaving the bedroom aside from when I move houses, is extremely small.&lt;br /&gt;
&lt;br /&gt;
Searching around turned up nothing, asking around (especially @Microsoft) usually turns up something.&amp;nbsp; And this time it turned up this super handy &lt;a href=&quot;http://answers.microsoft.com/en-us/windows/forum/windows_8-desktop/how-do-i-turn-off-the-autolock-in-windows-8/5885e5f1-6776-41d7-b8db-f2f47270c53c&quot; target=&quot;_blank&quot;&gt;How do I Turn Off the AutoLock in Windows 8 &lt;/a&gt;article.&amp;nbsp; And here I was searching around in &lt;em&gt;gpedit.msc&lt;/em&gt; or &lt;em&gt;regedit&lt;/em&gt;, and it&#39;s right there in the Control Panel UI!&lt;br /&gt;
&lt;br /&gt;
Here&#39;s how to do it:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Open up the Control Panel (either &lt;a href=&quot;http://sbs.seandaniel.com/2012/07/windows-8-keyboard-shortcuts.html&quot; target=&quot;_blank&quot;&gt;Win+X&lt;/a&gt; or &lt;a href=&quot;http://sbs.seandaniel.com/2012/07/windows-8-keyboard-shortcuts.html&quot; target=&quot;_blank&quot;&gt;Win+R&lt;/a&gt; then type &quot;Control&quot;, enter)&lt;/li&gt;
&lt;li&gt;Click on the title &lt;strong&gt;User Accounts and Family Safety&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on the title&amp;nbsp;&lt;strong&gt;User Accounts&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on the &lt;strong&gt;Reset Security Policy&amp;nbsp;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNFoQAV4Wcd5-en8y08wjk4PUeucdvKd0LSPBIzQrlffl8fMFgQdmy4KYmqI6DvMuBuhax2d5jwMG5EoK6S8nD50ViGuySEuR1J5wQQUPSzY0bdp2AVz0C__wLvg_lYkzapelsUA/s1600/reset1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;207&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNFoQAV4Wcd5-en8y08wjk4PUeucdvKd0LSPBIzQrlffl8fMFgQdmy4KYmqI6DvMuBuhax2d5jwMG5EoK6S8nD50ViGuySEuR1J5wQQUPSzY0bdp2AVz0C__wLvg_lYkzapelsUA/s400/reset1.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on the &lt;b&gt;Reset Policies &lt;/b&gt;Button&amp;nbsp;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcwXSs0jMc_KsFhxGJVVeNkJ9Bs0cbzQn2oYcmFaKFgiFftGz0Z-nw1tUUgj6NjBcIgL9OHST9-YWzCbijxUXyewY7mjA2hX4TiLh2PlAVxDpZ4Glq56ITbl2dmjlyQzf1AshJMw/s1600/reset2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;201&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcwXSs0jMc_KsFhxGJVVeNkJ9Bs0cbzQn2oYcmFaKFgiFftGz0Z-nw1tUUgj6NjBcIgL9OHST9-YWzCbijxUXyewY7mjA2hX4TiLh2PlAVxDpZ4Glq56ITbl2dmjlyQzf1AshJMw/s320/reset2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
That&#39;s all there is to it. Now you can go into PC Settings and set the password policy to never required!&amp;nbsp; This also allows you to change the default screensaver time out as well.&lt;br /&gt;
&lt;br /&gt;
There you have it.&amp;nbsp; It took me a lot of effort to find that, so I&#39;m sharing it here (so I don&#39;t forget as well).&amp;nbsp; And now I don&#39;t have to factory reset my SurfaceRT! w00t!&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/10/removing-required-pin-code-on-windows.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNFoQAV4Wcd5-en8y08wjk4PUeucdvKd0LSPBIzQrlffl8fMFgQdmy4KYmqI6DvMuBuhax2d5jwMG5EoK6S8nD50ViGuySEuR1J5wQQUPSzY0bdp2AVz0C__wLvg_lYkzapelsUA/s72-c/reset1.png" height="72" width="72"/><thr:total>8</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-1276823777013991917</guid><pubDate>Thu, 02 May 2013 21:49:00 +0000</pubDate><atom:updated>2013-07-08T18:28:13.300-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Best Practices</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><title>How to Change Your Email Address and Service Gracefully</title><description>So you got the Internet, and your Internet Service Provider (ISP) sold you on 5 free email addresses, and you thought: &quot;Free is good!&quot;. Then you read my post from a few days ago about &lt;a href=&quot;http://sbs.seandaniel.com/2013/04/cloud-sharing-your-email-contacts.html&quot;&gt;how to use email, calendar and contacts across multiple devices&lt;/a&gt;, and realized that Free is good, but you need to choose the right free.&lt;br /&gt;
So now you want to migrate your email address to an &lt;a href=&quot;http://outlook.com/&quot;&gt;Outlook.com&lt;/a&gt; or &lt;a href=&quot;http://www.gmail.com/&quot;&gt;G-Mail&lt;/a&gt; account. Allowing you keep not only your email, but your calendar and contacts as well in &quot;the cloud&quot;.&lt;br /&gt;
This is not only an invasive change for you, but it&#39;s also for your friends, and this post is designed to logically tell you how to gracefully switch to a new e-mail.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Create your account on your new provider.&amp;nbsp; I would recommend Outlook.com, because, well I&#39;m biased and I really like it.&amp;nbsp; You&#39;ll want to spend some time to get a username you&#39;re happy with.&amp;nbsp; On Outlook.com you can create aliases later on if you don&#39;t like your log in, for specific purposes.&amp;nbsp; So you can create your account as mulletman@outlook.com, but then create an alias of firstname.lastname@outlook.com for your resume, and have both delivered to your inbox.&lt;/li&gt;
&lt;li&gt;Once you&#39;re happy with your new email address, you can log into it and you&#39;ll have no email.&amp;nbsp; What I did was export all of my contacts as a &quot;CSV&quot; file (Comma Seperated Values) from whatever email program I was using on my computer, then just went to the &lt;strong&gt;People&lt;/strong&gt; tab, and chose &lt;strong&gt;Manage&lt;/strong&gt;, then &lt;strong&gt;Add People&lt;/strong&gt;&amp;nbsp; You can then choose to &lt;strong&gt;Import from file&lt;/strong&gt;, and import that same CSV file.&amp;nbsp; (you can also import from Google, Linked In, Sina Weibo, Facebook).&amp;nbsp; Basically I get my contacts all squared away first (while still checking my old email).&lt;/li&gt;
&lt;li&gt;Ideally you want to set up e-mail forwarding from your old account to this new one you set up so when email arrives, it gets forwarded directly.&amp;nbsp; I can&#39;t explain how to do that on this post as each ISV is different.&amp;nbsp; You can call their helpdesk and ask how to do this.&amp;nbsp; The other option is to have your new account &quot;check&quot; your old email for new messages and download.&amp;nbsp; Outlook.com can do this by going to &lt;strong&gt;Settings&lt;/strong&gt; (the gear in the title bar), then &lt;strong&gt;More mail settings&lt;/strong&gt;, then under &lt;strong&gt;Manage your Account&lt;/strong&gt;, click &lt;strong&gt;Your email accounts&lt;/strong&gt;, which allows you to add a POP account for &lt;strong&gt;Add a send-and-receive account&lt;/strong&gt;, and provide your old email address server, username and password.&amp;nbsp; Then validate that it works by sending email to your old account, and making sure that you eventually see it in your new account (eventually if you chose Outlook.com to check your email, it could take some time for it to hit your new account)&lt;/li&gt;
&lt;li&gt;Once you&#39;re happy that your old mail is flowing to your new email.&amp;nbsp; It&#39;s time to make the switch to your new account.&amp;nbsp; You&#39;ll want to send an email to ALL of your contacts to tell them of your updated email address.&amp;nbsp; You&#39;ll also want to check any subscriptions you signed up for and unsubscribe from those and resubscribe with your new email address&lt;/li&gt;
&lt;li&gt;If you still have friends emailing you at your old address, simply reply from your new address and remind them of your email address update.&amp;nbsp; After a period of time (on the order of Months) when you feel comfortable that people are using your new email address, you can turn off the old POP account you set up in step 3.&lt;/li&gt;
&lt;li&gt;And you&#39;re done!&lt;/li&gt;
&lt;/ol&gt;
Lots of people ask me why not stay with their ISP.&amp;nbsp; Here are my reasons:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;ISP mail servers typically don&#39;t offer calendar and contact service, and are old archaic mail-servers that don&#39;t have any features that work with newer devices&lt;/li&gt;
&lt;li&gt;The use of POP or IMAP uses your data plan on a schedule to check your email.&amp;nbsp; That&#39;s a bunch of data eaten out of your data plan (on a phone for example) that will probably result in no new messages for you.&amp;nbsp; Newer protocols only use data when you have email&lt;/li&gt;
&lt;li&gt;The use of POP and IMAP run on a schedule and use data, and as a result, they drain your battery faster than newer protocols&lt;/li&gt;
&lt;li&gt;ISPs are typically networking experts, they run mail servers because it&#39;s common practice for them to offer an email account with your networking.&amp;nbsp; But it&#39;s not their expertise, why not switch to someone who focuses on making these services great?&lt;/li&gt;
&lt;li&gt;If you move homes to a house outside of a service area for your ISP, Or if you simply want to switch to get a better &quot;deal&quot;, you&#39;ll loose your email address as a result, which causes your friends to go through the pain as it is.&lt;/li&gt;
&lt;li&gt;If you travel around the world, access to your email account is slow outside of your ISP network and native country.&amp;nbsp; World-wide enabled companies like Microsoft, Google, or Yahoo, optimize their service to be access world wide and your service will be far better outside of the country.&lt;/li&gt;
&lt;/ol&gt;
And if you aren&#39;t sure if you want to use Outlook or GMail, why not make it super easy and use your own domain.&amp;nbsp; I&#39;ve moved my email account 5 times since I&#39;ve had my own domain, and none of my friends are the wiser as the email address never changes, just the back-end service.&amp;nbsp; If you want to do that, &lt;a href=&quot;http://sbs.seandaniel.com/2012/02/how-to-configure-vanity-domain-on.html&quot;&gt;I have instructions here&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/05/how-to-change-your-email-address-and.html</link><author>noreply@blogger.com (Sean Daniel)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-7724803059283157354</guid><pubDate>Mon, 29 Apr 2013 16:36:00 +0000</pubDate><atom:updated>2013-04-29T10:35:47.014-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Best Practices</category><category domain="http://www.blogger.com/atom/ns#">Cloud</category><category domain="http://www.blogger.com/atom/ns#">Cloud Computing</category><category domain="http://www.blogger.com/atom/ns#">Digital LifeStyle</category><category domain="http://www.blogger.com/atom/ns#">E-Mail</category><category domain="http://www.blogger.com/atom/ns#">Hotmail</category><category domain="http://www.blogger.com/atom/ns#">iPad</category><category domain="http://www.blogger.com/atom/ns#">Office 365</category><category domain="http://www.blogger.com/atom/ns#">Playbook</category><category domain="http://www.blogger.com/atom/ns#">Technology Timesavers</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><category domain="http://www.blogger.com/atom/ns#">Windows Live Services</category><title>Cloud Sharing your Email, Contacts, Calendar Between Different Devices</title><description>&lt;p&gt;I’ve come across a lot of people who still struggle with different devices and having to physically plug them into their computer when they want to sync their calendar or contacts.&amp;nbsp; Sure, Email is a solved problem for them, but not that pesky Calendar or the list of Contacts.&amp;nbsp; This post is intended to help those people.&amp;nbsp; But those people have to embrace “the cloud”…&lt;/p&gt; &lt;p&gt;The cloud sounds scary, but it’s not, you’ve been using it for years, it’s just a server on the Internet that’s always accessible. Sure this can be a single mail server that’s been holding your email until you connect it, or it can be a scale-out solution that offers compute, storage, and database needs, but let’s start small.&amp;nbsp; Your email server, is in the cloud.&amp;nbsp; Yes, that same one offered to your by your Internet Service Provider (ISV).&amp;nbsp; That’s “cloud”.&amp;nbsp; See, you have email, you’re already using “the cloud”.&amp;nbsp; Your problem is you either (a), have an e-mail only server that uses &lt;a href=&quot;http://en.wikipedia.org/wiki/Pop3&quot;&gt;POP3&lt;/a&gt;, or (b), you’re not taking advantage of the features of your server to leverage contacts and calendar.&lt;/p&gt; &lt;p&gt;If you have an e-mail server that only does email (i.e. only offers you &lt;a href=&quot;http://en.wikipedia.org/wiki/IMAP&quot;&gt;IMAP&lt;/a&gt; or POP3 access), then you are living in the stone ages.&amp;nbsp; IMAP and POP3 are to email what &lt;a href=&quot;http://en.wikipedia.org/wiki/Rotary_dial&quot;&gt;rotary dialing&lt;/a&gt; is to the telephone.&amp;nbsp; The first is to switch to &lt;strong&gt;&lt;em&gt;something&lt;/em&gt;&lt;/strong&gt; that offers the email, calendar, contact suite of products.&amp;nbsp; I find it best to switch to the product that your spouse or significant other is using, primarily because it makes it easier to share things like the calendar.&amp;nbsp; My preference is &lt;a href=&quot;http://outlook.com&quot;&gt;Outlook.com&lt;/a&gt;, but you can also use &lt;a href=&quot;http://mail.google.com&quot;&gt;GMail&lt;/a&gt; or &lt;a href=&quot;http://mail.yahoo.com&quot;&gt;Yahoo&lt;/a&gt;! Or if you wanted something more powerful, you could choose &lt;a href=&quot;http://office.microsoft.com/en-us/&quot;&gt;Office365&lt;/a&gt;.&amp;nbsp; The bottom line is you need to ditch that ISV email server.&amp;nbsp; Some ISVs leverage the above services for their email solution.&amp;nbsp; That’s better than POP3, but I still don’t like being tied to an ISV, because if you move or that ISV gets bought by another, things change, but this is your call.&amp;nbsp; This may or may not require you to get a different email address.&amp;nbsp; This is by far the most painful part of the process, so you’ll want to do this part once.&amp;nbsp; If you want to use your own domain name, so your email address never needs to change.&amp;nbsp; &lt;a href=&quot;http://sbs.seandaniel.com/2012/02/how-to-configure-vanity-domain-on.html&quot;&gt;I have instructions on how to do this with Hotmail / Outlook.com&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Let’s overview the set up that you’re aiming for:&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Cloud to Device&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Cloud to Device&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBvWZ-DielbySWe-mJ5IpMxZRx3jQI0O91Hh2EvYOPHdFRnLIUfVdwpxf63dCOurkOVLtoW6uGJuPW2O-qFZmzIacBChNf3gdrJGOKO8U4lFRpSnv7xBEURsXJCWZ-LejQ9avU-A/?imgmax=800&quot; width=&quot;600&quot; height=&quot;195&quot;&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;This means that each phone, tablet or computer connects directly to the Internet (or cloud) to get your Email (which it does today) and your calendar and your contacts.&amp;nbsp; This means that the primary location for your E-mail, Calendar and Contacts is in the cloud.&amp;nbsp; Your devices and computers are just a “view” into that.&amp;nbsp; While you probably won’t need this with today’s devices. All of my computers are configured to use &lt;a href=&quot;http://en.wikipedia.org/wiki/Exchange_ActiveSync&quot;&gt;Exchange Active Sync&lt;/a&gt; (EAS).&amp;nbsp; Apparently Google is the only service that doesn’t use this anymore.&lt;/p&gt; &lt;p&gt;This works for me, and &lt;a href=&quot;http://sbs.seandaniel.com/2012/06/how-to-share-hotmail-calendars-between.html&quot;&gt;allows me to share my calendar with my wife&lt;/a&gt;, so we can always be in sync (provided she enters her events into her calendar!).&amp;nbsp; &lt;/p&gt; &lt;p&gt;I have the following devices, that are always up to date and never need to be plugged into a computer for “syncing”.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows Phone 8&lt;/li&gt; &lt;li&gt;Surface RT&lt;/li&gt; &lt;li&gt;Windows 8 PC (both built in e-mail client, and Outlook 2013)&lt;!--EndFragment--&gt;&lt;/li&gt; &lt;li&gt;iPhone&lt;/li&gt; &lt;li&gt;iPad&lt;/li&gt; &lt;li&gt;Blackberry Playbook&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;This is the set up you “don’t” want, as you are now dependent on your computer, and if you’re computer crashes, or dies, you loose your calendar and contacts.&lt;/p&gt; &lt;p&gt;&lt;img title=&quot;Bad Setup&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto&quot; border=&quot;0&quot; alt=&quot;Bad Setup&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhK8qeyMHv5wveWRxP7fgD1dVIRTS9kCZMZxwpnbBpRq7swY7ScEjTg50PS2tx4mLWcWjeQyPf-FfXM98Be6LiibfBYxjEtWLamfY8H20-dyfJrBqIcKNcElPk6S8jGc6dBkynHMQ/?imgmax=800&quot; width=&quot;600&quot; height=&quot;191&quot;&gt;&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/04/cloud-sharing-your-email-contacts.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBvWZ-DielbySWe-mJ5IpMxZRx3jQI0O91Hh2EvYOPHdFRnLIUfVdwpxf63dCOurkOVLtoW6uGJuPW2O-qFZmzIacBChNf3gdrJGOKO8U4lFRpSnv7xBEURsXJCWZ-LejQ9avU-A/s72-c?imgmax=800" height="72" width="72"/><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-528813786224716727</guid><pubDate>Wed, 17 Apr 2013 16:37:00 +0000</pubDate><atom:updated>2013-04-17T09:37:01.803-07:00</atom:updated><title>Installing Pebble Watch Faces when you’re not a Developer</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I have a developer background.&amp;nbsp; I went to the University of Waterloo and have a degree in &lt;img title=&quot;Pebble Time: Beer O&#39;Clock &quot; style=&quot;border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: right; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px&quot; border=&quot;0&quot; alt=&quot;Pebble Time: Beer O&#39;Clock &quot; align=&quot;right&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggpth-I6Lcy1xzusDd178_pkFJZNJ7lc9R5a6m6Vl2Sa-87Jv0bffPZxtNGrpTuPP2qf4jkX8hyphenhyphenfw0CMtiN_7X1kFSifBu4dVZRv03h9HAE3wiTuSNsqXl8PNPiXFlxyl_7Qserw/?imgmax=800&quot; width=&quot;196&quot; height=&quot;244&quot;&gt;Computer Science.&amp;nbsp; The problem is I don’t have time to do any development.&amp;nbsp; Between my “day” job and my kids, when I get an hour to myself, I have to do some house maintenance so this place doesn’t fall down around me!&lt;/p&gt; &lt;p&gt;However, I got myself a &lt;a href=&quot;http://getpebble.com/&quot;&gt;Pebble watch&lt;/a&gt;, as part of the &lt;a href=&quot;http://www.kickstarter.com/&quot;&gt;Kickstarter&lt;/a&gt; wave.&amp;nbsp; Yes I was a backer, and followed it from almost the beginning.&amp;nbsp; I got in pretty early as I took off my watch mid-university not believing I could wear something that only did one task, and one that was on my phone, and almost anywhere I looked.&amp;nbsp; If I was going to wear a watch, it was to do more than tell time!&amp;nbsp; I told a ton of my friends this and almost as soon as Pebble came out on Kick Starter, a bunch of my friends were sending me links.&amp;nbsp; I jumped in immediately and then had to patiently wait… and wait… and wait, but the wait was totally worth it.&amp;nbsp; I’m loving Pebble.&lt;/p&gt; &lt;p&gt;The Pebble team has done a ton of work on their SDK, it’s one of their most prized parts of the Pebble.&amp;nbsp; This is fantastic if you want to make your own watch face, but, while I’m a tech enthusiast, and the &lt;a href=&quot;https://twitter.com/pebble&quot;&gt;@Pebble&lt;/a&gt; guys even added me to their &lt;a href=&quot;https://twitter.com/Pebble/%C3%BCber-pebblers&quot;&gt;&lt;strong&gt;über Pebblers&lt;/strong&gt;&lt;/a&gt; list, I just don’t have time to develop watch faces.&amp;nbsp; &lt;strong&gt;BUT&lt;/strong&gt;, I did want to take advantage of the hard work that other backers were doing and get some fancy watch faces.&amp;nbsp; &lt;/p&gt; &lt;p&gt;To get new watchfaces, you simply point your phone’s browser over to &lt;a href=&quot;http://www.mypebblefaces.com&quot;&gt;www.mypebblefaces.com&lt;/a&gt;, click on the one you want to download, then follow the steps on the phone to install it:&lt;/p&gt; &lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;Open in &amp;quot;Pebble&amp;quot;&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Open in &amp;quot;Pebble&amp;quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiK2UKRBifrecUs_fo_ZkMKzy0Ezu5outvQIO5J46pHooNjM8z8GhNWmyaf_qdVpNRDrNmBiEha9xeWQ95xV8xnyiL9Y1gEpODVUdfhKwKxnR-Asiv21NKaRnb-FyjNySKa7Dtrzw/?imgmax=800&quot; width=&quot;274&quot; height=&quot;176&quot;&gt;&lt;/p&gt; &lt;p align=&quot;center&quot;&gt;Click &lt;strong&gt;Open in “Pebble”&lt;/strong&gt; &lt;/p&gt; &lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;Choose &amp;quot;Continue&amp;quot;&quot; style=&quot;border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px&quot; border=&quot;0&quot; alt=&quot;Choose &amp;quot;Continue&amp;quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv-f2vHTIbXi4_-bHbLj4NII1zK28FR8dRWB5hZsFjK1PVGQHLfO5E1p2irIbRjd3nlMVehm1XWR1a3yfDXw95IRWwajAVa_ko8yTBX-MvR_5NBa0HyUidkZOUvBMOB38eUX3kiw/?imgmax=800&quot; width=&quot;274&quot; height=&quot;484&quot;&gt;&lt;/p&gt;  &lt;p align=&quot;center&quot;&gt;Ensure you are installing from a trusted source, and choose &lt;strong&gt;Continue&lt;/strong&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;The watchface installs on your Pebble and you’re good to go. Since these are only 24KB max, you can download them on the fly.&amp;nbsp; For example, when I hit the party, I just download the &lt;a href=&quot;http://www.mypebblefaces.com/?auID=599&amp;amp;aName=Hypnopompia&amp;amp;pageTitle=Faces%20by%20Hypnopompia&quot;&gt;Beer O’Clock&lt;/a&gt; watch face, and I’m good to go!&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2013/04/installing-pebble-watch-faces-when.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggpth-I6Lcy1xzusDd178_pkFJZNJ7lc9R5a6m6Vl2Sa-87Jv0bffPZxtNGrpTuPP2qf4jkX8hyphenhyphenfw0CMtiN_7X1kFSifBu4dVZRv03h9HAE3wiTuSNsqXl8PNPiXFlxyl_7Qserw/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-3208226893428030106</guid><pubDate>Sat, 13 Oct 2012 00:10:00 +0000</pubDate><atom:updated>2013-01-16T17:34:22.904-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Why I’m Super Happy with Windows 8</title><description>So ya, I’m a Microsoft employee, so I’m assimilated right?&amp;nbsp; Yes and no.&amp;nbsp; I believe in Microsoft, I understand where we’re going and I have insight into the future (of Microsoft) that the average person would not.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkrEPK4i3u0WOom5jj4wnqCpGWsaMCYQ6h3HN4z3pTudfpf4eCibjruod_JFuMPY4FumcRGJXUM3diE_rzuJRnzUXz_abMjYjZUxlc1VD0DN6onx3MC9KN8UQmmOQd9cGBAY7Ohw/s1600-h/image%25255B5%25255D.png&quot;&gt;&lt;img align=&quot;right&quot; alt=&quot;image&quot; border=&quot;0&quot; height=&quot;192&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1vhuhDWT3yyFMsBujrbWyA_PIm6KhOyH7fACVQxXhwjdYefeg1qBa7l85Gi_H2P3tpGMDDZC9v3cM3T3yDO9djtAlK2I2393T33KZgKlEllg1N2P5UhYFGTivzhAu_tOPIg2jLQ/?imgmax=800&quot; style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; float: right; margin: 0px 0px 0px 5px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;image&quot; width=&quot;244&quot; /&gt;&lt;/a&gt;But with &lt;a href=&quot;http://windows.microsoft.com/en-US/windows/home&quot;&gt;Windows 8&lt;/a&gt;, I held off installing it as my production machine until 2 months after RTM.&amp;nbsp; That’s unheard of.&amp;nbsp; With &lt;a href=&quot;http://windows.microsoft.com/en-US/windows7/products/home&quot;&gt;Windows 7&lt;/a&gt; I was running it in production far before it even reached Alpha stage (which makes Windows 7 the operating system I’ve run the longest, ever).&amp;nbsp; I loved Windows 7 so much.&amp;nbsp; Finally it was fast, and I was super efficient, I knew where everything was.&amp;nbsp; It was the XP Bliss days all over again, but on a faster, more secure, more compatible, more more more system.&amp;nbsp; My home network was running flawlessly, and I didn’t have the time to deal with “problems” given I was ramping up on my job change.&amp;nbsp; I had seen videos of people struggling with where to find things and fellow employees even told me that they were having trouble with this or that.&amp;nbsp; &lt;br /&gt;
So, I got into my head that I didn’t want the change, and while I agreed with the focus Windows 8 had on touch, and tablets, I strongly disagreed with the use of the same operating system for stand-up desktops or laptops, that don’t have touch.&amp;nbsp; Why would you force users to go to the corners of the screen? What’s wrong with the mouse? It seems like Microsoft is trying to kill it (don’t we all try to kill mice?)&lt;br /&gt;
&lt;strong&gt;I have now been running Windows 8 for over a month, and I have to say, I absolutely love it&lt;/strong&gt;, and cringe when I see people running on Windows 7, it seems so old to me.&amp;nbsp; And I have a Lenovo T410 without touch, and two 24” monitors attached to a docking station (also without touch).&amp;nbsp; &lt;br /&gt;
First the gripes I’ve heard, and why it’s not a problem:&lt;br /&gt;
&lt;strong&gt;The Start Screen&lt;/strong&gt;&lt;br /&gt;
The way I think about Windows 8 is it’s an operating system, that opens up a set of tiles (which are larger icons, because the icons provide value without touching them.&amp;nbsp; They call these live tiles).&amp;nbsp; One of these tiles is called the Desktop.&amp;nbsp; This is a legal application that serves up the old Windows 7 desktop, so you can continue to run the bazillion of old apps you used to run, apps that need a mouse, apps that are designed for the “chained to your desk” way of life.&amp;nbsp; If you were paying attention in the Windows 7 days, you’ll notice you can “pin” all your frequently used applications to the task bar, and you can continue to do this in Windows 8, with almost no change (aside from the very initial launch or pin).&amp;nbsp; Yes the start button is gone, but it’s superfluous if you think about it.&amp;nbsp; I’m a pretty big power user, and I have 19 applications pinned to my task bar, and I probably only ever use another 2-3 that aren’t pinned, and there is plenty of room in the taskbar for them.&amp;nbsp; When I do need the task bar, I can either drag my mouse to where it use to be, and in a 1/2 second the start menu box comes up, or simply press the windows key that’s on pretty much every keyboard you can get these days in a designed for windows PC.&amp;nbsp; So Ultimately once I’m in my legacy desktop application (which yes there are new applications for, like Office 2013!), I *rarely* get out to the start menu&lt;br /&gt;
&lt;strong&gt;The Corners of the Screen&lt;/strong&gt;&lt;br /&gt;
I’ve heard a lot of talk about “why use the corners of the screen?”.&amp;nbsp; I honestly was curious as to what people were talking about for 2 weeks, as I didn’t even need the corners of the screen.&amp;nbsp; With a keyboard you can do almost everything you could do with a mouse only and the corner of the screen.&amp;nbsp; I can see how they would be useful for your fingers, because they are quick task switching and allow you to search or get access into settings etc.&amp;nbsp; Useful with your finger, but not needed when using a mouse and keyboard&lt;br /&gt;
&lt;strong&gt;Focus on Touch&lt;/strong&gt;&lt;br /&gt;
I think this is a great move by Microsoft.&amp;nbsp; Apple has really been the forerunner here with the iPad, moving the world to touch based computing.&amp;nbsp; I’ve heard that the mouse is just efficient.&amp;nbsp; This is because you’ve trained yourself to use a mouse.&amp;nbsp; My toddler can pick up the iPad and just use it.&amp;nbsp; She can’t do this with a mouse.&amp;nbsp; The focus on touch brings Windows 8 into today’s world where people are interacting with smaller devices in more intimate ways, and touch is essential.&amp;nbsp; Whens the last time you’ve sat on the couch and tried to use an external mouse and laptop?&amp;nbsp; With the desktop legacy app, you get the best of both worlds.&amp;nbsp; Additionally, for those of you who worry about this, a mouse with a scroll wheel, it’s super easy to navigate the start menu, and modern apps for that matter as well.&lt;br /&gt;
Now into what I like without the gripes&lt;br /&gt;
&lt;strong&gt;It’s Ridiculously Fast&lt;/strong&gt;&lt;br /&gt;
It boots fast, it shuts down fast, it loads stuff fast, it’s always waiting on me, for once!&amp;nbsp; I thought Windows 7 was fast.&amp;nbsp; Windows 8 is as fast as they say it is.&amp;nbsp; In the words of &lt;a href=&quot;http://spaceballs.wikia.com/wiki/Dark_Helmet&quot;&gt;Darth Helmet from Space Balls&lt;/a&gt;, it’s ludicrous speed!&amp;nbsp; I had some spare time to install Adobe Lightroom, Photomatix and ColorFX Pro, my photo editing suite (yes into the legacy desktop app), and noticed a huge difference in photo processing speed.&amp;nbsp; The same photo editing software and the same hardware with a new OS and I was amazed at how fast it was.&lt;br /&gt;
&lt;strong&gt;Roaming Profile Settings&lt;/strong&gt;&lt;br /&gt;
Maybe I’m biased here because I have a few PCs, and in the past I’ve had a LOT of computers running (at one time I had up to 6 computers I was actively using), I sort of got used to not customizing Windows, because it just took too long to customize 6 PCs knowing they were going to be re-installed at a moments notice.&amp;nbsp; With Windows 8 all that comes down from the “Cloud”&lt;br /&gt;
&lt;strong&gt;Security&lt;/strong&gt;&lt;br /&gt;
Windows 8 is the most secure version of windows ever, yadda yadda yadda.&amp;nbsp; Every new version of Windows is the most secure version of Windows ever.&amp;nbsp; What I actually like here is the added security features, like Direct Access now leverages virtual smart cards, you can clearly log into your machine with different types of credentials, and integrated Microsoft Accounts! (formerly LiveID), I think this is the best part.&amp;nbsp; now I have one identity across all my stuff, which makes access so much easier, without the hassle.&lt;br /&gt;
&lt;strong&gt;The Windows Store&lt;/strong&gt;&lt;br /&gt;
Sure, every tablet needs it’s marketplace, and Windows is no different.&amp;nbsp; It already has some awesome apps in it, and this means that I don’t need to store all the installers for all the apps that have purchased on a server somewhere in my house, they are all in the store, and when I go to install them, it’s always the latest version.&amp;nbsp; &lt;br /&gt;
&lt;strong&gt;It Just Works&lt;/strong&gt;&lt;br /&gt;
I’ve installed it on 2 machines, one Lenovo and one HP, and all the drivers were there, and they just work, no hassle.&amp;nbsp; Plus the install on a non SSD computer was about 25 minutes&lt;br /&gt;
&lt;strong&gt;Touch &amp;amp; Keyboard Focus&lt;/strong&gt;&lt;br /&gt;
I covered above why touch focus is great, but I didn’t mention that as a computer power user (if I may call myself that for a second).&amp;nbsp; I find that reaching for the mouse and using the mouse time consuming.&amp;nbsp; I’d rather just do stuff on the keyboard, as it’s faster (see the mouse is inefficient!).&amp;nbsp; Windows 8 facilitates this with the ability to type on any screen to start a search.&amp;nbsp; Plus they created &lt;a href=&quot;http://sbs.seandaniel.com/2012/07/windows-8-keyboard-shortcuts.html&quot;&gt;a HUGE list of fast keys&lt;/a&gt; for you to learn and become more efficient with.&amp;nbsp; I suggest you start with WIN+I and WIN+X.&lt;br /&gt;
So there you have it.&amp;nbsp; I’m on Windows 8, and I’m loving it more than Windows 7, and I didn’t think I would.&amp;nbsp; If you’re looking for a new computer to go with Windows 8, (i.e. if you’re not going to do your own install from Microsoft media), I strongly suggest you look for the &lt;a href=&quot;http://www.microsoftstore.com/store/msstore/html/pbPage.MicrosoftSignature&quot;&gt;Microsoft Signature collection of PCs&lt;/a&gt;. They come with hardware optimized and approved by Microsoft, they come without bloatware that slows your PC down, and they come with pre-installed security, and support… but if you found this blog post, we all know you don’t need that.&lt;br /&gt;
I hope you enjoy Windows 8 as much as I do.&amp;nbsp; I can’t even wait to try it with touch!&lt;br /&gt;
[This is not intended as a marketing post.&amp;nbsp; This post is intended for all those people who ask me what I think about Windows 8, and what about X or Y or Z.&amp;nbsp; I can now send you a single link instead of having a super long conversation on what I like about Windows 8]&lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2012/10/why-im-super-happy-with-windows-8.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1vhuhDWT3yyFMsBujrbWyA_PIm6KhOyH7fACVQxXhwjdYefeg1qBa7l85Gi_H2P3tpGMDDZC9v3cM3T3yDO9djtAlK2I2393T33KZgKlEllg1N2P5UhYFGTivzhAu_tOPIg2jLQ/s72-c?imgmax=800" height="72" width="72"/><thr:total>19</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8453126.post-1253270837935527236</guid><pubDate>Thu, 11 Oct 2012 16:44:00 +0000</pubDate><atom:updated>2012-10-11T09:45:00.197-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Awesomeness</category><category domain="http://www.blogger.com/atom/ns#">Office 365</category><category domain="http://www.blogger.com/atom/ns#">Remote Web Access</category><category domain="http://www.blogger.com/atom/ns#">SBS 2012</category><category domain="http://www.blogger.com/atom/ns#">Small Business Server</category><category domain="http://www.blogger.com/atom/ns#">Storage Server Essentials</category><category domain="http://www.blogger.com/atom/ns#">Training and Awareness</category><category domain="http://www.blogger.com/atom/ns#">Windows Server</category><title>Windows Server 2012 Essentials RTM!! (and Eval today!)</title><description>&lt;p&gt;Well, The product formerly known as Windows Small Business Server 2012, is finally at RTM!&amp;nbsp; This was the last version of SBS I had the pleasure of working on, owning the storage system from the ground up as well as the initial design of the Online Backup functionality.&amp;nbsp; Of course a lot of things change when you leave a team before the first major milestone, so I can’t wait to fire this one up and see where the teammates I left behind took this product.&lt;/p&gt; &lt;p&gt;According to the &lt;a href=&quot;http://blogs.technet.com/b/windowsserver/archive/2012/10/09/windows-server-2012-essentials-released-to-manufacturing-available-for-evaluation-today.aspx&quot;&gt;Office Blog Post&lt;/a&gt; on the RTM announcement, the product highlights include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Enable a dynamic, modern work style with access from your devices by using Remote Web Access (RWA), and take advantage of Windows Phone 8 and Windows 8 devices for a superior experience with rich modern “My Server” apps.  &lt;li&gt;Enjoy peace of mind knowing that your data is well-protected by complementing your on-site backups with Windows Azure Online Backup, as well as utilizing integrated support for the new Windows 8 File History feature.  &lt;li&gt;Choose the email and collaboration option that’s right for you, whether that’s in the cloud with Office 365 or a hosted service provider, or running on a local server.  &lt;li&gt;Quickly and easily respond to increasing data capacity needs with support for &lt;a href=&quot;http://technet.microsoft.com/en-us/library/hh831739.aspx&quot;&gt;Storage Spaces&lt;/a&gt;, which allows you to create elastic, resilient storage for your files and folders.  &lt;li&gt;Run the line-of-business applications that you depend on by leveraging our greatly improved application compatibility, now with a single logo certification for all Windows Server 2012 editions.  &lt;li&gt;Purchase with confidence knowing that your technology investment can easily grow to Windows Server 2012 Standard if the needs of your business grow.  &lt;li&gt;Deploy today with full support for 19 languages, all releasing simultaneously.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;If you’re itching to try it like I am, you can pop on over to the evaluation &lt;a href=&quot;http://technet.microsoft.com/en-US/evalcenter/jj659306.aspx?wt.mc_id=TEC_133_1_14&quot;&gt;center and download the trial version today&lt;/a&gt;, which is also on MSDN or TechNet if you prefer those.&lt;/p&gt; &lt;p&gt;Please join me in congratulating the team on another launch of a fantastic product for small businesses.&amp;nbsp; And we all know you’re going to hook it up to Office365 right?? &lt;img class=&quot;wlEmoticon wlEmoticon-smile&quot; style=&quot;border-top-style: none; border-left-style: none; border-bottom-style: none; border-right-style: none&quot; alt=&quot;Smile&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvgbW6noAjUfqs2igi-5VbNV4hejmkBL8pYGx62SJ32qB9ZjNtpxv5ovtBYptW8zDIvxScdveoh5NT6r-S3mWgWvxi3OI1IIgk5GUaMskH3lNJ_Acg17HiqNVYPe1yJ8BzKtqTA/?imgmax=800&quot;&gt;&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;Copyright Sean Daniel. The data on the website is available &quot;AS IS&quot; with no warranties and confers no rights.&lt;/div&gt;</description><link>http://sbs.seandaniel.com/2012/10/windows-server-2012-essentials-rtm-and.html</link><author>noreply@blogger.com (Sean Daniel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvgbW6noAjUfqs2igi-5VbNV4hejmkBL8pYGx62SJ32qB9ZjNtpxv5ovtBYptW8zDIvxScdveoh5NT6r-S3mWgWvxi3OI1IIgk5GUaMskH3lNJ_Acg17HiqNVYPe1yJ8BzKtqTA/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></item></channel></rss>