browse by tag: media
sort by
Digg API: How to Get a Random from Digg with PHP and XML
in PHP added by Walkere, on 26/2/2008 advanced tutorials media php5 xml
This tutorial walks you through using the Digg API to fetch a random story from Digg and display it on your own site. Good introduction to using the Digg API for content syndication. Uses PHP 5 and XML.
comment save reportGD Support Server Check with gd_info Function
in PHP added by ProgrammingPHP, on 2/8/2007 captcha image manipulation image verification media
Test your server's ability to use GD image manipulation through this script. If installed and supported, the GD library allows you to use CAPTCHA image verification and other forms of dynamic images.
comment save reportGD Library Bar Chart
in PHP added by PartDigital, on 5/5/2007 Chart GD Library Graph dynamic media php
Create a dynamic bar chart with PHP and GD Library.
comment save reportDrop Shadows with GD Library
in PHP added by PartDigital, on 29/4/2007 drop shadow dynamic image media photoshop thumbnail
Learn how to create drop shadows easily with GD Library and Photoshop
comment save reportCreate Thumbnail Images using PHP
in PHP added by Nolte, on 19/2/2007 dynamic gd2 image media php thumbnail
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled.
comment save reportDynamic Thumbnails from Websites
in PHP added by finalwebsites, on 15/2/2007 file media php thumbnail web service
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
comment save reportConverting HTML color to RGB values and vice versa
in PHP added by goodphptutorials, on 3/1/2007 RBG color media
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.
comment save reportHow to resize pictures in PHP
in PHP added by goodphptutorials, on 12/12/2006 image media resize
This tutorial shows you resize an image in php with it's original aspect ratio, or force the picture to fit into a new dimension
comment save reportJoining .WAVs with PHP
in PHP added by goodphptutorials, on 30/11/2006 media sound wav
A function which demonstrates how to join multiple .wav files together.
comment save reportStorage and re-use of images using PHP/GD - Part 2
in PHP added by goodphptutorials, on 22/8/2006 gd image storage media web publishing
Publishing images on the web is nice, but tedious. It would be nice if we could use a system that automates the uploading, storage, converting and resizing of our images. We could feed that system our images once, and retrieve them later in many different formats. In this article, we will write some scripts that come close to this ideal system. PHP and the GD-library will provide us with an easy method of uploading, searching and publishing our images.
comment save reportStorage and re-use of images using PHP/GD - Part 1
in PHP added by goodphptutorials, on 21/8/2006 gd image upload images media
Publishing images on the web is nice, but tedious. It would be nice if we could use a system that automates the uploading, storage, converting and resizing of our images. We could feed that system our images once, and retrieve them later in many different formats. In this article, we will write some scripts that come close to this ideal system. PHP and the GD-library will provide us with an easy method of uploading, searching and publishing our images.
comment save reportImage manipulation with PHP & the GD library, Part 2
in PHP added by goodphptutorials, on 17/8/2006 gd images media
In this second part of the article series on PHP?s image functions Dennis Pallett shows you how to resize images on-the-fly and how to dynamically add a watermark to an image. Full demo code included.
comment save reportImage manipulation with PHP & the GD library, Part 1
in PHP added by goodphptutorials, on 17/8/2006 gd images media
In this first part of a new article series on PHP?s image functions Dennis Pallett will show you how to open, display and save images with the GD library. You will also learn how to build a simple image converter script, with full source included.
comment save reportWatermark Images on the Fly in PHP
in PHP added by goodphptutorials, on 4/4/2006 media watermark
Let's suppose that you've just been given five screenshots from the biggest upcoming video game of the year. You want to share your screenshots, but credit has to be given where credit is due. The solution is to watermark the images.
comment save reportPHP Security Image
in PHP added by goodphptutorials, on 3/4/2006 captcha image media security
This in depth tutorial will show you how to create a security image to prevent bots from flood-registering your site.
comment save reportCreating a Mail Form with PHP and Flash
in PHP added by goodphptutorials, on 25/2/2006 contact form flash image media upload
In this tutorial we are going to show you how to create a contact form within flash and send it using PHP
comment save reportDynamic Images
in PHP added by goodphptutorials, on 27/1/2006 dynamic image gd media
If you frequent forums, you'd probably remember images in people's signatures that would display information about your computer. Such mysticism! This tutorial will teach you that, and more!
comment save reportGD Library
in PHP added by goodphptutorials, on 3/12/2005 dynamic images gd images media
his tutorial is for users who are trying to get a good introduction about the PHP GD functions.
comment save report