May 30

Proud to announce OSArea.net, my newest site :)

May 29

Here is a nice code which flips a webpage, nice for joke :)
<style type="text/css">
body { filter: fliph flipv };
</style>

May 28

First, save this file as functions_copyright.php:

<?php 
# [FUNCTIONS_COPYRIGHT.PHP] 
# © Jan Marques, 2007 

function copyright($naam$jaar$sitelink NULL

$nu date(“Y”); 
if (empty(
$sitelink)) 
  echo 
“&copy; ” htmlentities($naam) . “, ” $jaar “ - ” $nu
else 
  echo 
“&copy; <a href=\”” $sitelink “\” target=\”_blank\”>” htmlentities($naam) . “</a>, ” $jaar “ - ” $nu

?> 


then, on the page where your footer is, put
include(“functions_copyright.php”);
and on the place you’d like to show it
copyright(“Your Name ““Startyear"“http://www.sitelink.com”);
or
copyright(“Your Name ““Startyear”);
if you don’t have a site

May 28

A small collection of scripts I made in my php-learning-project can be found here

May 28

And welcome phpBB Jobs :?

Where is it going with the administration of this wonderful peace of software??

Hope the new management will have another view on those things!

May 22

Quiet young site, but worth it to check on it!

My top 10 software

May 22

Hmm, swimming, not one of my favourites :D
Today I swam (correctly written :P ?) 400 meters in 8 minutes 24 seconds.
That’s an average speed of 2,8571428571428571428571428571429 km/h, which is faster then it seems :mrgreen:

Anyway, after that I was - understatement - tired :)

Next year next episode!

May 21

Yep,
finally, server change :)

Now, we’re on a very fast server, so all sites just load fine again :)

May 18

phpBB.com Topic // phpBBModders.net Topic