<?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>development &#8211; ptworld.net</title>
	<atom:link href="https://ptworld.net/blog/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>https://ptworld.net</link>
	<description>e-consultancy, research and publishing</description>
	<lastBuildDate>Tue, 16 Apr 2024 14:58:12 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>MakeStaticSite on GitHub</title>
		<link>https://ptworld.net/blog/makestaticsite-on-github/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 08 Mar 2023 15:03:44 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[SimTerm]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://ptworld.net/?p=1631</guid>

					<description><![CDATA[Work has continued on MakeStaticSite, the Bash utility to create static snapshots of websites, refine and deploy them — just through a single command. Now at version 0.22.2 and available for download, recent updates include: We&#8217;ve even updated the animation <a class="more-link" href="https://ptworld.net/blog/makestaticsite-on-github/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>Work has continued on <a rel="noreferrer noopener" href="https://makestaticsite.sh/" target="_blank">MakeStaticSite</a>, the Bash utility to create static snapshots of websites, refine and deploy them — just through a single command.</p>



<p>Now at version 0.22.2 and <a href="https://makestaticsite.sh/getting-started/installing/" target="_blank" rel="noreferrer noopener">available for download</a>, recent updates include:</p>



<ul class="wp-block-list">
<li>improved support for search engines through the generation of a sitemap based on actual file output, matched in each web page by the canonical URL specified in the <tt>&lt;head></tt> tag.  This sitemap is also cited by the site&#8217;s <tt>robots.txt</tt> file.</li>



<li>more robust handling of <a rel="noreferrer noopener" href="https://makestaticsite.sh/in-depth/workflow/" target="_blank">workflow</a>, so you can use MakeStaticSite in conjunction with other scripts at various stages, to undertake other management tasks, such as reviewing accessibility or link checking.</li>



<li>more systematic treatment of options to clean WordPress ahead of being crawled by Wget.  These small steps also point the way to broader support for fine-tuning CMS output.</li>



<li>Support for deployment on Netlify Content Distribution Network, which is where the site is now hosted.  It&#8217;s expected that other CDN could be handled similarly.</li>
</ul>



<p>We&#8217;ve even updated the animation on the Home page, extending the <a rel="noreferrer noopener" href="https://github.com/paultraf/simterm" target="_blank">SimTerm plugin</a> in the process.</p>



<p>Now that MakeStaticSite has been used successfully over a period of several months, it has been placed under Git version control. I am pleased to announce that I&#8217;ve created a repository on GitHub<br><a href="https://github.com/paultraf/makestaticsite" target="_blank" rel="noreferrer noopener">https://github.com/paultraf/makestaticsite</a></p>



<p>In surveying approaches to generating static sites, I have not been able to find anything similar, and there is a myriad of ways in which it <a rel="noreferrer noopener" href="https://makestaticsite.sh/developers/further-work/" target="_blank">could be enhanced</a>.  Compared with some Jamstack approaches, the performance is slow, but building this site, which is quite substantial, only takes a few minutes whereas the MakeStaticSite project site takes less than a minute.  For most purposes, this should be fine.</p>



<p>The use of the command line is an obstacle for some, but there are various ways in which a GUI could be provided, even Web CGI, which might be security concern on a public-facing server, but far less so on a personal computer.  The beauty of using shell scripts is that you can quickly achieve desired results without being tied to any framework.  So, please give it a go!</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MakeStaticSite</title>
		<link>https://ptworld.net/projects/software/makestaticsite/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 14:26:59 +0000</pubDate>
				<category><![CDATA[development]]></category>
		<category><![CDATA[MakeStaticSite]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=1499</guid>

					<description><![CDATA[Foreword The issues of Website security and performance continue to loom large, with organisations large and small continuing to suffer severe loss of service following a compromise — whether a site gets defaced, Google results become hijacked, or, more seriously, <a class="more-link" href="https://ptworld.net/projects/software/makestaticsite/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<h2 class="wp-block-heading">Foreword</h2>



<p>The issues of Website security and performance continue to loom large, with organisations large and small continuing to suffer severe loss of service following a compromise — whether a site gets defaced, Google results become hijacked, or, more seriously, personal data is breached.  </p>



<p>As will be described below, MakeStaticSite already offers a freely available solution (which has been implemented for this site), but it requires a certain level of technical knowledge.   However, further development is on the way to provide a Web-based service that will be simple and easy to use.  A proof of concept has already been implemented and been successfully tested, which should pave the way for <a href="https://ptworld.net/about/business/" data-type="page" data-id="1034">business</a> investment.   </p>



<h2 class="wp-block-heading">What&#8217;s the problem?</h2>



<p>Security issues arise largely from the way the content is generated and delivered to site visitors using <em>server-side processing</em>, which typically involves scripts and databases to select and deliver specific text, multimedia, and so on.  For example, content management systems (such as <a href="https://wordpress.org/" target="_blank" rel="noreferrer noopener">WordPress</a> and <a href="https://drupal.org/" target="_blank" rel="noreferrer noopener">Drupal</a>) are based on PHP and MySQL, which, if misconfigured, might yield not only the desired pages but be open to requests crafted to subvert the setup and yield unintended access.  Thus, maintaining the security of such a setup is an ongoing process that requires continual vigilance, responding promptly to security notices with the installation of updates, but it&#8217;s a race against time and there&#8217;s no guarantee that all vulnerabilities will be spotted.</p>



<p>MakeStaticSite belongs to the class of software known as <em>static site generators</em>, which removes all the dynamic components from public exposure, replacing them with a set of web pages (plain HTML, CSS, JavaScript) that require no server-side processing.  The pages are prepared beforehand in a safer environment, such as an individual&#8217;s laptop or a shared space behind a firewall, protected by strict access controls.  This simplifies the delivery process as well as helping with security.  Shell scripting is used, making available various tools to handle different aspects of the task.  An <a href="https://ptworld.net/blog/introducing-makestaticsite-for-website-deployment/" data-type="post" data-id="1504">introductory post</a> provides an overview of the processes involved. </p>



<p>For developers and system administrators, MakeStaticSite provides a convenient means to set up and manage the automatic creation and deployment of static versions of websites. Such sites can be administered locally and then deployed remotely to some other hosting provider. Strictly speaking, this is not an archival tool as the output is not an exact mirror, but a version of the site that preserves content whilst aiming to remain current. For example, RSS feeds are saved and then renamed with <tt>.xml</tt> extensions, and further files may be added.</p>



<p>Anyone who has some familiarity with the command line should be able to use the tool to assist in maintaining their sites, though such an interface is off-putting to some.  Further, a scripting-based approach has been chosen to make this tool widely accessible for developers to further fine-tune; a number of refinements are already included that augment the standard use of <a href="https://www.gnu.org/software/wget/" target="_blank" rel="noreferrer noopener">Wget</a>, such as support for arbitrary attributes and, in the case of WordPress, the use of <a href="https://wp-cli.org/" target="_blank" rel="noreferrer noopener">WP-CLI</a> to prepare sites beforehand.</p>



<p>MakeStaticSite has been released as open source software, available under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License version 3</a> .  For further details, please refer to the project site, <a href="https://makestaticsite.sh/" target="_blank" rel="noreferrer noopener">makestaticsite.sh</a>.  Many thanks to various developers for sharing their knowledge on shell scripting, particularly on blogs and Q&amp;A websites such as <a href="https://stackexchange.com/" target="_blank" rel="noreferrer noopener">Stack Exchange</a> and to those who have tested, commented on and otherwise supported MakeStaticSite.</p>



<h2 class="wp-block-heading">Hosted Web Service</h2>



<p>In its present form, it is technical in nature, aimed at developers and system administrators.  However, as a further development, a hosted Web service is being developed, with a simple user interface.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="761" src="https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-1024x761.png" alt="Graphic showing how the MakeStaticSiteWeb dashboard launches three stages of the publication process at a click of a link or press of a button: authoring in a CMS (WordPress), building the static site and viewing the output." class="wp-image-1652" srcset="https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-1024x761.png 1024w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-300x223.png 300w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-768x571.png 768w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-500x371.png 500w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-800x594.png 800w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture.png 1155w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>The user logs in to a central dashboard to maintain their projects.  By following a link or clicking a button, they can launch their CMS editor, build a static version of the site and browse the output.</p>



<h2 class="wp-block-heading">How you can help!</h2>



<p>At this stage, we are looking for investment.  Please <a href="https://ptworld.net/contact/" data-type="page" data-id="20">get in touch</a> to try out the demo and to arrange for a presentation.</p>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Business</title>
		<link>https://ptworld.net/about/business/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 08 Jun 2022 16:28:15 +0000</pubDate>
				<category><![CDATA[appeal]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[invitation]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[startup]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=1034</guid>

					<description><![CDATA[In a very general sense, business means occupation (see the etymology). Here, the specific occupation is around software, which are the intended products, which may be partly free and partly commercial. Accordingly, in the early stages, the business is mainly <a class="more-link" href="https://ptworld.net/about/business/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p>In a very general sense, <em>business</em> means occupation (see the <a href="https://www.etymonline.com/search?q=business" target="_blank" rel="noreferrer noopener">etymology</a>).  Here, the specific occupation is around software, which are the intended products, which may be partly free and partly commercial.  Accordingly, in the early stages, the business is mainly concerned with the development of software prototypes, beginning with a proof of concept, i.e. a website (or, possibly app) that can be demonstrated and tested by selected parties. </p>



<p>The overall goal is the development of <a href="https://ptworld.net/projects/sigala/" data-type="page" data-id="802">Sigala</a>, but this is unconventional, so as a stepping stone attention is being given to more mainstream projects that can generate start-up capital.  </p>



<h3 class="wp-block-heading">MakeStaticSiteWeb</h3>



<p>The first of these is to implement <a href="https://ptworld.net/projects/software/makestaticsite/" data-type="page" data-id="1499">MakeStaticSite</a> as an easy-to-use service hosted on the Web.</p>



<h2 class="wp-block-heading">How you can help</h2>



<p>One of the first tasks is to draft a business plan.  At this early stage, each contributor needs to be self-financed, until we secure financial backing.   The immediate focus is on MakeStaticSiteWeb, which is envisaged as a kind of financial bootstrap.  For the longer term, I have expressed some thoughts on <a href="http://research.siga.la/research/the-economics-of-sigala-sns/economic-viability-and-the-business-case/" target="_blank" rel="noreferrer noopener">economic viability</a> (on the Sigala research site).  </p>



<p>We&#8217;ll need to form a team.  There are many roles for an initiative like Sigala, especially once the project gains momentum and the software development is put on a more formal footing.   Some which will be crucial are:</p>



<ul class="wp-block-list">
<li><strong>community liaison</strong> — I wish to target early versions at children, so as to make the design inherently safe.  I would like the liaison to work with existing organisations such as the Jubilee Centre to develop in conjunction with schools, but also work through community elders, perhaps through bodies such as councils of faith.</li>



<li><strong>researchers</strong> — the project&#8217;s <a href="https://ptworld.net/research/" data-type="page" data-id="23">research</a> is ongoing and needs to be strengthened by relevant expertise in many fields.  This can involve both formal and informal collaboration.</li>



<li><strong>software development</strong>
<ul class="wp-block-list">
<li><strong>requirements analyst</strong> — this technical role, working closely with the community liaison, will translate the requirements from communities into software requirements. Particular attention should be given to safety requirements.</li>



<li><strong>systems architect</strong> — what software services do we need, how are the components related to each other?   Particular attention is to be given to security, which is a role in itself.</li>



<li><strong>lead developer</strong> — in the early stages of prototyping, this role will be pivotal.  Once the project starts progressing beyond that, they will need to build their own team of developers, including testers.</li>



<li><strong>usability specialist</strong> — a role intrinsic to the design and development process, with particular attention to <a href="https://ptworld.net/accessibility/" data-type="page" data-id="1111">accessibility</a>.</li>
</ul>
</li>



<li><strong>legal</strong> — obligations and best practice covering accessibility, privacy, intellectual property rights, etc.</li>



<li><strong>communications</strong> — to keep everyone, internally and externally, informed of project progress.  </li>
</ul>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Software</title>
		<link>https://ptworld.net/projects/software/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 13:15:13 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[MakeStaticSite]]></category>
		<category><![CDATA[methodologies]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=989</guid>

					<description><![CDATA[The digital world is made up of software and hardware and increasingly permeates our lives. Analogous to making material donations, many developers offer software freely for the wider community in the hope that others may benefit also. They typically do <a class="more-link" href="https://ptworld.net/projects/software/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p>The digital world is made up of software and hardware and increasingly permeates our lives.  Analogous to making material donations, many developers offer software freely for the wider community in the hope that others may benefit also.  They typically do this by releasing software under an <a rel="noreferrer noopener" href="https://opensource.org/osd" target="_blank">open source</a> license.  </p>



<p>The generous ethos is admirable.  Indeed, whereas the spotlight has recently been shone on software developers to become more aware of certain ethical issues, along with pressure to change their practices, there is in fact much to be learnt from that community.  I have tried to intimate this in <a rel="noreferrer noopener" href="https://www.chezpaul.org.uk/interfth/osswisdom.html" target="_blank">Open Sources: A Higher Consciousness in Software Development</a>, a paper I gave at an unusual <a rel="noreferrer noopener" href="https://www.chezpaul.org.uk/interfth/birdofheaven.html" target="_blank">conference on the theme of wisdom</a>.</p>



<p>As a developer myself, I am largely <a rel="noreferrer noopener" href="https://paultrafford.blogspot.com/2007/01/zx-spectrum-and-scrabble-nostalgia.html" target="_blank">self-taught since the 1980s</a>.  It may explain why, when solving programming problems, I can be somewhat unconventional and occasionally original.</p>



<h2 class="wp-block-heading">Open Source contributions</h2>



<p>I&#8217;m not a prolific or fluent coder, but have contributed to a few open source projects and am currently working on two.</p>



<ul class="wp-block-list">
<li><strong><a href="https://ptworld.net/projects/software/makestaticsite/" data-type="page" data-id="1499">MakeStaticSite</a></strong>, a static site generator and deployer, is a Bash script that I already use to generate static versions of locally-developed WordPress sites (like this one and <a href="https://research.siga.la" target="_blank" rel="noreferrer noopener">research.siga.la</a>).  It is release as free/open source software under AGPL v.3 and is <a href="https://makestaticsite.sh/getting-started/installing/">available for download</a>.</li>



<li><strong>WP Offline Search</strong> is a further refinement of my <a href="https://github.com/paultraf/wp-static-search/" target="_blank" rel="noreferrer noopener">fork of WP Static Search</a> by Gergely Szerovay, who developed a WordPress plugin based on <a href="https://lunrjs.com/" target="_blank" rel="noreferrer noopener">Lunr.js</a>. As I&#8217;ve not received any response to my pull requests and have reworked quite a lot of the code, I changed the name and intend to set up a new repository.</li>



<li><a href="https://github.com/jcdarwin/epubcheck-web" target="_blank" rel="noreferrer noopener">epubcheck-web</a> (contributor) – enabling standards-based checking of ePub documents to help self-publishing, motivated by <a href="https://ptworld.net/portfolio/publishing-systems/#ebook">my experiences of self-publishing a Kindle book</a> (see especially the <a href="https://ptworld.net/portfolio/publishing-systems/#ebook" data-type="page" target="_blank" rel="noreferrer noopener">EPUB conversion report slides</a>).</li>
</ul>



<p>I hope to share the Sigala code likewise, once it has reached a certain level of maturity. </p>



<p>For my work using other people&#8217;s software, take a look at the <a href="https://ptworld.net/portfolio/">portfolio</a>.</p>



<h3 class="wp-block-heading">Legacy software, but enduring paradigms</h3>



<p>At the turn of the millennium, there was no universal means for authors to edit and maintain their content through their web browser.  The technical solutions that existed tended to work only on specific platforms, carried a fee, or else require a Java plugin.</p>



<p>In response, I devised one, <a rel="noreferrer noopener" href="https://web.archive.org/web/20011205040442/http://users.ox.ac.uk/~pault/netwedit/index.html" target="_blank">NetWedit</a>, possibly the world&#8217;s first cross-platform JavaScript-based solution, released under <a rel="noreferrer noopener" href="https://fossa.com/blog/open-source-software-licenses-101-lgpl-license/" target="_blank">GNU LGPL</a>, in the days when I still thought that the first &#8216;L&#8217; stood for &#8216;library&#8217; rather than &#8216;lesser&#8217;.  It was experimental and used a crafty method, but it worked well enough for members of Oxford University&#8217;s Theology Faculty to maintain their profiles for a <a href="https://ptworld.net/portfolio/theology-faculty-tlr/" data-type="page" data-id="456">teach and learning resources database</a>. </p>



<p>As browser DOM support improved, I subsequently enhanced the functionality, but kept the same basic user interface, to produce <a rel="noreferrer noopener" href="https://web.archive.org/web/20100109060438/http://users.ox.ac.uk/~pault/rtwedit/" target="_blank">RTWedit</a>, which was incorporated into early versions of WebLearn, Oxford University&#8217;s centrally-hosted virtual learning environment.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="892" height="637" src="https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor.png" alt="Rich text editing in a pop-up window with basic functions to apply bold and italic, to create hyperlinks and to insert images" class="wp-image-1353" style="width:669px;height:478px" srcset="https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor.png 892w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-300x214.png 300w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-768x548.png 768w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-500x357.png 500w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-800x571.png 800w" sizes="(max-width: 892px) 100vw, 892px" /><figcaption class="wp-element-caption">An early example (2005-7) of rich text editing in WebLearn, using RTWedit. <br>(Screenshot of a slide from OUCS IT Learning Programme training course led by Paul Trafford.)</figcaption></figure>
</div>


<p>Standards have moved on and browsers only maintain limited backwards compatibility, so my tools don&#8217;t work in a standard desktop today, but the approach of working from first principles is ever-relevant.  I&#8217;ve recorded some notes in a retrospective piece, <a rel="noreferrer noopener" href="https://paultrafford.blogspot.com/2021/04/adventures-in-readwrite-web.html" target="_blank">Adventures in the Read/Write Web</a>. </p>



<p>Nowadays, we take for granted the fact that we can write content in systems such as WordPress and Drupal using a rich text editor with an experience similar to that in a word processor. Such editors, based on packages such as <a rel="noreferrer noopener" href="https://www.tiny.cloud" target="_blank">TinyMCE</a> and <a rel="noreferrer noopener" href="https://ckeditor.com" target="_blank">CK Editor</a> are still written in JavaScript.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RAMBLE</title>
		<link>https://ptworld.net/portfolio/ramble/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sun, 22 May 2022 14:21:18 +0000</pubDate>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[Bodington]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[handheld]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[JISC]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[newsfeeds]]></category>
		<category><![CDATA[OUCS]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[personal learning]]></category>
		<category><![CDATA[PLE]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[reflective learning]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[VLE]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=581</guid>

					<description><![CDATA[Date: 2004-2005 Brief: This project was to demonstrate how service-oriented architecture (SOA) could link personal learning spaces and institutional systems. Roles: Principle Investigator (JISC-funded project, staff member of the Learning Technologies Group, Oxford University Computing Service), systems analyst and systems <a class="more-link" href="https://ptworld.net/portfolio/ramble/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p><strong>Date</strong>: 2004-2005</p>



<p><strong>Brief</strong>: This project was to demonstrate how service-oriented architecture (SOA) could link personal learning spaces and institutional systems.  </p>



<p><strong>Roles</strong>:  Principle Investigator (JISC-funded project, staff member of the Learning Technologies Group, Oxford University Computing Service), systems analyst and systems administrator.  This was concurrent to my main role of running WebLearn, Oxford University&#8217;s centrally-hosted virtual learning environment.</p>



<p><strong>Solution</strong>: I established a small team of about six, including colleagues in Chemistry and Medical Sciences.  We devised a workflow that encompassed student blogging on a handheld device and WebLearn. Technically, the post content was shared through RSS and Atom feeds, restricted by server and application configurations; I oversaw the development of a new blogging component in the VLE.  Whilst establishing blogging as a reflective learning activity, I also uncovered insights into the conditions that foster deeper learning, as intimated in an <a rel="noreferrer noopener" href="http://www.ariadne.ac.uk/issue/44/trafford/" target="_blank">article for Ariadne</a>.  Furthermore, the project had a more general impact on mobile developments at the University.</p>



<p></p>



<p>URL: <a href="http://projects.oucs.ox.ac.uk/ramble/" target="_blank" rel="noreferrer noopener">http://projects.oucs.ox.ac.uk/ramble/</a> </p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-f1b21b5f vp-id-Zisqhk"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c95c5dd1" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" data-vp-popup-img-size="712x463" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-vp-popup-md-img-size="712x463" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png" data-vp-popup-sm-img-size="500x325">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Architecture</h3>
				<div class="vp-portfolio__item-popup-description">A service-oriented architecture underpinned the RAMBLE project. 
<br />
Students authored posts using an app on a PDA, with the assistance of a foldable keyboard.  Once the PDA has a passthrough network connection, entries could be uploaded via the app to the blog server.
<br />
Students could subsequently view and share selectively (with their tutor) in a Virtualized Learning Environment (VLE).</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png"
			>
	
		<noscript><img decoding="async" width="712" height="463" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" class="wp-image-533" alt="A simple schematic for the RAMBLE architecture comprising three components (PDA, blog server and VLE). The learner writes their blog entry on the PDA and then views it (in the learning context) in the VLE" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" sizes="(max-width: 712px) 100vw, 712px" /></noscript><img decoding="async" width="712" height="463" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" class="wp-image-533 vp-lazyload" alt="A simple schematic for the RAMBLE architecture comprising three components (PDA, blog server and VLE). The learner writes their blog entry on the PDA and then views it (in the learning context) in the VLE" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjQ2MyIgdmlld0JveD0iMCAwIDcxMiA0NjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Architecture</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0bfa0ae8" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" data-vp-popup-img-size="1608x1117" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg" data-vp-popup-md-img-size="800x556" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg" data-vp-popup-sm-img-size="500x347">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project: iPaq PDA and Belkin keyboard</h3>
				<div class="vp-portfolio__item-popup-description">This was the setup for the Medical Sciences undergraduate participants in RAMBLE.
<br />
It comprised an iPaq 1940 running Pocket Blog software and a Belkin foldable wireless keyboard.
<br />
But why is the iPaq positioned towards the right &#8230; ?  (see next slide)
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1608" height="1117" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" sizes="auto, (max-width: 1608px) 100vw, 1608px" /></noscript><img decoding="async" width="1608" height="1117" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567 vp-lazyload" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwOCIgaGVpZ2h0PSIxMTE3IiB2aWV3Qm94PSIwIDAgMTYwOCAxMTE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project: iPaq PDA and Belkin keyboard</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-e9373172" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" data-vp-popup-img-size="1024x768" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg" data-vp-popup-md-img-size="800x600" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg" data-vp-popup-sm-img-size="500x375">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Blogging setup 1/2</h3>
				<div class="vp-portfolio__item-popup-description">This is a slide from a presentation to Oxford University&#8217;s Department of Educational Studies relating the art of setup.
<br />
As illustrated in the annotated photo of the PDA and keyboard, the keyboard uses infrared to communicate with the PDA and therefore needs a line of sight.
<br />
The mirror top left reflects the beam to the receiving port on the PDA. (There&#8217;s no Bluetooth.)
<br />
As a result, the PDA ends up displaced to  one side.

</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1024" height="768" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" class="wp-image-571" alt="A presentation slide split between &#039;Setup Features&#039; (notes) and &#039;PDA and Keyboard&#039; (annotated photo)" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></noscript><img decoding="async" width="1024" height="768" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" class="wp-image-571 vp-lazyload" alt="A presentation slide split between &#039;Setup Features&#039; (notes) and &#039;PDA and Keyboard&#039; (annotated photo)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Blogging setup 1/2</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c88207ad" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" data-vp-popup-img-size="1024x768" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg" data-vp-popup-md-img-size="800x600" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg" data-vp-popup-sm-img-size="500x375">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Blogging setup 2/2</h3>
				<div class="vp-portfolio__item-popup-description">This is another slide from a presentation to Oxford University&#8217;s Department of Educational Studies, here showing what&#8217;s involved in blogging.
<br />
As the screenshot shows, Pocket Blog is basically a text editor with a basic markup facility and some network synchronisation options. 
<br />
This was the setup for Medical Science students, whereas Chemistry students used mo:Blog on Palm Zire 72.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1024" height="768" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" class="wp-image-572" alt="A presentation slide split between &#039;Features&#039; (notes) and &#039;Screenshot: Pocket Blog&#039; with some basic markup for a blog post" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></noscript><img decoding="async" width="1024" height="768" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" class="wp-image-572 vp-lazyload" alt="A presentation slide split between &#039;Features&#039; (notes) and &#039;Screenshot: Pocket Blog&#039; with some basic markup for a blog post" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Blogging setup 2/2</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-22520f82" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" data-vp-popup-img-size="592x628" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-vp-popup-md-img-size="592x628" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png" data-vp-popup-sm-img-size="500x530">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Wireless PDA Keyboard Settings</h3>
				<div class="vp-portfolio__item-popup-description">Microsoft Pocket PC has built-in networking capabilities, no additional software was required to work with the Belkin keyboard.
<br />
Four screenshots from Pocket PC running on an iPaq 1940, as used by RAMBLE project participants from Medical Sciences.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="592" height="628" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" class="wp-image-573" alt="Four screenshots from Pocket PC running on the iPaq 1940" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" sizes="auto, (max-width: 592px) 100vw, 592px" /></noscript><img decoding="async" width="592" height="628" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" class="wp-image-573 vp-lazyload" alt="Four screenshots from Pocket PC running on the iPaq 1940" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkyIiBoZWlnaHQ9IjYyOCIgdmlld0JveD0iMCAwIDU5MiA2MjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Wireless PDA Keyboard Settings</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-ea849c68" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" data-vp-popup-img-size="922x690" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png" data-vp-popup-md-img-size="800x599" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE &#8211; Danny Tucker&#8217;s blog</h3>
				<div class="vp-portfolio__item-popup-description">Dr Danny Tucker (Obstetrics and Gynaecology) coordinated the trial of RAMBLE  in Medical Sciences.
<br />
This was with a group of placement students in the 4th year of undergraduate studies at Oxford University.
<br />
The hospital had limited access to the Internet, so the PDA was considered a convenient means for note-taking and subsequent upload.
<br />
Screenshot from my implementation of Pebble, a blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="922" height="690" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" class="wp-image-576" alt="Screenshot taken in December 2004 from &#039;Danny&#039;s ramblings&#039;, his project blog for RAMBLE. Two posts are featured: &#039;Photo blogging&#039; (how to) and &#039;Labour Ward PDA sync&#039; relating that a PDA cable is provided in the labour ward" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" sizes="auto, (max-width: 922px) 100vw, 922px" /></noscript><img decoding="async" width="922" height="690" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" class="wp-image-576 vp-lazyload" alt="Screenshot taken in December 2004 from &#039;Danny&#039;s ramblings&#039;, his project blog for RAMBLE. Two posts are featured: &#039;Photo blogging&#039; (how to) and &#039;Labour Ward PDA sync&#039; relating that a PDA cable is provided in the labour ward" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIyIiBoZWlnaHQ9IjY5MCIgdmlld0JveD0iMCAwIDkyMiA2OTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE &#8211; Danny Tucker&#8217;s blog</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-8f360310" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" data-vp-popup-img-size="923x690" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png" data-vp-popup-md-img-size="800x598" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog</h3>
				<div class="vp-portfolio__item-popup-description">The main RAMBLE Project blog was a key means of disseminating findings, conducted in suitably reflective style.
<br />
After the JISC project had concluded, the activity of blogging was sustained for some time, allowing consideration of wider pedagogical issues.
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="923" height="690" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" class="wp-image-577" alt="Screenshot taken in July 2006 from the RAMBLE project blog. Excerpts from three posts on respectively blogs archival and two on a seminar linking personal learning with institutional learning." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" sizes="auto, (max-width: 923px) 100vw, 923px" /></noscript><img decoding="async" width="923" height="690" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" class="wp-image-577 vp-lazyload" alt="Screenshot taken in July 2006 from the RAMBLE project blog. Excerpts from three posts on respectively blogs archival and two on a seminar linking personal learning with institutional learning." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIzIiBoZWlnaHQ9IjY5MCIgdmlld0JveD0iMCAwIDkyMyA2OTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a73579e4" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" data-vp-popup-img-size="921x688" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png" data-vp-popup-md-img-size="800x598" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog: seminar</h3>
				<div class="vp-portfolio__item-popup-description">A detailed debrief from a seminar I gave with Dr Karl Harrison, who coordinated the RAMBLE blogging trial in Oxford University&#8217;s Chemistry Department.
<br />
Karl coordinated a group of first year undergraduates, who were encouraged to write freely about their experiences of the course and the learning spaces (labs).
<br />
The general approach was to show how RAMBLE supported a holistic view of personalised learning and institutional learning.
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="921" height="688" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" class="wp-image-578" alt="Screenshot taken in May 2006 of a post from the RAMBLE project blog. It describes plans for a seminar for the E-Learning Research Group at Oxford University&#039;s Department of Educational Studies" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" sizes="auto, (max-width: 921px) 100vw, 921px" /></noscript><img decoding="async" width="921" height="688" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" class="wp-image-578 vp-lazyload" alt="Screenshot taken in May 2006 of a post from the RAMBLE project blog. It describes plans for a seminar for the E-Learning Research Group at Oxford University&#039;s Department of Educational Studies" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIxIiBoZWlnaHQ9IjY4OCIgdmlld0JveD0iMCAwIDkyMSA2ODgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog: seminar</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-7615fd4f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" data-vp-popup-img-size="923x689" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png" data-vp-popup-md-img-size="800x597" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png" data-vp-popup-sm-img-size="500x373">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project: reading private blogs</h3>
				<div class="vp-portfolio__item-popup-description">As well as managing the project, I had several other roles, including system administrator, in which I set up various Apache components to deliver the blogs.
<br />
Handling privacy in a service-oriented architecture with several components presented some challenges, especially with my limited knowledge of Java and Tomcat. 
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="923" height="689" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" class="wp-image-580" alt="Screenshot taken in December 2004 of a technical post from the RAMBLE project blog on the issue of trying to read a private blog feed from within a VLE. A code snipped shows a security constraint defined in Pebble&#039;s web.xml" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" sizes="auto, (max-width: 923px) 100vw, 923px" /></noscript><img decoding="async" width="923" height="689" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" class="wp-image-580 vp-lazyload" alt="Screenshot taken in December 2004 of a technical post from the RAMBLE project blog on the issue of trying to read a private blog feed from within a VLE. A code snipped shows a security constraint defined in Pebble&#039;s web.xml" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIzIiBoZWlnaHQ9IjY4OSIgdmlld0JveD0iMCAwIDkyMyA2ODkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project: reading private blogs</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-4e5c42fc" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" data-vp-popup-img-size="523x379" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-vp-popup-md-img-size="523x379" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png" data-vp-popup-sm-img-size="500x362">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: VLE Blog Creation</h3>
				<div class="vp-portfolio__item-popup-description">As part of the RAMBLE project, a new blog component was developed in WebLearn, Oxford University&#8217;s centrally-hosted Virtual Learning Environment (VLE).
<br />
WebLearn used a physical metaphor for spaces (hence: building, floors, suites of rooms, etc.).
<br />
The blog component provided a means to read data from the project blog server using RSS and Atom feeds.
<br />
In addition to the VLE access managaement,  further measures provided access restrictions to properly support private blogs.  
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="523" height="379" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" class="wp-image-574" alt="Web form for creating a blog, showing some basic fields: name, title, description, Web log URL" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" sizes="auto, (max-width: 523px) 100vw, 523px" /></noscript><img decoding="async" width="523" height="379" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" class="wp-image-574 vp-lazyload" alt="Web form for creating a blog, showing some basic fields: name, title, description, Web log URL" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIzIiBoZWlnaHQ9IjM3OSIgdmlld0JveD0iMCAwIDUyMyAzNzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: VLE Blog Creation</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-1ff3f585" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" data-vp-popup-img-size="531x382" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-vp-popup-md-img-size="531x382" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png" data-vp-popup-sm-img-size="500x360">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: VLE Blog properties</h3>
				<div class="vp-portfolio__item-popup-description">The blog component offered a number of options for displaying and formatting the content.
<br />
Screenshot from WebLearn &#8216;Blogs and News&#8217; suite of rooms.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="531" height="382" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" class="wp-image-575" alt="Web form for configuring a blog, its general properties (such as title, number of entries to display) and blog entry properties (such as display, title, content, author and date of entries)." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" sizes="auto, (max-width: 531px) 100vw, 531px" /></noscript><img decoding="async" width="531" height="382" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" class="wp-image-575 vp-lazyload" alt="Web form for configuring a blog, its general properties (such as title, number of entries to display) and blog entry properties (such as display, title, content, author and date of entries)." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMxIiBoZWlnaHQ9IjM4MiIgdmlld0JveD0iMCAwIDUzMSAzODIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: VLE Blog properties</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-d725666f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" data-vp-popup-img-size="527x380" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-vp-popup-md-img-size="527x380" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png" data-vp-popup-sm-img-size="500x361">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog &#8211; VLE view</h3>
				<div class="vp-portfolio__item-popup-description">Having set up a blog in WebLearn, Oxford University&#8217;s VLE, the posts were displayed in a similar fashion to how they appear in Pebble.
<br />
The rationale for using WebLearn was to set the posts in the wider learning context of a department&#8217;s course of study.
<br />
The tool could be situated flexibly in the system&#8217;s resource hierarchy and benefit from the fine-grained access management. 
<br />
Screenshot from WebLearn taken on 1 July 2005.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="527" height="380" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" class="wp-image-570" alt="RAMBLE Project Blog as a resource in WebLearn, showing excerpts for two posts." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" sizes="auto, (max-width: 527px) 100vw, 527px" /></noscript><img decoding="async" width="527" height="380" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" class="wp-image-570 vp-lazyload" alt="RAMBLE Project Blog as a resource in WebLearn, showing excerpts for two posts." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI3IiBoZWlnaHQ9IjM4MCIgdmlld0JveD0iMCAwIDUyNyAzODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog &#8211; VLE view</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>International Association for Religious Freedom</title>
		<link>https://ptworld.net/portfolio/iarf/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Mon, 16 May 2022 10:00:18 +0000</pubDate>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IARF]]></category>
		<category><![CDATA[interfaith]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[religious freedom]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=430</guid>

					<description><![CDATA[June 2011 &#8211; April 2012 Following a successful tender process, I was contracted to overhaul the website of the International Association for Religious Freedom (IARF), a UN NGO having general consultative status to ECOSOC with HQ in the UK. The <a class="more-link" href="https://ptworld.net/portfolio/iarf/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p><strong>June 2011 &#8211; April 2012</strong> </p>



<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Following a successful tender process, I was contracted to overhaul the website of the International Association for Religious Freedom (IARF), a <a href="https://digitallibrary.un.org/record/266458" target="_blank" rel="noreferrer noopener">UN NGO having general consultative status to ECOSOC</a> with HQ in the UK.   </p>



<p><strong>The brief</strong>: To amalgamate relevant content from three existing sites, each developed separately during different periods and in a generally unwieldy state, into a single site that was current, covered the organisation&#8217;s activities well, and which would be easy to maintain.  The new site would provide comprehensive coverage of the activities, styled with a look and feel similar to that of the United Nations.</p>



<p><strong>Roles</strong>: After initial general consultancy to assess the current status, I undertook all the technical aspects of the project, from systems architecture and development, through to user training. </p>



<p><strong>Solution</strong>: Working closely with the Secretariat Administrator, I implemented a new site to replace all legacy sites.  I used WordPress (Multisite with subdomains), creating a custom theme derived from an existing one from the IARF US Chapter site.  I also delivered experimental support for mobile devices using a theme switcher (before responsive designs became the norm).<br><br>I also oversaw the migration to a new VPS hosting platform with considerable cost savings.  Detailed documentation was provided for administration, development and content authoring.</p>



<p><strong>URL</strong>: <a rel="noreferrer noopener" href="https://iarf.net/" target="_blank">https://iarf.net/</a>  (via archive.org)</p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-09bece33 vp-id-Z1sin1F"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c02b9984" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-300x287.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-768x734.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png 800w" data-vp-popup-img-size="1016x971" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png" data-vp-popup-md-img-size="800x765" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png" data-vp-popup-sm-img-size="500x478">
			<h3 class="vp-portfolio__item-popup-title">IARF homepage (2015)</h3>
				<div class="vp-portfolio__item-popup-description">There was much deliberation on the home page &#8211; with its navigation bar &#8211; on what to convey in terms of message and information available.
<br /> 
This was to be widely communicated &#8211; hence the social media links and option to translate the page using Google. 
<br />
The main photo was chosen to convey aspirations and reality.
<br />
The screenshot was taken about three years after the site&#8217;s launch (with content being maintained).  </div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1016" height="971" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" class="wp-image-381" alt="IARF website home page (screenshot) features its banner and slogan &#039;belief with integrity&#039;, with links to recent news and forthcoming events. The main photograph is taken in a Buddhist temple and depicts monastics from different traditions, led by His Holiness, the Dalai Lama" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-300x287.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-768x734.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png 800w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /></noscript><img decoding="async" width="1016" height="971" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" class="wp-image-381 vp-lazyload" alt="IARF website home page (screenshot) features its banner and slogan &#039;belief with integrity&#039;, with links to recent news and forthcoming events. The main photograph is taken in a Buddhist temple and depicts monastics from different traditions, led by His Holiness, the Dalai Lama" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNiIgaGVpZ2h0PSI5NzEiIHZpZXdCb3g9IjAgMCAxMDE2IDk3MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-300x287.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-768x734.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF homepage (2015)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-96999fcd" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-300x245.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-768x627.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-500x408.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-800x653.png 800w" data-vp-popup-img-size="1016x829" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-800x653.png" data-vp-popup-md-img-size="800x653" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-500x408.png" data-vp-popup-sm-img-size="500x408">
			<h3 class="vp-portfolio__item-popup-title">About the International Association for Religious Freedom</h3>
				<div class="vp-portfolio__item-popup-description">A brief summary tells the reader about IARF in a nutshell, with menu links to supporting documents explaining its rationale and policies. 
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1016" height="829" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png" class="wp-image-383" alt="IARF website (screenshot): About the IARF" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-300x245.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-768x627.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-500x408.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-800x653.png 800w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /></noscript><img decoding="async" width="1016" height="829" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png" class="wp-image-383 vp-lazyload" alt="IARF website (screenshot): About the IARF" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNiIgaGVpZ2h0PSI4MjkiIHZpZXdCb3g9IjAgMCAxMDE2IDgyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-300x245.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-768x627.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-500x408.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2-800x653.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-about2.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	About the International Association for Religious Freedom</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-73ded863" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png 1030w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-300x236.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-1024x805.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-768x604.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-500x393.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-800x629.png 800w" data-vp-popup-img-size="1030x810" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-800x629.png" data-vp-popup-md-img-size="800x629" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-500x393.png" data-vp-popup-sm-img-size="500x393">
			<h3 class="vp-portfolio__item-popup-title">IARF at the UN</h3>
				<div class="vp-portfolio__item-popup-description">&#8220;Everyone has the right to freedom of thought, consciences and religion.&#8221; 
<br />
The visual presentation of this and other quotes were all prepared within WordPress.
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1030" height="810" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png" class="wp-image-376" alt="IARF at the United Nations (screenshot): explaining the nature of IARF&#039;s relationship with the UN. The page features the UN&#039;s Universal Declaration of Human Rights and includes a photo of the Palais des Nations in Geneva (and the Wilson Memorial Globe)" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png 1030w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-300x236.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-1024x805.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-768x604.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-500x393.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-800x629.png 800w" sizes="auto, (max-width: 1030px) 100vw, 1030px" /></noscript><img decoding="async" width="1030" height="810" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png" class="wp-image-376 vp-lazyload" alt="IARF at the United Nations (screenshot): explaining the nature of IARF&#039;s relationship with the UN. The page features the UN&#039;s Universal Declaration of Human Rights and includes a photo of the Palais des Nations in Geneva (and the Wilson Memorial Globe)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzMCIgaGVpZ2h0PSI4MTAiIHZpZXdCb3g9IjAgMCAxMDMwIDgxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png 1030w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-300x236.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-1024x805.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-768x604.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-500x393.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN-800x629.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_at_the_UN.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF at the UN</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a2f4c2e5" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-300x252.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-768x646.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-500x420.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-800x673.png 800w" data-vp-popup-img-size="1017x855" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-800x673.png" data-vp-popup-md-img-size="800x673" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-500x420.png" data-vp-popup-sm-img-size="500x420">
			<h3 class="vp-portfolio__item-popup-title">IARF Member Groups</h3>
				<div class="vp-portfolio__item-popup-description">The international nature of IARF is exemplified by its member groups across the world. 
<br />
The tabular layout and links to member groups by region indicate the extent of its formal activities.
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1017" height="855" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png" class="wp-image-384" alt="IARF Membership web page (screenshot): a table shows members by region (South Asia, Europe and Middle East, North America, East Asia, Rest of the World" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-300x252.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-768x646.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-500x420.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-800x673.png 800w" sizes="auto, (max-width: 1017px) 100vw, 1017px" /></noscript><img decoding="async" width="1017" height="855" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png" class="wp-image-384 vp-lazyload" alt="IARF Membership web page (screenshot): a table shows members by region (South Asia, Europe and Middle East, North America, East Asia, Rest of the World" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNyIgaGVpZ2h0PSI4NTUiIHZpZXdCb3g9IjAgMCAxMDE3IDg1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-300x252.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-768x646.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-500x420.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership-800x673.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-membership.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Member Groups</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a62aabe6" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png 1020w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-768x623.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-800x649.png 800w" data-vp-popup-img-size="1020x828" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-800x649.png" data-vp-popup-md-img-size="800x649" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-500x406.png" data-vp-popup-sm-img-size="500x406">
			<h3 class="vp-portfolio__item-popup-title">IARF projects in India</h3>
				<div class="vp-portfolio__item-popup-description">More recent additions to the site were starting to include more multimedia, particularly videos featuring personal testimony.  
<br />
Human rights was the main focus for projects in India.  Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1020" height="828" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png" class="wp-image-387" alt="IARF website (screenshot): projects in India, with a description of human rights work and a video on this theme" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png 1020w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-768x623.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-800x649.png 800w" sizes="auto, (max-width: 1020px) 100vw, 1020px" /></noscript><img decoding="async" width="1020" height="828" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png" class="wp-image-387 vp-lazyload" alt="IARF website (screenshot): projects in India, with a description of human rights work and a video on this theme" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyMCIgaGVpZ2h0PSI4MjgiIHZpZXdCb3g9IjAgMCAxMDIwIDgyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png 1020w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-768x623.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India-800x649.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_projects_India.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF projects in India</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-7eb6fd4b" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-300x231.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-768x593.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-500x386.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-800x617.png 800w" data-vp-popup-img-size="1016x784" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-800x617.png" data-vp-popup-md-img-size="800x617" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-500x386.png" data-vp-popup-sm-img-size="500x386">
			<h3 class="vp-portfolio__item-popup-title">IARF Contact Page</h3>
				<div class="vp-portfolio__item-popup-description">At the time, the use of encrypted connections was less common.
<br />
So, users had to be prompted if they wish to avoid eavesdropping on sensitive messages (implemented by a custom plugin.).  
<br />
Screenshot from the IARF website.  </div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1016" height="784" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png" class="wp-image-379" alt="IARF website (screenshot): Contact Page - a simple web form with name, email, subject and message plus the option to attach a file" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-300x231.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-768x593.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-500x386.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-800x617.png 800w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /></noscript><img decoding="async" width="1016" height="784" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png" class="wp-image-379 vp-lazyload" alt="IARF website (screenshot): Contact Page - a simple web form with name, email, subject and message plus the option to attach a file" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNiIgaGVpZ2h0PSI3ODQiIHZpZXdCb3g9IjAgMCAxMDE2IDc4NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-300x231.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-768x593.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-500x386.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page-800x617.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_contact_page.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Contact Page</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-8b5cc78f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-300x211.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-768x541.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-500x352.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-800x563.png 800w" data-vp-popup-img-size="1017x716" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-800x563.png" data-vp-popup-md-img-size="800x563" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-500x352.png" data-vp-popup-sm-img-size="500x352">
			<h3 class="vp-portfolio__item-popup-title">IARF Religious Freedom Young Adult Network</h3>
				<div class="vp-portfolio__item-popup-description">Introductory information on the IARF Religious Freedom Young Adult Network, focused on applying UN principles to hands-on project work;
<br />
each project had its own page on the site (linked on the left). 
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1017" height="716" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png" class="wp-image-390" alt="IARF website (screenshot): introductory information on the Religious Freedom Young Adult Network, with a photo of hands placed in a circle; the text describes context and objectives" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-300x211.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-768x541.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-500x352.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-800x563.png 800w" sizes="auto, (max-width: 1017px) 100vw, 1017px" /></noscript><img decoding="async" width="1017" height="716" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png" class="wp-image-390 vp-lazyload" alt="IARF website (screenshot): introductory information on the Religious Freedom Young Adult Network, with a photo of hands placed in a circle; the text describes context and objectives" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNyIgaGVpZ2h0PSI3MTYiIHZpZXdCb3g9IjAgMCAxMDE3IDcxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png 1017w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-300x211.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-768x541.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-500x352.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN-800x563.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_RFYN.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Religious Freedom Young Adult Network</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-2afb91ab" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png 999w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-800x577.png 800w" data-vp-popup-img-size="999x721" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-800x577.png" data-vp-popup-md-img-size="800x577" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-500x361.png" data-vp-popup-sm-img-size="500x361">
			<h3 class="vp-portfolio__item-popup-title">IARF Events</h3>
				<div class="vp-portfolio__item-popup-description">Documentation for an organisation like IARF is vitally important. 
<br />
Being available on the Web, it is indexed by search engines, helping to become discoverable.
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="999" height="721" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png" class="wp-image-380" alt="IARF website (screenshot): Events" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png 999w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-800x577.png 800w" sizes="auto, (max-width: 999px) 100vw, 999px" /></noscript><img decoding="async" width="999" height="721" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png" class="wp-image-380 vp-lazyload" alt="IARF website (screenshot): Events" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk5IiBoZWlnaHQ9IjcyMSIgdmlld0JveD0iMCAwIDk5OSA3MjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png 999w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689-800x577.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_Events-e1652693311689.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Events</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-fbdb1500" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png 1014w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-300x229.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-768x585.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-500x381.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-800x610.png 800w" data-vp-popup-img-size="1014x773" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-800x610.png" data-vp-popup-md-img-size="800x610" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-500x381.png" data-vp-popup-sm-img-size="500x381">
			<h3 class="vp-portfolio__item-popup-title">IARF Congress 2014</h3>
				<div class="vp-portfolio__item-popup-description">The IARF Congress is important enough to merit its own navigation menu item with sidebar links to supporting documents.
<br />
Screenshot from the IARF website.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1014" height="773" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png" class="wp-image-378" alt="IARF website (screenshot): World Congress page - details of every Congress from 1901 to the 34th in Birmingham (2014)" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png 1014w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-300x229.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-768x585.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-500x381.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-800x610.png 800w" sizes="auto, (max-width: 1014px) 100vw, 1014px" /></noscript><img decoding="async" width="1014" height="773" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png" class="wp-image-378 vp-lazyload" alt="IARF website (screenshot): World Congress page - details of every Congress from 1901 to the 34th in Birmingham (2014)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNCIgaGVpZ2h0PSI3NzMiIHZpZXdCb3g9IjAgMCAxMDE0IDc3MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png 1014w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-300x229.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-768x585.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-500x381.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014-800x610.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/IARF_Congress_2014.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Congress 2014</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>


<p class="has-small-font-size"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Portfolio</title>
		<link>https://ptworld.net/portfolio/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Thu, 12 May 2022 12:37:01 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[digital assets]]></category>
		<category><![CDATA[GLAM]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[museums]]></category>
		<category><![CDATA[OUCS]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=354</guid>

					<description><![CDATA[This portfolio of work covers a number of projects across Web development and other forms of publication. It is not exhaustive. Please click on a thumbnail to access project details and slideshows. .]]></description>
										<content:encoded><![CDATA[
<p>This portfolio of work covers a number of projects across Web development and other forms of publication.  It is not exhaustive.</p>



<p>Please click on a thumbnail to access project details and slideshows.</p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-c005e083 vp-id-2n3WpI"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="url" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-de5d6cdc" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/theology-faculty-tlr/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1378" height="1154" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index.png" class="wp-image-395" alt="Theology Faculty Teaching &amp; Learning Resources website (screenshot):" srcset="https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index.png 1378w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-300x251.png 300w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-1024x858.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-768x643.png 768w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-500x419.png 500w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-800x670.png 800w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-1280x1072.png 1280w" sizes="auto, (max-width: 1378px) 100vw, 1378px" /></noscript><img decoding="async" width="1378" height="1154" src="https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index.png" class="wp-image-395 vp-lazyload" alt="Theology Faculty Teaching &amp; Learning Resources website (screenshot):" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3OCIgaGVpZ2h0PSIxMTU0IiB2aWV3Qm94PSIwIDAgMTM3OCAxMTU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index.png 1378w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-300x251.png 300w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-1024x858.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-768x643.png 768w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-500x419.png 500w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-800x670.png 800w, https://ptworld.net/wp-content/uploads/2022/05/Theology_TeachLearnResources_index-1280x1072.png 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/theology-faculty-tlr/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Theology Faculty Teaching and Learning Resources Web</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-6723618e" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/multimedia-languages/#cdlang"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1905" height="1656" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary.jpeg" class="wp-image-295" alt="CTCFL CD cover for Elementary-Intermediate Chinese course with video screenshots showing various scenes such as ordering a meal and getting a bike repaired" srcset="https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary.jpeg 1905w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-300x261.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-1024x890.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-768x668.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-1536x1335.jpeg 1536w" sizes="auto, (max-width: 1905px) 100vw, 1905px" /></noscript><img decoding="async" width="1905" height="1656" src="https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary.jpeg" class="wp-image-295 vp-lazyload" alt="CTCFL CD cover for Elementary-Intermediate Chinese course with video screenshots showing various scenes such as ordering a meal and getting a bike repaired" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwNSIgaGVpZ2h0PSIxNjU2IiB2aWV3Qm94PSIwIDAgMTkwNSAxNjU2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary.jpeg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary.jpeg 1905w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-300x261.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-1024x890.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-768x668.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/CTCFL_CD_cover-Elementary-1536x1335.jpeg 1536w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/multimedia-languages/#cdlang"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	CTCFL Elementary-Intermediate Chinese CD-ROM</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-6b8457fd" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/multimedia-languages/#iacm"
			>
	
		<noscript><img loading="lazy" decoding="async" width="612" height="561" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IACM_options.gif" class="wp-image-685" alt="&#039;IACM Editing shell&#039; with an overview of the workflow (traffic lights - red, amber and green for creation, content ready, and reviewed)." /></noscript><img decoding="async" width="612" height="561" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEyIiBoZWlnaHQ9IjU2MSIgdmlld0JveD0iMCAwIDYxMiA1NjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" class="wp-image-685 vp-lazyload" alt="&#039;IACM Editing shell&#039; with an overview of the workflow (traffic lights - red, amber and green for creation, content ready, and reviewed)." data-src="https://ptworld.net/wp-content/uploads/2022/05/IACM_options.gif" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/multimedia-languages/#iacm"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Interactive Audio Comprehension Materials (Phase II)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a1f3c263" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/ramble/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1608" height="1117" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" sizes="auto, (max-width: 1608px) 100vw, 1608px" /></noscript><img decoding="async" width="1608" height="1117" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567 vp-lazyload" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwOCIgaGVpZ2h0PSIxMTE3IiB2aWV3Qm94PSIwIDAgMTYwOCAxMTE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/ramble/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	JISC RAMBLE Project</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-2a6d24fc" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/research/e-learning/#vle"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1000" height="882" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand.jpg" class="wp-image-894" alt="Educause 2006 poster. The board contains a variety of posters, promoting training courses and illustrating various uses of the WebLearn VLE, particularly personalisation with various symbology such as a roundabout with turn-offs for different uses. A laptop sits on the table, with a screen showing a demo CD." srcset="https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand.jpg 1000w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-300x265.jpg 300w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-768x677.jpg 768w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-500x441.jpg 500w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-800x706.jpg 800w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></noscript><img decoding="async" width="1000" height="882" src="https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand.jpg" class="wp-image-894 vp-lazyload" alt="Educause 2006 poster. The board contains a variety of posters, promoting training courses and illustrating various uses of the WebLearn VLE, particularly personalisation with various symbology such as a roundabout with turn-offs for different uses. A laptop sits on the table, with a screen showing a demo CD." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI4ODIiIHZpZXdCb3g9IjAgMCAxMDAwIDg4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand.jpg 1000w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-300x265.jpg 300w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-768x677.jpg 768w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-500x441.jpg 500w, https://ptworld.net/wp-content/uploads/2022/06/Educause2006_OxfordVLE_stand-800x706.jpg 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/research/e-learning/#vle"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Educause 2006: From Personalized Learning to Open Courseware: Learning Management Systems Can Be Flexible</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-752263fc" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/mhs-hsm-website/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="965" height="1003" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" class="wp-image-471" alt="The home page for the Museum of the History of Science, 2012. Its header displays the Museum&#039;s logo and essential details. Underneath is a banner image, the main navigation menu with various sections underneath on current exhibitions, news, featured objects, events and a search box" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-289x300.png 289w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-768x798.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png 800w" sizes="auto, (max-width: 965px) 100vw, 965px" /></noscript><img decoding="async" width="965" height="1003" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" class="wp-image-471 vp-lazyload" alt="The home page for the Museum of the History of Science, 2012. Its header displays the Museum&#039;s logo and essential details. Underneath is a banner image, the main navigation menu with various sections underneath on current exhibitions, news, featured objects, events and a search box" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTY1IiBoZWlnaHQ9IjEwMDMiIHZpZXdCb3g9IjAgMCA5NjUgMTAwMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-289x300.png 289w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-768x798.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/mhs-hsm-website/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Website (WordPress developments)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-e540c658" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/iarf/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1016" height="971" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" class="wp-image-381" alt="IARF website home page (screenshot) features its banner and slogan &#039;belief with integrity&#039;, with links to recent news and forthcoming events. The main photograph is taken in a Buddhist temple and depicts monastics from different traditions, led by His Holiness, the Dalai Lama" srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-300x287.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-768x734.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png 800w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /></noscript><img decoding="async" width="1016" height="971" src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" class="wp-image-381 vp-lazyload" alt="IARF website home page (screenshot) features its banner and slogan &#039;belief with integrity&#039;, with links to recent news and forthcoming events. The main photograph is taken in a Buddhist temple and depicts monastics from different traditions, led by His Holiness, the Dalai Lama" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxNiIgaGVpZ2h0PSI5NzEiIHZpZXdCb3g9IjAgMCAxMDE2IDk3MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015.png 1016w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-300x287.png 300w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-768x734.png 768w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-500x478.png 500w, https://ptworld.net/wp-content/uploads/2022/05/IARF_homepage_2015-800x765.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/iarf/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	IARF Website redevelopment</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-8af5d89f" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/oumnh-collections/#Icones"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1053" height="941" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home.png" class="wp-image-611" alt="Jones&#039; Icones Online: home page with introductory text on the significance of the 18th century collection of paintings and descriptions of butterfly species" srcset="https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home.png 1053w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-300x268.png 300w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-1024x915.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-768x686.png 768w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-500x447.png 500w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-800x715.png 800w" sizes="auto, (max-width: 1053px) 100vw, 1053px" /></noscript><img decoding="async" width="1053" height="941" src="https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home.png" class="wp-image-611 vp-lazyload" alt="Jones&#039; Icones Online: home page with introductory text on the significance of the 18th century collection of paintings and descriptions of butterfly species" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA1MyIgaGVpZ2h0PSI5NDEiIHZpZXdCb3g9IjAgMCAxMDUzIDk0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home.png 1053w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-300x268.png 300w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-1024x915.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-768x686.png 768w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-500x447.png 500w, https://ptworld.net/wp-content/uploads/2022/05/2014-OUMNH_JonesIcones_Home-800x715.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/oumnh-collections/#Icones"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Jones’ Icones Online: Home</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0a47db10" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/oumnh-collections/#Gems"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1202" height="837" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home.png" class="wp-image-437" alt="Oxford University Museum of Natural History Collections Online home page, beta: access to Life, Earth and Archives collections, together with a separate &#039;Featured&#039; section" srcset="https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home.png 1202w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-300x209.png 300w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-1024x713.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-768x535.png 768w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-500x348.png 500w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-800x557.png 800w" sizes="auto, (max-width: 1202px) 100vw, 1202px" /></noscript><img decoding="async" width="1202" height="837" src="https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home.png" class="wp-image-437 vp-lazyload" alt="Oxford University Museum of Natural History Collections Online home page, beta: access to Life, Earth and Archives collections, together with a separate &#039;Featured&#039; section" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMiIgaGVpZ2h0PSI4MzciIHZpZXdCb3g9IjAgMCAxMjAyIDgzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home.png 1202w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-300x209.png 300w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-1024x713.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-768x535.png 768w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-500x348.png 500w, https://ptworld.net/wp-content/uploads/2022/05/Collections_Beta_home-800x557.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/oumnh-collections/#Gems"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	OUMNH Collections Online beta</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0cec7fbc" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/publishing-systems/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="453" height="684" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small.jpg" class="wp-image-62" alt="cover for &#039;Thursday&#039;s Lotus: The Life and Work of Fuengsin Trafford&#039;" srcset="https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small.jpg 453w, https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small-199x300.jpg 199w" sizes="auto, (max-width: 453px) 100vw, 453px" /></noscript><img decoding="async" width="453" height="684" src="https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small.jpg" class="wp-image-62 vp-lazyload" alt="cover for &#039;Thursday&#039;s Lotus: The Life and Work of Fuengsin Trafford&#039;" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUzIiBoZWlnaHQ9IjY4NCIgdmlld0JveD0iMCAwIDQ1MyA2ODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small.jpg 453w, https://ptworld.net/wp-content/uploads/2016/04/ThursdayLotus_Cover-small-199x300.jpg 199w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/publishing-systems/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Thursday’s Lotus (paperback)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-2dc59707" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/publishing-systems/#ebook"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1920" height="1154" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1920x1154.jpg" class="wp-image-555" alt="A shot of the paperback version of Thursday&#039;s Lotus, alongside the Galaxy Tab and a Kindle." srcset="https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1920x1154.jpg 1920w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-300x180.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1024x616.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-768x462.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1536x923.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-2048x1231.jpg 2048w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-500x301.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-800x481.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1280x769.jpg 1280w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></noscript><img decoding="async" width="1920" height="1154" src="https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1920x1154.jpg" class="wp-image-555 vp-lazyload" alt="A shot of the paperback version of Thursday&#039;s Lotus, alongside the Galaxy Tab and a Kindle." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMTU0IiB2aWV3Qm94PSIwIDAgMTkyMCAxMTU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1920x1154.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1920x1154.jpg 1920w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-300x180.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1024x616.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-768x462.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1536x923.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-2048x1231.jpg 2048w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-500x301.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-800x481.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/Thursdays_Lotus-3devices2-1280x769.jpg 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/publishing-systems/#ebook"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Thursday’s Lotus &#8211; e-book production</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-ef45f06d" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/mhs-hsm-website/#backfromthedead"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1187" height="981" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" class="wp-image-358" alt="History of Science Museum: Website for Special Exhibition, &#039;Back from the Dead&#039; to mark penicillin&#039;s 75th anniversary as a life-saving drug" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png 1187w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-300x248.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-1024x846.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-768x635.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png 800w" sizes="auto, (max-width: 1187px) 100vw, 1187px" /></noscript><img decoding="async" width="1187" height="981" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" class="wp-image-358 vp-lazyload" alt="History of Science Museum: Website for Special Exhibition, &#039;Back from the Dead&#039; to mark penicillin&#039;s 75th anniversary as a life-saving drug" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4NyIgaGVpZ2h0PSI5ODEiIHZpZXdCb3g9IjAgMCAxMTg3IDk4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png 1187w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-300x248.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-1024x846.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-768x635.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/mhs-hsm-website/#backfromthedead"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	 MHS Special Exhibition: Back from the Dead</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-5814e489" data-vp-filter="" 		>
									<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/portfolio/hsm-dams/"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="566" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" class="wp-image-373" alt="History of Science Museum DAMS: main dashboard with links to add and search for assets, group assets in collections, and so on." srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-300x180.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-768x462.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="566" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" class="wp-image-373 vp-lazyload" alt="History of Science Museum DAMS: main dashboard with links to add and search for assets, group assets in collections, and so on." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjU2NiIgdmlld0JveD0iMCAwIDk0MSA1NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-300x180.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-768x462.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/portfolio/hsm-dams/"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM Digital Asset Management</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>


<p>. </p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Projects</title>
		<link>https://ptworld.net/projects/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 17:16:53 +0000</pubDate>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">http://ptworld.net/?page_id=53</guid>

					<description><![CDATA[The projects I have been undertaking in the past 25 years or so span theoretical research, software development, policy, implementation and practice. Much is experimental and might not be realized as a product, but in seeking practical benefit, I try <a class="more-link" href="https://ptworld.net/projects/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The projects I have been undertaking in the past 25 years or so span theoretical research, software development, policy, implementation and practice.  Much is experimental and might not be realized as a product, but in seeking practical benefit, I try to retain what I&#8217;ve learnt as it may yet have some application later on.  Many problems are recurrent and the approaches (and insights) may be similar at each iteration, albeit with different tools.   </p>



<p>My main role has been as a problem solver / developer for/of web applications, mainly for the public sector, in both staff and consultancy roles.  At a university, &#8216;off the shelf&#8217; products are seldom sufficient out of the box: there is usually a considerable amount of customisation required, which motivates in-house solutions. &nbsp;Thus, I have worked individually and in small teams, particularly the (now closed)&nbsp;<a href="http://www.oucs.ox.ac.uk/acdt/">Academic Computing Development Team</a>,&nbsp;allowing me to undertake bespoke full-stack development; wherever possible this is in accordance with open standards and using open source components (in the early days, CGI/Perl and then PHP, connecting to SQL databases; then XML and XSLT).   These standards underpin the <a href="https://ptworld.net/projects/software/" data-type="page" data-id="989">software I am currently developing</a>.  Nowadays, apart from Sigala, my development is oriented to customisations of popular systems such as WordPress. &nbsp;</p>



<p>Whilst most of my experience of development has been small-scale, I have also been heavily involved in an institutional project &#8211; WebLearn, Oxford University&#8217;s first virtual learning environment, for which I was involved in the procurement and subsequently was responsible for the operational management when it became a centrally-hosted production service.  After a while, this  involved crunching through tens of millions of event log database rows to generate summary usage figures.</p>



<p>I have also coordinated and managed a few projects, including <a rel="noreferrer noopener" href="https://ptworld.net/portfolio/ramble/" data-type="page" data-id="581" target="_blank">RAMBLE</a> and, more recently, <a href="https://ptworld.net/portfolio/hsm-dams/" data-type="page" data-id="557">digital asset management</a> at the History of Science Museum.  </p>



<p>For details of past projects, please consult my <a href="https://ptworld.net/portfolio/" data-type="page" data-id="354">portfolio</a>.  Here, I only highlight the start of current work. </p>



<h3 class="wp-block-heading">Sigala Research Knowledge Basis (2020-)</h3>



<h4 class="wp-block-heading">Problem</h4>



<p>The <a href="https://ptworld.net/projects/sigala/" data-type="page" data-id="802">Sigala project</a> concerns the research, design and development of software systems to support sustainable social networking.  There is a substantial body of theory underpinning the software development, but it&#8217;s been built up sporadically, initially documented in MS Word, with a few blog posts and the occasional presentation.</p>



<p>To put the research on a more solid footing is a project in itself; it needs to be maintained and disseminated more sustainably, whilst making it easier to manage. &nbsp;The form in which the research is shared needs to be convenient.</p>



<h4 class="wp-block-heading">Solution</h4>



<p>The references are being managed in Zotero, which not only supports bibliographic standards for records management and import/export, but also has a web-mediated infrastructure that supports shared working.   </p>



<p>For dissemination, a WordPress site has been created locally and content migrated from the Word documents. &nbsp;A workflow enables convenient deployment of a static site on a remote server along with a zip archive of almost identical content. &nbsp;For added convenience, a WordPress plugin, WP Static Search (based on <a rel="noopener noreferrer" href="https://lunrjs.com" target="_blank">Lunr.js</a>), has been extended to enable offline searches.  Both of these software components will be released as open source <a href="https://ptworld.net/projects/software/" data-type="page" data-id="989">software</a>.</p>



<p><strong>URL</strong>: <a rel="noreferrer noopener" href="https://research.siga.la/" target="_blank">https://research.siga.la/</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
