undyingking: (Default)
undyingking ([personal profile] undyingking) wrote2007-10-16 11:15 am
Entry tags:

The curse of ABP

AdBlock Plus is a very useful Firefox extension. Except when you're laying out a page containing some ads, and spend ages wondering why the images are displaying properly in IE, but not in FF.

[identity profile] bateleur.livejournal.com 2007-10-16 10:18 am (UTC)(link)
Security measures are often like that I find.

Flash has this concept called "cross domain policy", which basically means that you can't get Flash to read files from a server other than the one it's hosted on unless there's an explicit permission thingummy set up on it.

Which is all very sensible unless you're a contractor developing software for someone else's site at which point it bites you in the @ss every time! (The downloads in question fail silently, so you need to remember why - it won't tell you.)

[identity profile] undyingking.livejournal.com 2007-10-16 12:11 pm (UTC)(link)
Cunning!

[identity profile] ar-gemlad.livejournal.com 2007-10-16 11:04 am (UTC)(link)
Doh! That's similar to someone I know who wondered why the website he'd just spent ages updating wasn't showing the changes, until he realised he hadn't uploaded it yet!

[identity profile] undyingking.livejournal.com 2007-10-16 12:11 pm (UTC)(link)
Heh, I've lost count of the number of times I've done that...

[identity profile] jvvw.livejournal.com 2007-10-16 05:26 pm (UTC)(link)
I remember spending ages puzzled once because I'd forgotten I has the SessionSaver extension installed on the version of FF that I was using - couldn't figure out why my changes weren't showing.

[identity profile] undyingking.livejournal.com 2007-10-17 09:31 am (UTC)(link)
Highly customizable setups are great as long as you have a good memory!

[identity profile] smallbeasts.livejournal.com 2007-10-16 06:20 pm (UTC)(link)
I once spent a morning trying to spot a mistake in a dynamic page, only to discover that Firefox's "View Source" doesn't show the current source, but goes back to the server and fetches a new copy of the page. You have to install a plugin to view the source of the page you're actually looking at right now.

[identity profile] undyingking.livejournal.com 2007-10-17 09:40 am (UTC)(link)
The Web Developer extension includes a useful feature "View Generated Source", which similarly shows you the source that's actually in the browser (allegedly).