News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Mpwebwizard.com:
Use a mirror for hits from popular websites
December 18, 2006 @ 15:49:00

There's a tutorial over on mpwebwizard.com that's been updated and talks about using a mirror to handle hits from a popular website (like digg or slashdot).

caching services such as coral content distribution network provide an alternative for when your site goes down, but why wait until it gets to that stage? why not just send all your hits from high-end websites to the coral cache version? well, there isn't a good reason not to, so i'll show you how to do it automatically.

He provides the simple script that looks for certain sites in the "HTTP_REFERER" value of incoming calls and pushes them off to the cached location with a header() redirect. The whole thing is only 12 lines, not counting the $sites array.

0 comments voice your opinion now!
mirror automatically tutorial coral content distribution network referrer mirror automatically tutorial coral content distribution network referrer



Bubble.ro:
How to create the histogram of an image using PHP
November 01, 2006 @ 10:18:43

On the Bubble.ro website, there's an interesting tutorial that guides you through the creation of a histogram for any image (that PHP can handle) automatically with a little GD functionality.

The algorithm to calculate the histogram for an image is pretty straight forward if you know how to extract the RGB value of each pixel, by counting the number of pixels of each value (and then divide by the total number of pixels in order to get a normalized value).

They share the simple script that grabs the image's data, analyzes it, and, superimposed on one corner of it, places the histogram image. They have the full source and examples available for download.

0 comments voice your opinion now!
histogram image gd automatically highs lows histogram image gd automatically highs lows



Community Events









Don't see your event here?
Let us know!


PHP5 database ajax example release cakephp PEAR releases application developer zend code mysql job book zendframework security framework conference package

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework