Change MOSS and WSS Passwords

 @echo off
rem for more info please see http://support.microsoft.com/kb/934838
rem central admin
echo *** Updating Central Admin password
“%commonprogramfiles%\Microsoft Shared\Web server extensions\12\BIN\Stsadm.exe” -o updatefarmcredentials -userlogin %1 -password %2
rem other app pools
echo *** Updating app pool passwords
“%commonprogramfiles%\Microsoft Shared\Web server extensions\12\BIN\Stsadm.exe” -o updateaccountpassword -userlogin %1 -password %2 -noadmin
rem ssp – new
echo *** Updating ssp password for new installs
“%commonprogramfiles%\Microsoft Shared\Web server extensions\12\BIN\Stsadm.exe” [...]

Sharepoint Out of memory OOM exception

Issue
====
You may receive but no all of the following:
following errors are displayed on a sharepoint page
Failed to render “Title” column because of an error in the “Single line of text” field type control. See details in log. Exception message: Server out of memory there is no memory on the server to run your program. please [...]

SPDisposeCheck now released

Microsoft has now released SPDisposeCheck. This tool will assist SharePoint developers in making sure that SharePoint objects are being disposed of correctly.
For more information please see: http://code.msdn.microsoft.com/SPDisposeCheck