Archive for March, 2010

 

Making POST request with XMLHTTPRequest

 
Overview I was debugging on a Web App with AJAX features, situation was that one of the AJAX call fails when too many items (values) are passed to server side. By looking at the JavaScript I saw that “GET” method was used to make the AJAX call with XMLHTTPRequest object. Knowing that “GET” method [...]

Continue reading

 
 

Sysprep a Windows Server 2003 SP2 VPC

 
Overview Sysprep is a tool to prepare a system for system cloning. One of the common use is to clone a base VPC for testing/development. The benefit of sysprep is that it make every newly cloned VPC to have unique SID and/or computer name, so that SID conflict will not happen after the cloning [...]

Continue reading