Responsive Sitemap with HTML + CSS using Flexbox and CSS Variable
From my old post: create a sitemap with HTML + CSS which uses the old CSS technique like float and uses images to draw lines. But now we have fle...
From my old post: create a sitemap with HTML + CSS which uses the old CSS technique like float and uses images to draw lines. But now we have fle...
When we install Nginx by manually make and install from source, if the server restart Nginx will not launch automatically. In order to do so, we’ll need t...
This post describe how to deploy a Video On Demand Streaming server. Using Kaltura’s nginx vod module which can stream video file (mp4) to many other wrapper su...
sSMTP is a program which help deliver and email from a linux machine via external email server using SMTP protocol. The program is useful for a machine or serve...
Add references from posts, urls, and books into your post. Featured Google Books Search, Book Preview and Amazon Affiliate link.
From my old blog Extract data from google analytic with PHP which allow you to extract data from Google Analytics to use on your website. In this post we...
PHP class to extract data from Google Analytics using: PHP cURL to connect to Google Analytics Data Extract API PHP DOMDocument to parse XML Google Graph API to...