Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
HELP -- javascript bafflement
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- HELP -- javascript bafflement
HELP -- javascript bafflement
08-11-2010 4:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I make small items of copper jewelry which I offer for sale on the Etsy craft-brokering site, and I've been making a website (hosted by PlusNet) to use as a general showcase for the work I do.
The site is a very basic setup intended simply to show images, and provide a link to Etsy. I've used a java script called expando.js that allows pictures to be shown small-scale, and expanded when the viewer rolls the mouse pointer over an image (which means I can pack more images onto the page).
Everything works fine when I view the page from the copy on my hard drive, but when viewed online (with any browser), the pics in the bottom row just show as placeholders, although all the others show and expand as they should do. I've checked and scrutinised the source-coding & javascript, and can't see anything wrong.
Any help with this would be most appreciated. The site was made using Komposer, and can be seen at the following URL;
http://www.parnassia.co.uk/
The site is a very basic setup intended simply to show images, and provide a link to Etsy. I've used a java script called expando.js that allows pictures to be shown small-scale, and expanded when the viewer rolls the mouse pointer over an image (which means I can pack more images onto the page).
Everything works fine when I view the page from the copy on my hard drive, but when viewed online (with any browser), the pics in the bottom row just show as placeholders, although all the others show and expand as they should do. I've checked and scrutinised the source-coding & javascript, and can't see anything wrong.
Any help with this would be most appreciated. The site was made using Komposer, and can be seen at the following URL;
http://www.parnassia.co.uk/
Message 1 of 3
(844 Views)
2 REPLIES 2
Re: HELP -- javascript bafflement
08-11-2010 4:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think you may find that the filenames on the server have a capital "F" in them, whereas the filenanames on the web page have a lowercase "f". 
For example:
3_Fish_pendant_01.jpg and 3_fish_pendant_01.jpg
The webserver is case sensitive

For example:
3_Fish_pendant_01.jpg and 3_fish_pendant_01.jpg
The webserver is case sensitive

Message 2 of 3
(237 Views)
Re: HELP -- javascript bafflement
08-11-2010 4:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: JohnJ I think you may find that the filenames on the server have a capital "F" in them, whereas the filenanames on the web page have a lowercase "f".
For example:
3_Fish_pendant_01.jpg and 3_fish_pendant_01.jpg
The webserver is case sensitive
Yep, that fixed it -- many thanks! I figured it was probably something fairly obvious that needed a fresh pair of eyes. I'm usually on my guard for 'case-sensitive' issues, but missed that one. (and might I say thanks also for the quick response

Message 3 of 3
(237 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- HELP -- javascript bafflement