<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Coding Languages — Host Boards</title>
        <link>https://hostboards.com/index.php?p=/</link>
        <pubDate>Wed, 29 Jul 2026 07:10:04 +0000</pubDate>
        <language>en</language>
            <description>Coding Languages — Host Boards</description>
    <atom:link href="https://hostboards.com/index.php?p=/categories/others/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Google Chrome Is Already Preparing To Deprecate JPEG-XL</title>
        <link>https://hostboards.com/index.php?p=/discussion/5903/google-chrome-is-already-preparing-to-deprecate-jpeg-xl</link>
        <pubDate>Mon, 31 Oct 2022 15:44:50 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5903@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>JPEG-XL has been looked on rather favorably as a royalty-free, next-generation lossy/lossless image format with much better performance than JPEG. To much surprise, Google Chrome is already making preparations to deprecate JPEG-XL image support in their browser.</p>

<p>JPEG-XL is based in part on Google's PIK proposal and the file format was only standardized last year and the coding system firmed up earlier this year while the bitstream has been frozen since late 2020. Google Chrome has offered JPEG-XL (JXL) image support via a feature flag (chrome://flags/#enable-jxl) since Chrome 91 while with Chrome 110, Google is looking at deprecating this still-fresh-and-new image format.</p>

<p>Current Chrome/Chromium releases allow JPEG-XL image format support to be enabled. But surprisingly it's now facing deprecation at Google.</p>

<p>As can be seen from this issue ticket that has tracked Chrome/Blink's JPEGX-XL support over the past year, there has been improvements and much interest in the JPEG-XL image format support.</p>

<p>But now this morning I was tipped off to this pending commit that notes the plans to deprecate JPEG-XL in Chrome/Chromium M110.<br />
NOTE: JPEG XL format will be deprecated in Chrome 110 release.</p>

<p>It's rather surprising and strange to see Google deprecating JPEG-XL support so soon... But if Google is backing away from JPEG-XL support within their widely-used web browser already, it doesn't bode well for the future of this JPEG image standard. There is no public comments on that pending commit with their rationale for deprecating JPEG-XL, but Google for their part has been actively promoting their WebP format. Since last year Google has also been working on WebP2 for further advancing their open-source image format and aiming to offer comparable results to AV1-derived AVIF. Hopefully we'll learn more about their decision in time.</p>

<p>Source: <a href="https://www.phoronix.com/news/Chrome-Deprecating-JPEG-XL" rel="nofollow">https://www.phoronix.com/news/Chrome-Deprecating-JPEG-XL</a></p>
]]>
        </description>
    </item>
    <item>
        <title>2022, A Great Year for CSS! Video by Google</title>
        <link>https://hostboards.com/index.php?p=/discussion/5901/2022-a-great-year-for-css-video-by-google</link>
        <pubDate>Sun, 30 Oct 2022 15:38:50 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5901@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>The year 2022 is set to be one of CSS's greatest years, in both features and cooperative browser feature releases, with a collaborative goal to implement 14 features!</p>

<p>Here's a link to watch the State of CSS from Google I/O '22:<br />
<span data-youtube="youtube-Xy9ZXRRgpLk?autoplay=1"><a rel="nofollow" href="https://www.youtube.com/watch?v=Xy9ZXRRgpLk"><img src="https://img.youtube.com/vi/Xy9ZXRRgpLk/0.jpg" width="640" height="385" border="0" alt="image" /></a></span></p>

<p>Overview #<br />
This post is the article form of the talk given at Google IO 2022. It's not meant to be an in-depth guide on each feature, rather an introduction and brief overview to pique your interest, providing breadth instead of depth. If your interest is piqued, check the end of a section for resource links to more information.</p>

<p>Table of contents #<br />
Use the list bel</p>

<p>Fresh in 2022   2022 and beyond<br />
2022 Browser compatibility  <a href="https://hostboards.com/index.php?p=/profile/scope" rel="nofollow">@scope</a><br />
<a href="https://hostboards.com/index.php?p=/profile/layer" rel="nofollow">@layer</a>  <a href="https://hostboards.com/index.php?p=/profile/nest" rel="nofollow">@nest</a><br />
subgrid <a href="https://hostboards.com/index.php?p=/profile/media" rel="nofollow">@media</a> (prefers-reduced-data)<br />
<a href="https://hostboards.com/index.php?p=/profile/container" rel="nofollow">@container</a>  <a href="https://hostboards.com/index.php?p=/profile/custom-media" rel="nofollow">@custom-media</a><br />
hwb()   Media query ranges<br />
lch, oklch, lab, oklab, display-p3, etc <a href="https://hostboards.com/index.php?p=/profile/property" rel="nofollow">@property</a><br />
color-mix() scroll-start<br />
color-contrast()    :snap-target<br />
Relative color syntax   snapChanging() and snapChanged()<br />
Gradient color spaces   toggle()<br />
accent-color    anchor()<br />
inert   <br />
Color fonts v1<br />
Viewport unit variants<br />
:has()<br />
Browser compatibility #<br />
A primary reason so many CSS features are set to cooperatively release is due to the efforts of Interop 2022. Before studying the Interop efforts, it's important to look at Compat 2021’s efforts.</p>

<p>Compat 2021 #<br />
The goals for 2021, driven by developer feedback via surveys, were to stabilize current features, improve the test suite and increase passing scores of browsers for five features:</p>

<p>sticky positioning<br />
aspect-ratio sizing<br />
flex layout<br />
grid layout<br />
transform positioning and animation<br />
Test scores were raised across the board, demonstrating upgraded stability and reliability. Big congratulations to the teams here!</p>

<p>Interop 2022 #<br />
This year, browsers met together to discuss the features and priorities they intended to work on, uniting their efforts. They planned to deliver the following web features for developers:</p>

<p><a href="https://hostboards.com/index.php?p=/profile/layer" rel="nofollow">@layer</a><br />
Color spaces and functions<br />
Containment<br />
<br />
Form compatibility<br />
Scrolling<br />
Subgrid<br />
Typography<br />
Viewport units<br />
Web compat<br />
This is an exciting and ambitious list that I can't wait to see unfold.</p>

<p>Fresh for 2022 #<br />
Unsurprisingly, the state of CSS 2022 is dramatically impacted by the Interop 2022 work.</p>

<p>Before <a href="https://hostboards.com/index.php?p=/profile/layer" rel="nofollow">@layer</a>, the discovered order of loaded stylesheets was very important, as styles loaded last can overwrite previously loaded styles. This led to meticulously managed entry stylesheets, where developers needed to load less important styles first and more important styles later. Entire methodologies exist to assist developers in managing this importance, such as ITCSS.</p>

<p>With <a href="https://hostboards.com/index.php?p=/profile/layer" rel="nofollow">@layer</a>, the entry file can pre-define layers, and their order, ahead of time. Then, as styles load, are loaded or defined, they can be placed within a layer, allowing a preservation of style override importance but without the meticulously managed loading orchestration.</p>

<p>The video shows how the defined cascade layers allow for a more liberated and freestyle authoring and loading process, while still maintaining the cascade as needed.</p>

<p>Chrome DevTools is helpful for visualizing which styles are coming from which layers:</p>

<p>Before subgrid, a grid inside of another grid couldn't align itself to its parent cells or grid lines. Each grid layout was unique. Many designers place a single grid over their whole design and constantly align items within it, which couldn't be done in CSS.</p>

<p>After subgrid, a child of a grid can adopt its parents’ columns or rows as its own, and align itself or children to them!</p>

<p>In the following demo, the body element creates a classic grid of three columns: the middle column is called main, and the left and right columns name their lines fullbleed. Then, each element in the body,</p>

<p>&lt;</p>

<p>nav&gt; and </p><main>, adopts the named lines from body by setting grid-template-columns: subgrid.

