Archive for the ‘ Software ’ Category

WPtouch iPhone Theme formats your WordPress blog with an iPhone application-style theme, complete with ajax loading articles and effects. The theme only shows when viewed from an iPhone or iPod touch.

With WPtouch iPhone Theme you can customize many aspects of its appearance in the WPtouch admin panel, and deliver a fast, user-friendly and stylish version of your site to your iPhone and iPod touch visitors, without modifying a single bit of code on your regular site.

WPtouch iPhone Theme also includes the easy ability for visitors to switch back and forth between the WPtouch view and your site’s regular theme.

If you have an iPhone, iPod Touch or even a mobile phone (aka cell phone), try accessing this site and you will see how the WPtouch iPhone Theme looks like.

Download WPtouch iPhone Theme Now!

To login to your admin and blog using iPhone or iPod Touch, try WPhone Plugin.

Popularity: 1% [?]

Comments (1)

Flexibility Theme is a free WordPress theme that gives you total creative freedom to break free from the restrictions of other WordPress themes.

There are so many ways to customize the theme, the possibility are limitless. No other WordPress theme gives you so much flexibility.

Create a dynamic, eye-catching theme, without needing any knowledge of the code that runs WordPress, has never been so easy.

Sound too good to be true?

Well, let’s take a look at the features of Flexibility Theme:

  • Easy-to-use control panel in your WordPress administration
  • Absolutely no need to know CSS, HTML or PHP to completely customize your blog
  • Multiple sidebar options: choose from a stacked sidebar with multiple sub-sidebars or make your sidebar just one column
  • Free add-on graphics available to change as little or as much of your theme as you wish
  • Use custom background and header images including CSS repeat parameters
  • Easily create a full-width header or footer
  • Take advantage of PNG transparency and create entirely new looks - even in IE6!
  • Turn the search box, e-mail subscription, top sidebar and home page feature box on and off
  • Have full control over the color of text, links and hover states
  • Insert Google AdSense ads in 5 positions simply by selecting your color scheme, ad size, and content type
  • Insert analytics and statistics scripts without touching the code

What are you waiting for? Give it a try!

Click here to download.

Popularity: 1% [?]

Comments (2)

This error “Cannot yet handle MBCS in html_entity_decode()……” happens when you are using php4, WP-PostRatings Plugin version 1.31 and less, and you are using “UTF-8″ for your “Content-Type” Meta Tag in your WordPress Blog. It happens to one of my gaming site, GamesFreez.com and I have corrected it using the following solution:

1. Open WP-PostRatings.php
2. Find

$text = html_entity_decode($text, ENT_QUOTES, get_option(’blog_charset’));

3. Replace with

if(( version_compare( phpversion(), ‘5.0′ ) < 0 ) && (strtolower(get_option(’blog_charset’)) == ‘utf-8′)) {
$trans_tbl = get_html_translation_table (HTML_ENTITIES);
$trans_tbl = array_flip ($trans_tbl);
$text = strtr ($source, $trans_tbl);
$text = utf8_encode($text);
}else{
// url decode (phpversion =< 5.0 or get_option(’blog_charset’)!= utf-8 )
$text = @html_entity_decode($text, ENT_QUOTES, get_option(’blog_charset’));
}

I have also posted at Lester Chan’s Forum, so hopefully I do not have to face the same problem again when he released the new version of WP-PostRatings Plugin

Update: WP-PostRatings 1.31 Plugin confirmed has the above problem. Try the above solution.

Popularity: 3% [?]

Comments (1)

As mentioned in my previous blog post “SiteMap For WordPress MU“, not only did I claimed to get the sitemap for WordPress MU working, I also show you my WordPress Mu at NewsFreez.com.

Now I am going to reveal the steps to get the SiteMap For WordPress MU working for you. Here are the steps:
Read the rest of this entry

Popularity: 6% [?]

Comments (26)

Yes, SiteMap For WordPress MU is possible.

Finally, I have managed to get Google XML Sitemaps (currently 3.1.0.1. by Arne Brachhold) to work for WordPress MU.

You can check out my WordPress MU site at NewsFreez.com. All the sitemaps are in the form of domain.com/sitemap.xml and sub.domain.com/sitemap.xml

WordPress MU

The SiteMaps have also been tested and can be viewed by major browsers like Firefox, Internet Explorer, Opera and Safari.

Google Webmaster Tools has also accepted my SiteMap and there are no errors.

There are a few changes that are required before it can work. I will document it step by step before I do another blog post on it.

Meantime, please update your Google XML Sitemaps (3.1.0.1.) and WordPress MU (1.5.1) to the latest version and also subscribe to my RSS Feed. Thanks.

Popularity: 5% [?]

Comments (5)

RoboFormYes, finally I got it to work.

For some reason, my upgrade from Firefox 2.xx to FireFox 3 RC1 was seen unsuccessful to Roboform as it keeps telling me the following message:

