Warning: Attempt to read property "display_name" on bool in /var/www/html/kodesmart/wp-content/themes/beandot/archive.php on line 21
Posts by:

#1 GUIDE TO DRUPAL, WORDPRESS, CSS AND CUSTOM CODING | BEGINNER TO PRO

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

Administering Windows Server 2012 (70-411)

- - Tech Stuff

The Microsoft Certified Solutions Associate (MCSA) certification is geared towards distinguishing technical skills amongst candidates in preparation for distinguished IT careers. Proving your mastery of Windows Server 2012 is the first step to becoming a Microsoft Certified Solutions Expert (MCSE). Getting Started Administering Windows Server 2012 (70-411) is a vital...

Installing and Configuring Windows Server 2012 (70-410)

- - Tech Stuff

The 70-410: Installing and Configuring Windows Server 2012 course is designed to prepare candidates like you for the Microsoft 70-410 exam along with a mix of system administration related functions including installation and configuration of servers, user roles and features and basic networking services. Active Directory administration and group policy...

Hi-Quality PSD Flyer Design Templates

- - Design

Hi-Quality Photoshop (PSD) design templates, the perfect references or starting point for your next flyer, poster or banner design. Bar Flyer Template | Download Music Love Template| Download Tropical Flyer Template| Download Hypnotica Flyer | Download Fight Night Flyer | Download Excess Mondays Template | Download Disco Diva Template |...

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