Archive for the ‘uncategorized’ Category

This is not the new template I was referring to…

Wednesday, March 4th, 2009

Meanwhile I'm working on a completely new template for my blog, I made the decision to temporarily rever the blog's template to something very simplistic. This will give me the flexibility to be able to add richer content without having to worry about the constraints of the previous blog template, and start looking forward to the eventual implementation of the new one.

I did run into one snag: Since WordPress's own default theme is really formatted for a fixed width 800x600 screen, it doesn't jive with my new design & content areas. I looked around and found this theme, which is a 1024 adaptation of the original WordPress template. You can download this template here:

WordPress Default Theme 1024 Wide

Only solution was to revert…

Monday, February 23rd, 2009

I still can't find what's wrong with AJAXed WordPress. After a few back & forth on the author's forum here, he offered a few things that I could look into, but nothing I did or could look into solved the problem. The only thing either of us can point to seems to be some weird error thrown by the newest version of WordPress:

Warning: htmlspecialchars_decode() expects parameter 1 to be string, NULL given in /home2

/pixelpu1/public_html/blog/wp-includes/compat.php on line 105

I can't figure out what that means... there are nothing in the configuration that even points to that directory. Comparing the old "compat.php" in WP 2.7 and WP 2.7.1 revealed that the new compat.php file is incredibly huge compared to the old one, seemingly with a lot more error checking routine than before.

The only thing I can do for now, is revert back to WP 2.7. I'm also considering a new blog layout that will probably make AJAxed WordPress unnecessary anyway.... Things to ponder...