Open Trackback Friday

Every Friday I will try to have an Open Trackback article. From the Open Trackback Alliance FAQ: The entire concept is to encourage bloggers to showcase their best recent articles on other blogs which may not otherwise recognize or know about their works. Open Trackback Alliance members have agreed to create an open article at… Continue reading Open Trackback Friday

Open Trackback Friday

Every Friday I will try to have an Open Trackback article. From the Open Trackback Alliance FAQ: The entire concept is to encourage bloggers to showcase their best recent articles on other blogs which may not otherwise recognize or know about their works. Open Trackback Alliance members have agreed to create an open article at… Continue reading Open Trackback Friday

A new guru

It seems today that I was given the distinct honor of being named one of the New Guru’s for css creator. I am humbled and grateful and I suppose now I am actually going to have to learn what this CSS thing really is. 😆 Thanks to Tony for the finest learning forum online! I’ve… Continue reading A new guru

Open Trackback Friday

Every Friday I will try to have an Open Trackback article. From the Open Trackback Alliance FAQ: The entire concept is to encourage bloggers to showcase their best recent articles on other blogs which may not otherwise recognize or know about their works. Open Trackback Alliance members have agreed to create an open article at… Continue reading Open Trackback Friday

Open Trackback Friday

Every Friday I will try to have an Open Trackback article. From the Open Trackback Alliance FAQ: The entire concept is to encourage bloggers to showcase their best recent articles on other blogs which may not otherwise recognize or know about their works. Open Trackback Alliance members have agreed to create an open article at… Continue reading Open Trackback Friday

Why web standards?

I could give you all the arguments on why you should code your pages according to the current standard. I could tell you that if you are not turning out valid and semantic code that you are unprofessional and that you shouldn’t quit your day job. I could explain the purpose of separating markup from… Continue reading Why web standards?

Open trackback day

Every Friday I will try to have an Open Trackback article. From the Open Trackback Alliance FAQ: The entire concept is to encourage bloggers to showcase their best recent articles on other blogs which may not otherwise recognize or know about their works. Open Trackback Alliance members have agreed to create an open article at… Continue reading Open trackback day

Retrograde complete

Everything works as it should (it seems). I’m going to do some testing and make sure everything is kosher. 🙂 Looks like some of the dates were fubarred in the mix but I think I got everything in order. I’ll report when I hear that WP2.0 is ready for human consumption.

Retrograde in progress

I am retrograding back to WordPress 1.5 due to WordPress 2.0 being generally sucky! I’m going to have to sift through the database. Blah! 😡 Everything should be operational except for the links. I’ll get them up soon.

Possible trackback solution

I may have a solution to the trackback issue with WP2.0. Pings will work if you execute execute_all_pings() /wp-admin/execute-pings.php It is obviously not being called in the script somewhere. Now to figure out where to place it. I am trying this at the end of post.php Change: break; } // end switch /* */ include(‘admin-footer.php’);… Continue reading Possible trackback solution