This is another functionality that I have been looking or for a while. I haven’t tried it yet, but intend to add this to my default toolbox! I am sticking it here for now – and will update this when I have used it.
Monthly Archives: July 2009
Cross-browser bookmark link
‘Bookmark Me’ is a sort of IE thing and doesn’t usually work in FireFox, Safari, Chrome, etc.. so as a FireFox user I’ve never bothered with a bookmark links before.
FireFox users know that Ctrl+D is the shortcut for these browsers, and that most ‘Bookmark Me’ links just aren’t work clicking – as they won’t work.
And then I found this…
Flickering images inside <a>’s
In IE6 and sometimes in IE7 the background images flicker if they’re also an <a>. A small edition to .htaccess overrides the browsers default to load the backgrounds every time.
Debugging variables, GET, POST, SESSION, SERVER, ENV
I usually write my own vars out to the screen for debugging using ‘print_r($_SESSION)’,’print_r($_POST)’etc inside <pre> tags, but this is awesome! (a little too much even). It’s like phpinfo(), but for your webpage!
Continue reading