 | News Feed |
 | Jobs Feed |
Sections
Recent Jobs
News Archive
|
| feed this: |  |
Padraic Brady's Blog: How Would You Engineer A PEAR2/Pyrus Distribution Architecture?
by Chris Cornutt June 21, 2011 @ 09:12:42
Padraic Brady has a new post to his blog asking you, the reader, for your suggestions on how to architect a distribution system for the PEAR2/Pyrus components.
With the idea of PEAR2 and Pyrus, I had hoped to see a renewal - the advancement of a PEAR architecture for the 21st Century. Instead, and this is just my opinion, PEAR2/Pyrus were a relatively simple iteration on a very old theme. [...] If the PEAR ecosystem has a failing, it is one of staggered evolution. Over time it has picked up additional features tacked on top of a base model.
He breaks up his thoughts on the future of PEAR2/Pyrus distribution into a few different topics - the issues he sees surrounding packaging (like static packaging definitions), suggestions for a dynamic channel aggregation system and overall usage of the PEAR system.
voice your opinion now!
feedback engineer pear2 pear pyrus architecture opinion
Lorna Mitchell's Blog: Tips for Event Hosting Content, Feedback and Socials
by Chris Cornutt September 20, 2010 @ 11:20:46
Lorna Mitchell has posted the last of three articles with tips for those hosting tech events out there from her past experiences with conferences like the Dutch PHP Conference.
This is the final post in a short series about hosting events, based purely on my own experience and no specific expertise, in the hope that they will be useful to others doing similar things. If you are interested, you can read the first two posts, about preparing for the event and what to do on the day. This post is about some of the additional things about an event; sharing the content afterwards, getting feedback from attendees, and the most important bit - the social event.
She talks about the importance of getting slides (and recordings, if possible) from each of the sessions as this can add to the post-event experience, especially for those that weren't able to attend. She notes that feedback during and after the conference is key and has a few tips for the social events that might happen in the evenings for the attendees.
voice your opinion now!
feedback content social event tip conference
Symfony Blog: Symfony2 Documentation
by Chris Cornutt July 06, 2010 @ 10:51:55
In a new post to the Symfony blog, Fabien Potencier talks about the Symfony2 documentation and requests feedback from the developers and users out there on the quality and correctness of things so far.
As you might have noticed, the Symfony2 documentation grows every single day. Since the Symfony2 Live Conference, I regularly publish new documents for Symfony2, like the best practices to follow for Symfony2 bundles. I think it's now time for the community to provide feedback on the Symfony2 documentation.
They're looking for input on the documentation strategy (small chapters vs one large book), the current format and the actual content of the pages and how well they communicate the details. You can find this documentation here.
voice your opinion now!
symfony2 documentation framework feedback
Lorna Mitchell's Blog: Error Feedback for Web Services
by Chris Cornutt May 25, 2009 @ 14:29:46
In a recent post to her blog, Lorna Mitchell looks at giving feedback for errors on a web service.
Today we'll look at another really important aspect of authoring web services, and one feature that will definitely get used - error handling and feedback! Having clear and robust error handling in your service will help those trying to consume it immeasurably. Nothing is more annoying that impenetrable errors, unclear responses, or a service which accepts your input but then turns out not to have done what you expected. And I say that from experience.
She suggests that, instead of having one single error after another a more useful (and less frustrating) method is to have a "stack" of errors. Her code examples show how to added the errors to a $messages array and, at the end of the request, spit them back out in an easy to parse method.
voice your opinion now!
webservice feedback error
Francois Zaninotto's Blog: Introducing Code Usability
by Chris Cornutt May 05, 2009 @ 13:48:19
Francois Zaninotto has a recent post looking at something every developer should consider when creating their applications - especially the libraries that might be used by other developers: code usability.
Usability guidelines can sometimes be of use in awkward places. I try to apply them to source code. [...] Of course, coding guidelines are there to make the code easy to read by everyone. But code usability goes somehow beyond. Let's see some of the differences.
He compares good versus bad code in a few different areas:
- Bad Code Comments
- Split Up Code
- Cleanliness
- New Conventions
- Listen To User Feedback
Each item is described, some including code examples to help make them more clear. Be sure to check out the comments for more good suggestions.
voice your opinion now!
usability comments split clean convention user feedback
Stefan Koopmanschap's Blog: public static vs static public
by Chris Cornutt January 27, 2009 @ 12:07:10
Stefan Koopmanschap has posted about static methods and comparing "static public" to "public static" (including a popularity graph).
Ever since starting with PHP 5 object oriented development, all documentation I read on the topic seemed to suggest that the only way to write the method keywords is "public static". I've been following along those lines, and for a while I really thought any other order would trigger errors. Only recently I found out the other way round is actually nicer.
In his opinion, the "static public" keyword combination (versus "public static") is "more beautiful" than its inverse counterpart. He even asked about it in a twitpoll and got these results - "public static" winning out as the popular choice. If you want to voice your opinion, you can still get in on the poll.
voice your opinion now!
public static method twitpoll compare feedback
|
Community Events
Don't see your event here? Let us know!
|