My Blog

Grate Post – a simple rating system for posts

Grate Post – a simple rating system for posts

Grate Post is a simple rating system for posts, pages or custom post types.  Code is available at  https://github.com/lienhard/grate-post If the user is logged in, it'll track using their user ID.  If not logged in, it'll track using the php function uniqueid() saved...

read more
Sending email using Sendgrid Dynamic Templates

Sending email using Sendgrid Dynamic Templates

I had been using sendgrid to send emails for quite some time.  I noticed sendgrid now had a new API, version 3, and it uses dynamic templates. I decided to use the newer dynamic templates, but struggled somewhat getting the API to work. I created a PHP wrapper...

read more