Top

Less Filters Plugin for Wordpress

April 5, 2009

I made this plugin a while ago but I didn't have time to upload it. So please forgive me.

Download

Here is the link to download it: less-filters.

Quick instruction:

What you need to do is extract the less-filter.php file to /wp-content/plugins/ folder then activate the plugins. You will then be able to include javascript and other advanced codes into the wpmu post body and widgets. I will give more instruction soon. If not, please remind me.

Property right:

I made this plugin, so please kindly give me some credit if you talk about it or reproduce it. Thanks.

Tags: Plugin, WordPress

Fixing Post Teaser Plugin Bug for WP 2.3.1

November 17, 2007

Have you ever had problem with Post Teaser plugin for WordPress? I am using it and I found a bug. So I fixed the bug and now you can download it right from this page. I name it "Post Teaser 2" just so It won't mess up with the original one.

It's now available for download from this page: Post Teaser 2 - An Essential WordPress Plugin.

The Bug

When I click the Update Options button on the Manage Post Teaser page, I got this: "Cannot load post-teaser.php." as shown in the snapshot:

Post Teaser Bug

Tags: Plugin, Site

Fixing Dangerous Permalink Redirect Bugs

November 16, 2007

Since I have more than one occasion encounter bug with Permalink Redirect, I recommend people wait for new version of this plug-in.

The Bugs

The following are the bugs:

  1. Redirect "/feed" URI to "/feed/" using 302 redirect. Ignoring the "/%postname%" rule having no trailing slash.
  2. Redirect "/?paged=x" to "/page/x/" (where x is paging number) ingoring the fact ugly default URL is used, causing 404 message when paging.

There is no doubt about these bugs, because I test it by enabling and disabling Permalink Redirect plugin.

Fixing the bugs

Indeed being a programmer gives me some advantages, I could fix the bugs on the fly.

Tags: Plugin, url

Major Blog Building Considerations

November 16, 2007

At this time I'm pretty lazy at designing and coding things. I've been stumbled on the Blog World, which give me the stronger will to live (blogging). I want to write more and more. However it's time to really do some serious decisions.

I started posting my blog entries with WordPress because I felt that's a necessary initiative. However, I strongly need to consider few things.

Website structure

The biggest issue I'm having is the website structure. I'm still wondering whether

  1. putting niche topics on separate subdomains, and so using WordPress MU to power my site,

Tags: Blogging, decision, Plugin, Reviews, SEO, Theme, url, WP

TheWebMarketingBlog.com Good, Bad, and Bug

November 14, 2007

It found this a great post Last Resort Self-Unbanning. So I read it and tried to submit a comment just to appraise it.

The Good as I can see

  1. This site has a professional look.
  2. It is well established and has nearly 3,000 community member on MyBlogLog.
  3. It is content rich with a niche about marketing and SEO.

The Bad as I can see

  1. The banner is too large, it covers 1/3 of my screen height and push the content down.

Tags: Plugin

Case Sensitive – Firefox JavaScript Becomes Tricky

November 12, 2007

Problem:

On Tuesday the 25th of September 2007 I was having this annoying bug. I was testing my website using FireFox (my main browser). I found out I couldn't send my page description to Digg using the following Digg JavaScript variable:

digg_body = document.getElementsByName("description")[0].content

While Internet Explorer, my 2ndary browser worked fine with it.

Debug Process:

The debug process was done using the alert statement to show the object.

alert (document.getElementsByName("description")[0].content);

Tags: Google Adsense, Plugin

Bottom