 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHPMaster.com: The Importance of Standards
by Chris Cornutt November 08, 2011 @ 09:28:06
In a new article today on PHPMaster.com Robert Mariotti takes a look at standards and how important they can be when developing applications (both in following them and defining them correctly). It's not specifically targeted at PHP developers, but it does give some good food for thought.
As a long-time programmer, often with a staff of other programmers to watch over, I learned early in my career how important enforcing programming standards is in contributing to the overall success of a project. Not only do standards affect an individual's production of code, but they ensure that anyone else who may contribute code later can do so with a reasonable expectation of consistency.
He defines the abstract concept of "coding standards" as rules or guidelines that should be followed based on the application. Sure, there's more global standards for things (PSR-0 anyone?) but your needs will always be different and more fine-grained than those can get. He recommends standardizing everything, possibly using one of the standards popular open source projects have already laid out as a base.
voice your opinion now!
opinion important standards guidelines
Anthony Wlodarski's Blog: Zend Framework and why it is important to read the source code.
by Chris Cornutt June 09, 2011 @ 12:55:17
Anthony Wlodarski makes an important point about what one of your first steps should be when considering a framework for your application - be sure to read the source first. In his case, it was the Zend Framework.
One thing I learned early on with ZF was that the curators and associates in the ZF ecosystem always fall back to the root of "read the code/api/documentation". With good reason too! It is not the volunteers simply shrugging you off but it is for your own good.
He includes an example of the Zend_Validate_File_ImageSize component. By reading the manual you get an idea of the input and output values, but you don't get as much of a sense of how it works unless you take some time to glance through the code.
voice your opinion now!
zendframework source important opinion
Matthew Weier O'Phinney's Blog: Why UnCons are Important
by Chris Cornutt October 08, 2009 @ 09:06:25
If you think the only reason to go to a conference like ZendCon is for the main speaker list, you're missing out on half the fun and content. The Unconference, managed this year by Keith Casey promises to be one of the best ever (here's the list of suggested sessions so far). Matthew Weier O'Phinney agrees and in his latest post he talks about why unconferences are important and why you should attend.
Why should you care? There are great sessions already selected for the conference featuring some well-known speakers from the PHP world; why would you want to either attend or present at the uncon?
He talks about how the unconference atmosphere can help with continuing the conversation from other sessions (like a subversion talk that spawned off a best practices session), how it can be a "springboard" to getting into the speaking world and how it can help to explore new ideas and concepts that the main conference tracks just don't make very easy.
voice your opinion now!
unconference important zendcon09
BuildInternet.com: Why PHP Frameworks Matter
by Chris Cornutt August 12, 2009 @ 11:09:50
From BuildInternet.com today there's a new article from Jason Gilmore looking at PHP frameworks and why they matter to both the developers and the community at large.
Having been a PHP programmer for more than a decade, I've come to realize that many of my fellow PHP programmers seem to have a misplaced notion of what being "lazy" is really all about. [...] Suddenly the Web developer was facing so much more than validating user input and connecting to a database [and] the need to be a lazy programmer was more important than ever.
He covers a lot of the basics of frameworks with a focus on the Zend Framework (because of familiarity) - configuration, data validation tools, database connections, display helpers and the inclusion of third-party plugins.
voice your opinion now!
framework important lazy overview
Developer Tutorials Blog: And the winner of the most important security tip competition is...
by Chris Cornutt February 15, 2008 @ 09:31:00
The Developer Tutorials blog has posted their "winner" of a list of things to do to keep you and your website secure:
When it comes to PHP security, you often think of input filtering, SQL injection prevention, XSS in user submitted content and so on. Well, forget about that. They're all pretty trivial compared to what I feel is by far the most important security issue of any web application. Read on to find out why.
Their number one thing to do to keep safe and secure? "Keep your systems updated." They point out that security a web site is one thing but securing the system that it runs on/has been developed on is another (and improperly patched, it could cause some huge problems).
Now, the best way to keep on top of potential vulnerabilities in your underlying systems is with updates. Sometimes, however, you need to go a little further. [...] Watching the web is also a good idea; major security vulnerabilities generally make it to the front page of Digg.
voice your opinion now!
security tip important system update patch development
|
Community Events
Don't see your event here? Let us know!
|