Admit it, even though rounded corners are widely seen as overused, you love playing with border-radius. A common complaint is that you can’t use that CSS3 property on images. Define any value, and the images will still display as nature intended: straight corners.
Category Archives: Programming
PHP animated GIF with FFmpeg and PHP
The tools To create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.
PHP variable creation into one line
variable creation into one line
PHP: Multi-word MySQL Search
Here we have a simple PHP search algorithm that queries a MySQL database and outputs the result. It is a simple alternative to using the FULLTEXT search feature of MySQL. The script autmatically takes into consideration how many search words are in the search string which is submitted from the HTML search form. It then …
Superfish & Cufon in IE8
Submenu items aren’t visible when they are Cufonized. To fix this change superfish.js
greek letters using strtoupper and strtolower
Solution