... showing all entries from code
Below you will find all posts from the category code ↓
Links/Files referred to are for educational purposes only.
Got Rainbow Feather javascript error?
February 20th, 2008 by jezfirst of all, get rid of the following two things in the header.php:
window.onload = function() {
new SmoothScroll({duration:2000});
}
because if you use lightbox (with prototype it does not play along that well.)
if you want to use lightbox with moo,
you should use slimbox
the file (feather.zip) comes with different headers:
one for slimbox and moo.tools (smallest) default install
one for lightbox [...]
Install Coppermine SVN (or upgrade/update)
February 7th, 2008 by jezTags: 2008, coppermine, subversion, svn, update
Uploading and Installing Coppermine is really is a time-consuming task – not if you can use subversion from the box and simply type:
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine coppermine
but just to be better safe than sorry I’d go for
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/ coppermine
because this is the version that is currently being worked and developed on.
As by the day of [...]
New Year, update copyright script/code php
January 7th, 2008 by jezI always laugh at sites that have “old” copyright information on them and I almost forgot to update mine.
No-longer shall I be doing that with thanks to PHP´s little helper in form of the following one-line (I call it) “New Year Update Copyright script” in PHP:
What it does is quite obvious: it outputs the current [...]



