Skip to content

write

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

Category: Development

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

PhpStorm Tips in Gifs; Handy!

I came across PhpStorm Tips when browsing medium and I wanna speak about it with two parts. The first part is how handy it is for PHPstorm users to check…

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 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

July 11, 2018

Now is an excellent time to use Vultr

Vultr recently announced that for new users it will match dollar for dollar in credits. If you put $40 onto your Vultr account you will now have $80 to use,…

July 10, 2018

Formatting and handling date time in PHP

Handling and formatting dates and times in PHP is quite common, that’s why PHP has a mass of inbuilt functions to use here is the list. In this post are…

Posts pagination

« Previous 1 … 44 45 46 … 57 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...