Skip to content

write

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

Tag: How to

August 10, 2018

Adding subdomain to an ip address

Here is how to point a subdomain to an ip address using an A record in  your DNS manager. A subdomain is a part of your main domain…. lets say…

July 31, 2018

Random image on page load with HTML and PHP

Here is a quick and very easy way to select and display a random image each time the page is loaded. Store the image links in an array and with…

July 27, 2018

Caching a MySQL HTML table with PHP

MySQL and PHP, the perfect match right?! Well close enough, anyway displaying a table with data from a MySQL database is a common task for a web developer. It’s easily…

July 23, 2018

Defining color variables in CSS

CSS can at times become confusing or hard to work in and edit, especially color codes. A well designed website will have similar color codes due to shading and lighter…

July 21, 2018

Taking a screenshot with FFmpeg

To take a screenshot or save a frame as an image with FFmpeg here is the basic command: ffmpeg -ss 01:10:35 -i invideo.mp4 -vframes 1 -q:v 3 screenshot.jpg -ss is…

July 19, 2018

Inspect a CSS hover element in chrome dev tools

Here is how to view the CSS hover state for an element with the Chrome developer tools and element selector. Once in Google Chrome and at your webpage, Open the…

July 18, 2018

Installing Windows 10 Pro ISO with Virtio on Vultr

This is a quick and easy guide on uploading and installing a Windows 10 Pro iso with Vultr cheaply. Vultr is a trusted and reliable cloud computing business with a…

July 16, 2018

How to add a tab icon in html

The little icon that sits before the tab title text is called a favicon. A favicon can be in png or ico format, with png being supported by all browsers…

July 14, 2018

MYSQL get Max and Min for each day

To get the Max and Min value of a column for each day in MYSQL with a WHERE clause: SELECT DATE(t.datetimecol), MAX(t.col1), MIN(t.col2) FROM TABLENAME t WHERE id = 1…

July 12, 2018

Chart.js with PHP and MYSQL

Posts pagination

« Previous 1 … 33 34 35 … 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...