Skip Navigation LinksOA Blog > Archives

Archives : Engineering/Development


Automatically adding alt tags for images

Posted on Thursday, August 07, 2008, by Jiro Feingold

So since being W3C compliant is supposed to help with search optimization I've always wanted to be able to automatically add alt tags to images that don't have them. Since alot of the content on our websites is entered via a cms, we don't always have complete control over this. I've ....

Continue reading article >

Engineering/Development

ImageButtons that are DefaultButtons cause an error on Firefox 3

Posted on Wednesday, June 18, 2008, by Jiro Feingold

Ok, so suddenly with Firefox 3 I've been getting errors on some pages. They have an ajax panel (from Telerik, but I've found out this happens with other ajax libraries) that wraps a Panel (with default button set to) an ImageButton. This works fine on all browsers. Except Firefox 3. It'll return ....

Continue reading article >

Engineering/Development | Comments (2)

Dynamic recrop of images

Posted on Friday, June 06, 2008, by Jiro Feingold

So this e-commerce site I'm doing has thousands of images. Some unfortunately were non-square and then placed centered on a white background, even if the predominant colors were darker. Going through all of these would be a nightmare production task. I wondered if I could programmatically detect these rectangular white regions, and ....

Continue reading article >

Engineering/Development

Adjusting images for image and file size

Posted on Wednesday, April 23, 2008, by Jiro Feingold

I'm working on an ecommerce site and want to work from a single source image for the items.

Using some of the ideas I've talked about before I can resize the images on the fly, but I wanted to also set a maximum file size for the images (after all, if I'm making a ....

Continue reading article >

Engineering/Development

235 Next >>