<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Code Snatches - Tutorials</title>
<description></description>
<link>https://codesnatches.com</link>
<atom:link href="https://codesnatches.com/feed" rel="self" type="application/rss+xml" />
<item>
<title>CodeSnatches.Com - Home Page</title>
<description>Short and to the point tutorials on PHP, WordPress, Unix Shell, and other matters related to web development...</description>
<link>https://codesnatches.com/</link>
<guid>https://codesnatches.com/</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Articles</title>
<description>...</description>
<link>https://codesnatches.com/articles</link>
<guid>https://codesnatches.com/articles</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>About CodeSnatches.Com</title>
<description>Short, practical tutorials on PHP, Unix Shell, DevOps, and other tech topics. My goal is to help developers and enthusiasts quickly find solutions and learn new skills without digging through endless documentation....</description>
<link>https://codesnatches.com/about</link>
<guid>https://codesnatches.com/about</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Contact Page</title>
<description>...</description>
<link>https://codesnatches.com/contact</link>
<guid>https://codesnatches.com/contact</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Simple Wordpress Tutorials for Beginners</title>
<description>Screenshots of pages indicating the buttons you need to press to update your WordPress software, its plugins and a theme....</description>
<link>https://codesnatches.com/tutorials</link>
<guid>https://codesnatches.com/tutorials</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>A Very Efficient CLI (Terminal) File Manager for UNIX-Like OS</title>
<description>Learn how to traverse directories in no time previewing text files as you go, jump to your favorite places in a fraction of a second, and other productivity tips using the &amp;quot;ranger&amp;quot; file manager from within a terminal...</description>
<link>https://codesnatches.com/tutorials/unix-shell/very-efficient-cli-file-manager</link>
<guid>https://codesnatches.com/tutorials/unix-shell/very-efficient-cli-file-manager</guid>
<pubDate>Fri, 12 Mar 2021 09:18:00 +0200</pubDate>
</item>
<item>
<title>Converting Multiple mp4 Video Files to Other Formats Using Shell</title>
<description>Learn how to easily convert a bunch of mp4 video files into free formats like webm and ogv with one fairly straightforward shell script...</description>
<link>https://codesnatches.com/tutorials/unix-shell/converting-multiple-mp4-files-to-webm</link>
<guid>https://codesnatches.com/tutorials/unix-shell/converting-multiple-mp4-files-to-webm</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Swapping Ctrl and Alt keys on a GNU Debian system</title>
<description>This tutorial shows how to programmatically swap functions of alt (meta) and ctrl keys for CLI and GUI...</description>
<link>https://codesnatches.com/tutorials/unix-shell/swapping-ctrl-and-alt-buttons</link>
<guid>https://codesnatches.com/tutorials/unix-shell/swapping-ctrl-and-alt-buttons</guid>
<pubDate>Mon, 01 Mar 2021 09:18:00 +0200</pubDate>
</item>
<item>
<title>A reusable CD pipeline with Tekton: a Kubernetes-native CI/CD framework.</title>
<description>Quickly start building your first pipeline by utilizing the one I shared here as a foundation to build upon. The pipeline consists of tasks to (1) clean up the working directory, (2) copy the source code, (3) lint, (4) test, (5) build, and (6) deploy the application to OpenShift....</description>
<link>https://codesnatches.com/tutorials/devops/cd-pipeline-with-tekton</link>
<guid>https://codesnatches.com/tutorials/devops/cd-pipeline-with-tekton</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Simple and Useful Shell Scripts</title>
<description>A collection of small shell scripts you can use in your daily life to boost your productivity...</description>
<link>https://codesnatches.com/tutorials/unix-shell</link>
<guid>https://codesnatches.com/tutorials/unix-shell</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Making the code from the book 'Beginning PHP and MySQL E-Commerce From Novice to Professional - 2nd edition' published in 2008 run in 2021</title>
<description>In this step by step article you&amp;#039;ll see how a few adjustments to the original code that goes with the venerable book published in 2008 will bring the shop to life with a much newer version of PHP and MySQL....</description>
<link>https://codesnatches.com/tutorials/php/making-the-code-from-the-book-beginning-php-and-mysql-e-commerce-run</link>
<guid>https://codesnatches.com/tutorials/php/making-the-code-from-the-book-beginning-php-and-mysql-e-commerce-run</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Saving Some Time by Autoloading PHP Classes Upon Demand</title>
<description>In this brief tutorial I&amp;#039;ll show you how to make your code load faster and avoid manually including files containing OOP class definitions by using the PHP&amp;#039;s spl_autoload_register() function....</description>
<link>https://codesnatches.com/tutorials/php/class-autoloading</link>
<guid>https://codesnatches.com/tutorials/php/class-autoloading</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Assigning results of the PHP echo statement(s) to a value of a variable</title>
<description>Once in a while you might realize that you wish your code snippet which uses many &amp;#039;echo&amp;#039; statements had saved the output into a variable, instead of displaying it; it&amp;#039;s when &amp;#039;output buffering&amp;#039; comes to rescue....</description>
<link>https://codesnatches.com/tutorials/php/saving-output-into-a-variable</link>
<guid>https://codesnatches.com/tutorials/php/saving-output-into-a-variable</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Using a Recursive Function to Traverse a Directory Tree - Part 2</title>
<description>This is a more flexible version of the previous script, now the name of a directory can be specified through an html form, and there are thumbnails for images that get found along the way....</description>
<link>https://codesnatches.com/tutorials/php/using-a-recursive-function-to-traverse-a-directory-tree-page-2</link>
<guid>https://codesnatches.com/tutorials/php/using-a-recursive-function-to-traverse-a-directory-tree-page-2</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>[© 2026] Make year in a copyright notice automatically update itself</title>
<description>In this short tutorial I&amp;#039;ll show you how to dynamically generate YEAR to display on a website like this: &amp;quot;Copyright &amp;copy; 2026 mysite.com&amp;quot; using PHP as well as javascript for static web pages efficiently....</description>
<link>https://codesnatches.com/tutorials/php/make-year-in-copyright-notice-automatically-update-itself</link>
<guid>https://codesnatches.com/tutorials/php/make-year-in-copyright-notice-automatically-update-itself</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Using a Recursive Function to Traverse a Directory Tree</title>
<description>In this tutorial I&amp;#039;ll show you how to use a function that calls itself to scan a directory tree and output its contents, the provided code is well commented to facilitate understanding...</description>
<link>https://codesnatches.com/tutorials/php/using-a-recursive-function-to-traverse-a-directory-tree</link>
<guid>https://codesnatches.com/tutorials/php/using-a-recursive-function-to-traverse-a-directory-tree</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Filtering html content from the database to use as meta tags for SEO</title>
<description>Filtering html content from
the database to use as meta tags for SEO...</description>
<link>https://codesnatches.com/tutorials/php/filtering-html-content-contain-to-use-as-page-description</link>
<guid>https://codesnatches.com/tutorials/php/filtering-html-content-contain-to-use-as-page-description</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Validating User Input With the filter_var() Function</title>
<description>The article demonstrates how to validate email, URL, integer, and decimal number and includes a snippet of code that would be used in a production script....</description>
<link>https://codesnatches.com/tutorials/php/filter-var-function</link>
<guid>https://codesnatches.com/tutorials/php/filter-var-function</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Elegantly Using Switch in Place of a Long IF Conditional Expression</title>
<description>When you have a need to check for multiple possible values in a single variable, often the switch conditional is a preferred alternative to a long if ((...) || (...) || (...) ...) conditional expression....</description>
<link>https://codesnatches.com/tutorials/php/using-switch-in-place-of-a-long-if-conditional-expression</link>
<guid>https://codesnatches.com/tutorials/php/using-switch-in-place-of-a-long-if-conditional-expression</guid>
<pubDate>Mon, 15 Feb 2021 02:05:20 +0200</pubDate>
</item>
<item>
<title>DevOps</title>
<description>...</description>
<link>https://codesnatches.com/tutorials/devops</link>
<guid>https://codesnatches.com/tutorials/devops</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Javascript Code For a Production-Ready Compound Interest Calculator</title>
<description>Here is a code listing and its working live demonstration for a one-script online calculator that does not require any third-party libraries and can run in older browsers that do not support &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Web Components&amp;lt;/span&amp;gt;....</description>
<link>https://codesnatches.com/tutorials/javascript/production-ready-compound-interest-calculator</link>
<guid>https://codesnatches.com/tutorials/javascript/production-ready-compound-interest-calculator</guid>
<pubDate>Thu, 02 Dec 2021 23:28:00 +0200</pubDate>
</item>
<item>
<title>JavaScript Code Snatches</title>
<description>...</description>
<link>https://codesnatches.com/tutorials/javascript</link>
<guid>https://codesnatches.com/tutorials/javascript</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Answers to Introduction to Enterprise Computing > Module 2 > graded quiz</title>
<description>See all the 10 correct answers of the quiz from the course about mainframe computers by IBM...</description>
<link>https://codesnatches.com/tutorials/ibm-z-os/answers-to--introduction-to-enterprise-computing--module-2--graded-quiz</link>
<guid>https://codesnatches.com/tutorials/ibm-z-os/answers-to--introduction-to-enterprise-computing--module-2--graded-quiz</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Recipes for Performing Basic Dataset Manipulations using the tools provided in ISPF</title>
<description> Start working with datasets quickly: create, move, copy, rename, delete datasets as well as their members (for PDSEs)...</description>
<link>https://codesnatches.com/tutorials/ibm-z-os/recipes-for-performing-basic-dataset-manipulations-with-ispf</link>
<guid>https://codesnatches.com/tutorials/ibm-z-os/recipes-for-performing-basic-dataset-manipulations-with-ispf</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Answers to Introduction to Enterprise Computing > Module 1 > graded quiz</title>
<description>See all the 9 correct answers of the quiz from the course about mainframe computers by IBM...</description>
<link>https://codesnatches.com/tutorials/ibm-z-os/answers-to--introduction-to-enterprise-computing--module-1--graded-quiz</link>
<guid>https://codesnatches.com/tutorials/ibm-z-os/answers-to--introduction-to-enterprise-computing--module-1--graded-quiz</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>PHP Tricks for Beginners</title>
<description>...</description>
<link>https://codesnatches.com/tutorials/php</link>
<guid>https://codesnatches.com/tutorials/php</guid>
<pubDate>Fri, 01 Jan 2021 01:01:01 +0200</pubDate>
</item>
<item>
<title>Simple Wordpress Tutorials for Beginners</title>
<description>Screenshots of pages indicating the buttons you need to press to update your WordPress software, its plugins and a theme....</description>
<link>https://codesnatches.com/tutorials/wordpress</link>
<guid>https://codesnatches.com/tutorials/wordpress</guid>
<pubDate>Fri, 18 Jan 2019 00:00:00 +0200</pubDate>
</item>
<item>
<title>Logging in to Administrative Area in WordPress</title>
<description>A quick guide on how to log in to WordPress website....</description>
<link>https://codesnatches.com/tutorials/wordpress/logging-in-to-wordpress</link>
<guid>https://codesnatches.com/tutorials/wordpress/logging-in-to-wordpress</guid>
<pubDate>Fri, 18 Jan 2019 00:00:00 +0200</pubDate>
</item>
<item>
<title>WordPress Updates</title>
<description>Screenshots of pages indicating the buttons you need to press to update your WordPress software, its plugins and a theme....</description>
<link>https://codesnatches.com/tutorials/wordpress/wordpress-updates</link>
<guid>https://codesnatches.com/tutorials/wordpress/wordpress-updates</guid>
<pubDate>Fri, 18 Jan 2019 00:00:00 +0200</pubDate>
</item>
<item>
<title>WordPress Page Editing</title>
<description>Screenshots indicating the buttons you need to press to edit articles in wordpress....</description>
<link>https://codesnatches.com/tutorials/wordpress/wordpress-page-editing</link>
<guid>https://codesnatches.com/tutorials/wordpress/wordpress-page-editing</guid>
<pubDate>Fri, 18 Jan 2019 00:00:00 +0200</pubDate>
</item>
<br />
<b>Fatal error</b>:  Cannot redeclare svc_price_html() (previously declared in /home/u643332513/domains/codesnatches.com/public_html/c/includes/services.inc.php:113) in <b>/home/u643332513/domains/codesnatches.com/public_html/c/includes/services.inc.php</b> on line <b>113</b><br />
