Browsing Tag

Plugins

Essential Sublime Text 2 Plugins and Extensions

Essential Sublime Text 2 Plugins and Extensions

Sublime Text 2 is a relatively new code editor that I’ve been trying out for a while now. While it’s still in public beta, it already offers a great mix of features and performance that has convinced me to switch from my trusted Komodo.

While I really do love the features available out of the box, as with most things in life, there is always room for more. With Sublime Text 2 being as extensible as it is, a big ecosystem has sprouted around it, catering to most of your web development needs, be they actually useful or catering to your whimsy. To that effect, today I’d like to share some of the plugins and extensions that I’ve found quite useful. While not all of them may appeal to you, I’m sure you’ll a find a gem or two that will absolutely ease your workflow!

Create WordPress Plugins with OOP Techniques

Create WordPress Plugins with OOP Techniques

Object-oriented code, among other things, can help organize and add reusability to your code. In this tutorial, I will teach you the basics of writing a WordPress plugin using object oriented techniques. We’ll be using Dribbble’s API as an example for this tutorial. Ready?

Why Web Developers Should Switch to Google Chrome

Why Web Developers Should Switch to Google Chrome

Check out Chrome 4′s great new features for developers, such as cross-platform support, awesome web inspector integration, and handy new extensions. It’s becoming more and more difficult to deny Chrome the title as the new browser for web developers. If it’s not quite there yet, it will be soon!

preview

40 Super-Neat JavaScript Plugins

The right combination of JavaScript plugins can turn a simple website into a fantastic one – all while requiring minimal work on your behalf. Today, we’ll review forty of the most popular plugins available. If we missed some, let us know in the comments!

Dissecting the WordPress Text Widget

Dissecting the WordPress Text Widget

In this tutorial, we will take a close look under the hood of the WordPress text widget to uncover the process of creating a widget that can be added to multiple widget locations.