Doing Things Wrong

WordPress is a PIG

Well, it's that time of year again, time to renew the web hosting. And for those of you that don't know, that has become a lot more expensive than it used to be. Fifty dollars a year is now several hundred. Not to mention the price of domain names has gone up ten-fold.

And I just found out that the nice folks at PayPal disabled all my Support buttons, and I never got a notice (although that may be my fault.) In any case, it is all working again now, so if you would like to make a small donation to help defray these costs, it would be greatly appreciated.

WordPress image handling is completely insane, and they don't ask and they don't give you a choice. Not only does it idiotically generate image titles from EXIF data ( usually the camera name! ) but it generates masses of extra files, wasting disk space, clogging up the server, and making any sort of manual image management near-impossible. What a behind-the-scenes disaster.

I had written some code into my theme to stop at least some of this madness, but the new version of WordPress apparently found a way around it. So I re-wrote it, and attached it to the back-end on every admin page load. Fight that, you PIG !!!

All I want is the original image file at whatever size I see fit to upload it, and an uncropped thumbnail that fits in 200x200 box for the media library. This makes the media library nice and snappy, but still gives a useful display of each image. Anything else WordPress wants to do is GARBAGE.


I recently set up a new account on Bluehost to set up another website using my simple framework on WordPress. Simple is developing into something far more powerful than I originally intended.

This site is grafted onto an account that is over 10 years old now. After working with the new account a while, I began to see differences between the old and the new. Specifically, the new account was subject to server caching of php pages. This can be quite maddening for a developer, as your changes just don't show up, at least not until the cache gets stale and refreshes.

Printed from luthierylabs.com