Safer Cookies Plugin For WordPress

July 12th, 2008

As you might know, when you log in to a WordPress blog a session cookie is created that serves as a kind of authentication “key”. This is what lets you stay logged in and access various areas of the dashboard without having to enter your password every time. However, if a hacker was to get […]

Continue Reading...

WP Plugin : Sort Admin Menus

July 9th, 2008

A simple WordPress plugin that sorts the items in Settings, Plugins and Manage dashboard menus in A-Z order.

Continue Reading...

RSS Feeds for DeviantART Notifications

June 9th, 2008

I thought it would be handy if I could get the various DA notifications (deviantWATCH, new comments on your deviations, etc) as a RSS feed, so I created a PHP script that can log into a DA account and generate the feed. It creates three feeds – New deviations from your deviantWATCH (with thumbnails!). Messages […]

Continue Reading...

WordPress Plugin : Move “Publish” Away From “Save”

May 13th, 2008

I’ve created a simple plugin based on an idea somebody posted on WordPress Extend Ideas – Right now, when you’re drafting a WordPress post in WP 2.5.1, the “Save” and “Publish” buttons are right next to each other. It’s generally a bad thing in user interface heuristics to put a destructive or non-undoable action (such […]

Continue Reading...

Simple Text Summarizer In PHP

April 12th, 2008

I’ve written a simple text summarizer that can find the most important sentences in any given (English) text and produce a summary of the specified length. It would be pretty easy to adapt the PHP script to other languages, too.

Continue Reading...