This year, WordCamp Atlanta is going to be held from March 15 – 16 and I couldn’t be more excited. It’s going to be held in downtown Atlanta at The Loudermilk Center with the after party being hosted at the official 8BIT / WP Daily office.
Tag: WordPress (Page 198 of 219)
Articles, tips, and resources for WordPress-based development.
You guys know that I spend a significant portion of my time working with my team at 8BIT. We’re responsible for:
- Standard (For both WordPress.org and WordPress.com)
- #notes
- WP Daily
- Hello Dolly
- …and a few other things that are coming down the pipeline.
Earlier this week, we brought on our first developer intern for 2013. In addition to this particular role, we’re also looking to fill a blogging internship specifically for WP Daily.
One of the things that’s nice about the WordPress development community is that there’s no shortage of places to discuss what’s going on in the community.
Aside from chatting with people on Twitter, we can hop into IRC chats, listen in to other developer’s podcasts, and naturally read and respond to what other’s are writing on their blogs.
But late last week, I noticed the following tweet show up in my stream:
Are you a redditor? Love WordPress but think /r/wordpress is lacking? Come join us on the "Pro" WordPress subreddit http://t.co/LwHjYlnP
— Macho Pirate Mick Rackam (@tw2113) January 5, 2013
It’s been a long time since I’ve paid any attention to anything like Reddit – probably since college, but this particular subreddit caught my attention.
Last week, I was talking to a couple of developers on Twitter about some of the code that’s required to save custom post meta in WordPress when working with plugins or themes.
For the most part, good serialization functions are consistently formatted in the same way:
- First, we check for security. If the security check fails, then we exit the function.
- If security passes, then we proceed with our serialization functionality.
The thing is, the security checks are generally the same thing across the board so much so that you may even consider it somewhat of a boilerplate.
This seems like an opportunity to improve developer’s processes a bit by abstracting out some of the code that is used to save custom post meta data.
So let’s try this:
For any modern podcast, the first thing that many people want to do is to get their podcast into iTunes. My team and I are no different. The thing is, we don’t really have an officially Hello Dolly podcast feed.
At least we didn’t.
See, the problem, is that not everyone wants to use iTunes. In fact, Chip Bennett stated in one of his comments on the original podcast’s post: Continue reading