Blog
RationalDev is collection of computer programming thoughts from reading internet articles, books, commercial experience and attempted rational thinking to help others in the future
Always Expand Menu in Office
Are you tired of clicking menu options in Office, here is how to auto expand that menu.
The IIS Admin service terminated with service-specific error 2148073478 (0x80090006)
Fixing the IIS Admin service terminating with error 2148073478.
Configuring .NET FTPS in FtpWebRequest to Ignore the Proxy Settings
Here are some tips on how to configure FTPS for .NET using the FtpWebRequest object and ignore a proxy
java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor
Fixing java.lang.NoSuchMethodError org.objectweb.asm.ClassVisitor error
Hibernate And Database Views (MyEclipse View Generation)
View generation in MyEclipse with Hibernate
Access Denied Error: MOSS 2007 Sharepoint Designer
If you get Access Denied Error in MOSS 2007 Sharepoint Designer, try this tip.
Drupal Multi-site Configuration Tips
Tips on how to run multiple sites with Drupal.
Delete Old Unwanted Code - Don't Leave It Commented Out Or Uncalled
Tip to delete unwanted code when programming.