Page 3 of 4

Anna and Kerry

PostPosted: Sun Aug 20, 2006 9:45 am
by yardbird
Hi, Anna Yu and kerry mitchell are the latest to use the slideshow format for the root. Great work!

Cheers
Karthik

PostPosted: Sun Aug 20, 2006 5:30 pm
by annayu
Hiya Karthik, thx for adding me to your list (or are you after a I love Karthik vote?)

My root gallery isn't so original, just copied the instructions arjunrc with small modifications and.... I'm more surprised than anyone else that it works... :D :D :D

I really admire everyone else's customized homepage and wish that one day I could fix mine too but then it's more fun to take pictures instead...

PostPosted: Mon Aug 21, 2006 8:36 pm
by zevs
Hi there.....

I guess I did get on this bandwagon also :) :) Couldn't resist the temptation!!
Thanks for the great instructions on how to make it possible ... something I always wanted to do, but never knew how....thanks, thanks!!

http://www.pbase.com/zevs

Zevs

PostPosted: Mon Aug 21, 2006 9:08 pm
by siim

PostPosted: Thu Aug 24, 2006 1:23 pm
by steven_hight
Thanks to Zevs and Luis for the inspiration.
Three cheers for open source code !!!

I estimate about 16hours work from a zero base line experience in html and css. It wasn't what I would call fun.

All advice welcomed.

http://www.pbase.com/steven_hight

PostPosted: Thu Aug 24, 2006 9:02 pm
by yogi7
I too jumped on the slideshow bandwagon. Thanks to Andrew Hunt for helping me out with the codes.

http://www.pbase.com/yogi7

Added to the slideshow gang

PostPosted: Wed Sep 06, 2006 7:56 pm
by yardbird
Allright! The gang becomes bigger. Have added you all into the list. happy posting!

Done tweaking - my page is up now....

PostPosted: Thu Sep 07, 2006 3:41 pm
by tim32225
I think I'm finally satisfied with my root page. I've made some changes to get it to fit the screen without scrolling, unless your screen resolution is set really low. Thanks to all those who have offered assistance.

http://www.pbase.com/tim32225

I've also changed my style sheets on the other galleries and I'm still tweaking them and reorganizing the tree structure to make the site easier to navigate. I have deleted over 20 galleries, and I'm still going through and deleting or updating photos. My goal is to get rid of the older photos that I am no longer happy with and end up with an easily navigated site that has photos I'm proud to display. It seems that as our skills improve, we look back at older photos and realize we could have done better with post processing. I've redone a few of them, but it's a daunting task to go through all of them. In time, I hope to either fix or delete any photos I'm not happy with.

I would really be interested to know if anyone has ideas on how to dress up the PROFILE page. I think the format is very boring, and it woudl be nice to dress it up a bit, if that's possible.

My new Root and Gallery Pages

PostPosted: Sun Sep 10, 2006 12:46 pm
by caeneno
http://www.pbase.com/caeneno.
Thanks for your comments and your opinion with other navigator than firefox !

PostPosted: Sun Sep 17, 2006 8:35 pm
by maxfar
http://www.pbase.com/maxfar

Thanks for your comments, opinions and suggestions

Massimiliano

PostPosted: Fri Oct 13, 2006 2:36 am
by geoff786
I need help. You can check out my site @ http://www.pbase.com/geoff786
I am having issues with two things.

1. the header. It is linked but will not show on the main page. http://www.pbase.com/geoff786/image/64638111
2. the slide show. Again I have linked two photos within the galleries but they are no shows on the main.


It has to be somthing simple. Can you help me out ?

Geoff

PostPosted: Fri Oct 13, 2006 8:11 am
by maxfar
Hi Geoff,
about the slide show I think you forget to put dimension and file extension at the end of images shown.

Code should be as follows:

var imageFiles=
"http://www.pbase.com/geoff786/image/54892782/medium.jpg;"+
"http://www.pbase.com/geoff786/image/54892783/medium.jpg;"+
function blendimage(divid, imageid)

Try to copy and paste it in your HTML code instead of

var imageFiles=
"http://www.pbase.com/geoff786/image/54892782;"+
"http://www.pbase.com/geoff786/image/54892783;"+
function blendimage(divid, imageid)

I cannot test it now, try yourself if it fix problem 2

Cheers
Massimiliano
http://www.pbase.com/maxfar

Reply to Massimilano

PostPosted: Fri Oct 13, 2006 12:22 pm
by geoff786
Thanks Massimilano, so far so good! That worked I need to resize the photo I think ? The "frame is bigger then the photo. Is this correct ?


maxfar wrote:Hi Geoff,
about the slide show I think you forget to put dimension and file extension at the end of images shown.

Code should be as follows:

var imageFiles=
"http://www.pbase.com/geoff786/image/54892782/medium.jpg;"+
"http://www.pbase.com/geoff786/image/54892783/medium.jpg;"+
function blendimage(divid, imageid)

Try to copy and paste it in your HTML code instead of

var imageFiles=
"http://www.pbase.com/geoff786/image/54892782;"+
"http://www.pbase.com/geoff786/image/54892783;"+
function blendimage(divid, imageid)

I cannot test it now, try yourself if it fix problem 2

Cheers
Massimiliano
http://www.pbase.com/maxfar

PostPosted: Fri Oct 13, 2006 8:09 pm
by maxfar
Hi Geoff,
of course you must resize the images to the frame or, better, the frame to the images.
If you have checked my root gallery you see the slideshow frame is medium size, its dimensions are width=400 height=267 (exactly medium size of the images on pbase)
If your frame is w=600 h=400 you must resize images to such dimensions.

But my root gallery is my own project and I didn't use Luis script

Ciao
Massimiliano
http://www.pbase.com/maxfar

reply

PostPosted: Fri Oct 13, 2006 9:56 pm
by geoff786
where do I find the size of that frame in the css. I am going this with no experience :)

maxfar wrote:Hi Geoff,
of course you must resize the images to the frame or, better, the frame to the images.
If you have checked my root gallery you see the slideshow frame is medium size, its dimensions are width=400 height=267 (exactly medium size of the images on pbase)
If your frame is w=600 h=400 you must resize images to such dimensions.

But my root gallery is my own project and I didn't use Luis script

Ciao
Massimiliano
http://www.pbase.com/maxfar