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
Category: Programming
Internet Explorer 7: Beta 2 Preview available
Get your copy of Internet Explorer 7: Beta 2. You can check out all the new bugsfeatures and then learn how to uninstall it. 😆 Make sure you leave Microsoft some feedback at their discussion group. Hopefully, we won’t need to design a new series of hacks and fixes for this new browser. Maybe M$… Continue reading Internet Explorer 7: Beta 2 Preview available
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
I no longer support IE5 for Mac
Microsoft has finally released us from the torture that is IE/Mac. In June 2003 the MS Mac Business Unit stopped development on Internet Explorer for Mac. MS ended support for the application on the last day of 2005 and will no longer offer it for download as of 31Jan06. From Microsoft.com: It is recommended that… Continue reading I no longer support IE5 for Mac
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