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
20th May 2020 • David Carr Reversing and Re-ordering ol items in HTML I've just learned you can alter HTML ol items. You can reserver the order and change the startin... 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
11th Feb 2016 • David Carr Using Notifications API combined with page visibility API HTML 5 has some great API’s one of which is the notifications api which lets you set browser n... Read more
29th Jan 2016 • David Carr HTML 5 Submit form - multiple actions with formaction When working with forms there are often times it would be really handy to be able to submit the form... 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
24th Oct 2015 • David Carr iframe set height to 100% Iframes are useful to loading external pages into an existing page and avoiding any style conflicts,... 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
11th Jun 2014 • David Carr HTML5 support for older browsers Sitepoint released a great post today HTML5 Forms: The Markup it explains the various inpu... Read more
25th Oct 2012 • David Carr Easily make your tables responsive with JS/CSS I'm in the middle of building a responsive CRM when I realised it all works great except for the... Read more
23rd Oct 2012 • David Carr Avoiding pageshift by forcing a scrollbar with CSS Page shifting when moving from page to page? chances are its a scrollbar issue this quick tip will s... Read more
5th May 2011 • David Carr Sticky Forms with PHP Ever submitted a form and not filled in all the field only to have to fill them all in again? This t... Read more