21st Sep 2016 • David Carr How many KCOM engineers does it take to install Lightstream in one flat? I can’t tell you, so far I’ve counted 6 and yet still my property is yet to be connected... Read more
26th Jul 2016 • David Carr PHP reverse date using strtotime I use datepickers a lot in my projects the date’s default to the American YYYY-MM-DD format so... Read more
23rd Jul 2016 • David Carr Changing default mysql password for MySQL 5.7 on a Mac Today’s I’ve reinstalled my os and decided to install mysql in terminal I didn’t m... Read more
18th Jul 2016 • David Carr Open current terminal directory in Sublime Text Being able to open the current directory from terminal in Sublime Text is very useful, I’ve se... Read more
15th Jul 2016 • David Carr Installing Laravel installer globally on Mac Laravel comes with a handy command line installer, once installed can be ran anywhere from terminal... Read more
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