 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Ian Christian's Blog: Should you learn a framework?
by Chris Cornutt August 01, 2008 @ 12:57:12
With more and more frameworks popping up every day in the PHP community, it's important to ask yourself one question - should I learn a framework? Ian Christian tries to answer that question in a recent post to his blog.
With other programming languages designed for the web, there's typically a framework that works hand in hand. [...] I imagine people will always write from the ground up with PHP, some people do it to learn, some I suspect think there's nothing out there that can do what they want, where as others perhaps do it just to prove themselves, or to gain fame. Good luck to them all, some of them are probably going to do a good job, but alas - I imagine most are wasting their time.
He breaks his opinions out into two sides of the argument - the business issues and the developer side, each with their own plusses and minuses. Overall, though, he definitely suggests learning some kind of framework, even if you don't end up working with it - it's just good experience.
voice your opinion now!
framework learn opinion business developer perspective plus minus
Developer Tutorials Blog: Learn regular expressions in PHP
by Chris Cornutt May 01, 2008 @ 08:48:05
On the Developer Tutorials blog, Akash Mehta offers some suggestions of resources and methods for learning how to use regular expressions in your PHP applications.
When it comes to quickly dealing with large blocks of data, batch processing operations or screen scraping, regular expressions are often the most effective solution. There's just one problem, though - learning them can be as hard as learning a new language altogether. Here's how to get off to a flying start.
He points you first in the direction of the preg_* functions then towards a few examples (like with mod_rewrite) and tools to help you understand how things match, like the regex tested extension for firefox and the regular expression cheat sheet on ILoveJackDaniels.com.
voice your opinion now!
learn regular expression preg firefox extension cheatsheet
Deasil.com: Lessons to be learned from PHP
by Chris Cornutt January 12, 2008 @ 20:04:00
In a new post to the blog at deasil.com, they talk about some of the lessons they see that can be learned from PHP and how it works/is packaged up.
PHP, though, came along with a breakthrough idea - mod_php was an everything in one install. Unlike mod_perl, mod_php gave you a programming language, templating language and extension all in one.
He advocates the PHP language developer's decisions to include everything into the core of the language which (while maybe not the best of decisions) has made PHP into one of the most practical development languages and has helped to make it one of the most popular and widely used languages on the web.
voice your opinion now!
lesson learn core community popular practical lesson learn core community popular practical
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
Stefan Mischook's Blog: Why Learn PHP and Why Books/Videos are Hard
by Chris Cornutt April 17, 2007 @ 09:12:00
On the KillerPHP.com blog, there's two new posts from Stefan Mischook following along the same sort of path - people being introduced to PHP, whether it be by books or videos.
In the first post, he explains (via a video) why he started the KillerPHP website and some of his thoughts on PHP - including his recommendation that every web designer/developer out there learn it.
In his second post, he tackles the other topic - why PHP books are difficult for people who aren't already programmers.
I've read 20+ books on PHP and have watched many videos. One thing that I found consistent about all of them was how they were not 'friendly' to non-nerd types. Why? Probably because (most of the time,) only hardcore code-monkeys seem to be writing these books.
To that effect, he's created his video series to help the non-developers of the world learn this great language in a simple, easy to follow fashion.
voice your opinion now!
book video learn introduction beginner book video learn introduction beginner
Felix Geisendörfer's Blog: Learning from the CakePHP Source Code (Part 1)
by Chris Cornutt September 26, 2006 @ 07:24:48
In his his latest blog entry, Felix Geisendörfer makes a recommendation for anyone working with the CakePHP framework. He suggests doing something that most might avoid - diving into the source to find out how things work.
When hanging out in #cakephp I usally try to answer questions people have as good as I can. A lot of the times I have no idea what the answer is and in most cases the fastest way to find out is by looking at the core code. Ok, the manual is pretty decent these days and I would recommend most people to look for an answer in there first. But if you take the time to study the core code, you'll be able to answer almost any question by yourself, no matter if it has been answered somewhere before.
He talks about other advantages like finding those hidden, undocumented features already supported by the framework. Since this is the first part of the series, he just looks at how to get into the source. He starts off with the basic index.php file that comes installed with the distribution and a chunk of code that helps run the index file and is at the heart of how CakePHP works - the Dispatcher.
voice your opinion now!
cakephp framework source code learn tutorial part1 cakephp framework source code learn tutorial part1
|
Community Events
Don't see your event here? Let us know!
|