 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHPWomen.org: Book review PHP Master
by Chris Cornutt January 10, 2012 @ 08:19:03
On the PHPWomen blog today there's a new book review of SitePoint's latest major PHP publication - "PHP Master" (by Lorna Mitchell, Davey Shafik and Matthew Turland).
At 357 pages (375 including index), this book provides a thorough grounding in the key topics todays PHP developer should strive to know, and know well. The back cover ambitiously states that the book is "guaranteed to take your PHP skills to the next level". Keep reading to find out whether or not I agree.
She walks you through the contents of the book, noting that, despite her being an experienced developer, there were still things that she found new.
Despite the stated demographic, I think this book has a lot to offer novice developers. It would be a real challenge to properly digest and understand the wide range of topics covered, but an achievable and worthwhile one nonetheless. [...] If you're still undecided, my advice is buy the book - you won't regret it.
voice your opinion now!
bookreview phpmaster sitepoint lornamitchell daveyshafik matthewturland
SitePoint Blog: Book Release - "PHP Master Write Cutting-Edge PHP Code"
by Chris Cornutt October 21, 2011 @ 09:58:25
As is mentioned in this new post to the SitePoint blogs, a new book has been released (by SitePoint press, naturally) about "writing cutting-edge PHP code" by a few well known authors in the PHP community - Lorna Mitchell, Davey Shafik and Matthew Turland.
Savvy PHP web developers can now keep ahead of the game and ensure that their PHP code is safe, secure, and well-structured for the future with the latest release from SitePoint: "PHP Master: Write Cutting-edge Code"
by Lorna Mitchell, Davey Shafik, and Matthew Turland.
The book covers a wide range of topics (somewhat replacing SitePoint's usual "anthology" type of book) including:
- An introduction to OOP
- Working with databases
- Creating and working with APIs
- Design patterns
- Security
- Automated testing
As part of a special offer, you can pick up your print+ebook bundle for the price of just the book, about $40 USD. If you'd like a sample before purchasing, they've posted three sample chapters.
voice your opinion now!
sitepoint book release phpmaster cutting edge code lornamitchell daveyshafik matthewturland
Juozas Kaziukenas' Blog: How to use external libraries in PHP?
by Chris Cornutt May 23, 2009 @ 20:26:09
As a part of his work for the WinPHP Challenge Juozas Kaziukenas looks at some of the external library types that you can use with your (Windows) PHP applications.
External libraries are useful for performance demanding tasks where PHP is simply too slow. Also PHP can work as front-end system for various back-end systems (where server doesn't provide any PHP supported communication types). I have written some posts about using .Net libraries in PHP so far, but there are some other choices available too.
He looks at the three types of library choices - PHP extensions, exec call. For what he wants to do, though, the COM objects are the best fit for the job.
voice your opinion now!
external extension pecl com
An Phillips' Blog: COM/.NET Interop in Zero PHP
by Chris Cornutt January 29, 2009 @ 15:03:25
Ant Phillips looks a bit at some interoperability between the PHP and Project Zero when to comes to using the COM/.NET extension.
Zero doesn't currently support the COM/.NET extension in PHP. No matter though, there is a handy open source project called JACOB that bridges between Java and COM/.NET. In fact, there is an easier way to do this using a Groovy library called Scriptom. This is really just a friendly wrapper around JACOB to provide a better syntax for calling methods and accessing properties.
He also includes a quick introduction and howto on getting the functionality up and working in a Windows environment - download, add the JAR to your path, edit your php.ini and copy and paste some example code in to see it in action.
voice your opinion now!
com net interoperability zero extension jacob scriptom
Developer Tutorials Blog: Extracting text from Word Documents via PHP and COM
by Chris Cornutt March 26, 2008 @ 12:02:06
In a recent blog post Akash Mehta showed how to reach into a Microsoft document (a Word file) and pull out the content inside via a PHP script.
Communicating via COM in PHP is easy as ever; especially for people coming from a VB background where executing complex tasks in MS-applications is a piece of cake, you will feel right at home in PHP. In fact, VB COM calls can be converted to PHP COM calls in just a few simple search and replaces.
He shows how to use the COM extension in a (Windows) PHP installation to access the text inside the document and manipulate the contents however you'd like (even writing them back out to another Word file).
voice your opinion now!
com document word extract content manipulate
InformBank.com: How to create Microsoft Office documents on the fly using PHP
by Chris Cornutt August 07, 2006 @ 11:57:37
In this new tutorial from InformBank posted today, they show how to use PHP (and a few handy tricks) to create Microsoft Office documents on the fly.
Sometimes you have to generate some MS Office document for the users of your website using dynamic data. For example, few days ago, I had to generate some Excel reports using data from some tables in MySQL. I knew about the COM but it has a lot of disadvantages, including Windows-only platform and not very high speed. CSV is much easier and faster but you can't format the cells to make them better-looking. The method I've never thought about before was using HTML.
So here came the inspiration and after some research and experiments I wrote this tutorial for all of you who are looking how to create Office documents on the fly using PHP. Of course, I included the COM methods and some methods to create other MS Office documents like DOC and PPT, to make this tutorial as full and as useful as possible.
The tutorial starts with the creation of documents (Word, Excel, Powerpoint) with the COM functionality (the standby method PHP has had for a while). Of course, it also requires the script to be running on Windows to work. So, what's the other option? As he goes on to explain, it's something as simple as HTML.
He includes two examples of alternate mathods, showing hhow to use HTML or a CSV file to create a custom Excel document. He also throws in some code to help you stream out the resulting document as a zip file to the browser.
voice your opinion now!
microsoft document onthefly com extension html csv file microsoft document onthefly com extension html csv file
|
Community Events
Don't see your event here? Let us know!
|