I wrote a script to archive all of the images in the client’s CMS if they were older than a certain date. I also wrote a script that would find all of the client’s active images used throughout the site and set up a report with specific relevant information requested by the client about each image.

While some of the code in this extensive script to find and report on all of the images was reused from existing scripts, this had to be tailored to the unique settings and needs of this client. In addition to performing the task required, I also ensured that the data was presented in a clear, easily-readable format, including, for example, things such as MM-DD-YYY date formatting rather than UTC formatting.

Leave a comment