2008-01-01から1ヶ月間の記事一覧

Heated-up Matz's blog

Matz quoted http://mindblind.net/2008/01/24/attacking-php/ in his blog. Against his opinion, many people say like "PHP is a poor language", "PHP is not so bad", "PHPers are bad" or "PHPers are not so stupid". The blog was heated up.Matzに…

iterator of file object and tell()

There was a need to record each file pointer between ascii file lines. I just found the python documentation http://docs.python.org/lib/bltin-file-objects.html and thought you use file.tell() ary = [] lptr = 0 rptr = 0 f = open("file.txt")…

Template engine by python

Python is a powerful language. Through many languages I have written, it is one of the most comfortables. But template engine is an annoying problem in Python. I believe the reason for that is based on its indent system.For example, JSP ca…

English dialy / blog on Hatena ??

If I continue to write in English, The search engines think it is a Japanese site or an English site? Ha, just checked now. Hatena Server says "charset=euc-jp".

attributes on "script" nodes on IE and Firefox

I was writing such code: var nodes = (document.documentElement || document).getElementsByTagName("script"); for(var i=0; i