Skip to content

write

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

Talent is a pursed interest

  Talent is a pursed interest. In other words anything that you’re willing to practice you can do. – Bob Ross

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

The 2018 MacBook Pro refresh

The tldr: High priced, decently spec’d with no obvious keyboard fix. In all seriousness the base line has a six core i-7 on the 15″ and four core i-5 on…

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…

July 9, 2018

Viewing your YouTube subscribed last upload in PHP

I knocked together some PHP code using the YouTube API  to simply fetch my YouTube subscribed to channels and list the hours/days/weeks/months since last upload. You can find the code…

July 8, 2018

How to do a CSS text Distortion

Here is a method to do a distortion or glitch effect to text in CSS. This is done through the use of CSS web kit animation and key frames. The…

July 7, 2018

More CPU cores or speed; Which is better?

To find out if more cores is better than more speed is going to depend on the tasks you’re doing, there is no direct answer because they both have advantages….

July 6, 2018

How to make video size smaller with FFmpeg

If you want to make your video file that bit smaller whilst retaining its quality here is how with FFmpeg. Be aware that compressing video uses a lot of CPU….

Posts pagination

« Previous 1 … 82 83 84 … 116 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...