If you enjoyed this site, please consider donating $3. Any amount is appreciated. Thanks!

Interesting Web Tech Related Articles

Some random collection of interesting articles related to web tech.

Browsers and CSS

HTML

Web Tech Surveys, Stats, Articles:

JavaScript Libraries

Prototype.js, a library for ajax. (2008-05-13)

Yahoo User Interface (YUI) Library. http://developer.yahoo.com/yui/

(computing) Google releases OpenSocial: http://code.google.com/apis/opensocial/. A API for building social networking sites, so that all social networking sites can have one unified API.

Google Web Toolkit. You use Java to create a GUI app, then the kit will compile it into HTML and Javascript so it can be deployed on the web. Seems that Gmail and GoogleMap is written this way.

Database

IDNA

Internationalized domain name. Allowing domain names in unicode. IDN turns out rather stupid. This scheme does not modify DNS's Domain name to broaden it beyond alphanumerics, but relies on application that translate the host name to real ascii based one, a scheme called Internationalizing Domain Names in Applications (IDNA). The consequence of IDNA is complex implementation in browser (in part using Punycode), does not work if a host name in Chinese is long, increases Homograph spoofing attack, creates unpredicability in browser's url field (because each browser opt different methods and display of url to prevent the proofing attack).

What it solves is to allow domain name in non-latin langs such as Chinese, Arabics, Russian to be used in host name. The latin alphabet in computing is rather popular and international and have been used throughout the history of the internet and widely used in every non-English speaking countries. Latin alphabet is simple too, and English is popular and considered a international language. The need for local lang in domain name is not that great, and the cost of introducing INDA's complexity outweight the benefits.

Interesting Wikipedia Articles

Great Tools

DHTML References

DHTML References. Tutorials and References on HTML, CSS, JavaScript, DOM.

2005-05
© 2005 by Xah Lee.