<?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"
	>

<channel>
	<title>littled.net</title>
	<atom:link href="http://www.littled.net/new/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littled.net/new</link>
	<description>Web design &#38; development; online and offline ramblings</description>
	<pubDate>Sun, 30 Nov 2008 17:47:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>180 downloads for Hamnavoe</title>
		<link>http://www.littled.net/new/2008/11/30/180-downloads-for-hamnavoe/</link>
		<comments>http://www.littled.net/new/2008/11/30/180-downloads-for-hamnavoe/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:47:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=99</guid>
		<description><![CDATA[I&#8217;ve just checked the download stats from PyPi and saw that the Hamnavoe egg has been downloaded 180 times. Now I know that this very likely doesn&#8217;t equate to 180 unique downloads but I&#8217;m still pretty pleased. I&#8217;d love to see some sites using the theme to see the different ways in which it&#8217;s being [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just checked the download stats from PyPi and saw that the Hamnavoe egg has been downloaded 180 times. Now I know that this very likely doesn&#8217;t equate to 180 unique downloads but I&#8217;m still pretty pleased. I&#8217;d love to see some sites using the theme to see the different ways in which it&#8217;s being used and to get some feedback, so if you&#8217;re using it please do drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/11/30/180-downloads-for-hamnavoe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plone and Flash Player 10: Opera&#8217;s revenge</title>
		<link>http://www.littled.net/new/2008/10/30/plone-and-flash-player-10-operas-revenge/</link>
		<comments>http://www.littled.net/new/2008/10/30/plone-and-flash-player-10-operas-revenge/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:22:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[flash]]></category>

		<category><![CDATA[plone]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=98</guid>
		<description><![CDATA[An addendum to the problems I was having with Plone and Flash Player 10. Looks like another problem occurs with Opera if you change the content disposition header to &#8220;inline&#8221;. Basically, screeds of nonsense displaying instead of the Flash movie or the fall-back image. I&#8217;m not sure how widespread this problem is and I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p>An addendum to the problems I was having with <a href="new/2008/10/17/plone-and-flash-player-10/">Plone and Flash Player 10</a>. Looks like another problem occurs with Opera if you change the content disposition header to &#8220;inline&#8221;. Basically, screeds of nonsense displaying instead of the Flash movie or the fall-back image. I&#8217;m not sure how widespread this problem is and I&#8217;m not prepared to do lots of testing but for the record this was happening with Plone 2.5.3 / SWFObject to embed the Flash file.  Various versions of Opera were tested &#8212; for instance I&#8217;m running version 9.10 on Windows.</p>
<p>I got round it with a bit of old-fashioned browser detection. Basically, Opera&#8217;s quite happy to have the content-disposition header left alone, so I needed a direct path to the Flash file for Opera and a path that took in my header setting script for everyone else:</p>
<pre>if (navigator.userAgent.indexOf('Opera')&gt;-1) {
   swfurl = '&amp;dtml-portal_url;/path/to/flash/myflash.swf' }  else {
   swfurl = '&amp;dtml-portal_url;/path/to/flash/showflash?flashvid=myflash.swf'
}
swfobject.embedSWF(swfurl, "my-dom-id", "435", "290", "9.0.115");
</pre>
<p>Not sure why Opera should behave differently to other browsers here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/30/plone-and-flash-player-10-operas-revenge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Plone themes: some stats</title>
		<link>http://www.littled.net/new/2008/10/19/my-plone-themes-some-stats/</link>
		<comments>http://www.littled.net/new/2008/10/19/my-plone-themes-some-stats/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 13:16:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=97</guid>
		<description><![CDATA[Just been looking at the download statistics for my Plone themes via PyPi. I&#8217;m not sure how they should be read or if they&#8217;ve been skewed by me doing various tests, but they&#8217;re quite interesting:



Theme name
Egg downloads (.egg)
Source downloads (.tar.gz)


Hamnavoe
71
5


Simplicity
59
N/A


Andreas02
15
13



I recently updated the source download for Hamnavoe which explains the discrepancy between Egg and source [...]]]></description>
			<content:encoded><![CDATA[<p>Just been looking at the download statistics for my Plone themes via PyPi. I&#8217;m not sure how they should be read or if they&#8217;ve been skewed by me doing various tests, but they&#8217;re quite interesting:</p>
<table border="1">
<tbody>
<tr>
<th>Theme name</th>
<th>Egg downloads (.egg)</th>
<th>Source downloads (.tar.gz)</th>
</tr>
<tr>
<td><a href="http://pypi.python.org/pypi/plonetheme.hamnavoe">Hamnavoe</a></td>
<td>71</td>
<td>5</td>
</tr>
<tr>
<td><a href="http://pypi.python.org/pypi/plonetheme.simplicity">Simplicity</a></td>
<td>59</td>
<td>N/A</td>
</tr>
<tr>
<td><a href="http://pypi.python.org/pypi/plonetheme.andreas02">Andreas02</a></td>
<td>15</td>
<td>13</td>
</tr>
</tbody>
</table>
<p>I recently updated the source download for Hamnavoe which explains the discrepancy between Egg and source downloads for that theme, but in general it seems that the Eggs are the clear winners, which is due, I assume, to the themes being installed via buildout rather than direct download and installation via setup.py. Simplicity doesn&#8217;t even include a source download. I think this was to due to the fact that this was the first product I&#8217;d uploaded to PyPi and was having problems uploading it via setup.py from my Windows laptop, so I did the upload manually via the PyPi website.</p>
<p>I&#8217;m glad to see they&#8217;re being downloaded at all, and particularly pleased to see Hamnavoe on top as it&#8217;s my own design <img src='http://www.littled.net/new/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> As far as I know I can&#8217;t get these kind of stats for downloads via plone.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/19/my-plone-themes-some-stats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plone and Flash Player 10</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/</link>
		<comments>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:10:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[plone]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=94</guid>
		<description><![CDATA[Another pyrrhic victory maybe, but something that has made me exceptionally happy this afternoon. Basically, yesterday I upgraded my version of Flash Player to version 10 only to find that the Flash files on our Plone-powered site no longer worked.
The lovely folks at SWFObject helped to identify why this was happening &#8212; nothing to do [...]]]></description>
			<content:encoded><![CDATA[<p>Another pyrrhic victory maybe, but something that has made me exceptionally happy this afternoon. Basically, yesterday I upgraded my version of Flash Player to version 10 only to find that the Flash files on our Plone-powered site no longer worked.</p>
<p>The lovely folks at <a href="http://code.google.com/p/swfobject/">SWFObject</a> helped to identify why this was happening &#8212; nothing to do with SWFObject at all but the fact that <a href="http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes.html">Flash Player 10 implements some new security &#8220;features&#8221;</a>. I managed to isolate it to the fact that Plone serves up ATFiles with the header, &#8220;Content-Disposition: attachment&#8221;. Flash Player 10 ignores files served up with this header, so you need to override this and set it to &#8220;Content-Disposition: inline;&#8221;.</p>
<p>I came up with this solution which may not be overly elegant but at least it works. I created a skin-level Python script that sets response headers before returning the file:</p>
<p>showflash.py</p>
<pre>request = container.REQUEST
RESPONSE =  request.RESPONSE
flashvid = request['flashvid']
cd = &#8216;inline; filename=%s&#8217; %(context.id)
RESPONSE.setHeader(&#8217;Content-Disposition&#8217;, cd)
return context[flashvid]</pre>
<p>Then, when I embed the video with SWFObject I call it thus,</p>
<pre>&lt;script type="text/javascript"&gt;
   swfobject.embedSWF("&amp;dtml-portal_url;/path/to/flash/showflash?flashvid=myflash.swf", "my-dom-id", "435", "290", "9.0.115");
&lt;/script&gt;</pre>
<p>This may be better handled by a product like Plone4Artists Video but it certainly works as a fix for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fame at last&#8230;</title>
		<link>http://www.littled.net/new/2008/10/15/fame-at-last/</link>
		<comments>http://www.littled.net/new/2008/10/15/fame-at-last/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 16:22:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=93</guid>
		<description><![CDATA[Veda William&#8217;s presentation slides about the OOTB Theming project [PDF] from this year&#8217;s Plone conference in Washington have been posted to Openplans. I was pleased to see both Simplicity and Hamnavoe included in the screenshots at the end of the presentation. Woohoo!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.404-notfound.com/blog/">Veda William</a>&#8217;s presentation <a href="http://www.openplans.org/projects/ootb-plone-themes/project-home/ootb_presentation.pdf">slides about the OOTB Theming project</a> [PDF] from this year&#8217;s Plone conference in Washington have been posted to Openplans. I was pleased to see both Simplicity and Hamnavoe included in the screenshots at the end of the presentation. Woohoo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/15/fame-at-last/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sprinting remotely</title>
		<link>http://www.littled.net/new/2008/10/14/sprinting-remotely/</link>
		<comments>http://www.littled.net/new/2008/10/14/sprinting-remotely/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:00:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=92</guid>
		<description><![CDATA[I took part in my first Plone sprint over the weekend. The Theming sprint took part after the main Plone conference in Washington, but I did it from the comfort of my own study. Actually the whole experience was pretty hands-off: I checked in with the others via IRC, agreed what I&#8217;d be working on [...]]]></description>
			<content:encoded><![CDATA[<p>I took part in my first Plone sprint over the weekend. The Theming sprint took part after the main Plone conference in Washington, but I did it from the comfort of my own study. Actually the whole experience was pretty hands-off: I checked in with the others via IRC, agreed what I&#8217;d be working on and off I went.</p>
<p>The result is a new Plone theme: <a href="http://www.openwebdesign.org/design/2204/andreas02/">Andreas02, an open source web design by Andreas Viklund</a>. It&#8217;s a nice simple two-column design. I&#8217;ve checked it into PyPi for testing and have already noticed a couple of small things that need changing. Once I&#8217;ve done that, I&#8217;ll add some info to the <a href="http://www.littled.net/new/webdesign/plone-themes/">Plone themes section</a> of this site, check it into the Collective  and create a new project on plone.org.</p>
<p>Looks like some good work came out of the sprint, including some pretty good designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/14/sprinting-remotely/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some more on Deliverance</title>
		<link>http://www.littled.net/new/2008/10/10/some-more-on-deliverance/</link>
		<comments>http://www.littled.net/new/2008/10/10/some-more-on-deliverance/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 08:57:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=91</guid>
		<description><![CDATA[I&#8217;ve just read this article on Deliverance, courtesy of Planet Plone. I&#8217;m talking about a platform for content delivery from Plone (and other platforms) rather than the film obviously (&#8221;squeal piggy squeal!&#8221;).
Err, anyway, there&#8217;s lots of useful stuff in there, although I&#8217;m still not really any the wiser about how it works in practice.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just read this <a href="http://blog.ianbicking.org/2008/10/06/the-philosophy-of-deliverance/">article on Deliverance</a>, courtesy of Planet Plone. I&#8217;m talking about a platform for content delivery from Plone (and other platforms) rather than the <a href="http://www.imdb.com/title/tt0068473/">film</a> obviously (&#8221;squeal piggy squeal!&#8221;).</p>
<p>Err, anyway, there&#8217;s lots of useful stuff in there, although I&#8217;m still not really any the wiser about how it works in practice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/10/some-more-on-deliverance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Daniel Burka interviewed on Sitepoint</title>
		<link>http://www.littled.net/new/2008/10/06/daniel-burka-interviewed-on-sitepoint/</link>
		<comments>http://www.littled.net/new/2008/10/06/daniel-burka-interviewed-on-sitepoint/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 13:12:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=90</guid>
		<description><![CDATA[I read an interesting interview with Daniel Burka on Sitepoint last week. Daniel is, amongst other things, the lead designer at Digg. He talks about web, UI and interaction design and is a keen advocate of &#8220;user-centred design&#8221;: responding to how your users use your site and letting them guide you to what the problems [...]]]></description>
			<content:encoded><![CDATA[<p>I read an interesting <a href="http://www.sitepoint.com/article/interview-daniel-burka-digg/">interview with Daniel Burka on Sitepoint</a> last week. Daniel is, amongst other things, the lead designer at <a href="http://digg.com/">Digg</a>. He talks about web, UI and interaction design and is a keen advocate of &#8220;user-centred design&#8221;: responding to how your users use your site and letting them guide you to what the problems are, which it&#8217;s then up to you to solve:</p>
<blockquote><p>&#8220;And it’s up to us to find solutions to the problems—like the Henry Ford maxim that I mentioned in my talk today [at Web Directions South] : “If I had asked my customers, they would have told me they wanted a faster horse.” Anticipate beyond what our users can imagine. Having the feel to make that logical jump to the next level. That’s where the real genius is.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/06/daniel-burka-interviewed-on-sitepoint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hamnavoe 1.0.1 released</title>
		<link>http://www.littled.net/new/2008/10/06/hamnavoe-101-released/</link>
		<comments>http://www.littled.net/new/2008/10/06/hamnavoe-101-released/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:55:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=89</guid>
		<description><![CDATA[I got totally beaten by the fact that I could not get Hamnavoe to install via buildout so I rebuilt it using paster from the command line. I&#8217;ve released this on plone.org and PyPi as version 1.0.1. There are no changes to the design but at least it should install properly  

Download Hamnavoe 1.0.1 [...]]]></description>
			<content:encoded><![CDATA[<p>I got totally beaten by the fact that I could not get Hamnavoe to install via buildout so I rebuilt it using paster from the command line. I&#8217;ve released this on plone.org and PyPi as version 1.0.1. There are no changes to the design but at least it should install properly <img src='http://www.littled.net/new/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://plone.org">Download Hamnavoe 1.0.1 from plone.org</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/06/hamnavoe-101-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hamnavoe theme adopted by OOTB Plone themes</title>
		<link>http://www.littled.net/new/2008/10/01/hamnavoe-theme-adopted-by-ootb-plone-themes/</link>
		<comments>http://www.littled.net/new/2008/10/01/hamnavoe-theme-adopted-by-ootb-plone-themes/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:42:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[plone]]></category>

		<category><![CDATA[plone-themes]]></category>

		<category><![CDATA[plone3]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=88</guid>
		<description><![CDATA[I just realised as I&#8217;d finished off my new Plone theme that I&#8217;d just assumed that it would be used as part of the OOTB Plone themes project, without asking anyone what they thought of it first. Whoops. Anyway, looks like it will officially be included in the project which is good.
With lots of study [...]]]></description>
			<content:encoded><![CDATA[<p>I just realised as I&#8217;d finished off <a href="http://www.littled.net/hamnavoe/">my new Plone theme</a> that I&#8217;d just <em>assumed</em> that it would be used as part of the <a href="http://www.openplans.org/projects/ootb-plone-themes/project-home/">OOTB Plone themes</a> project, without asking anyone what they thought of it first. Whoops. Anyway, looks like it <strong>will</strong> officially be included in the project which is good.</p>
<p>With lots of study on the horizon I may not have a huge amount of time for more Plone theming escapades, but hopefully I&#8217;ll get one or two more out there. I&#8217;ve volunteered to participate remotely for the Plone theming sprint as part of this year&#8217;s conference but am not totally sure how that&#8217;s going to work in terms of time zones as yet, seeing as the conference is in Washington and I&#8217;m in London.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/10/01/hamnavoe-theme-adopted-by-ootb-plone-themes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
