Navigation |

March 14, 2009

My New Toy

This mice rocks… Elevate your skills with a revolutionary mouse designed to provide you with unprecedented performance, handling, and adaptability. Customize your mouse with every game you play using advanced software and adjustable accessories. Use the first ever LCD display on a gaming mouse for macro recording and DPI settings to reduce on-screen interference during [...]

Filed by Paul Gu at March 14th, 2009 under Miscellaneous
No comments on this post yet

February 6, 2009

Classic Hits by Microsoft Songsmith

"Wonderwall" by Oasis: Get the latest Flash Player to see this player. [Javascript required to view Flash movie, please turn it on and refresh this page] document.getElementById(“player1″).style.display = “”; var s1 = new SWFObject(“/wp-content/plugins/player.swf”,”player1″,”320″,”200″,”7″); s1.addParam(“wmode”,”transparent”); s1.addParam(“allowscriptaccess”,”always”); s1.addParam(“allowfullscreen”,”true”); s1.addVariable(“height”,”200″); s1.addVariable(“width”,”320″); s1.addVariable(“file”,”/wp-content/videos/music/Wonderwall_by_Oasis.flv”); s1.addVariable(“image”,”/wp-content/videos/music/Wonderwall_by_Oasis.jpg”); s1.addVariable(“backcolor”,”0xffffff”); s1.addVariable(“frontcolor”,”0xFF00CC”); s1.addVariable(“lightcolor”,”0x3399CC”); s1.addVariable(“screencolor”,”0xeeeeee”); s1.addVariable(“logo”,”/wp-content/plugins/gulogo.png”); s1.addVariable(“link”,”/wp-content/videos/music/Wonderwall_by_Oasis.flv”); s1.addVariable(“volume”,”100″); s1.write(“player1″);

Filed by Paul Gu at February 6th, 2009 under Miscellaneous
No comments on this post yet

WMI script to update send handler host

In BizTalk Server 2004, sometime we need to update host for a send handler, the script below will do the job. Option Explicit ‘ wbemChangeFlagEnum Setting const UpdateOnly = 1 UpdateSendHandler ‘ MSBTS_ReceiveHandler host association update Sub UpdateSendHandler () ‘Get the command line arguments entered for the script Dim Args: Set Args = WScript.Arguments ‘error [...]

Filed by Paul Gu at February 6th, 2009 under BizTalk
No comments on this post yet

WMI script to update receive handler host

In BizTalk Server 2004, sometime we need to update host for a receive handler, the script below will do the job. Option Explicit ‘ wbemChangeFlagEnum Setting const UpdateOnly = 1 UpdateReceiveHandler ‘ MSBTS_ReceiveHandler host association update Sub UpdateReceiveHandler () ‘Get the command line arguments entered for the script Dim Args: Set Args = WScript.Arguments ‘error [...]

Filed by Paul Gu at February 6th, 2009 under BizTalk
No comments on this post yet

WMI script to update orchestration host

In BizTalk Server 2004, sometime we need to update host for a batch of orchestrations, the script below will become very handy. Option Explicit EnlistOrchHost Sub EnlistOrchHost() ‘Get the command line arguments entered for the script Dim Args: Set Args = WScript.Arguments ‘error handling is done by explicity checking the err object rather than using [...]

Filed by Paul Gu at February 6th, 2009 under BizTalk
No comments on this post yet

February 2, 2009

Always create Multiple hosts with BizTalk

When you install BizTalk on a machine you get one default host. Let’s say you use that host for SQL / FTP / FILE and orchestrations. Now if a lot of files are dumped into the default instance BizTalk will start throtteling the default host. This has impact on all the recieve adapters that use [...]

Filed by Paul Gu at February 2nd, 2009 under BizTalk
No comments on this post yet

August 24, 2008

Search Companion Starts If You Double-Click a Folder or Drive

If you double-click a drive or folder, Search Companion may start and the drive or folder may not open. ‘Search’ will be the top most in the right-click context menu for a folder or drive. This usually happens after adding/modifying the  File Folder or  Drive entries via the Folder Options File Types dialog, as an [...]

Filed by Paul Gu at August 24th, 2008 under Windows
No comments on this post yet