<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Software</title>
        <link>http://www.vidmar.net/weblog/category/7.aspx</link>
        <description>Software</description>
        <language>en-US</language>
        <copyright>David Vidmar</copyright>
        <managingEditor>david@vidmar.net</managingEditor>
        <generator>Subtext Version 1.9.5.176</generator>
        <item>
            <title>Yes, you CAN try Google Chrome OS today!</title>
            <link>http://vidmar.net/weblog/archive/2009/11/20/yes-you-can-try-google-chrome-os-today.aspx</link>
            <description>&lt;p&gt;If you go to &lt;a href="http://discuss.gdgt.com/google/chrome-os/general/download-chrome-os-vmware-image/"&gt;gdgt&lt;/a&gt; you can download compiled version of Chrome OS pre-release in shape of virtual machine. &lt;/p&gt;  &lt;p&gt;Don’t expect too much, since it’s quite unstable, slow and it freezes a lot. If I didn’t miss anything it’s just &lt;a href="VMWare"&gt;Chrome browser&lt;/a&gt; that boots on it’s own. So, it’s far from XP/Vista/7 killer for now. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/YesyouCANtryGoogleChromeOStoday_13876/image_2.png" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/YesyouCANtryGoogleChromeOStoday_13876/image_thumb.png" width="575" height="480" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;So what would you rather do? &lt;a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html"&gt;Read more about Crome OS&lt;/a&gt; or try for yourself?&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Here are quick instructions for running Chrome OS in VirtualBox:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Download and install &lt;a href="http://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt; or upgrade to latest version if you have it installed. If you have VMware, even better.&lt;/li&gt;    &lt;li&gt;Download &lt;a title="http://gdgt.com/google/chrome-os/download/" href="http://gdgt.com/google/chrome-os/download/"&gt;Chrome OS VMware image&lt;/a&gt; (don’t bother with VirtualBox image, it doesn’t work for many and it didn’t work for me).&lt;/li&gt;    &lt;li&gt;Create new machine and&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;attach existing VMDK image as primary hard drive, &lt;/li&gt;      &lt;li&gt;give it 1 GB of RAM,&lt;/li&gt;      &lt;li&gt;leave network as it is (NAT),&lt;/li&gt;      &lt;li&gt;give video card more RAM, I simply went with max - 128 MB.&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Boot it! It should be up in seconds. &lt;/li&gt;    &lt;li&gt;Login with Google Account. &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;If you get “wrong password” error message, remember that you have US keyboard!&lt;/li&gt;      &lt;li&gt;If you get “no network” error message, turn network off/on, reboot and it will eventually start working.&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4727.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/11/20/yes-you-can-try-google-chrome-os-today.aspx</guid>
            <pubDate>Fri, 20 Nov 2009 21:13:02 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4727.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/11/20/yes-you-can-try-google-chrome-os-today.aspx#feedback</comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4727.aspx</wfw:commentRss>
        </item>
        <item>
            <title>WordPress email configuration on Windows/IIS</title>
            <link>http://vidmar.net/weblog/archive/2009/08/15/wordpress-email-configuration-on-windowsiis.aspx</link>
            <description>&lt;p&gt;WordPress is a breeze to install if you have PHP any MySQL in place. On Windows/IIS there are two dark holes, though.&lt;/p&gt;  &lt;p&gt;One is URL rewriting and the other is sending email about comments, forgotten passwords etc. Let’s talk about the second one today.&lt;/p&gt;  &lt;p&gt;If you enable &lt;a href="http://www.ruhanirabin.com/php-sendmail-setup-with-smtp-iis-and-windows-servers/"&gt;SMTP email sending in php.ini&lt;/a&gt; you are halfway there. But there is a good chance SMTP server will not accept your email if the mailbox is not local, since WordPress sends email from hardcoded address &lt;a href="mailto:wordpress@&amp;lt;your-domain"&gt;wordpress@&amp;lt;your-domain&lt;/a&gt;&amp;gt;. Also, this will not work if your SMTP server requires authentication.&lt;/p&gt;  &lt;p&gt;All this can be easily solved with &lt;a href="http://coffee2code.com/wp-plugins/configure-smtp/"&gt;Configure SMTP WP plugin&lt;/a&gt;. This plugin lets you configure SMTP sending details and even lets you use Gmail servers for sending mails. As usual, installation is dead simple, after you do it you just configure SMTP server details and it just works.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/WordPressemailconfigurationonWindowsIIS_12590/image_2.png" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/WordPressemailconfigurationonWindowsIIS_12590/image_thumb.png" width="420" height="363" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4706.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/08/15/wordpress-email-configuration-on-windowsiis.aspx</guid>
            <pubDate>Sat, 15 Aug 2009 18:52:27 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4706.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/08/15/wordpress-email-configuration-on-windowsiis.aspx#feedback</comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4706.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Free copy of Windows 7 Ultimate</title>
            <link>http://vidmar.net/weblog/archive/2009/08/10/free-copy-of-windows-7-ultimate.aspx</link>
            <description>&lt;p&gt;&lt;a rel="lightbox" href="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/FreecopyofWindows7Ultimate_11D85/image_6.png"&gt;&lt;img width="120" height="150" border="0" align="right" src="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/FreecopyofWindows7Ultimate_11D85/image_thumb_2.png" alt="image" title="image" style="border: 0px none ; display: inline; margin-left: 0px; margin-right: 0px;" /&gt;&lt;/a&gt;I was pleasantly surprised today, when I found out I’m eligible for free copy of Windows 7 Ultimate as a beta tester.&lt;/p&gt;
