 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
SitePoint.com: Should Designers Have Coding Skills?
by Chris Cornutt May 10, 2010 @ 12:06:14
On SitePoint.com there's an interesting opinion piece on one of the bigger debates in the web development world - should designers know how to write code, even if it's just a little?
This debate has been raging on SitePoint for some time. The issue was raised by Elliot Jay Stocks following a simple tweet: "Honestly, I'm shocked that in 2010 I'm still coming across '˜web designers' who can't code their own designs. No excuse."
This, of course, sparked a whole host of other opinions from the SitePoint readers and they've gathered them together and summarized the "for" and "against" topics from there. Those on the pro-coding side suggest that not only does it give them some appreciation for what the developers do for the designers but it also can make them a better, more flexible asset down the line. The those on the con-coding side suggest that designer time is precious and should be devoted to the usability of the site. They also note that you don't "need to be a plumber" to know how to get a working site together - each member needs to do their job.
Be sure to check out the comments for some other great thoughts from the community.
voice your opinion now!
designer developer coding skill opinion advantage disadvantage
Juozas Kaziukenas' Blog: Why Zend Framework?
by Chris Cornutt December 08, 2009 @ 08:16:52
In a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn't?) use the Zend Framework for your next application.
This is not a comparison of frameworks though, because I don't feel like having enough experiences with other frameworks to make a fare comparison, that's why this is going to be only a Zend Framework analysis.
He starts with some of his history with the Zend Framework so you'll know where he's coming from. He also lists out some of the advantages of the framework - it's customizable nature, the quality of the code, the large user community - and some of the disadvantages like it being hard to learn, that it's too loosely coupled and the fact that some components have fallen by the wayside and aren't really being maintained.
voice your opinion now!
zendframework opinion advantage disadvantage
Mike Willbanks' Blog: Why Utilize Zend Server Community Edition
by Chris Cornutt March 18, 2009 @ 09:33:55
In this new post to his blog Mike Willbanks talks about some of the reasons he's found (including a few bad ones) to use or not use the Zend Server (Community Edition) for your application.
At work, we were looking to see where we were going as far as future PHP versions and maintaining our production environments it was appealing to see the Zend Server offering. After receiving the email about the public beta, I decided to give this a test spin and the results of which was taken with high regard.
Mike looks at some of the advantages the software offers - including the Zend Control Panel and extensions offered - and a few disadvantages - like the location of the Apache configuration files and the age of some of the extensions included. He also briefly looks at the Zend Control Panel and the features it offers.
voice your opinion now!
zendserver community edition advantage disadvantage
Sameer Borate's Blog: The benefits of colon syntax for control structures
by Chris Cornutt January 15, 2009 @ 08:48:33
In this recent post to his CodeDiesel.com blog, Sameer is promoting the use of colons in control structures over curly braces.
PHP offers a alternative syntax for some of its control structures- if, while, for, foreach, and switch, where you change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or endswitch;, respectively. [...] With the colon syntax you just have to match a '˜if' with a '˜endif' or a '˜for' with a '˜endfor'. When you are mixing HTML with PHP in web pages the code can become quite dense and confusing if it uses a lot of braces.
An example is included showing its use in "if" and "white" statements. With most editors and IDEs supporting brace matching and code folding, this is less of an issue, but it can help make for cleaner code.
voice your opinion now!
control structure colon curly brace alternative syntax advantage
Stefan Mischook's Blog: Why learn OOP in PHP - another take
by Chris Cornutt September 11, 2007 @ 10:14:00
Stefan Mischook has posted another take on why he thinks PHP developers should learn object-oriented programming:
For people new to OOP and are comfortable with 'classic' procedural php, you may be wondering why should you even bother to learn object oriented concepts...why go through the trouble?
He has several suggestions included in the post like:
- PHP is moving in an OOP direction [...] So, to really understand and use these frameworks properly, you need to understand object oriented PHP.
- Object oriented PHP really begins to shine as the project becomes more complex, and when you have more than one person doing the programming.
- OOP is the modern way of software development and all the major languages [...] it only makes sense (in terms of career,) to keep your skills up-to-date.
- OOP based PHP is much easier to maintain and update
He also suggests a method for developers to get started with OOP in PHP - how to plan out a project and think in objects rather than procedurally.
voice your opinion now!
object oriented programming why learn advantage object oriented programming why learn advantage
|
Community Events
Don't see your event here? Let us know!
|