Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





Pages (2): [1] 2 »   Last Thread  Next Thread
Author
Thread Post New Thread   

Newbie question on psd files
 

sheri




quote this post edit post

IP Loged report this post

Old Post  11-24-03 - 03:20 PM  
Greetings,

I'm sure this is probably a ridiculous question, but...I'm just trying
to get rolling in web design and PhotoShop and I'm struggling here...

To get a better feel for web graphics and using PhotoShop, I bought a
book that provided a bunch of templates.  I made changes to the html
pages and the .jpgs and .gifs to create my own test site.  On my pc,
the site looks great (well, for a newbie!).  But if I transfer the
pages to the web, the framework and verbiage show correctly, but all
the images are missing.

On the templates, the structure is /maindirectory/images/sources.

Maindirectory holds the htmls (including a "framework" html).  Images,
of course, images.  Sources holds one .psd file, which if I open in
PhotoShop, shows the basic framework of the original (the book's
site).

I'm guessing this PSD is something I need to learn about, but I'm not
quite sure what the role is.  Pointers in any direction would be very
helpful.

If it's helpful for me to post the code, I can do that as well.

Thanks so much.

Cheers!
Sheri


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

jjs




quote this post edit post

IP Loged report this post

Old Post  11-24-03 - 03:20 PM  
In article <567d7caa.0311232224.7ee1801a@posting.google.com>,
sheri@sherimcnabb.com (sheri) wrote:
quote:
> Greetings, > > I'm sure this is probably a ridiculous question, but...I'm just trying > to get rolling in web design and PhotoShop and I'm struggling here... > > To get a better feel for web graphics and using PhotoShop, I bought a > book that provided a bunch of templates. I made changes to the html > pages and the .jpgs and .gifs to create my own test site. On my pc, > the site looks great (well, for a newbie!). But if I transfer the > pages to the web, the framework and verbiage show correctly, but all > the images are missing. > > On the templates, the structure is /maindirectory/images/sources. > > Maindirectory holds the htmls (including a "framework" html). Images, > of course, images. Sources holds one .psd file, which if I open in > PhotoShop, shows the basic framework of the original (the book's > site).
Why not post the web address of your site? We can look at the HTML code and probably figure it out. One possible mistake is sending the images in the wrong 'mode'. Images are 'binary' and have to be uploaded in binary mode, but most transfer methods take care of all that properly for you, so I suspect the directory structure you show. Your web server's directory should look like the one on your PC. Usually it is something like "/images/filename.gif" and "sources/mypage.html" and not strung together like you show it.


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

RTM




quote this post edit post

IP Loged report this post

Old Post  11-24-03 - 03:20 PM  
PSD is not a web-compatible format. Your images should be in either .jpg or
.gif format for use on a website.
--

Ron.

sheri <sheri@sherimcnabb.com> wrote in message
news:567d7caa.0311232224.7ee1801a@posting.google.com...
quote:
> Greetings, > > I'm sure this is probably a ridiculous question, but...I'm just trying > to get rolling in web design and PhotoShop and I'm struggling here... > > To get a better feel for web graphics and using PhotoShop, I bought a > book that provided a bunch of templates. I made changes to the html > pages and the .jpgs and .gifs to create my own test site. On my pc, > the site looks great (well, for a newbie!). But if I transfer the > pages to the web, the framework and verbiage show correctly, but all > the images are missing. > > On the templates, the structure is /maindirectory/images/sources. > > Maindirectory holds the htmls (including a "framework" html). Images, > of course, images. Sources holds one .psd file, which if I open in > PhotoShop, shows the basic framework of the original (the book's > site). > > I'm guessing this PSD is something I need to learn about, but I'm not > quite sure what the role is. Pointers in any direction would be very > helpful. > > If it's helpful for me to post the code, I can do that as well. > > Thanks so much. > > Cheers! > Sheri


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

sheri




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
"RTM" <pixelninja@anttispamdigitalnospamscribble.fsnet.co.uk> wrote in message news:<bpsdv9$i7i$1@
news7.svr.pol.co.uk>...
quote:
> PSD is not a web-compatible format. Your images should be in either .jpg o r > .gif format for use on a website. > -- > > Ron. >
The actual images, in the images folder, are jpgs and gifs. The sources folder, though, is part of the template and includes the psd file. I'm not sure if I need it for the actual webpage or not, just trying to figure out its role. In the html, there are no references to the sources folder (that I can see). Here's the test site: http://www.dancingostrich.com/DalesDOG/INDEX.HTM Is there maybe some other formatting I need to do to the images to make them web-compatible??? Thanks very much!! Sheri


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

