Fixing Keychain Access issues in Mac osx using keychain first aid
Keychain Access in Mac stores all the passwords and certificates for websites and applications including proxy authentication. This is a handy tool in mac osx to store password in secured…
Compiling dynamic link library (DLL) file using Visual Studio 2008 tools for application
As you might know iTextsharp is one of the most popular opensource library for PDF printing in ASP.NET website. Recently I have come across with the security issue running iTextsharp…
Redirect to another page based on select list value in APEX
Redirect user to different page in APEX is tricky some times. I have tried to use button and branch to page but did not have good luck in one of…
Open FancyBox on button click event using jquery
Fancybox is very useful javascript plugin to open popup window to display more data in different page or in the same page. It is quite flexible to work with and…