Tag: development

  • Old Smilies Make A Comeback

    After debating the inclusion of new smilies without an easy way of reverting them or opening up the decision to community feedback, the old smilies have found their way back into the core of WordPress thanks to Ryan Boren who performed the commit. While using a few text smilies himself, Ryan’s explanation of the change…

  • Could BuddyPress Be The Poster Child Of WordPress?

    Perhaps my point of view is wrong but when I look at how development is taking place for the BuddyPress project and how certain things are being accomplished, I can’t help but think that the BuddyPress project is proving to be a test bed for the way development might happen for the WordPress project in…

  • Cashing In On WordPress Plugin Development

    Kevin Eklund who operates ToMuse.com published a thought provoking article the other day which has become yet another piece of this puzzle known as ‘How To Make Money Making WordPress Plugins‘. On the WordPress Tavern forum, this is a topic that we have been discussing in different incarnations for a few months now. Here are…

  • June 10th The Target For 2.8

    In the WordPress Developers channel on IRC today, Ryan Boren announced that the target date for the release of WordPress 2.8 is June 10th. There are a couple other things that were announced as well: WP 2.9 will require MySQL 4.1.2 or greater.  This is raised from the current requirement of 4.0. Checks will be…

  • Simple Guide To Adding Theme Options

    Sarah who does a great job sharing her WordPress knowledge for BloggingTips.com published a simple guide on how to add theme options to your theme. The guide goes over the code needed, explains what the code does, and provides a good base to start from if you’re planning on adding options to your theme. In…

  • 24 Hour Has-Patch Marathon Underway

    Jane Wells has announced on the WordPress.org development blog that the 24 hour has-patch marathon is now underway. The reason it’s called has-patch is because in trac, when someone submits a patch, the tags ‘has-patch‘ is added to the keyword field making it easier to sort through those tickets which actually have a patch. During…

  • Social Bookmarking With WordPress Plugin

    In this article by Vladimir Prelovac, we will learn to create our first functional WordPress plugin and learn how to interact with the WordPress API (this is the WordPress interface to PHP) on the way. The knowledge you will gain in this article alone will allow you to write a lot of similar plugins. Let’s…

  • Vladimir’s Plugin Developer Tips

    Vladimir Prelovac who has been seen all over this site recently has published a pretty cool guide of 10 tips for WordPress plugin developers on Mashable.com The tips range from how to get an idea for a plugin to, using the WordPress plugin directory. Vladimir wrote an entire book dedicated to developing WordPress plugins so…

  • Small Preview Of WordPress 2.8

    With the release of WordPress 2.8 pushed back now to April 1st, (dates are always tentative) I decided to download the nightly build for March 7th and wanted to take a look to see what sort of progress has been made. At this point, no widget management features have been added to the core that…

  • New WordPress Book For Plugin Development

    Vladimir Prelovac who I consider to be a WordPress Rockstar in his own right has is very own book called WordPress Plug-In Development. Beginner’s guide. Vladimir is not only a plugin developer but also a good theme developer as well if you take Blue Grace or Amazing Grace as examples. Approach This is a Packt…

  • An Idea For WordPress Ideas

    Just wondering if it’s time to wipe the slate clean on the WordPress Ideas site to start over? The reason being is that the top five most popular ideas are ideas which were submitted over two years ago. If you ask me, this looks bad as it tends to lean towards the WordPress project not…

  • What Is WordPress Bloat?

    Keeping an eye on the WordPress Hackers mailing list of late, I noticed a discussion where the word bloat was used numerous times. Out of my own curiosity, I decided to ask those on the list what the definition of bloat was. The answers were not surprising. Everything from items that are added to core…

  • WordPress 2.7.1 RC 1 Released

    Ryan Boren announced on the WordPress Testers mailing list today that WordPress 2.7.1 RC1 has been released. So far, looks like a couple of bugs have been squashed with the potential for a few more before this version hits the public. Here is a short list composed by Ryan announcing the bugs fixed thus far.…

  • WordPress Needs To Revise Post Revisions

    When WordPress 2.6 was released on July 15, 2008 one of the new features to hit the core was something called Post Revisions. Post revisions keep track of changes made to a post or page and stores a copy of that page or post before the revision so in case you make a huge mistake…