 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
David Parra's Blog: Extension development on windows
by Chris Cornutt August 05, 2008 @ 10:25:32
In a new post to his blog David Parra talks about compiling extension on Windows (specifically his ktaglib one).
This is actually the reason to not even try to compile my ktaglib extensions under Windows. Well but this approach is doomed to fail as most of the developers out there use Windows as their operating system. [...] So actually I ended up booting up windows again (well after searching for the harddisk that contains a running windows) and try to compile it. Otherwise my fellow collegues wouldn't be able to fix my buggy PHP code.
He talks about the pecl2 updates and how it makes compiling on a Windows system easier than before and two resources that budding Windows extension developers can use to get started - the PHP.net wiki and a screencast from Elizabeth Smith that can help out quite a bit.
voice your opinion now!
extension development windows screencast wiki build pecl2
PHPImpact Blog: Building Web Applications Using PHP and Java
by Chris Cornutt June 03, 2008 @ 13:42:39
This recent post on the PHP::Impact blog spotlights a useful little tool for those developers needing to span the gap between PHP and Java in their applications - the PHP/Java Bridge.
The PHP/Java bridge allows you to quickly access Java classes from within your PHP classes without having to know Java and vice versa. Because of this two-way flexibility, you can access hundreds of pre-built Java classes from PHP, and hundreds of pre-built PHP classes from Java opening up your applications to greater flexibility and enhanced functionality.
The post includes an introduction to the bridge's functionality - its functions/methods, how to make a new instance of it, catching exceptions and the type conversion it automatically does (like lang.java.String directly to the PHP String type).
They also mention the Zend Platform bridge functionality for a more commercial solution.
voice your opinion now!
application build java bridge phpjavabridge zendplatform
Stefan Mischook's Blog: Why build all your pages in PHP?
by Chris Cornutt May 16, 2008 @ 07:54:06
On his blog today, Stefan Mischook shares his reasoning for making all of your pages PHP pages, regardless of static content or dynamic.
By making all your web pages PHP pages from the start, you are basically leaving open the possibility of using PHP in your web pages at any time.
By his reasoning, it provides an "out" for you later on should you decide that a page needs to have some dynamic content thrown in there somewhere (without having to change the filename - bad for SEO, supposedly).
voice your opinion now!
build page dynamic content static html
PHPBuilder.com.au: Executing queries with phpMyAdmin
by Chris Cornutt May 02, 2008 @ 11:18:36
PHPBuilder.com.au continues their look at using phpMyAdmin in this new part of the series today. This new article focuses on using the interface to make queries against the data in your tables.
The previous article gave you an overview of the phpMyAdmin interface and functionality. It's now time to dive in further and learn how to construct and execute queries.
They show (complete with screenshots) how to use the GUI to build the different parts of your query - a simple SELECT statement with a join pulling together the customer information and their addresses.
voice your opinion now!
phpmyadmin screenshot tutorial build query
Raphael Stolt's Blog: Hooking a Growl publisher plugin into Xinc
by Chris Cornutt April 18, 2008 @ 12:59:47
Raphael Stolt, with some time on his hands, set up a local copy of Xinc, the "shiny new Continuous Integration(CI) server" as hosted on the Google code site and spent some time working with it:
Since then the idea of building a Growl publisher plugin for Xinc was traveling my mind repeatedly, so the following post will break this circle and show a possible approach to build such a plugin, which can be used to notify the build result for continuously integrated projects and thereby provide an on-point/immediate feedback.
He includes the plugin class (ready for cut&paste) as well as the task definition and how to hook it all in to the Xinc build system. There's also a little example of it in action - a happy/sad indicator showing if the build failed or was a success, right there on the desktop.
voice your opinion now!
xinc continuous integration server grown notification macbook build
DevShed: Building PDF Documents with PHP 5
by Chris Cornutt October 30, 2007 @ 12:02:00
DevShed gets another new series kicked off in this new article - an introduction to creating PDF documents with PHP5:
In this series of articles I'll show you how to start using the "PDFlib" package to build basic PDF documents. In upcoming articles I'll cover other important characteristics, like including images into a PDF file, displaying blocks of text, and drawing basic shapes.
You'll need to be familiar with object oriented programming to understand most of this tutorial, but that's only really to get a handle on using the PDFlib library. They create some sample PDF files with it - one containing a simple string on an A4 page and another on a larger A5 page format.
voice your opinion now!
php5 build tutorial pdf document pdflib php5 build tutorial pdf document pdflib
|
Community Events
Don't see your event here? Let us know!
|