<p>​​body {<br />
  display: grid;<br />
  grid-template-columns:<br />
    [fullbleed-start]<br />
    auto [main-start] min(90%, 60ch) [main-end] auto<br />
    [fullbleed-end]<br />
  ;<br />
}</p>

<p>body &gt; * {<br />
  display: grid;<br />
  grid-template-columns: subgrid;<br />
}<br />
Lastly, children of</p>

<p>&lt;</p>

<p>nav&gt; or </p> can align or size themselves using the fullbleed and main columns and lines.

<p>.main-content {<br />
  grid-column: main;<br />
}</p>

<p>.fullbleed {<br />
  grid-column: fullbleed;<br />
}</p>

<p>Devtools can help you see the lines and subgrids (Firefox only at the moment). In the following image, the parent grid and subgrids have been overlaid. It now resembles how designers were thinking about the layout.</p>

<p>Screenshot of a subgrid demo, using the Chrome Devtools grid overlay tooling to show the lines defined by CSS.<br />
In the elements panel of devtools you can see which elements are grids and subgrids, which is very helpful for debugging or validating layout.</p>

<p>Screenshot of the Chrome Devtools Elements panel labelling which elements have grid or subgrid layouts.<br />
Screenshot from Firefox Devtools<br />
Resources #<br />
Subgrid specification<br />
Subgrid on MDN<br />
Bramus: Practical CSS Subgrid Video Tutorials<br />
Container queries #<br />
Browser support:<br />
105<br />
×<br />
105<br />
16<br />
Source<br />
Before <a href="https://hostboards.com/index.php?p=/profile/container" rel="nofollow">@container</a>, elements of a webpage could only respond to the size of the whole viewport. This is great for macro layouts, but for micro layouts, where their outer container isn't the whole viewport, it's impossible for the layout to adjust accordingly.</p>

<p>After <a href="https://hostboards.com/index.php?p=/profile/container" rel="nofollow">@container</a>, elements can respond to a parent container size or style! The only caveat is the containers must declare themselves as possible query targets, which is a small requirement for a large benefit.</p>

<p>/* establish a container */<br />
.day {<br />
  container-type: inline-size;<br />
  container-name: calendar-day;<br />
}<br />
These styles are what make the Mon, Tues, Wed, Thurs, and Fri columns in the following video able to be queried by the event elements.</p>

<p>Demo by Una Kravets<br />
Here is the CSS for querying the calendar-day container for its size, then adjusting a layout and font sizes:</p>

<p><a href="https://hostboards.com/index.php?p=/profile/container" rel="nofollow">@container</a> calendar-day (max-width: 200px) {<br />
  .date {<br />
    display: block;<br />
  }</p>

<p>.date-num {<br />
    font-size: 2.5rem;<br />
    display: block;<br />
  }<br />
}<br />
Here's another example: one book component adapts itself to the space available in the column that it's dragged to:</p>

<p>Demo by Max Böck<br />
Una is correct in assessing the situation as the new responsive. There are many exciting and meaningful design decisions to make when using <a href="https://hostboards.com/index.php?p=/profile/container" rel="nofollow">@container</a>.</p>

<p>Resources #<br />
Container Queries specification<br />
Container Queries explainer<br />
Container Queries on MDN<br />
The new responsive on web.dev<br />
Calendar demo by Una<br />
Awesome container queries collection<br />
How we built Designcember on web.dev<br />
Ahmad Shadeed: Say Hello To CSS Container Queries<br />
accent-color #<br />
Browser support:<br />
93<br />
92<br />
93<br />
15.4<br />
Source<br />
Before accent-color, when you wanted a form with brand matching colors, you could end up with complex libraries or CSS solutions that became hard to manage over time. While they gave you all the options, and hopefully included accessibility, the choice to use the built-in components or adopt your own becomes tedious to continue to choose.</p>

<p>After accent-color, one line of CSS brings a brand color to the built-in components. In addition to a tint, the browser intelligently chooses proper contrasting colors for ancillary parts of the component and adapts to system color schemes (light or dark).</p>

<p>/* tint everything */<br />
:root {<br />
  accent-color: hotpink;<br />
}</p>

<p>/* tint one element */<br />
progress {<br />
  accent-color: indigo;<br />
}<br />
Light and dark accented HTML elements side by side for comparison.<br />
To learn more about accent-color, check out my post on web.dev where I explore many more aspects of this useful CSS property.</p>

<p>Resources #<br />
accent-color specification<br />
accent-color on MDN<br />
accent-color on web.dev<br />
Bramus: Tint User-Interface Controls with CSS accent-color<br />
Color level 4 and 5 #<br />
The web has been dominated by sRGB for the past decades, but in an expanding digital world of high-definition displays and mobile devices pre-equipped with OLED or QLED screens, sRGB is not enough. Furthermore, dynamic pages that adapt to user preferences are expected, and color management has been a growing concern for designers, design systems, and code maintainers.</p>

<p>Not in 2022 though—CSS has a number of new color functions and spaces:</p>

<p>Colors that reach into the HD color capabilities of displays.<br />
Color spaces that match an intent, such as perceptual uniformity.<br />
Color spaces for gradients that drastically change the interpolation outcomes.<br />
Color functions to help you mix and contrast, and choose which space you do the work in.<br />
Before all these color features, design systems needed to precalculate proper contrasting colors, and ensure appropriately vibrant palettes, all while preprocessors or JavaScript did the heavy lifting.</p>

<p>After all these color features, the browser and CSS can do all the work, dynamically and just in time. Instead of sending many KBs of CSS and JavaScript to users to enable theming and data visualization colors, CSS can do the orchestrating and calculations. CSS is also better equipped to check for support before usage or handle fallbacks gracefully.</p>

<p><a href="https://hostboards.com/index.php?p=/profile/media" rel="nofollow">@media</a> (dynamic-range: high) {<br />
  .neon-pink {<br />
    --neon-glow: color(display-p3 1 0 1);<br />
  }<br />
}</p>

<p><a href="https://hostboards.com/index.php?p=/profile/supports" rel="nofollow">@supports</a> (color: lab(0% 0 0)) {<br />
  .neon-pink {<br />
    --neon-glow: lab(150% 160 0);<br />
  }<br />
}<br />
hwb() #<br />
Browser support:<br />
101<br />
96<br />
101<br />
15<br />
Source<br />
HWB stands for hue, whiteness, and blackness. It presents itself as a human-friendly way of articulating color, as it's just a hue and an amount of white or black to lighten or darken. Artists who mix colors with white or black may find themselves appreciating this color syntax addition.</p>

<p>Using this color function results in colors from the sRGB color space, the same as HSL and RGB. In terms of newness for 2022, this doesn’t give you new colors, but it may make some tasks easier for fans of the syntax and mental model.</p>

<p>Resources #<br />
HWB specification<br />
HWB on MDN<br />
Stefan Judis: hwb() – a color notation for humans?<br />
Color spaces #<br />
The way colors are represented is done with a color space. Each color space offers various features and trade-offs for working with color. Some may pack all the bright colors together; some may line them up first based on their lightness.</p>

<p>2022 CSS is set to offer 10 new color spaces, each with unique features to assist designers and developers in displaying, picking, and mixing colors. Previously, sRGB was the only option for working with color, but now CSS unlocks new potential and a new default color space, LCH.</p>

<p>Before color-mix(), developers and designers needed preprocessors like Sass to mix the colors before the browser saw them. Most color-mixing functions also didn't provide the option to specify which color space to do the mixing in, sometimes resulting in confusing results.</p>

<p>After color-mix(), developers and designers can mix colors in the browser, alongside all their other styles, without running build processes or including JavaScript. Additionally, they can specify which color space to do the mixing in, or use the default mixing color space of LCH.</p>

<p>Often, a brand color is used as a base and variants are created from it, such as lighter or darker colors for hover styles. Here's what that looks like with color-mix():</p>

