Category "Kode"

Implementing JQuery Input Masking

- - Kode

Welcome to another KodeSmart tutorial. If you would like to see a special how to tutorial on any Software or Programming topic please drop us a comment in the form below. Today we take a look at Implementing JQuery Input Masking on html fields. JQuery Input Masking refers to using...

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...