&lt;p&gt;Although I didn’t report any bugs, I was granted a retail license key and a download of x86 and x64 version of Windows 7.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;That’s just great! Thank you, Microsoft!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After installing Windows 7 of my wife’s laptop and couple machine at work, I’m more than convinced that Microsoft did few things right and Windows 7 will be a great system for years to come. I’ll repave my main home machine in couple of days.&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4703.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/08/10/free-copy-of-windows-7-ultimate.aspx</guid>
            <pubDate>Mon, 10 Aug 2009 18:18:22 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4703.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/08/10/free-copy-of-windows-7-ultimate.aspx#feedback</comments>
            <slash:comments>62</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4703.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Windows 7 RTM on MSDN/TechNet</title>
            <link>http://vidmar.net/weblog/archive/2009/08/06/windows-7-rtm-on-msdntechnet.aspx</link>
            <description>&lt;p&gt;Gentlemen, start you downloads! Windows 7 RTM is available for download on MSDN and TechNet. &lt;/p&gt;  &lt;p&gt;I haven’t seen Windows Server 2008 R2 yet.&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4701.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/08/06/windows-7-rtm-on-msdntechnet.aspx</guid>
            <pubDate>Thu, 06 Aug 2009 17:33:18 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4701.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/08/06/windows-7-rtm-on-msdntechnet.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4701.aspx</wfw:commentRss>
        </item>
        <item>
            <title>MS-CRM 4: 404 when executing web service methods from plug-in</title>
            <link>http://vidmar.net/weblog/archive/2009/08/04/404-when-executing-web-service-methods-from-ms-crm-4.aspx</link>
            <description>&lt;p&gt;I lost two days of my life over strange error in MS CRM in the past days. &lt;/p&gt;  &lt;p&gt;(Almost) nothing changed on the production server of one of our clients but, MS CRM went koo-koo every time plug-in kicked in and tried to do something on update message. I got different errors – with one plug-in (Celenia CRM Connector) I got “Object reference not set to an instance of an object”, with some other plug-in I got “401: Unauthorized” error. I checked everything and then everything again, but no luck. &lt;/p&gt;  &lt;p&gt;As a last resort I decided to write new plug-in and put some debugging code in. New plug-in that did little – it catched the update message and then retrieved current entity through web service. &lt;/p&gt;  &lt;p&gt;I got 404… Click! This made me check if &lt;a href="http://localhost"&gt;http://localhost&lt;/a&gt; points to MS CRM web site. It didn’t.&lt;/p&gt;  &lt;p&gt;I dug deeper and realized that fully patched (Rollup 5) MS CRM has a strange bug (feature?) in context.CreateCrmService() method. This method is called inside plug-in and plug-in always runs on the server. To the web service always points to &lt;a href="http://localhost[:port"&gt;http://localhost[:port&lt;/a&gt;], which in my case, was terribly wrong.&lt;/p&gt;  &lt;p&gt;After I restored the empty host header in my web site everything returned to normal. &lt;/p&gt;  &lt;p&gt;I lost two days over couple of clicks. How typical!&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4700.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/08/04/404-when-executing-web-service-methods-from-ms-crm-4.aspx</guid>
            <pubDate>Tue, 04 Aug 2009 19:38:57 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4700.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/08/04/404-when-executing-web-service-methods-from-ms-crm-4.aspx#feedback</comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4700.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft Office 2010: The Movie</title>
            <link>http://vidmar.net/weblog/archive/2009/07/13/microsoft-office-2010-the-movie.aspx</link>
            <description>&lt;object width="560" height="340"&gt;
