您正在查看 "Mozilla Tech" 分类下的文章
2009-11-03 21:10
expat是一个面向流的解析器。你向解析器登记回调(或处理)函数然后开始向它输入文
件。当解析 |
2009-11-02 13:30
A library for browsing the web in python. Mechanize acts like a browser
allowing you to do web scraping, functional testing of web sites and
things no one has thought of yet.
Among other things, mechanize:
* Follows links
* Fills in HTML forms
* Automatically observes robots.txt
* Has a browser history
It was modelled after the Perl module WWW::Mechanize.
Homepage: http://wwwsearch.sourceforge.net/mechanize/ |
2009-09-02 17:16
Yoono是一个协作搜索, 共享和交换信息的工具. 它把网络上已经存在的如社会性书签功能, 搜索功能, RSS功能等整合在一个站点之中.Yoono在社会性书签和搜索功能中没有使用代表web2.0主要特征的tag,它从构架层面对社会性书签进行了分类, 从而决定各个站点之间的关系.这样有效的避免了tag中经常出现的诸如同义词,拼法不同和语言不同而出现的一些问题.
上面是针对Yoono.com功能作出的介绍.
Firefox浏览器插件:
firefox的Yoono插件只需要你简单共享你现有的收藏夹,他就会出现Surprise Me的功能,点击这个功能后就会根据你现 |
2009-09-01 23:01
2009-08-28 15:20
http://blog.mozilla.com/chinacommunity/archives/category/%E9%A2%A0%E8%A6%86%E7%BD%91%E7%BB%9C35%E5%A4%A9 |
2009-08-13 13:41
最近,据称是“Outlook Killer”的Spicebird公布于众。
Spicebird基于Mozilla Thunderbird,轻量却不失强大,具备无限的扩展。
Spicebird真的能挑战Outlook吗?
——
“协同工作”比“邮件交流”更重要──这是Spicebird的开发理念。于是,围绕着协同工作,Spicebird在基于Thunderbird的基础上,具备了大量的新特性。
Spicebird是一个完整且强大的E-mail客户端,不仅支持POP3、IMAP和SMTP协议,还支持RSS和NTTP新闻组。
Spicebird还是一个即时通讯软件,支持Jabber(XMPP)协议下的 |
2009-08-10 23:01
A quick maemkit overview ------------------------
Usage: python maemkit-chunked.py --testtype=moc |
2009-08-10 22:20
2009-08-10 22:11
Welcome to the Mozilla XForms Project. The goal of this project is to implement the |
2009-08-07 16:32
Tutorial: Introduction to Mozmill
https://developer.mozilla.org/en/Mozmill_Tests/Tutorial:_Introduction_to_Mozmill
|
2009-08-07 13:20
http://getsongbird.com/
http://blog.mozilla.com/security/ |
2009-07-24 19:56
http://www.mozilla.org/access/qa/win-ui-kbnav-focus.html#tool-bar
http://www.mozilla.org/access/qa/testcases.html
|
2009-07-15 18:36
http://kb.mozillazine.org/Browser.cache.memory.capacity
|
2009-07-07 16:01
The goal of the "Tamarin" project is to implement a high-performance, open source implementation of the ActionScript™ 3 language, which is based upon and extends ECMAScript 3rd edition (ES3).
在 2006 年 11 月 7 日,Adobe Systems 宣布将 ActionScript Virtual Machine 的代码捐献给 Mozilla Foundation。因此,Mozilla 启动了一个新的开放源码项目 Tamarin。Adobe 和 Mozilla 希望以此促进这种创建 Web 应用程序的标准 |
2009-06-22 18:27
What is nsCOMPtr?
nsCOMPtr is a tool to help prevent leaks.
nsCOMPtr is a "smart pointer". It is a template class that acts, syntactically, just like an ordinary pointer in C or C++, i.e., you can apply * or -> to it to "get to" what it points at. nsCOMPtr is smart in that, unlike a raw C++ pointer to an XPCOM object, nsCOMPtr manages
|
|
|