A Product of Kinsa Creative
  1. A/B or Multivariate Testing a Design in WordPress Using an ACF Field as a Manual Trigger

    PHP
    WordPress
  2. Custom SVG Separator for YoastSEO Breadcrumbs

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

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

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

    CSS
  6. Logging Errors in Wordpress

    PHP
    WordPress
  7. Colorize an SVG Icon with Path Fill

    CSS
    Design
    SVG
  8. Equal Width Columns with CSS Grid

    CSS
  9. Creating Custom Gutenberg Blocks for WordPress

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

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

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

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

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

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

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

    JavaScript
  17. Manipulate the DOM from React using useRef

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

    JavaScript
    React
  19. Set a class name in React based on a button value

    JavaScript
    React
  20. Handling CSV Files in PHP

    PHP
    WordPress
  21. Querying WordPress Taxonomy Terms

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

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

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

    JavaScript
  25. Embed Video in HTML

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

    CSS
  27. React Modal Window

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

    JavaScript
  29. WebP Images

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

    JavaScript
  31. Sass, CSS and JS with Gulp

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

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

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

    CSS
  35. Rename a Git Branch on BitBucket or GitHub

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

    Python
  37. Generate Web Icons in Python with PIL

    Python
  38. Run JavaScript After the DOM Content Has Loaded

    JavaScript
  39. Selectively Enqueue Styles and Scripts in WordPress

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

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

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

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

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

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

    Django
    Python
  46. Generate a QR Code with Python

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

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

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

    Django
    Python
  50. Logging Exceptions with Stracktrace in Python

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

    Python
  52. Access Django within a Python Script

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

    Django
    Python
  54. .gitignore file for WordPress Theme Development

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

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

    CSS
    WordPress
  57. Cribbage Board App Updates

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

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

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

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

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

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

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

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

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

    Android