Web 2.0

A fairly significant update to WordPress is slotted to be released today (09.24.07) with some interesting new features, including:

  • Plugin Update Notification
  • Tags!
  • Improved Post and Draft Management
  • Pending Review
  • Advanced Visual Editor Buttons
  • Pretty URLs
  • Updated Default Blogroll
  • Other “advanced user” stuff

More details on the features/changes are below:

Plugin Update Notification

Not only are you now notified about new versions of WordPress, you now get notified of new versions of plugins. The only caveat is that the plugins must be hosted on WordPress.org. I personally wonder how this will work in conjunction with a GREAT plugin that I use called “PlugInstaller” which lets you check for new version, activate/deactivate but also fully DELETE a plugin from your plugin directory. This is a great way to easily clean up your old plugins.

[click to continue…]

{ 0 comments }

Well it has been a long night but a few beers later, I think that I have some things that I like. CSS has never been my strong point, nor some of the newer HTML tags (I’m a bit too used to seeing “div” and “class” and “id” for now!) So, before I go to bed, here are a couple of tweaks that I have added:

  • “Open Navigation” now works with FireFox 2 using JQuery (and seems to work fine with Safari and IE as well)
  •  Twitter added in a new box at the top (was battling CSS to make this all work, someone who knows it probably would laugh at me for taking this long to do it)
  • Slide scrolling enabled for going between the top section and the bottom section. Click it, it’s pretty neat!
  • Previous and Next posts added when viewing an article (the theme that I was using didn’t have it so I added to the “About this entry” section
  • Lijit Search now added to the bottom section (Lijit is a nice searching service). It didn’t want to work with my upper navigation section for some reason.
  • Other minor CSS spacing tweaks

With that, I guess I can get a couple of hours of sleep now. I just couldn’t leave things hanging.

[click to continue…]

{ 1 comment }

For all of you new iPhone and iTouch users out there, this blog has been updated with a new theme (yes ANOTHER theme) that is specifically optimized for viewing on an iPhone or iTouch. Those people who are viewing through a computer browser will continue to see my black/red theme but readers who have one of those great new Apple gadgets will see a completely new look and feel!

What do you have to do to see the new theme from an iPhone? Nothing but browse to this site using it. My WordPress automatically detects the “user agent” of your browser and switches themes “automagically.”

I cannot take any credit for any of the coding here…all of the work is done by a plugin and theme created by Content.Robot. You can see more information about the theme/plugin here. 
[click to continue…]

{ 0 comments }

As I was working on the update to my blog theme, I found a security hole that I think has existed for a long time in WordPress. While not incredibly devastating, nor directly tied to “code” within WordPress, it is a hole that is very easy to fix. The concern is more with KNOWING the types of plugins that a particular site has, and then knowing if those plugins have security holes that can be exploited. A quick Google search reveals all sorts of things.

So, first to see if you are vulerable, try going to http://yourblogURLhere/wp-admin/plugins/ and if you see a directory listing of your plugins, you are NOT protected. (If you don’t see a listing, you might have a different path or have protected things already in some other way.) Depending on your server setup, most users can normally only view plugins. However, I would think there may be cases were things could be deleted or modified, but I haven’t heard of such. Just the fact that someone knows what plugins you have is concern enough for me.

To fix, that is easy; just cut, paste, edit and save the following code in a file called “index.htm” and put this file into your plugin directory:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Get out of my plugin folder!</title>
<meta http-equiv=”Refresh” content=”0;URL=http://blogURLhere” />
</head>
<body>
Get out of my plugin folder!
</body>
</html>

This page will simply redirect users to your main blog URL (be sure you change that text above). This is the LIGHTEST security ever and there are other things you can do to further protect your /wp-admin/* directory.

[click to continue…]

{ 1 comment }

Blog: New theme, new functionality, new bugs

September 18, 2007

I have just recently applied a new theme to my blog, trying to keep many of the color schemes from before but also trying to help readability. However, it is still a work in progress as I test out many new plugins and style changes. I ask that if there are any readers out there [...]

Read the full article →

WordPress update: Version 2.2.3 released with Security Fix

September 10, 2007

Just updated my blog with WordPress version 2.2.3 (haven’t taken the plunge with the beta version 2.3 yet but I am working on a new theme). The 2.2.3 version is just a security release that they recommend people upgrade to, especially regarding two high-priority bugs. The following bugs were closed: 3002 – On Windows machines [...]

Read the full article →

Netvibes & iPhone Compatible at last!

August 30, 2007

WOAH! I just reloaded my default home page and there is now a yellow message saying “Netvibes goes mobile! Now, you can check your Netvibes page on your mobile phone or your iPhone at the following address: http://m.netvibes.com” and of course I had to see how they implemented it. Well, the quick answer is, AMAZINGLY [...]

Read the full article →

iPhone app: Built-in RSS reader provided by .MAC

August 29, 2007

Gee, you learn something new every day. I was playing around with an installed RSS reader from the TappInstaller app and I figured I would see how Safari on the iPhone would react to an RSS feed. Boy was I pleasantly surprised! I had read that an RSS reader was being developed, but now I [...]

Read the full article →