web analytics

How to add no follow rel for comments in wordpress ?

You need to look at my code and edit your code accordingly, before that please read post carefully and create a backup of file functions.php 1.Open the functions.php file in ur current theme and put these code within php tags. What it will do: 1. Will add ‘no follow’ as rel in url , if ...

How to change New icon duration in SharePoint

!New icon in SharePoint is used to indicate newly added list items. It is used as a visual clue for users. Default duration of this icon is 2 days. Fortunately, using stsadm we can update that duration or even get rid of it, if required. To Change Duration: You can run stsadm.exe by using the ...

How to reset a Cisco Catalyst 2948G to factory defaults?

1. Connect via serial to console port (Use these terminal settings-9600 baud rate/No parity/8 data bits/1 stop bit) 2. Turn off the switch, and then turn the switch back on Wait a few minutes after the power reset, if necessary, for the switch to present the first password prompt. Important: After the presentation of the ...

How to Programmatically Inherit Master Page in SharePoint 2007

There are a couple of properties of SharePoint Object model [web_object].MasterUrl [web_object].CustomMasterUrl I set these properties but the child stite (seminar web site) was not inheriting the master page of the parent web. I further tried to copy these properties from the root web. web.MasterUrl = web.Site.RootWeb.MasterUrl; web.CustomMasterUrl = web.Site.RootWeb.CustomMasterUrl; web.AlternateCssUrl = web.Site.RootWeb.AlternateCssUrl; Then i ...

How to rename SharePoint 2010 Server Machine or VM

Simply renaming machine name hosting SharePoint is calling a disaster. You are not suppose to simply change server name and everything in SharePoint will resume its functionality on its own. However, changing server name is not that difficult either. One just have to follow right sequence of steps. So, here are the steps you must ...

Site last updated May 22, 2013 @ 3:30 pm