Every time you log into Magento you will get greeted with unread notifications. It’s incredibly annoying when developing, and it doesn’t really provide much for clients. It’s awkward. It’s unnecessary. Let’s remove it.
The notifications are actually part of a core block named Mage_AdminNotification. You can disable it in three steps:
And that’s it! You’ll never be bothered with the notifications again.