Tuesday, February 15, 2011
SharePoint 2010 - Improved Top
With the release of Microsoft SharePoint 2010 has put the product in the year 2010 to their customers. After the completion and implementation of SharePoint 2007, Microsoft had thousands of companies to improve the next version, since all parts in SharePoint 2007 have met the expectations created by their marketing department. With SharePoint 2010 (formerly known as SharePoint 14) Microsoft provides a considerable upgrade of the product with many new and enhanced features.
SharePoint 2010 comes in different versions. SharePoint Foundation (formerly known as Windows SharePoint Services - WSS) and SharePoint Server (Microsoft Office SharePoint Server - MOSS) is renamed, but still the same as the difference between free and paid (server) edition. The server edition is available in Standard Edition or Enterprise and the (new) as compared to publishing Web sites.
With the new version of hardware and software, has changed. So now you can install SharePoint 2010 on 64 bit hardware with 64-bit and 64-bit operating systems and SQL Server 2005 or 2008. The implementation of SharePoint 2010 on new hardware with the new Windows Server 2008-OS is not really a problem, but the upgrade from SharePoint 2007 to Windows Server 2003 requires more time and resources.
When it comes to features SharePoint Server 2010 search or quick search to be mentioned. Research is now more scalable because you can use multiple servers to index the content that has not been possible in previous versions of SharePoint. In addition, you can use generic search and faceted browsing. With a new engine, including enhanced capabilities such as a pipeline of content processing, metadata extraction, visual search and advanced linguistics, you now have a better search experience with SharePoint 2010.
Be true for the use of reporting and registration is not something you would expect from the product of society, such as SharePoint 2007. When a new version becomes the new database is designed to support the use of reporting and recording. You have more information that could be treated in a way that you can use this information to optimize your site, or get information on how to use wireless users.
Have you ever met a SharePoint 2007 power user? Maybe not so much because SharePoint 2007 is required for a relatively high level of technical expertise. SharePoint 2010, you can now use standard tools like Visio to collaborate with colleagues, or create workflows. E 'can also view Visio diagrams in a browser (without the client application itself).
Speaking of enhanced collaboration features, you can now tag and rate content. You know social networking, but in an intranet by using SharePoint Server 2010 search results page is now created using scoring and marking. Content that has the right tags and a high score is most likely to be found and used. In addition, you can use a better editor to create content and blogs and wikis, to store or publish them.
SharePoint 2010 now supports a group of browser like Firefox. With XHTML 1.0 compliance and improving accessibility now, it's now more patch for Internet Explorer. By the way Internet Explorer 6 is no longer supported.
Friday, December 17, 2010
Acquiring an ASP .NET Dashboard - What are the benefits?
Saturday, November 13, 2010
How do I create a site for SharePoint sites

Go to the SharePoint site main Page and look for Site Actions (located towards the top right corner)

1.Title and Description:
Provide a Title and description for your site
2.Web Site Address :
Use your projects or groups name in the URL part for easy Identification.
3.Template Selection :
Select a Template that suites your needs.
4.Permissions :
For the Permissions part, if you are not the main sites administrator and would like to control the access to this site choose “Use unique permissions”
5.Navigation Inheritance :
It is Safe to leave the default’s for this setting.
6.Site Categories :
Place a check mark beside “List this new site in the directory”
Choose the Appropriate Division and region where applicable.
7.Click on Create Button to Create the site.
Hide First Tab in SP 2010 Navigation
Here is the base top navigation control:
UseSeparateCss="false"
Orientation="Horizontal"
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="1"
SkipLinkText=""
CssClass="s4-tn"/>
SiteMapProvider="SPNavigationProvider"
id="topSiteMap"
runat="server"
And then make the following changes to the static, dynamic and site map provider:
Runat="server"
EnableViewState="false"
DataSourceID="topSiteMap"
AccessKey="<%$Resources:wss,navigation_accesskey%>"
UseSimpleRendering="true"
UseSeparateCss="false"
Orientation="Horizontal"
StaticDisplayLevels="1"
MaximumDynamicDisplayLevels="2"
SkipLinkText=""
CssClass="s4-tn"/>
SiteMapProvider="CombinedNavSiteMapProvider"
id="topSiteMap"
runat="server"/>
The result would look something like this:
Friday, September 3, 2010
How to enable Sql server Authenticaton in Sql server
1 Log in to SQL Server using Windows authentication.
2. Right click on the server (name of your SQL server), select Properties.
3. In section, select a page, select Security and Authentication section select the
radio buttonserver SQL Server and Windows Authentication mode, and click OK.
4. After the changes saved, then go to security - users - add a user for SQL
authentication.
5. He needs to reboot the server to reflect the changes.
HCL Ezeebee XP Z999
Thursday, September 2, 2010
How to remove the Squid proxy cache, Windows
1. Run MMC and load the Services snap, kill the process of squid.
2 Clear Squid cache directory (eg C: \ squid VARS \ \ Cache \).
3 Run-Squid parameter z to reconstruct the structure of the cache folder (eg C: \
squid \ sbin \ squid.exe-z).
4 Click the Services MMC snap-in, restart the squid service.