Answer that question in your head. Better yet write down the answers to these questions.
- What is the purpose of copyright?
- What is the history of copyright?
- Do you know anyone who exchanges copyrighted material over the internet?
- How do you feel about file sharing?
Now watch this video and see how you compare with a few in Chicago…
(Read more)
This is the first half of part 1 of the Uploading section of My WordPress Image Process.
First off, you need place to store your images. I tried the host your own website under the table style without paying the extra to my ISP and just updating the IP address when it changed every month or so. That was more hassle than it was worth. I’m a horrible IT manager. I’m now hosting a bunch of sites on a virtual server and have fantastic paid tech support (MillcreeekSys). This works out because I have a website that brings in come offsetting revenue, so I’m not going it the hole every month. The problem with image hosting there is that there is only 10 GB. With all that i have on my virtual server I had to remove all my originals and re-upload pre-scaled-down version to fit all my images. This way is not a long term solution. Then I heard about S3, Amazon’s Simple Storage Service. There is a flat storage fee and a bandwidth use fee. So for every image you store you’re charged and for every image that is viewed, downloaded or uploaded, you get charged. Sounds expensive!!! Well actually is is amazingly cheap. If you bought a hard drive and kept you photos on it, you’d still end up on the loosing side. Redundancy, unlimited storage, and cheap rates make S3 a great service.
Enough with the hard sale. None of this is any good, unless you have a way to use it with WordPress. Luckily there is a plugin that meshes with the normal uploading that is native to WP. Tan Tan has given us the WordPress S3 plugin. With this plugin you can add images to S# and they will act exactly as they do if they were stored on your personal server or hosted elsewhere. If you need bulk upload. There are a few options but the one that I like the best is a Firefox plugin called S3Fox. Plug it in and bulk upload to S3.
There you have it step one. A place to put your pixels. Next up… Adding on to the basic upload of WordPress. Yes it even works with S3.
I think I finally have the image process for WordPress figured out. It’s been a long time in the making. I’ve been running WordPress since March of ‘04. I’m no blog expert and have very limited PHP and CSS, but I’m apt to try, and try I’ve done. I’ve had 5 or 6 themes that I’ve massaged into doing what I’ve wanted and I’ve been fretting about the images all along. On the latest blog that I’ve done I think it has all gelled. That means it’s time to get it all down so in 6 months when I get around to doing it on my site I’ll still be able to remember what I’ve done and how to do it again.
What I’m trying to accomplish…
Uploading - I want to be able to upload images in bulk or one at a time. If I load them up one at a time I would expect to have the thumbnails made and the image sized. For bulk uploads I would do thumbnails and sizing that before hand.
Storing - I need a way to store my images in all the various sizes that I desire without breaking the bank and breaking into a new tier on my virtual server plan. I want my image storage to act as a supplemental backup for my images as well as serving the sized and thumbnail versions.
Displaying - I want to be able to easily place images in my post where and when I want them. I want these images to be pre styled to float (top right or left), and or contain the correct titles, alternate text, description, etc. I would also like the pre style to allow for lightbox and simple gallery displays. Oh yeah, all of these need to work together.
I use the following tools to get all this done and wanted this to be an all-in-one post, but I doubt that I could ever be so brief, especially with the many plugins and tools that I use. This will have to be done in parts. Here are my tools.
GIMP, Phatch, Flexible Upload, S3, WordPressS3, Iimage Gallery, Random Image, Lightbox 2