 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Smashing Magazine: WordPress Developer's Toolbox
by Chris Cornutt September 16, 2008 @ 08:07:05
Smashing Magazine has posted a huge set of resources for the WordPress users out there - a toolbox containing links to tutorials and tips and tricks on various parts of the blogging tool.
With all of the WordPress development that is going on, there is a need for an organized collection of resources to educate, inspire and equip developers to improve the quality and efficiency of their work. This post provides all kinds of WordPress-related resources to do just that.
They've broken it up into a two categories - Helpful Resources and WordPress Tutorials - with topics ranging from working with comments and navigation menus to making your own WordPress theme from scratch.
voice your opinion now!
wordpress developer toolbox tutorial resource link
PHPImpact Blog: 5 great articles on SPL Iterators
by Chris Cornutt August 07, 2008 @ 09:35:03
On the PHP::Impact blog today Federico points out five articles that can help you learn more about the Standard PHP Library, specifically in dealing with iterators.
When PHP 5 was initially released, it included a strong sense of standardization introduced in the core package. This can be a real time saver when common programming issues must be solved through proven, standard solutions. That's precisely the case with iterators, since the SPL package includes many predefined iterating classes that can be used for traversing different data structures, without having to reinvent the wheel over and over again.
The links include this article on phpro.org and this one on Zend's own site.
voice your opinion now!
spl iterators link resource tutorial php5
C7Y: REST and Resource Handling with CakePHP
by Chris Cornutt May 15, 2008 @ 12:04:26
On the C7Y website, a new tutorial has been posted from Nate Abele (following his previous CakePHP-related article) covering the use of the framework to create a REST web service and manage resources inside of it.
We're going to take these concepts [from the previous article] further and add a new one: REST. In the course of this series so far, we've only been discussing how to use the Router to examine and act on different parts of a URL.
He gives a list of possible headers that could come from a client (like Accept-Charset or Content-Type) and how these can be directly pulled in to the CakePHP routing system. A few extra bits of code later and your app can be mapping requests directly to the controllers for the actions the user's requesting. All that's left is to serialize the results back into XML to echo out.
voice your opinion now!
cakephp tutorial resource rest handle webservice
Nessa's Blog: Common PHP Errors
by Chris Cornutt December 10, 2007 @ 12:05:00
Nessa has set up a post in an effort to help budding PHP developers out there with some of the most common problems they might come across in their work and how to handle them a bit more gracefully with error handling:
I'm going back to the basics here, you know, when you wrote your first PHP script and saw an ugly-ass error message pop up on your screen? Error messages are the best tool a programmer has.
She talks about how to set up the error reporting first, making sure that you're getting things up and useful. From there she describes some of the common errors that you might see including:
- Parse errors
- MySQL Result source errors
- Stream errors
- Max Execution Time errors
Check out the rest of the post for more types.
voice your opinion now!
error handling parse mysql resource stream execution time error handling parse mysql resource stream execution time
|
Community Events
Don't see your event here? Let us know!
|