in

Rexiology...

Rex Tang's Public Resources...

Browse by Tags

  • 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
  • Subversion 1.5.0 released…

    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 ,...
    Posted to Rexiology::Work (Weblog) by rextangtw on Fri, Jun 20 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
  • Snippet Compiler and related info…

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Sat, Jun 14 2008
  • 3 nice weather vista gadgets...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Mon, Jun 2 2008
  • compiling quantlib upon Visual Studio 2008...

    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,...
    Posted to Rexiology::Work (Weblog) by rextangtw on Fri, May 30 2008
  • CommunityServer 2008 is available...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Mon, Apr 21 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 12 (114 items) 1 2 3 4 5 Next > ... Last »
Copyright Rex Tang, 2000 ~ 2010
Powered by Community Server (Non-Commercial Edition), by Telligent Systems