<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Scottish Web Folk</title>
	<atom:link href="http://scottishwebfolk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottishwebfolk.wordpress.com</link>
	<description>haste ye back 2.0</description>
	<lastBuildDate>Wed, 07 Oct 2009 09:03:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='scottishwebfolk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/43c9e0f3f19a2d701548b1716c668419?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Scottish Web Folk</title>
		<link>http://scottishwebfolk.wordpress.com</link>
	</image>
			<item>
		<title>Developing skins in uPortal 3.1.x</title>
		<link>http://scottishwebfolk.wordpress.com/2009/10/07/developing-skins-in-uportal-3-1-x/</link>
		<comments>http://scottishwebfolk.wordpress.com/2009/10/07/developing-skins-in-uportal-3-1-x/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:02:36 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=125</guid>
		<description><![CDATA[I&#8217;ve been tasked with the (un)envious job of skinning our installation of uPortal which we&#8217;re using to develop a students&#8217; portal and have been frustrated at the lack of online documentation available for guiding Tomcat n00bs like me at how to do it.
The online documentation takes you so far, and outlines the various steps:

Set up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=125&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been tasked with the (un)envious job of skinning our installation of <a title="uPortal" href="http://www.jasig.org/uportal">uPortal</a> which we&#8217;re using to develop a students&#8217; portal and have been frustrated at the lack of online documentation available for guiding Tomcat n00bs like me at how to do it.</p>
<p>The <a title="uPortal JA-SIG Wiki" href="http://www.ja-sig.org/wiki/display/UPC/Skins">online documentation</a> takes you so far, and outlines the various steps:</p>
<ol>
<li>Set up a development environment (Consider the <a rel="nofollow" href="http://www.jasig.org/uportal/download">uPortal Quickstart</a>)</li>
<li>Copy the entire skin directory</li>
<li>Rename the skin directory</li>
<li>Register the new skin in the portal</li>
<li>Make modifications to skin files</li>
<li>Test the new skin in a test environment</li>
<li>Move the new skin to a public environment</li>
<li>Restart the portal server</li>
<li>Verify the new skin within the portal</li>
</ol>
<p>But it&#8217;s the finer details that I&#8217;ve struggled with. Thankfully we&#8217;ve got a contract with uPortal consultants <a title="Unicon" href="http://www.unicon.net/">Unicon</a> who came up trumps last night with a top tip that has sped up development incredibly.</p>
<h3>Creating a new skin directory</h3>
<p>Steps 2 and 3 above instruct you to &#8220;Copy the entire skin directory&#8221; and &#8220;Rename the skin directory&#8221;.  Here&#8217;s what I did.</p>
<p>uPortal comes with a default theme (called <em>universality</em>) and two skins (<em>uportal3 </em>and <em>ivy</em>). In uPortal <em>themes</em> control the page structure and layout, while <em>skins</em> control the design of themes.</p>
<p>For our purposes the <em>ivy</em> skin was close to what we wanted to achieve so I just copied the ivy folder within the uPortal war source directory (<em>\uPortal-3.1.1\uportal-war\src\main\webapp\media\skins\universality\</em>) and renamed it <em>standrews</em>.</p>
<p>This new <em>standrews</em> directory contains the following files and folders:</p>
<ul>
<li>[images]</li>
<li>ivy.css</li>
<li>ivy_base.css</li>
<li>ivy_jsr168.css</li>
<li>ivy_legacy.css</li>
<li>ivy_thumb.gif</li>
<li>jquery.css</li>
</ul>
<p>The next step was to rename any instance of the old skin name (ivy) with the new (in this case: standrews).  So we now get:</p>
<ul>
<li>[images]</li>
<li>standrews.css</li>
<li>standrews_base.css</li>
<li>standrews_jsr168.css</li>
<li>standrews_legacy.css</li>
<li>standrews_thumb.gif</li>
<li>jquery.css</li>
</ul>
<p>But it doesn&#8217;t stop there.  There are also references to the theme within the <em>standrews_base.css</em> file.  I used my web editor of choice (Blumentals <a title="WeBuilder" href="http://www.blumentals.net/webuilder/">WeBuilder 2010</a>) to replace within these files an instance of &#8216;ivy&#8217; with &#8217;standrews&#8217;.</p>
<p>The <em>standrews_thumb.gif</em> file shows a thumbnail screenshot image of your new theme, but since I&#8217;ve not created it yet I simply edited the existing file to make it look different from the original.</p>
<h3>Register the new skin</h3>
<p>The next step is to register your skin within uPortal by editing the skinList.xml file within the <em>uPortal-3.1.1\uportal-war\src\main\webapp\media\skins\universality\</em> directory.</p>
<p>It&#8217;s simply a case of copying the XML entry for ivy and making the necessary adjustments, e.g.</p>
<p style="padding-left:30px;"><code>&lt;skin&gt;<br />
&lt;skin-key&gt;standrews&lt;/skin-key&gt;<br />
&lt;skin-name&gt;St Andrews&lt;/skin-name&gt;<br />
&lt;skin-description&gt;New design&lt;/skin-description&gt;<br />
&lt;/skin&gt;</code></p>
<h3>Redeploy uPortal</h3>
<p>Redeploying uPortal (<em>ant deploy-war</em>) and restarting Tomcat will now give you the option of your new skin.</p>
<p>So far so good.</p>
<h3>Modify skin files</h3>
<p>But it&#8217;s step 5 that I was struggling with: make modifications to skin files.</p>
<p>The problem is that once I&#8217;d discovered where Tomcat stores the files: <em>apache-tomcat-6.0.18\webapps\uPortal\media\skins\universality\</em> (and accounting for uPortal minifying the files too) whenever I made a change to a CSS element within, for example, <em>standrews_base.min.css</em> and then refreshed my browser nothing would happen.</p>
<h3>Turn off uPortal caching</h3>
<p>And I couldn&#8217;t find any documentation to explain that uPortal itself was caching the CSS and JavaScript files used by the skin.  Not the browser, the application.</p>
<p>I fired off another email to Unicon and within a couple of hours (they&#8217;re in the US) I got the reply I was looking for:</p>
<blockquote><p>The caching can be turned off by commenting out a couple lines in the <em>web.xml</em> file.  The <em>web.xml </em>file can be found in the following locations:</p>
<ul>
<li>/path/to/uportal-war/src/main/webapp/WEB-INF/web.xml</li>
<li>/path/to/tomcat/webapps/uportal/WEB-INF/web.xml</li>
</ul>
<p>Commenting out filter-mapping for *.css and *.js disables the caching. The code that needs to be commented is around line 186. This is what it looks like in my environment.</p>
<p style="padding-left:30px;"><code> &lt;!-- Comment out filter for development purposes</code><br />
<code>&lt;filter-mapping&gt;</code><br />
<code>&lt;filter-name&gt;pageCachingFilter&lt;/filter-name&gt;</code><br />
<code>&lt;url-pattern&gt;*.js&lt;/url-pattern&gt;</code><br />
<code>&lt;url-pattern&gt;*.css&lt;/url-pattern&gt;</code><br />
<code>&lt;/filter-mapping&gt;--&gt;</code></p>
</blockquote>
<p>I then redeployed uPortal and that was it.  That was the missing link.  Now I can edit the CSS files, refresh my browser and there are the changes.</p>
<p>That&#8217;s one piece of information that would be a welcome addition to the JA-SIG Wiki.</p>
<p><em>Gareth @ St Andrews</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=125&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2009/10/07/developing-skins-in-uportal-3-1-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>Presentations from April 2009 gathering</title>
		<link>http://scottishwebfolk.wordpress.com/2009/06/30/presentations-from-april-2009-gathering/</link>
		<comments>http://scottishwebfolk.wordpress.com/2009/06/30/presentations-from-april-2009-gathering/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:37:34 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scottish Web Folk]]></category>
		<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=121</guid>
		<description><![CDATA[At last! the presentations from the last Scottish Web Folk meeting in Glasgow on Friday 17 April 2009.
Flickr

Robert Morrison&#8217;s presentation about building &#8220;an institutional image request interface on Flickr&#8217;s API with PHP&#8221;.
Microsoft SharePoint

Frank MacDonald&#8217;s presentation about whether Microsoft SharePoint is suitable as an intranet CMS.
CSS Frameworks

Gareth Saunders&#8217; presentation about using CSS Frameworks, with a particular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=121&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>At last! the presentations from the last Scottish Web Folk meeting in Glasgow on Friday 17 April 2009.</p>
<h3>Flickr</h3>
<p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1660936&#038;doc=flickr-image-repository-090630061705-phpapp01' width='426' height='349'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1660936&#038;doc=flickr-image-repository-090630061705-phpapp01' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>Robert Morrison&#8217;s presentation about building &#8220;an institutional image request interface on Flickr&#8217;s API with PHP&#8221;.</p>
<h3>Microsoft SharePoint</h3>
<p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1660788&#038;doc=sharepoint-intranet-cms-090630060500-phpapp02' width='426' height='349'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1660788&#038;doc=sharepoint-intranet-cms-090630060500-phpapp02' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>Frank MacDonald&#8217;s presentation about whether Microsoft SharePoint is suitable as an intranet CMS.</p>
<h3>CSS Frameworks</h3>
<p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1350605&#038;doc=css-frameworks-090427080104-phpapp01' width='426' height='349'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1350605&#038;doc=css-frameworks-090427080104-phpapp01' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>Gareth Saunders&#8217; presentation about using CSS Frameworks, with a particular focus on Blueprint CSS.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=121&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2009/06/30/presentations-from-april-2009-gathering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>Everything goes with PHP sauce!</title>
		<link>http://scottishwebfolk.wordpress.com/2009/02/04/everything-goes-with-php-sauce/</link>
		<comments>http://scottishwebfolk.wordpress.com/2009/02/04/everything-goes-with-php-sauce/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:04:24 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[hp sauce]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=117</guid>
		<description><![CDATA[Well, I clearly had too much time on my hands this afternoon for me to come up with the above poster, which is now proudly displayed on our office wall!
Gareth @ St Andrews
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=117&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_116" class="wp-caption alignnone" style="width: 436px"><img class="size-full wp-image-116" title="Everything goes with PHP sauce" src="http://scottishwebfolk.files.wordpress.com/2009/02/php-sauce.jpg?w=426&#038;h=569" alt="Everything goes with PHP sauce" width="426" height="569" /><p class="wp-caption-text">Everything goes with PHP sauce</p></div>
<p>Well, I clearly had too much time on my hands this afternoon for me to come up with the above poster, which is now proudly displayed on our office wall!</p>
<p><em>Gareth @ St Andrews</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=117&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2009/02/04/everything-goes-with-php-sauce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2009/02/php-sauce.jpg" medium="image">
			<media:title type="html">Everything goes with PHP sauce</media:title>
		</media:content>
	</item>
		<item>
		<title>Browser Wars &#8211; the next generation</title>
		<link>http://scottishwebfolk.wordpress.com/2008/10/23/browser-wars-the-next-generation/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/10/23/browser-wars-the-next-generation/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 12:58:40 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[brolly]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[umbrella]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=104</guid>
		<description><![CDATA[On Monday Steve and I attended an Opera Software University Seminar hosted here at the University of St Andrews, one of many stops on their world tour of educational institutions.
I found it an interesting and encouraging hour long presentation which looked at the Opera range of browsers (did you know that there are four main [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=104&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>On Monday Steve and I attended an <a title="Opera Education" href="http://www.opera.com/education/">Opera Software University Seminar</a> hosted here at the University of St Andrews, one of many stops on their world tour of educational institutions.</p>
<p>I found it an interesting and encouraging hour long presentation which looked at the Opera range of browsers (did you know that there are four main products: Desktop, Embedded, Mini and Mobile, which all use the same rendering engine?), Web Standards and a brief dive into HTML 5 and CSS 3.  <a title="Web Team blog" href="http://www.st-andrews.ac.uk/webteam/2008/10/21/opera-software-university-seminar/">I&#8217;ve blogged about it elsewhere</a> if you want to read more.</p>
<p>On our way out of the PC classroom (it was hosted in the School of Computer Science) in exchange for a completed feedback slip we were given a FREE umbrella. I know! FREE!  We didn&#8217;t even have to download it from one of <a title="Download Opera" href="http://www.opera.com/download/">over 80 download locations</a>.</p>
<h3>Comparisons</h3>
<p>However, the question I know you&#8217;re all asking: how does it compare with the St Andrews Web Team&#8217;s Mozilla Firefox umbrella, which was purchased from the <a title="Mozilla store" href="http://store.mozilla.org/">Mozilla store</a> a few months ago?</p>
<div id="attachment_105" class="wp-caption alignnone" style="width: 436px"><a href="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_01.jpg"><img class="size-full wp-image-105" title="brollywars_01" src="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_01.jpg?w=426&#038;h=170" alt="Mozilla Firefox umbrella next to the Opera umbrella" width="426" height="170" /></a><p class="wp-caption-text">Mozilla Firefox umbrella next to the Opera umbrella</p></div>
<h3>Size</h3>
<p>As you can see from the image above the Opera brolly is considerably smaller than the more cumbersome Mozilla brolly.</p>
<p>That observation correlates with my experience of the two browsers, currently Firefox is hogging 236 MB of RAM, while Opera is displaying the same three pages using only 34 MB. This is clearly the Opera Mini of umbrellas.</p>
<p>Opened each fares as you would expect: the Mozilla browser is considerably larger offering protection for more than one user.  The Opera Mini umbrella is clearly designed for single <span style="text-decoration:line-through;">tab</span> user use.</p>
<div id="attachment_108" class="wp-caption alignnone" style="width: 436px"><a href="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_firefox.jpg"><img class="size-full wp-image-108" title="brollywars_02_firefox" src="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_firefox.jpg?w=426&#038;h=319" alt="Mozilla Firefox umbrella open" width="426" height="319" /></a><p class="wp-caption-text">Mozilla Firefox umbrella open</p></div>
<div id="attachment_109" class="wp-caption alignnone" style="width: 436px"><a href="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_opera.jpg"><img class="size-full wp-image-109" title="brollywars_02_opera" src="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_opera.jpg?w=426&#038;h=319" alt="Opera Mini umbrella open" width="426" height="319" /></a><p class="wp-caption-text">Opera Mini umbrella open</p></div>
<h3>Rendering</h3>
<p>Opera has clearly taken HTML 5 and CSS 3 to heart with this umbrella as in particularly windy situations the brolly dynamically re-renders itself &#8230; mostly inside out.  Ironically, for such a stable browser their umbrella does have a tendency to &#8216;crash&#8217; alot in bad weather.  I suspect, however, that the weather we threw at it just had the wrong !DOCTYPE.</p>
<p>The Firefox umbrella on the other hand does appear to bend and sway a little but resolutely and reliably continues to do its job.</p>
<h3>User interface</h3>
<p>Both umbrellas feel robust enough, although I have to say that I would feel more confident taking the Firefox brolly out in the winds whistle down the streets of St Andrews.</p>
<p>In fact, in tests the Firefox umbrella proved to be easier and quicker to use simply due to the sturdiness of the fastenings and other hardware.</p>
<p>It is said that the first umbrella was likely to be nothing more than some largely-waterproof fabric stretched over a wooden or wire frame, and both models follow this tradition in terms of construction.  However, again, the Firefox brolly feels more robust with the stretched fabric stitches into the end of the spokes; the Opera brolly relies on small metal &#8216;cups&#8217; slotting over the end of the spokes, which are too easy to knock off.</p>
<h3>Security</h3>
<div id="attachment_107" class="wp-caption alignnone" style="width: 436px"><a href="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_03_security.jpg"><img class="size-full wp-image-107" title="brollywars_03_security" src="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_03_security.jpg?w=426&#038;h=170" alt="Clasps on Firefox and Opera umbrellas" width="426" height="170" /></a><p class="wp-caption-text">Clasps on Firefox and Opera umbrellas</p></div>
<p>Security is no less important on an umbrella as it is on a browser, and both models&#8217; security features are built to impress.</p>
<p>The Mozilla model uses the traditional ring on a piece of elastic which wraps snuggly around the shaft of the umbrella and afixes on a button, while the Opera model relies on a vecro fastening.</p>
<p>One particularly impressive security feature though was the clear plastic sheath that the Opera umbrella came in.  It keeps your umbrella safe and secure when not being used.</p>
<h3>Open Source</h3>
<p>As an open-source product you are welcome to take the code of Mozilla Firefox and redevelop it.  While the brolly is available to anyone within the Web Team we discourage any modifications to the overall structure, and as far as I&#8217;m aware there are currently no official add-ons for the brolly.</p>
<p>Opera is not an open-source product, which is reflected in our need to go directly to Opera to obtain it on request.  Although, as I understand it, 3rd parties such as Oxfam may be able to <a title="Opera distribute" href="http://composer.opera.com/composer3/">sign up to distribute</a> copies.</p>
<h3>Conclusion</h3>
<p>Other than the fact that I clearly have too much time on my hands during the lunch hour, I&#8217;d say that the Firefox umbrella is probably the one you want if you need to stay dry (in all sorts of weather), although it is more cumbersome. Perhaps, a bit like Firefox Portable.</p>
<p>The Opera umbrella on the other hand is wonderfully compact, so you can take it anywhere you want &#8230; a bit like their Opera Mini and Mobile browsers.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=104&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/10/23/browser-wars-the-next-generation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_01.jpg" medium="image">
			<media:title type="html">brollywars_01</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_firefox.jpg" medium="image">
			<media:title type="html">brollywars_02_firefox</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_02_opera.jpg" medium="image">
			<media:title type="html">brollywars_02_opera</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2008/10/brollywars_03_security.jpg" medium="image">
			<media:title type="html">brollywars_03_security</media:title>
		</media:content>
	</item>
		<item>
		<title>How Bill Gates works</title>
		<link>http://scottishwebfolk.wordpress.com/2008/10/11/how-bill-gates-works/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/10/11/how-bill-gates-works/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 16:15:07 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=102</guid>
		<description><![CDATA[Interesting article &#8220;How I Work: Bill Gates&#8221; about how Bill Gates (you know, that bloke with the software house) works.  Good insights into his productivity methods.
It seems to boil down to:

Three monitors (email, current work item, browser)
Email filtering
Ignore &#8220;the toast&#8221; &#8211; pop-up email notification
Email, Desktop folders and Calendar instead of to-do lists
SharePoint to collaborate on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=102&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Interesting article &#8220;<a title="Bill Gates" href="http://money.cnn.com/2006/03/30/news/newsmakers/gates_howiwork_fortune/">How I Work: Bill Gates</a>&#8221; about how Bill Gates (you know, that bloke with the software house) works.  Good insights into his productivity methods.</p>
<p>It seems to boil down to:</p>
<ol>
<li>Three monitors (email, current work item, browser)</li>
<li>Email filtering</li>
<li>Ignore &#8220;the toast&#8221; &#8211; pop-up email notification</li>
<li>Email, Desktop folders and Calendar instead of to-do lists</li>
<li>SharePoint to collaborate on projects</li>
<li>Search</li>
<li>Whiteboard</li>
</ol>
<p>I can certainly vouch for three monitors, email filtering and the whiteboard.</p>
<p><em>Gareth @ St Andrews</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=102&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/10/11/how-bill-gates-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>IWMW 2008 streaming video</title>
		<link>http://scottishwebfolk.wordpress.com/2008/10/11/iwmw-2008-streaming-video/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/10/11/iwmw-2008-streaming-video/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 15:39:33 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[IWMW]]></category>
		<category><![CDATA[IWMW2008]]></category>
		<category><![CDATA[Aberdeen]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=98</guid>
		<description><![CDATA[I meant to post this months ago, but for anyone that wasn&#8217;t there &#8212; or indeed anyone who was, but chose to sit outside in the sunshine rather than sitting indoors listening to a 45 minutes presentation on institutional repositories (you know who you are!) &#8212; the streaming videos are still available to watch on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=98&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I meant to post this months ago, but for anyone that wasn&#8217;t there &#8212; or indeed anyone who was, but chose to sit outside in the sunshine rather than sitting indoors listening to a 45 minutes presentation on institutional repositories (you know who you are!) &#8212; the streaming videos are still available to watch on the University of Aberdeen website: <a title="IWMW 2008 Streaming Video" href="http://www.abdn.ac.uk/web/iwmw/">www.abdn.ac.uk/web/iwmw/</a></p>
<p>Enjoy!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=98&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/10/11/iwmw-2008-streaming-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress bars vs spinning stuff</title>
		<link>http://scottishwebfolk.wordpress.com/2008/10/10/progress-bars-vs-spinning-stuff/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/10/10/progress-bars-vs-spinning-stuff/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:25:15 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[ia]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=96</guid>
		<description><![CDATA[Don&#8217;t you just love it when you discover Information Architecture topics in non-IA-specific locations.  I saw these and thought of you folks:
I LOVE PROGRESS BARS
http://www.goodiebag.tv/episodes/11_progress_bars.htm
AMERICANS LOVE LISTS
http://www.goodiebag.tv/episodes/05.htm
I can&#8217;t vouch for the appropriateness of any of the other film clips on that site, but those sure made me smile.  AND &#8230; I think watching them constitutes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=96&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Don&#8217;t you just love it when you discover Information Architecture topics in non-IA-specific locations.  I saw these and thought of you folks:</p>
<p>I LOVE PROGRESS BARS<br />
<a title="I love progress bars" href="http://www.goodiebag.tv/episodes/11_progress_bars.htm">http://www.goodiebag.tv/episodes/11_progress_bars.htm</a></p>
<p>AMERICANS LOVE LISTS<br />
<a title="Americans love lists" href="http://www.goodiebag.tv/episodes/05.htm">http://www.goodiebag.tv/episodes/05.htm</a></p>
<p>I can&#8217;t vouch for the appropriateness of any of the other film clips on that site, but those sure made me smile.  AND &#8230; I think watching them constitutes as research.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=96&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/10/10/progress-bars-vs-spinning-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>Presentation: 3 ways to improve your website</title>
		<link>http://scottishwebfolk.wordpress.com/2008/09/12/presentation-3-ways-to-improve-your-website/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/09/12/presentation-3-ways-to-improve-your-website/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 10:00:03 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[IWMW]]></category>
		<category><![CDATA[IWMW2008]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Scottish Web Folk]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[hcalendar]]></category>
		<category><![CDATA[hcard]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[opensearch]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=90</guid>
		<description><![CDATA[
These are my slides from today&#8217;s meeting.  I was looking at:

Improvement 1 &#8211; Adding hCard to Contact Details and hCalendar to Events
Improvement 3 &#8211; Search Auto-discovery
Improvement 6 &#8211; Add hint text to search boxes

It&#8217;s published under a Creative Commons licence (details on the slideshow) so feel free to use it and adapt it as required.
Cheat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=90&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=592832&#038;doc=swf-3waystoimproveyourwebsite-1221128294144836-9' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=592832&#038;doc=swf-3waystoimproveyourwebsite-1221128294144836-9' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>These are my slides from today&#8217;s meeting.  I was looking at:</p>
<ul>
<li><strong></strong>Improvement 1 &#8211; Adding hCard to Contact Details and hCalendar to Events</li>
<li><strong></strong>Improvement 3 &#8211; Search Auto-discovery<strong></strong><strong></strong></li>
<li><strong></strong>Improvement 6 &#8211; Add hint text to search boxes</li>
</ul>
<p>It&#8217;s published under a Creative Commons licence (details on the slideshow) so feel free to use it and adapt it as required.</p>
<h3>Cheat sheets</h3>
<p>These are a few of the cheat sheets that I use with these technologies:</p>
<h4>Microformats</h4>
<ul>
<li><a title="Brian Suda's Microformats cheat sheet" href="http://suda.co.uk/projects/microformats/cheatsheet/">Brian Suda&#8217;s Microformats cheat sheet</a></li>
<li><a title="Added Bytes" href="http://www.addedbytes.com/cheat-sheets/microformats-cheat-sheet/">Added Bytes&#8217; Microformats cheat sheet</a></li>
</ul>
<h4>jQuery</h4>
<ul>
<li><a title="GS Cottolson" href="http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/">jQuery 1.2 cheat sheet</a></li>
</ul>
<h4>OpenSearch</h4>
<ul>
<li><a title="OpenSearch cheat sheet" href="http://www.garethjmsaunders.co.uk/downloads/opensearch_cheatsheet_1-5.pdf">OpenSearch 1.1 (Draft 3) cheat sheet</a></li>
</ul>
<p><em>Gareth @ St Andrews</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scottishwebfolk.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scottishwebfolk.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=90&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/09/12/presentation-3-ways-to-improve-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>September meeting at University of Glasgow</title>
		<link>http://scottishwebfolk.wordpress.com/2008/09/11/september-meeting-at-university-of-glasgow/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/09/11/september-meeting-at-university-of-glasgow/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 09:40:21 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[IWMW]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Scottish Web Folk]]></category>
		<category><![CDATA[glasgow]]></category>
		<category><![CDATA[IWMW2008]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=88</guid>
		<description><![CDATA[A bit late (perhaps) to post this (as the meeting is being held tomorrow), but here&#8217;s the information about the next meeting of the Scottish Web Folk:
When
Friday 12th September 2008
1030-1200 Parallel sessions on T4 SiteManager and SiteStat
1200-1300 Lunch
1300-1600 Main session
Where
University of Glasgow, No 2 University Gardens
Both the morning and afternoon sessions will be held in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=88&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A bit late (perhaps) to post this (as the meeting is being held tomorrow), but here&#8217;s the information about the next meeting of the Scottish Web Folk:</p>
<h3>When</h3>
<p>Friday 12th September 2008</p>
<p style="padding-left:30px;"><strong>1030-1200</strong> Parallel sessions on T4 SiteManager and SiteStat</p>
<p style="padding-left:30px;"><strong>1200-1300</strong> Lunch</p>
<p style="padding-left:30px;"><strong>1300-1600</strong> Main session</p>
<h3>Where</h3>
<h4>University of Glasgow, No 2 University Gardens</h4>
<p>Both the morning and afternoon sessions will be held in rooms in <a title="Number 2 University Gardens" href="http://snipurl.com/unigardens">No. 2 University Gardens</a>.</p>
<p>You can also get information about travel arrangements as well as a full campus map at <a title="University Travel page" href="http://www.gla.ac.uk/about/locationmapsandtravel/mapsandtravel/">Travel into Glasgow</a>. University Gardens is at D15 on the full map.</p>
<p style="padding-left:30px;"><strong>T4 parallel session will be held in Room 208</strong>, 2 University Gardens<br />
<strong>SiteStat parallel session will be held in Room 209</strong>, 2 University Gardens</p>
<p style="padding-left:30px;"><strong>Main afternoon session will be held in Room 208</strong>, 2 University Gardens</p>
<h3>About</h3>
<p>The morning T4 session is going to have a more technical spin, looking at the API, brokers, handlers etc. Colin might want to chip in with what he has planned for the SiteStat folk.</p>
<p>The afternoon session includes a discussion about the &#8216;10 improvements&#8217; presentation that Mike Nolan (from <a title="Edge Hill University" href="http://www.edgehill.ac.uk/">Edge Hill University</a>) presented as a Parallel Session at the IWMW08. You can <a title="10-ish 5 minute ways to improve your website" href="http://www.slideshare.net/mikenolan/10ish-fiveminute-ways-to-improve-your-website/">see the slides</a> from the presentation for more info.</p>
<h3>Proposed agenda</h3>
<p><strong>1030-1200</strong> Simultaneous T4 / Sitestat Sessions (Similar to the May meeting)</p>
<p><strong>1200-1300</strong> Lunch / Afternoon session arrivals</p>
<p><strong>1300-1310</strong> Welcome<br />
<strong>1310-1330</strong> IWMW08 Feedback / Discussion including Brian K&#8217;s offer of consultancy<br />
<strong>1330-1340</strong> Improvement 1 &#8211; Adding hCard to Contact Details<br />
<strong>1340-1350</strong> Improvement 2 &#8211; Adding hCalendar to Events<br />
<strong>1350-1400</strong> Improvement 3 &#8211; Feed Auto-discovery<br />
<strong>1410-1420</strong> Improvement 4 &#8211; Search Auto-discovery<br />
<strong>1420-1430</strong> Improvement 5 &#8211; Minimise JS/CSS with YUI Compressor</p>
<p><strong>1430-1500</strong> Coffee</p>
<p><strong>1500-1510</strong> Improvement 6 &#8211; Enable gzip compression<br />
<strong> 1510-1520</strong> Improvement 7 &#8211; Add hint text to search boxes<br />
<strong> 1520-1530</strong> Improvement 8 &#8211; Optimise page loading<br />
<strong> 1530-1540</strong> Improvement 9 &#8211; Make the most of Google &#8211; alerts, Webmaster tools, etc.<br />
<strong> 1540-1550</strong> Improvement 10 &#8211; Custom 404 page<br />
<strong> 1550-1600</strong> General discussion / Close</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scottishwebfolk.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scottishwebfolk.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=88&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/09/11/september-meeting-at-university-of-glasgow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>
	</item>
		<item>
		<title>Silk icons</title>
		<link>http://scottishwebfolk.wordpress.com/2008/09/03/silk-icons/</link>
		<comments>http://scottishwebfolk.wordpress.com/2008/09/03/silk-icons/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:10:41 +0000</pubDate>
		<dc:creator>Gareth J M Saunders</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[silk]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://scottishwebfolk.wordpress.com/?p=85</guid>
		<description><![CDATA[I was recently needing a number of small (16 x 16 pixel) icons for a project and came across the Silk Icons collection from FamFamFam, which I can thoroughly recommend.
“Silk” is a smooth, free icon set, containing over 700 16-by-16 pixel icons in strokably-soft PNG format. 							Containing a large variety of icons, you&#8217;re sure 							to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=85&subd=scottishwebfolk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_86" class="wp-caption alignnone" style="width: 436px"><a href="http://scottishwebfolk.files.wordpress.com/2008/09/swf_silkicons.png"><img class="size-full wp-image-86" src="http://scottishwebfolk.files.wordpress.com/2008/09/swf_silkicons.png?w=426&#038;h=283" alt="FamFamFam Silk Icons" width="426" height="283" /></a><p class="wp-caption-text">FamFamFam Silk Icons</p></div>
<p>I was recently needing a number of small (16 x 16 pixel) icons for a project and came across the <a title="Silk Icons" href="http://www.famfamfam.com/lab/icons/silk/">Silk Icons collection from FamFamFam</a>, which I can thoroughly recommend.</p>
<blockquote><p>“Silk” is a smooth, free icon set, containing over <strong>700</strong> 16-by-16 pixel icons in strokably-soft PNG format. 							Containing a large variety of icons, you&#8217;re sure 							to find something that tickles your fancy. And all 							for a low low price of <strong>$0.00</strong>. You can&#8217;t say fairer than 							that &#8230; This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/2.5/">Creative 						Commons Attribution 2.5 License</a>.</p></blockquote>
<p>The only icon that I couldn&#8217;t find amongst that positive smörgåsbord of iconic loveliness was one for a QuickTime movie, but apart from that it&#8217;s served me well for what I&#8217;ve required.</p>
<h3>Shopping cart icon</h3>
<p>While on the topic of icons if you&#8217;re looking for an icon for a shopping cart (and let&#8217;s face it, who isn&#8217;t these days?) there&#8217;s an attractive one on offer for free at <a title="Shopping Cart icon" href="http://www.bartelme.at/journal/archive/shopping_cart_icon">Bartleme Design</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scottishwebfolk.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scottishwebfolk.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottishwebfolk.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottishwebfolk.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottishwebfolk.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottishwebfolk.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottishwebfolk.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottishwebfolk.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottishwebfolk.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottishwebfolk.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottishwebfolk.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottishwebfolk.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scottishwebfolk.wordpress.com&blog=1382600&post=85&subd=scottishwebfolk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://scottishwebfolk.wordpress.com/2008/09/03/silk-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e074286a9982cad93b72d5f8f901ddb3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pottingshed</media:title>
		</media:content>

		<media:content url="http://scottishwebfolk.files.wordpress.com/2008/09/swf_silkicons.png" medium="image">
			<media:title type="html">FamFamFam Silk Icons</media:title>
		</media:content>
	</item>
	</channel>
</rss>