Posts Tagged ‘Maintenance’

We are pleased to present below all posts tagged with ‘Maintenance’.

The Developer’s Guide To Conflict-Free JavaScript And CSS In WordPress

Imagine you’re playing the latest hash-tag game on Twitter when you see this friendly tweet: “You might want to check your #WP site. It includes two copies of jQuery. Nothing’s broken, but loading time will be slower.” You check your source code, and sure enough you see this: <script src="/wp-includes/js/jquery/jquery.js?ver=1.6.1" type="text/javascript"></script> <script src="/wp-content/plugins/some-plugin/jquery.js"></script> What ...

Read more...

Lessons Learned From Maintaining a WordPress Plug-In

Recently I released a WordPress plugin for Google Analytics that adds a tracking code and dozens of various pieces of meta data to blogs. Since the release of version 4, I’ve updated it 6 times, to the point where it’s now at version 4.0.6. In this article I would like ...

Read more...

↑ Back to top