<?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>Nacimota.com &#187; first impressions</title>
	<atom:link href="http://www.nacimota.com/tag/first-impressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nacimota.com</link>
	<description>Technology, Gaming and Development</description>
	<lastBuildDate>Wed, 26 Oct 2011 07:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>First Impressions: WebMatrix 2.0 beta</title>
		<link>http://www.nacimota.com/2011/10/26/first-impressions-webmatrix-2-beta/</link>
		<comments>http://www.nacimota.com/2011/10/26/first-impressions-webmatrix-2-beta/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 04:24:08 +0000</pubDate>
		<dc:creator>Nacimota</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[first impressions]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[WebMatrix]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.nacimota.com/?p=394</guid>
		<description><![CDATA[If you asked me, &#8220;what is the worst Microsoft product you&#8217;ve ever used?&#8221; I would probably reply with the word &#8216;FrontPage&#8217;. Then most people stare at me for a moment and say, &#8220;I thought you were going to say Windows &#8230; <a href="http://www.nacimota.com/2011/10/26/first-impressions-webmatrix-2-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you asked me, &#8220;<em>what is the worst Microsoft product you&#8217;ve ever used?</em>&#8221; I would probably reply with the word &#8216;FrontPage&#8217;. Then most people stare at me for a moment and say, &#8220;<em>I thought you were going to say Windows Me.</em>&#8221;</p>
<p>It&#8217;s true; Windows Me was a very rushed project and had countless issues with stability and general design. However, I hold up FrontPage as the worse product because it stuck around longer and did more damage to the web, while Windows Me was just laughed off stage by the general public.</p>
<p>FrontPage&#8217;s problem &#8211; or rather, one of its problems, for there were several &#8211; was that it targeted a novice audience and provided a WYSIWYG interface. There&#8217;s no problem with either of these things, it&#8217;s the combination that makes them bad. Contrary to popular (or perhaps, elitist) opinion, WYSIWYG can be a powerful tool in the hands of an experienced developer who understands the HTML/CSS behind it. In the hands of a novice, it easily creates two things: websites that are complete rubbish and web designers who have no real technical understanding of how websites work.</p>
<p>So when I first stumbled upon <a title="Microsoft WebMatrix" href="http://www.microsoft.com/web/webmatrix/">WebMatrix</a> (Microsoft&#8217;s newest attempt at capturing the novice web designer audience) back in August, my stomach churned with dread. Memories of FrontPage came flooding back faster than you can say the word &#8220;frameset&#8221;.</p>
<p>After reminding myself that it isn&#8217;t fair to judge a product you&#8217;ve never used solely on the history of the developer, I decided to give WebMatrix a shot. Astonishingly, it&#8217;s actually not that bad.<span id="more-394"></span></p>
<p>The first major thing I noticed was that there is no WYSIWYG interface, which was a bit of a shock. The editor is essentially a standard code editor with line numbers and syntax highlighting for multiple languages such as HTML, CSS and JavaScript. It also has highlighting for a number of server-side languages including &#8211; much to my surprise &#8211; PHP.</p>
<p>Auto-completion has been added with the WebMatrix 2 beta and it’s more or less what you would expect from Microsoft’s <a title="Wikipedia: IntelliSense" href="http://en.wikipedia.org/wiki/IntelliSense">IntelliSense</a> team. It provides easy access to reference material for a variety of languages. I feel this is especially important with PHP because it has a very large, relatively unorganized, inconsistently named collection of functions that no human could possibly memorize. It’s such an important feature that I think not including it in the original release of WebMatrix was a mistake.</p>
<div id="attachment_398" class="wp-caption aligncenter" style="width: 610px"><a href="http://files.nacimota.com/2011/10/webmatrix-intellisense.png" rel="lightbox[394]"><img class="size-large wp-image-398" title="WebMatrix IntelliSense" src="http://files.nacimota.com/2011/10/webmatrix-intellisense-600x145.png" alt="" width="600" height="145" /></a><p class="wp-caption-text">WebMatrix&#39;s autocomplete (IntelliSense) showing some PHP functions</p></div>
<div id="attachment_399" class="wp-caption aligncenter" style="width: 610px"><a href="http://files.nacimota.com/2011/10/webmatrix-colour-picker.png" rel="lightbox[394]"><img class="size-large wp-image-399" title="WebMatrix Inline Colour Picker" src="http://files.nacimota.com/2011/10/webmatrix-colour-picker-600x397.png" alt="" width="600" height="397" /></a><p class="wp-caption-text">Along with autocomplete, the WebMatrix 2 beta also introduces an inline colour picker.</p></div>
<p>There’s not much else to say about the code editor. It’s relatively light on some of the more advanced features that have become commonplace in most IDEs; code folding, for example, is notably absent.</p>
<p>With the WebMatrix 2 beta in front of me, I decided to try deploying one of the available CMS options. I went with WordPress for two reasons. Firstly, I wanted to see WebMatrix working with a product not designed for a Microsoft platform (WordPress is powered by PHP and MySQL, both of which can run on Windows but it&#8217;s not the same as a CMS specifically designed for the Windows environment like DotNetNuke). Secondly, WordPress is something I&#8217;m already very familiar with (this blog runs on WordPress, in case you didn&#8217;t notice).</p>
<div id="attachment_395" class="wp-caption aligncenter" style="width: 610px"><a href="http://files.nacimota.com/2011/10/webmatrix-quickstart.png" rel="lightbox[394]"><img class="size-large wp-image-395" title="WebMatrix Quickstart" src="http://files.nacimota.com/2011/10/webmatrix-quickstart-600x440.png" alt="" width="600" height="440" /></a><p class="wp-caption-text">Site from Web Gallery</p></div>
<p>Because WebMatrix is bundled with an express version of IIS 7.5 (which it uses as a local testing environment), when I downloaded WordPress I was also forced to download PHP and MySQL versions for IIS.</p>
<p>One thing I noticed with the WordPress installation was that I wasn&#8217;t able to specify my own database name and credentials. This can be a problem on shared hosting where users are sometimes forced to have their database names prefixed with their username or something similar. In this instance, it was necessary to manually edit the configuration file after WordPress was uploaded to the server.</p>
<p>The upload was done over FTP; Web Deploy was offered as an alternative publishing method but once again, that&#8217;s an IIS specific feature and here we&#8217;re dealing with Apache on FreeBSD.</p>
<p>The FTP transfer succeeded without issue but I was very disappointed with the transfer monitoring tools (or lack thereof). The user is presented with a yellow box at the bottom of the window which displays the path to the current file at the top of the transfer queue along with links to cancel the transfer and to view the transfer log. It does not indicate fundamental information you would expect from the most basic FTP clients like how many files have finished transferring; how many files are still in the queue; the size, transfer rate or progress of the file currently at the top of the queue.</p>
<div id="attachment_396" class="wp-caption aligncenter" style="width: 610px"><a href="http://files.nacimota.com/2011/10/ftp-upload.jpg" rel="lightbox[394]"><img class="size-large wp-image-396" title="WebMatrix FTP Transfer" src="http://files.nacimota.com/2011/10/ftp-upload-600x397.jpg" alt="" width="600" height="397" /></a><p class="wp-caption-text">WordPress being deployed via FTP</p></div>
<p>Furthermore, clicking the &#8220;Log&#8221; link opens a static copy of the log in Notepad. There are so many things wrong with this. The log is not updated on the user&#8217;s screen in real time (you have to close notepad and click the link again to reopen the latest version). Notepad being a plain text editor, you also miss out on highlighting and a lot of other useful features often used in logging systems. The whole FTP experience feels overly simplified to the point that it&#8217;s just barely functional. I&#8217;m not sure if this is because Microsoft wants to encourage people to use Web Deploy or because they just haven&#8217;t had a chance to work on the FTP side of things. All I can say is the FTP interface needs a lot of attention.</p>
<div id="attachment_397" class="wp-caption aligncenter" style="width: 610px"><a href="http://files.nacimota.com/2011/10/ftp-log.png" rel="lightbox[394]"><img class="size-large wp-image-397" title="WebMatrix FTP log" src="http://files.nacimota.com/2011/10/ftp-log-600x335.png" alt="" width="600" height="335" /></a><p class="wp-caption-text">WebMatrix&#39;s FTP log</p></div>
<p>With all of the above said, it&#8217;s hard to see how WebMatrix is really much of an improvement over traditional methods when it comes to deploying a CMS like WordPress. It uses more or less the same process but it seems like there&#8217;s more hoops to jump through and I&#8217;m not sure what the goal is supposed to be. Once you have the CMS installed you shouldn&#8217;t really have to do much more coding, if any at all (we&#8217;re targeting the novice market, remember). In that case, you&#8217;re basically using WebMatrix as a crippled FTP browser; even Windows Explorer would be a better option.</p>
<p>Getting back to user-created content, WebMatrix basically combines a file browser, a code editor, and a simplified IIS management interface into one package. The local project management works pretty well from what I can see and the tabbed editor provides a good coding experience especially given the addition of autocomplete.</p>
<p>Overall I think it&#8217;s a great project with a lot of potential, but there is significant room for improvement. I&#8217;m still undecided as to whether I would recommend WebMatrix to an amateur web developer. If all you&#8217;re looking to do is deploy an existing CMS like WordPress, don&#8217;t bother. Stick to the installation instructions bundled with those packages; at this point, WebMatrix adds nothing of substance to the process. If on the other hand you&#8217;re starting a site from scratch or you&#8217;re learning the basics of HTML/CSS, well this might just be the tool for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nacimota.com/2011/10/26/first-impressions-webmatrix-2-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Impressions: Internet Explorer 9</title>
		<link>http://www.nacimota.com/2010/09/18/first-impressions-internet-explorer-9/</link>
		<comments>http://www.nacimota.com/2010/09/18/first-impressions-internet-explorer-9/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 04:41:54 +0000</pubDate>
		<dc:creator>Nacimota</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[first impressions]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nacimota.com/?p=263</guid>
		<description><![CDATA[Microsoft&#8217;s latest iteration of Internet Explorer 9 comes in the form of a much anticipated beta. There&#8217;s a lot of stuff to see in this new version that has been well overdue, as well as some nifty new features that &#8230; <a href="http://www.nacimota.com/2010/09/18/first-impressions-internet-explorer-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s latest iteration of Internet Explorer 9 comes in the form of a much anticipated beta. There&#8217;s a lot of stuff to see in this new version that has been well overdue, as well as some nifty new features that I haven&#8217;t seen elsewhere. The most impressive feature of IE9 is its new rendering engine, which in terms of standards compliance and support for features such as CSS3 and HTML5 has finally caught up with the rest of the market. IE9 also supports hardware accelerated rendering which seems to be something everybody in the industry is interested in doing. Since Trident 5.0 uses DirectWrite, the Windows Desktop Manager, and other technologies not compatible with Windows XP, Internet Explorer only runs on Windows Vista SP2 and Windows 7.  </p>
<p><span id="more-263"></span><strong>The Interface</strong>  </p>
<p>An important part of a web browser (or any application for that matter) is the user interface. It&#8217;s one of the most immediately noticeable things when you start the beta for the first time. A particularly awkward change is the relocation of the tabs to the right of the address bar. This strikes me as a little odd, and I wouldn&#8217;t be at all surprised to see a very negative reaction from customers regarding the move. After some thought, it occurs to me that indeed, there is no reason that the address bar needs to consume the entire width of the browser window; however, to make the most of a tabbed browsing experience, the tabs need to have as much space as possible. Squashing them in next to the address bar doesn&#8217;t add much to the browsing experience unless you count the thirty odd pixels worth of vertical space saved, but on high resolution screens which dominate the consumer market today, the space saved is tiny and is not worth the detriment to the tabbing interface. You can actually resize the width of address bar, but you don&#8217;t want it to be so small that you can barely see the domain name. So the effect on the tabs is still quite strong, especially if you&#8217;re a heavy tabs user.  </p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/09/ieaddressbar.png" rel="lightbox[263]"><img class="size-medium wp-image-264 aligncenter" title="IE9 Address Bar and Tabs" src="http://files.nacimota.com/2010/09/ieaddressbar-300x46.png" alt="" width="300" height="46" /></a></p>
<p>The search box has been merged with the address bar. This is also awkward at first but I think it&#8217;s a change I can get used to. It does this particularly annoying thing where it goes straight to the &#8220;top result&#8221; in the search, but sometimes it just shows the search page. After a bit of investigating, I found you can turn this off in the search options, but in my opinion its inconsistency and unpredictability makes it a fairly useless feature to begin with.  </p>
<p>You may be noticing a trend, which is that Microsoft is going for a very minimalist approach to IE9&#8242;s GUI, cutting it down as much as possible so that it&#8217;s the webpage that stands out, not the browser itself. While this can work for some people, it doesn&#8217;t for everyone, especially power users; it would be okay if there was room for customization, but there isn&#8217;t. I really want to see the option to move those tabs back to their own space below the address bar.  </p>
<p>Despite the tab bar&#8217;s unnecessary displacement, tab management has improved. You can now drag a tab out of the window to form its own window, or drag a tab into another window.  </p>
<div id="attachment_265" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.nacimota.com/2010/09/ietabdrag.png" rel="lightbox[263]"><img class="size-medium wp-image-265" title="IE9 Tab Dragging" src="http://files.nacimota.com/2010/09/ietabdrag-300x165.png" alt="" width="300" height="165" /></a><p class="wp-caption-text">Dragging a tab outside of a window</p></div>
<p> A new feature which IE  has desperately needed for many years now is a download manager. It&#8217;s such a relief to finally see this implemented. Downloading in previous versions was messy at best; each download would have its own window which couldn&#8217;t be paused, and support for large files (anything over a gigabyte or so) was virtually non-existent. Downloads are now managed in a single window and can be paused and resumed. A default download folder can be set to avoid the &#8220;Save As&#8230;&#8221; prompt you&#8217;re usually hit with in previous versions. Large files are now supported properly as well. Curiously enough, there is neither a progress bar nor a download speed indicator in the download manager, the latter of which strikes me as one of the fundamental elements of any download manager, so it&#8217;s a bit strange for it not to be present.</p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/09/iedownloadmanager.png" rel="lightbox[263]"><img class="size-medium wp-image-271 aligncenter" title="IE9 Download Manager" src="http://files.nacimota.com/2010/09/iedownloadmanager-300x181.png" alt="" width="300" height="181" /></a></p>
<p>In a further effort to make the interface less disruptive, Microsoft has moved the notification bar to the bottom of the screen. This actually works too well for me, and I&#8217;ve heard similar comments from people in the community. Typically your focus is at the top of the browser to the middle, when content gets down low, people usually scroll up. Several times the notification bar has popped up and I have failed to notice it for some time. It&#8217;s great that the overall browsing experience isn&#8217;t interrupted, but notifications are important and should be a little more noticeable. This is another area where I think there should be more customization available. Given the option to move the notification bar back to the top of the browser and to set which notifications can appear would be an improvement.</p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/09/ienotificationbar.png" rel="lightbox[263]"><img class="size-medium wp-image-275 aligncenter" title="IE9 Notification Bar" src="http://files.nacimota.com/2010/09/ienotificationbar-300x29.png" alt="" width="300" height="29" /></a></p>
<p><strong>Performance and Standards Compliance</strong></p>
<p>Another thing that&#8217;s immediately noticeable when I first opened the beta is that it starts up much faster than previous versions of Internet Explorer. This seems like the first version of IE where performance has been a major design goal. Microsoft has replaced the <a title="JavaScript benchmark results" href="http://ieblog.members.winisp.net/images/Dean_PPB4_6.png" rel="lightbox[263]">abhorrently slow</a> JavaScript engine used in previous versions with a completely new engine dubbed &#8220;Chakra&#8221;. At the time of writing, the IE9 beta scores 95/100 on <a title="Wikipedia: Acid3" href="http://en.wikipedia.org/wiki/Acid3">Acid3</a> which is a significant improvement on IE8&#8242;s score of 20. Hopefully we&#8217;ll see that score reach the 100 mark in a future build prior to release. The beta also completely passes the <a title="CSS3.info Selectors Test" href="http://tools.css3.info/selectors-test">selectors test</a> at CSS3.info. The new engine has full support for HTML5 including the canvas element and various media components such as H.264 video. SVG is also fully supported, including both SVG files and inline SVG elements.</p>
<p>Hardware accelerated rendering makes for a much smoother browsing experience, especially on pages that are rich in content. For instance, since images are held in the GPU&#8217;s private memory, re-rendering pages rich in images is remarkably fast. The use of DirectWrite results in much nicer looking text.</p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/09/Ted_FullGPU_1.png" rel="lightbox[263]"><img class="size-medium wp-image-274 aligncenter" title="IE9 Rendering Process" src="http://files.nacimota.com/2010/09/Ted_FullGPU_1-300x167.png" alt="" width="300" height="167" /></a></p>
<p>There&#8217;s still some things that need to be ironed out but overall, the renderer in IE9 is a fantastic improvement on older versions.</p>
<p><strong>Windows 7 Integration</strong></p>
<p><img class="alignright size-full wp-image-278" title="IE9 Taskbar JumpList" src="http://files.nacimota.com/2010/09/ietaskbar.png" alt="" width="292" height="333" />One of the more interesting and unique features of the IE9 beta is how it integrates with Windows 7. You can pin sites to the taskbar by dragging a tab down to an empty space on the bar, much the same way as you would pin a regular windows application. Launching a pinned site starts a customized IE window with custom coloured back and forward buttons and so on. Sites can also have custom JumpList items, icon overlays, and thumbnail buttons, as well as the ability to make the taskbar button flash using a combination of meta tags and JavaScript. This works well with Facebook. Whenever there is a notification, Facebook adds a red asterisk-like overlay on the taskbar icon, which allows you to keep an eye on it using only cursory attention. I&#8217;ll probably write up a tutorial on how to use these features in the future but since IE9 is still in beta I think it might be best to wait and see what happens further on in the development cycle.</p>
<p style="text-align: center;"><img class="size-full wp-image-281 aligncenter" title="IE9 Facebook Taskbar Icon Overlay" src="http://files.nacimota.com/2010/09/ietaskbaroverlay.png" alt="" width="188" height="40" /></p>
<p>Some simpler Windows 7 features are also present, such as Aero Snap on tabs that you drag to edge of the screen.</p>
<p><strong>Conclusion</strong></p>
<p>As always, it&#8217;s important to note that when we&#8217;re dealing with a beta, we&#8217;re dealing with an unfinished product so you have to keep in mind that anything can change before release (although my experience with Microsoft tends to be that feature-wise, their betas are almost identical to the final product in most cases). Having said that, overall I&#8217;m quite impressed with this release. I think Microsoft can say for the first time in a very long time that they are at least on the same level as their competitors in the web browser market. The new layout engine and renderer and infinitely better than what was available in previous manifestations of IE, both in terms of performance and features. The Windows 7 integration is very nice and makes for some interesting web applications in the future. The main thing I&#8217;m bothered with by this release is the overly simplified UI. It works, but it just doesn&#8217;t have the necessary power and flexibility that I think a web browser of today should have. I really, really, really want to see at least the option of moving those tabs back down to their own space. I&#8217;m eager to see a future build, as this is definately a step in the right direction for Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nacimota.com/2010/09/18/first-impressions-internet-explorer-9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>First Impressions: Windows Live Messenger 2010</title>
		<link>http://www.nacimota.com/2010/07/01/first-impressions-wlm-2010/</link>
		<comments>http://www.nacimota.com/2010/07/01/first-impressions-wlm-2010/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:50:08 +0000</pubDate>
		<dc:creator>Nacimota</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[first impressions]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>

		<guid isPermaLink="false">http://www.nacimota.com/?p=231</guid>
		<description><![CDATA[Microsoft has just released a beta of their upcoming 2010 version of Windows Live Messenger. I decided to download it and explore. The first thing I noticed was that much like Internet Explorer 9 and some other Microsoft products, Windows &#8230; <a href="http://www.nacimota.com/2010/07/01/first-impressions-wlm-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-232 alignright" title="Windows Live Messenger Logo" src="http://files.nacimota.com/2010/07/wlm.png" alt="Windows Live Messenger" width="241" height="59" />Microsoft has just released a beta of their upcoming 2010 version of Windows Live Messenger. I decided to download it and explore. The first thing I noticed was that much like Internet Explorer 9 and some other Microsoft products, Windows Live Messenger 2010 appears to be exclusive to Windows Vista and Windows 7 users. Whether this is an attempt to encourage users to upgrade from Windows XP or an actual prerequisite for the product to work correctly, I can only speculate. Alas, it appears that Microsoft is starting to completely neglect its XP users when it comes to developing future products.</p>
<p><span id="more-231"></span>The primary focus of this particular iteration of Windows Live Messenger appears to be on integrating with social networking sites. Users can now attach their Windows Live accounts to popular sites such as Facebook, MySpace, YouTube, Last.fm, flickr, etc. I even managed to connect to my WordPress-powered blog (this website).</p>
<div id="attachment_234" class="wp-caption alignleft" style="width: 310px"><a href="http://files.nacimota.com/2010/07/full-view.jpg" rel="lightbox[231]"><img class="size-medium wp-image-234 " title="WLM 2010 Full View" src="http://files.nacimota.com/2010/07/full-view-300x256.jpg" alt="WLM 2010 Full View" width="300" height="256" /></a><p class="wp-caption-text">Full View (bonus points if you can spot the advertisement)</p></div>
<p>The first thing I noticed when the client window opened was that it&#8217;s significantly larger than usual. More than half the client window is dedicated to social networking stuff (your contacts&#8217; updates to Facebook, blogs, etc.). Personally, I don&#8217;t really use social networking sites so the change seems like a complete waste of space to me. Thankfully, antisocial users like myself are given the option of switching back to the old &#8220;compact&#8221; view. If you&#8217;re not fond of advertisements, you probably won&#8217;t like the full view, which displays a large ad below the contact list.</p>
<p>Your nickname can no longer be changed from the options window and after a bit of investigation, it seems that it can only be changed via your profile on live.com. This is probably to eliminate the hassle of setting up your name across multiple Live services. Other than that, the compact view looks virtually the same as the previous version.</p>
<p>Moving on to the conversation window, another large advertisement presents itself at the bottom of the window, pushing the input textbox up by about 50 pixels, which is pretty damn invasive. Fortunately, this ad can be collapsed and fully disabled within the options window, but in my opinion it has no business being there to begin with.</p>
<div id="attachment_247" class="wp-caption alignright" style="width: 310px"><a href="http://files.nacimota.com/2010/07/conversation.jpg" rel="lightbox[231]"><img class="size-medium wp-image-247 " title="Conversation Window" src="http://files.nacimota.com/2010/07/conversation-300x164.jpg" alt="Conversation Window" width="300" height="164" /></a><p class="wp-caption-text">A typical conversation</p></div>
<p>One of the major changes to the conversation window is that all of the tools and options have been moved to the bottom of the window and tabs have been added to the top. &#8220;What kind of tabs?&#8221;, I hear you say. By default, conversations in the 2010 version of Messenger are all amalgamated into a single tabbed window, much like modern web browsers. This seems to be a much neater experience as opposed to having multiple conversation windows spread all over the desktop, but there is a certain level of utility in being able to have conversations in their own windows. You can switch back to the old system in the options window, but what would be really nice is the ability to drag a tabbed conversation out to form its own window, much like you can in Visual Studio.</p>
<p>Photo sharing has been polished, but I still think it should be an optional feature as it makes sending image files a frustrating experience. The character limit on messages appears to be increased which is a good thing.</p>
<p>All of the emoticons have been remade and a bunch of new ones have been added. There seems to be more animated emoticons now as well, so keep that in mind when looking at the screenshot.</p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/07/emoticons.jpg" rel="lightbox[231]"><img class="size-full wp-image-249 aligncenter" title="New Emoticons" src="http://files.nacimota.com/2010/07/emoticons.jpg" alt="New Emoticons" width="275" height="212" /></a></p>
<p>For Windows 7 users, they&#8217;ve taken the status shortcuts out of the jump list and moved them into the thumbnail preview for the client window, similar to the playlist controls on the Windows Media Player thumbnail.</p>
<p style="text-align: center;"><a href="http://files.nacimota.com/2010/07/status-buttons.jpg" rel="lightbox[231]"><img class="size-full wp-image-251 aligncenter" title="WLM Status Buttons" src="http://files.nacimota.com/2010/07/status-buttons.jpg" alt="WLM Status Buttons" width="398" height="253" /></a></p>
<p>Overall, there&#8217;s some nice features that have been added but unless you&#8217;re a social network user (and statistics say you are), you&#8217;re probably not going to see a significant difference between 2010 and the current version; it&#8217;s still in beta though, so there could be more features on the way but I think that&#8217;s unlikely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nacimota.com/2010/07/01/first-impressions-wlm-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

