How to Include the jQuery Datepicker in WordPress
If you’ve wanted to know how to add the jQuery datepicker to your site, here it is.
If you’ve wanted to know how to add the jQuery datepicker to your site, here it is.
After interviewing thirteen WordPress developers for a book on getting up and running with WordPress development, I have some key takeaways that I’d like to share with you.
Justin Sternberg has written a nice and thorough post geared toward beginning programmers to cover common PHP methodologies. I definitely recommend reading this for those that may recognize certain techniques, but don’t really fully understand them. I love beginner tutorials like this.
A (reasoned) criticism of the architecture of WordPress, and how it should be fixed.
Justin Tadlock has another nice tutorial out where he guides you in the relatively simple function that adds a metabox to a post screen to be able to assign a post parent from another post type. This is highly useful in a number of scenarios, and one where a lot of us are probably improperly…
Getting rewrite rules and Regex right is an often painful task in WordPress. Conflict solving, commenting the expressions, et cetera is something most people want to avoid. To be honest, every modern PHP or JS framework nowadays has a very simple approach on this topic. Finally we got something like that for WordPress as well:…
Code should Get Out Of My Way. GoomWay!