Loading...
Cpanel create emails with php

Cpanel create emails with php

Here’s a easy way to create new email addresses for Cpanel using PHP. I recently needed th...

David Carr

2 min read -

SitePoint's Best PHP Framework 2015 Survey

SitePoint's Best PHP Framework 2015 Survey

My framework Simple MVC Framework is in SitePoint’s Best PHP Framework 2015 Survey! Take...

David Carr

1 min read -

Create PDF with form data

Create PDF with form data

It’s possible to populate a PDF using information provided by a form using the MPDF librar...

David Carr

3 min read -

Beginner Guides

Beginner Guides

The following is a collection of useful starter guides and tutorials. Beginner Guides...

David Carr

2 min read -

How to backup and restore a MySQL Database

How to backup and restore a MySQL Database

I was recently asked how do backup and restore a database. As with most things in programm...

David Carr

2 min read -

Using filters with Heidisql

Using filters with Heidisql

This week I've been using a Windows machine to that end I needed to use a MySQL client I p...

David Carr

2 min read -

A week without my Mac

A week without my Mac

Recently the battery on my Mac has deteriorated a lot, to the point where it lasts only an...

David Carr

2 min read -

Vivaldi - Taking the new browser for a spin

Vivaldi - Taking the new browser for a spin

Started using the new web browser, here’s a few observations, nice features and things tha...

David Carr

3 min read -

Vivaldi a new browser from Ex-Opera CEO Jon von Tetzchner

Vivaldi a new browser from Ex-Opera CEO Jon von Tetzchner

Today a brand new web browser has been relased named Vivaldi https://vivaldi.com/ currentl...

David Carr

1 min read -

Weekly tech newsletters

Weekly tech newsletters

Keeping to up date with the tech industry is hard work, every week new libraries, tools an...

David Carr

1 min read -

Mini Course - Build a blog with Simple MVC Framework

Mini Course - Build a blog with Simple MVC Framework

I recently recorded a 6 part series on creating a blog using Simple MVC Framework This ser...

David Carr

1 min read -

5 Free Bootstrap Responsive Templates on Themifycloud

5 Free Bootstrap Responsive Templates on Themifycloud

In this article we have gathered 5 Bootstrap 3 layouts for you to unreservedly use in your...

David Carr

1 min read -

Upload multiple files with a single input with HTML 5 and PHP

Upload multiple files with a single input with HTML 5 and PHP

HTML 5 makes it possible to upload multiple files using a single input thanks for a new mu...

David Carr

2 min read -

Select previous and next rows in MySQL

Select previous and next rows in MySQL

Selecting previous and next rows based on the current row is a common task in most web app...

David Carr

1 min read -

My TOP Sublime Text plugins

My TOP Sublime Text plugins

My favourite editor is Sublime Text I've tried other editors, no other editor can complete...

David Carr

4 min read -

Backup to Dropbox with PHP

Backup to Dropbox with PHP

Recently I've been looking into Dropbox's API so I decided to have a go at building an app...

David Carr

6 min read -

Running mysqldump with PHP

Running mysqldump with PHP

Every project should have regular backups. Writing database tables to a file using PHP whi...

David Carr

1 min read -

Using closures and $this within a class with PHP

Using closures and $this within a class with PHP

Closures are really useful, especially for creating plugins when a full blown controller i...

David Carr

2 min read -