Posts marked with “php”

PHPDOCX: generating Word documents from PHP

by · July 21, 2010

11
 

PHPDOCX is a PHP library that allows its client code to generate Microsoft Word documents in the .docx format from PHP scripts, or to output PDF and HTML from a given Word document.

 

Ext4Yii, bridging PHP and JavaScript frameworks together

by · July 15, 2010

14
 

Ext4Yii is one of the numerous solution to bring a JavaScript framework into a PHP one with ease.

 

Never Use $_GET Again

by · July 8, 2010

38
 

How many times have we heard about security issues in PHP applications stemming from unescaped GET and POST parameters? Proper escaping of input is a perennial problem with web development in general, and for whatever reason PHP seems to have had more than its fair share of bad publicity on this front.

 

The state of PHP 5.3 support

by · June 9, 2010

5
 

If I want to use PHP 5.3 right now on my development box or server, which platform should I choose?

 

Learning to be Flexible

by · May 25, 2010

0
 

Last year in the thick of web2project development, we realized something obvious: The vast majority of people don’t need the full system, they just need a way to see their just their information in a useful way. Towards that goal, we started shopping around for options to simplify and an Adobe AIR app quickly became a leading candidate. Fast forward a few months and I finally had the time to try out Flash Builder 4.

 

phpDay 2010 international talks

by · May 20, 2010

0
 

Fabien Potencier and other international speakers made their talks at phpDay 2010, which are now available online.

 

FTW! Contest Deadline is May 17th

by · May 13, 2010

1
 

The FTW! Competition (Canadian PHP on Windows Contest) deadline is May 17th 8am. If you have a PHP application running on Windows and IIS, submit your app to this competition today.

 

phpDay 2010

by · May 4, 2010

0
 

Let’s take a look at the international speakers of 2010’s edition of the phpDay conference in Italy, and at the variety of covered topics.

 

First beta of Doctrine 2 released

by · April 28, 2010

4
 

Doctrine 2’s first beta release is out. We will take a look at how this Orm lets you almost ignore the existence of a database.

 

Putting glob() to the test

by ·

12
 

Of course it’s desirable to write concise code, but don’t assume this always equates to fast code.