<p>.color-mix-example {<br />
  --brand: #0af;</p>

<p>--darker: color-mix(var(--brand) 25%, black);<br />
  --lighter: color-mix(var(--brand) 25%, white);<br />
}<br />
and if you wanted to mix those colors in a different color space, like srgb, change it:</p>

<p>.color-mix-example {<br />
  --brand: #0af;</p>

<p>--darker: color-mix(in srgb, var(--brand) 25%, black);<br />
  --lighter: color-mix(in srgb, var(--brand) 25%, white);<br />
}<br />
Here follows a theming demo using color-mix(). Try changing the brand color and watch the theme update:</p>

<p>Enjoy mixing colors in various color spaces in your stylesheets in 2022!</p>

<p>Before color-contrast(), stylesheet authors needed to know accessible colors ahead of time. Often a palette would show black or white text on a color swatch, to indicate to a user of the color system which text color would be needed to properly contrast with that swatch.</p>

<p>Screenshot of 3 Material palettes, showing 14 colors and their appropriate white or black contrast colors for text.<br />
Example from 2014 Material Design color palettes<br />
After color-contrast(), stylesheet authors can offload the task entirely to the browser. Not only can you employ the browser to automatically pick a black or white color, you can give it a list of design system appropriate colors and have it pick the first to pass your desired contrast ratio.</p>

<p>Here's a screenshot of an HWB color palette set demo where the text colors are automatically chosen by the browser based on the swatch color:</p>

<p>Screenshot of the HWB demo where each palette has a different pairing of light or dark text, as determined by the browser.<br />
Try the demo<br />
The basics of the syntax look like this, where gray is passed to the function and the browser determines if black or white have the most contrast:</p>

<p>color: color-contrast(gray);<br />
The function can also be customized with a list of colors, from which it will pick the highest contrasting color.</p>

<p>Lastly, in case it's preferable not to pick the highest contrasting color from the list, a target contrast ratio can be provided, and the first color to pass it is chosen:</p>

<p>color: color-contrast(<br />
  var(--bg-blue-1)<br />
  vs<br />
  var(--text-lightest), var(--text-light), var(--text-subdued)<br />
  to AA /* 4.5 could also be passed */<br />
);<br />
This function can be used for more than just text color, though I estimate that will be its primary use case. Think about how much easier it will be to deliver accessible and legible interfaces once the choosing of proper contrasting colors is built into the CSS language itself.</p>

<p>Resources #<br />
color-contrast() specification<br />
color-contrast() on MDN</p>

<p>Before relative color syntax, to compute on color and make adjustments, the color channels needed to be individually placed into custom properties. This limitation also made HSL the primary color function for manipulating colors because the hue, saturation, or lightness could all be adjusted in a straightforward way with calc().</p>

<p>After relative color syntax, any color in any space can be deconstructed, modified, and returned as a color, all in one line of CSS. No more limitations to HSL—manipulations can be done in any color space desired, and many less custom properties need to be created to facilitate it.</p>

<p>In the following syntax example, a base hex is provided and two new colors are created relative to it. The first color --absolute-change creates a new color in LCH from the base color, then proceeds to replace the base color’s lightness with 75%, maintaining the chroma (c) and hue (h). The second color --relative-change creates a new color in LCH from the base color, but this time reduces the chroma (c) by 20%.</p>

<p>.relative-color-syntax {<br />
  --color: #0af;<br />
  --absolute-change: lch(from var(--color) 75% c h);<br />
  --relative-change: lch(from var(--color) l calc(c-20%) h);<br />
}<br />
It's akin to mixing colors, but it's more similar to alterations than it is mixing. You get to cast a color from another color, getting access to the three channel values as named by the color function used, with an opportunity to adjust those channels. All in all, this is a very cool and powerful syntax for color.</p>

<p>In the following demo I've used relative color syntax to create lighter and darker variants of a base color, and used color-contrast() to ensure the labels have proper contrast:</p>

<p>Screenshot with 3 columns, each column is either darker or lighter than the center column.<br />
Try the demo<br />
This function can also be used for color palette generation. Here is a demo where entire palettes are generated off a provided base color. This one set of CSS powers all the various palettes, each palette simply provides a different base. As a bonus, since I've used LCH, look at how perceptually even the palettes are—no hot or dead spots to be seen, thanks to this color space.</p>

<p>:root {<br />
  --_color-base: #339af0;</p>

<p>--color-0:  lch(from var(--_color-base) 98% 10 h);<br />
  --color-1:  lch(from var(--_color-base) 93% 20 h);<br />
  --color-2:  lch(from var(--_color-base) 85% 40 h);<br />
  --color-3:  lch(from var(--_color-base) 75% 46 h);<br />
  --color-4:  lch(from var(--_color-base) 66% 51 h);<br />
  --color-5:  lch(from var(--_color-base) 61% 52 h);<br />
  --color-6:  lch(from var(--_color-base) 55% 57 h);<br />
  --color-7:  lch(from var(--_color-base) 49% 58 h);<br />
  --color-8:  lch(from var(--_color-base) 43% 55 h);<br />
  --color-9:  lch(from var(--_color-base) 39% 52 h);<br />
  --color-10: lch(from var(--_color-base) 32% 48 h);<br />
  --color-11: lch(from var(--_color-base) 25% 45 h);<br />
  --color-12: lch(from var(--_color-base) 17% 40 h);<br />
  --color-13: lch(from var(--_color-base) 10% 30 h);<br />
  --color-14: lch(from var(--_color-base) 5% 20 h);<br />
  --color-15: lch(from var(--_color-base) 1% 5 h);<br />
}<br />
Screenshot of 15 palettes all generated dynamically by CSS.<br />
Try the demo<br />
Hopefully by now you can see how color spaces and different color functions can all be used for different purposes, based on their strengths and weaknesses.</p>

<p>Resources #<br />
Relative color syntax specification<br />
Building color palettes with relative color syntax<br />
Building color variants with relative color syntax<br />
Gradient color spaces #<br />
Before gradient color spaces, sRGB was the default color space used. sRGB is generally reliable, but does have some weaknesses like the gray dead zone.</p>

<p>4 gradients in a grid, all from cyan to deeppink. LCH and LAB have more consistent vibrancy, where sRGB goes a bit desaturated in the middle.<br />
After gradient color spaces, tell the browser which color space to use for the color interpolation. This gives developers and designers the ability to choose the gradient they prefer. The default color space also changes to LCH instead of sRGB.</p>

<p>The syntax addition goes after the gradient direction, uses the new in syntax, and is optional:</p>

<p>background-image: linear-gradient(<br />
  to right in hsl,<br />
  black, white<br />
);</p>

<p>background-image: linear-gradient(<br />
  to right in lch,<br />
  black, white<br />
);<br />
Here's a basic and essential gradient from black to white. Look at the range of results in each color space. Some reach dark black earlier than others, some fade to white too late.</p>

<p>11 color spaces shown comparing black to white.<br />
In this next example, black is transitioned to blue because it's a known problem space for gradients. Most color spaces creep into purple during color interpolation or, as I like to think of it, as colors travel inside their color space from point A to point B. Since the gradient will take a straight line from point A to point B, the shape of the color space drastically changes the stops that the path takes along the way.</p>

<p>okLCH and okLAB are specialized color spaces that account for various drifts, like this one into purple, making them especially accurate for gradients.<br />
11 color spaces shown comparing blue to black.<br />
For more deep explorations, examples and comments, read this Twitter thread.</p>

<p>Before inert, it was good practice to guide the user's focus to areas of the page or app that needed immediate attention. This guided focus strategy became known as focus trapping because developers would place focus into an interactive space, listen for focus change events and, if the focus left the interactive space, then it was forced back in. Users on keyboards or screen readers are guided back to the interactive space to ensure the task is complete before moving on.</p>
</main>]]>
        </description>
    </item>
    <item>
        <title>Kathleen Booth, the inventor of assembly language, passes away.</title>
        <link>https://hostboards.com/index.php?p=/discussion/5899/kathleen-booth-the-inventor-of-assembly-language-passes-away</link>
        <pubDate>Sat, 29 Oct 2022 23:20:31 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5899@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>RIP: Kathleen Booth, the inventor of assembly language.<br />
