Tag: WordPress

  • Rachel Baker – Can WordPress Be a blog engine, CMS and Web Application?

    by

    Show Links Ghost Svbtle Second Crack

    Read More →

  • Venture Beat Jumps on with Overblown Claims

    by

    So WordPress just released a live blogging plugin and Venture Beat tested it. Yes Venture Beat found a bug, then decided to make some overblown claims. All’s well that ends well, I suppose, but WordPress would do well to test its new plugins on at least the most recently released versions of the blogging engine…

    Read More →

  • WordPress Upgrade Fear

    by

    Decent article on WPRealm discussing why users don’t upgrade. The biggest reason I’ve found is that their web developer failed them. Any client I’ve talked to that is not upgrading their site is afraid of something breaking. While that may be the reason they give, it’s not the real reason. Really users aren’t upgrading because…

    Read More →

  • The Expectation of Free

    by

    I’ve been finding lately that just because I write tutorials on WordPress the readers expect me to provide a bunch of free support when it doesn’t quite work for them. If someone provides you with something for free, don’t be surprised if it doesn’t solve all of your specific needs. If you need something that…

    Read More →

  • Missing the Vibe in the Rails Community

    by

    For a while I was involved pretty heavily with the Ruby on Rails community. I did design consulting on a number of application interfaces and some frontend programming. Alas, those days have passed and I’m 100% WordPress and PHP focussed. Now I like WordPress and PHP just fine but one thing I really miss from…

    Read More →

  • How to Make Sure I Will Uninstall Your Plugin

    by

    One of the first things you should do when building a WordPress theme/plugin is turn on WP_DEBUG in your wp-config.php file. Turning this on will make sure that you get notices for bad functions, deprecated items in your files…Every theme/site I build has this flag set in development (don’t set it on the production server).…

    Read More →

  • WPMU Dev – Terrible Usability

    by

    As with much blogging this screencast is born of a rant about how WPMU Dev disrespects paying customers with their stupid WordPress admin notifications. After all the stuff that flies around about them plus the terrible usability and the long on promise short on delivery stuff regarding their plugins in their forums I’m not a…

    Read More →

  • WordPress – Plugins or Theme Functions.php

    by

    __UPDATE__: I’ve taken a second stab at the topic on [WP Theme Tutorial][wptheme]. While I’ve mentioned it in my presentations on [Mobile WordPress development](http://www.slideshare.net/curtismchale/mobilizing-wordpress) I’ve never really expanded on my thoughts on building WordPress features in the theme functions.php file or in a plugin. ### What’s the Difference? If you’re just starting out in WordPress…

    Read More →

  • Building Quality WordPress Themes – Theme Check Plugin

    by

    We’re continuing on our topic of writing quality WordPress themes by looking at the Theme Check plugin. Theme check was originally developed to give people writing themes for the WordPress.org repository a way to check their themes for compatibility with the theme review requirements before they uploaded their theme for review. If you’re not aware,…

    Read More →

  • WordPress Taxonomy Images Plugin

    by

    Custom Taxonomies are awesome in WordPress but unfortunately most of the ‘solutions’ to various problems deal only with categories or tags still. Recently I had to add an image to my custom taxonomies and @_mfields again had a plugin that solved my problem. Unfortunately there was one little ‘gotcha’ with the plugin which we’ll go…

    Read More →