Posts Tagged ‘UX’

Fancy SharePoint navigation using jQuery and the Client Side Object Model

Fancy SharePoint navigation using jQuery and the Client Side Object Model

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.

(more…)

Changing the Window Title programmatically in SP2010

Changing the Window Title programmatically in SP2010

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…)