April 2009
2 posts
8 tags
Fixing JPG and PNG Colour Matching in Safari
When styling a website, one of the main techniques is to match the CSS colour codes to the colours in the images to blend sections together seamlessly. But on a couple of sites recently I have found that the sites looked perfect in IE and Firefox, but there were mismatches when viewed on Safari on my Mac.
The Problem
Investigating further, I found that if I changed the Monitor Colour Profile...
5 tags
Resolving Eclipse's "No Repository Found" Error
I have encountered a recurring problem with Eclipse 3.4. When performing an update of application components it fails during the download, and in the error it details “No Repository Found” for one or more (frequently a large number) of eclipse update site URLs.
I originally found the workaround solution several months ago, in the Eclipse bug tracker, and each time recurs I have to...