Web Invoice exceeds 1000 downloads
Web Invoice – Invoicing and billing for WordPress plugin has exceeded 1000 downloads. It has 1172 dowloads to date. First release of the plugin was made on March 15, 2009 and now in less than 1 month it has more than 1000 downloads.
Web Invoice is ideal for web developers, SEO consultants, general contractors, or anyone with a WordPress blog and clients to bill. If you come under any of the above, you should give Web Invoice a try.
Download or read more about Web Invoice.
No comments yet.
252No trackbacks yet.
How to customize a WordPress plugin and upgrade
about 6 months ago - No comments
Sometimes you want to make minor changes to WordPress plugins that no body except your self would want. Then comes the issue of upgrading to new versions of the plugin. git-svn is the perfect tool for this. It has all the cool features of the distributed SCM git and ability to pull from subversion (and [...]
How to customize Web Invoice e-mail templates
about 11 months ago - 4 comments
In the latest release of Web Invoice – Invoicing and Billing for WordPress plugin you can customize the e-mails sent to your clients. You can customize the subject as well as the e-mail content. Please bear in mind that Web Invoice only supports plain text e-mails, but you can do wonders with plain text [...]
How to migrate from WP-Invoice to Web Invoice?
about 11 months ago - No comments
Web Invoice and WP-Invoice are two WordPress plugins that allow sending invoices and bills. Web Invoice is a fork of WP-Invoice with lot of new features that most people will want. In the current release (1.6.2) they are:
Send invoice reminders to customers with a secured link back to the
web invoice
Moneybookers, AlertPay or PayPal available if [...]
SyntaxHighlighter2 WordPress plugin released
about 12 months ago - 2 comments
SyntaxHighlighter2 WordPress plugin was released yesterday on WordPress Extend plugin repository. SyntaxHighlighter2 allows you to easily post syntax highlighted code all without loosing it’s formatting or making an manual changes. Main addition is upgrade to SyntaxHighlighter JavaScript 2.0 by Alex Gorbatchev. Also in this release the web master/blogger is given the ability to choose from [...]
WordPress object cache with memcached backend for vanilla WordPress
about 12 months ago - 3 comments
WordPress object cache with memcached backend is mainly meant for WPMU and doesn’t work well if you happened to have many vanilla WordPress installations using the same memcached backend like it is pointed out here and here.
I have created a simple patch which you can apply against object-cache.php (downloadable from WordPress plugin repository) or here [...]
FeedBurner Widget plugin released with MyBrand support
about 1 year ago - No comments
FeedBurner Widget 1.2 (WordPress plugin) was released last Friday with much needed MyBrand support. Thank you Alexander Dichev for the release.
var addthis_brand = ‘Mohanjith’;var addthis_language = ‘en’;var addthis_options = ‘email, favorites, digg, delicious, myspace, google, facebook, reddit, live, more’;
If you enjoyed this post, make sure you subscribe to my RSS feed!
Google Analytics for WordPress plugin is incompatible with AddThis plugin
about 1 year ago - 2 comments
Google Analytics for WordPress plugin adds an onclick attribute to links when “Track outbound clicks & downloads” is enabled irrespective of whether there is already an onclick attribute. AddThis plugin adds a link with onclick attribute to the post when enabled. This combination causes WordPress to generate invalid mark up. Same would happen if the [...]
WordPress plugin Smart Throttle 1.0.0 released
about 1 year ago - No comments
WordPress plugin Smart Throttle 1.0.0 released. With this release Smart Throttle is hosted on WordPress plugin repository allowing users to easily install and upgrade.
In this release I have added the ability to configure throttling parameters. You can download the latest release from either here, here or from your WordPress blog under Plugins -> Add New [...]
My fight against comment spam on Wordpress blogs – Smart Throttle
about 1 year ago - No comments
My blog was hit with a comment spam flood which almost brought down the server under load. There were aproximately 30 bots continuously posting spam comments, geez don’t they realize that none of the comments get published. With all the writes to the database, my servers came to a crawling stop. I disabled comments for [...]
Using memcached with WordPress object cache
about 1 year ago - 19 comments
I like the web pages to be snappy, including my blog. I found my blog to be bit slow after I moved to WordPress even after performance tuning. After looking around for a solution I came across memcache back-end for WordPress object cache which can be downloaded from here. You have to drop the file [...]