8th Jun 2024 • David Carr How to toggle a mobile menu with Tailwind and AlpineJS Making a mobile and desktop menu is something that is super simple to do with Tailwind and AlpineJS.... Read more
7th Sep 2021 • Dan Sherwood Filter FullCalendar and DataTables This guide will provide an outline on integrating a set of input filters with an instance of FullCal... Read more
13th Mar 2021 • David Carr Import SweetAlert2 into Laravel with NPM SweetAlert2 is a great package for user-friendly alerts, normally I install by adding in script tags... Read more
12th Mar 2020 • David Carr Latitude and Longitude with Google Maps Google Maps allows using its service to get map coordinates.... Read more
31st Jan 2019 • David Carr Dealing with posting large number of checkboxes When you have a form with lots of checkboxes, you may hit a limit to how many you can post. I had th... Read more
8th Feb 2018 • Dan Sherwood A Brief Introduction to Gulp Gulp is a frontend task manager. In the simplest of terms, it is a tool which saves you from perform... Read more
19th Dec 2017 • David Carr jQuery autocomplete on new element jQuery’s autocomplete plugin is perfect for filling in forms with suggestions as you type in a... Read more
1st Aug 2017 • David Carr Calculate gross profit and gross margin javascript calculator In this tutorial, I’m building a calculator that works out the gross profit percent, gross mar... Read more
30th Jun 2016 • David Carr Fixed header on scroll A common web trend is to allow a static header stick to the top of the page when scrolling the page.... Read more
17th May 2016 • David Carr Autoscroll page with jQuery There are times when it’s really useful for a webpage to scroll up and down automatically. For... Read more
15th May 2016 • David Carr How to submit a form with JavaScript by clicking a link When working with forms, to submit them input type=’submit’ or button type=’submit... Read more
25th Oct 2015 • David Carr Dynamically set iframe properties with jQuery Using jQuery it’s possible to pass properties to set the src, width and height of an iframe fr... Read more
22nd Aug 2015 • David Carr Duplicate form sections with jQuery When working with forms it can be incredibly useful to duplicate parts of the form, for instance whe... Read more
12th Apr 2015 • David Carr Speed up your website using minify One of the factors to consider when improving your search engine ranking is page speed. Reducing the... Read more
2nd Apr 2015 • David Carr Add hour to datetimepicker When working with dates and forms I like to use datepickers, these allow the users to use a calendar... Read more