SharePoint offers OOTB navigation such as the Top Link Bar and the Quick Launch. Using jQuery and animations you can create a more appealing way of navigation for your SharePoint site. In this post I describe how to leverage the Links list using the Client Side Object Model in JavaScript to provide a fancy way of navigating your site.
Posts Tagged ‘UX’
Changing the Window Title programmatically in SP2010
November 28th, 2011 Alain
SharePoint uses a placeholder with the name “PlaceHolderPageTitle” to influence the window title. You can set the window title by putting text in this placeholder. But if you want the window title to be based on other parameters, let’s say the current user, it is also possible to change the window title programmatically. (more…)