22nd July 2009

Cheat Sheets and Reference Guides for Web Professionals

cheat-sheets.gifCheat sheets and reference guides are useful for both beginners and advanced web professionals.

They can be used to help you remember syntax or as a tool to aid in memorization.In this post, we aim to cover the reference guides for all of the most commonly used platforms, software and coding languages.

In this web article you’ll find a compilation of the 30 most useful and well-organized cheat sheets, checklists and reference guides.

This is a Great resource for all of us. Here is the Article

posted in PHP, Utilities, .NET, Studies, Api, Ideas, Web Tools | 0 Comments

24th July 2007

VS2005 - Signtool requires CAPICOM version 2.1.0.1

When publishing a project if you get an error Error    32    SignTool reported an error SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the latest version of CAPICOM.dll into the directory that contains SignTool.exe. If CAPICOM.dll exists, you may not have proper permissions to install CAPICOM.


Follow these steps

  1. Download a self-extracting zip file from here.
  2. Extract capicom.dll from this zip file 
  3. Copy Paste capicom.dll into your “C:/windows/system32″ directory 
  4. click Start -> Run and type “REGSVR32 capicom.dll” and press OK 
  5. You should now be able to publish via ClickOnce.

posted in .NET | 0 Comments