Broadstreet Blog

I am loading an online store with several hundred product images. Unfortunately, all images in the vendor's catalog CD is all in tif format. The images are huge and need to be converted to JPG. ProStores does not allow you to upload tif for product images, and now that I know how huge they are I wouldn't want to anyway. I went to download.com and found a free product that might do what I needed. I needed to convert several hundred images from tif to jpg, and I'd like to re-size them while I'm at it.

Read More...

I've been coding HTML for over 12 years and today reminded me that it's never too late to learn something new. I don't know why I didn't know this but today I watched someone code an HREF adding a Target="_blank" to the tag in order to make the link pop up in a new window. It was on a SharePoint site, so I thought maybe it was a Microsoft-specific thing. No, said the person coding it. I was amazed.

Read More...

I've created this blog in Drupal 6.3, so some of my comments may not apply to older versions of Drupal. One of my goals with this blog is to build it out into a very useful blog that a WordPress or Blogger user would be happy to use it. Out of the box there are a lot of weaknesses. First on the positive side, I was able to install and configure the software in less than an hour and five minutes later I had my first blog posted-- not bad. On the down-side, I was pretty limited in what I could do.

Read More...

I read something a few months back about a module, Masquerade, that let's a Drupal administrator impersonate other users. This is very useful when testing. You want to be able to see what an anonymous user would see or what a "contributor" can see, etc., which hopefully is just a subset of what the Administrator can see. The masquerade module has no documentation that I could find. Yes, it is pretty simple but still a little quirky.

Read More...