<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DigiKev &#187; Microsoft</title>
	<atom:link href="/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://digikev.co.uk</link>
	<description>Building experiences &#124; Web design, interface design, information architecture and user experience</description>
	<lastBuildDate>Thu, 05 Nov 2009 22:06:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working smarter: Using Xobni to make Outlook social</title>
		<link>http://digikev.co.uk/04-05-2008/working-smarter-using-xobni-to-make-outlook-social/</link>
		<comments>http://digikev.co.uk/04-05-2008/working-smarter-using-xobni-to-make-outlook-social/#comments</comments>
		<pubDate>Sun, 04 May 2008 22:23:53 +0000</pubDate>
		<dc:creator>Kevin Rapley</dc:creator>
				<category><![CDATA[Social Web]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[Lifehacker]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[social email]]></category>
		<category><![CDATA[working smarter]]></category>
		<category><![CDATA[Xobni]]></category>

		<guid isPermaLink="false">http://www.digikev.co.uk/digikevwp/?p=18</guid>
		<description><![CDATA[Xobni, pronounced zob-knee is the spelling of inbox backwards. Groundbreaking! It is also the name of new software currently in Beta and rated by Microsoft and Bill Gates. Xobni plugs into the Microsoft Outlook sidebar to bring a much more social way for relating to our contacts. Using a powerful analytics package it is able [...]]]></description>
			<content:encoded><![CDATA[<p>Xobni, pronounced zob-knee is the spelling of inbox backwards. Groundbreaking! It is also the name of new software currently in Beta and rated by Microsoft and Bill Gates. <a href="http://www.xobni.com/" rel="external">Xobni plugs into the Microsoft Outlook sidebar</a> to bring a much more social way for relating to our contacts. Using a powerful analytics package it is able to show you who your top contacts are, send to receive ratios and map out the time of day you usually receive emails from a particular contact. The part that excites me most is the way in which it tracks conversations.<br />
<span id="more-80"></span><br />
I spend far too many minutes during the day searching through previously received emails to keep track of current tasks. Xobni eliminates this by being able to search through an entire conversation from contacts on a particular thread of emails. This is all completed within the Xobni sidebar system so I don&#8217;t even have to leave the current email that I have displayed in my view pane. Xobni also has the ability to extract contacts telephone numbers and add them to a profile. If you are a Skype user, functionality is added to contact from the sidebar. This will be of huge use at both work and as a freelancer being able to search through emails as if it is a logical conversation.</p>
<p>Thanks to <a href="http://lifehacker.com/386997/xobni-beta-now-open-to-the-public" rel="external">Gina Trapani from Lifehacker</a> for the heads up on this. Watch Xobni in action.</p>
<p><object width="425" height="355" data="http://www.youtube.com/v/9YhpdKa-NgY" type="application/x-shockwave-flash"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/9YhpdKa-NgY" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://digikev.co.uk/04-05-2008/working-smarter-using-xobni-to-make-outlook-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why aren&#8217;t experts like Microsoft being expert?</title>
		<link>http://digikev.co.uk/03-05-2008/why-arent-experts-like-microsoft-being-expert/</link>
		<comments>http://digikev.co.uk/03-05-2008/why-arent-experts-like-microsoft-being-expert/#comments</comments>
		<pubDate>Sat, 03 May 2008 22:32:54 +0000</pubDate>
		<dc:creator>Kevin Rapley</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ASP NET]]></category>
		<category><![CDATA[authorities]]></category>
		<category><![CDATA[click here]]></category>
		<category><![CDATA[Dino Esposito]]></category>
		<category><![CDATA[experts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.digikev.co.uk/digikevwp/?p=21</guid>
		<description><![CDATA[It shocks me to see web programming examples breaking the rules of accessibility and common practices in published books. I don’t feel it sets the greatest of examples to anyone trying to get a foot in the industry when supposed authorities on subjects cannot even get it correct in their own publications. Take Microsoft Press [...]]]></description>
			<content:encoded><![CDATA[<p>It shocks me to see web programming examples breaking the rules of accessibility and common practices in published books. I don’t feel it sets the greatest of examples to anyone trying to get a foot in the industry when supposed authorities on subjects cannot even get it correct in their own publications. Take Microsoft Press for instance. Programming Microsoft ASP.NET 3.5, published 2008. This is written by Dino Esposito, an authority on ASP.NET and AJAX. When it comes to writing HTML he seems to have forgotten the fact that we keep the code in lowercase. All of his HTML examples begin with a capital letter. Now I understand that ASP.NET is different and uses some uppercase characters for server side controls, but please let us not forget the industry standard for writing static HTML. Long have the days passed when HTML tags were written in complete uppercase and contained now deprecated elements such as FONT and CENTER.Furthermore another example I have spotted failed to include a DOCTYPE and the appropriate XML format for closing a HR tag. I realise this is not the purpose of the book and that the level of reader will most likely have a full understanding of how we conduct ourselves as web designer and developers in 2008. But why do experts insist on writing poor examples?<br />
<span id="more-79"></span><br />
Let me take this even further. Being an organisation that should be getting this correct, Microsoft will bear the brunt of this again for not. There are plenty of examples within the Microsoft website where use of inaccessible and erroneous terms such as ‘click here’. Going back to the Microsoft Press example too, I was studying a script for SilverLight where it would display a message if a user did not have the plugin installed on their machine. This was again ‘click here to…’. If these are such expert guides to the technology for developing next-generation websites, then I think more care should be put in to eradicating these poor phrases and terms so that the next generation of web designers know not to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://digikev.co.uk/03-05-2008/why-arent-experts-like-microsoft-being-expert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