&lt;param value="http://www.youtube.com/v/VUawhjxLS2I&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" name="movie" /&gt;
&lt;param value="true" name="allowFullScreen" /&gt;
&lt;param value="always" name="allowscriptaccess" /&gt;&lt;embed width="560" height="340" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/VUawhjxLS2I&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;p&gt;&lt;a href="http://www.office2010themovie.com"&gt;Office 2010 The Movie&lt;/a&gt;&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4696.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/07/13/microsoft-office-2010-the-movie.aspx</guid>
            <pubDate>Mon, 13 Jul 2009 11:36:53 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4696.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/07/13/microsoft-office-2010-the-movie.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4696.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Firefox 3.5 and LastPass 1.51.2</title>
            <link>http://vidmar.net/weblog/archive/2009/06/30/firefox-3.5-and-lastpass-1.51.2.aspx</link>
            <description>&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" align="left" src="http://www.mozilla.com/img/tignish/products/background-firefox-download.png" /&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" align="right" src="https://lastpass.com/images/lastpass.png" /&gt;If you just upgraded to still hot &lt;a href="http://www.mozilla.com/en-US/firefox/upgrade.html?from=getfirefox"&gt;Firefox 3.5&lt;/a&gt; and noticed that &lt;a href="https://lastpass.com"&gt;LastPass&lt;/a&gt; plugin is not compatible, don’t worry.&lt;/p&gt;  &lt;p&gt;It seems there is a bug somewhere (FF or LP, who knows) and reinstalling the same version of &lt;a href="https://lastpass.com/lp.php"&gt;LastPass Firefox plugin&lt;/a&gt; fixes it.&lt;/p&gt;  &lt;p&gt;How do you like Firefox 3.5 so far? Did you notice any speed improvements?&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4692.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/06/30/firefox-3.5-and-lastpass-1.51.2.aspx</guid>
            <pubDate>Tue, 30 Jun 2009 18:53:45 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4692.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/06/30/firefox-3.5-and-lastpass-1.51.2.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4692.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The best new feature in Windows 7</title>
            <link>http://vidmar.net/weblog/archive/2009/05/12/gretest-new-feature-in-windows-7.aspx</link>
            <description>&lt;p&gt;I just installed Windows 7 RC in Virtual PC and found that Windows 7 has a keyboard shortcut for creating new folder. Just press &lt;strong&gt;CTRL + SHIFT + N&lt;/strong&gt; and you got it! Finally!&lt;/p&gt;