This Adapter (6-9-89) supports only Firefox ver. 1.5 to 3.0.*.
You are using Firefox ver. 2.0.0.3. This browser is not supported.
Please upgrade RoboForm Adapter to the latest version or downgrade your browser.
Reason: Cannot register component.

When you checked on Firefox Help/About Mozilla Firefox, make you the fine print reads

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9) Gecko/2008051206 Firefox/3.0

and not

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9) Gecko/2008051206 Firefox/2.00xx

as roboform will not see it as Firefox 3 RC1.

If after you installed Firefox 3 RC1 and it still appear as 2.00xx, then in order for Roboform to work, you have to uninstall Firefox and install a fresh new Firefox 3 RC1.

Before you uninstall Firefox, you might want to export Bookmark, take note of the Add-ons if necessary though most will be work for Firefox 3.

After reinstall Firefox 3 RC1, reinstall Roboform and it should work.

Popularity: 6% [?]

Comments (1)

FirefoxMozilla has released a brand new pre-release version of the upcoming Firefox 3 browser.

Firefox 3 Release Candidate 1 is now available for download in more than 45 languages as a public preview release intended for developer testing and community feedback. It includes new features as well as dramatic improvements to performance, memory usage and speed.

Firefox 3 RC1 Release note is available here.

FireFox 3 RC1 Downloads are available here.

P/S: If you are using Roboform, you will not be able to use Roboform till they released Firefox 3 RC1 adapter.

Popularity: 2% [?]

Comments (2)

Richard Palace Dot Com Goes MobileAfter spending more than 6 hours surfing from morning to afteroon, I feel quite excited about getting Richard Palace Dot Com Mobile Friendly.

I went from searching for a Mobile Browser for my Cell Phone LG KS20 as the Microsoft Internet Mobile Browser, that comes with the Window Mobile 6, does not perform up to my expectation. I think it is rather slow.

Richard Palace Dot Com originally installed WordPress Mobile Plugin 2.1 from Alex King since my post on WordPress 2.51 installed on 27th April 2008. However after some testing and searching, I found another WordPress Mobile Plugin, by Andy Moore, more attractive. Here are some nice features:
* Easy to install, one file. WURFL not required
* Automatic mobile phone & PDA detection
* Post & upload from your mobile
* Supports display and posting of comments
* Supports AdMob mobile advertising
* SEO friendly titles and H1 tags
* Highly configurable & easy to customise
* Adheres to W3C & mTLD dotMobi standards
* Released by dotMobi Certified Developer

I will be using this WordPress Mobile Plugin till there is a better one out there. As this WordPress Mobile Plugin automatically detect the browser, the mobile site share the same address as the classic one and you will notice the differences only if you used Mobile Browser.

If you have any problem accessing my site using Mobile Browser from your pda, iphone, smartphone, mobile phone, cell phone or your classic browser like Opera, FireFox, Safari, MSIE, kindly let me know so I can rectify the problem as soon as possible.

Popularity: 5% [?]

Leave your Comment

LightBreakerWell, If you follow my post or read my previous blog post about WordPress 2.51 Installed, you will know that I just changed my theme on the 27th Apr. I was deciding on which themes to use. The Feed Count Image on this theme, LightBreaker, is a default image that comes with the theme itself.

However, before I could change it, Buny from FullMetal Alchemist posted This Guy Fakes His Feed Count, Super Lame. Anyway, I do not blame him, but thanks for his reminder.

I have just installed the correct Feed Count right from FeedBurner.

Popularity: 3% [?]

Leave your Comment

If you upgraded WordPress to 2.5 and above, you will most likely encounter the Fatal Error problem when trying to activate the Popularity Contest Plugin by Alexa King even if you downloaded the latest version (currently 1.3b3).

Here is the fix for the fatal error:

1. Open popularity-contest.php
2. Scroll down to line 59.
3. Find require(’../../wp-blog-header.php’);
4. Replace with require(’../wp-blog-header.php’);

If you activated it and it displayed the wp_ak_popularity does not exists error, go to your MyPHPAdmin in your control panel for your server, run the following SQL queries:

CREATE TABLE IF NOT EXISTS `wp_ak_popularity` (
`post_id` int(11) NOT NULL,
`total` int(11) NOT NULL,
`feed_views` int(11) NOT NULL,
`home_views` int(11) NOT NULL,
`archive_views` int(11) NOT NULL,
`category_views` int(11) NOT NULL,
`single_views` int(11) NOT NULL,
`comments` int(11) NOT NULL,
`pingbacks` int(11) NOT NULL,
`trackbacks` int(11) NOT NULL,
`last_modified` datetime,
KEY `post_id` (`post_id`)
) ENGINE=MyISAM;

CREATE TABLE IF NOT EXISTS `wp_ak_popularity_options` (
`option_name` varchar(50) NOT NULL,
`option_value` varchar(50) NOT NULL
) ENGINE=MyISAM;

Verify the 2 tables exist and try to activate the plugin again. It should work now.

Popularity: 4% [?]

Comments (2)