Pictures are not displayed in my web apps.

Status
Not open for further replies.

johhnyd3

New Member
Messages
2
Reaction score
0
Points
0
Hi,

I've been working on little web apps to use on iPhone and faced a problem: no pictures are displayed, png or jpg. Both examples are working locally; I simply copied the whole folder in public_html.

Here is an example done using the WebApp.net dev kit:
http://webapp.johnnyd3.x10hosting.com/vanc2010/

This was done using the Dashcode Apple tool, with all code generated:
http://webapp.johnnyd3.x10hosting.com/Nationals Parks/

I was able to display a jpg in this very quickly made test in Dreamweaver, but the picture is in same folder than html and I didn't use CSS or javascript:
http://johnnyd3.x10hosting.com/portfolio/portfolioMain.html

I've been searching the net like crazy to find the problem I couldn't find anything. Are you aware of any feature required to properly run iPhone related apps? This far I hear it should run anywhere, since it's all just html, javascript and css...

Thank you!

Jonathan
 

johhnyd3

New Member
Messages
2
Reaction score
0
Points
0
Thanks for looking into this.

I guess that's the thing, there is a file in that folder... I can see it when accessing with FTP client and also with the file manager in cPanel.

Could it be a permission thing? I don`t know how that works, really), which look like this (still talking about the second link):
webapp: 0755
Nationals Parks: 0755
index.html: 0664
mobile: 0755
Images: 0755
WebClipIcon.png: 0664

First thing I could think of were the links; but if the paths were wrong, I believe it would have been the same when testing locally?
Edit:
Oh, forgot to mention...

Images are not the only thing. I set up a blog:
http://johnnyd3.x10hosting.com/openb/index.php

I've put a single entry there. On the blog no problem getting around; set up Google Reader to receive the feed, no problem on the receiving end either. But if from Google Reader I click on the news to get to the blog, I hit a 404 page!

There is definitely something wrong with my account that's preventing some content to be displayed :(
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
I've put a single entry there. On the blog no problem getting around; set up Google Reader to receive the feed, no problem on the receiving end either. But if from Google Reader I click on the news to get to the blog, I hit a 404 page!

There is definitely something wrong with my account that's preventing some content to be displayed :(


As far as the blog, the RSS seems to be configured incorrectly or the software has a bug in it.

The RSS generates a link

http://johnnyd3.x10hosting.com/

openb/blog/post/2010/01/21/the-olympic-flame-returns-to-calgary/

while the real link should be

http://johnnyd3.x10hosting.com/

openb/index.php/2010/01/21/the-olympic-flame-returns-to-calgary
 
Status
Not open for further replies.
Top