Tag Archives: food

Project: Loukoulos.com

About two months ago we started a new project with the name “Loukoulos.com“.
The website is all about useful recipes, cooking tips and ideas.

Have a look at the website

Become a fan on our Facebook page: http://www.facebook.com/loukoulos.com
Follow us on twitter: @loukoulos_com ( https://twitter.com/loukoulos_com )

See some screenshots from the website as a slide-show in Flickr.com or subscribe to the set “Loukoulos.com”.

Your comments please… ;)

1 Star2 Stars (+15 rating, 8 votes)
Loading ... Loading ...

Project: Estiatoria.net

A couple of years ago I started a project by the name of estiatoria.net.
The main goal is to map all the restaurants, taverns etc in Greece!
So… a few days ago I register two more domain names that lead to estiatoria.net.
From now on estiatoria.org & estiatoria.info will lead you to estiatoria.net.

See some screenshots from the website as a slide-show in Flickr.com or subscribe to the set “Estiatoria.net”.

;)

Cholesterol Levels 2010 (= Greek Easter)


See the photos as a slide-show in Flickr.com.

<?php
// Set your Cholesterol Level before executing the script!
// Uncomment the next line.
// $Cholesterol = 240;

if (!isset($Cholesterol) || $Cholesterol=='') {
	echo 'This is good!';
} else {
	if ($Cholesterol<200) {
		echo 'Desirable level. Low risk for coronary heart disease.';
	} elseif ($Cholesterol>=200 && $Cholesterol<240) {
		echo 'Borderline high!';
	} else {
		echo '<strong>DANGER!</strong> High blood cholesterol!';
	}
}
?>

;)

1 Star2 Stars (+24 rating, 6 votes)
Loading ... Loading ...