PDA

View Full Version : New photoblog -> DikkieBurger.nl


DikkieBurger
07-11-2006, 07:19 PM
Just started a new photoblog and I have modded the simple dark theme. Please have a look on it and give me feedback

http://www.shoqed.nl

DikkieBurger
07-12-2006, 11:35 AM
Nobody?

ullmannn
07-12-2006, 01:39 PM
I looked at the beginnings of your photoblog, and it seems your off to a good start. One of the biggest hurdles I had to overcome was not having many images on my site initially. I personally enjoy the animal/insect category and would like to see more macro shots of wildlife. The Tour de France pic is also great. If you have more of those I would share them as well. Keep up the good work.

If you have a minute take a look at my site and let me know what you think. Take care.

Noah
ouvyt.com

DikkieBurger
07-12-2006, 01:46 PM
Thanks, I like your entropy pics.

I've got some other Tour de France pics and macro's from insects, but I only post 1 pic a day so you have to wait... :rolleyes:

gardenlevel
07-12-2006, 04:07 PM
I posted this in the wrong thread, so now I'm editing it...

I do like the shine on your top bar.

DikkieBurger
07-12-2006, 05:58 PM
Anybody with some feedback to improve my photoblog?

jimhere
07-12-2006, 09:09 PM
I like the "Aqua" nav bar at top, but I was confused by the "current image" thumb displaying a few pixels lower than thos next to it -- I thought it was an align problem at first.

What are you using for the Comments box and Tool-tips boxes?

DikkieBurger
07-12-2006, 09:32 PM
For the comment box I use greybox (http://orangoo.com/labs/GreyBox/) and for the tooltips I use overlib (http://www.bosrup.com/web/overlib/), just look at my source code and style sheet. In my source code you can find the javascripts I use in the scripts section

DikkieBurger
07-13-2006, 10:46 AM
Just added a fade script in for my photo's, I like it.
Some critics?

http://www.shoqed.nl/

gardenlevel
07-13-2006, 02:38 PM
The fade script is very cool. I wonder if there's a way to speed it up by preloading the next image or some other trick? Even if you can't I still like it...

DikkieBurger
07-13-2006, 03:26 PM
I can speed it up, but the steps of the fading effect will be bigger and that makes it ugly I think


<script type="text/javascript">
<!--
document.write("<style type='text/css'>#photo {visibility:hidden;}</style>");

function initImage() {
imageId = 'photo';
image = document.getElementById(imageId);
setOpacity(image, 0);
image.style.visibility = "visible";
fadeIn(imageId,0);
}
function fadeIn(objId,opacity) {
if (document.getElementById) {
obj = document.getElementById(objId);
if (opacity <= 100) {
setOpacity(obj, opacity);
opacity += 10;
window.setTimeout("fadeIn('"+objId+"',"+opacity+")", 100);
}
}
}
function setOpacity(obj, opacity) {
opacity = (opacity == 100)?98.999:opacity;
// IE/Win
obj.style.filter = "alpha(opacity:"+opacity+")";
// Safari<1.2, Konqueror
obj.style.KHTMLOpacity = opacity/100;
// Older Mozilla and Firefox
obj.style.MozOpacity = opacity/100;
// Safari 1.2, newer Firefox and Mozilla, CSS3
obj.style.opacity = opacity/100;
}
window.onload = function() {initImage()}
// -->
</script>

DikkieBurger
07-14-2006, 11:31 AM
Now I have a problem, added the fade effect and now the overlib doesn't work any more... mmm it looks like the cant work togehter....

GeoS
07-14-2006, 03:16 PM
For me overlib works and shows:
Rooftop | 0 Comments

but this fade effect doens work.

DikkieBurger
07-14-2006, 09:37 PM
I disabled the fade effect because when the fade worked the ovelib stopped working

DikkieBurger
07-20-2006, 01:08 PM
Added the captcha addon, no spam anymore! :cool: