﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
<channel>
<title>HowToCreate updates</title>
<description>Updates to the main portions of the HowToCreate site - this does not include emails or the Opera section (the Opera section has its own feed)</description>
<link>http://www.howtocreate.co.uk/</link>
<sy:updatePeriod>daily</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>

<item>
<title>Added guitar synth script</title>
<description>Added a script that simulates guitar sounds dynamically using the Web Audio API, controlled entirely from JavaScript.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-guitarsynth</link>
<pubDate>Sun, 19 Apr 2026 08:00:00 +0000</pubDate>
<guid isPermaLink="false">69</guid>
</item>

<item>
<title>Added dice statistics script</title>
<description>Added a utility script that shows the possible values obtained by rolling several dice at once, and how many combinations can produce that value.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-dicestats</link>
<pubDate>Tue, 31 Oct 2023 16:50:00 +0000</pubDate>
<guid isPermaLink="false">68</guid>
</item>

<item>
<title>Updated line chart script</title>
<description>Corrected handling of hour ranges when xType option is set to 'datetime' or 'datetimeutc'.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Mon, 03 Apr 2023 11:05:00 +0000</pubDate>
<guid isPermaLink="false">67</guid>
</item>

<item>
<title>Updated line chart script</title>
<description>Added ySecondConverted and workingCanvas information, corrected converted values, and improved performance with tooltips.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Mon, 12 Sep 2022 19:45:00 +0000</pubDate>
<guid isPermaLink="false">66</guid>
</item>

<item>
<title>Updated line chart script</title>
<description>Added ySecondConverter option, corrected weekStartDay, and corrected date handling.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Sun, 02 Sep 2022 20:16:00 +0000</pubDate>
<guid isPermaLink="false">65</guid>
</item>

<item>
<title>Updated line chart script</title>
<description>Allowed 'auto0' options to work, and avoided clipping lines.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Sun, 29 Aug 2022 22:33:00 +0000</pubDate>
<guid isPermaLink="false">64</guid>
</item>

<item>
<title>Updated line chart script</title>
<description>Avoided a floating point error in axis labels.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Sun, 28 Aug 2022 22:00:00 +0000</pubDate>
<guid isPermaLink="false">63</guid>
</item>

<item>
<title>Added GPS/GNSS log file parser</title>
<description>Added a utility that takes a set of static location fix data from GPSTest 4.0+, or csv files containing the same columns, and calculates the resulting point using basic averaging and Kalman filtering. It can also use log files created by Google's GnssLogger and older versions of GPSTest, but these truncate the location data to low resolution, and are not recommended.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-gridrefutils</link>
<pubDate>Fri, 26 Aug 2022 13:15:01 +0000</pubDate>
<guid isPermaLink="false">62</guid>
</item>

<item>
<title>Added line chart script</title>
<description>Added a script that draws scatter charts and line charts using HTML Canvas - configurable and stylable using a detailed set of options.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-linechart</link>
<pubDate>Fri, 26 Aug 2022 13:15:00 +0000</pubDate>
<guid isPermaLink="false">61</guid>
</item>

<item>
<title>Updated geoid .grd file parser and OSTN15 data file parser</title>
<description>Allowed batching to work correctly in both scripts.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Thu, 02 Aug 2021 09:15:00 +0000</pubDate>
<guid isPermaLink="false">60</guid>
</item>

<item>
<title>Added OSTN15 data file parser</title>
<description>Added a parser for the OSTN15 and OSGM15 data file created by Ordnance Survey, that can then be used to put it into a database (such as an SQL database). (Oops. This was supposed to have been released last December, but it got overlooked.)</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Wed, 01 Aug 2021 10:00:00 +0000</pubDate>
<guid isPermaLink="false">59</guid>
</item>

<item>
<title>Added High Accuracy WGS84 GPS To British OSGB36 Grid Reference Conversion tool</title>
<description>Added a tool that converts between GPS coordinates (WGS84 or ETRS89) and British grid references using continental drift tools, OSTN15 and OSGM15.</description>
<link>http://www.howtocreate.co.uk/php/gpstogrid.php</link>
<pubDate>Wed, 23 Dec 2020 14:10:00 +0000</pubDate>
<guid isPermaLink="false">58</guid>
</item>

