hanji's prog links

Using FFMpeg to create YouTube clone script

| | | | |

Tutorial on how to create a YouTube clone FLV conversion. Simple PHP that converts WMV to FLV and plays the file in a Flash Player.

Optimizing MySQL Database Tables with PHP

| | | | |

Simple howto with user-defined function for optimizing MySQL database tables with PHP

Frame capture with PHP and mplayer

| | | | | | |

Nice simple howto on capturing frames from movies with PHP and mplayer

"Do you want to close this window?" IE 7 Fix

| |

With IE7, the 'usual' fix for the close window warning will not work, here is an example that covers older IE as well as IE7

PHP and GD for generating and cropping avatars

| | | | | | |

How-to for generating avatars (cropped to a square) using PHP and the GD image library

Overlay text using PHP and GD

| | | | |

Simple howto on overlaying text on images using PHP and the GD library. Great for watermark or image labeling.

PHP's fsockopen() in mod_chroot

| | | | | |

This simple howto addressing what needs to be in chroot jail for fsockopen() getaddrinfo to work.

Program your own social bookmark plugin

| | | |

Nice simple tutorial on how to write your own social bookmarking plug-in for your blog or web site.

Creating a simple RSS XML feed using PHP

| | | | | | |

HowTo for creating simple RSS XML feed using PHP. This example has a RSS feed created via PHP-CLI and run once a day via CRON.

How-To for developing and incorporating your own error handling for PHP

| | | | |

Article discussing how to configure custom error handling in PHP applications. This will show custom error template, and email administrator the error message. Uses set_error_handler() and trigger_error() functions.

Syndicate content