Here’s my round up of good stuff over the past week:
Page 410 of 428

One of my favorite things about working with WordPress is the community around the platform and how easy it is to extend the core application through themes and plugins. One of the challenges of new WordPress developers is getting started with publishing their plugins.
As such, I contributed an article that can be found on Envato on how to publish to the WordPress plugin repository.
Here’s some of the stuff that I found useful or interesting over this past week:
I was recently tasked with setting up a payment form that would span across two pages. The second form was dependent on information from the first so I needed to pass some data via the query string in order to update the second form.
After completing the first page of the form, the user would click an anchor and then be directed to the second form. Continue reading
Update 2/16/2012: I’ve posted this to an article on the Devise wiki. It’s likely that the article will continue to be updated by the community on GitHub. If this article appears out of date, refer to the wiki.
One of the challenges of working with Devise is that you may end up introducing functionality into the authentication layer long after initial requirements have been built.
I recently needed to add email notifications for user account creation. That worked fine, but all of the existing user accounts were left unconfirmed.
