4
votes
2answers
78 views

Duplicate alt tags in a big gallery

Our website mainly consists of galleries, while usually smaller, they sometimes reach over 100 images per post. As each image is bound to the same topic, they are automatically named after the post ...
3
votes
0answers
185 views

CSS rounded corners around image [closed]

I have tried several ways to get rounded corners around images without success. The best I got was using the image as background and applying the round corners style to the div as in this picture. ...
4
votes
2answers
170 views

Alt attributes for dynamically generated images

I have an image gallery for a commerce website which consists of several small thumbnail images and one large image. All of the images are photographs of the same product. What would be the most ...
1
vote
1answer
134 views

Forcing browser to load new image

I have recently been doing some image replacement work for a client, he sends me the new image png files and I upload them replacing the old ones with the new ones ( keeping the same name ). I tell ...
0
votes
1answer
54 views

Question on (size) relation between diferrent images on a website

I have a website that uses 2 image sizes: thumbnail profile They have different sizes (obviously), but their aspect (i.e. width/height) ratios are different. My question9s) is this: I would like ...
1
vote
1answer
114 views

Image Archives for <hr> and border image replacement

Do you know any quality image archives for <\hr> and border For example an image archives for <\hr> : http://siahdesign.com/archives/210
2
votes
2answers
252 views

Image editor Applet

I'm using codeigniter + jquery on a linux server and i want to integrate in my website a photo/image editor (after that an user have uploaded an image, he must be able to edit it), i need just some ...
1
vote
2answers
216 views

Link of image and text

I am currently linking related and text (caption) in the following way: <a href="/link"><img src="image.jpg" ... />This is caption</a> Meaning I combine both and text inside the ...
1
vote
1answer
689 views

iFrames from Skydrive: yes, no, how

I have a two-pronged question. First: SEO Concerns aside, should I be concerned about using iFrames on my site as far as viruses etc go? I am using skydrive to host my images and it provides an ...
3
votes
6answers
764 views

Which is faster, adding rounded corners to images, or adding rounded corners in CSS

Which of the following will load faster, Creating a square image and adding rounded corners via CSS Adding rounded corners to the image by default and not using the extra css. Also, if 2 is ...
10
votes
2answers
306 views

Communicating image size, best practice

If you are developing a html document strictly using current best practice of keeping styling out of the markup how do you best communicate image sizing? Past best practice wants image height and ...