Thursday, March 24, 2011

StyleCop 4.4

StyleCop 4.4 Beta 1 is now available for download This release provides full support for C# and .net framework 4.0, and also provides integration into VS2010 and VS2008.
download link here
StyleCop 4.4 for VS2010 and VS2008


Saturday, March 5, 2011

How to find your facebook friend's location?

Where my friends be?
facebook friend's geographic location in google map.
Add your facebook account to WhereMyFriends website and then you can see your friend's location in google map.
good luck
website link
wheremyfriends

Thursday, March 3, 2011

How to add Meta keyword to your BlogSpot

First you need sign into your blogger account.
Then click the Design>Edit Html tab.
In that, you can see this line of code under <head> section
 <b: include data='blog' name='all-head-content'/>
Then you enter your Meta keywords below the above code of line.
Example of Meta tag
         <Meta content='DESCRIPTION' name='description'/>
         <Meta content='KEYWORDS' name='keywords'/>
         <Meta content='AUTHOR' name='author'/>
Replace the orange colors words with your appropriate contents.
You can also create your Meta tag from 

Then save template and publish your blogs.