Tag Archive | "folder"

How To Batch Unzip A Series of Sequential Zip Files In Mac OSX

Wednesday, February 24, 2010

3 Comments

I recently got a bunch of zip files, some sequential (X1.zip, X2.zip, etc), and others not. The thing is, they number in the hundreds, and most contain RAR files within them, and simply extracting each one won’t do. I had to find an automated way to unzip all the zip files, and the utility that [...]

Continue reading...

How To Enable Macros With A Password-Protected Workbook in Microsoft Excel 2007

Wednesday, August 5, 2009

12 Comments

Well, guess what, you can’t. Microsoft Office 2007. A brand new way to create frustration in your life. I was trying to create a macro in Microsoft Excel 2007 and nearly tore out my hair. The thing with macros in Excel 2003 was that it was relatively easy to accomplish, but it’s a whole different [...]

Continue reading...

Edit .htaccess to increase PHP’s max file upload

Tuesday, April 8, 2008

9 Comments

To increase the upload file size limit on your website, you need to edit PHP’s configuration settings. Unfortunately, not everyone has their own web server, so most of the time people are constrained by the limits of shared hosting. But you can still modify your base php.ini file by creating your own php.ini with the [...]

Continue reading...