Board index PBase HTML and Style Sheets Collection of Root Gallery Designs

HTML and Style Sheets

Collection of Root Gallery Designs

Customize your galleries.

So let's take a vote also. Which one do you prefer?

Poll ended at Thu Jun 01, 2006 8:32 am

HTML
7
26%
Flash
6
22%
CSS
4
15%
Slideshow
6
22%
Basic Pbase is good enough
1
4%
No comment
1
4%
I love karthik
2
7%

Total votes : 27


yardbird
 
Posts: 613
Location: Palatine, IL

Anna and Kerry

Post Sun Aug 20, 2006 9:45 am


Hi, Anna Yu and kerry mitchell are the latest to use the slideshow format for the root. Great work!

Cheers
Karthik
___________________________________
Karthik Raja Photography - https://www.beautifulworld.photography/
Incredible India at http://www.incredibleindiaphotos.com

annayu
 
Posts: 488


Post Sun Aug 20, 2006 5:30 pm


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...

zevs
 
Posts: 67


Post Mon Aug 21, 2006 8:36 pm


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

siim
 
Posts: 85


Post Mon Aug 21, 2006 9:08 pm



steven_hight
 
Posts: 17


Post Thu Aug 24, 2006 1:23 pm


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

yogi7
 
Posts: 45


Post Thu Aug 24, 2006 9:02 pm


I too jumped on the slideshow bandwagon. Thanks to Andrew Hunt for helping me out with the codes.

http://www.pbase.com/yogi7

yardbird
 
Posts: 613
Location: Palatine, IL

Added to the slideshow gang

Post Wed Sep 06, 2006 7:56 pm


Allright! The gang becomes bigger. Have added you all into the list. happy posting!
___________________________________
Karthik Raja Photography - https://www.beautifulworld.photography/
Incredible India at http://www.incredibleindiaphotos.com

tim32225
 
Posts: 89

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

Post Thu Sep 07, 2006 3:41 pm


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.

caeneno
 
Posts: 10

My new Root and Gallery Pages

Post Sun Sep 10, 2006 12:46 pm


http://www.pbase.com/caeneno.
Thanks for your comments and your opinion with other navigator than firefox !

maxfar
 
Posts: 56


Post Sun Sep 17, 2006 8:35 pm


http://www.pbase.com/maxfar

Thanks for your comments, opinions and suggestions

Massimiliano

geoff786
 
Posts: 3


Post Fri Oct 13, 2006 2:36 am


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

maxfar
 
Posts: 56


Post Fri Oct 13, 2006 8:11 am


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

geoff786
 
Posts: 3

Reply to Massimilano

Post Fri Oct 13, 2006 12:22 pm


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

maxfar
 
Posts: 56


Post Fri Oct 13, 2006 8:09 pm


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

geoff786
 
Posts: 3

reply

Post Fri Oct 13, 2006 9:56 pm


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

PreviousNext

Board index PBase HTML and Style Sheets Collection of Root Gallery Designs

Who is online

Users browsing this forum: No registered users and 2 guests