View previous topic :: View next topic |
Author |
Message |
mrtdunn -
Joined: 27 Jan 2005 Posts: 16 Location: Joplin,MO
|
Posted: Thu Mar 10, 2005 3:21 pm Post subject: Image Sharing Community???? |
|
|
Greetings all! My wife and some of her friends are big into making "siggies" in PSP. As of late they are using MSN Groups to share their stuff. However both my wife and some of the others are not happy with this arrangement. What I am asking is this.........Is there a way I can set up a sort of community where the images can be uploaded and messages can be added to the post??? Any help will be greatly appreciated. Thanx!!
___________________________________________________________
mrtdunn--"The well of joy is often dug with the fate of sorrows." |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Thu Mar 10, 2005 4:23 pm Post subject: Re: Image Sharing Community???? |
|
|
mrtdunn,
You can do so by setting up Abyss Web Server and installing a photo gallery script. There are a lot of such free scripts on the Internet. They differ in the features they offer but most of them provide you with a more or less easy way to upload and display photos on your web server in an automated manner. |
|
Back to top |
|
 |
mrtdunn -
Joined: 27 Jan 2005 Posts: 16 Location: Joplin,MO
|
Posted: Thu Mar 10, 2005 4:31 pm Post subject: |
|
|
Thank you. This solves the image upload problem, but what about being able to post messages along with the photos, like posting in a forum type of environment???
P.S. I have been using Abyss for some time and am much pleased with it.
___________________________________________________________
mrtdunn--"The well of joy is often dug with the fate of sorrows." |
|
Back to top |
|
 |
Killavirus -
Joined: 12 Mar 2005 Posts: 31
|
Posted: Sat Mar 12, 2005 9:18 pm Post subject: |
|
|
i use a simple html code for my image lists
i find it quite nice especially if i finally get the frame on the left sorted ;) to browse
http://shadowman.myftp.org/Walsh/jenn/Potsdam/photos-potsdam.html
<html>
<head>
<title>Jennifer Walsh</title>
</head>
<script language=JavaScript>function fenster(theURL,winName,features)
{
window.open(theURL,winName,features);
}
</script>
<BODY BGCOLOR="white" text="black">
<Center>
<br>
<a href="Pics/med-res/med-res.exe">All Pictures medium Resolution</a>
<left>
<table width="100%" border="0">
<tr>
<td>
<table width="400" border="1" height="120" bordercolor="#000000">
<tr>
<td width="102" bgcolor="#CCCCCC"><a href="javascript:fenster('pics/babelsberg-bar.html ','drink','width=640 height=480, scrollbars=no')"><img src="pics/thumbs/babelsberg-bar_small.jpg" width=120 height=90></a></td>
<td width="282" bgcolor="#CCCCCC">i guess i like going out having the odd drink every now and then</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="400" border="1" height="120" align="right" bordercolor="#000000">
<tr>
<td width="282" bgcolor="#999999">This is when i first arrived in berlin</td>
<td width="108" bgcolor="#999999"><a href="javascript:fenster('pics/berlin.html ','me', 'width=640 height=480, scrollbars=no')"><img src="pics/thumbs/berlin_small.jpg" width=120 height=90></a></td>
</tr>
</table>
</td>
</tr>
</table>
</html> |
|
Back to top |
|
 |
|