28 April, 2012

Custom Robots.txt

Robots.txt file helps you allow or block the search engine Robots to Crawl/index the pages. Now you can control what content you want to crawl or ignore by search engine. 
 
Not only this now you can use the robots.txt file to block search engines from crawling different parts of your blog like pages, archives, tags.  You can also add sitemap URL to BlogSpot’s robots.txt file for indexing. 
 
You can access the robots.txt file of any blog by visiting this url (http://yourblog.blogspot.com/robot.txt)
Warning!! If you don’t have much knowledge about this, never try to changing or Modifiying this file because it can effect the search engine visibility.

Custom 404 Error Page

This Custom 404 Error Page is one of the most awaited feature by Google and time to say Bye bye to Blogger default Error Page not found page. 

A 404 Not Found Page usually appears when visitor lands on a page that does not exist on your blog or URL mistake.  

Now you can easily add Custom 404 Not Found pages to your Error Pages. Check this picture below how you can set a custom 404 page.

 

25 April, 2012

Not able to download audit reports


Auditing is an important feature in SharePoint. Auditing maintains a log of the actions performed on content in a site collection. Administrators can retrieve the entire history of actions — from a particular user or date range.

If you want to learn as how to configure audit settings then please refer the following article: http://office.microsoft.com/en-us/sharepoint-server-help/configure-audit-settings-for-a-site-collection-HA010099726.aspx

Coming back to the main point: One of our clients has raised a ticket with us by mentioning: They are not able to download ‘content viewing’ reports.

What exactly is happening as they are not able to download?
·         Open the SharePoint site on which you are working on
·         Site actions
·         Site settings
·         Site collection administration section
·         Audit log reports
·         Whenever we clicks on ‘content viewing report’ to download
·         It prompts for credentials
·         After entering the correct username and password, it keeps the login prompt as it is and finally ‘you are not authorized to view this page’

What is the reason behind this issue / proper explanation?
Audit settings can be configured at the site collection level only. The logs are maintained in the dbo.AuditData table of the respective content database.

You will find an excellent explanation here:

Resolution:
stsadm -o trimauditlog
   -url <URL name>
   -date <YYYYMMDD>
   -databasename <database name>
   [-databaseserver] <database server name>

Important instructions:
·         If you are providing the site collection URL then there is no need to provide database name as well as database server name
·         Let’s assume that your client wants the audit data in between 21 September 2011 to 25 April 2012 then the date parameter will be 20110921, so the data before this will be deleted or u can call it as trimmed.

Note: This operation is available after the Infrastructure Update for Microsoft Office Servers is installed. This functionality is available only by using Stsadm.

If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issuesJ J

24 April, 2012

Delete a permission level

We can choose which permissions are associated with these permission levels (except for the Limited Access and Full Control permission levels) or add new permission levels to combine different sets of permissions. We can associate permissions with permission levels and also associate permission levels with users and SharePoint groups. Users and SharePoint groups are associated with securable objects such as sites, lists, list items, libraries, folders within lists and libraries, and documents.

-: How to Delete a permission level:-
§  On the Site Settings page
§  In the Users and Permissions section
§  Click advanced permissions.
§  If the Settings menu is not available, select Manage Permissions of Parent from the Actions menu.
§  On the Permissions page
§  On the Settings menu
§  Click Permission Levels.
§  On the Permission Levels page
§  Select the check boxes for the permission levels you want to delete, and then click Delete Selected Permission Levels.
§  Click OK to confirm.

If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues J J

Copy a permission level

We can choose which permissions are associated with these permission levels (except for the Limited Access and Full Control permission levels) or add new permission levels to combine different sets of permissions. We can associate permissions with permission levels and also associate permission levels with users and SharePoint groups. Users and SharePoint groups are associated with securable objects such as sites, lists, list items, libraries, folders within lists and libraries, and documents.

-: How to Copy an existing permission level:-
§  On the Site Settings page,

§  Under Users and Permissions,

§  Click Site permissions.

§  In the Manage section of the ribbon,

§  Click Permission Levels.

§  In the list of permission levels,

§  Click the name of the permission level you want to copy.

§  At the bottom of the page,

§  Click Copy Permission Level.

§  On the Copy Permission Level page, in the Name field, type a name for the new permission level.

§  In the Description field, type a description for the new permission level.

§  In the list of permissions, select or clear the check boxes to add permissions to or remove permissions from the permission level.

§  Click Create.

If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues J J