Month: March 2017
22 Great WordPress Plugins for Managing Images (Updated)
Running a full WordPress blog can be a tricky business. If you want your blog to look great, then you need a lot of attractive images. Managing all these images can be a chore. Luckily, there are a few WordPress plugins that can greatly aid you in this task. Here are 10 that you might try.
The post 22 Great WordPress Plugins for Managing Images (Updated) appeared first on WPBeginner.
Format Video Length in HH:MM:SS from Command Line
In my experimentation with audio and video manipulation, I’ve found that most tools prefer to handle time in HH:MM:SS (hour:minute:second) format. I always presumed that using seconds would be easier but I’m barely a novice media tool user, much less a tool creator. When I wrote the Create Short Preview from Video post, I calculated the video length in seconds with […]
The post Format Video Length in HH:MM:SS from Command Line appeared first on David Walsh Blog.
How to Create a Local WordPress Site Using XAMPP
Do you want to create a local WordPress site on your computer using XAMPP? Installing WordPress on your computer helps you try out WordPress, test themes / plugins, and learn WordPress development. In this article, we will show you how to create a local WordPress… Read More »
The post How to Create a Local WordPress Site Using XAMPP appeared first on WPBeginner.
Scrape Images with wget
The desire to download all images or video on the page has been around since the beginning of the internet. Twenty years ago I would accomplish this task with a python script I downloaded. I then moved on to browser extensions for this task, then started using a PhearJS Node.js JavaScript utility to scrape images. All […]
The post Scrape Images with wget appeared first on David Walsh Blog.