Summary: I am using the image resize script found at: http://codewalkers.com/tutorials/42/1.html . However, rather than simply display the image after I resiz...
Summary: as above. That's what I google [IMG=100x100]http://img354.imageshack.us/img354/5061/rodimusprime02sh6.jpg[/IMG] or [img=100x200]["url]http://img354.im...
Summary: Can I resize a image to a proportional size. For example, if the image is 200x70 and I want to size with a size with 300x300. So i resize to 300x105. ...
Summary: I want to do a list of thumbnails with images. But i don't want to resize all images and send to homepage. Is there a PHP script that resize the image...
Summary: Thanks everyone, this post also helped me as I have a later post asking about transitions in Flash. I thought Photoshop was hard until Professor Teac...
Summary: I have a website and would like to have an image behind my nav bar. Nothing special just a diagonal gradient or something along those lines. I was won...
Summary: Not quite sure waht you are looking for: how to create the thumbnails themselves, or how to create the lniks. For creating the thumbnails, MS has a fr...
Summary: You should always resize images to the exact same size that you will display (remember to always work off of copies and save the originals!). Also, im...
Summary: The gd library is built-in to the latest version of PHP. It can manipulate images, including resizing/resampling them. As always, check the php manu...
Summary: Hi all, I have the following gallery code example found at http://www.sitepoint.com/article/php-gallery-system-minutes ************************** <...
Summary: Yeah, Jamie is pretty much right on. Very rarely would you change the dpi for an image. They almost all sit around 72dpi for web-based stuff. It c...
Summary: There's really no good way to do that. You could create a table with 100% width and make cells with relative widths. Then put the images into each cel...
Summary: All that will matter is the size of the image. Gifs only support up to 256 colors (those 256 colors can vary from image to image). Gernally if you are...
Summary: I got the solution. I must use to following code to get it var element = evt.target || window.event.srcElement; that was the only thing which i ws lo...
Summary: Hi. I would look at what upload times would be for the sizes of images. say a 1mb image is uploaded at 30kbps, that would take over 30 seconds (and th...
Summary: Here's a good one. Launch this page w/ IE6. Now grab the bottom corner of the window and size down to the left. See the content starting at the firs...
Summary: Ah, yes, that's better. The problem is that the window.open function IS calling the same page, but adding a bunch of parameters. Unless that page has ...
Summary: Greetings, I'm a beginner at this. Hope this is the right place to ask this question. I noticed that some images displayed my windows fax and image vi...
Summary: hey, im running apachee 2.0.49 and lately when i view any hosted pics under any browser (ie, ff, opera, ns), the images either load half way, not at a...
Summary: I'm working on a web site and all of a sudden the images on some of the pages are broken and scrambled. I'm using Dreamweaver & the pages look fine in...
Summary: Hey I am getting a problem with website design. What if , thousands of end users need to save customized image files on our website hosting machines? ...
Summary: /quote I have tried to insert a cell in a table which is 100% wide and high but how can you position it to the absolute bottom of the main table? As i...
Summary: Hey guys. I just wanted to know your opinion on what is the best way to displat multiple images on a page. Like thumbnails that you click that get b...
Summary: Hello everyone! :D OK, I have a simple question about HTML... I want to put an image just about in the top-left corner of the browser. This is how it ...