Sanitising content before render
I wanted a simple way to sanitise some of the content before it was rendered in Ruby on Rails, when viewing a post with an image in Scribbles. The problem was that any type of...
I wanted a simple way to sanitise some of the content before it was rendered in Ruby on Rails, when viewing a post with an image in Scribbles. The problem was that any type of...
One thing I had to do with all my projects that accept webhook events from my payment provider is to make sure that the incoming request is indeed legitimate. That means, ahead of time, I...
During the Scribbles request cycle, there are multiple checks to see if a domain exists on a given blog, and if so, tweak the URL of certain links and also posts. The problem I had...
One thing I wanted to achieve in Scribbles, and the Tinylytics integration is to dynamically create various query parameter options available with Tinylytics with ease. Right now Scribbles only allows a few options to be...
One strange issue I had on Scribbles, especially with creating a page/post url based on the title, was that sometimes someone would use... wait for it... full-width characters. Huh? What? Yes, I never encountered this......
One things I noticed whilst developing Scribbles is that I needed a quick way to just `normalize` some properties as a blog was saved/updated. Scribbles allows you to set up Tinylytics using the special site...