public marks

PUBLIC MARKS from smartestbiz with tags "web design" & php

May 2007

How to convert/encode files to FLV using FFMPEG & PHP

by 5 others
Away to convert/encode files to FLV using FFMPEG & PHP,the most widely used type of codec that runs on most Flash players

January 2007

What FFMPEG-PHP can do and how to use the most out of it

by 1 other
You’ve probably heard of ffmpeg-php and it’s wide usability mostly in sites that involve with videos such as YouTube or any other similar site. Here’s a bit of an introduction to it and how to use it.

December 2006

Secure programming habits in PHP

The goal of this article is to show common threats and challenges of programming secure PHP applications. The wonderful thing about PHP is that people with little or even no programming experience are able to achieve simple goals very quickly. The problem, on the other hand, is that many programmers are not really conscious about what is going behind the curtains. Security and convenience do not often go hand in hand — but they can.