Saturday, August 28, 2010
SharePoint 2010 Persian Calendar
Tuesday, May 25, 2010
SharePoint 2010 – Top 10 Resources to get you started
Thursday, May 20, 2010
SharePoint 2010 Products Documentation
The SharePoint IT Pro content team announced the release of our Launch documentation for SharePoint Server 2010 and SharePoint Foundation 2010! They have created several different types of content to help you plan, deploy, and administer both SharePoint Server and SharePoint Foundation.
The Launch content for both products can be found here:
SharePoint Server 2010:
- SharePoint Server 2010 Tech Center is a gateway into the IT Pro documentation for SharePoint Server 2010 and a location for RSS feeds of new content.
- Resource Centers provide information across the product lifecycle for activities and solutions.
- TechNet articles are organized by the product lifecycle – evaluate, plan, deploy, operate, etc. Content includes a newly published page with an RSS feed, so you can keep up with what we've published, and a roadmap to the content.
- Worksheets are Microsoft Excel files that you can use to record information that you gather and decisions that you make as you plan your deployment of Microsoft SharePoint Server 2010.
- Models are poster-sized illustrations of Microsoft SharePoint Server 2010 architecture and concepts.
- SharePoint Foundation 2010 Tech Center is a gateway into the IT Pro documentation for SharePoint Foundation 2010 and a location for RSS feeds of new content.
- Resource Centers provide information across the product lifecycle for activities and solutions.
- TechNet articles are organized by the product lifecycle – evaluate, plan, deploy, operate, etc. Content includes a newly published page with an RSS feed, so you can keep up with what we've published, and a roadmap to the content.
- Worksheets are Microsoft Excel files that you can use to record information that you gather and decisions that you make as you plan your deployment of Microsoft SharePoint Foundation 2010.
- Models are poster-sized illustrations of Microsoft SharePoint Foundation 2010 architecture and concepts.
P.S. – Be sure to also check out the following:
Friday, May 14, 2010
Microsoft Office 2010 and SharePoint 2010 Officially Launched
Updates included in Office 2010 include performance increases making features such as search a lot faster than previous versions. Also improvements to navigation functions have been included along with superior editing tools for video.
Wednesday, June 3, 2009
Don't do that with SharePoint by Paul Galvin
Portal
SubSite A
SubSite AA
SubSite AAA
SubSite B
SubSite BB
SubSite C
SubSite CC
SubSite CCC
Monday, June 1, 2009
Study recommendations for Sharepoint Exam (70-542)
Paul Galvin has prepared a nice list of links which is quite useful in preparing for Sharepoint certification exam (70-542 Microsoft Office SharePoint Server 2007 - Application Development).
http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!192.entry
Tuesday, May 26, 2009
Working With the ANTS Profiler to Optimize SharePoint by Shereen Qumsieh
Background
We wanted to dramatically change the layout of the page, including background colors on specific sections, fonts, hyperlinks etc.-
We wanted complete controls over the types of validation we were doing -
The page itself was to consist of some aggregated data, in the form of drop downs and data grids, that was being pulled from several different lists within the same site and presented on the editform.aspxand dispform.aspx pages
Problem
Solution
- The first thing I did for both the editform.aspx page and the dispform.aspx page was to remove all <asp:Label> objects and replace them with plain text. If I wasn't planning to manipulate the label object in any way in the code behind, there was no need to create a control of this type. Text was sufficient for these purposes.
- The second thing I did was to remove all Telerik textbox and combobox controls except where required and converted them to asp:dropdownlists and asp:textboxes.
- The third thing I did and the focus of this article was to leverage ANTS Profiler to find areas in my code that required optimizing. I am going to talk about this in some detail to outline my approach to doing this and how this helped with the performance tuning.
Configuring ANTS Profiler to work with SharePoint
Working with ANTS Profiler to track down problem areas
peEmployee.CommaSeparatedAccounts = pmaUser.User.LoginName;
Results/Conclusion
Tuesday, May 19, 2009
Add Google Analytics to a SharePoint Publishing Site
Click here to read the rest of the article:
http://mikeknowles.com/blog/2009/05/17/AddGoogleAnalyticsToASharePointPublishingSite.aspx
Sunday, May 17, 2009
All about Sharepoint 2010
All about Sharepoint 2010 from weblog of Vasmi Krishna:
- SharePoint 2010 will be 64-bit only.
- SharePoint 2010 will require Windows 2008 or Windows 2008 R2
- SharePoint 2010 will require 64-bit SQL 2008 or 64-bit SQL 2005
- Internet Explorer will not be supported in SharePoint 2010. The Tier 1 browsers will be IE 7, IE 8 and Firefox 3.x on Windows platform
- Start by ensuring new hardware is 64-bit. Deploying 64-bit is our current best practice recommendation for SharePoint 2007.
- Deploy Service Pack 2 and take a good look at the SharePoint 2010 Upgrade Checker that's shipped as part of the update. The Upgrade Checker will scan your SharePoint Server 2007 deployment for many issues that could affect a future upgrade to SharePoint 2010.
- Get to know Windows Server 2008 with SharePoint 2007, this post is a great starting point.
- Consider your desktop browser strategy if you have large population of Internet Explorer 6 users.
- Continue to follow the Best Practices guidance for SharePoint Server 2007.
- Keep an eye on this blog for updates and more details in the coming months.
