Posts Tagged ‘Plugins’

New jQuery Plugin: AP Text Counter

Posted: 26th October 2009 by Adam Presley in Development, Javascript
Tags: , , ,

I’m happy to announce my second plugin is up on the jQuery website for download, AP Text Counter. This is a simple plugin that implements a text limiter and counter mechanism in jQuery, complete with customizable options and useful callbacks to know when various events occur. Here are the links, so go give it a [...]

Firefox Plugin to Change View Source

Posted: 18th May 2009 by Adam Presley in Development
Tags: ,

Here’s a nifty plugin written Davide Ficano that allows you to control what application(s) that is used to view the HTML source on a given page in Firefox. I use a nice text editor called Boxer that I prefer over the default, and this plugin allows me to use it. Web developers should give it [...]

My First Plugin

Posted: 16th October 2007 by Adam Presley in Development, PHP
Tags: , , ,

Yes, ladies and gentlemen, I have started learning how to write WordPress plugins. My first plugin is one that removes the word “Private: ” from the beginning of blog and page titles (when they are saved with a status of private). The way this works is by creating a function that takes one argument. I [...]