I needed to change file extensions for a large set of files in multiple directories. This would normally be very tedious, or would require me to download a program that would never use again. Instead, I decided to work some command prompt magic. Here is what I did. I created a batch file with the… Continue reading Renaming Multiple Files in Multiple Subdirectories in Windows
Month: February 2014
Adding Lines Before & After an Element without JavaScript
Ever seen a title with lined before and after to style it? I needed to have lines around my titles for a website I was building, but I wanted them to dynamically resize around the title. Here is an example of what I mean: Title There are tons of ways to do this, but unfortunately,… Continue reading Adding Lines Before & After an Element without JavaScript