---------‐----------------------<br />
Professor Kathleen Booth, one of the last of the early British computing pioneers, has died. She was 100.</p>

<p>Kathleen Hylda Valerie Britten was born in Worcestershire, England, on July 9, 1922. During the Second World War, she studied at Royal Holloway, University of London, where she got a BSc in mathematics in 1944. After graduating, she became a junior scientific officer at the Royal Aircraft Establishment, a research organization in Farnborough. Two years later she moved to Birkbeck College, first as a research assistant, and later a lecturer and then research fellow.</p>

<p>She also worked at the British Rubber Producers' Research Association (BRPRA), where she met and worked with mathematician and physicist Andrew Donald Booth, who later became her husband. After studying with X-ray crystallographer Professor J D Bernal – inventor of the Bernal Sphere – A D Booth was working out crystal structures using X-ray diffraction data, and finding the manual calculations very tedious; he built an analog computer to automate part of this.</p>

<p>Kathleen Booth<br />
Kathleen Booth at work</p>

<p>In 1946, Britten and Booth collaborated at Birkbeck on a very early digital computer, the Automatic Relay Calculator (ARC), and in doing so founded what is now Birkbeck's Department of Computer Science and Information Systems.</p>

<p>The ARC was constructed in Welwyn Garden City, close to the BRPRA's headquarters. A D Booth designed it, but Kathleen Britten and her fellow research assistant Xenia Sweeting built the hardware. Bernal obtained funding from the Rockefeller Foundation for Booth and Britten to visit the Institute of Advanced Study at Princeton, where Booth reported that only Bernal's friend John von Neumann gave them any time. Von Neumann explained his concept of what is now called the von Neumann computer architecture.</p>

<p>RIP Katherine Johnson: The extraordinary NASA mathematician astronauts trusted over computers<br />
Farewell to two pivotal figures: The founder of Inmos, and the co-creator of MIME<br />
RIP: Creators of the GIF and TRS-80<br />
Mary Coombs, first woman commercial programmer, dies at 93<br />
Booth and Britten returned to the UK and redesigned their calculator based around these ideas, leading to the ARC2 and in the process inventing the first drum memory to provide enough storage to hold both program information and data. Building the ARC2 from relays proved too much, so in 1948, Booth and Britten moved on to the Simple Electronic Computer (SEC) and then the All Purpose Electronic X-Ray Computer or APE(X)C. You can try out the APE(X)C in the MESS emulator.</p>

<p>The APE(X)C design was commercialized and sold as the HEC by the British Tabulating Machine Co Ltd, which eventually became ICL. A video about the HEC1 is below.</p>

<p>In 1950, Kathleen and Andrew married, the same year that she got a PhD in applied mathematics, again from the University of London. To secure further funding for their work, the Booths again went to the Rockefeller Foundation, which provided it on condition that the APE(C)X worked with human languages as well as just mathematics. The result was a demonstration of machine translation in November 1955.</p>

<p>As well as building the hardware for the first machines, she wrote all the software for the ARC2 and SEC machines, in the process inventing what she called "Contracted Notation" and would later be known as assembly language.</p>

<p>She also discusses synchronous versus asynchronous operation in the paper linked at the bottom of this article. Her 1958 book, Programming for an Automatic Digital Calculator, may have been the first one on programming written by a woman.</p>

<p>The same year, she started working with neural networks, also the subject of her last paper, "Using neural nets to identify marine mammals", co-written with her son Dr Ian J M Booth and published in 1993.</p>

<p>The Booth family moved to Canada in the early 1960s, where Kathleen and Andrew continued working in academia; she retired in the late 1970s.</p>

<p>Kathleen Booth died September 29, 2022, and is survived by a daughter as well as her son.<br />
Source: <a href="https://www.theregister.com/2022/10/29/kathleen_booth_obit/" rel="nofollow">https://www.theregister.com/2022/10/29/kathleen_booth_obit/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Google Launches GUAC Open Source Project to Secure Software Supply Chain</title>
        <link>https://hostboards.com/index.php?p=/discussion/5882/google-launches-guac-open-source-project-to-secure-software-supply-chain</link>
        <pubDate>Sat, 22 Oct 2022 14:11:42 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5882@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Google on Thursday announced that it's seeking contributors to a new open source initiative called Graph for Understanding Artifact Composition, also known as GUAC, as part of its ongoing efforts to beef up the software supply chain.</p>

<p>"GUAC addresses a need created by the burgeoning efforts across the ecosystem to generate software build, security, and dependency metadata," Brandon Lum, Mihai Maruseac, and Isaac Hepworth of Google said in a post shared with The Hacker News.</p>

<p>"GUAC is meant to democratize the availability of this security information by making it freely accessible and useful for every organization, not just those with enterprise-scale security and IT funding."</p>

<p>CyberSecurity<br />
Software supply chain has emerged a lucrative attack vector for threat actors, wherein exploiting just one weakness -- as seen in the case of SolarWinds and Log4Shell -- opens a pathway long enough to traverse down the supply chain and steal sensitive data, plant malware, and take control of systems belonging to downstream customers.</p>

<p>Google, last year, released a framework called SLSA (short for Supply chain Levels for Software Artifacts) that aims to ensure the integrity of software packages and prevent unauthorized modifications.</p>

<p>It has also launched an updated version of Security Scorecards, which identifies the risk third-party dependencies can introduce to a project, allowing developers to make informed decisions about accepting vulnerable code or considering other alternatives.</p>

<p>"[GUAC] aims to satisfy the use case of being a monitor for public supply chain and security documents as well as for internal use by organizations to query information about artifacts that they use," the internet giant noted.</p>

<p>Source: <br />
<a href="https://thehackernews.com/2022/10/google-launches-guac-open-source.html" rel="nofollow">https://thehackernews.com/2022/10/google-launches-guac-open-source.html</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Microsoft Says It was &quot;Server Misconfiguration&quot; that Led to 65,000+ Companies' Data Leak</title>
        <link>https://hostboards.com/index.php?p=/discussion/5881/microsoft-says-it-was-server-misconfiguration-that-led-to-65-000-companies-data-leak</link>
        <pubDate>Sat, 22 Oct 2022 13:44:19 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5881@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>In a story from today's "Hacker News," Microsoft this week confirmed that it inadvertently exposed information related to thousands of customers following a security lapse that left an endpoint publicly accessible over the internet sans any authentication.</p>

<p>"This misconfiguration resulted in the potential for unauthenticated access to some business transaction data corresponding to interactions between Microsoft and prospective customers, such as the planning or potential implementation and provisioning of Microsoft services," Microsoft said in an alert.</p>

<p>Microsoft also emphasized that the B2B leak was "caused by an unintentional misconfiguration on an endpoint that is not in use across the Microsoft ecosystem and was not the result of a security vulnerability."</p>

<p>The misconfiguration of the Azure Blob Storage was spotted on September 24, 2022, by cybersecurity company SOCRadar, which termed the leak BlueBleed. Microsoft said it's in the process of directly notifying impacted customers.</p>

<p>CyberSecurity<br />
The Windows maker did not reveal the scale of the data leak, but according to SOCRadar, it affects more than 65,000 entities in 111 countries. The exposure amounts to 2.4 terabytes of data that consists of invoices, product orders, signed customer documents, partner ecosystem details, among others.</p>

<p>"The exposed data include files dated from 2017 to August 2022," SOCRadar said.</p>

<p>Microsoft, however, has disputed the extent of the issue, stating the data included names, email addresses, email content, company name, and phone numbers, and attached files relating to business "between a customer and Microsoft or an authorized Microsoft partner."</p>

