 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Kevin Schroeder's Blog: ZendCon 2010 Podcasts
by Chris Cornutt September 14, 2011 @ 10:13:57
Kevin Schroeder has a new post to his blog today with a huge list of podcasts for your listening pleasure - the complete list of ZendCon 2010 sessions as recorded at last year's event.
I've decided to [...] just upload them all so that you can download them all in preparation for this year's ZendCon. As you listen to these paragons of PHP goodness think of how wonderful it would be for you to be there in person and talk to these founts of wisdom. You will find several of the speakers from last year at ZendCon as well as a bunch of new ones. While you may have missed the early registration there is still time for you to get your tickets to ZendCon 2011.
There's about 75 of them for you to enjoy and not much time for you to catch up - this year's ZendCon happens in October (17th-21st) in Santa Clara, CA. They have a great list of sessions for this year's event too (which I'm sure will all be recorded for release next year as well)!
voice your opinion now!
zendcon10 podcast list mp3 session
Stoyan Stefanov's Blog: Blog-to-podcast with ffmpeg
by Chris Cornutt February 16, 2009 @ 08:45:52
Stoyan Stefanov has an interesting way to "automatically" create podcasts based on your blog posts using PHP, ffmpeg and the "say" command in OS X to create the mp3 result.
ffmpeg is such an amazing tool, looks like it's for video what ImageMagick is for images. An all-powerful all-formats wicked cool command-line tool. This blog post is an introduction to some of the MP3 capabilities of ffmpeg. I'll use ffmpeg to transform a blog post into a podcast-ready mp3 file.
The post shows how to use PHP's DOM functions to grab the title and contents of your post (a simple example, at least) and push that information out to a text file. From there, the "say" command is run on it with the "output" file parameter and the result is sent to ffmpeg for compression into an mp3.
voice your opinion now!
ffmpeg say osx dom blog podcast convert automatic mp3
Zend Developer Zone: Reading and Writing MP3 and Photo Metadata with PECL
by Chris Cornutt November 11, 2008 @ 08:44:45
The Zend Developer Zone has a new tutorial from Vikram Vaswani looking at the reading and writing of metadata for mp3s and images with two handy PECL extensions.
It's just that every time I sit down to have a go at [finding something in my photo or mp3 library], the sheer volume of data overwhelms me and I take the command decision to deal with something easier instead. Sounds familiar? If it does, help is at hand, in the form of PHP's ID3 and EXIF extensions. These extensions can help you organize and catalog your digital media collection so that it's easier to navigate and search. Keep reading, and I'll show you how.
He installs the ID3 package first (via the pecl command line tool) and gives a few sample scripts to pull the metadata information out of a mp3 file as well as update/remove the information that's already there. He even sets up a simple SQLite database to store the information he's retrieved.
The second part of the tutorial looks at grabbing the image metadata via the EXIF extension. This can yield all sorts of information including date/time the photo was taken, the resolution, the model of the camera and various camera settings at the time. He includes a sample script that automatically makes thumbnails for the images via the exif_thumbnail function.
voice your opinion now!
pecl package id3 exif mp3 photo metadata tutorial
SDN Channel: Introduction to PHPWomen.org (Interview with Lorna Mitchell)
by Chris Cornutt November 06, 2008 @ 08:47:50
Cassandra Clark (from the Sun Developer's Network) has passed along a note that a podcast from one of the members of the PHP Women group has been posted - an interview with Lorna Mitchell.
A few weeks back, I had the pleasure of meeting Lorna Mitchell, at ZendCon in Santa Clara, California. We first met at the Sun booth (yes, Sun has products to support PHP). We struck up a brief conversation as I tried to get her to join the Sun Developer Network. I learned she belonged to PHPWomen.org which is a very influential group in the PHP community. [...] In this podcast, you'll learn more about Lorna herself and the PHPWomen.org. Please enjoy and stay tuned as I will try to have more members of this group in to talk with me.
You can grab the mp3 directly from the SDN Channel website.
voice your opinion now!
lornamitchell phpwomen interview sundevelopernetwork sdn channel mp3 podcast
Lifehacker: Host Your Own Music Playlist with Opentape
by Chris Cornutt August 28, 2008 @ 08:45:20
With the demise of the muxtape service, a new option has popped up - the ability to run your own version with a PHP application called OpenTape. Lifehacker has posted a guide to getting this software set up and working.
Beloved music playlist hosting service Muxtape's gone offline to "sort out a problem with the RIAA," but if you've got some web server space, you can host, stream, and share your own digital music mixes Muxtape-style with newly-launched PHP web application Opentape.
It's not a direct copy, but it's pretty close (and pretty easy to get up and running). It'd PHP5 only, so if you're still living in the past and only have PHP4, you're out of luck. Their guide shows a sample installation on a Windows machine, but its not much of a stretch to follow along on a unix-based machine. You'll also need the curl extension to get some parts of it working - it's not required, though. They have a work-around for that too.
voice your opinion now!
opentape playlist music php5 application mp3
PHP London: Three New Talks (MP3/PDF) Added
by Chris Cornutt April 23, 2008 @ 11:19:07
The PHP London Conference group has posted three more mp3s of presentations given at this year's conference - one from Scott MacVicar, another from Zoe Slattery and the last from Anthony Phillips:
- Scott MacVicar talking about Sqlite3, explaining what it is and how it's best applied with PHP. [mp3] [pdf]
- Zoe Slattery talking about testing PHP itself and how you can write tests to help improve PHP in the future. [mp3] [pdf]
- Anthony Phillips talking about IBM's Project Zero, how it can give your existing code a new lease of life in a REST context amongst other subjects. [mp3] [pdf]
Check out the conference's site for other great speakers and their sessions (with mp3s and pdfs).
voice your opinion now!
phplondon2008 conference talk presentation mp3 pdf
|
Community Events
Don't see your event here? Let us know!
|