 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Brandon Savage's Blog: "PHP Playbook" Giveaway!
by Chris Cornutt March 16, 2012 @ 10:19:31
In this new post to his blog Brandon Savage mentions his book, the PHP Playbook (php|architect), and how he's giving away several free copies.
When I started writing my book, I wanted to help PHP developers have a greater understanding of the tools, tips and tricks available when working as part of a team. That goal became The PHP Playbook. I'm excited that the book has been so well received, and I'm excited that I've finally received my promotional copies. So, in honor of that, I'm going to give some of them away! I'm even going to sign them!
Just enter in your email address and you'll be put on a mailing list for the book and its future updates. Here's the official description of the book:
Working with a team of developers is a much different environment than solo development. Experienced developers understand the tools and tricks that go into team development enterprises, and they implement them on a daily basis. The PHP Playbook covers these tools and practices, providing insight into the process of developing PHP applications, teaching developers the skills they need to be successful in a team environment.
voice your opinion now!
phpplaybook phparchitect book giveaway mailinglist
Community News: An Effort to Deprecate the MySQL Extension
by Chris Cornutt July 15, 2011 @ 09:48:17
According to this new post to the PHPClasses.org blog today, the core PHP development team has put plans in motion to try to remove the original MySQL extension from the default PHP installation.
PHP core developers are planning to kill the PHP original MySQL extension. If you are using MySQL in your PHP applications for a long time, this may seriously affect you.
Right now it's just in the proposal states (as suggested by Philip Olson) but, if fully acted upon, could have large implications on a number of PHP applications currently using MySQL. For now, though, Philip is only suggesting an education of the PHP user base that they should migrate to either pdo_mysql or mysqli for the future of their apps. Most of the comments following in the mailing list thread are supportive of the effort. They note that it won't be an easy task and, in the end, will still be a "bitter pill" for developers to swallow when the switch is finally thrown.
For the full thread of this discussion, see here and keep clicking through on the "next in thread" link.
voice your opinion now!
mysql extension deprecate educate database mailinglist internals
Padraic Brady's Blog: Zend Framework Contributors Mailing-List Summary; Edition #1 (June 2011)
by Chris Cornutt June 28, 2011 @ 09:47:33
Padraic Brady has posted the first in a new series of articles to his blog talking about the most recent happenings on the Zend Framework Contributors mailing list.
What's this nonsense then? Well, a few weeks ago I shot myself in the foot [...] and before my sanity returned to normal, I found myself hoodwinked on IRC into writing up weekly summaries of what is discussed in Zend Framework land.
The posts will try to bring together some of the major topics from the last week on the list. This week's features include the "where do things go?" question about files/resources, how to package up a Zend Framework 2 application, the View component in ZF2 and a few other topics. If you'd like to keep up with these weekly posts, you can follow along on the php-general tag on Padraic's blog.
voice your opinion now!
zendframework mailinglist summary contributors
Chris Jones' Blog: PHP 5.4 is Gathering Momentum
by Chris Cornutt May 12, 2011 @ 09:26:39
In a new post to his blog Chris Jones talks about the "gathering momentum" that's forming around the push to the next PHP release, PHP 5.4, including discussions on mailing lists and IRC.
Discussion on the PHP mail lists and IRC channels in the past few days has been looking positive about an alpha release of PHP 5.4 soon. This will be taken from the "trunk" branch of PHP. The exact feature list is under discussion but the mood seems to be "ship what we currently have" though a couple of features are slated to be deferred until later.
He specifically mentions this mailing list post and the emphasis he puts on testing the code. If you'd like to get involved, you can subscribe to the mailing lists here.
voice your opinion now!
momentum mailinglist test svn trunk
Hannes Magnusson's Blog: The PHP project and Code Review
by Chris Cornutt December 24, 2010 @ 10:33:18
In a new post to his blog today Hannes Magnusson talks about the benefits of doing a code review and getting your eyes on as much other people's code as possible (and a bit about a pleasant side effect of it).
Reading code is not only fun, its also a great way to exercise your brain - not to mention a fantastic way to discover new ways to solve problems. At work (we are hiring btw!), for example, I read pretty much every single commit (and merge requests, for that matter) - and I'm subscribed to several different OSS commit lists. I can't say I read every commit to PHP, I focus on the areas I care about, but I do skim over the rest - if only just to see when new features are added.
He talks about the various mailing lists that are around the PHP project (like the documentation, PEAR and PECL ones) and how many of the subscribers are cross-list, following along with multiple parts of the project.
Just the simple fact that I know people will be reading through my commits makes me think about what I am doing a bit more; "Is this really needed?", "Is there be a better way solving this?", "Could it potentially break other things?", "Is this actually correct?"..
The people who review the commits often don't seem like the friendliest people in the world.. If there are issues with the commit; You will be told. No doubt about it.
What's the side effect I mentioned? Hannes' account credentials were hacked but, because of the code review process, a random commit from another developer was caught.
voice your opinion now!
project codereview mailinglist community hacked
WebReferece.com: Managing Your Email Campaigns with phpList
by Chris Cornutt June 17, 2010 @ 10:44:21
On WebReference.com today there's a new tutorial getting you up and running with phpList for your mailing list (and campaign) needs.
The popular email campaign manager phpList is open source, free to download and easy to use. The company Tincan is the commercial sponsor behind phpList, which comes in two forms: a hosted solution or a download that you can set up yourself on your server. If you don't want to go through the hassles of setting up and managing the system, you should go for the hosted solution. [...] Otherwise, you could just follow this article to set up phpList on your own and save yourself a few bucks.
The tutorial links you to the download you'll need to get this mailing list software and the instructions on how to get it all set up. They show you how to create lists and add users to them and how to send a simple message to a list. There's a few things they also show you how to "hack" on in the code like automatically confirming subscriptions, not sending the welcome email and removing the "powered by" image in the default emails.
voice your opinion now!
phplist tutorial mailinglist email
Symfony Blog: Calling the community
by Chris Cornutt August 26, 2009 @ 11:53:15
As Stefan Koopmanschap mentions in this new post to the Symfony blog, he's started up a new mailing list to help open the lines of communication in the Symfony community.
As I mentioned, I will pick some tasks up myself but I can not do it all! For that reason, I would like to form a group of people who are interested in helping out. Whether you can dedicate only a few hours a month or a day a week, it doesn't matter. Now, I could make my own little list of people who want to help but what use is that when we can openly discuss things. So I have created a new mailinglist just for this purpose: symfony-community.
The mailing list will provide a place for members of the community to talk with each other and work together on the Symfony project as well as being a place where initiatives for the framework can be discussed.
voice your opinion now!
community symfony mailinglist framework
Mike Willbanks' Blog: PHP Type Hinting
by Chris Cornutt July 08, 2009 @ 12:57:11
There's been lots of talk about type hinting lately (both on blogs and on mailing lists) so Mike Willbanks has decided to add some of his own thoughts about why it should be included.
You may be wondering why you would want type hinting in a dynamic language. This can come in very handy especially if you are looking to enforce a specific type or need to ensure that you are indeed working with say an integer. Since this is written in C, it will be far faster than actually type casting it yourself or enforcing it yourself. General speed improvements are always nice to have.
He includes two code examples of it in use and points to the php.internals mailing list for the vote count either way. So far (as of the time of those post) the results seem mixed with some recommending it outright while others suggest waiting until the spec is completely done before integration (PHP6?).
voice your opinion now!
mailinglist phpinternals typehinting
|
Community Events
Don't see your event here? Let us know!
|