Notebook.
Here is a collection of projects I've worked on which includes open source, learning projects and code snippets.
More coming soon!
-
qFormValidate: A simple form validation and helper built in TypeScript
qFormValidate is a simple javascript form validation script that can be dropped into your form pages which adds simple validation user helpers straight out of the box.
-
SmushIt: A MODX extra for optimising images
This MODX extra tries to optimise and compress PNG and JPEG images for better performance using the resmush.it API. This will help with Google Page Speed and can reduce image sizes by up to 70%.
-
TwitterX: A MODX extra for Twitter feeds
Since Twitter has now changed to enforce authentication, this new MODX extra loads Twitter statuses and timelines by using the new (and very annoying) Twitter 1.1 API. You will need to create a Twitter app and get the keys and tokens and this extra will do the rest.
-
TableOfContentsX: A MODX extra for generating a table of contents
This extra takes your MODX content and creates an ordered list Table of Contents based on the h1, h2, h3, h4, h5 and h6 tags.