<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Learn &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:Learn</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 16:19:35 +0000</pubDate>
    <item>
      <title>ToriOS Internship Program - version 1.0</title>
      <link>https://personaljournal.ca/paulsutton/torios-internship-program-version-1-0</link>
      <description>&lt;![CDATA[ToriOS Internship Program - version 1.0&#xA;&#xA;We need people who enjoy #programming and want to do it for fun, to create really nice small things that can be used easily by almost anyone.&#xA;All levels of programming are fine.&#xA;People need to have #motivation to do this because they want to,&#xA;themselves. They need motivation to learn more because they are growing.&#xA;They must have the ability to #fail and #learn from it.&#xA;As long as those exist, #skills will come. Anything anyone already has to begin with is fine.&#xA;Rust, serde, FLTK, DBus, X11/etc, XDG, lexer, TUI, Linux, Every Window&#xA;Manager there is, Rust coreutils/chroot/squashfs?/etc for building,&#xA;TOML/JSON/INI/etc, HIG/UI/UX accessibility, Bash scripting.&#xA;&#xA;- - - -&#xA;&#xA;Goals:&#xA;&#xA;1- Oxidize the C++ programs used in ToriOS, and improve them.&#xA;2- Oxidize the scripted builds.&#xA;3- Oxidize the scripts used in ToriOS, and use serde for configuration,&#xA;support multiple formats in and out.&#xA;4- Build separate libraries for separate tasks. Many small libraries that&#xA;can be reused are better than one big one for everything.&#xA;5- Bring these components together and create a desktop environment using any window manager.&#xA;6- Replace GNU with Rust equivalents to make Oxidized Linux as the base of&#xA;the operating system.&#xA;7- Configure multiple window managers using the same graphical tool,&#xA;allowing for the conversion of one window manager format to another,&#xA;seamlessly.&#xA;8- build menus for window managers with an oxidized menu generator.&#xA;9- Oxidize FLTK applications menu program.&#xA;10- Make portrait and landscape layouts for the desktop. Using dbus to load&#xA;things when needed.&#xA;&#xA;- - - -&#xA;&#xA;Longer term wish list goals:&#xA;&#xA;1- Rust + FLTK to create a modern panel/tray system.&#xA;2- Handle the virtual desktops, use ~/Desktop.d/... for handling multiple desktops with multiple icon layouts. Just a desktop manager, not a&#xA;file manager.&#xA;3- Build our design of a very modular onscreen keyboard.&#xA;4- Make all GUI apps display a TUI when no $DISPLAY exists.&#xA;5- Volume manager to trigger whatever events are configured.&#xA;6- Pre-built Phone images to flash as well as ISOs to download.&#xA;7- replace any GTK specific programs with Rust + FLTK versions.&#xA;8- use a native Rust GUI toolkit when one is mature enough.&#xA;&#xA;- - - -&#xA;&#xA;Note:&#xA;&#xA;The word [#Oxidize] is used to mean converting an older program to use&#xA;Rust, instead of whatever programming language it was originally written in.&#xA;&#xA;- - - -&#xA;&#xA;IF AND ONLY IF YOU MEET ALL THE REQUIREMENTS, please apply by sending an email to: [ ali AT torios DOT top ]&#xA;&#xA;Subject Line must contain [ToriOS Internship ver 1.0]&#xA;Introduce yourself - mention your REAL name.&#xA;Country - wherever you currently live.&#xA;Written consent that have read + agree on each and everything mentioned&#xA;in this post.&#xA;Please explain WHY you think I should let you in?&#xA;NO begging please. Begging means reject.&#xA;DO NOT send any Resume/CV because that means reject.&#xA;&#xA;- - - -&#xA;Internship&#xA;&#xA;Original LinkedIn post&#xA;&#xA;#Linux. #Debian,#Ubuntu,#volunteering,#Jobs,#ToriOSInternship&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>ToriOS Internship Program – version 1.0</p>
<ul><li>We need people who enjoy <em><a href="/paulsutton/tag:programming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">programming</span></a></em> and want to do it for fun, to create really nice small things that can be used easily by almost anyone.</li>
<li>All levels of programming are fine.</li>
<li>People need to have <em><a href="/paulsutton/tag:motivation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">motivation</span></a></em> to do this because they want to,
themselves. They need motivation to learn more because they are growing.</li>
<li>They must have the ability to <em><a href="/paulsutton/tag:fail" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">fail</span></a></em> and <em><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a></em> from it.</li>
<li>As long as those exist, <em><a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a></em> will come. Anything anyone already has to begin with is fine.</li>
<li>Rust, serde, FLTK, DBus, X11/etc, XDG, lexer, TUI, Linux, Every Window
Manager there is, Rust coreutils/chroot/squashfs?/etc for building,
TOML/JSON/INI/etc, HIG/UI/UX accessibility, Bash scripting.</li></ul>

<hr>

<p><strong>Goals:</strong></p>

<p>1- Oxidize the C++ programs used in ToriOS, and improve them.
2- Oxidize the scripted builds.
3- Oxidize the scripts used in ToriOS, and use serde for configuration,
support multiple formats in and out.
4- Build separate libraries for separate tasks. Many small libraries that
can be reused are better than one big one for everything.
5- Bring these components together and create a desktop environment using any window manager.
6- Replace GNU with Rust equivalents to make Oxidized Linux as the base of
the operating system.
7- Configure multiple window managers using the same graphical tool,
allowing for the conversion of one window manager format to another,
seamlessly.
8- build menus for window managers with an oxidized menu generator.
9- Oxidize FLTK applications menu program.
10- Make portrait and landscape layouts for the desktop. Using dbus to load
things when needed.</p>

<hr>

<p><strong>Longer term wish list goals:</strong></p>

<p>1- Rust + FLTK to create a modern panel/tray system.
2- Handle the virtual desktops, use ~/Desktop.d/... for handling multiple desktops with multiple icon layouts. Just a desktop manager, not a
file manager.
3- Build our design of a very modular onscreen keyboard.
4- Make all GUI apps display a TUI when no $DISPLAY exists.
5- Volume manager to trigger whatever events are configured.
6- Pre-built Phone images to flash as well as ISOs to download.
7- replace any GTK specific programs with Rust + FLTK versions.
8- use a native Rust GUI toolkit when one is mature enough.</p>

<hr>

<p><strong>Note:</strong></p>

<p>The word [<em><a href="/paulsutton/tag:Oxidize" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Oxidize</span></a></em>] is used to mean converting an older program to use
Rust, instead of whatever programming language it was originally written in.</p>

<hr>

<p>IF AND ONLY IF YOU MEET ALL THE REQUIREMENTS, please apply by sending an email to: [ ali AT torios DOT top ]</p>
<ul><li>Subject Line must contain [ToriOS Internship ver 1.0]</li>
<li>Introduce yourself – mention your REAL name.</li>
<li>Country – wherever you currently live.</li>
<li>Written consent that have read + agree on each and everything mentioned
in this post.</li>
<li>Please explain WHY you think I should let you in?</li>
<li>NO begging please. Begging means reject.</li>
<li>DO NOT send any Resume/CV because that means reject.</li></ul>

<hr>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/internship.jpeg" alt="Internship"></p>
<ul><li><a href="https://www.linkedin.com/feed/update/urn:li:activity:6896758021918203904/" rel="nofollow">Original LinkedIn post</a></li></ul>

<p><a href="/paulsutton/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a>. <a href="/paulsutton/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a>,<a href="/paulsutton/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a>,<a href="/paulsutton/tag:volunteering" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">volunteering</span></a>,<a href="/paulsutton/tag:Jobs" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Jobs</span></a>,<a href="/paulsutton/tag:ToriOSInternship" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">ToriOSInternship</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/torios-internship-program-version-1-0</guid>
      <pubDate>Tue, 08 Feb 2022 15:16:35 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 7</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-7</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 7&#xA;&#xA;Now fully completed Applied Visual Design module with FreeCodeCamp so have now reached 100% of the way through the module&#xA;&#xA;visual design 7&#xA;&#xA;On onto Applied Accessibility next&#xA;&#xA;#learn, #freecodecamp, #web, #responsive,#visual #design, #html, #css, #skills, #codeclub, &#xA;&#xA;Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon here. You can get a free account on the http://qoto.org instance by following this link.&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 7</p>

<p>Now fully completed Applied Visual Design module with <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so have now reached 100% of the way through the module</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign7.png" alt="visual design 7"></p>

<p>On onto <strong>Applied Accessibility</strong> next</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:visual" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">visual</span></a> <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a>,</p>

<p>Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>. You can get a free account on the <a href="http://qoto.org" rel="nofollow">http://qoto.org</a> instance by following <a href="https://qoto.org/invite/pN8gdTzi" rel="nofollow">this link</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-7</guid>
      <pubDate>Fri, 29 May 2020 15:22:32 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 6</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-6</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 6&#xA;&#xA;Completed more of the Applied visual design module with FreeCodeCamp so now reached 73% of the way through the module&#xA;&#xA;visual design 5&#xA;&#xA;More tomorrow.&#xA;&#xA;#learn, #freecodecamp, #web, #responsive,#visual #design, #html, #css, #skills, #codeclub, &#xA;&#xA;Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon here. You can get a free account on the http://qoto.org instance by following this link.&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 6</p>

<p>Completed more of the Applied visual design module with <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so now reached 73% of the way through the module</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign6.png" alt="visual design 5"></p>

<p>More tomorrow.</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:visual" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">visual</span></a> <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a>,</p>

<p>Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>. You can get a free account on the <a href="http://qoto.org" rel="nofollow">http://qoto.org</a> instance by following <a href="https://qoto.org/invite/pN8gdTzi" rel="nofollow">this link</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-6</guid>
      <pubDate>Wed, 27 May 2020 14:21:15 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 5</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-5</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 5&#xA;&#xA;Completed 10% more of the Applied visual design module with FreeCodeCamp so now reached 60% of the way through the module&#xA;&#xA;visual design 5&#xA;&#xA;#learn, #freecodecamp, #web, #responsive,#visual #design, #html, #css, #skills, #codeclub, &#xA;&#xA;Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon here. You can get a free account on the http://qoto.org instance by following this link.&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 5</p>

<p>Completed 10% more of the Applied visual design module with <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so now reached 60% of the way through the module</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign5.png" alt="visual design 5"></p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:visual" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">visual</span></a> <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a>,</p>

<p>Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>. You can get a free account on the <a href="http://qoto.org" rel="nofollow">http://qoto.org</a> instance by following <a href="https://qoto.org/invite/pN8gdTzi" rel="nofollow">this link</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-5</guid>
      <pubDate>Tue, 26 May 2020 14:22:48 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 4</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-4</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 4&#xA;&#xA;Completed some more of the visual design module in FreeCodeCamp so now reached 50% of the way through the module&#xA;&#xA;visual design 4&#xA;&#xA;So lots of progress made on this,  and more useful skills being developed. &#xA;&#xA;#learn, #freecodecamp, #web, #responsive,#visual #design, #html, #css, #skills, #codeclub, &#xA;&#xA;Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon here. You can get a free account on the http://qoto.org instance by following this link.&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 4</p>

<p>Completed some more of the visual design module in <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so now reached 50% of the way through the module</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign4.png" alt="visual design 4"></p>

<p>So lots of progress made on this,  and more useful skills being developed.</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:visual" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">visual</span></a> <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a>,</p>

<p>Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>. You can get a free account on the <a href="http://qoto.org" rel="nofollow">http://qoto.org</a> instance by following <a href="https://qoto.org/invite/pN8gdTzi" rel="nofollow">this link</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-4</guid>
      <pubDate>Sat, 23 May 2020 14:21:27 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 3</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-3</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 3&#xA;&#xA;Completed some more of the visual design module in FreeCodeCamp so now reached 37% of the way through the module&#xA;&#xA;visual design 1&#xA;&#xA;Lots of useful design tips in this section of the course,  so great for making small adjustments to css, which can really help to improve the visual look of page(s).&#xA;&#xA;#learn, #freecodecamp, #web, #responsive,#visual #design, #html, #css, #skills, #codeclub, &#xA;&#xA;Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon here. You can get a free account on the http://qoto.org instance by following this link.&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 3</p>

<p>Completed some more of the visual design module in <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so now reached 37% of the way through the module</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign3.png" alt="visual design 1"></p>

<p>Lots of useful design tips in this section of the course,  so great for making small adjustments to css, which can really help to improve the visual look of page(s).</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:visual" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">visual</span></a> <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a>,</p>

<p>Happy to provide help and support via decentralised social media.  I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>. You can get a free account on the <a href="http://qoto.org" rel="nofollow">http://qoto.org</a> instance by following <a href="https://qoto.org/invite/pN8gdTzi" rel="nofollow">this link</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-3</guid>
      <pubDate>Tue, 19 May 2020 12:02:52 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 2</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-2</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 2&#xA;&#xA;Completed some more of the visual design module in FreeCodeCamp so am sharing my progress here.&#xA;&#xA;visual design 1&#xA;&#xA;So far this is proving really useful, and the website is really easy to follow. &#xA;&#xA;#learn, #freecodecamp, #web, #responsive, #design, #html, #css, #skills, #codeclub&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 2</p>

<p>Completed some more of the visual design module in <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so am sharing my progress here.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign2.png" alt="visual design 1"></p>

<p>So far this is proving really useful, and the website is really easy to follow.</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>, <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-2</guid>
      <pubDate>Sat, 16 May 2020 13:38:35 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp - Visual Design 1</title>
      <link>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-1</link>
      <description>&lt;![CDATA[Free Code Camp - Visual Design 1&#xA;&#xA;Finally got round to undertaking the first part of Applied visual Design on FreeCodeCamp so am sharing my progress here.&#xA;&#xA;visual design 1&#xA;&#xA;So far so good. &#xA;&#xA;#learn, #freecodecamp, #web, #responsive, #design, #html, #css, #skills, #codeclub&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp – Visual Design 1</p>

<p>Finally got round to undertaking the first part of <strong>Applied visual Design</strong> on <a href="https://www.freecodecamp.org" rel="nofollow">FreeCodeCamp</a> so am sharing my progress here.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/visualdesign1.png" alt="visual design 1"></p>

<p>So far so good.</p>

<p><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a>, <a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>, <a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>, <a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>, <a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>, <a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>, <a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>, <a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>, <a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/free-code-camp-visual-design-1</guid>
      <pubDate>Thu, 14 May 2020 14:21:38 +0000</pubDate>
    </item>
    <item>
      <title>LaTeX and Chemistry</title>
      <link>https://personaljournal.ca/paulsutton/latex-and-chemistry</link>
      <description>&lt;![CDATA[LaTeX and Chemistry&#xA;&#xA;LaTeX is very useful for typesetting Chemistry. &#xA;&#xA;A few examples are below&#xA;&#xA;Normally we would the chemical formula for Methane as &#xA;&#xA;$CH4$&#xA;&#xA;How do we achieve this in LaTeX? We to use maths mode.&#xA;&#xA;$CH4$&#xA;So the underscore gives us the required Subscript 4. The $ tells latex to use maths mode.  &#xA;&#xA;If we want to include both the Atomic number and Mass of an element. For example Hydrogen.&#xA;&#xA;$H^11$&#xA;$H^612$&#xA;Or Carbon (illustrating how to type 2 numbers)&#xA;&#xA;$C^6{12}$&#xA;$C^6{12}$&#xA;&#xA;Puts one number above the other.  So in the case the ^ gives us our superscript. &#xA;&#xA;If we wanted to write Sodium as an ion we would put &#xA;&#xA;$Na^{1+}$  Note that the 1+ has been put inside curly braces {1+} &#xA;&#xA;$Na^{1+}$&#xA;&#xA;So far this is pretty straightforward&#xA;&#xA;You can also type chemical equations, which is a little more involved:&#xA;&#xA;$H2O(l) \hspace{0.5cm} \xrightarrow[\text{}]{\text{heat}}\hspace{0.5cm} = \hspace{0.5cm} H2O (g)$&#xA;&#xA;The first \text{} would put any text under the arrow, while clearly the second puts the text on top. &#xA;&#xA;As per instructions you need to tell LaTeX to use the package mathtools&#xA;&#xA;\usepackage{mathtools}&#xA;&#xA;I have also added some horizontal spacing so the equation is not squashed together. &#xA;&#xA;however writefreely does not seem to render this fully.  You can view this equation in Overleaf here&#xA;&#xA;#LaTeX, #Learn, #typesetting, #chemistry, #basics&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>LaTeX and Chemistry</p>

<p>LaTeX is very useful for typesetting Chemistry.</p>

<p>A few examples are below</p>

<p>Normally we would the chemical formula for Methane as</p>

<p>$CH_4$</p>

<p>How do we achieve this in LaTeX? We to use maths mode.</p>

<pre><code>$CH_4$
</code></pre>

<p>So the underscore gives us the required Subscript 4. The $ tells latex to use maths mode.</p>

<p>If we want to include both the Atomic number and Mass of an element. For example Hydrogen.</p>

<p>$H^1_1$</p>

<pre><code>$H^6_12$
</code></pre>

<p>Or Carbon (illustrating how to type 2 numbers)</p>

<p>$C^6_{12}$</p>

<pre><code>$C^6_{12}$
</code></pre>

<p>Puts one number above the other.  So in the case the ^ gives us our superscript.</p>

<p>If we wanted to write Sodium as an ion we would put</p>

<p>$Na^{1+}$  Note that the 1+ has been put inside curly braces {1+}</p>

<pre><code>$Na^{1+}$
</code></pre>

<p>So far this is pretty straightforward</p>

<p>You can also type chemical equations, which is a little more involved:</p>

<pre><code>$H_2O(l) \hspace{0.5cm} \xrightarrow[\text{}]{\text{heat}}\hspace{0.5cm} = \hspace{0.5cm} H_2O (g)$
</code></pre>

<p>The first \text{} would put any text under the arrow, while clearly the second puts the text on top.</p>

<p>As per instructions you need to tell LaTeX to use the package mathtools</p>

<p>\usepackage{mathtools}</p>

<p>I have also added some horizontal spacing so the equation is not squashed together.</p>

<p>however writefreely does not seem to render this fully.  You can view this equation in <a href="https://www.overleaf.com/read/mdkdzvcsvtwx" rel="nofollow">Overleaf here</a></p>

<p><a href="/paulsutton/tag:LaTeX" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LaTeX</span></a>, <a href="/paulsutton/tag:Learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Learn</span></a>, <a href="/paulsutton/tag:typesetting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">typesetting</span></a>, <a href="/paulsutton/tag:chemistry" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">chemistry</span></a>, <a href="/paulsutton/tag:basics" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">basics</span></a></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/latex-and-chemistry</guid>
      <pubDate>Sat, 11 Apr 2020 06:30:00 +0000</pubDate>
    </item>
    <item>
      <title>Learn LaTeX</title>
      <link>https://personaljournal.ca/paulsutton/learn-latex</link>
      <description>&lt;![CDATA[Learn LaTeX is a new website that aims to give users enough information to get started. &#xA;&#xA;It looks very good so far and hopefully will help build up skills in this area. It won&#39;t cover everything but doesn&#39;t need to.  Hopefully some of my posts will also complement this website. &#xA;&#xA;It is great to see so many fresh resources out there.  With the upcoming release of TeX Live 2020 the timing for this could not have been better. &#xA;&#xA;Resources&#xA;&#xA;Learn LaTeX&#xA;LaTeX Project&#xA;TeX Live&#xA;&#xA;#LaTeX, #Learn, #typesetting, #lessons, #basics&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://learnlatex.github.io/" rel="nofollow">Learn LaTeX</a> is a new website that aims to give users enough information to get started.</p>

<p>It looks very good so far and hopefully will help build up skills in this area. It won&#39;t cover everything but doesn&#39;t need to.  Hopefully some of my posts will also complement this website.</p>

<p>It is great to see so many fresh resources out there.  With the upcoming release of TeX Live 2020 the timing for this could not have been better.</p>

<h1 id="resources">Resources</h1>
<ul><li><a href="https://learnlatex.github.io/" rel="nofollow">Learn LaTeX</a></li>
<li><a href="https://www.latex-project.org/" rel="nofollow">LaTeX Project</a></li>
<li><a href="https://tug.org/texlive/" rel="nofollow">TeX Live</a></li></ul>

<p><a href="/paulsutton/tag:LaTeX" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LaTeX</span></a>, <a href="/paulsutton/tag:Learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Learn</span></a>, <a href="/paulsutton/tag:typesetting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">typesetting</span></a>, <a href="/paulsutton/tag:lessons" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">lessons</span></a>, <a href="/paulsutton/tag:basics" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">basics</span></a></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/learn-latex</guid>
      <pubDate>Thu, 09 Apr 2020 06:30:00 +0000</pubDate>
    </item>
  </channel>
</rss>