<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>George Tsiokos' blog</title>
	<link>http://george.tsiokos.com</link>
	<description>on c#, .NET, SharePoint, Windows and OS X</description>
	<pubDate>Thu, 09 Oct 2008 13:51:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>Vista RC1 shutdown notification</title>
		<link>http://george.tsiokos.com/posts/2006/09/11/vista-rc1-shutdown-notification/</link>
		<comments>http://george.tsiokos.com/posts/2006/09/11/vista-rc1-shutdown-notification/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 16:06:13 +0000</pubDate>
		<dc:creator>George Tsiokos</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://george.tsiokos.com/posts/2006/09/11/vista-rc1-shutdown-notification/</guid>
		<description><![CDATA[The shutdown notifications need additional work in Windows Vista RC1:

Run cmd.exe with administrative privileges
Run the following command:
	shutdown /s /t 600
Abort the shutdown with this command:
	shutdown /a

Notification of an aborted system shutdown in Beta 2 had a strange title:

Luckily, Microsoft has enhanced the title in RC1, but there is still room for improvement:

]]></description>
			<content:encoded><![CDATA[<p>The shutdown notifications need additional work in Windows Vista RC1:</p>
<ol>
<li>Run cmd.exe with administrative privileges</li>
<li>Run the following command:<br />
	<code>shutdown /s /t 600</code></li>
<li>Abort the shutdown with this command:<br />
	<code>shutdown /a</code></li>
</ol>
<p>Notification of an aborted system shutdown in Beta 2 had a strange title:<br />
<img id="image78" src="http://george.tsiokos.com/wp-content/uploads/2006/09/vista-shutdown-beta-2.jpg" alt="You are about to be logged off. The scheduled shutdown has been cancelled." /></p>
<p>Luckily, Microsoft has enhanced the title in RC1, but there is still room for improvement:<br />
<img id="image79" src="http://george.tsiokos.com/wp-content/uploads/2006/09/vista-shutdown-rc1.JPG" alt="Logoff is cancelled. The scheduled shutdown has been cancelled." /></p>
]]></content:encoded>
			<wfw:commentRss>http://george.tsiokos.com/posts/2006/09/11/vista-rc1-shutdown-notification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More inaccuracies</title>
		<link>http://george.tsiokos.com/posts/2006/08/20/more-inaccuracies/</link>
		<comments>http://george.tsiokos.com/posts/2006/08/20/more-inaccuracies/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 13:40:00 +0000</pubDate>
		<dc:creator>George Tsiokos</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://george.tsiokos.com/posts/1969/12/31/more-inaccuracies/</guid>
		<description><![CDATA[Daring fireball reveals hypocrisy on a comparison between Windows and Mac OS X. After reading both posts, I’ve found more inaccuracies with Paul Thurrott's preview of the new Mac OS X.]]></description>
			<content:encoded><![CDATA[<p>Daring fireball <a href="http://daringfireball.net/2006/08/jackass_paul_thurrott">reveals hypocrisy</a> on a comparison between Windows and Mac OS X. After reading both posts, I’ve found more inaccuracies with Paul Thurrott&#8217;s <a href="http://www.winsupersite.com/showcase/macosx_leopard_preview.asp">preview</a> of the new Mac OS X.</p>
<blockquote><p>Time Machine is a truly good idea: It helps you automatically back up everything on your system and restore earlier versions of files at any time. (1)</p></blockquote>
<p>It’s much more than just files - it&#8217;s data. Time Machine includes an API for applications to backup/restore data – such as contacts or browser favorites. Unlike other backup software or OS features, you can individually restore a contact deleted in the past using the software that created the contact, Address Book, and Time Machine. This is not possible with any technology Microsoft has shipped or has announced for Vista. The API can be used by applications to support incremental backups of data inside of the application’s data store – instead of the <em>entire data store</em> (think Personal Folders.pst).</p>
<blockquote><p>But this was a great idea over three years ago when Microsoft first added it to Windows Server 2003 as Volume Shadow Copy (VSC, or &#8220;Previous Versions&#8221; to end users). (1)</p></blockquote>
<p>Snapshots are a more advanced technology (2) that are technically better than a file copy for point in time backups of an entire disk volume. So, Microsoft added a better technology (than file copy) to Windows Server 2003 &#038; Windows Vista. Time Machine uses a “file system event notification system” (2) to determine which files to copy the files to the backup device. Since snapshots require source volume, and the idea is to backup to an external volume or network location, snapshots (on their own) are not a viable solution.</p>
<p>That’s why Microsoft is shipping both <a href="http://www.microsoft.com/windowsvista/features/foreveryone/backup.mspx">Previous Versions and Windows Backup</a> as part of Vista. A user can rely on Windows Backup to restore all of the applications and data or selected file types. Previous Versions represents a convenient way to restore files by right-clicking the file, selecting properties, and browsing through the list of every snapshot taken of the file. Windows Backup is slow, performs full and incremental backups, and will notify the user when they should create a new, full backup. Previous Versions is fast and data is stored on the source volume along with the actual data without annoying user prompts. Windows Backup is a traditional backup application, and traditionally, most people do not use these applications.</p>
<p>(1) <a href="http://www.winsupersite.com/showcase/macosx_leopard_preview.asp">Apple Mac OS X Leopard Preview: Who&#8217;s the Copycat Now?</a><br />
(2) <a href="http://arstechnica.com/staff/fatbits.ars/2006/8/15/4995">Time Machine and the future of the file system</a></p>
]]></content:encoded>
			<wfw:commentRss>http://george.tsiokos.com/posts/2006/08/20/more-inaccuracies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ClickOnce does not support mandatory user profiles</title>
		<link>http://george.tsiokos.com/posts/2006/01/12/clickonce-does-not-support-mandatory-user-profiles/</link>
		<comments>http://george.tsiokos.com/posts/2006/01/12/clickonce-does-not-support-mandatory-user-profiles/#comments</comments>
		<pubDate>Fri, 13 Jan 2006 02:46:32 +0000</pubDate>
		<dc:creator>George Tsiokos</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[ClickOnce]]></category>

		<guid isPermaLink="false">http://george.tsiokos.com/posts/2006/01/12/clickonce-does-not-support-mandatory-user-profiles/</guid>
		<description><![CDATA[When attempting to install a ClickOnce application when using mandatory user profiles, you may receive an error message similar to the following:

The manifest may not be valid or the file could not be opened
Manifest XML signature is not valid
The profile for the user is a temporary profile

Please rate and validate this problem at the MSDN [...]]]></description>
			<content:encoded><![CDATA[<p>When attempting to install a ClickOnce application when using mandatory user profiles, you may receive an error message similar to the following:</p>
<ul>
<li>The manifest may not be valid or the file could not be opened</li>
<li>Manifest XML signature is not valid</li>
<li><strong>The profile for the user is a temporary profile</strong></li>
</ul>
<p>Please rate and validate this problem at the <a href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=8eba2e10-e890-428c-b4e4-6ad54f347c0d">MSDN Microsoft Product Feedback Center</a> so Microsoft responds with a solution or workaround.</p>
]]></content:encoded>
			<wfw:commentRss>http://george.tsiokos.com/posts/2006/01/12/clickonce-does-not-support-mandatory-user-profiles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WSS-RSS Version 1.4</title>
		<link>http://george.tsiokos.com/posts/2005/07/04/wss-rss-14/</link>
		<comments>http://george.tsiokos.com/posts/2005/07/04/wss-rss-14/#comments</comments>
		<pubDate>Mon, 04 Jul 2005 22:18:26 +0000</pubDate>
		<dc:creator>George Tsiokos</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://george.tsiokos.com/posts/2005/07/04/wss-rss/</guid>
		<description><![CDATA[I have released a new version of my <a href="http://george.tsiokos.com/projects/wss_rss/">Windows SharePoint Services RSS/ATOM reader</a>. It now supports the two most requested optional features: items displayed in a new window &#038; not displaying item descriptions.]]></description>
			<content:encoded><![CDATA[<p>I have released a new version of my <a href="http://george.tsiokos.com/projects/wssrss/">Windows SharePoint Services RSS/ATOM reader</a>. It now supports the two most requested features: items optionally displayed in a new window &#038; optionally displaying item descriptions. As with previous versions, you may generate DWP files for use in SharePoint directly from my website or, for companies with tight security, download the source and perform the transformation locally.</p>
<p>For proxy servers &#038; faster performance, I recommend downloading <a href="http://www.gnu.org/software/wget/wget.html">Wget</a> to automatically retrieve RSS feeds from outside the company to a locally run web server. Wget can retrieve remote RSS feeds through proxies that require authentication. You can create a batch file that runs Wget against all external RSS feeds, and configure it to run as a scheduled task. Then, point msxsl to the local web server&#8217;s cached copy to generate the DWP file. In this configuration, WSS-RSS will retrieve the RSS feed from your local web server for display in SharePoint. You should also lower SharePoint&#8217;s cache time of WSS-RSS because it is retrieving the feed locally. Because the latency and bandwidth favor your local network, performance will be greatly improved. I will provide a downloadable sample shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://george.tsiokos.com/posts/2005/07/04/wss-rss-14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows SharePoint Services RSS (WSS-RSS)</title>
		<link>http://george.tsiokos.com/posts/2005/01/11/wss-rss/</link>
		<comments>http://george.tsiokos.com/posts/2005/01/11/wss-rss/#comments</comments>
		<pubDate>Tue, 11 Jan 2005 22:00:00 +0000</pubDate>
		<dc:creator>George Tsiokos</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://george.tsiokos.com/posts/2005/01/11/wss-rss/</guid>
		<description><![CDATA[SharePoint RSS/ATOM reader - XSL converts RSS to a native Windows SharePoint Services DataViewWebPart DWP file - No binaries, installation or server configuration necessary.]]></description>
			<content:encoded><![CDATA[<p><strong>SharePoint RSS/ATOM reader</strong></p>
<p><img id="image72" src="http://george.tsiokos.com/wp-content/uploads/2006/08/sharepoint.gif" alt="Microsoft SharePoint RSS feed rendered by the DataViewWebPart with the help of WSS-RSS" /></p>
<p>XSL converts RSS to a native Windows SharePoint Services DataViewWebPart <strong>DWP</strong> file.</p>
<ul>
<li>No binaries, installation or server configuration necessary.</li>
<li>Supports RSS versions 0.90, 0.91, 0.92, 1.0, and 2.0.</li>
<li>Supports the Atom Syndication Format 0.3.</li>
<li>Supports Microsoft&#8217;s Channel Definition Format.</li>
<li>Html output is similar to the links list summary view.</li>
<li>Title, Description, and DetailLink come from the RSS channel element.</li>
<li>RSS 2.0&#8217;s time to live attribute or RSS 1.0&#8217;s syndication module are used to determine cache time for the webpart.</li>
<li>Please <a href="mailto:george@tsiokos.com">email me</a> any suggestions/bugs/fixes.</li>
<li>Absolutely free: MIT License.</li>
</ul>
<p>Known issues:</p>
<ul>
<li>Does not support feeds requiring authentication.</li>
<li>Sometimes doesn&#8217;t support feeds containing accents.</li>
</ul>
<p>The service has moved to <a href="http://sharepointrss.com">SharePointRSS.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://george.tsiokos.com/posts/2005/01/11/wss-rss/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
