Loading...
Stripe API format invoices totals

Stripe API format invoices totals

Currency comes out of Stripe with pence / cents on it’s own can be problematic to format....

David Carr

1 min read -

Stripe API loop over subscription plans

Stripe API loop over subscription plans

Have subscription plans setup on Stripe? this post will guide you on using Stripe’s API to...

David Carr

1 min read -

Getting Stripe API setup with Nova Framework

Getting Stripe API setup with Nova Framework

This post will guide you on using Stripe’s API with Nova Framework Install Stripe’s PHP l...

David Carr

1 min read -

Stripe API subscribing new and existing Stripe customers

Stripe API subscribing new and existing Stripe customers

This post will cover how to subscribe new customers and existing customers to a subscripti...

David Carr

2 min read -

Stripe API Cancel Subscription

Stripe API Cancel Subscription

When canceling a subscription, there are 2 options to use.  I’m using Nova Framework not...

David Carr

1 min read -

Stripe API validate a subscription plan exists

Stripe API validate a subscription plan exists

Before using a plan it's a good idea to make sure it exists in Stripe, this post will cove...

David Carr

1 min read -

Calculate gross profit and gross margin javascript calculator

Calculate gross profit and gross margin javascript calculator

In this tutorial, I’m building a calculator that works out the gross profit percent, gross...

David Carr

3 min read -

New course on Nova Framework building a blog module

New course on Nova Framework building a blog module

Today I’ve started a new video course on Nova Framework that teaches you how to build a bl...

David Carr

1 min read -

Look up domains whois/dns using terminal

Look up domains whois/dns using terminal

Terminal is really powerful, I’m often looking up who owns a domain or what IP address a d...

David Carr

1 min read -

Nova Framework - Code Snippets

Nova Framework - Code Snippets

Nova Framework now has a Code Snippet section to allow anyone to share Nova specific code...

David Carr

1 min read -

Firefox adds support for preload attribute

Firefox adds support for preload attribute

Today Firefox announced support for preload will be added to today’s build of Firefox....

David Carr

1 min read -

Disable caching whilst using Chrome developer tools

Disable caching whilst using Chrome developer tools

Google Chrome will cache asset files such as js and css files that’s normally helpful when...

David Carr

1 min read -

Mariabdb Avoid Invalid datetime format: when date is empty

Mariabdb Avoid Invalid datetime format: when date is empty

When inserting records any columns with a datatype set to date which are empty will genera...

David Carr

1 min read -

Laravel 5.4 toggle sidebar state with AdminLte using Ajax and Sessions

Laravel 5.4 toggle sidebar state with AdminLte using Ajax and Sessions

AdminLte is a great Admin theme, one feature that’s really good is being able to toggle th...

David Carr

2 min read -

Laravel 5.4 access auth in constructor using middleware

Laravel 5.4 access auth in constructor using middleware

There are times it’s useful to be able to access the auth system in a construct method. Yo...

David Carr

1 min read -

GIT alias shortcuts in terminal

GIT alias shortcuts in terminal

Using GIT frequently typing the full git commands every time quickly becomes tedious, than...

David Carr

1 min read -

PHP read file from network drive

PHP read file from network drive

I’m working on a local hosted project where php needs to read a text file that’s stored on...

David Carr

1 min read -

CodePenHull Meet Up April Review

CodePenHull Meet Up April Review

Last night I attended the 2nd CodePenHull meetup for web developers and designers, along w...

David Carr

4 min read -