Recently, I was given the opportunity to work on a really cool importing project that involved us pulling data from an FTP server and importing that into WordPress. It led me to look deeper into the Filesystem API; WordPress does this already, and I...
Read More How to Download FTP Files in WordPressTag: developer tutorials
Level Up With jQuery Dimensions
It’s hard to believe that I’m well into my second year of being a front-end dev here at WDS. It has been an awesome experience and I’m truly blessed to work with such a great group of people. Halfway through 2015, I officially...
Read More Level Up With jQuery DimensionsA Beginner’s Guide to Writing Bash & Shell Scripts
Optimizing your development workflow is one of the most important things a developer can do. Being able to leverage your tools quickly and efficiently lets you spend your time working on actual development–instead of fighting your tools or doing boring, repetitive things....
Read More A Beginner’s Guide to Writing Bash & Shell ScriptsUnit Testing Your Plugins with Dockunit
I think we can all agree that unit testing is pretty neat. An automated system for checking if your code changes break any functionality is almost magic, and if you aren’t sure where to get started with it, you should read my previous...
Read More Unit Testing Your Plugins with DockunitAdding BuddyPress Custom Pages to Profiles
BuddyPress comes with all the profile and group pages it needs to access core settings and content. Sometimes you add a plugin to your site that’s not a BuddyPress plugin but you want to have a page on the profile to display...
Read More Adding BuddyPress Custom Pages to Profiles