&lt;p&gt;This alone will be the reason I’ll install Windows 7 as soon as it RTM’s! &lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4684.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/05/12/gretest-new-feature-in-windows-7.aspx</guid>
            <pubDate>Mon, 11 May 2009 23:09:40 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4684.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/05/12/gretest-new-feature-in-windows-7.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4684.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Windows Home Server available on MSDN</title>
            <link>http://vidmar.net/weblog/archive/2009/03/24/windows-home-serve-available-on-msdn.aspx</link>
            <description>&lt;p&gt; Since today, &lt;strong&gt;Windows Home Server is available for download for MSDN subscribers&lt;/strong&gt;. The main goal is to “ncrease awareness of Windows Home Server with a larger community of professional developers and help further grow the ecosystem of software applications built for Windows Home Server”.&lt;/p&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/WindowsHomeServeavailableonMSDN_A731/image_2.png"&gt;&lt;img width="420" height="297" border="0" src="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/WindowsHomeServeavailableonMSDN_A731/image_thumb.png" alt="image" style="border: 0px none ; display: inline;" title="image" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For more info, jump to &lt;a href="http://blogs.technet.com/homeserver/archive/2009/03/23/windows-home-server-now-available-on-msdn.aspx"&gt;Windows Homer Server Blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;On the same not &lt;strong&gt;Power Pack 2&lt;/strong&gt; &lt;strong&gt;is now available&lt;/strong&gt;. Download via Windows Update. &lt;a href="http://mswhs.com/2009/03/24/power-pack-2-is-here/"&gt;Philip has more info&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4679.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/03/24/windows-home-serve-available-on-msdn.aspx</guid>
            <pubDate>Tue, 24 Mar 2009 10:53:30 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4679.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/03/24/windows-home-serve-available-on-msdn.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4679.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Zenfolio Referral Code</title>
            <link>http://vidmar.net/weblog/archive/2009/03/09/zenfolio-referal-code.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://zenfolio.com"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://vidmar.net/weblog/images/vidmar_net/weblog/WindowsLiveWriter/ZenfolioReferalCode_13EE4/image_3.png" width="169" height="62" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I have lately began using &lt;a href="http://zenfolio.com"&gt;Zenfolio&lt;/a&gt; as my main photo repository and gallery. Why?&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="picasaweb.google.com" target="_blank"&gt;&lt;strong&gt;Picasa Web Albums&lt;/strong&gt;&lt;/a&gt; is great for albums I want to show my mom/mother in law/sister/… since is dead simple to browse. I still use it. &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.flickr.com/" target="_blank"&gt;&lt;strong&gt;Flickr&lt;/strong&gt;&lt;/a&gt; is great, but not for galleries and albums, only for couple of photos ni the series. Also, it’s not mom-friendly for kids photos and stuff. &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.smugmug.com" target="_blank"&gt;&lt;strong&gt;Smug Mug&lt;/strong&gt;&lt;/a&gt; is missing something. Don’t know what, but we just didn’t click. &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.zenfolio.com" target="_blank"&gt;&lt;strong&gt;Zenfolio&lt;/strong&gt;&lt;/a&gt; looks great, it’s easy to browse, can store all my photos in original format. It’s Picasa Web + Flickr + Smug Mug. I love it! &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you are going to buy a paid account, this is my referral code. If you use it, it’s $5 off for you and a 5$ bonus for me. Win win.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;My Zenfolio Referral Code: NPG-DD8-JZE&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://vidmar.net/weblog/aggbug/4676.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Vidmar</dc:creator>
            <guid>http://vidmar.net/weblog/archive/2009/03/09/zenfolio-referal-code.aspx</guid>
            <pubDate>Mon, 09 Mar 2009 21:42:29 GMT</pubDate>
            <wfw:comment>http://vidmar.net/weblog/comments/4676.aspx</wfw:comment>
            <comments>http://vidmar.net/weblog/archive/2009/03/09/zenfolio-referal-code.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://vidmar.net/weblog/comments/commentRss/4676.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>