A Product of Kinsa Creative
  1. Colorize an SVG icon with the CSS filter parameter

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

    PHP
    WordPress
  3. Keyboard accessible navigation for a search result listbox

    JavaScript
  4. Manipulate the DOM from React using useRef

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

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

    JavaScript
    React
  7. Handling CSV Files in PHP

    PHP
    WordPress
  8. Querying WordPress Taxonomy Terms

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

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

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

    JavaScript
  12. Embed Video in HTML

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

    CSS
  14. React Modal Window

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

    JavaScript
  16. WebP Images

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

    JavaScript
  18. Sass, CSS and JS with Gulp

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

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

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

    CSS
  22. Rename a Git Branch on BitBucket or GitHub

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

    Python
  24. Generate Web Icons in Python with PIL

    Python
  25. Run JavaScript After the DOM Content Has Loaded

    JavaScript
  26. Selectively Enqueue Styles and Scripts in WordPress

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

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

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

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

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

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

    Django
    Python
  33. Generate a QR Code with Python

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

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

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

    Django
    Python
  37. Logging Exceptions with Stracktrace in Python

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

    Python
  39. Access Django within a Python Script

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

    Django
    Python
  41. .gitignore file for WordPress Theme Development

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

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

    CSS
    WordPress
  44. Cribbage Board App Updates

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

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

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

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

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

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

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

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

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

    Android