Skip to content

write

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

Category: Development

February 25, 2019

Dont put your code snippet as an image

Code snippets no matter the placement as seen as a guide, answer or ways to do something. From a blog to a website, Gist they serve the same purpose. Code…

February 23, 2019

Another PHP simple DOM selection

I have touched on PHP Simple HTML DOM parser before, its useful to grab data from websites where no API is available. It’s actually one of the many methods.. such…

February 21, 2019

MySQL COUNT where COUNT greater than

Using MySQL COUNT with GROUP BY gives the total occurrence of each value in the database as determined with what is Grouped by. See here or here for more information….

February 20, 2019

Updating PHP version with XAMPP

Here is how to easily and successfully upgrade PHP version in XAMPP for windows. It can be done with any XAMPP PHP version of your choice. I upgraded to PHP…

February 11, 2019

Storing and reading a JSON file in MySQL with PHP

Storing values from a json output into a database is a common occurence, but storing the whole json call into a column not so much. Traditionally it is more efficient…

February 9, 2019

FFmpeg choosing stream to download

With most online streams, decent ones at least you can choose the quality. The stream quality is mostly bit rate and resolution based. Lowering the resolution means you can lower…

February 7, 2019

Creating a dynamic captcha image with PHP

Sick of my contact form being used as an express way for spammers i set about to make a solution to end the spam to which i was surprised still…

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…

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…

Posts pagination

« Previous 1 … 38 39 40 … 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...