<p>It also claimed in its disclosure that the threat intel company "greatly exaggerated" the scope of the problem as the data set contains "duplicate information, with multiple references to the same emails, projects, and users."</p>

<p>On top of that, Redmond expressed its disappointment over SOCRadar's decision to release a public search tool that it said exposes customers to unnecessary security risks.</p>

<p>SOCRadar, in a follow-up post on Thursday, likened the BlueBleed search engine to data breach notification service "Have I Been Pwned," describing it as a way for organizations to search if their data was exposed in a cloud data leak.</p>

<p>The cybersecurity vendor also said it has temporarily suspended all BlueBleed queries in the Threat Hunting module it offers to its customers as of October 19, 2022, following Microsoft's request.</p>

<p>CyberSecurity<br />
"Microsoft being unable (read: refusing) to tell customers what data was taken and apparently not notifying regulators – a legal requirement – has the hallmarks of a major botched response," security researcher Kevin Beaumont tweeted. "I hope it isn't."</p>

<p>Beaumont further said the Microsoft bucket "has been publicly indexed for months" by services like Grayhat Warfare and that "it's even in search engines."</p>

<p>There is no evidence that the information was improperly accessed by threat actors prior to the disclosure, but such leaks could be exploited for malicious purposes such as extortion, social engineering attacks, or a quick profit.</p>

<p>"While some of the data that may have been accessed seems trivial, if SOCRadar is correct in what was exposed, it could include some sensitive information about the infrastructure and network configuration of potential customers," Erich Kron, security awareness advocate at KnowBe4, told The Hacker News in an email.</p>

<p>"This information could be valuable to potential attackers who may be looking for vulnerabilities within one of these organizations' networks."</p>

<p>Source:<br />
<a href="https://thehackernews.com/2022/10/microsoft-confirms-server.html" rel="nofollow">https://thehackernews.com/2022/10/microsoft-confirms-server.html</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Easiest to learn between RoR, Django and Node.js?</title>
        <link>https://hostboards.com/index.php?p=/discussion/4632/easiest-to-learn-between-ror-django-and-node-js</link>
        <pubDate>Mon, 05 Jul 2021 09:54:16 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DigiData</dc:creator>
        <guid isPermaLink="false">4632@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have been wanting to learn coding and have settled on 3 possibilities. I had thought of learning Rails at 1st but many people are saying it's too easy and I won't learn anything. But I am unsure about going very deep into coding too as in this is a hobby, maybe use it for a school project kinda thing . So I am unsure if I want to learn node.js if I have to spend an excessive amount of time compared to other two.</p>

<p>TLDR: Looking for a framework that is simple enough to teach me everything about webdev but not too.tough that it will put me off from it.</p>
]]>
        </description>
    </item>
    <item>
        <title>Laravel vs CodeIgniter Framework, Which is Best?</title>
        <link>https://hostboards.com/index.php?p=/discussion/4544/laravel-vs-codeigniter-framework-which-is-best</link>
        <pubDate>Thu, 27 May 2021 23:42:44 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4544@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>When you compare the 2 coding frameworks, Laravel vs CodeIgniter, which is best in your opinion?  Here below is some background about both courtesy of Guru99.com</p>

<h2>Laravel</h2>

<p>Laravel is an open-source widely used PHP framework. The platform was intended for the development of web application by using MVC architectural pattern. Laravel is released under the MIT license. Therefore its source code is hosted on GitHub. It is a reliable PHP framework as it follows expressive and accurate language rules.</p>

<h2>CodeIgniter</h2>

<p>CodeIgniter is a powerful PHP framework. It is built for developers who like a simple and elegant toolkit to create full-featured web applications. CodeIgniter is one of the best options for creating dynamic websites using PHP.</p>

<p>It provides complete freedom for the users as they don't need to depend on the MVC development pattern. Moreover, it allows third-party plugins which can be useful to implement complicated functionalities. It also offers awesome security and encryption procedures.</p>
]]>
        </description>
    </item>
    <item>
        <title>My Favorite Site To Start Learning Programming Languages</title>
        <link>https://hostboards.com/index.php?p=/discussion/4463/my-favorite-site-to-start-learning-programming-languages</link>
        <pubDate>Mon, 10 May 2021 14:47:45 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>Merkin</dc:creator>
        <guid isPermaLink="false">4463@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Although there are many sites to start learning coding languages, I like this one best:<br />
<a href="https://learnxinyminutes.com/" rel="nofollow">https://learnxinyminutes.com/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>The Linux kernel project has banned U. of Minnesota from contributing</title>
        <link>https://hostboards.com/index.php?p=/discussion/4392/the-linux-kernel-project-has-banned-u-of-minnesota-from-contributing</link>
        <pubDate>Mon, 26 Apr 2021 15:24:47 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4392@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>The Linux kernel project has banned the University of Minnesota from contributing after a professor was caught sending buggy patches in the name of research.</p>

<p>has banned the University of Minnesota (UMN) from further contributing to the Linux Kernel. The University had apparently introduced questionable patches into the kernel of Linux.</p>

<p>The UMN had worked on a research paper dubbed "On the Feasibility of Stealthily Introducing Vulnerabilities in Open-Source Software via Hypocrite Commits". Obviously, the "Open-Source Software" (OSS) here is indicating the Linux kernel and the University had stealthily introduced Use-After-Free (UAF) vulnerability to test the susceptibility of Linux. So far so good perhaps as one can see it as ethical experimenting.</p>

<p>However, the UMN apparently sent another round of "obviously-incorrect patches" into the kernel in the form of "a new static analyzer" causing distaste to Greg Kroah-Hartman who has now decided to ban the University from making any further contributions.</p>

<p>Here's the exchange between Aditya Pakki, who is a Ph.D. student of Computer Science and Engineering at UMN, and Greg Kroah-Hartman. Pakki had written:</p>

<p>Greg,</p>

<p>I respectfully ask you to cease and desist from making wild accusations that are bordering on slander.</p>

<p>These patches were sent as part of a new static analyzer that I wrote and it's sensitivity is obviously not great. I sent patches on the hopes to get feedback. We are not experts in the linux kernel and repeatedly making these statements is disgusting to hear.</p>

<p>Obviously, it is a wrong step but your preconceived biases are so strong that you make allegations without merit nor give us any benefit of doubt. I will not be sending any more patches due to the attitude that is not only unwelcome but also intimidating to newbies and non experts.</p>

<p>To which Greg Kroah-Hartman has responded:</p>

<p>You, and your group, have publicly admitted to sending known-buggy patches to see how the kernel community would react to them, and published a paper based on that work.</p>

<p>Now you submit a new series of obviously-incorrect patches again, so what am I supposed to think of such a thing?</p>

<p>They obviously were <em>NOT</em> created by a static analysis tool that is of any intelligence, as they all are the result of totally different patterns, and all of which are obviously not even fixing anything at all. So what am I supposed to think here, other than that you and your group are continuing to experiment on the kernel community developers by sending such nonsense patches?</p>

<p>When submitting patches created by a tool, everyone who does so submits them with wording like "found by tool XXX, we are not sure if this is correct or not, please advise." which is NOT what you did here at all. You were not asking for help, you were claiming that these were legitimate fixes, which you KNEW to be incorrect.</p>

<p>A few minutes with anyone with the semblance of knowledge of C can see that your submissions do NOT do anything at all, so to think that a tool created them, and then that you thought they were a valid "fix" is totally negligent on your part, not ours. You are the one at fault, it is not our job to be the test subjects of a tool you create.</p>

<p>Our community welcomes developers who wish to help and enhance Linux. That is NOT what you are attempting to do here, so please do not try to frame it that way.</p>

