Home  

     

BlogSync is a web tool that features the ability to communicate with different blog servers and copy articles from one to another while preserving the article's layout, publish time and categories. It can also intelligently compare two blogs and find out which articles are needed to be transferred.

Try BlogSync

Currently BlogSync support following BSPs* or blog applications:

Site update: new look of menu system

The menu display has been changed from a tree-like menu hierarchy to a flat menu that rely on background color to identify their levels while the DHTML feature is still intact.

The more bright the background is, the deeper the item belongs to.

Underline indicates that this item has sub-menu. Single click on it will expand its sub-menu, while double click or a single click on the italic item with the same name from its sub-menu will bring you to the location this item points.

The item with a red box infront of it is the current item.

Next objective: Photo gallery.

Site update: important content block

Added a new block in the front page to display contents that is thought to be important in replacement to the built-in sticky feature (which "sticks" a node on top of the node list) of drupal.

This block is built with Views module and the layout is done in CSS. Its roll-over effect is a simple JavaScript written in the theme template.

FileField as View Type module for drupal 6

This module is an enhancement to CCK's built-in view support. It will enable user to select FileField content as base table of a view, so user can manage these content independently.

Upgraded to Drupal6

So far so good...
:D

Firebug: A highly recommended tool for web designers

If you are a web designer, especially the one who mainly use CSS to implement your design, Firebug is definitely a must-have tool in your toolbox.

This Firefox plug-in dynamically analyses the html document, giving you the detailed hierarchy of the document Firefox is currently viewing.

Using its document tree, you can efficiently browse though the document and find the node you interested in. You can also click on the "view" tool and then click on a part of the document to select the node that occupies the selected area.

Time format in metaWeblog API: find the missing time zone

The time foramt in metaWeblog API is ISO8601, it is constructed by year, month, day, hour, minute and seconds of the time. Here's an example:

20070418T07:05:23

It means 5 minutes and 23 seconds pass 7, April 18th, 2007.

The problem with this format is that it doesn't provide time zone info. The API doesn't specify which is the default time zone, so different implementations could have different definition on this issue. This could result in a serious problem when an application communicates with a server using this API and tries to get an accurate time info.

Syndicate content