News Feed
Jobs Feed
Sections




News Archive
feed this:

Magnolia CMS:
Recording Connect PHP Applications with Magnolia CMS through PHPCR
March 14, 2013 @ 11:17:08

Vikram Vaswani passed on a link to a recording of a webcast the folks over at Liip did about using the PHPCR (content repository for PHP) along with the Magnolia CMS.

PHPCR enables developers to use Magnolia CMS within a PHP application. Common scenarios include editing Magnolia CMS pages and creating or updating CMS page properties through a PHP front-end. With PHPCR and the PHP Jackalope implementation, PHP developers can interface with Jackrabbit, the JCR implementation in Magnolia CMS and can connect their Web applications with Magnolia CMS without any special Java training or knowledge.

You'll need to register to view the webinar, but it's an interesting look at integrating this (PHPCR) with a major system to house its content.

0 comments voice your opinion now!
magnoliacms phpcr content repository webinar recording


Qafoo.com:
Black Magic with Regular Expresions
November 29, 2012 @ 10:21:47

If you've been mystified by regular expressions in the past and want to learn more about their effective use, you should check out these two webcasts from Qafoo - "Black Magic with Regular Expressions" and "Understanding Regular Expressions".

We are happy to announce the availability of my second Regular Expression webinar recording. It was a fun event, which I used to explain all the attendees a little bit more about the PCRE Regular Expression engine available in PHP and some other languages. I am covering some slightly advanced topics, like subpattern options, unicode and backtracking aka. greediness and performance.

You can watch these two recordings over on the Zend.com site:

0 comments voice your opinion now!
blackmagic regularexpressions regex webcast recording zend


Ibuildings Blog:
DPCRadio A Quickstart to Zend Framework 2
November 01, 2012 @ 12:09:23

On the Ibuildings blog today they've posted the most recent episode from their recordings at the Dutch PHP Conference (2012) with Enrico Zimual's talk A Quickstart on Zend Framework 2.

In this talk we will present a simple web application built with Zend Framework 2. We will show the new features of the framework, such as the new MVC layer, the Event Manager, the Dependency Injection and much more. The aim of this talk is how to start programming with the new architecture of ZF2. Moreover, we will show the differences with the version 1 of the framework and how to migrate applications from ZF1 to ZF2.

You can listen to this latest episode either via the in-page player, by downloading the mp3 or by subscribing to get this and future episodes.

0 comments voice your opinion now!
zendframework2 quickstart dpc12 recording session enricozimuel


DevHell Podcast:
Episode 13 #tek12 or Something. I Don't Know
June 04, 2012 @ 10:19:50

The Dev/Hell podcast (as hosted by two PHP community members, Chris Hartjes and Ed Finkler) has posted their latest episode - Episode 13: #tek12 or Something. I Don't Know. (This episode was recorded live at this year's php|tek conference.)

This episode was recorded at the tek12 uncon in front of a live studio audience. We talk about pair programming, what we'd recommend to folks who want to start programming, the PHP-FIG & PSRs, and our favorite events from tek12. Also Chris punched Ed a couple times. It hurt. Video hosting for this episode is provided by WonderNetwork, who generate some really cool ping data. This was lots of fun, and we want to thank all the folks who came out and participated.

You can listen to this latest episode in a few different ways - using the in-page audio player, downloading the mp3, subscribing to their feed or grabbing the video of the live recording.

0 comments voice your opinion now!
devhell podcast tek12 live video recording


PHPClasses.org:
Participate in the Lately in PHP podcast in Video with Google Hangouts
April 25, 2012 @ 12:25:15

PHPClasses.org is trying something new with their "Lately in PHP" podcast for this latest episode - they want you to be a part of it via a Google hangout.

The Google Hangouts On Air edition is not yet generally available to all Google+ users. However, thanks to the guides of the Google Top Contributor program, on which I have the pleasure and the privilege to participate, this feature was enabled on the PHP Classes site Google+ account. Therefore, starting the next episode, we are going to try recording the Lately in PHP podcast using the Google Hangouts On Air. This is still an experimental idea, but if all goes well, all the upcoming podcast episodes will be recorded this way.

Instructions are included in the post if you'd like to participate in the upcoming episode (recording time is yet to be determined).

