reset password
Author Message
Safa Al Mahbub
Posts: 13
Posted 16:29 Apr 15, 2015 |

My problem is with the link I'm using for my image. I'm supposed to use the url from the server but when I use that link the image isn't showing up. I have the same image from my computer and it works just fine, but I need to use the one from the server. If anyone can help I'd appreciate it. 

cesar714
Posts: 30
Posted 16:36 Apr 15, 2015 |

Before I reply to your question, can you answer mine first? What image? Are you trying to do the lab assignment that is due today?

If so, there is no image. What you do to link your URL is the hyperlink tag. 

EXAMPLE:

<a href="yahoo.com"> YAHOO </a>

Safa Al Mahbub
Posts: 13
Posted 16:40 Apr 15, 2015 |

Are you in Professor Booker's class?

The image is  a free stock photo that we had to upload to the server and then use that image for the assignment. The assignment being to "map" the photo. 

cesar714
Posts: 30
Posted 18:08 Apr 15, 2015 |

Sorry, different professor, different assignment.

Ghost50
Posts: 39
Posted 20:04 Apr 15, 2015 |

Yes I am!!!

Ghost50
Posts: 39
Posted 20:05 Apr 15, 2015 |
Safa Al Mahbub wrote:

Are you in Professor Booker's class?

The image is  a free stock photo that we had to upload to the server and then use that image for the assignment. The assignment being to "map" the photo. 

how do you map the photo?

Safa Al Mahbub
Posts: 13
Posted 22:02 Apr 15, 2015 |

Ghost50 do you know what is wrong with the image url?

to map the image you have do something like the following:

<map name="Tree">
       <area shape="circle" coords="" title="" href="">
       </area>
<area shape="rect" coords="" title=”" href="">
       </area>
<area shape="poly" coords="" title="" href=""></area>
</map>
<img src="" usemap="#Tree" alt=" "/>

For a circle shape the coordinate are: x value for the center of the circle, y value for the center of the circle, diameter of circle,

For the rectangle shape the coordinate are: x value for top left point of rectangle, y value of top left point of rectangle, x value for bottom right point of rectangle, y value for bottom right point of rectangle,

For the polygon shape you just put in the x and y value for the points of the polygon, usually in clockwise motion: x,y,x,y,x,y,x,y,x,y etc.

Ghost50
Posts: 39
Posted 22:23 Apr 15, 2015 |

where do we upload it?

Safa Al Mahbub
Posts: 13
Posted 22:42 Apr 15, 2015 |

No idea. I've been "refreshing" the site all day and no assignment submission link has opened up. but do you know how to do the image url?

Ghost50
Posts: 39
Posted 23:08 Apr 15, 2015 |

I guess professor Booker forgot!!!

Ghost50
Posts: 39
Posted 23:09 Apr 15, 2015 |

I know now. Thanks for the help :)

Ghost50
Posts: 39
Posted 23:56 Apr 15, 2015 |

It's almost 12 midnight!!!! What do I do?

fumjum
Posts: 27
Posted 01:58 Apr 16, 2015 |

The image from the server should be http://cs1.calstatela.edu/~[your user name for the server that was given in class today (i.e. cs120s57)]/media/filename.extension MAKE SURE THE FILE NAME/EXTENSION IS EXACTLY AS IT IS ON THE SERVER! IT IS CASE SENSITIVE!

 

Edit: I just tried it from home and the image link was broken, but it did work in class when I loaded it from the server.

Last edited by fumjum at 02:05 Apr 16, 2015.
Safa Al Mahbub
Posts: 13
Posted 07:25 Apr 16, 2015 |

Yeah I think that's the problem. The link worked at school but not once I got home. Maybe it's just a school thing?

moganes5
Posts: 5
Posted 08:58 Apr 16, 2015 |

I tried uploading my image to the server and it says that it upload, but when i try to open it online it gives me an error pages

moganes5
Posts: 5
Posted 09:03 Apr 16, 2015 |

never mind, i just tried it on the schools internet and it worked.

clare_05
Posts: 3
Posted 19:33 Apr 19, 2015 |

If you're doing it from home, connect to the school's VPN and it'll work.

Ghost50
Posts: 39
Posted 17:33 Apr 22, 2015 |

I need help on the audio files can you tell me if thee tags are correct?

<audio controls="controls,autoplay"/>
<embed src="Skyline.mp3" />
<embed src="Skyline.ogg" />