All Articles Kinsa Creative
  1. Django Middleware To Temporarily Redirect Every URL Except For One Single Page

    Django
    Python
  2. Minify and Concatenate JavaScript with Gulp

    JavaScript
  3. CSS to Allow Overflow-X and Hide the Scrollbar without Triggering Backwards Navigation on Swipe Left

    CSS
  4. Rename a Git Branch on BitBucket or GitHub

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

    Python
  6. Compile Sass on Save with Gulp Watch

    CSS
    JavaScript
  7. Generate Web Icons in Python with PIL

    Python
  8. Run JavaScript After the DOM Content Has Loaded

    JavaScript
  9. Only Enqueue Styles and Scripts for a WordPress Shortcode If That Shortcode Has Been Used in the Post Being Viewed

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

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

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

    WordPress
  13. WordPress Function to Estimate the Time Required to Read an Article

    WordPress
  14. Scroll an Element Into View with Vanilla JavaScript

    JavaScript
  15. Manually order a Django queryset to match a predefined list

    Django
    Python
  16. Generate a QR Code with Python

    Python
  17. Installing Tubeless Tires Perfectly (Nearly) Every Time

    Sport
  18. Remove Meta Data from an Image in Python with PIL

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

    Django
    Python
  20. Enough French to follow the Tour de France

    Sport
  21. Unit Testing File Objects in Django with SimpleUploadedFile

    Django
    Python
  22. Logging Exceptions with Stracktrace in Python

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

    Python
  24. Access Django within a Python Script

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

    Django
    Python
  26. .gitignore file for WordPress Theme Development

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

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

    CSS
    WordPress
  29. Cribbage Board App Updates

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

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

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

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

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

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

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

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

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

    Android