new 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.

Book Review Shell Script Pearls

| | |

Shell Script Pearls is designed to provide information about shell scripting. The book is collection with all tips and code sample you need to learn about shell scripting. Author has clearly demonstrated unique tools and script samples that go beyond the level of basic scripting. The book is useful for geeks, hackers, sys admin and advanced users. The book doesn’t explain basic programming structure and syntax. If you are the beginner get some basic book or start with our own tutorial.

You will find lots of useful collection of a shell scripts and practical examples that can be used in da

How To Set Up A Facebook RSS Feed Reader Application For Your Blog

| | | | | | | | |

This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application. I will use PHP5 to build the RSS feed reader application. To parse the RSS feed and generate HTML from it, I

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

Linux or UNIX - Connect mysql in C

| | | |

MySQL database does support C program API just like PHP or Perl API.

The C API code is distributed with MySQL. It is included in the mysqlclient library and allows C programs to access a database.

Many of the clients in the MySQL source distribution are written in C. If you are looking for examples that demonstrate how to use the C API, take a look at these clients. You can find these in the clients directory in the MySQL source distribution.

This tutorial provides a sample MySQL C program and step by step compilation instructions to kick start MySQL programming via C API.

"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.

Syndicate content