I just did a clean install of SharePoint and I notice that for my site
collections, in the title bar of the browser, it says "home". I went
to 'page settings' for the root page and was able to change the title,
but it did propagate to all of the pages within the site collection.
So the root page in my site collection says the right title, but any
pages below it say "Home - {page name}".
To further complicate things, I decided I would create myself a test
page. I notice that the breadcrumbs is based on the URL and not
whatever I title the page. So if I create a new page under
{servername}/pages/ called 'mypage', the navigation is '{servername} -
Pages - mypage'
Is there a way to change this without me having to create my own class
control and implement it into the master page AND without having to
use SharePoint Designer/Visual Studio?