Recent activity
Subscribe to this feed
A comment on the idea "Will Flickr export for iPhoto support movies?" in Connected Flow:
Well, most of my videos are short clips that are around 10 seconds - I use video when a photo does not make sense, or will not depict faithfully the scene – Benjamin Piwowarski, on November 01, 2009 09:27-
Benjamin Piwowarski started following the idea "Will Flickr export for iPhoto support movies?" in Connected Flow.
Benjamin Piwowarski replied on January 19, 2009 12:45 to the problem "Aperture does not seem to use the proxy settings" in Connected Flow:
This is the pac file
function FindProxyForURL(url,host)
{
// Hostname without domainname or host within our own domain?
// Try them directly:
var lchost=host.toLowerCase();
if ( isPlainHostName(host)||
dnsDomainIs( host,".gla.ac.uk")||
localHostOrDomainIs(lchost,"127.0.0.1") ||
shExpMatch(url, "connect:*:563") ||
shExpMatch(url, "connect:*:443") ||
shExpMatch(url, "connect:*:444") ||
shExpMatch(url, "https:*:*")
)
return "DIRECT";
// First try proxy1 then proxy2.
// If one of 'm is down the client will try the other server.
else
return "PROXY wwwcache.dcs.gla.ac.uk:8080; PROXY wwwcache.gla.ac.uk:8080";
}
Benjamin Piwowarski marked one of Fraser Speirs' replies in Connected Flow as useful. Fraser Speirs replied to the problem "Aperture does not seem to use the proxy settings".
Benjamin Piwowarski replied on August 18, 2008 11:39 to the problem "Aperture does not seem to use the proxy settings" in Connected Flow:
Benjamin Piwowarski replied on August 12, 2008 09:54 to the problem "Aperture does not seem to use the proxy settings" in Connected Flow:
Basically, it is an HTML page containing
[...]
<h1>Your Browser is Misconfigured</h1>
<h2>Please follow these instructions</h2>
How To Configure Your Browser
[...]
which is a link to how to set the proxy (automatic configuration with a PAC file). Note that the proxy does not require authentication.
Benjamin Piwowarski reported a problem in Connected Flow on August 11, 2008 17:25:
Aperture does not seem to use the proxy settingsBehind a firewall, the authentication works (the current list of tags in flickr is correctly imported), but it seems that when trying to export the proxy settings set in the macos preferences do not work (while it does with safari and other internet related softwares) as I get a lot of messages in console.app that say basically that the proxy is not set (this is the default HTML page one gets when the proxies are not correctly set).
Loading Profile...
