Error 14724 Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server

Error 14724 Cannot add, update, or delete a job (or its steps or
schedules) that originated from an MSX server.

fix:

UPDATE msdb.dbo.sysjobs
SET originating_server = CONVERT(nvarchar, SERVERPROPERTY('servername'))
WHERE originating_server <> CONVERT(nvarchar, SERVERPROPERTY('servername'))

IE8 Beta Available For Download

Internet Explorer is available for download as a beta 1 release:

This beta release is available to everyone, but is primarily for Web developers and designers to test the new tools, layout engine, and programming enhancements.

When not developing your web site, you can click the Emulate IE7 button in the command bar to browse the web like you did in IE7.

Source: Microsoft.