The creator of the project classes PHPExcel to create Excel 2003/2007 files from PHP has released a new project to create PowerPoint presentations from PHP.
The class PHPPowerPoint can add new slides to a presentation, add images, text, links etc.. and export all in one PowerPoint file.
This project is Open Source and the site is hosted on CodePlex, which is the open source development platform from Microsoft.
PHP Class Powerpoint is currently in its first version.
PHP Project Site Powerpoint
Website of the author of PHP classes and PHP Excel Powerpoint
Site of the Excel class php
Add a comment? "
Since last week, the company Zend has released a new product designed to create environments WAMP, LAMP and MAMP optionally with other databases and IIS web server as if it is compatible.
Zend Server exists in two versions a free version with limited functionality and quite a paid version that includes for example the possibility to define rules on error for sending automatic email example
If you use this server and you want to use URL rewriting, although the Apache mod rewrite is enabled by default, this feature does not work to fix that, go in httpd.conf.
Once in the file, in part:
<Directory "C:\Program Files (x86)\Zend\Apache2/htdocs »>
Replace the line:
AllowOverride None
By:
AllowOverride All
Then restart your Apache server by going to services.msc and clicking "Restart the service?" After selecting the line
Apache2.2-Zend
Once this change and the computer restarts, the URL rewriting must work if it is not the case then check your syntax in the. Htaccess.
Zend Home Server
3 Comments »
Today, the MSDN has welcomed four new coaches, three relate to Microsoft technologies and the fourth is in turn dedicated to PHP with Visual Studio.
It's a total of ten coaches who are now freely available to train you, these coaches are divided into three categories:
- Languages
- Rich Applications
- Web
- Tools
In addition to PHP, the new coaches that have emerged today are dedicated to WPF, SQL Server and SharePoint
Discover free coaches MSDN
Add a comment? "
If you're a developer, it is sometimes useful to test the application with a database fairly consistent, so, rather than fill it by hand is util when software can do it alone! This is the case for the site GenerateData.com
When creating the table, you can choose the export format (SQL, CSV, XML, Excel ...) as well as data that may be contained in the various columns on each row of the table.
The only drawback I've found but can be customized is that the full names and addresses are in English so for an application in French, this is not necessarily the ideal with the accents of Latin characters.
It is possible to generate up to 200 lines per page, or up to 5000 lines if you download the code to open source application that allows to save locally if the forms already generating unlike the free version online.
The script is in PHP and uses MySQL database for data pre-established.
View Website GenerateData.com
Add a comment? "
On many site, displaying banner advertising is random.
To create your own, it is very simple and takes only a few lines to complete it.
Continue reading this entry ... "
Add a comment? "