Time for another plugin. Installer, the Plugin is probably the most useful plugin you'll ever use
. Why? Cause it installs plugin and themes for you with one click! It can install almost any theme and/or plugin out there, and even supports remote file installation. You just paste in the URL of the plugin/theme and it grabs it and installs it.
It's still in "beta" stage so I'm gonna use you as my testers
. But right now it is pretty stable. The only catch is that you need to have the correct permission set on the plugins and themes diretory for it to work.
Anyway, let me now of any improvements that need to be made wether code-wise or usability-wise.
WordPress has a very nice Customizable Permalink Structure. Unfortunately with the new rewrite rules (using path info) all 404's no longer get sent to the system logger.
That, my friend, is why you need the lovely Log 404 Plugin. Guess what? It sends all 404 requests to PHP's system logger, so you'll never miss a 404 again. And, it's compatible with WordPress 1.5 and 2.0!
A while ago I remember reading about an easter egg in Mint. You type in a secret code and receive a special prize, or something.
I thought it sounded ... neat. And we all know neat stuff is like so neat ... and stuff. Anyway, I started to create my own easter egg, and came up with this "neat" little script.
HINT: jibby
I've intergrated a brand spanking new search into my site. It allows you to search 3 areas; Blog Posts, Static Pages, and Comments. As well as some other options.
The only prob right now is that the pagination does not work correctly. But do a search, then click "Advanced Search" and you will see the new options.
I like it, how about you guys? let me know.
One of the many exciting features of CSS 3 is the ability to create columnar text. In this article I will show you a way to fake two column text with a little Javascript.
First off we need to stipulate that this hack will only work with textual information contained in HTML paragraph tags (<p></p>).
To use the script all you need to do is download the script and include it in the head of your document.