-
crosspost from http://blogs.msdn.com/rextang so we are finally at the stage of service-in our CRM Project to customer. since we did use CRM Outlook Client, when there are official patch updates, we won't be able to manually install them to all the client. thanks to client auto-update features, we...
-
crosspost from http://blogs.msdn.com/rextang As in my CRM 4.0 design and deployment project we are reaching the end part of testing deployment phase. the Outlook Add-in I made using VSTO 3.0 with ClickOnce deployment will finally need to be deployed to client side and it's the time I am facing those...
-
crosspost from http://blogs.msdn.com/rextang # Remove an account in a machine which cannot logged in due to password forgotten Just tried to re-activate some of my old groove accounts in my other PCs and found that I forget the password set long time ago... (normally inside MS we had internal password...
-
crosspost from http://blogs.msdn.com/rextang Am started investigating CRM 4.0’s aspx source for custimization. had the requirements of re-indenting aspx/html code so that I can see the table layout structure and others. here is the quick note about using TextFX Html Tidy in Notepad++ to do the html auto...
-
crosspost from http://blogs.msdn.com/rextang started playing around CRM 4.0 customization. need to view the page html source often and need a good xml / html tag editor! I choosed Notepad++ for my tag editor, found it pretty useful. and now got the question about using it by default when I view the page...
-
crosspost from http://blogs.msdn.com/rextang Just finished slipstream / servicing the windows 2008 server x64 iso image for using in my HPC server 2008 computing node provisioning (I would like my computing nodes to use Hyper-V Native network driver on Enterprise and MPI NIC to have high-speed access...
-
crosspost from http://blogs.msdn.com/rextang [via gslin ] [via Collabnet blog ] Subversion just released its latest version 1.5.0 , currently linux version is available for download , windows version will be little later scheduled at 6/24 and solaris version at 6/26. according to the release notes ,...
-
crosspost from http://blogs.msdn.com/rextang Trying to install some Linux boxes on Hyper-V RC1 to try MONO and some HPC approaches but hit the gfxboot boot hang problems . tried WinISO and UltraISO to edit the ISO files but seems those software had problem dealing with Linux ISO files. found this Ubuntu...
-
crosspost from http://blogs.msdn.com/rextang Saw Jeffrey’s post that he made a simple .net compiling environment himself named Mini C# Lab and later found the powerful Snippet Compiler , which is exactly what he was creating. this triggered me to do some search about it and like to leave a memo in this...
-
crosspost from http://blogs.msdn.com/rextang The original Vista weather gadget just didn't get the weather info from internet after I reinstalled one of my notebook. thus I had to try to find another one. during the search found those 3 that's pretty good in look also good for use: Ranking 1...
-
crosspost from http://blogs.msdn.com/rextang Spent couple months digging in Microsoft HPC Server 2008 (a.k.a HPC v2) deployment and now it's time to toy some HPC codes. As I am working for servicing Financial Industry, and recently got tasks to write some financial model codes to test in HPC v2,...
-
crosspost from http://blogs.msdn.com/rextang per Rob Harward's blog last week, CommunityServer 2008 is now available for download. although my personal blog site only used the blog features for 3 blogs, I'll still consider upgrading to this version and try out the new features... need to squeeze...
-
crosspost from http://blogs.msdn.com/rextang Here is some conversion functions in SQL Server... To convert between int and hex values, by referring to this post : SELECT 'Int -> Hex' SELECT CONVERT(VARBINARY(8), 16777215) SELECT 'Hex -> Int' SELECT CONVERT(INT, 0xFFFFFF) To convert...
-
crosspost from http://blogs.msdn.com/rextang Ok, so I just did it again... and don't know how to put it back... orz In Vista, when you suddenly put your screen rotated by pressing some key-combination that you don't even know, here is the answer ... In Vista when you want to rotate your screen...
-
crosspost from http://blogs.msdn.com/rextang ScottGu wrote a simple general FAQ of newly released Visual Studio 2008 and TFS 2008 . the good news is that VS2005 can access TFS 2008 and vise versa VS2008 can also access TFS2005. what I need from this FAQ is the download url of VS2008 Team Explorer! lazy...