Results for: "AI"

Contents (943)

Php: How to extend the highlight_string function
Php: How to extend the highlight_string function

PHP has a cool function that automatically highlights PHP code called highlight_string(); Theoretically this could be used to roll your…

read more
CSS Media Queries for iPad and iPhones
CSS Media Queries for iPad and iPhones

Many times We have had to design responsive websites targeting specific devices with…

read more
How to Disable Strict SQL Mode in MySQL 5.7 and Ubuntu 16.04
How to Disable Strict SQL Mode in MySQL 5.7 and Ubuntu 16.04

If your app was written for older versions of MySQL and is not compatible with strict SQL mode in MySQL…

read more
How to install and setup Varnish in Ubuntu 16.04
How to install and setup Varnish in Ubuntu 16.04

One of the problems with running a site with many users is that the constant requests for dynamic content can…

read more
Getting started with Node.Js
Getting started with Node.Js

Node.js is a JavaScript runtime environment (hence its .js termination in reference to the JavaScript language). This real-time runtime environment…

read more