TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
June 2009 - Posts
-
Scenario A parent document contains a frame that loads a file which content is dynamic and you want the frame to not scroll and autosize the height of the frame. Solution function autoResizeParent() { // if no parent don't attempt to change if (parent Read More...
|
-
Scenario Have some perl code that wants to access Microsoft SQL Server 2005. The SQL Server is configured to only allow SSL connections for security reasons. Solution Here are the parts you will need: Perl on Linux (given) DBI ... http://dbi.perl.org/ Read More...
|