<-- /div -->

Plugins

Going Beyond PHP’s Max Upload Size

PHP has a size limit that controls how large of a file you can upload. Many people wind up bumping into that limit when the attempt to upload large files. For example, big images, long audio files, or large video files. When you try to exceed the limit PHP will generate an error.
Sometimes there’s [...]

Featured

Maximum Security for Wordpress

This new plugin adds many new security features that make a site much harder to hack!

Ajax / Javascript

Autosave Feature for FCKeditor Wordpress Plugin

One of our clients uses Dean’s FCKeditor for Wordpress plugin. Unfortunately, unlike the regular Wordpress editor FCKeditor doesn’t offer an autosave feature to automatically save your posts every few minutes. So you could wind up spending an hour writing a lengthy post only to lose it all due to any number of reasons!

We solved that [...]

Custom Plugins

Image Uploads for bbPress

Recently one of our customers that uses bbPress to drive his forums approached us with a unique request: He wanted to let people upload images with their posts. But, as you might know, there is no such feature in bbPress nor is there any plugin that will allow that to occur. So we created a [...]

Custom Plugins

Decode URLs – A Plugin For Wordpress

TinyURL.com and its competitors are useful sites. They let people convert long URLs into short encoded URLs, and that makes them easier to read in Web posts and in email. But, as nifty as short encoded URLs might, they are also highly dangerous.

For example, a bad guy can easily hide a malicious URL by obscuring [...]