|
| Kivy - 用 Python 开发 app by 隐藏人物 |
| Kivy - Open source Python library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.
https://kivy.org |
| www.geekaa.com/topic/view/4918.html - 2016年6月22日 |
|
| Designing Web Interfaces by 隐藏人物 |
| http://www.flickr.com/photos/designingwebinterfaces |
| www.geekaa.com/topic/view/4365.html - 2009年7月27日 |
|
| 你没见过的120种网站开发新工具 by henry |
| Last year we did a post on Web development tools. A lot has changed in the past year, and there are tons of new tools available to developers. Options include drag-and-drop application builders, code repositories, project management and testing apps, and frameworks for working with a variety of codi ... |
| www.geekaa.com/topic/view/4271.html - 2009年7月9日 |
|
| 兼容多种浏览器“复制到剪贴板”的解决方案 by 最八卦 |
| 昨天在也一个php程序的时候,要实现“复制到剪贴板”的功能,安全问题,浏览器的限制越来越严,实现的方法也越来越有限,这个简单的功能要想实现兼容不同的浏览器还真不容易,根据网上的一些资料结合我测试的经验,相关解决方案如下:
方案一:利用“window.clipboardData”
代码示例:
if (window.clipboardData) {
window.clipboardData.clearData();
window.clipboardData.setData("Text", txt)
};
评论:这个方案只适合IE浏览器,同时在IE7下有个如下安全提示的对话框。
由于I ... |
| www.geekaa.com/topic/view/4224.html - 2009年7月5日 |
|
| INTERFACE ELEMENTS by Quasimo |
| 用它能制定出你想要的效果。
ABOUT INTERFACE
Interface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.
The collection ... |
| www.geekaa.com/topic/view/1942.html - 2008年8月20日 |
|