in

Rexiology...

Rex Tang's Public Resources...

Browse by Tags

  • Some Groove 2007 Tips...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Mon, Dec 8 2008
  • Auto-Indent HTML source in Notepad++ using TextFX Html Tidy

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Wed, Aug 27 2008
  • Change default View Source editor of IE

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Wed, Aug 27 2008
  • Slipstream / Servicing Windows 2008 Server iso image with Hyper-V RTM bits...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Tue, Aug 12 2008
  • Free Hex Editor…

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Tue, Jun 17 2008
  • T-SQL: Convert Hex String to VarBinary...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Sat, Jan 12 2008
Page 1 of 1 (6 items)
Copyright Rex Tang, 2000 ~ 2010
Powered by Community Server (Non-Commercial Edition), by Telligent Systems