<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Tips and news from the British Bingo game</title>
  <link>https://bbingo.xyz</link>
  <description>Technical tips and changes made to the British Bingo game and related webpages</description>
  <atom:link href="https://bbingo.xyz/rssfeed-tn" rel="self" type="application/rss+xml" />
  <language>en-gb</language>
  <image>
    <url>https://bbingo.xyz/images/pwa/biliard-ball-seven-100.png</url>
    <title>Tips and news from the British Bingo game</title>
    <link>https://bbingo.xyz</link>
    <width>100</width>
    <height>100</height>
    <description>Bingo ball, number 7</description>
  </image>
  <item>
    <title>Tech tip - view transitions crashed my webpage</title>
    <link>https://bbingo.xyz/techtips/#view-transitions-crashed-my-webpage</link>
    <guid>https://bbingo.xyz/techtips/#view-transitions-crashed-my-webpage</guid>
    <pubDate>Mon, 04 May 2026 22:31:09 GMT</pubDate>
    <description>Short note about a 'view transition' crashing my game, how I tried to fix it, before the bug went away</description>
  </item>
  <item>
    <title>Tech tip - AI cannot do tricky changes</title>
    <link>https://bbingo.xyz/techtips/#ai-cant-do-tricky-changes</link>
    <guid>https://bbingo.xyz/techtips/#ai-cant-do-tricky-changes</guid>
    <pubDate>Sun, 26 Apr 2026 13:30:14 GMT</pubDate>
    <description>Short note about thinking that at least AI cannot do difficult changes to my game</description>
  </item>
  <item>
    <title>Tech tip - leaving in old code, commented out</title>
    <link>https://bbingo.xyz/techtips/#leaving-in-old-code-commented-out</link>
    <guid>https://bbingo.xyz/techtips/#leaving-in-old-code-commented-out</guid>
    <pubDate>Sun, 19 Apr 2026 21:55:32 GMT</pubDate>
    <description>Short note about my habit of leaving in old code commented-out rather than looking in my source control system</description>
  </item>
  <item>
    <title>Tech tip - hiding SVG that is referenced later</title>
    <link>https://bbingo.xyz/techtips/#hiding-svg-referenced-later</link>
    <guid>https://bbingo.xyz/techtips/#hiding-svg-referenced-later</guid>
    <pubDate>Sun, 12 Apr 2026 22:30:01 GMT</pubDate>
    <description>Short note about hiding an SVG that is later referenced in a 'use' tag </description>
  </item>
  <item>
    <title>Tech tip - making JavaScript and CSS slightly smaller</title>
    <link>https://bbingo.xyz/techtips/#slightly-smaller-javascript-and-css</link>
    <guid>https://bbingo.xyz/techtips/#slightly-smaller-javascript-and-css</guid>
    <pubDate>Mon, 06 Apr 2026 16:49:43 GMT</pubDate>
    <description>Short note using a short local variable rather than 'this' in JavaScript, and using the shorter 'background' rather than 'background-color' in CSS</description>
  </item>
  <item>
    <title>Tech tip - bug with end style tag inside a comment in a stylesheet</title>
    <link>https://bbingo.xyz/techtips/#bug-end-style-tag-inside-comment-in-stylesheet</link>
    <guid>https://bbingo.xyz/techtips/#bug-end-style-tag-inside-comment-in-stylesheet</guid>
    <pubDate>Sun, 29 Mar 2026 15:20:03 GMT</pubDate>
    <description>Short note how if I have an end 'style' tag inside a comment in a stylesheet then Chrome thinks I am ending the styleheet</description>
  </item>
  <item>
    <title>Tech tip - setting opacity flattens preserve-3d in CSS</title>
    <link>https://bbingo.xyz/techtips/#opacity-flattens-preserve-3d</link>
    <guid>https://bbingo.xyz/techtips/#opacity-flattens-preserve-3d</guid>
    <pubDate>Sun, 22 Mar 2026 11:36:21 GMT</pubDate>
    <description>Short note how animating opacity on an outer 'stage' changes the 'preserve-3d' of its children to 'flat'</description>
  </item>
  <item>
    <title>Tech tip - images for 'open graph' tags</title>
    <link>https://bbingo.xyz/techtips/#images-for-open-graph-tags</link>
    <guid>https://bbingo.xyz/techtips/#images-for-open-graph-tags</guid>
    <pubDate>Sun, 08 Mar 2026 19:00:31 GMT</pubDate>
    <description>Short note about providing and testing images for 'Open Graph' tags for Twitter and Facebook</description>
  </item>
  <item>
    <title>Tech tip - CSS position fixed bug</title>
    <link>https://bbingo.xyz/techtips/#css-position-fixed-bug</link>
    <guid>https://bbingo.xyz/techtips/#css-position-fixed-bug</guid>
    <pubDate>Sun, 22 Feb 2026 18:25:04 GMT</pubDate>
    <description>Short note about a bug where a 'div' with 'position: fixed' was hidden when I forgot to give a 'top' or 'left and other content filled the screen</description>
  </item>
  <item>
    <title>Tech tip - URL encoding SVG</title>
    <link>https://bbingo.xyz/techtips/#url-encoding-svg</link>
    <guid>https://bbingo.xyz/techtips/#url-encoding-svg</guid>
    <pubDate>Sun, 15 Feb 2026 13:41:24 GMT</pubDate>
    <description>Short note about problems encoding an SVG for a data URL for a background image in HTML</description>
  </item>
  <item>
    <title>Tech tip - setTimeout continues in hidden Chrome tab</title>
    <link>https://bbingo.xyz/techtips/#settimeout-in-hidden-chrome-tab</link>
    <guid>https://bbingo.xyz/techtips/#settimeout-in-hidden-chrome-tab</guid>
    <pubDate>Sun, 08 Feb 2026 12:59:03 GMT</pubDate>
    <description>Short note about how 'setTimeout' still counts down the seconds in a hidden tab in Chrome</description>
  </item>
  <item>
    <title>Tech tip - bug using xlink:href with SVG</title>
    <link>https://bbingo.xyz/techtips/#bug-with-xlink-href-with-svg</link>
    <guid>https://bbingo.xyz/techtips/#bug-with-xlink-href-with-svg</guid>
    <pubDate>Sun, 01 Feb 2026 13:07:21 GMT</pubDate>
    <description>Short note about where setting 'xlink:href' on a 'use' tag of an SVG in JavaScript does not override the plain 'href' in the HTML</description>
  </item>
  <item>
    <title>Tech tip - adding SVG icons next to buttons</title>
    <link>https://bbingo.xyz/techtips/#add-svg-icons-near-buttons</link>
    <guid>https://bbingo.xyz/techtips/#add-svg-icons-near-buttons</guid>
    <pubDate>Sun, 25 Jan 2026 18:46:44 GMT</pubDate>
    <description>Short note about how putting small SVG's of animals near buttons draws the eye to the button and looks nice</description>
  </item>
  <item>
    <title>News - updated 'names and 'idioms' pages</title>
    <link>https://bbingo.xyz/n/</link>
    <guid isPermaLink="false">https://bbingo.xyz/n/#updated-in-2026</guid>
    <pubDate>Sat, 24 Jan 2026 20:02:35 GMT</pubDate>
    <description>I have added more women's first names to my page at 'bbingo.xyz/n' and added more idioms to my page at 'bbingo.xyz/i'</description>
  </item>
  <item>
    <title>Tech tip - minifying SVG's myself</title>
    <link>https://bbingo.xyz/techtips/#minifying-svgs-myself</link>
    <guid>https://bbingo.xyz/techtips/#minifying-svgs-myself</guid>
    <pubDate>Sun, 18 Jan 2026 21:45:09 GMT</pubDate>
    <description>Short note about how I remove unused 'id' attributes from SVG's and other tags to minify SVG's</description>
  </item>
  <item>
    <title>Tech tip - Facebook login to hosting provider not work</title>
    <link>https://bbingo.xyz/techtips/#facebook-login-not-work</link>
    <guid>https://bbingo.xyz/techtips/#facebook-login-not-work</guid>
    <pubDate>Sun, 11 Jan 2026 16:15:32 GMT</pubDate>
    <description>Short note about Facebook logins no longer working with my hosting provider, Hostinger</description>
  </item>
  <item>
    <title>Tech tip - payment declined for web hosting</title>
    <link>https://bbingo.xyz/techtips/#payment-declined-for-web-hosting</link>
    <guid>https://bbingo.xyz/techtips/#payment-declined-for-web-hosting</guid>
    <pubDate>Sun, 28 Dec 2025 22:14:05 GMT</pubDate>
    <description>Short note about my debit card company declining to pay a renewal of my web hosting plan</description>
  </item>
  <item>
    <title>Tech tip - falling asleep while coding</title>
    <link>https://bbingo.xyz/techtips/#falling-asleep-while-coding</link>
    <guid>https://bbingo.xyz/techtips/#falling-asleep-while-coding</guid>
    <pubDate>Sun, 21 Dec 2025 19:00:30 GMT</pubDate>
    <description>Short note about avoiding falling asleep while coding in the evening</description>
  </item>
  <item>
    <title>Tech tip - setting the 'class' of an SVG element</title>
    <link>https://bbingo.xyz/techtips/#setting-class-of-svg-element</link>
    <guid>https://bbingo.xyz/techtips/#setting-class-of-svg-element</guid>
    <pubDate>Sun, 14 Dec 2025 22:02:12 GMT</pubDate>
    <description>Short note about being unable to set the 'class' of an SVG element using the 'className' property in JavaScript</description>
  </item>
  <item>
    <title>Tech tip - draw ellipses with 'border-radius'</title>
    <link>https://bbingo.xyz/techtips/#draw-ellipses-with-border-radius</link>
    <guid>https://bbingo.xyz/techtips/#draw-ellipses-with-border-radius</guid>
    <pubDate>Sun, 07 Dec 2025 21:33:09 GMT</pubDate>
    <description>Short note about drawing ellipses and other curved shapes by giving two values to 'border-radius'</description>
  </item>
  <item>
    <title>Tech tip - old copies of Progressive Web Apps</title>
    <link>https://bbingo.xyz/techtips/#old-copies-of-progressive-web-apps</link>
    <guid>https://bbingo.xyz/techtips/#old-copies-of-progressive-web-apps</guid>
    <pubDate>Sun, 30 Nov 2025 21:01:34 GMT</pubDate>
    <description>Short note about how an installed Progressive Web App may use old locations of images</description>
  </item>
  <item>
    <title>Tech tip - one-person projects</title>
    <link>https://bbingo.xyz/techtips/#one-person-projects</link>
    <guid>https://bbingo.xyz/techtips/#one-person-projects</guid>
    <pubDate>Sun, 23 Nov 2025 19:42:09 GMT</pubDate>
    <description>Short note about how many people lose interest in one-person software projects after a few years</description>
  </item>
  <item>
    <title>News - latest code is now on Soureforge and GitHub</title>
    <link>https://sourceforge.net/p/britbingo/news/2025/11/lastest-version-released-160/</link>
    <guid isPermaLink="false">https://sourceforge.net/p/britbingo/news/2025/11/lastest-version-released-160/</guid>
    <pubDate>Thu, 20 Nov 2025 20:38:19 GMT</pubDate>
    <description>There is a new version with changes that I have made since the last release. This is on SourceForge in the 'coming-soon' folder of the 'for-developers' folder. This is also on GitHub at 'github.com/Bert-Beckwith/British-Bingo'</description>
  </item>
  <item>
    <title>Tech tip - document relations</title>
    <link>https://bbingo.xyz/techtips/#document-relations</link>
    <guid>https://bbingo.xyz/techtips/#document-relations</guid>
    <pubDate>Tue, 18 Nov 2025 22:01:35 GMT</pubDate>
    <description>Short note about adding 'document relations' to my web pages and whether browsers or Google search uses them</description>
  </item>
  <item>
    <title>Tech tip - mistaking accessibility styles for an error</title>
    <link>https://bbingo.xyz/techtips/#mistaking-accessibility-styles-for-error</link>
    <guid>https://bbingo.xyz/techtips/#mistaking-accessibility-styles-for-error</guid>
    <pubDate>Sun, 09 Nov 2025 12:15:33 GMT</pubDate>
    <description>Short note about accidently turning on an accessibility stylesheet option</description>
  </item>
  <item>
    <title>Tech tip - overriding 'alert' to write to 'console.log'</title>
    <link>https://bbingo.xyz/techtips/#overriding-alert-to-write-to-console</link>
    <guid>https://bbingo.xyz/techtips/#overriding-alert-to-write-to-console</guid>
    <pubDate>Fri, 31 Oct 2025 09:29:03 GMT</pubDate>
    <description>Short note about defining my own global function 'alert' to writes to the console</description>
  </item>
  <item>
    <title>Tech tip - selecting adjacent elements on :hover with CSS</title>
    <link>https://bbingo.xyz/techtips/#selecting-adjacent-elements-on-hover</link>
    <guid>https://bbingo.xyz/techtips/#selecting-adjacent-elements-on-hover</guid>
    <pubDate>Sun, 26 Oct 2025 10:01:51 GMT</pubDate>
    <description>How to style elements adjacent to a element that I am hovering over, using the :has selector</description>
  </item>
  <item>
    <title>Tech tip - simple animation spacing out letters in an centred phrase</title>
    <link>https://bbingo.xyz/techtips/#animation-spacing-out-letters</link>
    <guid>https://bbingo.xyz/techtips/#animation-spacing-out-letters</guid>
    <pubDate>Sun, 19 Oct 2025 18:54:21 GMT</pubDate>
    <description>Short note about animating the 'letter-spacing' of a centred piece of text</description>
  </item>
  <item>
    <title>Tech tip - commenting out CSS already commented out</title>
    <link>https://bbingo.xyz/techtips/#commenting-out-commented-out-css</link>
    <guid>https://bbingo.xyz/techtips/#commenting-out-commented-out-css</guid>
    <pubDate>Sat, 11 Oct 2025 08:21:09 GMT</pubDate>
    <description>Short note about commenting out CSS with a comment inside</description>
  </item>
  <item>
    <title>Tech tip - CSS preserve-3d stops position:fixed</title>
    <link>https://bbingo.xyz/techtips/#css-preserve-3d-stops-position-fixed</link>
    <guid>https://bbingo.xyz/techtips/#css-preserve-3d-stops-position-fixed</guid>
    <pubDate>Mon, 29 Sep 2025 07:12:37 GMT</pubDate>
    <description>Short note about how a CSS 'transform-style' of 'preserve-3d' on an HTML element stops 'position: fixed' from working</description>
  </item>
  <item>
    <title>Tech tip - Set character set early in HTML</title>
    <link>https://bbingo.xyz/techtips/#set-character-set-early</link>
    <guid>https://bbingo.xyz/techtips/#set-character-set-early</guid>
    <pubDate>Fri, 26 Sep 2025 09:04:15 GMT</pubDate>
    <description>Short note about specifying the 'character set' as soon as possible in my web pages</description>
  </item>
  <item>
    <title>News - updated the detailed graphs in my 'stats2' page</title>
    <link>https://bbingo.xyz/s2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/stats2/#probabilities-of-line-as-excel-surface-chart</guid>
    <pubDate>Fri, 26 Sep 2025 11:23:41 GMT</pubDate>
    <description>I have added data for 45 to 50 players to the graphs of the probability of a certain number of balls being read out before a player has a 'line' or 'house. The graphs are not normal distributions. See 'bbingo.xyz/s2'</description>
  </item>
  <item>
    <title>Tech tip - online HTML minifiers</title>
    <link>https://bbingo.xyz/techtips/#online-html-minifiers</link>
    <guid>https://bbingo.xyz/techtips/#online-html-minifiers</guid>
    <pubDate>Sun, 14 Sep 2025 08:32:05 GMT</pubDate>
    <description>Short note about my experiences with four online tools that shrink HTML</description>
  </item>
  <item>
    <title>Tech tip - adding 'inert' HTML attribute does not speed up animations</title>
    <link>https://bbingo.xyz/techtips/#inert-not-speed-up-animation</link>
    <guid>https://bbingo.xyz/techtips/#inert-not-speed-up-animation</guid>
    <pubDate>Mon, 01 Sep 2025 09:01:34 GMT</pubDate>
    <description>Short note about how the 'inert' HTML attribute does not make CSS animations as fast as 'view transitions'</description>
  </item>
  <item>
    <title>Tech tip - reflection with CSS</title>
    <link>https://bbingo.xyz/techtips/#reflection-with-css</link>
    <guid>https://bbingo.xyz/techtips/#reflection-with-css</guid>
    <pubDate>Wed, 27 Aug 2025 11:31:14 GMT</pubDate>
    <description>Short note about doing a reflection with 'scale' rather than rotating</description>
  </item>
  <item>
    <title>Tech tip - changing :before and :after elements to div elements</title>
    <link>https://bbingo.xyz/techtips/#changing-before-and-after-elements-to-divs</link>
    <guid>https://bbingo.xyz/techtips/#changing-before-and-after-elements-to-divs</guid>
    <pubDate>Wed, 13 Aug 2025 10:01:23 GMT</pubDate>
    <description>Short note about changing ':before' and ':after' pseudo elements to 'div' elements so I can reference them by 'id' in JavaScript</description>
  </item>
  <item>
    <title>Tech tip - removing 'bare' URL's from the text of links</title>
    <link>https://bbingo.xyz/techtips/#replacing-bare-urls-in-link-text</link>
    <guid>https://bbingo.xyz/techtips/#replacing-bare-urls-in-link-text</guid>
    <pubDate>Sun, 03 Aug 2025 09:35:43 GMT</pubDate>
    <description>Short note about replacing 'bare' URL's in link labels with unique descriptions</description>
  </item>
  <item>
    <title>Tech tip - starting to use a CSS minifier</title>
    <link>https://bbingo.xyz/techtips/#using-a-CSS-minifier</link>
    <guid>https://bbingo.xyz/techtips/#using-a-CSS-minifier</guid>
    <pubDate>Thu, 24 Jul 2025 11:03:05 GMT</pubDate>
    <description>Short note about my experience of using the 'CSSO' minifier</description>
  </item>
  <item>
    <title>Tech tip - how a CSS fish animation works</title>
    <link>https://bbingo.xyz/techtips/#how-css-fish-animation-works</link>
    <guid>https://bbingo.xyz/techtips/#how-css-fish-animation-works</guid>
    <pubDate>Sat, 12 Jul 2025 19:01:35 GMT</pubDate>
    <description>Short note about how reflected CSS triangles make up a fish animation</description>
  </item>
  <item>
    <title>Tech tip - violating Flickr's terms of service</title>
    <link>https://bbingo.xyz/techtips/#violating-flickrs-terms-of-service</link>
    <guid>https://bbingo.xyz/techtips/#violating-flickrs-terms-of-service</guid>
    <pubDate>Thu, 03 Jul 2025 12:35:05 GMT</pubDate>
    <description>Short note about now I violated Flickr's terms of service by having non-photographic content</description>
  </item>
  <item>
    <title>Tech tip - thoughts about minifiying CSS</title>
    <link>https://bbingo.xyz/techtips/#thoughts-on-minifiying-css</link>
    <guid>https://bbingo.xyz/techtips/#thoughts-on-minifiying-css</guid>
    <pubDate>Sun, 15 Jun 2025 09:10:45 GMT</pubDate>
    <description>Short note about using online minifiers and sed scripts to shrink CSS</description>
  </item>
  <item>
    <title>Tech tip - making a demo video on Windows10</title>
    <link>https://bbingo.xyz/techtips/#making-demo-video</link>
    <guid>https://bbingo.xyz/techtips/#making-demo-video</guid>
    <pubDate>Mon, 19 May 2025 10:24:10 GMT</pubDate>
    <description>Short note about making a demo video of my game on Windows10</description>
  </item>
  <item>
    <title>Tech tip - using 'view transitions' in JavaScript</title>
    <link>https://bbingo.xyz/techtips/#view-transitions-tips</link>
    <guid>https://bbingo.xyz/techtips/#view-transitions-tips</guid>
    <pubDate>Mon, 12 May 2025 09:03:51 GMT</pubDate>
    <description>Tips from adding 'view transitions' to my JavaScript game</description>
  </item>
  <item>
    <title>Tech tip - Will AI ever rival our brains?</title>
    <link>https://bbingo.xyz/techtips/#ai-rival-our-brains</link>
    <guid>https://bbingo.xyz/techtips/#ai-rival-our-brains</guid>
    <pubDate>Thu, 01 May 2025 11:32:09 GMT</pubDate>
    <description>Short note about how reading about how our brains work made me wonder if AI will ever replicate our brains</description>
  </item>
  <item>
    <title>Tech tip - Adding short names for built-in functions</title>
    <link>https://bbingo.xyz/techtips/#short-names-for-built-in-functions</link>
    <guid>https://bbingo.xyz/techtips/#short-names-for-built-in-functions</guid>
    <pubDate>Thu, 17 Apr 2025 08:21:17 GMT</pubDate>
    <description>Short note about adding short aliases for frequently used built-in functions, when 'minifying' my game</description>
  </item>
  <item>
    <title>Tech tip - Running minifiers twice</title>
    <link>https://bbingo.xyz/techtips/#running-minifiers-twice</link>
    <guid>https://bbingo.xyz/techtips/#running-minifiers-twice</guid>
    <pubDate>Sun, 06 Apr 2025 09:34:02 GMT</pubDate>
    <description>Short note about running minifiers several times to get a futther reduction in size</description>
  </item>
  <item>
    <title>Tech tip - Using JSMin to remove commented-out code</title>
    <link>https://bbingo.xyz/techtips/#using-jsmin-to-remove-commented-out-code</link>
    <guid>https://bbingo.xyz/techtips/#using-jsmin-to-remove-commented-out-code</guid>
    <pubDate>Wed, 26 Mar 2025 07:09:38 GMT</pubDate>
    <description>Short note about using Douglas Crockford's 'JSMin' minifier to quickly remove the JavaScript code that I leave commented-out as I make changes</description>
  </item>
  <item>
    <title>Tech tip - Coding in small steps can be boring</title>
    <link>https://bbingo.xyz/techtips/#coding-in-small-steps-is-boring</link>
    <guid>https://bbingo.xyz/techtips/#coding-in-small-steps-is-boring</guid>
    <pubDate>Mon, 17 Mar 2025 09:53:03 GMT</pubDate>
    <description>Short note about how breaking down coding into small steps can make coding boring</description>
  </item>
  <item>
    <title>Tech tip - Problem with mobile testing tool</title>
    <link>https://bbingo.xyz/techtips/#problem-with-mobile-testing-tool</link>
    <guid>https://bbingo.xyz/techtips/#problem-with-mobile-testing-tool</guid>
    <pubDate>Wed, 12 Mar 2025 11:04:22 GMT</pubDate>
    <description>Short note about my game looking strange when I tested it on mobile phones run by 'appetize.io'</description>
  </item>
  <item>
    <title>Tech tip - Minifying a web page containing 'pre' tags</title>
    <link>https://bbingo.xyz/techtips/#minifying-page-containing-pre-tags</link>
    <guid>https://bbingo.xyz/techtips/#minifying-page-containing-pre-tags</guid>
    <pubDate>Sun, 02 Mar 2025 10:21:09 GMT</pubDate>
    <description>Short note about how 'pre' tags make minifying HTML harder</description>
  </item>
  <item>
    <title>Tech tip - Adding screenshots shown when installing PWA</title>
    <link>https://bbingo.xyz/techtips/#add-screenshots-for-install-pwa</link>
    <guid>https://bbingo.xyz/techtips/#add-screenshots-for-install-pwa</guid>
    <pubDate>Sat, 22 Feb 2025 09:31:12 GMT</pubDate>
    <description>Short note about adding screenshots to the manifests of my webpages that are Progressive Web Apps</description>
  </item>
  <item>
    <title>Tech tip - Removing unnecessary 'abbr' tags and links</title>
    <link>https://bbingo.xyz/techtips/#Removing-abbr-tags-and-links</link>
    <guid>https://bbingo.xyz/techtips/#Removing-abbr-tags-and-links</guid>
    <pubDate>Sun, 16 Feb 2025 07:09:43 GMT</pubDate>
    <description>Short note about removing 'abbr' tags and links that are not needed and which interrupt the flow of the reader</description>
  </item>
  <item>
    <title>Tech tip - Smooth scrolling</title>
    <link>https://bbingo.xyz/techtips/#smooth-scrolling</link>
    <guid>https://bbingo.xyz/techtips/#smooth-scrolling</guid>
    <pubDate>Sun, 09 Feb 2025 11:27:18 GMT</pubDate>
    <description>Short note about adding 'smooth scrolling' to my web-pages which have internal links</description>
  </item>
  <item>
    <title>Tech tip - Layout shifts with Google Fonts</title>
    <link>https://bbingo.xyz/techtips/#layout-shifts-with-google-fonts</link>
    <guid>https://bbingo.xyz/techtips/#layout-shifts-with-google-fonts</guid>
    <pubDate>Mon, 03 Feb 2025 09:15:07 GMT</pubDate>
    <description>Short note getting 'layout shifts' with Google Fonts because my webserver is too slow</description>
  </item>
  <item>
    <title>Tech tip - Adding blog to 'blogarama.com'</title>
    <link>https://bbingo.xyz/techtips/#adding-blog-to-blogarama</link>
    <guid>https://bbingo.xyz/techtips/#adding-blog-to-blogarama</guid>
    <pubDate>Mon, 27 Jan 2025 08:43:21 GMT</pubDate>
    <description>Short note about how I thought I had got 'blogarama.com' to index my blog</description>
  </item>
  <item>
    <title>News - updated 'idioms' page</title>
    <link>https://bbingo.xyz/i/</link>
    <guid isPermaLink="false">https://bbingo.xyz/i/#updated-in-2025</guid>
    <pubDate>Mon, 20 Jan 2025 09:12:04 GMT</pubDate>
    <description>I have added more idioms to my page at 'bbingo.xyz/i'. There are idioms for 'wow', 'relax', 'eccentric', 'get ready' and 'join in'</description>
  </item>
  <item>
    <title>Tech tip - I first put '#' before 'rm -rf'</title>
    <link>https://bbingo.xyz/techtips/#first-put-hash-before-rm-rf</link>
    <guid>https://bbingo.xyz/techtips/#first-put-hash-before-rm-rf</guid>
    <pubDate>Sat, 18 Jan 2025 10:02:32 GMT</pubDate>
    <description>Short note about first commenting out a 'rm -rf' command that runs as user 'root'</description>
  </item>
  <item>
    <title>Tech tip - Bug from using old version of Chrome's Lighthouse</title>
    <link>https://bbingo.xyz/techtips/#bug-from-using-old-version-of-chrome-lighthouse</link>
    <guid>https://bbingo.xyz/techtips/#bug-from-using-old-version-of-chrome-lighthouse</guid>
    <pubDate>Sat, 11 Jan 2025 09:33:01 GMT</pubDate>
    <description>Short note about warnings from Chrome's Lighthouse turning out to be bugs from using an old version of Chrome on Windows7</description>
  </item>
  <item>
    <title>Tech tip - Adapting a 'codepen' icon made with CSS</title>
    <link>https://bbingo.xyz/techtips/#css-codepen-ico</link>
    <guid>https://bbingo.xyz/techtips/#css-codepen-ico</guid>
    <pubDate>Thu, 02 Jan 2025 11:16:52 GMT</pubDate>
    <description>Short note about adapting a 'codepen' icon made with CSS using the 'clip-path' property</description>
  </item>
  <item>
    <title>Tech tip - Using 'cp -pR' rather than 'cp -a' when making a backup</title>
    <link>https://bbingo.xyz/techtips/#cp-pr-not-cp-a-for-backup</link>
    <guid>https://bbingo.xyz/techtips/#cp-pr-not-cp-a-for-backup</guid>
    <pubDate>Mon, 23 Dec 2024 08:54:08 GMT</pubDate>
    <description>Short note about having problems using 'cp -a' with symbolic links when copying from Linux to a FAT file system on a memory stick</description>
  </item>
  <item>
    <title>Tech tip - Problems loading pages and with FTP with my hosting provider</title>
    <link>https://bbingo.xyz/techtips/#problems-loading-pages-with-hosting-provider</link>
    <guid>https://bbingo.xyz/techtips/#problems-loading-pages-with-hosting-provider</guid>
    <pubDate>Wed, 18 Dec 2024 10:31:22 GMT</pubDate>
    <description>Short note about temporary problems with my cheap hosting provider when loading pages and transferring files with FTP</description> 
  </item>
  <item>
    <title>Tech tip - Cannot install a Progressive Web App with Firefox</title>
    <link>https://bbingo.xyz/techtips/#cannot-install-progressive-web-app-with-firefox</link>
    <guid>https://bbingo.xyz/techtips/#cannot-install-progressive-web-app-with-firefox</guid>
    <pubDate>Wed, 11 Dec 2024 11:02:11 GMT</pubDate>
    <description>Short note about Firefox not supporting a standalone Progressive Web App</description> 
  </item>
  <item>
    <title>Tech tip - My JavaScript game is too big for free web-hosting</title>
    <link>https://bbingo.xyz/techtips/#javaScript-game-too-big-for-free-web-hosting</link>
    <guid>https://bbingo.xyz/techtips/#javaScript-game-too-big-for-free-web-hosting</guid>
    <pubDate>Wed, 4 Dec 2024 10:17:18 GMT</pubDate>
    <description>Short note about the limits on the size of a web page on free web-hosting sites</description> 
  </item>
  <item>
    <title>Tech tip - Viewing the source of my large JavaScript game</title>
    <link>https://bbingo.xyz/techtips/#view-source-of-large-javascript-game</link>
    <guid>https://bbingo.xyz/techtips/#view-source-of-large-javascript-game</guid>
    <pubDate>Thu, 28 Nov 2024 11:27:08 GMT</pubDate>
    <description>Short note about using Firefox to get around a problem with viewing the source pf my big JavaScript game in Chrome</description> 
  </item>
  <item>
    <title>Tech tip - Removing excess whitespace in strings used to create dynamic CSS</title>
    <link>https://bbingo.xyz/techtips/#removing-whitespace-in-javascript-strings-used-for-dynamic-css</link>
    <guid>https://bbingo.xyz/techtips/#removing-whitespace-in-javascript-strings-used-for-dynamic-css</guid>
    <pubDate>Sun, 17 Nov 2024 10:17:38 GMT</pubDate>
    <description>Short note about removing extra whitespace in JavaScript strings used for dynamic CSS. The whitespace is left behind by minimisers such as UglifyJS</description> 
  </item>
  <item>
    <title>Tech tip - Download sites not updating my game</title>
    <link>https://bbingo.xyz/techtips/#download-sites-not-update-my-game</link>
    <guid>https://bbingo.xyz/techtips/#download-sites-not-update-my-game</guid>
    <pubDate>Sun, 27 Oct 2024 09:07:08 GMT</pubDate>
    <description>Short note about two download sites not updating their entries for my game after I released a new version</description> 
  </item>
  <item>
    <title>News - latest source code is now on GitHub</title>
    <link>https://github.com/Bert-Beckwith/British-Bingo#latest-source</link>
    <guid isPermaLink="false">https://github.com/Bert-Beckwith/British-Bingo#latest-source</guid>
    <pubDate>Mon, 21 Oct 2024 11:34:09 GMT</pubDate>
    <description>I now put the source code of my game on Github as I complete changes.that I make since the last release. This source code is also on SourceForge in the 'coming-soon' folder of the 'for-developers' folder</description>
  </item>
  <item>
    <title>Tech tip - How to do an RSS icon in CSS</title>
    <link>https://bbingo.xyz/techtips/#howto-rss-icon-in-css</link>
    <guid>https://bbingo.xyz/techtips/#howto-rss-icon-in-css</guid>
    <pubDate>Sun, 29 Sep 2024 10:43:00 GMT</pubDate>
    <description>Short note about how an RSS icon can be made with CSS</description> 
  </item>
  <item>
    <title>News - more data for bingo probabilities for 41-45 players</title>
    <link>https://bbingo.xyz/s2</link>
    <guid isPermaLink="false">https://bbingo.xyz/s2/#probabilities-of-line-as-excel-surface-chart</guid>
    <pubDate>Thu, 26 Sep 2024 10:17:03 GMT</pubDate>
    <description>I have collected more data about the frequency distributions of how many balls are read out before a player has a 'line' or 'house'. I have run my game a lot for 41 to 45 players. See the second parts of sections 1.3 and 1.4 of 'bbingo.xyz/s2'</description>
  </item>
  <item>
    <title>News - added 'accordians' to the full 'changes' page</title>
    <link>https://bbingo.xyz/c2</link>
    <guid isPermaLink="false">https://bbingo.xyz/c2/#added-accordians</guid>
    <pubDate>Sat, 7 Sep 2024 09:27:05 GMT</pubDate>
    <description>I have added 'accordians' to the page showing the full change history of the 'British Bingo' game. See 'bbingo.xyz/c2'</description>
  </item>
  <item>
    <title>Tech tip - Chrome bug when 'div' inside an anchor tag in HTML</title>
    <link>https://bbingo.xyz/techtips/#chrome-bug-if-div-in-anchor-tag</link>
    <guid>https://bbingo.xyz/techtips/#chrome-bug-if-div-in-anchor-tag</guid>
    <pubDate>Fri, 6 Sep 2024 11:03:00 GMT</pubDate>
    <description>Short note about Chrome behaving strangely when a 'div' is inside an anchor ('a') tag</description> 
  </item>
  <item>
    <title>News - added 'Ogg' sounds to the online game</title>
    <link>https://bbingo.xyz</link>
    <guid isPermaLink="false">https://bbingo.xyz/#added-ogg-sounds-to-online-game</guid>
    <pubDate>Wed, 21 Aug 2024 10:17:00 GMT</pubDate>
    <description>I have added sounds in the free 'Ogg' format to the online game at 'bbingo.xyz'. There used to be patents for the 'MP3' sound format</description>
  </item>
  <item>
    <title>Tech tip - Encoding '#' in SVG in data URL in CSS</title>
    <link>https://bbingo.xyz/techtips/#encoding-hash-in-svg-in-data-url-in-css</link>
    <guid>https://bbingo.xyz/techtips/#encoding-hash-in-svg-in-data-url-in-css</guid>
    <pubDate>Sat, 17 Aug 2024 10:02:00 GMT</pubDate>
    <description>Short note about changing a '#' to '%23' in an SVG in a 'data' URL of a 'background-image' property in CSS</description> 
  </item>
  <item>
    <title>Tech tip - Marking up code examples</title>
    <link>https://bbingo.xyz/techtips/#marking-up-code-examples</link>
    <guid>https://bbingo.xyz/techtips/#marking-up-code-examples</guid>
    <pubDate>Mon, 29 Jul 2024 11:27:00 GMT</pubDate>
    <description>Short note about putting code examples in 'pre' tags</description> 
  </item>
  <item>
    <title>Tech tip - Giving PWA icons transparent backgrounds</title>
    <link>https://bbingo.xyz/techtips/#pwa-icons-transparent-background</link>
    <guid>https://bbingo.xyz/techtips/#pwa-icons-transparent-background</guid>
    <pubDate>Fri, 12 Jul 2024 09:17:00 GMT</pubDate>
    <description>Short note about giving transparent backgrounds to icons mentioned in the Progressive Web App's manifest file, despite Google's advice</description> 
  </item>
  <item>
    <title>Tech tip - Disable Chrome's network cache to see website changes</title>
    <link>https://bbingo.xyz/techtips/#disable-chrome-network-cache-to-see-changes</link>
    <guid>https://bbingo.xyz/techtips/#disable-chrome-network-cache-to-see-changes</guid>
    <pubDate>Wed, 26 Jun 2024 10:11:00 GMT</pubDate>
    <description>Short note about how sometimes if I want to see changes I have made to my website in Chrome, then I have to click 'Disable cache' in the 'Network' tab of the 'Developer tools'</description>
  </item>
  <item>
    <title>Tech tip - RCS 'identification marker' comes in useful</title>
    <link>https://bbingo.xyz/techtips/#rcs-id-marker-is-useful</link>
    <guid>https://bbingo.xyz/techtips/#rcs-id-marker-is-useful</guid>
    <pubDate>Sun, 09 Jun 2024 11:02:00 GMT</pubDate>
    <description>Short note about how an RCS 'identification marker' helped me find the version of the source file that I had 'minimised'</description>
  </item>
  <item>
    <title>Tech tip - How I speed up passing a rainbow through text</title>
    <link>https://bbingo.xyz/techtips/#speed-up-rainbow-text</link>
    <guid>https://bbingo.xyz/techtips/#speed-up-rainbow-text</guid>
    <pubDate>Wed, 22 May 2024 10:09:00 GMT</pubDate>
    <description>How I speed up the colouring of each letter of a piece of text to look like a rainnbow is passing through</description>
  </item>
  <item>
    <title>News - version 1.53 of British Bingo released</title>
    <link>https://sourceforge.net/projects/britbingo/files/</link>
    <guid isPermaLink="false">https://sourceforge.net/projects/britbingo/files/#version-153</guid>
    <pubDate>Mon, 20 May 2024 11:33:00 GMT</pubDate>
    <description>There is a new version (1.53) of 'British Bingo' on SourceForge. This has more animations and supports 'dark mode'. Play it online at 'bbingo.xyz'</description>
  </item>
  <item>
    <title>News - Release candidate of British Bingo</title>
    <link>https://sourceforge.net/projects/britbingo/files/</link>
    <guid isPermaLink="false">https://sourceforge.net/projects/britbingo/files/#release-candidate-153</guid>
    <pubDate>Sun, 5 May 2024 09:21:00 GMT</pubDate>
    <description>I have put a 'release candidate' for version 1.53 of British Bingo on SourceForge in the files area. You can play it online at 'bbingo.xyz/rc'. This is likely to be the next version. I have shrunk (minimised) the second 'beta', mainly by using UglifyJS</description>
  </item>
  <item>
    <title>News - added 'accordian' to my 'credits' page</title>
    <link>https://bbingo.xyz/cr/</link>
    <guid isPermaLink="false">https://bbingo.xyz/cr/#added-accordian</guid>
    <pubDate>Tue, 16 Apr 2024 09:07:00 GMT</pubDate>
    <description>I have added an 'accordian' to my 'credits' page at 'bbingo.xyz/cr'. The later sections are now hidden at the start</description>
  </item>
  <item>
    <title>News - Second beta version of British Bingo</title>
    <link>https://sourceforge.net/projects/britbingo/files/</link>
    <guid isPermaLink="false">https://sourceforge.net/projects/britbingo/files/#second-beta-153</guid>
    <pubDate>Wed, 10 Apr 2024 11:03:00 GMT</pubDate>
    <description>I have put another early version (beta) of the next release of British Bingo on SourceForge in the files area as 'bbingo-beta2.html'. You can play it online at 'bbingo.xyz/b'</description>
  </item>
  <item>
    <title>Tech tip - How to do a CSS firework animation</title>
    <link>https://bbingo.xyz/techtips/#howto-css-firework-animation</link>
    <guid>https://bbingo.xyz/techtips/#howto-css-firework-animation</guid>
    <pubDate>Sat, 6 Apr 2024 10:01:00 GMT</pubDate>
    <description>Short note about how Yusuke Nakaya makes a firework animation by moving up together lots of small pieces and then sending them off in random directions</description>
  </item>
  <item>
    <title>Tech tip - Good CSS animations</title>
    <link>https://bbingo.xyz/techtips/#good-css-animations</link>
    <guid>https://bbingo.xyz/techtips/#good-css-animations</guid>
    <pubDate>Sun, 10 Mar 2024 11:03:00 GMT</pubDate>
    <description>Short note about the CSS animations by Yusuke Nakaya on 'codepen'</description>
  </item>
  <item>
    <title>Tech tip - !important in CSS</title>
    <link>https://bbingo.xyz/techtips/#bang-important</link>
    <guid>https://bbingo.xyz/techtips/#bang-important</guid>
    <pubDate>Thu, 29 Feb 2024 12:03:00 GMT</pubDate>
    <description>Short note about why I used '!important' in CSS for the first time</description>
  </item>
  <item>
    <title>News - Make the accordian on the 'idioms' page with 'details' and 'summary' tags</title>
    <link>https://bbingo.xyz/i/</link>
    <guid isPermaLink="false">https://bbingo.xyz/i/#summary-details-accordian</guid>
    <pubDate>Sun, 21 Jan 2024 10:07:00 GMT</pubDate>
    <description>I have changed the 'idioms' page to use 'summary' and 'details' tags to make the accordian. Using an accordian reduces the size of the page when first shown. This reduces the time it takes to load the page</description>
  </item>
  <item>
    <title>Tech tip - Plain references to functions lose context</title>
    <link>https://bbingo.xyz/techtips/#plain-references-to-functions-lose-context</link>
    <guid>https://bbingo.xyz/techtips/#plain-references-to-functions-lose-context</guid>
    <pubDate>Mon, 8 Jan 2024 12:07:00 GMT</pubDate>
    <description>Short note about how taking a reference to a function of a class object sometimes loses the context</description>
  </item>
  <item>
    <title>News - Added an accordian to my full tips page</title>
    <link>https://bbingo.xyz/t2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/t2/#added-accordian</guid>
    <pubDate>Sun, 31 Dec 2023 11:02:00 GMT</pubDate>
    <description>I have added an accordian to my full 'JavaScript tips' page, 'bbingo.xyz/t2'. I used 'details' and 'summary' tags. Each tip now has a header and is an 'article' tag. This page has over 10 years of tips, with over 1000 tips in total</description>
  </item>
  <item>
    <title>Tech tip - Darken SVG</title>
    <link>https://bbingo.xyz/techtips/#darken-svg</link>
    <guid>https://bbingo.xyz/techtips/#darken-svg</guid>
    <pubDate>Wed, 20 Dec 2023 11:04:00 GMT</pubDate>
    <description>Short note about making an SVG darker using an SVG filter</description>
  </item>
  <item>
    <title>News - Collected data for how many numbers before a 'line' or 'house', for 41 players</title>
    <link>https://bbingo.xyz/s2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/s2/#collected-data-for-41-players</guid>
    <pubDate>Thu, 07 Dec 2023 10:09:00 GMT</pubDate>
    <description>I have found the average of how many numbers are read out before a player has a 'line' or 'house, when there are 41 players. I simulated over 130,000 games. My game is biased as it only creates 'nice' looking boards. See 'bbingo.xyz/s2'</description>
  </item>
  <item>
    <title>Tech tip - Hold your nerve with free webhosting</title>
    <link>https://bbingo.xyz/techtips/#hold-nerve-with-free-webhosting</link>
    <guid>https://bbingo.xyz/techtips/#hold-nerve-with-free-webhosting</guid>
    <pubDate>Wed, 06 Dec 2023 12:02:00 GMT</pubDate>
    <description>Article about about my free-hosted website being down</description>
  </item>
  <item>
    <title>News - created a 'names' page without animations</title>
    <link>https://bbingo.xyz/n/</link>
    <guid isPermaLink="false">https://bbingo.xyz/n/#without-animations</guid>
    <pubDate>Sun, 03 Dec 2023 11:07:00 GMT</pubDate>
    <description>I have split the 'names' page so that there is a simpler page for mobiles that does not have any animations. See 'bbingo.xyz/n'</description>
  </item>
  <item>
    <title>Tech tip - Use 'appetize.io' to test on tablets and phones</title>
    <link>https://bbingo.xyz/techtips/#appetize-io-test-for-tablets-phone</link>
    <guid>https://bbingo.xyz/techtips/#appetize-io-test-for-tablets-phone</guid>
    <pubDate>Sat, 02 Dec 2023 09:02:00 GMT</pubDate>
    <description>Short note about testing on simulated tablets and phones with the free trial version of the tools at the 'appetize.io' website</description>
  </item>
  <item>
    <title>Tech tip - Delay starting no-op service-worker</title>
    <link>https://bbingo.xyz/techtips/#delay-no-op-service-worker</link>
    <guid>https://bbingo.xyz/techtips/#delay-no-op-service-worker</guid>
    <pubDate>Sun, 26 Nov 2023 10:08:00 GMT</pubDate>
    <description>Short note about delaying starting a no-op Progressive Web App (PWA) service worker rathen than removing it as Chrome suggests</description>
  </item>
  <item>
    <title>News - added credits for CSS icons to my 'credits' page</title>
    <link>https://bbingo.xyz/cr/</link>
    <guid isPermaLink="false">https://bbingo.xyz/cr/#added-css-icon-credits</guid>
    <pubDate>Mon, 20 Nov 2023 12:07:00 GMT</pubDate>
    <description>I have added credits for the icons made using just CSS and HTML. Most of the icons come from 'css.gg'. See 'bbingo.xyz/cr'</description>
  </item>
  <item>
    <title>Tech tip - Using ESLint instead of JSHint</title>
    <link>https://bbingo.xyz/techtips/#eslint-instead-of-jshint</link>
    <guid>https://bbingo.xyz/techtips/#eslint-instead-of-jshint</guid>
    <pubDate>Sun, 19 Nov 2023 09:06:00 GMT</pubDate>
    <description>Short note about switching from using JSHint to ESLint to find mistakes in my code</description>
  </item>
  <item>
    <title>News - added 'accordian' to my 'idioms' page</title>
    <link>https://bbingo.xyz/i/</link>
    <guid isPermaLink="false">https://bbingo.xyz/i/#added-accordian</guid>
    <pubDate>Sun, 12 Nov 2023 09:01:00 GMT</pubDate>
    <description>I have added an 'accordian' to my 'idioms' page at 'bbingo.xyz/i'. The later sections are now hidden at the start</description>
  </item>
  <item>
    <title>Tech tip - Style tag in 'noscript' tag</title>
    <link>https://bbingo.xyz/techtips/#style-in-noscript</link>
    <guid>https://bbingo.xyz/techtips/#style-in-noscript</guid>
    <pubDate>Sun, 05 Nov 2023 12:05:00 GMT</pubDate>
    <description>Short note about adding a 'style' tag inside a 'noscript' tag to hide a 'loading' animation when JavaScript is disabled</description>
  </item>
  <item>
    <title>Book - Smart until it's dumb</title>
    <link>https://bbingo.xyz/techtips/#smart-dumb-artificial-intelligence-book</link>
    <guid>https://bbingo.xyz/techtips/#smart-dumb-artificial-intelligence-book</guid>
    <pubDate>Sun, 29 Oct 2023 11:24:00 GMT</pubDate>
    <description>Short review of a book that predicts a mild AI 'winter'</description>
  </item>
  <item>
    <title>News - updated the idioms in my 'idioms' pages</title>
    <link>https://bbingo.xyz/i2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/i2/#updated-idioms-in-2023</guid>
    <pubDate>Mon, 23 Oct 2023 14:11:00 GMT</pubDate>
    <description>I have added over 500 idioms to my 'idioms' pages at 'bbingo.xyz/i' and 'bbingo.xyz/i2'</description>
  </item>
  <item>
    <title>Tech tip - calc in translate</title>
    <link>https://bbingo.xyz/techtips/#calc-in-translate</link>
    <guid>https://bbingo.xyz/techtips/#calc-in-translate</guid>
    <pubDate>Sun, 22 Oct 2023 14:04:00 GMT</pubDate>
    <description>Short note about how to work around not being able to use the 'calc' function in the 'translate' property in CSS</description>
  </item>
  <item>
    <title>News - updated the detailed graphs in my 'stats2' page</title>
    <link>https://bbingo.xyz/s2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/s2/#updated-detailed-graphs-for-35-to-40-players</guid>
    <pubDate>Fri, 20 Oct 2023 09:01:00 GMT</pubDate>
    <description>I have added data for 35 to 40 players to the graphs of the probability of a certain number of balls being read out before a player has a 'line' or 'house. The graphs are not normal distributions. See 'bbingo.xyz/s2'</description>
  </item>
  <item>
    <title>Tech tip - animating checkboxes and radio buttons</title>
    <link>https://bbingo.xyz/techtips/#animating-checkboxes-and-radios</link>
    <guid>https://bbingo.xyz/techtips/#animating-checkboxes-and-radios</guid>
    <pubDate>Thu, 19 Oct 2023 09:02:00 GMT</pubDate>
    <description>Article about making checkboxes and radio buttons rotate when they are clicked</description>
  </item>
  <item>
    <title>News - updated the list of names in my 'names' page</title>
    <link>https://bbingo.xyz/n/</link>
    <guid isPermaLink="false">https://bbingo.xyz/n/#updated-the-list-of-names</guid>
    <pubDate>Sat, 14 Oct 2023 12:03:00 GMT</pubDate>
    <description>I have added 450 new names to my page of female first names ('bbingo.xyz/n') making 18419 in total, such as Nqobile, Vinette and Amidala. Some come from Miss World and netball teams. This is my most popular page in Google's search</description>
  </item>
  <item>
    <title>Tech tip - Google chose 'full' page as 'canonical' not 'cut-down' mobile page</title>
    <link>https://bbingo.xyz/techtips/#google-chose-full-page-as-canonical-not-cut-down</link>
    <guid>https://bbingo.xyz/techtips/#google-chose-full-page-as-canonical-not-cut-down</guid>
    <pubDate>Wed, 11 Oct 2023 13:01:00 GMT</pubDate>
    <description>Article about how Google's search set a 'full' page to be 'canonical' rather than the 'cut-down' version I had made for mobiles</description>
  </item>
  <item>
    <title>Tech tip - good CSS switch</title>
    <link>https://bbingo.xyz/techtips/#good-css-switch</link>
    <guid>https://bbingo.xyz/techtips/#good-css-switch</guid>
    <pubDate>Sat, 30 Sep 2023 11:03:00 GMT</pubDate>
    <description>Article about a good CSS switch that looks like a light switch. Also describes how pure-CSS switches work</description>
  </item>
  <item>
    <title>Tech tip - leading zero means integer is in octal</title>
    <link>https://bbingo.xyz/techtips/#leading-zero-means-integer-is-in-octal</link>
    <guid>https://bbingo.xyz/techtips/#leading-zero-means-integer-is-in-octal</guid>
    <pubDate>Wed, 20 Sep 2023 14:01:00 GMT</pubDate>
    <description>Short note about how a leading zero can mean an integer is in octal in JavaScript</description>
  </item>
  <item>
    <title>Tech tip - move 'noscript' tag from head to body</title>
    <link>https://bbingo.xyz/techtips/#move-noscript-tag-to-body</link>
    <guid>https://bbingo.xyz/techtips/#move-noscript-tag-to-body</guid>
    <pubDate>Fri, 15 Sep 2023 10:03:00 GMT</pubDate>
    <description>Article about how the W3C HTML validator pointed out that my 'noscript' tag contained 'div' tags that do not belong inside a 'head' tag</description>
  </item>
  <item>
    <title>News - styled another switch differently in the settings on the 'names' page</title>
    <link>https://bbingo.xyz/n/</link>
    <guid isPermaLink="false">https://bbingo.xyz/n/#styled-switch-differently</guid>
    <pubDate>Sun, 3 Sep 2023 12:01:00 GMT</pubDate>
    <description>I have given a different look to another switch in the settings of the 'names' page at 'bbingo.xyz/n'</description>
  </item>
  <item>
    <title>Tech tip - id's conflict if SVG's optimized and inlined</title>
    <link>https://bbingo.xyz/techtips/#ids-conflict-if-SVGs-optimized-and-inlined</link>
    <guid>https://bbingo.xyz/techtips/#ids-conflict-if-SVGs-optimized-and-inlined</guid>
    <pubDate>Wed, 23 Aug 2023 14:05:00 GMT</pubDate>
    <description>Article about how the online SVG optimizer, 'svgomg', shortens id's to the same letters which conflict if the SVG's are inlined</description>
  </item>
  <item>
    <title>Tech tip - no click action on button scaled-down if active</title>
    <link>https://bbingo.xyz/techtips/#no-click-action-on-scaled-down-button</link>
    <guid>https://bbingo.xyz/techtips/#no-click-action-on-scaled-down-button</guid>
    <pubDate>Wed, 23 Aug 2023 14:00:00 GMT</pubDate>
    <description>Article about how scaling down the size of a button on the 'active' state means the JavaScript action does not fire on the outer parts of the button</description>
  </item>
  <item>
    <title>Tech tip - have to create label with JavaScript</title>
    <link>https://bbingo.xyz/techtips/#have-to-create-label-with-javascript</link>
    <guid>https://bbingo.xyz/techtips/#have-to-create-label-with-javascript</guid>
    <pubDate>Sun, 20 Aug 2023 12:00:00 GMT</pubDate>
    <description>Article about how I have to create 'label' tags with JavaScript to pass the W3 HTML validator</description>
  </item>
  <item>
    <title>Tech tip - outline option in W3C HTML validator</title>
    <link>https://bbingo.xyz/techtips/#outline-option-in-html-validator</link>
    <guid>https://bbingo.xyz/techtips/#outline-option-in-html-validator</guid>
    <pubDate>Thu, 17 Aug 2023 11:00:00 GMT</pubDate>
    <description>Article about how I found a bug in my webpage with the 'outline' option of the W3C HTML validator</description>
  </item>
  <item>
    <title>Tech tip - unusual CSS switch</title>
    <link>https://bbingo.xyz/techtips/#unusual-css-switch</link>
    <guid>https://bbingo.xyz/techtips/#unusual-css-switch</guid>
    <pubDate>Wed, 9 Aug 2023 14:00:00 GMT</pubDate>
    <description>Article about a pure-CSS switch that does not use the 'for' attribute of the label to set the 'input' element</description>
  </item>
  <item>
    <title>Tech tip - finding not-UTF8 characters</title>
    <link>https://bbingo.xyz/techtips/#finding-not-utf8-characters</link>
    <guid>https://bbingo.xyz/techtips/#finding-not-utf8-characters</guid>
    <pubDate>Mon, 7 Aug 2023 14:00:00 GMT</pubDate>
    <description>Article about how I found some characters that were not UTF8 in my webpages using Perl</description>
  </item>
  <item>
    <title>News - updated frequency data for 38 players</title>
    <link>https://bbingo.xyz/s2/</link>
    <guid isPermaLink="false">https://bbingo.xyz/s2/#update-data-38-players</guid>
    <pubDate>Sun, 6 Aug 2023 12:34:26 GMT</pubDate>
    <description>I have collected fresh data for how many numbers need to be read out before a player has a 'line' or 'house', when there are 38 players. See 'bbingo.xyz/newstats.csv' and 'bbingo.xyz/s2'</description>
  </item>
  <item>
    <title>Tech tip - 8 value border-radius</title>
    <link>https://bbingo.xyz/techtips/#eight-value-border-radius</link>
    <guid>https://bbingo.xyz/techtips/#eight-value-border-radius</guid>
    <pubDate>Sat, 29 Jul 2023 23:42:00 GMT</pubDate>
    <description>Article about how 'border-radius' in CSS can have different horizontal and vertical values separated by a slash</description>
  </item>
  <item>
    <title>Tech tip - URL fragment does not work due to invalid HTML</title>
    <link>https://bbingo.xyz/techtips/#url-fragment-not-work</link>
    <guid>https://bbingo.xyz/techtips/#url-fragment-not-work</guid>
    <pubDate>Sat, 29 Jul 2023 23:40:00 GMT</pubDate>
    <description>Article about how some missing closing and opening tags stopped URL fraagments from working</description>
  </item>
  <item>
    <title>News - updated 'changes' page</title>
    <link>https://bbingo.xyz/c/</link>
    <guid isPermaLink="false">https://bbingo.xyz/c/#optimise-for-mobiles</guid>
    <pubDate>Sat, 15 Jul 2023 19:42:40 GMT</pubDate>
    <description>I have made the 'changes' page quicker and better for mobiles. See 'bingo.xyz/c'. There is a link to another page with all the changes and the animations</description>
  </item>
  <item>
    <title>Tech tip - adding more metadata for my images</title>
    <link>https://bbingo.xyz/techtips/#image-metadata</link>
    <guid>https://bbingo.xyz/techtips/#image-metadata</guid>
    <pubDate>Thu, 13 Jul 2023 10:55:08 GMT</pubDate>
    <description>Article about how adding more metadata for my images did not improve how the images appear in Google's search</description>
  </item>
</channel>
</rss>
