Skip to content

write

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

Tag: Web Dev

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 30, 2019

Comparing speed for 3 PHP save image methods

Testing the speed with 3 methods to save or download an image in PHP, each method was run twice and then the average time was used with the output filename…

January 27, 2019

PHP Imagick JPG compression quality 1 to 100

Comparing Imagick a PHP image plugin JPG image file compression from 1 (lowest) through to 100. The original image was 1MB and the code used to do this test was:…

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 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 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 18, 2018

PHP 7.0 vs 7.3 vs 7.4 Dev benchmarks

Thanks to this post by SteveMC at Lowendtalk PHP versions were benchmarked using php-benchmark-script.com On a reported Intel i3 3240 – 8GB ram, from version 7.0 through to the latest…

December 11, 2018

Resize an image in Vanilla PHP

Here is a way to resize images in PHP without needing a framework like ImageMagick or GD The below code is derived from here. With the function resize_image taking into…

December 3, 2018

A simple responsive image grid

Simple and fully responsive, this image grid includes a text overlay to put the image title. Made to have minimal white space it is a perfect template for a gallery…

November 30, 2018

How to view localhost on iPhone

Here is how to view the local host of your network on another device. You may be running XAMPP on your computer and want to check it out from a…

Posts pagination

« Previous 1 … 23 24 25 … 36 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...