Notebook.
IDEAS/workScrapbook
Here's a collection of the things I've been working on recently gathered together in my online notebook.
This page is work in progress, please ignore the mess.
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
Whilst working on a client's site we needed a way of generating a Table of Contents based on the content the client had entered. As the content changed often we didn't want to have to manually update the table.