<item>
<title>Updated JavaScript version of Grid Reference Utilities</title>
<description>Huge update! Added support for Cartesian ellipsoid coordinates, grid shifting systems (OSTN15), .grd-based geoids, Irish polynomial transformations, geodesics, more precise coordinates, truncated grid references, and more input formats. Fixed a few bugs. Refactored a lot of code. Added a very extensive testsuite to make sure it all works correctly, and to avoid breaking stuff when making changes.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-gridrefutils</link>
<pubDate>Wed, 23 Dec 2020 08:00:02 +0000</pubDate>
<guid isPermaLink="false">57</guid>
</item>

<item>
<title>Updated Grid Reference Utilities PHP script</title>
<description>Huge update! Added support for Cartesian ellipsoid coordinates, grid shifting systems (OSTN15), .grd-based geoids, Irish polynomial transformations, geodesics, more precise coordinates, truncated grid references, and more input formats. Fixed a few bugs. Refactored a lot of code. Added a very extensive testsuite to make sure it all works correctly, and to avoid breaking stuff when making changes.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Wed, 23 Dec 2020 08:00:01 +0000</pubDate>
<guid isPermaLink="false">56</guid>
</item>

<item>
<title>Added geoid .grd file parser</title>
<description>Added a parser for geoid .grd files, that either renders them with a variety of visualisation options, or allows you to store the results in a database.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Wed, 23 Dec 2020 08:00:00 +0000</pubDate>
<guid isPermaLink="false">55</guid>
</item>

<item>
<title>Updated gallery slideshow script</title>
<description>Fixed a bug that could cause the slideshow to jump in Opera (removed a bug workaround that is no longer needed).</description>
<link>http://www.howtocreate.co.uk/jslibs/script-galleryslideshow</link>
<pubDate>Thu, 5 Apr 2012 10:35:00 +0000</pubDate>
<guid isPermaLink="false">54</guid>
</item>

<item>
<title>Added Internet Explorer 9 article</title>
<description>Added a short article detailing the changes in IE 9.</description>
<link>http://www.howtocreate.co.uk/ie9.html</link>
<pubDate>Sat, 19 Mar 2011 09:15:02 +0000</pubDate>
<guid isPermaLink="false">53</guid>
</item>

<item>
<title>Updated the site for Internet Explorer 9</title>
<description>Updated Internet Explorer notes, particularly those relating to script support.</description>
<link>http://www.howtocreate.co.uk/</link>
<pubDate>Sat, 19 Mar 2011 09:15:01 +0000</pubDate>
<guid isPermaLink="false">52</guid>
</item>

<item>
<title>Updated the JavaScript tutorial for Internet Explorer 9</title>
<description>Added notes for all of the additions in IE 9, in particular the DOM support.</description>
<link>http://www.howtocreate.co.uk/tutorials/javascript/important</link>
<pubDate>Sat, 19 Mar 2011 09:15:00 +0000</pubDate>
<guid isPermaLink="false">51</guid>
</item>

<item>
<title>Updated emails</title>
<description>Cleared a publishing backlog of 8 months worth of email.</description>
<link>http://www.howtocreate.co.uk/emails/</link>
<pubDate>Mon, 7 June 2010 18:55:00 +0000</pubDate>
<guid isPermaLink="false">50</guid>
</item>

<item>
<title>Updated JavaScript version of Grid Reference Utilities</title>
<description>Added ddFormat, to allow production of more coordinate formats used by GPS software.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-gridrefutils</link>
<pubDate>Sun, 9 May 2010 20:55:01 +0000</pubDate>
<guid isPermaLink="false">49</guid>
</item>

<item>
<title>Updated Grid Reference Utilities PHP script again</title>
<description>Added dd_format, to allow production of more coordinate formats used by GPS software.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Sun, 9 May 2010 20:55:00 +0000</pubDate>
<guid isPermaLink="false">48</guid>
</item>

<item>
<title>Added JavaScript version of Grid Reference Utilities</title>
<description>Added a JavaScript version of the script, to allow client-side conversion between different NGR formats latitude/longitude formats.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-gridrefutils</link>
<pubDate>Thu, 6 May 2010 21:30:01 +0000</pubDate>
<guid isPermaLink="false">47</guid>
</item>

