One of the good points of WordPress is its community: There are a million of WordPress plugins dedicated to achieve almost tasks. For this article, I focus on 10 plugins that is really useful to create a developer blog.

Preserve Code Formatting


Have you ever tried to display code snippets in WordPress? If your answer was “yes”, I’m pretty sure you had trouble to do so, at least during your first tries. Why? Because of html entities and WordPress formatting.
By using the “Preserve Code Formating” WordPress plugin, you can say a definitive goodbye to all that kind of problems.
A definitive life saver for developer’s blogs.
» Source : http://wordpress.org/extend/plugins/preserve-code-formatting/

Wp Advanced Code Editor


WP Advanced Code Editor integrates the EasyArea advanced code editor into WordPress. This adds real time syntax highlighting, line numbering, full screen editing, and more to the code editor in the “Add New Post” and “Add New Page” screens.
» Source : http://wordpress.org/extend/plugins/wp-advanced-code-editor/

runPHP


If you’re a developer, you may sometimes find a bit frustrating the fact that WordPress do not allow you to run PHP code in the editor or in Text widgets.
The “Run PHP” plugin solves this problem. The permissions to run some PHP are handled by user roles and capabilities. Note that this plugin will also work on PHP 4 servers.
» Source : http://wordpress.org/extend/plugins/runphp/

Vim Color Improved


Highly inspired by the Drupal module of the same name, “Vimcolor” highlights your code in many different formats. VIM is a common programmers text editor for (usually) unix based systems. Out of the box VIM can color the syntax of 200+ languages including PHP, Perl, C, HTML, Fortran, Haskell, Java, etc.
» Source : http://wordpress.org/extend/plugins/vim-color-improved/

SQL Executionner


While working with a database-driven website, as such as WordPress, you may often need to directly look inside the database for some info, or execute a few queries to update or delete entries.
Sure, PhpMyAdmin do that job perfectly, but why connecting to another software when you can do it inside WordPress, suing the SQL Executionner plugin?
» Source : http://justinsomnia.org/2008/02/the-wordpress-sql-executioner/

Google Syntax Highlighter


The Google Syntax Highlighter plugin easily integrate Alex Gorbatchev’s Syntax Highlighting code into your WordPress blog. Just install the plugin and you’ll be able to automatically color the code snippets you posted on your blog.
The Google Syntax Highlighter plugin is 100% Javascript based, so it will not contribute to your server load.
» Source : http://wordpress.org/extend/plugins/google-syntax-highlighter/

Wp Development Utilities


Once you have installed this plugin, you’ll be able to use a full set of functions designed to help your find and debug your WordPress themes or plugins. Among other things, you can retrieve user capabilities, web server name, get the ID of a permalink…
» Source : http://www.blogdev.info/bd/wordpress/plugins/wp-development-utilities.htm

WP Developer Assistant


WP Developer Assistant is a complete toolkit for all WordPress developers. It allows you to see all WordPress predefined constants, easy access and modify the options table, view actions and hooks, and a lot more.
» Source : http://wordpress.org/extend/plugins/wp-developer-assistant

Anti Internet Explorer 6


You probably already know that I hate IE6. This is the reason why I can’t resist to list this plugin on here. It purpose is pretty simple: Once installed, it will detect the loser’s browser and will deny it access to your blog.
» Source : http://wordpress.org/extend/plugins/anti-internet-explorer-6/

Hosting monitor


A website can’t be great with a good and reliable host. In order to alays keep an eye on your server, you should definitely install the “Hosting Monitor”, a monitoring WordPress plugin created by WebHostingSearch.
Lots of info can be retrieved and displayed: Memory usage, server load, uptime…
» Source : http://wordpress.org/extend/plugins/wordpress-phpsysinfo-widget/

Wp-Debug


Ever wished to be able to display information about GET/POST requests, session variables, server info from the php.ini, or included files? The Wp-Debug plugin allow you to see what’s going on the inside.
A very good tool to learn more about WordPress.
» Source : http://wordpress.org/extend/plugins/wp-debug/

