<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Danny Thorpe &#187; Firefox</title>
	<atom:link href="http://dannythorpe.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://dannythorpe.com</link>
	<description>Dream &#38; Deliver</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:50:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>IE8 Cross-Domain Request Support Demo</title>
		<link>http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/</link>
		<comments>http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:55:15 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Access-Control-Check header]]></category>
		<category><![CDATA[cross-domain]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[XDomainRequest]]></category>
		<category><![CDATA[XDR]]></category>
		<category><![CDATA[XmlHttpRequest]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/</guid>
		<description><![CDATA[Adrian Bateman of the IE8 team has posted a video showing how to use IE8&#8242;s new XDomanRequest object to request data from a URL that is not in the current HTML page&#8217;s domain. He also shows how to make an (almost) equivalent cross-domain call in a beta build of Firefox 3.1. This makes use of <a href='http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Adrian Bateman of the IE8 team has posted a video showing <a href="http://blogs.msdn.com/ie/archive/2009/01/14/completing-access-control-support-for-xdomainrequest.aspx">how to use IE8&#8242;s new XDomanRequest object</a> to request data from a URL that is not in the current HTML page&#8217;s domain. He also shows how to make an (almost) equivalent cross-domain call in a beta build of Firefox 3.1.</p>
<p>This makes use of the new Access-Control-Check header that has been inching its way through standards committes for the past few years. It works like this: </p>
<ol>
<li>Script running in the browser makes a request for a URL outside the current document&#8217;s domain</li>
<li>The browser retrieve the requested page and examines the page&#8217;s headers for an Access-Control-Check header.</li>
<li>If the page does not have an Access-Control-Check header, the browser fails the request and the script never sees the data.</li>
<li>If the page has an Access-Control-Check header but the domain(s) listed in the header don&#8217;t match the domain of the document making the request, the browser fails the request and the script never sees the data.</li>
<li>If the domain of the current document matches the domain spec in the Access-Control-Check header, the browser passes the data through to the waiting request in the script.</li>
</ol>
<p>Existing web pages are automatically excluded from cross-domain requests.  That is to say, script can request it and the browser will actually fetch the page, but the script will never see the results.  This is slightly different from how older browsers handle cross-domain requests &#8211; the request is shut down when the browser notices that the requested URL doesn&#8217;t match the current document&#8217;s domain, before anything crosses the wire. </p>
<p>It seems conceivable to me that under this Access-Control-Check scheme, malicious web pages could launch a distributed Denial of Service attack against a particular server using cross-domain requests.  It doesn&#8217;t matter that the script never actually receives the data, the damage has already been done by requesting the page from the target server.  Is there any way for the server to ignore such requests?  I don&#8217;t know.  I&#8217;m sure the standards committees have discussed this at length.</p>
<p>This caveat aside, it&#8217;s exciting to see cross-domain support working its way into the major browsers.  I look forward to tinkering with it in IE8.</p>
<p>Check out the video on Adrian&#8217;s blog post.  You&#8217;ll probably want to <a href="http://ieblog.members.winisp.net/images/XdomainRequest-small.wmv">download the .wmv directly</a> to view it full screen in your local video player, as the video box in the blog post is far too small to see what is going on on the screen and the Flash player doesn&#8217;t appear to provide any way to zoom it up to a more useful size.  Odd.</p>
<p>Found via <a href="http://ajaxian.com/archives/access-control-in-ie-8">Ajaxian</a></p>
<div style="text-align:center;width:100%;"><div style="margin:0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0861479594738165";
/* End of Post */
google_ad_slot = "6510912161";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div><p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/" data-text="IE8 Cross-Domain Request Support Demo"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2009%2F01%2F15%2Fie8-cross-domain-request-support-demo%2F&amp;title=IE8%20Cross-Domain%20Request%20Support%20Demo" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2009/01/15/ie8-cross-domain-request-support-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ieblog.members.winisp.net/images/XdomainRequest-small.wmv" length="9822958" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Recent Google Homepage / GMail Widget Update Laced With Script Errors</title>
		<link>http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/</link>
		<comments>http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:47:24 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[code quality]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[script errors]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/</guid>
		<description><![CDATA[About two days ago, my Google homepage suddenly became hostile toward me.  By hostile, I mean my IE7 browser is suddenly reporting a bunch of JavaScript errors and faults when loading the Google homepage that it wasn&#8217;t reporting before.  Whenever I visit my Google homepage now, I have to wade through 5 or 6 JavaScript error <a href='http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>About two days ago, my Google homepage suddenly became hostile toward me.  By hostile, I mean my IE7 browser is suddenly reporting a bunch of JavaScript errors and faults when loading the Google homepage that it wasn&#8217;t reporting before. </p>
<p>Whenever I visit my Google homepage now, I have to wade through 5 or 6 JavaScript error notifications before I can do anything.  I suspect the culprit is the Gmail gadget for the Google homepage, as I continue to get script errors while trying to browse email in-situ on the homepage.  The gmail gadget is also missing scrollbars on long messages. None of these problems are present when using Gmail itself, just when using the Google homepage.</p>
<p>As a developer, I have to have script debugging enabled in my browser.  This enables me to debug my web app code in the browser, but it also has the unfortunate side effect of pointing out JavaScript errors on every site I visit.  It&#8217;s surprising how much crappy code is out there in production.  Slashdot has degraded into the pretty much unusable range in recent months, and now the Google homepage / Gmail widget is following suit.</p>
<p>The script errors are not specific to IE.  Firefox 3 also notes 5 critical errors in its error console when navigating to my Google homepage. To Firefox&#8217;s credit, recording these script errors in a log rather than with popup dialogs is much less intrusive than IE, but that also means that significant script errors can go unnoticed by developers testing their web apps with Firefox.</p>
<p>The errors are:</p>
<p>Error: _IG_AddCustomEventHandler is not a function<br />
Source File: http://www.google.com/ig/f/lZ_kPjC_O4s/lib/libcore.js<br />
Line: 43</p>
<p>Error: _IG_AddEventHandler is not a function<br />
Source File: http://www.google.com/ig/f/irJtX0bmDdM/lib/libdynamic-height.js<br />
Line: 4</p>
<p>Error: _IG_Json is undefined<br />
Source File: http://www.google.com/ig/f/_pVqt4t_Qx8/lib/libviews.js<br />
Line: 1</p>
<p>Error: _IG_Prefs._parseURL is not a function<br />
Source File: http://www.google.com/ig/f/lZ_kPjC_O4s/lib/libcore.js<br />
Line: 78</p>
<p>Error: _IFPC is undefined<br />
Source File: http://www.google.com/ig/f/irJtX0bmDdM/lib/libdynamic-height.js<br />
Line: 2</p>
<p>So, to whoever turned on the new code a few days ago for either the Google Homepage or the Gmail widget for the homepage:  Please review your code and fix the crappy script that you&#8217;re dumping on us.  Your developer bretheren thank you for a speedy resolution so that we may get back to debugging our apps instead of debugging yours.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/" data-text="Recent Google Homepage / GMail Widget Update Laced With Script Errors"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F12%2F18%2Frecent-google-homepage-gmail-widget-update-laced-with-script-errors%2F&amp;title=Recent%20Google%20Homepage%20%2F%20GMail%20Widget%20Update%20Laced%20With%20Script%20Errors" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/12/18/recent-google-homepage-gmail-widget-update-laced-with-script-errors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PicLens 1.6.1 IE on CNET</title>
		<link>http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/</link>
		<comments>http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 20:12:13 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[browser plugin]]></category>
		<category><![CDATA[cnet]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[PicLens]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/</guid>
		<description><![CDATA[PicLens 1.6.1 for Internet Explorer is now available for download from CNET&#8217;s download.com.  This should help relieve some of the server load on the PicLens.com mother ship, much like having the Firefox xpi&#8217;s downloadable from Mozilla.com.  Note that if you do a search for PicLens on CNET, you&#8217;ll get two items in the search results:  <a href='http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.piclens.com">PicLens</a> 1.6.1 for Internet Explorer is now available for download from <a href="http://www.download.com/PicLens/3000-12783_4-10807161.html?tag=lst-2">CNET&#8217;s download.com</a>.  This should help relieve some of the server load on the PicLens.com mother ship, much like having the Firefox xpi&#8217;s downloadable from <a href="https://addons.mozilla.org/en-US/firefox/addon/5579">Mozilla.com</a>.</p>
<p> Note that if you do a search for PicLens on CNET, you&#8217;ll get two items in the search results:  The first one is PicLens 1.0 beta for Mac Safari, circa 2006.  You want the second one, version 1.6.1 (or later!).  We&#8217;ll work on getting that ancient 1.0 beta file replaced with at least the current PicLens 1.5 for Safari.</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/" data-text="PicLens 1.6.1 IE on CNET"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F02%2F21%2Fpiclens-161-ie-on-cnet%2F&amp;title=PicLens%201.6.1%20IE%20on%20CNET" id="wpa2a_12">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/02/21/piclens-161-ie-on-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wired on PicLens</title>
		<link>http://dannythorpe.com/2008/02/14/wired-on-piclens/</link>
		<comments>http://dannythorpe.com/2008/02/14/wired-on-piclens/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 07:40:04 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[browser plugin]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[PicLens]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/02/14/wired-on-piclens/</guid>
		<description><![CDATA[Scott Gilbertson over at Wired picked up on the ReadWriteWeb article on PicLens and did a write up of his own for Wired&#8217;s MonkeyBites blog.  (Or is it Wired&#8217;s Compiler blog?  The title says one thing, but the URL disagrees) Scott writes: Piclens is a fun and addictive way to browse Flickr and other image sites. <a href='http://dannythorpe.com/2008/02/14/wired-on-piclens/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Scott Gilbertson over at <a href="http://www.wired.com">Wired</a> picked up on the <a href="http://dannythorpe.com/2008/02/14/readwriteweb-covers-piclens/">ReadWriteWeb article</a> on <a href="http://www.piclens.com">PicLens</a> and did a write up of his own for <a href="http://blog.wired.com/monkeybites/2008/02/piclens-brings.html">Wired&#8217;s MonkeyBites blog</a>.  (Or is it Wired&#8217;s Compiler blog?  The title says one thing, but the URL disagrees)</p>
<p>Scott writes:</p>
<blockquote><p>Piclens is a fun and addictive way to browse Flickr and other image sites. The only real downside is that Piclens currently doesn’t support the Firefox 3 betas (no real surprise since they are betas), otherwise this would make my list of must-have add-ons.</p></blockquote>
<p>Not to worry, Scott &#8211; we&#8217;ve made a couple of trips to Mozland in recent weeks to discuss Firefox 3 tech bits with the Mozilla team.  Just last week, CoolIris gave a brown bag presentation of PicLens to the Moz lads and lasses in Mozilla&#8217;s recently revamped theater/lounge.  There were oohs and ahs in all directions &#8211; the CoolIris guys were wowed by Moz&#8217;s mile-wide projection screen, while the Moz folks were wowed by what we were projecting onto it. </p>
<p>Can&#8217;t say any more than that at the moment.  Stay tuned!</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/02/14/wired-on-piclens/" data-text="Wired on PicLens"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/02/14/wired-on-piclens/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/02/14/wired-on-piclens/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F02%2F14%2Fwired-on-piclens%2F&amp;title=Wired%20on%20PicLens" id="wpa2a_16">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/02/14/wired-on-piclens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PicLens 1.6.1 Adds Search</title>
		<link>http://dannythorpe.com/2008/01/29/piclens-161-adds-search/</link>
		<comments>http://dannythorpe.com/2008/01/29/piclens-161-adds-search/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:43:20 +0000</pubDate>
		<dc:creator>Danny Thorpe</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[browser plugin]]></category>
		<category><![CDATA[CoolIris]]></category>
		<category><![CDATA[deviantart]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mediaRSS]]></category>
		<category><![CDATA[multipage RSS]]></category>
		<category><![CDATA[photobucket]]></category>
		<category><![CDATA[PicLens]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[smugmug]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://dannythorpe.com/2008/01/29/piclens-161-adds-search/</guid>
		<description><![CDATA[We&#8217;ve just pushed out a PicLens 1.6 update that adds web search to the immersive 3D PicLens media experience.  This release runs in Firefox Mac and Firefox Windows. While zooming around in images on the 3D wall, hit Tab to select the Search box in the top right corner of the screen (or mouse click on <a href='http://dannythorpe.com/2008/01/29/piclens-161-adds-search/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just pushed out a <a href="http://www.piclens.com/site/firefox" title="PicLens 1.6.1 for Firefox Mac and Windows">PicLens 1.6 update</a> that adds web search to the immersive 3D PicLens media experience.  This release runs in Firefox Mac and Firefox Windows.<br />
<a href="http://www.flickr.com/photos/dannythorpe/2229369804/" title="PicLens 1.6.1 With Search by Danny Thorpe, on Flickr"><img width="500" src="http://farm3.static.flickr.com/2237/2229369804_4ba41779d8.jpg" alt="PicLens 1.6.1 With Search" height="313" /></a></p>
<p>While zooming around in images on the 3D wall, hit Tab to select the Search box in the top right corner of the screen (or mouse click on it).  You&#8217;ll see the traditional vertical bar edit insertion caret / cursor ready for input as well as half a dozen search engines listed below the search box: Google Image Search, Yahoo Image Search, Flickr, DeviantArt, PhotoBucket, and SmugMug. </p>
<p>Type your search term, say &#8220;Giant Squid&#8221;, and press Enter to activate that search on the currently selected search engine.  The Wall will begin populating with image results immediately.  Click on another search engine and PicLens will issue your search query to that engine immediately. </p>
<p>This makes it pretty darn easy to flip between search engines to see how the same terms can return vastly different image results.  Google image search will give you very literal results &#8211; generally photos of large squids laid out on the pier or parking lot.  DeviantArt or Flickr, on the other hand, are much more likely to return more artistic images, paintings, or face shots of a guy named &#8220;Squid&#8221;.  Let us know if this sort of search domain-hopping is useful to you.</p>
<p>In addition to text editing, this week&#8217;s PicLens release has several new features: </p>
<ul>
<li>Text display</li>
<li>Text editing (for Search)</li>
<li>Search</li>
<li>Improved image quality in Flickr thumbnails on the Wall</li>
<li>Improved integration between PicLens Lite and PicLens</li>
<li>Multi-page RSS support</li>
<li>View in PicLens photo galleries on your local hard disk generated by PicLens Publisher </li>
<li>Did I mention text?</li>
</ul>
<h4>Sharper Flickr Thumbnails </h4>
<p>We&#8217;ve stepped up the size of thumbnail images we ask for from Flickr.  This results in much sharper images in the wall, but the cost is it takes longer to downoad them.  Let us know what you think of this (in comments on this blog or in email to feedback (at) piclens.com) - is it too slow for you, or is it the right thing to do for best picture quality?  It definitely looks great.</p>
<h4>Multipage RSS</h4>
<p>One of the drawbacks to the early uses of RSS was that RSS was never intended to be a permenant record or to contain endless amounts of data.  It&#8217;s a simple file format.  If you put a lot of data into an RSS feed, everybody has to download the entire RSS feed to see any of it.  Blogs deal with this by &#8220;aging&#8221; the items in the RSS feed &#8211; old items are removed from the end when new items are pushed onto the front.  Archives are broken down by month, so that each archive RSS feed doesn&#8217;t get too big to handle.</p>
<p>This doesn&#8217;t work so well for huge image databases like Flickr or DeviantArt.  Flickr actually does provide an RSS feed of a user&#8217;s photo stream, but it is restricted to the 20 most recent items.  20 is a lot for a web page, but it&#8217;s a drop in the ocean for PicLens.</p>
<p>Austin was poking around in RSS for some other PicLens work when he stumbled upon a bit of esoterica that got him really excited.  Not the photos returned by a particularly curvy search query (though those do excite him as well), but a technique to encode a reference to previous and next pages of an RSS feed in the RSS feed.  Essentially, you can make a really big RSS feed out of a linked list of smaller, more manageable RSS feed chunks.  This is a great solution to the problem of managing large amounts of data in bite sized chunks that can be loaded only when needed.</p>
<p>PicLens Publisher would be a natural to emit multipage RSS.  We will certainly bring up multipage RSS as a site suggestion when chatting with big sites like Yahoo, Flickr, DeviantArt and others.</p>
<h4>View Local PicLens Publisher Galleries</h4>
<p>An eleventh hour addition to this PicLens 1.6.1 release is the ability to view galleries generated by PicLens Publisher on your local hard disk.  In Firefox, just do File: Open File and select the gallery.html file from the directory created by PicLens Publisher.  Viola! You can preview how your gallery will look in PicLens before uploading the files to your web server.</p>
<p>There are some additional angles on this feature but we&#8217;re still fine tuning it so I&#8217;ll save that for another day.  Besides, if I spill all the beans at once, where&#8217;s the air of mystery and adventure in that?  ;&gt;</p>
<p><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://dannythorpe.com/2008/01/29/piclens-161-adds-search/" data-text="PicLens 1.6.1 Adds Search"></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://dannythorpe.com/2008/01/29/piclens-161-adds-search/"></a><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://dannythorpe.com/2008/01/29/piclens-161-adds-search/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdannythorpe.com%2F2008%2F01%2F29%2Fpiclens-161-adds-search%2F&amp;title=PicLens%201.6.1%20Adds%20Search" id="wpa2a_20">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://dannythorpe.com/2008/01/29/piclens-161-adds-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  dannythorpe.com/tag/firefox/feed/ ) in 0.49296 seconds, on May 18th, 2012 at 3:54 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 4:54 am UTC -->
