November 4, 2005

DGK Quotations For Wordpress

This plugin has been released on my official blog using Indonesian Languange.

A few weeks ago I got more than 20.000 quotations from quotationspage.com using php script and right now all quotations has been saved on txt file. This plugin inspired by The Quotations plugin. The Quotations and DGK Quotations are different, mine’s just took a quotation from txt files and The Quotations took from the official site. (more…)

November 3, 2005

Howto Get Wordpress.com Account Using Firefox

This article taken from my official blog using Indonesian Languange.

Don’t have account on wordpress.com? Don’t worry, right now you can register on wordpress.com using Flock. Yeah, you can’t register with others browser :) .

So, this is a howto register on wordpress.com using Firefox :

  1. Open /usr/lib/firefox/defaults/pref/firefox.js (linux) or C:\Program Files\Mozilla Firefox\defaults\pref\firefox.js (windows) using your favorite editor and add this to the end of line pref(”general.useragent.vendorComment”, “Flock”);
  2. Save that configuration and open http://wordpress.com/flock/
  3. Have a nice blogging with wordpress.com :)

October 30, 2005

Howto Setup Alphabetically Blogroll on Blogsome

From my official blog.

Wordpress as an engine blog has a blogroll feature. You can find that feature on Links >> Link Categories >> Edit menus. On that menus we can setup blogroll as what you want. You still can find this feature on Wordpress MU such as blogsome, blogthing or wordpress.com.

On wordpress.com you can setup alphabetically blogroll using menu as i mentioned above, unfortunately you can’t do that on blogsome. So, here below the steps to setup alphabetically blogroll on blogsome :

(more…)

October 25, 2005

Import comments from Blogsome to Wordpress

This article taken from my official blog at http://dgk.or.id

I’ve made an import rss comments for wordpress. This script is useful when you have a wordpress free hosting such as blogsome or blogthing and you want migrate all comments.

Here below the steps to import all your posts and comments from blogsome to wordpress :

(more…)

March 1, 2005

AJ-Fork, Wordpress or MoveableType ?

AJ-Fork. Lightweight, flexible and powerful publishing tool. Forked off Cutenews 1.3.1 in 2003, and in active development since then (minus one years worth of military service). Aims to have a pretty but functional interface, output XHTML Strict compliant code, and has a plugin architecture similar (though not yet as extensive) to Wordpress.

I choose AJ-Fork than Moveabletype because AJ-Fork has a GPL license. I prefer AJ-Fork than Wordpress because AJ-Fork has a flat database which mean there’s no need MySQL.

February 26, 2005

RSS Comments For AJ-Fork

I used AJ-Fork since December 2004 for My Other Site, unfortunately there’s no RSS Comments for AJ-Fork. Searched on forum give me nothing :sad:

After that, I see AJ-Fork has a feature called “Latest Comments”. With that scripts then i hacked some lines and merged piece of code between rss.php and latest_comments.php.

If you interesting with this scripts, you can download RSS Comments at http://dgk.or.id/misc/rss_comments.txt.