sheri




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
> Why not post the web address of your site? We can look at the HTML code
quote:
> and probably figure it out. > > One possible mistake is sending the images in the wrong 'mode'. Images are > 'binary' and have to be uploaded in binary mode, but most transfer methods > take care of all that properly for you, so I suspect the directory > structure you show. Your web server's directory should look like the one > on your PC. Usually it is something like "/images/filename.gif" and > "sources/mypage.html" and not strung together like you show it.
Thanks for the help. Here's the test site: http://www.dancingostrich.com/DalesDOG/INDEX.HTM I'm using Windows Explorer to ftp the files - I've used it for other images, so I would think the mode would be okay, but...you never know. I'm not sure what you mean by strung together like I show it. The directory sturcture looks right to me, but I could be missing something. DalesDOG folder holds the html files and the images directory. DalesDOG/images hold the images (jpgs and gifs) and the sources directory. DalesDOG/images/sources holds the mystery psd file which I'm beginning to think I don't need... Hope this helps clarify - I think you are right that I'm missing something in the structure or the files themselves - that makes the most sense - I just can't see where it is happening. Thanks so much! Cheers-- Sheri


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

LauraK




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
>DalesDOG folder holds the html files and the images directory.
quote:
> >DalesDOG/images hold the images (jpgs and gifs) and the sources >directory. > >DalesDOG/images/sources holds the mystery psd file which I'm beginning >to think I don't need...
The images aren't where the web page is looking for them or they aren't call ed what the web page is calling them. Are all the names of the images in lower case? They are on the web page. The case on the page and on the images need to match. Explorer may be turning them into caps. If so, that's the problem. laurak@madmousergraphics.com http://www.madmousergraphics.com web design, print design, photography


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

edjh




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
LauraK wrote:
quote:
> > > The images aren't where the web page is looking for them or they aren't ca lled > what the web page is calling them. > Are all the names of the images in lower case? They are on the web page. T he > case on the page and on the images need to match. > Explorer may be turning them into caps. If so, that's the problem. > > > > laurak@madmousergraphics.com > http://www.madmousergraphics.com > web design, print design, photography > >
You can confirm this by typing in the path of any image in CAPS in the location bar of your browser and hit Enter. Voila, the image appears! Either change the file names in the folder or the html to match. Are you uploading your Sources directory (psd)? No need to do that. -- Comic book sketches and artwork: http://www.sover.net/~hannigan/edjh.html


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

Tacit




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
>The actual images, in the images folder, are jpgs and gifs.  The
quote:
>sources folder, though, is part of the template and includes the psd >file. I'm not sure if I need it for the actual webpage or not, just >trying to figure out its role.
You do not need it on the Web server.
quote:
>Is there maybe some other formatting I need to do to the images to >make them web-compatible???
No. The problem is in the HTML, not in the images. Either you have not set up the images folder the way you think you have (the y are in a folder called "images' located inside a folder called "DalesDOG", right?), or you have not named the images right (to a Web server, "Logo_Left ," "LOGO_LEFT," and "logo_left" are all DIFFERENT names--if you look for a file called "logo_left" and the file is actually called "LOGO_LEFT," it WILL NOT work). -- Rude T-shirts for a rude age: http://www.villaintees.com Art, literature, shareware, polyamory, kink, and more: http://www.xeromag.com/franklin.html


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

sheri




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
> The images aren't where the web page is looking for them or they aren't called
quote:
> what the web page is calling them. > Are all the names of the images in lower case? They are on the web page. T he > case on the page and on the images need to match. > Explorer may be turning them into caps. If so, that's the problem. >
Thank you thank you! I feel like an idiot. Yes, all syntax. Also, the image folders was all caps and that didn't work on the web, although it worked fine on my pc. Now I know...caps really do matter in html. Cheers! Sheri


Post Follow-Up to this message ]
Re: Newbie question on psd files
 

RTM




quote this post edit post

IP Loged report this post

Old Post  11-27-03 - 10:41 PM  
Sorry, I was thrown by the line where you mentioned learning more about PSD.
--

Ron.

sheri <sheri@sherimcnabb.com> wrote in message
news:567d7caa.0311240623.10b0e7ba@posting.google.com...
quote:
> > The actual images, in the images folder, are jpgs and gifs. The > sources folder, though, is part of the template and includes the psd > file. I'm not sure if I need it for the actual webpage or not, just > trying to figure out its role. In the html, there are no references > to the sources folder (that I can see). > > Here's the test site: > > http://www.dancingostrich.com/DalesDOG/INDEX.HTM > > Is there maybe some other formatting I need to do to the images to > make them web-compatible??? > > Thanks very much!! > Sheri


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 07:25 AM. Post New Thread   
Pages (2): [1] 2 »   Previous Last Thread   Next Thread next
Computer Graphics with Photoshop archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top