<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Glavs Blog - All Comments</title><link>http://weblogs.asp.net/pglavich/default.aspx</link><description>The dotDude of .Net</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Sydney Architecture User Group ??? Next Meeting: Why Windows Azure ... | Museum And Art</title><link>http://weblogs.asp.net/pglavich/archive/2009/11/10/sydney-architecture-user-group-next-meeting-why-windows-azure-is-not-just-generic-brand-web-hosting.aspx#7250496</link><pubDate>Tue, 10 Nov 2009 12:32:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250496</guid><dc:creator>Sydney Architecture User Group ??? Next Meeting: Why Windows Azure ... | Museum And Art</dc:creator><author>Sydney Architecture User Group ??? Next Meeting: Why Windows Azure ... | Museum And Art</author><description>&lt;p&gt;Pingback from &amp;nbsp;Sydney Architecture User Group ??? Next Meeting: Why Windows Azure ... | Museum And Art&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250496" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 Sydney Architecture User Group ??? Next Meeting: Why Windows Azure is not just Generic Brand Web Hosting -         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/pglavich/archive/2009/11/10/sydney-architecture-user-group-next-meeting-why-windows-azure-is-not-just-generic-brand-web-hosting.aspx#7250408</link><pubDate>Tue, 10 Nov 2009 09:26:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250408</guid><dc:creator>Twitter Trackbacks for                 Sydney Architecture User Group ??? Next Meeting: Why Windows Azure is not just Generic Brand Web Hosting -         [asp.net]        on Topsy.com</dc:creator><author>Twitter Trackbacks for                 Sydney Architecture User Group ??? Next Meeting: Why Windows Azure is not just Generic Brand Web Hosting -         [asp.net]        on Topsy.com</author><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sydney Architecture User Group ??? Next Meeting: Why Windows Azure is not just Generic Brand Web Hosting - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250408" width="1" height="1"&gt;</description></item><item><title>re: Media Player in Vista and Codec Hell</title><link>http://weblogs.asp.net/pglavich/archive/2006/12/24/media-player-in-vista-and-codec-hell.aspx#7249771</link><pubDate>Mon, 09 Nov 2009 12:59:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249771</guid><dc:creator>olin dirdam</dc:creator><author>olin dirdam</author><description>&lt;p&gt;Could somebody please help me how to make my WMP plays movies in all formats with audible dialogue?&lt;/p&gt;
&lt;p&gt;I installed just recently the shark codec 4.5.8 in my netbook. The video works perfectly but the audio does not.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249771" width="1" height="1"&gt;</description></item><item><title>re: Media Player in Vista and Codec Hell</title><link>http://weblogs.asp.net/pglavich/archive/2006/12/24/media-player-in-vista-and-codec-hell.aspx#7249628</link><pubDate>Mon, 09 Nov 2009 09:10:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249628</guid><dc:creator>Nilo</dc:creator><author>Nilo</author><description>&lt;p&gt;I just recently installed shark codec 5.4.8 to my sony netbook to play some movies. In VLC player all video formats wont play continuously. It stops intermittently. &amp;nbsp;While in Windows Media Player, video works perfectly but the audio is not. You can hear background sound but the conversation/dialogue is not audible. I really appreciate somebody that could help me on this. Many thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249628" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET AJAX Web Service Proxies</title><link>http://weblogs.asp.net/pglavich/archive/2006/10/24/ASP.NET-AJAX-Web-Service-Proxies.aspx#7249042</link><pubDate>Sun, 08 Nov 2009 00:00:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249042</guid><dc:creator>Arthur Hill</dc:creator><author>Arthur Hill</author><description>&lt;p&gt;arthurleehill@gmail.com&lt;/p&gt;
&lt;p&gt;Help, I am working my way thru the ASP.Net tutorials on AJAX. &amp;nbsp;I created a WebMethod&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;[WebMethod]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public string ConcatHello(string NameIn)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return &amp;quot;Hello World &amp;quot; + NameIn;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;When I go to call it in a javascript function I get the following required parameters (String,onSuccess,onFailed,userContext)&lt;/p&gt;
&lt;p&gt;The last 3 obviously coming from the proxy prototype in your blog. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;What values are to be entered for the last three parameters. &amp;nbsp;The video I am watching is obviously out of date and I am stuck. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;Art&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249042" width="1" height="1"&gt;</description></item><item><title>re: Windows Easy Transfer</title><link>http://weblogs.asp.net/pglavich/archive/2007/04/12/windows-easy-transfer.aspx#7246874</link><pubDate>Wed, 04 Nov 2009 13:38:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246874</guid><dc:creator>ahha</dc:creator><author>ahha</author><description>&lt;p&gt;Windows Easy Transfer can be vveerryy ssllooww... It found 245GB in my account and over 1000GB in shared. &amp;nbsp;I have a spare 1.5TB so I let it run. &amp;nbsp;After 4 days (yes 96 hours) and at a mig file of 748GB it said &amp;quot;disk error&amp;quot; - sorry - start over. &amp;nbsp;AARRGGHH!! &amp;nbsp;Use the customize and only transfer 250GB or smaller chunks. &amp;nbsp;Even then it will take a day or more to transfer :( &amp;nbsp;don&amp;#39;t know why but it is very slow even on a fast external drive. I wish there was a way to xfer to an internal HDD and then pull the internal drive and use that, say in an external USB enclosure to transfer the settings back.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246874" width="1" height="1"&gt;</description></item><item><title>re: WCF, IErrorHandler and propagating faults</title><link>http://weblogs.asp.net/pglavich/archive/2008/10/16/wcf-ierrorhandler-and-propagating-faults.aspx#7243331</link><pubDate>Fri, 30 Oct 2009 15:46:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243331</guid><dc:creator>Piotr Justyna</dc:creator><author>Piotr Justyna</author><description>&lt;p&gt;Man, you saved me a day, great job!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243331" width="1" height="1"&gt;</description></item><item><title>re: MCTS in WCF</title><link>http://weblogs.asp.net/pglavich/archive/2008/04/20/mcts-in-wcf.aspx#7241266</link><pubDate>Wed, 28 Oct 2009 08:28:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7241266</guid><dc:creator>King</dc:creator><author>King</author><description>&lt;p&gt;Oh ,well done!!&lt;/p&gt;
&lt;p&gt;In my opinion, some advice or experience from the microsoft certfication blog such as microsoftkit.com or weblogs .com &amp;nbsp;is very useful for us,which can help us better prepare my exam.&lt;/p&gt;
&lt;p&gt;SO,please share us your experience ,Glav.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7241266" width="1" height="1"&gt;</description></item><item><title>re: Windows Easy Transfer</title><link>http://weblogs.asp.net/pglavich/archive/2007/04/12/windows-easy-transfer.aspx#7240956</link><pubDate>Tue, 27 Oct 2009 22:55:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7240956</guid><dc:creator>whall</dc:creator><author>whall</author><description>&lt;p&gt;The first few times I used Windows Easy Transfer it was a breeze. &amp;nbsp;That was on builds 7000, 7057 and RC1. &amp;nbsp;Now I&amp;#39;m on legit W7 enterprise (SA version), trying to transfer a 143GB profile from a build RC1 export and it&amp;#39;s been running for 24+ hours. &amp;nbsp;The &amp;quot;transfer time&amp;quot; fluctuates between 1day 1hr all the way to 8 days. &amp;nbsp;The thermometer bar is moving (sometimes). &amp;nbsp;The disk lights (on firewire drive and internal drive) are blinking every once in a while, but because it locks the screen with &amp;quot;Do not use this computer until the transfer is complete&amp;quot; it&amp;#39;s messed up.&lt;/p&gt;
&lt;p&gt;Just thought I&amp;#39;d put it out there in case anyone else sees it.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7240956" width="1" height="1"&gt;</description></item><item><title>re: SAUG – Sydney Architecture User Group</title><link>http://weblogs.asp.net/pglavich/archive/2009/10/15/saug-sydney-architecture-user-group.aspx#7232967</link><pubDate>Mon, 19 Oct 2009 12:51:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232967</guid><dc:creator>Greg Koulax</dc:creator><author>Greg Koulax</author><description>&lt;p&gt;Guys, Well done and best of luck with the user group. I congratulate you on the premiere night. Keep up the great work and dedication. Cheers Greg&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232967" width="1" height="1"&gt;</description></item></channel></rss>