Create iOS like page using Powershell
Summary: I was simply bored w/ the standard directory listing provided by IIS and was inspired by a page I saw. I decided to make one modeled after that one and automatically generated using PowerShell. I added some tooltips and text below the images while I was at it. I run this script now every 5 minutes on my server to have something pretty to look at before going to my ugly reports . Anyway you can view a live example here: http://techexamples.zsoldier.com I filled up the directory w/ copies of one html file just to show what page looks like when there are lots of html files. Here is the Powershell script: http://techexamples.zsoldier.com/Create-HTMLDefaultDirectoryPage.ps1 I utilized CSS for all images. My next steps when I get time are to: Extract <title> tags from the html files in the directory and have them inserted into the tooltip. Preview the target report via a screenshot and place into the tooltip. Extract the apple-touch-ico...