Skip to content

write

Writing about interests; Web, Dev, SEO, Marketing and more!
Menu
  • Home
  • Contact

Tag: How to

February 6, 2019

Full install and setup of Apache, PHP, MySQL, SSL and FTP Ubuntu 18.10

How to install a full web server setup on Ubuntu 18.10 x64. This will also work on other versions of Ubuntu such as 18.04 and 16.04 x64. Installing Apache with…

February 4, 2019

How to have a batch file to mass check ping locations

Here is a simple ping command in a batch file that allows you to add servers/addresses to ping and it will return the ping time for all at once. An…

January 31, 2019

MySQL count for multiple conditions

MySQL COUNT allows you to count rows in your MySQL database, a useful way to use this is to apply a condition like: SELECT COUNT(*) FROM invoices WHERE `paid` =…

January 26, 2019

Measuring page load time with PHP

A simple method to view a PHP pages load time in seconds can be done with the use of microtime(). Microtime when called counts in microseconds, using microtime true makes…

January 4, 2019

Complete SEO guide for images

Having excellent SEO for your images means that not only Google images will index them but it also helps in adding to the overall SEO and value to the page/post…

January 2, 2019

Guide to installing cPanel on CentOS 7

Here is a simple guide to easily install cPanel and WHM on a CentOS 7 VPS. SSH as root into your VPS or server First step is to set your…

January 1, 2019

Getting latest Sub Reddit posts with PHP

Fetching a Sub Reddits latest posts is actually easy, mostly because the Reddit API is free and you don’t need a key. You can do self archiving with PHP and…

December 29, 2018

Batch file to get all images in a directory and copy them

Here is how to search a directory and sub directories to find all images and then copy them to another directory using a simple batch file. Looping through the directory…

December 23, 2018

PHP check if MySQL row found for query

If you want to check if a row will be returned using PHP and MySQL you can use mysqli_num_rows which counts how many rows will be returned from the query….

December 22, 2018

See what browser your website viewers are using with Google Analytics

Viewing your website users web browser, operating system and screen resolution is handy for several reasons. For user experience, Internet explorer for example is well documented to be incompatible with…

Posts pagination

« Previous 1 … 30 31 32 … 37 Next »

Categories

Analytics Business Computing Consumer Creative Development Fitness Gaming Managment Marketing News Photography Random SEO Sport Technology Travel Uncategorized Web Design

Tags

a6500 API App Apple Blog Bootstrap Chart Computing CSS Dev Digital Marketing Drone FFmpeg Hosting How to HTML Internet IOS jQuery JS Lake Eppalock Laravel Linux Marketing Mavic Air 2 Media MYSQL nba Online Store Photography PHP Product development Server Small Business Social Media Sony alpha Ubuntu Video VPS Vultr Web Web design Web Dev Windows server YouTube
 

Loading Comments...