Working with the Web and WordPress
-
Bulk editing HTML with WordPress and QueryPath
QueryPath’s jQuery-like API provides powerful tools for targeting and updating HTML elements. WordPress’ content filter modifies post/page content as it’s generated without altering what’s in the database. Combine them and you have a super flexible workflow for bulk editing HTML.
-
Disable plugins using WP Migrate DB
Set up rules to automatically disable plugins using WP Migrate DB’s find and replace feature.
-
1Password for web developers
The working day of a web developer is filled with usernames and passwords, and there’s no way I could do my job without a password manager to generate and recall the endless strings of random characters. My password manager of choice is 1Password from AgileBits. Individual entries for dev, test, and live sites makes searching […]
-
Redirecting a successful registration with Ninja Forms Front End Editor custom registration form
I’ve been digging into Ninja Forms and their Front End Editor add-on recently. Their default user registration form comes with a great set of options, including redirecting successful registrations to the referring page, but he same options are not available if you opt to use one of your own forms. Redirecting successful registrations to the […]
-
GIT deployments on MediaTemple
GIT deployments are a technique for moving source code from your local development environment to your remote environments while maintaing a complete history of your changes. Many web developers have moved to this style of deployment because it: lowers the risk of forgetting to transfer a file when deploying gives you a way to back-out changes […]
-
Trello Dropbox integration: your files as organised as your projects
Trello is an innovative little web app that not only helps you to organise multiple phases across multiple projects through a simple drag and drop card system, but by cleverly integrating with Dropbox, also enables you to keep your files organised, up to date, and available to everyone on your project team.