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
  • 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
  • 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
  • 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
  • Download url of TFS explorer 2008...

    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...
    Posted to Rexiology::Work (Weblog) by rextangtw on Tue, Dec 4 2007
  • Hanselman's 2007 Ultimate Tool List update...

    crosspost from http://blogs.msdn.com/rextang Should be a little late after Scott updated this (at 2007/08/24). Scott Hanselman 's Ultimate Tool List update is alwasy a good source for checking about nice utilities that enhance power user's efficency. check it out if you didn't do it yet this...
    Posted to Rexiology::Work (Weblog) by rextangtw on Tue, Oct 16 2007
  • Compare Cells in Excel Sheets and mark differences with colors...

    crosspost from http://blogs.msdn.com/rextang Just got a task that there is a database table which got row add / delete / updates and wants to compare and mark out differences in Excel sheets. Input: Original Database Table named "orgTable" Updated Database Table named "rstTable" orgTable...
    Posted to Rexiology::Work (Weblog) by rextangtw on Fri, Sep 28 2007
Page 1 of 6 (52 items) 1 2 3 4 5 Next > ... Last »
Copyright Rex Tang, 2000 ~ 2010
Powered by Community Server (Non-Commercial Edition), by Telligent Systems