As most of my previous blogs is imported from a script and part of
them were manually inputted, the ordering and entry ID in mos_content
table is totally messed up. This, however, does not affect the display
in front page because it is based on the time of creation/modification,
but when it comes to backend administration, it is totally a mess.
Monthly Archives: January 2005
Move MT blog entries to Mambo
Although I lost the blogs in the last two months, there are still move
than 500 blogs that records my life and career development. I though of
burying all these old blogs with a CD, but these are my lives and even
the missing two month (60-70 blogs) could still be recovered by
regenerating from the static pages. No big deal.
Hit counter in Mambo 4.5.1a
Usually there is a visitor counter in any public websit to track the
number of visit since installation. In mambo 4.5, there was a
hit_counter module to handle it, but since 4.5.1a it is processed by
statistics module. Note that the hit count in statiscs is shown as
"visitors" basic on IP address, not on the real request of the page.
Continue reading
天意?
没有想到 从movabletype 转到 mambo 以后感觉居然这么好。
Although it makes a difficult decision and the accident forced me to
change, but eventually Mambo proves itself as the more advanced CMS
system while moveabletype is still for blogging services. Isn’t it
destiny? God knows.
BTW, this blog article is a mixed chinese with english, showing the perfect UTF-8 support with my hacked Mambo system.
Dev Log 2005-01-20
Three template for demo site, working perfectly now
"Biotools pipeline"
- Job submitted to LSF cluster works now
- Cancel job in LSF environment test OK
- Pipeline tests works OK.
Dev Log 2005-01-19
- Install unfinished biotools in testbed.
- Move my blog to Mambo site (only new data)
- Configure testbed for biotool components
- LSF job submission works, email works…
Compile graphviz on Mac os X 10.2.8
The installation of grahpiv 1.16 to Mac os X 10.2.8 using darwinports
fails at patching phase becase the supplied patch-makefile.in does not
work with the expect makefile.in in tools/src/ folder. It appears the
patch is for the older version of graphviz rather than ver 1.16.
Text in pipeline graph may be truncated
Biotool pipeline component uses Graphviz
software package to generate the pipeline graph. In some cases, the
graphviz is not installed correctly and the text is not displayed
correctly. This is not the problem from the biotools pipeline component.
HTML4Blast fixed
The html4blast from bioteam package can not run in TLL cluster as it can not find the configuration file as expected in "/usr/local/share/html4blast/html4blastrc". It is fixed by copying my configuration file (with updated reference link) from laptop to cluster and distribute.
CSS “float:right” in IE and Firefox
After using firefox, my code encounter a few weird problems.
One is the texts that floats right appears next line to its left
siblings. This looks quite strange in both IE and firefox, but does not
happen in Safari. (Maybe that's why people says "to do yourself a
favor, use firefox").