Author:
Password:

Have a dynamic website already? Want to add new information frequently? And - want to let the search engine and user know the updating of the website?

RSS is a good choice.

To give a hyperlink to RSS page is one choice.
In IE 7 after, there is a "Feed" button on the top. That one is surely mo

Tag:
RSS
HTML
Collected
0 replys / 1095 views.
Reply

Our twitter page is up now @ http://twitter.com/im24k

Tag:
Twitter
Social Media
0 replys / 916 views.
Reply

If you are using javascript, you might probably meets regular expression later or sooner.
What's the easiest way? Learning it and writing your own expression is one choice. However, as long as its something common, it is almost impossible to do better than others did that before.
So looking for code o

Tag:
JavaScript
Regular Expression
0 replys / 1305 views.
Reply

ProFTPD time does not show correctly on our server. After writing TimesGMT off in proftpd.conf, and restart FTP server, the time is still displaying in GMT.

 

Here is a way to get around this problem: insert export TZ=":/etc/localtime" into /etc/init.d/proftpd and save it. In proftpd.conf insert TimesGMT off, then restart FTP serser. It works on our server (CentOS 5.5 with ProFTPD).

Tag:
Server
ProFTPD
Time GMT
1 reply / 1483 views.
Reply

In MSSQL, we have row_number, and in MySQL, we have limit

Sometimes, the task is to find the record before and after a certain record. When the ordering is complex, it seems not easy for MySQL to do this, so row_number can be useful here.

But MySQL does not support row_number (when this entry is writt

Tag:
Collected
MySQL
1 reply / 4468 views.
Reply

I was working on a project which requires me to format a html page with CSS to enable a running sequence of a nested ordered list. As far as I concern, HTML and CSS does not provide the format look like in the word doc. I tried to search from the internet but there is no suitable

Tag:
CSS
HTML
0 replys / 2749 views.
Reply

YUI Compressor can compress .js or .css files.

I downloaded YUI Compressor 2.4.2 from http://yuilibrary.com/downloads/#yuicompressor.
However, its provided command-line interface might be a problem, so here came the graphics interface version.

Executable: yuicompressor-2.4.2-GUI.jar (Some browser might

Tag:
JavaScript
CSS
Java GUI
0 replys / 2349 views.
Reply