Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP Women:
A Cookbook (both PHP and Food Kinds)
Feb 12, 2009 @ 15:32:56

The PHP Women are trying to put together a different sort of "cookbook" than most of the community might be used to. It combines two meanings of the word and gives both PHP "recipes" and actual ones once the book is flipped.

Hi, there has been the idea/concept of a PHPWomen Cookbook being produced. Being Silly thing that I am, I [BinaryKitten] volunteered to collate and produce it. You read the book 1 way and it will all be PHP Recipes. Flip the book over and it will all be culinary recipes.

They're still in the panning stages, so they need feedback from the community as to whether the idea can get off the ground, who might want to contribute to the recipes and what it would take to get it into print and distributed. Have some ideas? let them know! (and no, you don't have to be female to participate)

tagged: phpwomen cookbook flip food donation

Link:

Pierre-Alain Joye's Blog:
imagerotate, little confusions in the manual (damned, I cannot say RTFM!)
Feb 06, 2007 @ 18:02:00

Pierre-Alain Joye is looking to clear up some confusion with his new blog post today surrounding the imagerotate function and some of its options:

imagerotate has special intern functions when the rotation angle is a multiple of 90 degrees, it actually only flips the image. The operation is quite fast as it is a two nest loops with a little copy operation. However it looks like the manual has a little mistake in the function description, which can lead to confusion.

The problem comes from a part mentioning the scaling down of an image to fit into the destination image. With a flip of 90 degrees, though, the resulting image contents will stay the same size as the original - the image only flips, not really rotates.

tagged: imagerotate manual confusion degree flip image imagerotate manual confusion degree flip image

Link:

Pierre-Alain Joye's Blog:
imagerotate, little confusions in the manual (damned, I cannot say RTFM!)
Feb 06, 2007 @ 18:02:00

Pierre-Alain Joye is looking to clear up some confusion with his new blog post today surrounding the imagerotate function and some of its options:

imagerotate has special intern functions when the rotation angle is a multiple of 90 degrees, it actually only flips the image. The operation is quite fast as it is a two nest loops with a little copy operation. However it looks like the manual has a little mistake in the function description, which can lead to confusion.

The problem comes from a part mentioning the scaling down of an image to fit into the destination image. With a flip of 90 degrees, though, the resulting image contents will stay the same size as the original - the image only flips, not really rotates.

tagged: imagerotate manual confusion degree flip image imagerotate manual confusion degree flip image

Link:


Trending Topics: