It's not the best design i've seen but still it looks nice man!
Nice implemented photo gallery, looks really "in-line" with the rest of the site. Can you provide a link to the site of that photogallery? thx!
greetz
new site
see the "Powered by Gallery v1.4.2" on Gallerypages.PaRa wrote:Can you provide a link to the site of that photogallery?
http://gallery.sourceforge.net/

Ralf
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
i had serious problems with gallery. It's pretty good but his request for safe mode = off into the server is a no-no in 90% providers and sometime you need non-standard libraries to use it.
Actually my first choice for galleries is coppermine, which you can find on sourceforge too; very easy to install, a bit unintuitive sometimes in image storage but it's cooler than gallery, imho...
Actually my first choice for galleries is coppermine, which you can find on sourceforge too; very easy to install, a bit unintuitive sometimes in image storage but it's cooler than gallery, imho...
Completeness is reached through subtraction, not through addition
In response to this:
You can find the original post here.
...I posted this code a while back to resize your iframe...sure, it is pretty simple, but maybe not the best solution out there (if anybody has any other suggestions please post!).
Code: Select all
<script language="JavaScript">
function iFrameHeight() {
if(document.getElementById && !(document.all)) {
h =
document.getElementById('iframename').contentDocument.body.scrollH
eight;
document.getElementById('iframename').style.height = h;
}
else if(document.all) {
h = document.frames('iframename').document.body.scrollHeight;
document.all.iframename.style.height = h;
}
}
</script>
<iframe onLoad="iFrameHeight();" src="forum/index.php" scrolling="no"
scroll="auto" id="iframename" marginwidth="0" marginheight="0"
frameborder="0" style="width:100%;" height=600></iframe>
while !sleeping {
work_on(phpwcms);
}
// Check out our web development company!
// "Your business has character... don't hide it!"
work_on(phpwcms);
}
// Check out our web development company!
// "Your business has character... don't hide it!"