[ Content | Sidebar ]

Posts tagged php

Super simple Text to MD5 Converter

Yep, I know, there are tons of web-based MD5 encryption tools out there, however some of them store the associations between strings and their hashes into a database that allows eventually to “decrypt” in real time (no bruteforce) any string previously entered…
For this reason, I decided to dedicate one minute in writing “yet another text [...]

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 [...]