The images tag is for questions related to the loading, formatting, saving, compressing, and display of images. Images are typically rendered as a two dimensional matrix of pixels, but stored in a variety of formats and compressions, such as .jpg, .png, .bmp, .tif, and others. This tag should also ...
0
votes
0answers
14 views
How do some websites deliver different images with the same page? [closed]
I've noticed that some websites are able to use a PHP page to serve images, for example:
http://forums.ubi.com/image.php?type=
compared to:
http://forums.ubi.com/image.php?type=sigpic
Image 1 is ...
1
vote
2answers
102 views
SEO: Using the same image on separate webpages with different 'alt' tags.
If I use same image URL on separate webpages with different alt tags for each, will it have any negative impact on SEO?
What is the best practice to utilize the same image on separate webpages?
3
votes
1answer
65 views
Can I improve load times by reusing images?
I've created a website that has multiple pages, and each page has it's own dedicated folder. Inside of each page's folder I've created a dedicated image folder.
I reuse many of the same images ...
2
votes
1answer
46 views
Could a CDN serving static images result in decreased search engine rankings? [duplicate]
I have set up Cloudfront on my site to serve static files only. This results in the image file's URL to change from: mysite.com/image.jpg to uniqueid.cloudfront.net/image.jpg
Will this affect how ...
0
votes
0answers
11 views
media rich website [closed]
I have a website which can contain text, image, videos... but I noticed that users mostly put pictures on it. So my question is since my website is dynamic so I can't customize the alt text and I do ...
0
votes
1answer
34 views
Will moving Images to CDN effect Google Image search results? [duplicate]
I'f moving images on a site to a CDN how does this effect the image results in Google image search?
Will any images come up in Google image search coming from the site?
1
vote
2answers
45 views
HTML: Images always getting reloaded from server
I am finding that my web pages' images are always getting loaded from my server, even though they never change. Since these are images, not pages, I can't include an expiration date for them... How ...
-1
votes
0answers
13 views
Secure upload in php [closed]
I have flash games website. In my panel I already made the "upload game" page, that you can insert the data about the game. Now, I have to upload image, and swf file, how should I do that secure?
...
4
votes
2answers
76 views
How should creative commons attribution for images be shown?
Clicking through from Flickr to the CreativeCommons.org definition for "Some Rights Reserved" you find that you can reuse an image as long as you provide attribution.
If we want to use the image in ...
1
vote
1answer
38 views
Image SEO with overlaid text?
I have a single image that I am using repeatedly with different text overlaid. If you hover over this image it will also give you a tooltip with more information. Of course, the text overlaid could ...
1
vote
1answer
40 views
Image folder name for SEO [duplicate]
We develop and sell ActiveX and .NET controls through our website. After doing some redesign works, every product will have its own top-level folder on the webserver. For instance, the home page for ...
2
votes
2answers
70 views
SEO Impact on changing the resolutions of already indexed images
Let's say that i have a image restaurant-photo_big.jpg which is 640x480..
How can I change the resolution safely for SEO purposes? it's the same identical image but 800x800 (it may be cropped out ...
3
votes
1answer
171 views
Google's microdata for product images which aren't displayed in the page?
My internet shop displays thumbnails of products' images, and I see that these thumbnail are (slowly) being indexed by Google. I want also full images to be indexed. (I've seen some other questions on ...
3
votes
3answers
213 views
How to store images of wordpress on picasa or other image hosting sites?
What is the best way to start a photo blog with wordpress, so that images are stored in picasa, by image I mean image in all sizes, thumbnails, featured images and so on ...
The problem is that there ...
2
votes
1answer
193 views
Redirects On Image Files to Counter Google Image Gallery
The recent update to the way that Google displays images appears to have resulted in a significant drop in the traffic reaching the actual pages of our website. We are considering potential solutions ...
-1
votes
1answer
635 views
How to retrieve an image from MySQL database and display the image as background on body? [closed]
How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
2
votes
1answer
111 views
Am I allowed to link to the movie posters from IMDB?
I am planning on making a site that deals specifically with movie trailers. I would like to know if I am allowed to link to the movie posters from imdb and display them on my site.
I am mainly ...
3
votes
3answers
73 views
Convenient practice for where to place images?
A lot of developers place all image files inside a central directory, for example:
/i/img/
/images/
/img/
Isn't it better (e.g. content architecture, on-page SEO, code maintainability, filename ...
7
votes
3answers
173 views
Image SEO - always repeat main keyword in alt text?
I'm working on an Easter Island website and I'm currently redesigning my image system. Virtually all my photos are of Easter Island. My question is, should I always include the keywords "Easter ...
2
votes
2answers
41 views
Uploading screenshots to Flickr
I have finally decided to create my own portfolio to show off my works for clients. I've seen on countless web design agency websites where they show screenshots of the websites they made for their ...
0
votes
0answers
119 views
CSS ready Image with Text Rotator for Wordpress? [closed]
Hi I'm looking for a image and text rotator where I can modify with css the position and appearance of the text field and boder size for the picture. Nothing fancy, just an array of images and text ...
7
votes
3answers
438 views
What should filenames and URLs of images contain for SEO benefit?
We know that good site architecture usually looks like this:
example-company.com/
example-company.com/about/
example-company.com/contact/
example-company.com/products/
...
2
votes
3answers
71 views
How do I replace images with any other technique for better SEO?
My website has many images which aren't good since we have a lot of content inside of them which Google won't know about. So by using CSS or JS isn't there a solution with which we can convert these ...
2
votes
1answer
63 views
Are filename extensions required on served images?
If the image I'm serving has the proper HTTP Content-Type is it also required that I have the image filename extension (JPG/PNG/GIF)?
Or can I just include the image in the page without?
8
votes
3answers
165 views
Is it worth it to change my entire user images file structure to take advantage of simple browser caching?
On one of my mobile sites, I simply store my user's profile images as '1.jpg' in their user folder, and incrementally go from there for any extra pics they upload. This means that whenever they change ...
1
vote
1answer
190 views
How to automatically generate html table from image in Linux?
In Photoshop, you can easily divide the image into zones using point and click and it automatically generates the corresponding HTML with image slices addressed in tables. Gimp also has a Slice ...
0
votes
0answers
80 views
Tomcat 6 broken images
I am using Tomcat 6 to serve both static content and dynamic content.
For some reason, from time to time, I see that images are broken.
It usually happens when I copy and paste the image url to the ...
1
vote
2answers
326 views
Thumbnail preview rotator on mouse-over - what is it called?
I've been searching for hours now but can't get any tutorial on this.
I have these thumbnails on my homepage which are the first images of their corresponding posts.
What I want is that when I ...
1
vote
3answers
508 views
How to check if someone is using my website resources?
How can I check whether someone is using the resources hosted on my website?
I have a website (coded in PHP) and I have uploaded a few images there. I want to know who is using those images on other ...
1
vote
1answer
1k views
Joomla 2.5 - Problem with scaling (resizing) images in editor
I have very strange problem with inserting and then scaling images in Joomla editor (Joomla version 2.5, clean install).
Insert button works normal, but I'm unable to scale image (drag by corners). ...
1
vote
1answer
653 views
Saving Image Path in SQL server [closed]
I want to know a proper way of saving image path to SQL server when working with ASP.net.
I'm using SQL server 2005 & VB 2008.
2
votes
1answer
340 views
Image disappearing on reload in Safari and Chrome [closed]
I created a website for a client as seen here: http://einzigartig-reisen.com/
Notice the clock icon in the right sidebar. Works fine on first load. Now reload the page (by pressing F5 or the reload ...
2
votes
3answers
170 views
Ensuring accessible image-based rollover navigation?
I'm building an image-based horizontal navigation bar for a site, as the designer wants a specific typeface, and the font is not licensed for embedded web use. I assumed the best way to do this would ...
1
vote
1answer
173 views
Image for sharing on Facebook/G+?
Is it possible to add an image to a html page that only shows up when sharing page on Facebook/G+? The image should not be visible in the html page since it contains a Flash game, but I would like it ...
1
vote
2answers
126 views
Upload multiple images via website
I have a requirement to allow the users to upload multiple images at once, like the way you upload photos to a photo printing website. I am looking for suggestions as to what technology and which ...
4
votes
1answer
1k views
What is the standard image size(s) for facebook (corporate page), twitter and youTube?
I am going to employ the services of a graphic designer, to create logos/ images for my website for the following sites:
Facebook (corporate page)
Twitter (twitter account for the business)
YouTube ...
1
vote
1answer
145 views
Nginx: different content to specific request method
I have the image in the URL (my server): http://www.example.com/example.jpg
If my user put this image URL on his site: return the image (normal).
If my user put this image URL on his browser: return ...
2
votes
1answer
49 views
How to spot plagiarized logos?
Is there a better method of finding if a logo is a shameless copy of another logo, other than Google's image search tool?
12
votes
1answer
241 views
Should you add version information to images on your website?
If you have images on your website that are likely to change (e.g. have a different watermark), but the same image name, should you add version information to the end of the image name, or would this ...
0
votes
2answers
79 views
What's the best way to serve simple flowcharts
The websites in the government sector often provide Word files containing flowcharts. They are simple flowcharts with at most ten nodes in size, showing common workflows to people. There are several ...
5
votes
1answer
600 views
SVG in CSS backgrounds
Edit:
How can I detect in php if the client browser is capable of displaying SVG as CSS background ?
I renamed my stylesheet from .css to .css.php. So I can include at the beginning:
<?php
...
0
votes
1answer
145 views
Site Template Images - Borders, Lines, Curves [closed]
Most of the sites posted here and elsewhere mentioning sites with free full-sized backgrounds. I was curious if there is a site that has free graphics for creating a template, with images like corner ...
2
votes
1answer
192 views
Set expiry date for image or resource
How do I set expiry date for an image?
Is this a server side operation or can it be done as an html tag attribute?
What if I only want to set different expiry dates for different images/resources?
4
votes
2answers
923 views
Return first image source from google images
Is there a way to fetch the first image source from google search if I have a search term?
For example if input is tomato, ouput would be ...
0
votes
2answers
61 views
Will doing this improve somewhat improve my site ranking (SEO)?
So I like to post a lot on forums. And often times, I'll link images. I usually use imgur as the image provider. But this thought just came into my head. Would it be a good idea to have the image on a ...
6
votes
2answers
6k views
jQuery image slider with different sized images
All of the jQuery image sliders I've seen require images to be the same size.
Do you know any which can dynamically resize their display pane to fit the size of the image. I have seen this done on ...
2
votes
6answers
110 views
Any tool for image to CSS?
I have an image (not gradient) color, I tried to identify the color code but not possible. Is there any tool to convert image to css or css color code?
3
votes
3answers
510 views
Storing User-uploaded Images
What is the usual practice for handling user uploaded photos and storing them on the database and server?
For a user profile image:
After receiving the image file from user, rename file to ...
0
votes
1answer
46 views
In-browser painting app
I want to offer visitors of my site an in-browser drawing app.
Which apis help me doing that for free and easily without showing too much of it's origin like by using a link or a huge ad of the ...
0
votes
1answer
145 views
MediaWiki Simple Syntax for Cross Reference of Figures
I would like to reference Figures in my wiki, much like you can in LaTeX. For example, say: "As you can see in Figure 3, mediawiki is awesome".
I found the CrossReference extension which does what I ...
