Warning: Declaration of ThemeSwitcherWidget::update($new_instance) should be compatible with WP_Widget::update($new_instance, $old_instance) in /home/kingston/hitormiss/wp-content/plugins/theme-switcher/theme-switcher.php on line 0

Hit or Miss

How to fix Context Menu scripts in IE 6 I’ve held off on upgrading to Internet Explorer 6 because I heard that the Blog This pop up window from the right-click Context Menu and the IE 5 Web Accessories didn’t work anymore. Turns out that IE6 made some changes to its implementation of Javascript and can now only grab a page’s URL through

external.menuArguments.location.href

instead of

external.menuArguments.document.location.href

Simply editing my custom BlogThis! file and the code on the Web Accessory pages fixed the problem.