<p>Our community does not appreciate being experimented on, and being "tested" by submitting known patches that are either do nothing on purpose, or introduce bugs on purpose. If you wish to do work like this, I suggest you find a different community to run your experiments on, you are not welcome here.</p>

<p>Because of this, I will now have to ban all future contributions from your University and rip out your previous contributions, as they were obviously submitted in bad-faith with the intent to cause problems.</p>

<p>As Greg K-H had stated in his response to Aditya Pakki, the patches introduced by the UMN will indeed be removed and reverted which has been confirmed by this follow-up LKML message.</p>

<p>Source: Greg K-H (Twitter)</p>

<p>Update: Loren Terveen, Associate Department Head of the Department of Computer Science and Engineering at MNU contacted Neowin and gave the following statement in a comment on this article and on Twitter:</p>

<p>Leadership in the University of Minnesota Department of Computer Science &amp; Engineering learned today about the details of research being conducted by one of its faculty members and graduate students into the security of the Linux Kernel. The research method used raised serious concerns in the Linux Kernel community and, as of today, this has resulted in the University being banned from contributing to the Linux Kernel.</p>

<p>We take this situation extremely seriously. We have immediately suspended this line of research. We will investigate the research method and the process by which this research method was approved, determine appropriate remedial action, and safeguard against future issues, if needed. We will report our findings back to the community as soon as practical.</p>

<p>Sincerely,</p>

<p>Mats Heimdahl, Department Head<br />
Loren Terveen, Associate Department Head</p>

<p>Source: <a href="https://www.neowin.net/news/linux-bans-university-of-minnesota-for-sending-buggy-patches-in-the-name-of-research/" rel="nofollow">https://www.neowin.net/news/linux-bans-university-of-minnesota-for-sending-buggy-patches-in-the-name-of-research/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Sawyer X Resigns from the Council Overseeing Pearl Language, Leaves 3-person Perl Steering Committee</title>
        <link>https://hostboards.com/index.php?p=/discussion/4345/sawyer-x-resigns-from-the-council-overseeing-pearl-language-leaves-3-person-perl-steering-committee</link>
        <pubDate>Wed, 14 Apr 2021 00:50:38 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4345@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Key Perl Core developer quits, says he was bullied for daring to suggest programming language contained 'cruft'<br />
'After saying this, I immediately received hostile messages' says pumpking of version 5.x</p>

<h2>Story by Thomas Claburn - Tue 13 Apr 2021</h2>

<p>On Monday, the Perl Core developer known as Sawyer X announced his intention to leave the three-person Perl Steering Committee, or Council, and the Perl Core group because of what he described as community hostility.</p>

<p>Sawyer X, who became "pumpking" – manager of the core Perl 5 language – in 2016 when he took over that role from Ricardo Signes, explained his rationale for departing in a post to a Perl discussion list.</p>

<p>"Due to the continuous abusive behavior by prominent Perl community members and just about anyone else who also feels entitled to harass me (and unfortunately, other Core developers), I am stepping down from the Steering Council, from the Perl security list, and from the Perl Core," Sawyer said, adding that he is stepping down from the Perl Foundation's Grants Committee and that he will not be speaking at or attending the next Perl conference.</p>

<p>"The Perl Foundation will publish a fuller response in due course once we understand more about the situation that led up to Sawyer’s recent announcement," the organization said. "However I can say that we are saddened to learn of Sawyer’s statement of resignation."</p>

<p>Sawyer X's disaffection with the volunteer-based Perl community further complicates the road ahead for the programming language, damaged over the past two decades by cannibalization from PHP and Python, incompatibility between Perl 5 and Perl 6 (renamed Raku in recognition of that schism), and recent governance troubles in part related to disagreements about the planned release of Perl 7 and backward compatibility.</p>

<p>The precipitating interaction, as Sawyer X tells it, followed after he opined to other Core developers on a mailing list that there is "cruft," or poorly written or superseded code, in Perl – not exactly an outrageous claim for a language that has been around since 1987.</p>

<p>pearl<br />
Perl.com theft blamed on social engineering attack: Registrar 'convinced' to alter DNS records by miscreants<br />
READ MORE<br />
"After saying this, I immediately received hostile messages – how dare I suggest we recognize there is cruft (and that we would be happy if it weren't there)," he recounted. "After all, there are emails by a few Core developers (who are on this list) that say otherwise."</p>

<p>Sawyer X described the responses he received as "just one example in a chain of continuous bullying and hostility I've been receiving in recent years, especially in the last year, at the hands of Perl community members."</p>

<p>Nonetheless, he plans to shepherd the release of Perl 5.34 in May 2021.</p>

<p>The health of open source projects has a lot to do with the feelings of acceptance and camaraderie among those who contribute their time, energy, and code. Community, and how to sustain it, is a frequent topic at open source conferences. If Sawyer X's sentiments about the Perl world are shared by others, it's not a good sign to the language's longevity.</p>

<p>However, one of the individuals involved in the fracas, Perl developer Christian Walde (Mithaldu), disputes the accusations and, following a brief apology, has documented discussions related to the alleged "cruft" afflicting Perl.</p>

<p>"I'm sorry that I wasn't able to word myself in a way that did not feel to him like I'm going after him at the same time, I do not believe I deserve the accusations," said Walde.</p>

<p>In a Reddit post, Dan Book, known as Grinnz in the Perl community, offered an interpretation of events similar to that proposed by Walde.</p>

<p>"In my view, every reply to Sawyer was necessary to challenge the information presented publicly by an authority figure," he said.</p>

<p>"I am sorry he apparently interpreted it as bullying, but I am not sure what response would have not constituted such to him, or if it was simply because of one of the people he replied to. Authority comes with responsibility for your public words."</p>

<p>Therein lies the difficulty with open source work – people have different expectations about the permissible range of interpersonal interaction and different definitions about toxic behavior. Instituting rituals and rules that suit everyone isn't easy. ®</p>

<p>SOURCE: <a href="https://www.theregister.com/2021/04/13/perl_dev_quits/" rel="nofollow">https://www.theregister.com/2021/04/13/perl_dev_quits/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>FREE Tech Talk: Getting Started With Laravel and Inertia.js</title>
        <link>https://hostboards.com/index.php?p=/discussion/4343/free-tech-talk-getting-started-with-laravel-and-inertia-js</link>
        <pubDate>Tue, 13 Apr 2021 14:24:25 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4343@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Free Tech Talk: Getting Started With Laravel and Inertia.js<br />
April 20, 12 p.m. ET / 4 p.m. GMT</p>

<p>Learn how to use Laravel and Inertia.js to build modern single-page apps, using server-side routing and controllers.</p>

<p>Register: <a href="https://www.digitalocean.com/community/tech_talks/getting-started-with-laravel-and-inertia-js?utm_medium=email&amp;utm_source=webinar&amp;utm_campaign=invite&amp;mkt_tok=MTEzLURUTi0yNjYAAAF8ahxT7MIJbRQm8JzQoI0npcwZz1RwvXnT1-blsGiZvL_FR64l0D5g9MybTtpAujsxs_MgOiaQMzNHoTkAdTY75KthXb4wuuR_oNq7s15P" rel="nofollow">https://www.digitalocean.com/community/tech_talks/getting-started-with-laravel-and-inertia-js?utm_medium=email&amp;utm_source=webinar&amp;utm_campaign=invite&amp;mkt_tok=MTEzLURUTi0yNjYAAAF8ahxT7MIJbRQm8JzQoI0npcwZz1RwvXnT1-blsGiZvL_FR64l0D5g9MybTtpAujsxs_MgOiaQMzNHoTkAdTY75KthXb4wuuR_oNq7s15P</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Free Tech Talks W/ DigitalOcean: Build a Web App With Django</title>
        <link>https://hostboards.com/index.php?p=/discussion/4342/free-tech-talks-w-digitalocean-build-a-web-app-with-django</link>
        <pubDate>Tue, 13 Apr 2021 14:00:29 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4342@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Free Tech Talks With Digital Ocean: Build a Web App With Django<br />