WordPress Console


The WordPress Console is definitely the kind of plugin any WordPress developer should have installed. It provide an interactive console that loads the WordPress environement.
You can then test any PHP code. A great way to learn the WordPress API! Note that a screencast and a detailed tutorial are availables.
» Source : http://wordpress.org/extend/plugins/wordpress-console/

Even more WordPress developement resources

  • WpRecipes is another blog of mine, where I enjoy sharing lots of WordPress hacks with my readers.
  • WordPress Help Sheet : Created by WpCandy.com, this help sheet will always be there to remind you about template files, functions and useful code snippets.
  • WordPress TextMate Bundle is an extension or the popular TextMate editor. A must have for all WordPress developers!
  • Nettut’s WordPress Cheat Sheet is another compilation of useful resources as such as the loop, theme structure or template tags.
  • WordPress Codex is the most well known resource for all WordPress developers. You’ll find pretty much anything there.

Related Posts

No related posts.
 

41 Comments

  1. Posted October 5, 2009 at 5:58 pm | Permalink

    Nice colection of plugins. I didn’t know about wp-console and developer assistant and they seem really useful. I also found Debug queries to be very useful when I needed to optimized wordpress ( http://wordpress.org/extend/plugins/debug-queries/ )

  2. Posted October 5, 2009 at 7:22 pm | Permalink

    Thanks for this article. There’s some very interesting plugins listed, but I can’t help but notice that some of them haven’t been updated since 2005 or 2007, using WP 2.5 or earlier.

    Can anyone comment if they’re still relevant for current versions and developers?

  3. Posted October 5, 2009 at 11:14 pm | Permalink

    LOL @ “Once installed, it will detect the loser’s browser and will deny it access to your blog.”

    Made my day :)

  4. Posted October 5, 2009 at 11:54 pm | Permalink

    Thanks for this list, I never knew about the Wp Advanced Code Editor. That is going to make doing quick edits in my browser so much easier.

  5. Posted October 6, 2009 at 12:19 am | Permalink

    @Alison: hehe, have you seen the “Anti IE” article I wrote last week? You’ll probably enjoy it ;)

  6. Posted October 6, 2009 at 1:16 am | Permalink

    helpful plugins for wp developers, thanks for share..

  7. Posted October 6, 2009 at 2:48 am | Permalink

    Very good collection. Thanks.

  8. Posted October 6, 2009 at 6:13 am | Permalink

    Nice list of plugins!

    I just noticed that some of these plugins are for older versions of Wordpress. Do they still work fine in Wordpress 2.8?

  9. Posted October 6, 2009 at 7:50 am | Permalink

    Hahahahaah anti IE6 is very cooool :)

  10. Posted October 6, 2009 at 8:02 am | Permalink

    this is simply great stuff i did not know about

  11. Posted October 6, 2009 at 3:30 pm | Permalink

    Aside from Google Syntax Highlighter and Hosting Monitor, I don’t know that I would use any of those as a developer.

  12. Posted October 6, 2009 at 4:42 pm | Permalink

    I’ll try all, except Anti IE…

  13. Posted October 6, 2009 at 6:40 pm | Permalink

    Theses are great developer tools, some of which I am seeing for the first time.
    I look forward to trying them out.

  14. Posted October 6, 2009 at 8:08 pm | Permalink

    Nice finds, I’m familiar with wp-syntax, but had a tough time using it. Had to edit the kses.php file for the pre tags to work. Looks like the other code plugins are promising

  15. Posted October 6, 2009 at 8:21 pm | Permalink

    Great, only 4 or 5 of these I will not use!

  16. Posted October 7, 2009 at 9:30 am | Permalink

    This is a very informative and useful list of plugins.
    I’ve been looking for the functionality from a couple of these for a while (especially that IE6 one).

    Thanks for putting this list together.

  17. Posted October 7, 2009 at 11:47 am | Permalink

    Nice post. Actually i don’t know things as of now and i am still studying programming. This is a good reference.

  18. Posted October 7, 2009 at 2:17 pm | Permalink

    Nice collection of plugins. I liked the Preserved Code Formatting plugin most. I was getting a lots of problem because wordpress ignore tag.

    Thanks for sharing :-)

  19. Posted October 7, 2009 at 9:48 pm | Permalink

    Thanks! I like the Wp Advanced Code Editor. Think I’ll install that soon.

  20. Posted October 8, 2009 at 1:15 am | Permalink

    Hahah Anti IE 6 looks really cool. Guess I`ll be implementing it to my site in NEAR future lol. Have anyone tried it?

  21. Posted October 10, 2009 at 5:08 pm | Permalink

    Brilliant post, these plugins are all well worthy of installing to your blog

  22. Posted October 11, 2009 at 4:13 pm | Permalink

    Very kool wordpress plugs I might have to try a couple just to test out the plugs thanks..

  23. Posted October 11, 2009 at 7:50 pm | Permalink

    hey thanks for this list buddy, also thanks for introducing to Advance code editor, i am also going to update my theme to newest version, hope those plug-gins are supported under latest version.

  24. Posted October 12, 2009 at 1:56 am | Permalink

    I got a bit tempted by Google Syntax Highlighter since i have seen a lot of sites using it. Have you tried it out, and if yes, have you noticed any difference in bounce rate, time spent on site, etc.?

  25. Posted October 12, 2009 at 2:00 am | Permalink

    love the Anti IE6. lol . all the other ones are also very helpful. thanks.

  26. Posted October 12, 2009 at 11:17 am | Permalink

    I have made some changes in google syntax highlighter to make it work on WP visual editor. Check on my blog.

  27. Posted October 14, 2009 at 9:44 pm | Permalink

    Some of the WP is soo over my head! Arg!!

    I have noticed that some of the themes have great dashboads / user interfaces… Yet some of the “cooler” themes are just not all that useful (to me) because of the difficulty to really tweak them for what I like to do…

    Which one has the most user friendly ??
    Thanks
    Lori…

  28. Posted October 20, 2009 at 2:42 pm | Permalink

    Great collection, I especially liked Anti Internet Explorer 6… Thanks

  29. Posted October 26, 2009 at 8:28 am | Permalink

    Nice list man… Should try some of these out. I use the ExecPHP plugin instead of RunPHP.

  30. Posted October 27, 2009 at 2:20 pm | Permalink

    great list – well worth installing some of these plugins

  31. Posted October 27, 2009 at 7:44 pm | Permalink

    Great collections!
    Very useful for web developers…
    Thank you ;-)

  32. Posted November 9, 2009 at 9:26 am | Permalink

    Nice collection, Jean. These are some really good utilities for web developers

  33. Posted November 14, 2009 at 12:34 pm | Permalink

    Theses are great developer tools, some of which I am seeing for the first time.
    I look forward to trying them out.

  34. Posted November 15, 2009 at 9:38 am | Permalink

    Shouldn’t there be an anti Internet Exploiter. Oops, did I say that?

  35. Posted December 1, 2009 at 2:16 pm | Permalink

    Thanks for list, it’s pretty useful most especially to those people who are developing a WordPress type of CMS, I really like Anti Internet Explorer 6 plugin.

  36. Posted December 14, 2009 at 10:00 pm | Permalink

    Thanks ^_^

  37. Posted December 21, 2009 at 11:18 am | Permalink

    I’ve been looking for the functionality from a couple of these for a while. Thanks for this list

  38. Posted January 11, 2010 at 2:07 pm | Permalink

    Hosting Monitor is great. Specially for high traffic sites. I was recently looking for something like this but could not find any. Thanks for mentioning this.

  39. Posted February 17, 2010 at 5:30 pm | Permalink

    Great list of resources. Among my favorites are the advanced code editor and runPHP – potentially very useful. I have to comment on the Anti Internet Explorer 6! What a good idea – it annoys me how many people still use that browser – it breaks almost everything!!

  40. Posted March 5, 2010 at 11:19 am | Permalink

    Great article. I’m going to try installing some of them right now.

  41. Posted March 17, 2010 at 2:15 am | Permalink

    Great resource on wordpress plugins. Thanks for sharing. These are very useful.

20 Trackbacks

  1. [...] 10+ WordPress plugins for developers Share and Enjoy: [...]

  2. [...] 10+ WordPress plugins for developers Submitted by Editorial Team [...]

  3. [...] Follow this link: 10+ WordPress plugins for developers [...]

  4. [...] Natives – Gibt es überhaupt eine Generation Internet? | digitalpublic.de –10+ WordPress plugins for developers –Das könnte Dich auch interessieren:links for 2009-02-14 Safari140 – Twitter [...]

  5. [...] Natives – Gibt es überhaupt eine Generation Internet? | digitalpublic.de –10+ WordPress plugins for developers –Das könnte Dich auch interessieren:links for 2009-02-14 Safari140 – Twitter [...]

  6. [...] LINK [...]

  7. [...] Se você é desenvolvedor, confira a dica de 10 plugins WordPress para desenvolvedores em 10+ WordPress plugins for developers Leia também:SEO no WordPress – Boas práticasO fim dos spams de Trackback no WordPressUsando [...]

  8. [...] Link: 10+ WordPress plugins for developers. [...]

  9. By links for 2009-10-06 | Links | WereWP on October 6, 2009 at 4:04 pm

    [...] 10+ WordPress plugins for developers 10 useful plugins for every WordPress developers and WordPress code addicts! Some of those are not that well known and can be really useful whenever you are developing a Wordpress site. (tags: wordpress plugin) [...]

  10. By All Teched Up! « Caintech.co.uk on October 6, 2009 at 6:02 pm

    [...] + Image Recognition = Awesome 77 Inspirational Example of Pricing Page Designs Inspiration in 10+ WordPress plugins for developers Twitter Data Analysis: An Investors Perspective jQuery Lesson Series: Introduction to Selectors [...]

  11. [...] En CatsWhoCode publican más 10 plugins que para los desarrolladores pueden suponer una mejora en la experiencia de publicar entradas con código. [...]

  12. [...] En CatsWhoCode publican más 10 plugins que para los desarrolladores pueden suponer una mejora en la experiencia de publicar entradas con código. [...]

  13. By » Wordpress: plugins para desarrolladores on October 9, 2009 at 7:19 pm

    [...] En CatsWhoCode publican más 10 plugins que para los desarrolladores pueden suponer una mejora en la experiencia de publicar entradas con código. [...]

  14. [...] 10+ WordPress plugins for developers [...]

  15. [...] 10+ WordPress plugins for developers 10 plugins Wordpress pour les développeurs [...]

  16. [...] 10+ WordPress plugins for developers 10 plugins Wordpress pour les développeurs [...]

  17. By Sket på nettet den 15.10.09 on October 15, 2009 at 10:00 am

    [...] 10+ WordPress plugins for developers — 6:07pm via [...]

  18. By Wordpress Plugin for Developer - Affility Net News on October 23, 2009 at 7:50 am

    [...] Baptiste Jung nimmt auf seinem Blog CatsWhoCode Plugins vor, die für Wordpress Entwickler von großem Nutzen sind. Unter anderem nimmt er Bezug [...]

  19. [...] Continue reading here: 10+ WordPress plugins for developers [...]

  20. By 10+ WordPress plugins for developers « Bring It on February 19, 2010 at 9:52 am

    [...] CatsWhoCode. 0 [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Smashing Network
WordPress Appliance - Powered by TurnKey Linux