July 25th, 2012
Whether you’re using WordPress for development or simply as a blog or CMS, it is always a good idea to keep an eye on your PHP error log.
As a developer, it helps you notice and fix errors in your code.
As a normal user, it lets you discover plugin bugs, […] Continue Reading…
38 Comments
|
WordPress Plugins
|
Permalink
Posted by Jānis Elsts
July 17th, 2012
The built-in json_encode() function in PHP puts everything on one line. For development and debugging, it can often be more useful to have properly indented, human-readable JSON that makes it easier to manually inspect the encoded data and check it for problems.
Here’s a function that lets you format/pretty-print any […] Continue Reading…
3 Comments
|
Web Development
|
Permalink
Posted by Jānis Elsts
June 26th, 2012
For plugin developers desiring an easier way to perform common tasks, a little more structure in their code, or perhaps even a dash of MVC goodness, here is a list of WordPress plugin frameworks.
This list is intended to be comprehensive. If you find an actively maintained plugin framework that’s […] Continue Reading…
5 Comments
|
WordPress Development
|
Permalink
Posted by Jānis Elsts