Python论坛  - 讨论区

标题:[python-chinese] [OT] A Python Sidebar for Mozilla

2005年11月09日 星期三 22:40

wolfg wolfg1969 at gmail.com
Wed Nov 9 22:40:31 HKT 2005

http://projects.edgewall.com/python-sidebar/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月10日 星期四 08:28

张骏 zhangj at foreseen-info.com
Thu Nov 10 08:28:38 HKT 2005

PIL可以处理图像

http://www.pythonware.com/

-- 
张骏 <zhangj at foreseen-info.com>

敏捷来自Python
简单源于我们
丰元信信息技术有限公司



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月10日 星期四 09:50

Zoom Quiet zoom.quiet at gmail.com
Thu Nov 10 09:50:33 HKT 2005

在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道:
> http://projects.edgewall.com/python-sidebar/

赞!!!在FFox 中的Python 开发手册哪!!!
建议大案都安装!!!!

--
# Time is unimportant, only life important!
## 面朝开源,我心自由!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月10日 星期四 10:48

清风 paradise.qingfeng at gmail.com
Thu Nov 10 10:48:13 HKT 2005

确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load
this bookmark in the sidebar选项,他的安装函数如下:

function addMozillaPanel() {
     if ((typeof window.sidebar == "object") && (typeof
window.sidebar.addPanel == "function")) {
          window.sidebar.addPanel ("Python Sidebar",
          "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html","");
     } else {
         alert ("Sorry - you must be running Mozilla or Netscape to
install this");
     }
 }

关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。

在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道:
> > http://projects.edgewall.com/python-sidebar/
>
> 赞!!!在FFox 中的Python 开发手册哪!!!
> 建议大案都安装!!!!
>
> --
> # Time is unimportant, only life important!
> ## 面朝开源,我心自由!
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>


--
Blog:http://www.donews.net/changzheng
Blog:http://qingfeng.ushared.com/blog/
MagnoliaCMS:http://www.magnolia.com.cn/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月10日 星期四 10:58

Zoom Quiet zoom.quiet at gmail.com
Thu Nov 10 10:58:46 HKT 2005

泥猴中常常使用的吧!?
哈哈哈!!!
看来 Moz 系列的,也忍不往玩方言哪!

在 05-11-10,清风<paradise.qingfeng at gmail.com> 写道:
> 确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load
> this bookmark in the sidebar选项,他的安装函数如下:
>
> function addMozillaPanel() {
>      if ((typeof window.sidebar == "object") && (typeof
> window.sidebar.addPanel == "function")) {
>           window.sidebar.addPanel ("Python Sidebar",
>           "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html","");
>      } else {
>          alert ("Sorry - you must be running Mozilla or Netscape to
> install this");
>      }
>  }
>
> 关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。
>
> 在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> > 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道:
> > > http://projects.edgewall.com/python-sidebar/
> >
> > 赞!!!在FFox 中的Python 开发手册哪!!!
> > 建议大案都安装!!!!
> >
> > --
> > # Time is unimportant, only life important!
> > ## 面朝开源,我心自由!
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Blog:http://www.donews.net/changzheng
> Blog:http://qingfeng.ushared.com/blog/
> MagnoliaCMS:http://www.magnolia.com.cn/
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>


--
# Time is unimportant, only life important!
## 面朝开源,我心自由!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月10日 星期四 11:08

wolfg wolfg1969 at gmail.com
Thu Nov 10 11:08:28 HKT 2005

Mozilla相关的编程也很丰富有趣啊,有点想写个跟bookmark有关的东东

在 05-11-10,清风<paradise.qingfeng at gmail.com> 写道:
> 确实很方便,而且其安装函数也挺有意思,点击安装以后他只是在收藏夹多了一个链接,但点击后,却是用sidebar打开,看这个链接的属性,发现他钩中了Load
> this bookmark in the sidebar选项,他的安装函数如下:
>
> function addMozillaPanel() {
>      if ((typeof window.sidebar == "object") && (typeof
> window.sidebar.addPanel == "function")) {
>           window.sidebar.addPanel ("Python Sidebar",
>           "http://projects.edgewall.com/python-sidebar/html/toc-tutorial.html","");
>      } else {
>          alert ("Sorry - you must be running Mozilla or Netscape to
> install this");
>      }
>  }
>
> 关键是 window.sidebar.addPanel这个函数,当然,这个函数只能在mozila类浏览器使用。
>
> 在 05-11-10,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> > 在 05-11-9,wolfg<wolfg1969 at gmail.com> 写道:
> > > http://projects.edgewall.com/python-sidebar/
> >
> > 赞!!!在FFox 中的Python 开发手册哪!!!
> > 建议大案都安装!!!!
> >
> > --
> > # Time is unimportant, only life important!
> > ## 面朝开源,我心自由!
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Blog:http://www.donews.net/changzheng
> Blog:http://qingfeng.ushared.com/blog/
> MagnoliaCMS:http://www.magnolia.com.cn/
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号