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

Mikko Koppanen's Blog:
Creating buttons with Imagick
Nov 22, 2007 @ 23:05:50

Mikko Koppanen has another quick new tutorial on using Imagick in your applications - this time it's about making buttons dynamically.

The button in this example is created after this tutorial http://xeonfx.com/tutorials/easy-button-tutorial/ (yes, I googled "easy button tutorial"). The code and the button it creates are both very simple but the effect looks really nice.

The example code creates a simple round button with a fill color and white text. Their examples show a red, green and blue buttons.

tagged: imagick button tutorial round fill color font imagick button tutorial round fill color font

Link:

Mikko Koppanen's Blog:
Creating buttons with Imagick
Nov 22, 2007 @ 23:05:50

Mikko Koppanen has another quick new tutorial on using Imagick in your applications - this time it's about making buttons dynamically.

The button in this example is created after this tutorial http://xeonfx.com/tutorials/easy-button-tutorial/ (yes, I googled "easy button tutorial"). The code and the button it creates are both very simple but the effect looks really nice.

The example code creates a simple round button with a fill color and white text. Their examples show a red, green and blue buttons.

tagged: imagick button tutorial round fill color font imagick button tutorial round fill color font

Link:

Mikko Koppanen's Blog:
Pretty Thumbnails
Oct 08, 2007 @ 21:14:00

Mikko Koppanen has another example of image manipulation in PHP through Imagick to create dynamic thumbnails of your images.

Today's example is about making pretty thumbnails by combining a drop-in shadow with round corners. The image is first scaled down to create a thumbnail. [...] The next step is to round the corners of the image. [...] The final step is to create the drop-in shadow and composite the thumbnail over it.

Both the code block to create the thumbnail and a before and after image to show how it translates in the post.

tagged: imagick thumbnail round corner dropshadow tutorial imagick thumbnail round corner dropshadow tutorial

Link:

Mikko Koppanen's Blog:
Pretty Thumbnails
Oct 08, 2007 @ 21:14:00

Mikko Koppanen has another example of image manipulation in PHP through Imagick to create dynamic thumbnails of your images.

Today's example is about making pretty thumbnails by combining a drop-in shadow with round corners. The image is first scaled down to create a thumbnail. [...] The next step is to round the corners of the image. [...] The final step is to create the drop-in shadow and composite the thumbnail over it.

Both the code block to create the thumbnail and a before and after image to show how it translates in the post.

tagged: imagick thumbnail round corner dropshadow tutorial imagick thumbnail round corner dropshadow tutorial

Link:

Chris Shiflett's Blog:
Zend Gets Another $20 Million
Aug 28, 2006 @ 16:13:44

According to this new post on Chris Shiflett's blog, Zend has recieved another "boost" to their cash flow to the tune of $20 million in a fourth round of funding.

Chris cites both this News.com article and Zend's own press release on the topic:

The new funds will enable us to expand faster in emerging geographical markets, accelerate our product development and extend the services organization to meet the demands of our growing number of enterprise PHP customers.

He looks at it positively, noting that what's good for Zend is, ultimately, good for PHP - and this is very good for the company.

tagged: zend funding million twenty fourth round customers enterprise zend funding million twenty fourth round customers enterprise

Link:

Chris Shiflett's Blog:
Zend Gets Another $20 Million
Aug 28, 2006 @ 16:13:44

According to this new post on Chris Shiflett's blog, Zend has recieved another "boost" to their cash flow to the tune of $20 million in a fourth round of funding.

Chris cites both this News.com article and Zend's own press release on the topic:

The new funds will enable us to expand faster in emerging geographical markets, accelerate our product development and extend the services organization to meet the demands of our growing number of enterprise PHP customers.

He looks at it positively, noting that what's good for Zend is, ultimately, good for PHP - and this is very good for the company.

tagged: zend funding million twenty fourth round customers enterprise zend funding million twenty fourth round customers enterprise

Link:


Trending Topics: