-
Recent Posts
Archives
Categories
- C# Programming
- HTML CSS JavaScript
- Introduction to Sharepoint 2010
- Sharepoint 2010 Branding
- Sharepoint 2010 CAML
- Sharepoint 2010 Central Administration
- Sharepoint 2010 Client Object Model
- Sharepoint 2010 Coding Standards
- Sharepoint 2010 Designer
- Sharepoint 2010 Document Center
- SharePoint 2010 FAQ
- Sharepoint 2010 Fast Search
- Sharepoint 2010 Features
- Sharepoint 2010 Foundation
- Sharepoint 2010 Infopath
- Sharepoint 2010 JQuery
- Sharepoint 2010 LINQ
- Sharepoint 2010 Lists , Libraries & Event Receivers
- Sharepoint 2010 Master Page
- Sharepoint 2010 Meeting Workspace
- Sharepoint 2010 Mobile
- Sharepoint 2010 OutOfTheBox
- Sharepoint 2010 Pages & Navigation
- Sharepoint 2010 Powershell
- Sharepoint 2010 Ribbon
- Sharepoint 2010 Search
- Sharepoint 2010 Security
- Sharepoint 2010 Server Object Model
- Sharepoint 2010 Silverlight
- Sharepoint 2010 Site Collection
- Sharepoint 2010 Site Definition
- Sharepoint 2010 User Profiles
- Sharepoint 2010 Web Parts
- Sharepoint 2010 Webservice
- Sharepoint 2010 Workflow
- Sharepoint 2010 Workspace
- Sharepoint 2010 WPF
- SharePoint 2013 Architect
- SSRS Reports
- Visual Studio 2010
Meta
Category Archives: Sharepoint 2010 Pages & Navigation
Web Part vs using Application pages
As a developer we have many options available to us and it is difficult at first to really understand where to use what and when to use it. Hopefully through my trials and errors I will be able to share … Continue reading →
Adding a SharePoint Site Picker to a _layouts Page
Adding a SharePoint Site Picker to a _layouts Page http://chrissyblanco.blogspot.com/2008/07/adding-sharepoint-site-picker-to_03.html
Customize SharePoint Top Navigation Bar
Customize SharePoint Top Navigation Bar http://www.n8d.at/blog/sharepoint-2010/round-corners-in-top-navigation-of-sharepoint-2010/ Round corner in top navigation The navigation in SharePoint 2010 has slightly changed and will now be rendered a new way as a list. To use list elements instead of tables is a common … Continue reading →
Breadcrumb in SharePoint & Design considerations
Breadcrumb in SharePoint & Design considerations http://chrisstahl.wordpress.com/2010/03/26/breadcrumb-in-sharepoint-design-considerations/
SharePoint Global Navigation
SharePoint Global Navigation <SharePoint:AspMenu ID=”GlobalNav” Runat=”server” DataSourceID=”SiteMapDataSource1″ Orientation=”Horizontal” StaticDisplayLevels=”1″ MaximumDynamicDisplayLevels=”3″ StaticSubMenuIndent=”0″ DynamicHorizontalOffset=”0″ DynamicVerticalOffset=”-8″ StaticEnableDefaultPopOutImage=”false” DynamicEnableDefaultPopOutImage=”false” ItemWrap=”false” CssClass=”topNav”> <StaticMenuItemStyle CssClass=”topNavItem” ItemSpacing=”0″/> <StaticSelectedStyle CssClass=”topNavSelected” ItemSpacing=”0″/> <StaticHoverStyle CssClass=”topNavHover”/> <DynamicMenuStyle CssClass=”topNavFlyOuts” /> <DynamicMenuItemStyle CssClass=”topNavFlyOutsItem” /> <DynamicHoverStyle CssClass=”topNavFlyOutsHover”/> </SharePoint:AspMenu> … Continue reading →
The web application at [URL] could not be found. Verify that you have typed the url correctly. If the url should be serving existing content, the system administrator may need to add a new request url mapping to the intended application
The web application at [URL] could not be found. Verify that you have typed the url correctly. If the url should be serving existing content, the system administrator may need to add a new request url mapping to the intended … Continue reading →
Changing the Welcome menu style on SharePoint 2010
Changing the Welcome menu style on SharePoint 2010 .ms-welcomeMenu { padding:2px 5px 3px; margin:0px 3px; font-size:1em; font-family:Verdana,sans-serif; border:0px solid transparent; display:inline-block; } .ms-welcomeMenu a:link { color:#ffffff; } .ms-welcomeMenu a:hover { text-decoration:none !important; … Continue reading →
Custom Loginpage for SharePoint 2010
Custom Loginpage for SharePoint 2010 http://blogs.technet.com/b/speschka/archive/2010/07/22/writing-a-custom-forms-login-page-for-sharepoint-2010-part-2.aspx http://blogs.technet.com/b/speschka/archive/2010/07/22/writing-a-custom-forms-login-page-for-sharepoint-2010-part-1.aspx http://www.devx.com/enterprise/Article/35068/0/page/3 http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
Apply CSS in .Net Menu Control
Apply CSS in .Net Menu Control <asp:menu id=”NavigationMenu1″ CssClass=”menu1″ staticdisplaylevels=”3″ staticsubmenuindent=”0″ orientation=”Vertical” target=”_blank” Font-names=”Arial, Gill Sans” Width=”100px” runat=”server”> <LevelMenuItemStyles> <asp:MenuItemStyle CssClass=”level1″/> <asp:MenuItemStyle CssClass=”level2″/> <asp:MenuItemStyle CssClass=”level3″ /> <asp:MenuItemStyle CssClass=”level4″ /> </LevelMenuItemStyles> <StaticHoverStyle CssClass=”hoverstyle”/> <items> <asp:menuitem text=”Home” tooltip=”Home”> <asp:menuitem text=”Section 1″ … Continue reading →
SharePoint 2010 News Rotator
SharePoint 2010 News Rotator http://newsrotator.codeplex.com/