Author Archives: Mike G.

Getting Around Entering a SSL Passphrase when Restarting Apache

Reloading the Apache httpd gracefully by reloading configs only. This is hella useful if your server has SSL VHosts with passwords that you don’t know. Continue reading

Posted in Misc | Leave a comment

Batch Update All Your Vendor Repositories

Use this simple script to automate updating all your vendor repositories. Continue reading

Posted in Bash | Leave a comment

DOM Monster

Amy Hoy and Thomas Fuchs have teamed up together again to bring another excellent tool for JavaScript developers: The DOM Monster Bookmarklet. This is an interesting approach to JavaScript performance that analyzes the DOM to report potential optimization points. It’s … Continue reading

Posted in JavaScript | Leave a comment

Amen.

I couldn’t agree more.  

Posted in Misc | Leave a comment

Beanstalk Does Version Control for Designers

The Beanstalk guys are starting to expand into the design arena with their latest feature announcement for Design Preview. The idea reminds me a lot of the 2-up or 4-up view in the Save for Web dialog in Photoshop, except … Continue reading

Posted in Bookmarks | Leave a comment

Commerce Bug has changed my life.

I’m not one to endorse products here, but I do think this is a pretty good link to share for my fellow Magento developers. Commerce Bug is the must have Magento debugging extensions for developers, designers, and store managers. It’s … Continue reading

Posted in Magento | Leave a comment

Mozilla’s School of Webcraft

There are so many awesome things about Mozilla’s School of Webcraft – being 100% free certainly puts it in a top ten list. Classes will be between six and 10 weeks long; they’ll revolve around topics relevant to web designers … Continue reading

Posted in Bookmarks | Leave a comment

Gawker: How not to handle a security breach

Gawker. Poor bastards. Hopefully this is a good lesson to all the other arrogant pricks on the web. Opinions aside, I think this is a textbook example of how not to handle a serious breach. The Real Lessons Of Gawker’s … Continue reading

Posted in Misc | Leave a comment

How to enable admin_ prefixed actions in Lithium

For all the former Cake folks in the audience considering a Lithium migration, you’ll appreciate this gist to enable “admin_” prefixed controller actions. The first step is to create a rule in your action bootstrap. Don’t worry, it sounds more complicated … Continue reading

Posted in Lithium | Leave a comment

How to Save a File in GridFS with Lithium

Check it: gist: 628541 – How to save a file using MongoDB’s GridFS in Lithium- GitHub. I just saved my first GridFS file using Lithium. I’m sure there’s a much better way of doing this outside of my controller using filters, … Continue reading

Posted in Lithium | 2 Comments