15th Jul 2016 • David Carr Installing php 7 on Mac Setting up a mac to run php 7 instead of the default php 5.5. Read more
10th Jul 2016 • David Carr PHP 5.5 is now end of live, upgrade to 5.6 or higher. As of the 10th July 2016 php 5.5 is officially end of life, as a result it should not be used a... Read more
2nd Jul 2016 • David Carr Developers Resources The following is collection of useful developer resources. 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
29th Jun 2016 • David Carr Hide form elements easily with conditionize.js When working with forms it’s common to hide or show form elements based on a condition, this i... Read more
17th Jun 2016 • David Carr Mac: Wrap any website to a desktop app using Fluid I’ve been thinking recently that it would be really nice be able to have a website wrapped as... 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
11th May 2016 • David Carr Github announces unlimited private repositories Today Github has announced private repo’s are now unlimited for upgraded accounts, for organis... Read more
16th Apr 2016 • David Carr Gitlab download private repository as tar.gz with php Gitlab is a great alternative to Github or BitBucket, they offer free private and public repositorie... Read more
6th Apr 2016 • David Carr Bash loop through files and FTP them I have a folder of csv files that need uploading to a server I don’t want to do it manually, B... Read more
28th Mar 2016 • David Carr Nova 3.0 released I’m really happy to announce version 3.0 has been released of Nova Framework, (Nova is the new... Read more
23rd Mar 2016 • David Carr 5 free beautiful bootstrap themes Wow themes have recently released these 5 great themes perfect for your next project. Read more
11th Feb 2016 • David Carr What I'm looking forward to at next weeks PHP UK Conference PHP UK Conference is next week, I went last year, had an amazing time and learn’t a lot the ma... 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