[ Content | Sidebar ]

Posts tagged php

Free facelift for your webpages

A common solution in order to use freely typefaces while designing a web page, is creating graphical representations of the text content;  this solution apparently works well, however it is not efficient and not easy to update when the text content changes, as each text must be written or modified manually through an image manipulation [...]

Podcast Generator: Open Source Podcast Publishing Solution

Podcast Generator is free web based podcast publishing script written in PHP: users can upload media files (audio-video) via a web form along with episode information and automatically create podcast w3c-compliant feed including iTunes specific tags.
Podcast Generator is an open source web based software I developed as part of my final degree project in 2007 [...]

How to display referer-based contents in your web pages using PHP

In this article I’ll explain how to use PHP in order to offer your visitors targeted content based upon their referring page.
PHP and CSS allow you to create a customized box which appears in a defined place of your webpages and gives help to visitors who satisfy predetermined conditions: the PHP variable $_SERVER consists in [...]