Tagged Questions
1
vote
1answer
72 views
how can i detect when flickr photos become unavailable?
How can I tell programatically when an embedded/blogged flickr image is replaced with a "photo no longer available" image?
With Ruby if possible.
1
vote
5answers
3k views
Firefox show broken images
In firefox a broken image appears as just a blank white space. On a white background there is no way to distinguish between no image and a broken image. This makes identifying broken images ...
0
votes
5answers
175 views
JPG file not loading in webpage
I have a basic webpage that references four image files using the following code:
<img src="/images/SanFran.jpg" name="urbanForm" alt="urbanFormA" width="150" height="100"/>
(I change ...