<item>
<title>Updated Grid Reference Utilities PHP script</title>
<description>Added support for ITM, UTM and UPS grid references, allowed conversion from other grid systems, returning strings as well as HTML, and included several bug fixes.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Thu, 6 May 2010 21:30:00 +0000</pubDate>
<guid isPermaLink="false">46</guid>
</item>

<item>
<title>Updated creating objects in JavaScript tutorial</title>
<description>Added details of how to produce static methods and properties, and singletons.</description>
<link>http://www.howtocreate.co.uk/tutorials/javascript/objects#advobj</link>
<pubDate>Wed, 21 Apr 2010 16:40:00 +0000</pubDate>
<guid isPermaLink="false">45</guid>
</item>

<item>
<title>Added Grid Reference Utilities script</title>
<description>Added a script that provides functions to convert between different NGR formats (primarily those used in the British Isles) and latitude/longitude formats.</description>
<link>http://www.howtocreate.co.uk/php/</link>
<pubDate>Sat, 10 Apr 2010 22:35:00 +0000</pubDate>
<guid isPermaLink="false">44</guid>
</item>

<item>
<title>Updated table sorting script</title>
<description>Added an option to sort tables using a custom sort function.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-tablesort</link>
<pubDate>Thu, 25 Mar 2010 18:40:00 +0000</pubDate>
<guid isPermaLink="false">43</guid>
</item>

<item>
<title>Updated gallery slideshow script</title>
<description>Fixed a regression introduced in the recent major 2.0 update where captions could become too wide with wide images, and scrolling is now correctly reset for non-default layouts when changing images.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-galleryslideshow</link>
<pubDate>Thu, 12 Nov 2009 19:45:00 +0000</pubDate>
<guid isPermaLink="false">42</guid>
</item>

<item>
<title>Updated gallery slideshow script</title>
<description>Major update with many new features, including shrink-to-fit, transitions, loop control, thumbnail positioning and DHTML scrolling, embedding and many more.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-galleryslideshow</link>
<pubDate>Fri, 6 Nov 2009 18:00:00 +0000</pubDate>
<guid isPermaLink="false">41</guid>
</item>

<item>
<title>Updated semicolons in JavaScript tutorial</title>
<description>Added details of how the script interpreter treats lines of code that do not end with a semicolon.</description>
<link>http://www.howtocreate.co.uk/tutorials/javascript/semicolons</link>
<pubDate>Wed, 23 Sep 2009 20:00:00 +0000</pubDate>
<guid isPermaLink="false">40</guid>
</item>

<item>
<title>Updated emails</title>
<description>Cleared a publishing backlog of 4 months worth of email - sorry for the delay.</description>
<link>http://www.howtocreate.co.uk/emails/</link>
<pubDate>Sat, 25 Apr 2009 21:40:00 +0000</pubDate>
<guid isPermaLink="false">39</guid>
</item>

<item>
<title>Updated tutorials for recent browser releases</title>
<description>Updated all tutorial compatibility notes for IE 8 final, and preview releases of Opera 10 and Safari 4.</description>
<link>http://www.howtocreate.co.uk/</link>
<pubDate>Sun, 19 Apr 2009 20:35:00 +0000</pubDate>
<guid isPermaLink="false">38</guid>
</item>

<item>
<title>Updated gallery slideshow script</title>
<description>Keyboard shortcuts can now be defined for controlling the slideshow.</description>
<link>http://www.howtocreate.co.uk/jslibs/script-galleryslideshow</link>
<pubDate>Tue, 24 Mar 2009 21:35:00 +0000</pubDate>
<guid isPermaLink="false">37</guid>
</item>

<item>
<title>Updated gallery slideshow script</title>
<description>'Previous' and 'next' images can now be pre-cached (also fixed regular cache so it no longer produces 404 errors).</description>
<link>http://www.howtocreate.co.uk/jslibs/script-galleryslideshow</link>
<pubDate>Wed, 18 Mar 2009 12:25:00 +0000</pubDate>
<guid isPermaLink="false">36</guid>
</item>

</channel>
</rss>
