Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

thePHP.cc at IPC 2010

Posted on : 06-10-2010 | By : admin | In : PHP Advanced, PHP XML

0

thePHP.cc – The PHP Consulting Company will present the following workshops and sessions at this year’s International PHP Conference in Mainz: Your Tests are lying! Sebastian Bergmann, 2010-10-11, 11:45 AM – 12:45 PM, Zagreb I Unit Tests help reducing the cost and risk of any individual change smaller.

See the original post here:
thePHP.cc at IPC 2010

Solar 1.0.0beta4 released, with new manual chapters – Paul M. Jones

Posted on : 15-02-2010 | By : admin | In : PHP XML

0

Yesterday I released the beta4 version of the Solar Framework for PHP. You can see the change notes here. We have also added three new chapters to the manual: Working with Models Working with Related Models Views and Layouts by Jon Elofson And some some appendices for more in-depth information about Solar’s underpinnings

Link:
Solar 1.0.0beta4 released, with new manual chapters – Paul M. Jones

Alexa/Google Page Rank

Posted on : 15-02-2010 | By : admin | In : PHP XML

0

Get the page rank of any website supported by Alexa with this simple function.

More:
Alexa/Google Page Rank

Return Between

Posted on : 15-02-2010 | By : admin | In : PHP Advanced, PHP XML

0

Return strings that are between two start and stop positions.

More:
Return Between

Watermark An Image

Posted on : 15-02-2010 | By : admin | In : PHP XML

0

Take an image, and put a water mark on top of it.

Read more:
Watermark An Image

Large Data One Query

Posted on : 15-02-2010 | By : admin | In : PHP Advanced, php scripts, PHP XML

0

This is an example of how to insert lots of data into a database using mysql_query only once!

Visit link:
Large Data One Query

convert plain html into xhtml

Posted on : 15-02-2010 | By : admin | In : php scripts, PHP XML

0

Tries to make out of the given string a xhtml-compatible string, that means that the return-string could be wrapped within a xml.

More:
convert plain html into xhtml

Tag Builder

Posted on : 15-02-2010 | By : admin | In : PHP XML

0

This simple function can build XHTML tags for you really quickly

Read the original here:
Tag Builder

Calculate Central European Summer Time (CEST)

Posted on : 15-02-2010 | By : admin | In : PHP Basics, php scripts, PHP XML

0

Countries of the European Union add an hour to the time during summer to better seize sunlight, so for several months GMT 0 becomes GMT +1, GMT+1 becomes GMT-2 and so on. This is known as Central Euro

See the rest here:
Calculate Central European Summer Time (CEST)

ImageMagick Image Upload Thumbnail

Posted on : 15-02-2010 | By : admin | In : PHP XML

0

Using ImageMagick, you can easily create image thumbnails faster and much easier than using just php.

Read more:
ImageMagick Image Upload Thumbnail