April 14, 11 a.m. ET / 4 p.m. GMT</p>

<p>Let's explore Django — a powerful Python Web framework that enables rapid development, robust database management, and many built in tools that make building your app easier.</p>

<p>To register: <a href="https://www.digitalocean.com/community/tech_talks/build-a-web-app-with-django?utm_medium=email&amp;utm_source=webinar&amp;utm_campaign=invite&amp;mkt_tok=MTEzLURUTi0yNjYAAAF8ahxT61_jBy0gcE0j7GnCY2-HQw962hX5fi95csoZPt9hFNSCaleW0mFrabi74e0OBb5dKdGRkmo_bxrfR2pRTG1b1uqRs5JkVfCsc7J9" rel="nofollow">https://www.digitalocean.com/community/tech_talks/build-a-web-app-with-django?utm_medium=email&amp;utm_source=webinar&amp;utm_campaign=invite&amp;mkt_tok=MTEzLURUTi0yNjYAAAF8ahxT61_jBy0gcE0j7GnCY2-HQw962hX5fi95csoZPt9hFNSCaleW0mFrabi74e0OBb5dKdGRkmo_bxrfR2pRTG1b1uqRs5JkVfCsc7J9</a></p>
]]>
        </description>
    </item>
    <item>
        <title>A Great Free Place to Learn Coding</title>
        <link>https://hostboards.com/index.php?p=/discussion/4329/a-great-free-place-to-learn-coding</link>
        <pubDate>Sun, 11 Apr 2021 20:57:55 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>Merkin</dc:creator>
        <guid isPermaLink="false">4329@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>If you're just picking up some programming skills, this is a great place to learn totally free;<br />
<a href="https://www.w3schools.com/" rel="nofollow">https://www.w3schools.com/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Learn ASP..</title>
        <link>https://hostboards.com/index.php?p=/discussion/4225/learn-asp</link>
        <pubDate>Fri, 11 Jan 2013 12:31:34 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>madelinekim</dc:creator>
        <guid isPermaLink="false">4225@/index.php?p=/discussions</guid>
        <description><![CDATA[I am thinking to start learning ASP programming so that i am looking for tutorials to learn ASP programming. Can anyone suggest me ASP programming books and tutorial site to learn it?]]>
        </description>
    </item>
    <item>
        <title>ASP and MySql</title>
        <link>https://hostboards.com/index.php?p=/discussion/312/asp-and-mysql</link>
        <pubDate>Mon, 07 Jun 2004 17:45:05 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>Python</dc:creator>
        <guid isPermaLink="false">312@/index.php?p=/discussions</guid>
        <description><![CDATA[I know that mainly ASP uses access databases to store info but can it also be used with MySQL databases? I mean is there some sort fo way that ASP can just query a MySQL database in the same way that PHP does?]]>
        </description>
    </item>
    <item>
        <title>what is php</title>
        <link>https://hostboards.com/index.php?p=/discussion/3925/what-is-php</link>
        <pubDate>Wed, 29 Nov 2006 09:47:44 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>ayushsinhal</dc:creator>
        <guid isPermaLink="false">3925@/index.php?p=/discussions</guid>
        <description><![CDATA[The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications.]]>
        </description>
    </item>
    <item>
        <title>Depreciated tags?</title>
        <link>https://hostboards.com/index.php?p=/discussion/1673/depreciated-tags</link>
        <pubDate>Tue, 31 May 2005 09:36:51 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>CannonBallGuy</dc:creator>
        <guid isPermaLink="false">1673@/index.php?p=/discussions</guid>
        <description><![CDATA[Anyone know where it tells you what tags you can use and what you can't, etc...?]]>
        </description>
    </item>
    <item>
        <title>Can i manage a website without knowing html</title>
        <link>https://hostboards.com/index.php?p=/discussion/4217/can-i-manage-a-website-without-knowing-html</link>
        <pubDate>Mon, 07 Jan 2013 17:14:22 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>sohailmurree8</dc:creator>
        <guid isPermaLink="false">4217@/index.php?p=/discussions</guid>
        <description><![CDATA[is it possible for one to manage a personal web / blog without knowing html]]>
        </description>
    </item>
    <item>
        <title>Which HTML editor do you use to make webpages?</title>
        <link>https://hostboards.com/index.php?p=/discussion/3088/which-html-editor-do-you-use-to-make-webpages</link>
        <pubDate>Wed, 16 Aug 2006 09:30:53 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>star123</dc:creator>
        <guid isPermaLink="false">3088@/index.php?p=/discussions</guid>
        <description><![CDATA[As the subject states says tell me Which HTML editor do you use when creating a webpage?<br />
<br />
Well I just find it easier with FrontPage since it gives you the ability to preview the page as you do it. Not only that you have the code right there also, so you can have a split screen; one with html code and the other side with the visual representation of the code....<br />
<br />
But I guess if you're very knowledgable in html you could do it with Notepad, but even the experts I know use dreamweaver or frontpage.]]>
        </description>
    </item>
    <item>
        <title>What is HTML</title>
        <link>https://hostboards.com/index.php?p=/discussion/3922/what-is-html</link>
        <pubDate>Wed, 29 Nov 2006 09:37:27 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>ayushsinhal</dc:creator>
        <guid isPermaLink="false">3922@/index.php?p=/discussions</guid>
        <description><![CDATA[HTML is the lingua franca for publishing hypertext on the World Wide Web. It is a non-proprietary format based upon SGML, and can be created and processed by a wide range of tools, from simple plain text editors - you type it in from scratch- to sophisticated WYSIWYG authoring tools. HTML uses tags such as &lt;h1&gt; and &lt;/h1&gt; to structure text into headings, paragraphs, lists, hypertext links et<b>c<br />
<br />
PLEASE POST YOUR OPINION</b><br />
<br />
Source site: <a href="http://www.w3.org/MarkUp/" rel="nofollow">http://www.w3.org/MarkUp/</a>]]>
        </description>
    </item>
    <item>
        <title>Anyone going to post?</title>
        <link>https://hostboards.com/index.php?p=/discussion/199/anyone-going-to-post</link>
        <pubDate>Fri, 21 May 2004 11:08:26 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>Python</dc:creator>
        <guid isPermaLink="false">199@/index.php?p=/discussions</guid>
        <description><![CDATA[So is anyone actually gonna post here or what, lol]]>
        </description>
    </item>
    <item>
        <title>Image Rollover</title>
        <link>https://hostboards.com/index.php?p=/discussion/3692/image-rollover</link>
        <pubDate>Fri, 17 Nov 2006 00:47:08 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>phpnut</dc:creator>
        <guid isPermaLink="false">3692@/index.php?p=/discussions</guid>
        <description><![CDATA[I'm trying to make a menu for my site that when parts of it are rolled over, it turns a darker color. I have all the images done, but haven't gotten a clue about how to do this in CSS. The images have two versions of the part of the menu - right on top of eachother. So, ideally, I'd like the CSS to display the second half of the image file when rolled over. The text is already on the image, so I don't want to have to write on top of a 'blank' background image. Thanks for any and all help!]]>
        </description>
    </item>
    <item>
        <title>TinyMCE Background Colour</title>
        <link>https://hostboards.com/index.php?p=/discussion/2751/tinymce-background-colour</link>
        <pubDate>Fri, 23 Jun 2006 15:32:03 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>danielneri</dc:creator>
        <guid isPermaLink="false">2751@/index.php?p=/discussions</guid>
        <description><![CDATA[ok so i don't know where this should go but it concerns css/php and some html.<br />
<br />
im trying to apply a pseudo class css tag to the body element as to have 2 different colours, one when focused and one when not focused.<br />
^^ i had no clue what i was talking about there ^^<br />
<br />
<br />
i used this code for normal input boxes:<br />
<br />
[PHP]input {<br />
font-family:		trebuchet,Verdana, sans-serif;<br />
font-size:			11px;<br />
font-weight:        bold;<br />
color:				#000000;<br />
height:				1.5em;<br />
padding:            .3em 0 0 2px;<br />
margin-top:         3px;<br />
background-color:	#C5D7F8;<br />
border-top:			#999999 1px solid;<br />
border-left:		#999999 1px solid;<br />
border-right:		#999999 1px solid;<br />
border-bottom:		#999999 1px solid;<br />
<br />
}<br />
<br />
input:focus {<br />
background-color : #fefeff;<br />
}[/PHP]<br />
<br />
but i dont know how to do it for TinyMCE.]]>
        </description>
    </item>
    <item>
        <title>Visual C++ and Visual Basic 2005</title>
        <link>https://hostboards.com/index.php?p=/discussion/3221/visual-c-and-visual-basic-2005</link>
        <pubDate>Fri, 30 Dec 2005 19:00:18 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>danielneri</dc:creator>
        <guid isPermaLink="false">3221@/index.php?p=/discussions</guid>
        <description><![CDATA[I recently downloaded both Visual C++ and Visual Basic Express Editions along with Sql Server Express Edition, hoping to learn some new languages<br />
<br />
Does anyone know any good resources for learning visual c++ and visual basic?<br />
<br />
right now im clueles lol<br />
<br />
actually any help would be appreciated! <img src="https://hostboards.com/resources/emoji/confused.png" title=":confused:" alt=":confused:" height="20" /> <img src="https://hostboards.com/resources/emoji/confused.png" title=":confused:" alt=":confused:" height="20" />]]>
        </description>
    </item>
    <item>
        <title>Why does it do this?</title>
        <link>https://hostboards.com/index.php?p=/discussion/1256/why-does-it-do-this</link>
        <pubDate>Sun, 23 Jan 2005 01:39:21 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>deadfingers</dc:creator>
        <guid isPermaLink="false">1256@/index.php?p=/discussions</guid>
        <description><![CDATA[Alright i tend to use Tables and regular HTML most of the time, sometimes i include CSS but not until recently. Anyways why is it that when i upload a file or whatever like if i change the size of the table or adjust the size of a picture or something, when i check the page it seems to resize on its own, like i uploaded a    page to <a href="www.digitalebay.com" rel="nofollow">www.digitalebay.com</a> and i refreshed the page and it shows fine for like a second then for no reason it turned to like half the size it was supposed to be and i refreshed like 5 times and it kept doing the same, someone else checked for me and they said it was fine. I checked back in like 10 mins later and it was fine. so why the heck does it do that? it p****s me off, oh and most of the time i Use Mozilla Fire Fox, i hate IE(internet Explorer) i use Opera on rare occasions. I know FF conforms better to HTML as in it follows the rules stricly thats why i like it since u get exactly wat u put, unlike in IE were sometimes my colors end up being oppposite from what i was putting or other little things it messes up on. So anyways has anyone else had this problem? Im on 56k also if that matters.]]>
        </description>
    </item>
    <item>
        <title>hide your e-mail from spam bots!</title>
        <link>https://hostboards.com/index.php?p=/discussion/1958/hide-your-e-mail-from-spam-bots</link>
        <pubDate>Thu, 04 Aug 2005 13:42:44 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>strangedar</dc:creator>
        <guid isPermaLink="false">1958@/index.php?p=/discussions</guid>
        <description><![CDATA[The title says it all really. Heres an easy way to hide you e-mail from nasty spam bots (untill they crackl the code). Probably the best e-mail encryptor on the web: <a href="http://www.automaticlabs.com/products/enkoderform" rel="nofollow">http://www.automaticlabs.com/products/enkoderform</a>]]>
        </description>
    </item>
    <item>
        <title>Mod rewrite help</title>
        <link>https://hostboards.com/index.php?p=/discussion/1462/mod-rewrite-help</link>
        <pubDate>Thu, 24 Mar 2005 14:33:51 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>Python</dc:creator>
        <guid isPermaLink="false">1462@/index.php?p=/discussions</guid>
        <description><![CDATA[<a href="http://www.freewebmasterresources.net" rel="nofollow">http://www.freewebmasterresources.net</a><br />
<br />
I want to mod rewrite the URL's at that site so that they are more search engine friendly.<br />
<br />
<br />
The current URL layout is:<br />
<a href="http://www.freewebmasterresources.net/index.php?cat=PHP&amp;t=The" rel="nofollow">http://www.freewebmasterresources.net/index.php?cat=PHP&amp;t=The</a> Basics Of IF Statements<br />
<br />
<br />
Id like to convert the above to the following:<br />
<a href="http://www.freewebmasterresources.net/PHP/The" rel="nofollow">http://www.freewebmasterresources.net/PHP/The</a> Basics Of IF Statements<br />
<br />
Anyone able to help?<br />
<br />
Thanks]]>
        </description>
    </item>
    <item>
        <title>mens ugg slippers sale
 be6985</title>
        <link>https://hostboards.com/index.php?p=/discussion/4197/mens-ugg-slippers-sale-be6985</link>
        <pubDate>Thu, 04 Oct 2012 06:57:41 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>kamknnickmvy31</dc:creator>
        <guid isPermaLink="false">4197@/index.php?p=/discussions</guid>
        <description><![CDATA[Considering getting children's pool expansion to increase the elegance and performance of 1's house or institution requires licensed builders. Getting a respected founded pool service provider that might assist your revolutionary values change in a truth wants just a bit of exam using your portion. A sole within your smartest indicates to obtain your most common structure concepts organized will be to go to a display area..<br />
If you are searching for in the healthcare industry then there are tons of chances for perform that features health-related jobs. Being required perform properly work can cause acquiring some good careers inside the medical business. It's well regarded from the institution at work stats that healthcare is and try  to was the biggest work market..]]>
        </description>
    </item>
    <item>
        <title>shoes or slippers
 xf1225</title>
        <link>https://hostboards.com/index.php?p=/discussion/4196/shoes-or-slippers-xf1225</link>
        <pubDate>Tue, 02 Oct 2012 22:38:58 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>kafynnicksus52</dc:creator>
        <guid isPermaLink="false">4196@/index.php?p=/discussions</guid>
        <description><![CDATA[Five-years previously I needed to have a complete hysterectomy (including my sex gland). Following your hysterectomy I took hormonal substitute and have not had a dark chocolate yearning considering that. So, while I can feel there exists a psychological aspect to such cravings, I need to believe there exists a physiologic reason also.<br />
Support, however, appreciates the effort. InchFigure out relating to your attracting. I see that you like pinkInches is a bit more valuable than stating, InchThat is certainly the most beautiful image That i've ever observed.Inches An excessive amount of compliment can drain personal-esteem as it can cause stress to complete and generate a constant dependence on endorsement from others.]]>
        </description>
    </item>
    <item>
        <title>women s scuffs
 mx1099</title>
        <link>https://hostboards.com/index.php?p=/discussion/4195/women-s-scuffs-mx1099</link>
        <pubDate>Sun, 30 Sep 2012 22:11:07 +0000</pubDate>
        <category>Coding Languages</category>
        <dc:creator>kaavnnickfxr45</dc:creator>
        <guid isPermaLink="false">4195@/index.php?p=/discussions</guid>
        <description><![CDATA[The remote name could not be resolved: 'thebestspinner.com']]>
        </description>
    </item>
<div class="SFBox SFVCBox"><span>Online Since</span>April 2004</div><div class="SFBox SFVCBox"><span>Total Views</span>3.1M</div><div class="SFBox SFUBox"><span>Total Users</span>3.7M</div><div class="SFBox SFTBox"><span>Total Topics</span>7.8K</div><div class="SFBox SFPBox"><span>Post Count</span>33.3K</div>   </channel>
</rss>
