Ken , 12. Nov 2009, 01:47am
We are now developing a website with drupal for a client. As the website is quite complex and we need handle many CSS files for modules and themes. Today I suddenly found that there are some CSS statements cannot work at IE. I have spent some time on that and finally we found IE cannot load some CSS files we add at the last in .info files.
Ken , 30. Oct 2009, 03:57pm
I just got the sandbox account of Google Wave. What is its potential on web development? How can I add a wavelet into Drupal? I am studying on it :)
Yubis , 11. Aug 2009, 12:25pm
现在网路十分发达,大家都可以很轻松的就可以去上网,但大家可能不晓得我们平常去的网站,都不一定会放在我们的国家内。拿一个例子,在中国如果你的网站的 使用流量愈高你就需要有更好的服务和技术支援,虽然有时候,主机商它们有这样的技术的,但是它们的员工们对电脑的认知可能追赶不到主机商所需要的技术而且 光是租用空间的费用,可能就要高达数万元以上。而美国的伺服器竞争激烈,相同的价格往往可以获得更高规格的服务。因此,一些大型的集团都会将它们伺服器放 在美国,如果你想知道该网站是采用哪个主机商吗?位置是在哪里?只要透过Firefox的Flagfox这个外挂就能轻松办到。当然,您也可以透过此外挂 来查询任何的网站。
Ken , 07. Aug 2009, 06:44pm
When I was doing Drupal site for Yubis, I encounter this problem: Menu links or other HTML elements can be made float left / right, but is it possible to make it float center?
Ken , 03. Aug 2009, 09:47pm
Here I would like to introduce a nice talk held by Google Tech Talks on 8 OCT 2007, talking about "Implementing Drupal".

I found it' s really nice, detailed and I think you will be interested if you wanna have a more thorough understanding on Drupal.

Here is the link: Link
Yubis , 29. Jul 2009, 02:25pm
现在网络上有许多网页浏览器,其中包括有微软的Internet Explorer、Opera、Mozilla的Firefox和Safari。这些网页浏览器主要让用户利用网页浏览器显示在全球资讯网或局部区域网路等内的文字、影像及其他资讯。
Ken , 23. Jul 2009, 06:18pm
Drupal is driven by templates file. Basically, files ended in *.tpl.php are the template files.
  • page.tpl.php
  • node.tpl.php
  • block.tpl.php
page.tpl.php controls most of the parts. For example, which CSS files are being called. It also determines what items to display (like your mission/ titles/ primary link menu bar)
Yubis , 16. Jul 2009, 01:44pm
相信有许多人都有听过wikipedia中文名称是維基百科,这个維基百科是一个提供资料的一个大型网站。而这个維基百科提供许多学术性资料,因此有许多 学生老师都会去这个維基百科,什致出来工作的一些人都会去这个网站。虽然现在网路上出现许多跟維基百科相似的资料网站,但这些网站始终都比維基百科差,所 以維基百科在这些提供资料的网站中它的排名是第一的。因为这个維基百科有很多人会使用,所以在网路上会有一些小工具去帮助到你使用到維基百科。
Ken , 07. Jul 2009, 06:24pm
To change the email address/any text from text into image. This can be done automatically in Drupal using module called Textimage. I tried installing it and the result looks good. (REF: http://drupal.org/project/textimage)