叮噹與版權
- 叮噹網站被勒令關門的故事 痴線
- 香港多啦A夢迷網站接侵權警告 Quote: 此行動對該公司帶來的利益成疑,令人難以揣摸此行動的實際意義。
- 國際影業,別令叮噹之父不瞑目! Quote: 要刪除站內的圖片,與直接逼令同好刪除
Textareas are one of those treacherous areas of web programming, becauseit is really easy to get them 95% right and then never notice thatyou've fumbled the remaining 5%. The problem area is textareas withinitial content, for example blog comment previews ;what almost completely works is to just put the raw content into thetextarea in your HTML. This approach makes intuitive sense and evenworks fine if you test by throwing markup in, like '
This week, we:
Volume seems noticeably up compared to last week . The apparent jump in the number of differentIP addresses trying to talk to us concerns me,
REST is a style of web application writing where, among other things, youuse simple structured URLs to represent resources instead of heavilyparameterized ones. For example, 'https://example.com/users/cks/' is aRESTful URL but 'https://example.com/users?name=cks' is not.
(RESTful URLs are virtuous for a number of reasons, including being lessalarming to search engines and being simpler, so it's easier for peopleto remember them
There's been a recent fad for DNS whitelists, the rough inverse of DNSblacklists; instead of listing claimed bad sources of email, they listclaimed good sources. I've been thinking about this for a while, and Ibelieve that such DNS whitelists are going to fail.
Why I believe DNS whitelists are doomed can be summed up in a simplequestion: do you whitelist Hotmail or not? If you whitelist Hotmail, youare whitelisting a known source of a not insignificant amount of spam.If you
叮噹與版權

pyOpenSSL is a high-level Pythonwrapper around a subset of the OpenSSL library (to quote it). It waspulled onto my machines recently as part of a Fedora update, and sinceI'm currently interested in OpenSSL-related things I decided to playaround with it to try it out.
After writing some basic stuff, I have to say that I like it. It's notentirely documented (and for some things you really want to read theOpenSSL manpages too), but it works fine