0 comments voice your opinion now!
latelyinphp podcast google hangout live recording participation


Engine Yard:
The Future of PHP PEAR and Pyrus Webcast Recording
November 23, 2011 @ 18:05:10

If you missed out on the Future of PEAR/Pyrus webcast event put on by Engine Yard, you're in luck - they've posted a recording of the event.

In this panel discussion, we tackle topics including the direction PEAR and Pyrus will be going in the next few years, obstacles that may be on the horizon, and more.

PEAR is the package library of standardized packages for a variety of common development tasks. Pyrus is a new package manager to make installing and maintaining PEAR packages simpler. Engine Yard's next webcast will cover the Lithium framework with core contributors Nate Abele, Garrett Woodworth, and John Anderson on December 1st.

0 comments voice your opinion now!
recording pear pyrus package management panel discussion podcast


Zend Developer Zone:
PHP Community webinars by Zend (and others)
March 31, 2011 @ 11:05:06

In a recent post to the Zend Developer Zone, Cal Evans points out some webinar recordings that have been made available by Zend as a part of their webcasts series.

There are a lot of webinars out there begging for developers to participate. Many contain quality content that is useful to developers; others, not so much. As a company who builds tools for developers, most assume Zend's webinars are nothing more than ads for their products; this is why we don't assume things. In reality, about 1/2 of their webcasts feature prominent members of the PHP community talking about open source tools that developers will find interesting. Here are a few of the recent ones.

Some of the topics that were presented include using PHP 5.3 namespaces, new SPL features in 5.3, unit testing in the Zend Framework and the powerful combination of the Zend Framework and Doctrine. You can find these recordings on Zend's Recorded Webinars page.

Cal also points out some other webinar recordings from php|architect as a part of their webcast series leading up to this year's php|tek conference.

0 comments voice your opinion now!
webinar recording zend phparchitect webcast


php|architect:
Webcast Phactory
March 23, 2011 @ 09:21:02

On php|architect.com today they've posted the recording of one of their webcast series leading to up the tek11 conference from Chris Kite and Josh Butts about Phactory.

Phactory is an alternative to using database fixtures in your PHP unit tests. Instead of maintaining a separate XML file of data, you define a blueprint for each table and then create as many different objects as you need in your PHP code. By using a database factory instead of fixtures, your unit tests will be more clear and easier to write. You'll also be able to change the objects you create programmatically instead of being stuck with the same old fixtures.

You can watch the video (with slides for the presentation) either through the in-page player or by downloading the file itself.

1 comment voice your opinion now!
webcast series tek11 phparchitect phactory recording


Michelangelo van Dam's Blog:
Unit testing after Zend Framework 1.8 webinar
January 21, 2011 @ 13:09:24

If you weren't able to make it to the "Unit Testing after Zend Framework 1.8" webinar hosted by Michelangelo van Dam, he has some good news for you - Zend has made it available on their website!

Just a quick not for those of you who missed my Zend webinar (Unit Testing after Zend Framwork 1.8" last Wednesday. You can view the whole webinar on the Zend website. I want to thank Zend Technologies, Inc. for giving me the opportunity to present and I wish to express my sincere gratitude to all attendees (about 150) for enduring me the whole hour. Your feedback on twitter and facebook was awesome.

Zend also has lots of other webinar recordings on other Zend-related topics like Zend Framework+Doctrine, running PHP application in the cloud, optimizing Drupal and making a Flex-based CRUD application with a Zend Framework backend.

0 comments voice your opinion now!
unittest webinar zendframework zend recording


PHP North West Sessions:
Robert Mortimer's "Let Your Toolchain Set You Free"
December 20, 2010 @ 15:11:43

On the PHP North West site today there's a new video posted of a session at the PHP North West 2010 conference - Robert Mortimer's talk "Let your toolchain set you free".

A quick romp though installing a full php development tool chain. Starting at A for Apache and ending at X for X-debug including U for unit testing and S for source control.

You can watch the video and check out the source he uses in the talk. For more great sessions, check out the latest news on the PHPNW site.

0 comments voice your opinion now!
toolchain phpnw10 conference video recording



Community Events











Don't see your event here?
Let us know!


tool object release introduction example code database language zendframework2 framework testing composer opinion community podcast series functional conference development interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework