A Product of Kinsa Creative
  1. Setting Up for React Native Development on MacOS

    React
  2. Executing Async Tasks in JavaScript

    JavaScript
    React
  3. Using CSS Container Queries to Check an Element's Width and Respond Accordingly

    CSS
    Design
  4. Use Array.from() to Generate a Sequence in JavaScript

    JavaScript
    React
  5. Overriding a Filter in WordPress and Forcing it to Return True or False

    WordPress
  6. Truncating Text in CSS

    CSS
    Design
    React
  7. A/B or Multivariate Testing a Design in WordPress Using an ACF Field as a Manual Trigger

    PHP
    WordPress
  8. Custom SVG Separator for YoastSEO Breadcrumbs

    PHP
    WordPress
  9. Vertical Height (vh) vs Dynamic Viewport Height (dvh)

    CSS
  10. Sarah Gibbons: Return of the Generalist UX Designer

    Design
  11. Combining CSS aspect-ratio and object-fit to scale an image into a container like a background image

    CSS
  12. Logging Errors in Wordpress

    PHP
    WordPress
  13. Colorize an SVG Icon with Path Fill

    CSS
    Design
    SVG
  14. Equal Width Columns with CSS Grid

    CSS
  15. Creating Custom Gutenberg Blocks for WordPress

    PHP
    WordPress
  16. Visually Hidden CSS Classes to Allow Content To Be Hidden On Screen and Accessible To Screen Readers

    CSS
  17. Using currentColor to color an SVG icon using CSS attributes

    CSS
    Design
    SVG
  18. Embedding an iFrame without allowing any internal links to be clickable using CSS pointer-events

    CSS
    JavaScript
    React
  19. Combine tailwind-merge and clsx to conditionally set classes with a cn() utility function in a React + Tailwind environment

    CSS
    JavaScript
    React
  20. Colorize an SVG icon with the CSS filter parameter

    CSS
    Design
    SVG
  21. Allow SVG File Uploads via the WordPress Media Uploader

    PHP
    SVG
    WordPress
  22. Keyboard accessible navigation for a search result listbox

    JavaScript
  23. Manipulate the DOM from React using useRef

    JavaScript
    React
  24. Escape HTML in React using HTML-Entities

    JavaScript
    React
  25. Hydrated React: Set a Class Name in React Based On a Button Value

    JavaScript
    React
  26. Handling CSV Files in PHP

    PHP
    WordPress
  27. Querying WordPress Taxonomy Terms

    PHP
    WordPress
  28. Work with WordPress from an External File to be Run from the Command Line

    PHP
    WordPress
  29. Hide the 0 value on the Y axis in chart.js 4

    JavaScript
  30. Creating a chart of monetary values in chart.js 4

    JavaScript
  31. Embed Video in HTML

    Design
  32. Accessible Accordion Content with HTML Details and Summary Elements

    CSS
  33. Hydrated React: A React Modal Window

    CSS
    JavaScript
    React
  34. Debounce a Function in JavaScript to Avoid Multiple Calls When Resizing

    JavaScript
  35. WebP Images

    CSS
    Django
    Python
    WordPress
  36. JavaScript to Open External Links in a New Tab

    JavaScript
  37. Sass, CSS and JS with Gulp

    CSS
    JavaScript
  38. Wordpress Search with a Floating Form Label and a Search Icon Prefix

    CSS
    JavaScript
    WordPress
  39. Django Middleware To Temporarily Redirect Every URL Except For One Single Page

    Django
    Python
  40. CSS to Allow Overflow-X and Hide the Scrollbar without Triggering Backwards Navigation on Swipe Left

    CSS
  41. Rename a Git Branch on BitBucket or GitHub

    Git
  42. Python Function to Get the 0-based Index of a Column in a Google Sheet

    Python
  43. Generate Web Icons in Python with PIL

    Python
  44. Run JavaScript After the DOM Content Has Loaded

    JavaScript
  45. Selectively Enqueue Styles and Scripts in WordPress

    CSS
    JavaScript
    PHP
    WordPress
  46. Using WordPress Shortcodes to Place Specific Content on a Page

    PHP
    WordPress
  47. Encode SVG Images into CSS with Python using Base64 Encoding

    CSS
    Python
    SVG
  48. Using WordPress Widgets to Place Specific Content on a Page

    PHP
    WordPress
  49. WordPress Function to Estimate the Time Required to Read an Article

    PHP
    WordPress
  50. Scroll an Element Into View with CSS or Vanilla JavaScript

    CSS
    JavaScript
  51. Manually order a Django queryset to match a predefined list

    Django
    Python
  52. Generate a QR Code with Python

    Python
  53. Remove Meta Data from an Image in Python with PIL

    Python
  54. Adding a Sortable Column to a Models List View in the Django Admin

    Django
    Python
  55. Unit Testing File Objects in Django with SimpleUploadedFile

    Django
    Python
  56. Logging Exceptions with Stracktrace in Python

    Python
  57. Installing Multiple Versions of Python Alongside Each Other on Apple Mac OS X with PyEnv

    Python
  58. Access Django within a Python Script

    Django
    Python
  59. Use Django's settings.TIME_ZONE to create a time zone aware datetime object

    Django
    Python
  60. .gitignore file for WordPress Theme Development

    Git
    WordPress
  61. Using a Python Loop to Output a Complex Iterating Formula for a Spreadsheet for Tracking and Calculating Endurance Athlete Training Load

    Python
    Sport
  62. CSS Cache Busting in WordPress using a query string with a timestamp of the stylesheet lastmod value

    CSS
    WordPress
  63. Cribbage Board App Updates

    Design
  64. Create a Vertically-Even Series of Elements in HTML

    CSS
    JavaScript
  65. Find Twitter Following Users Who Do Not Belong To a List

    Python
  66. Running django_extensions' iPython Notebook from a Vagrant Virtual Machine

    Django
    Python
  67. Test a Reusable Django Application for Support of Multiple Django Releases with Tox and TravisCI

    Django
    Python
  68. Python Deep Copy a List of Lists in Order to Avoid Making Edits to the Original Nested List Object

    Python
  69. Releasing a GitHub-Hosted, GitFlow-Release-Managed, Wheel-Packaged Python Package with a Markdown-formatted Readme to PyPI Using Twine

    Git
    Python
  70. Designing and Developing a Cribbage Board App for Apple's iPhone

    Design
  71. Installing Python 2 and Python 3 Alongside Each Other on Apple Mac OS X with Virtualenv and Virtualenvwrapper

    Python
  72. Setting up a Java Development Environment for Android Studio on Apple Mac OS X Yosemite

    Android