Category "Kode"

Upgrading MariaDB 5.5 to 10.2 on CentOS 7

- - Kode

MariaDB as you may have already known is a community developed branch of popular opensource database engine MySQL. Since it’s inception MariaDB has swiftly surpassed most of its rivals and is now one of the most popular and actively maintained opensource database engines available. MariaDB offers all the features you...

Using PHP CURL to communicate with REST based APIs

- - Kode

With the growing popularity of REST based API’s, it is very important for web developers to be able to quickly integrate and establish secure communication channels between apps. One very clean and efficient way to pass requests to any REST based API is through PHP’s CURL functon. Let’s look at...

Free Image Compression Tool – Caesium

- - Kode

Ever needed to compress a wack of images in a flash? This was usually a pain for me for a very long time until I discovered a light-weight free tool called Caesium. Caesium is an Image Compressor tool with a simple yet effective user interface. Portable (Download) | Installer (Download)...

Exporting HTML / PHP Data to Excel

- - Kode

Downloading data from PHP or HTML into an Excel spreadsheet is quite important for most web projects but can be a little tricky. This article provides 3 techniques for parsing html/php data to excel(csv). The first method involves Exporting to CSV using jQuery and html, the second introduces a php...

Uinx Command – Archive ALL Files Except…

- - Kode

Creating a tarball of the files on your server is a quick and easy way of completing a backup. The only issue is that in a real world scenario there’s always some file types or directories which you really don’t wish to backup be it space concern or otherwise. Skip...

SpeedyMailer Embeddable PHP Mass Mailing App

- - Kode

Using Swiftmailer, Tinymce and Semantic UI framework to create an embeddable, feature rich mass mailing app. Speedy Mailer adds a sleek easy to use User Interface to swiftmailer. Speedymailer Demo DEMO DOWNLOAD The Interface Speedymailer Class (speedy.class.php) The Speedymailer class uses the PHP Swiftmailer library to send emails. require_once 'swiftmailer/lib/swift_required.php';...