 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
MaltBlue.com: 5 Reasons Coding Standards Are Essential
by Chris Cornutt March 13, 2013 @ 10:13:59
Matthew Setter has posted five reasons why he thinks that making a coding standard is an essential part of your development process. He suggests that "pain avoidance" is one of the key factors, both for new members of the team and for those maintaining it in the future.
Whenever you're working on a project, are you consistent? Are you consistent in your coding style, consistent in your documenting, consistent in your database naming conventions? Better yet, do you and your team have a coding standard which you consistently adhere to? If you don't, you're buying yourself and others a world of pain - which is painlessly simple to avoid. Today I'm banging the drum, shouting from the street corner, calling from the cathedral spire, imploring you to do one thing, above all else - pick a coding standard and then BE CONSISTENT!
His five reasons for implementing (and effectively using) a coding standard are:
- Poor, Inconsistent Code - Causes You Pain
- Your Code is Easier to Read
- Your Code is Easier to Understand
- Your Code is Easier to Maintain
- Your Code is Easier to Collaborate on
Check out the post for summaries of each point.
voice your opinion now!
coding standard essential opinion maintenance read understand collaborate
Sameer Borate's Blog: 7 essential php command-line options
by Chris Cornutt December 14, 2009 @ 07:52:38
On his Code Diesel Sameer shares seven essential options you can use to make your command-line PHP experience even better.
Most of us use PHP from a IDE or using a simple text editor with a browser, rarely dropping down to the command-line for running php programs. But php provides some interesting and quick options you can use to perform various common tasks or to debug some nasty installation problems. Below is a list of some useful options you should be familiar with.
Among those on his list, handy options like the ability to define which php.ini file to use (-c), showing what modules are compiled into the current binary (-m) and a syntax highlighted output of the file (-s).
voice your opinion now!
essential commandline option
PHPClasses.org: Book Review The PHP Anthology 101 Essential Tips
by Chris Cornutt April 16, 2008 @ 23:19:05
The PHPClasses.org website has a new book review of SitePoint's latest PHP-related release, "The PHP Anthology: 101 Essential Tips":
As PHP developers, we commonly resort to browsing the Web for people with similar programming problems. Now that we have The PHP Anthology, why should we? While the book certainly does not cover everything, there is something for everyone, and even the few sections you find useful make it all worthwhile.
He talks about the book's target audience, the quality of the examples it provides and some of his suggestions on how the book could have been even better.
voice your opinion now!
anthology essential tips book review sitepoint
Chris Shiflett's Blog: Essential PHP Security - Forms and URLs
by Chris Cornutt December 22, 2005 @ 11:00:47
Chris Shiflett has a new post on his blog today that points to a sample chapter of his book, "Essential PHP Security", that's been posted over on MySQL's Developer Zone.
The sample chapter of Essential PHP Security for MySQL's Developer Zone is now available: Chapter 2, Forms and URLs.
This chapter discusses form processing and the most common types of attacks that you need to be aware of when dealing with data from forms and URLs. You will learn about attacks such as cross-site scripting (XSS) and cross-site request forgeries (CSRF), as well as how to spoof forms and raw HTTP requests manually. By the end of the chapter, you will not only see examples of these attacks, but also what practices you can employ to help prevent them.
If you haven't gotten a chance to check out the book, you definitely should. It's recieved greate reviews by people all over the community, and thought smaller, contains a lion's share of information about PHP security matters...
voice your opinion now!
book essential security shiflett sample chapter dev.mysql.com book essential security shiflett sample chapter dev.mysql.com
Chris Shiflett's Blog: PHPSecurity.org Launches
by Chris Cornutt December 07, 2005 @ 07:03:43
In an effort to help increase the security awareness (more than he already has), Chris Shiflett has created a companion site for his O'Reilly book "Essential PHP Security" - PHPSecurity.org.
PHPSecurity.org, the companion web site for my new book, Essential PHP Security, is now online. Many thanks to Amy Hoy for the excellent design!
I've included the table of contents, the (unfortunate) errata, some reviews, and the code repository.
He also notes that, while there are partial examples in the book, there is no complete example that could be used to do anything malicious (the parts are there, obviously, but just not in once place). Overall, though, he says that the book has been doing well, and has gotten a very warm reception from the community - hence the expansion out to the new site...
voice your opinion now!
security book essential shiflett security book essential shiflett
|
Community Events
Don't see your event here? Let us know!
|