|
| 10 best CSS hacks by 隐藏人物 |
| 1. Vertical align div
http://stylizedweb.com/2008/02/01/vertical-align-div/
2. Min-Height
selector {
min-height:500px;
height:auto; !important
height:500px;
}
3. PNG transparency
http://stylizedweb.com/2007/12/30/png-transparency-issues/
4. Autoclear
.container:after {
content: “.”;
display: ... |
| bbs.geekaa.com/topic/view/329.html - 2008年2月19日 |
|
| 如何自己编译firefox by firefox |
| 准备编译环境,需要安装 cygwin的unix模拟环境,下载cygwin,在default安装之外,需要选择安装如下包:
* cvs
* cygutils
* make
* patch
* patchutils
* perl
* unzip
* zip
如果你不是通过CVS下载代码,cvs可以不装,不过考虑到必须通过cvs下载locals文件,还是装了吧。
如果使用微软编译器(官方发布的就是使用微软编译器) ,建议用VC 6 + SP5 + Visual C++ Processor Pack.
如果使用vc7和.net编译器,还要做一些设定,此处暂时不讲。安装vc6的 ... |
| bbs.geekaa.com/topic/view/296.html - 2007年11月11日 |
|
| 社会性浏览器Flock发布1.0Beta测试版 by FENOMENO |
| 享有“社会性浏览器-Social Web Browser”之称的Flock在不久前刚刚发布了1.0Beta测试版!
Flock 是一款基于Firefox内核的Web浏览器;由于它集成了RSS、社会性网络、图片分享以及离线博客编辑等数多具有Web2.0特性的辅助功 能,所以在 Flock 上线初期就被很多行业人士予以了极大的关注,并标榜Flock为下一代的Web浏览器,它的光环甚至要盖 过了当年Mozilla基金会组织和研发开源的Firefox。
Flock1.0 Beta相比之前泄露出来的0.9版增强了Sidebar侧边栏的应用,除了在0.9版本中已经包含的Twitter, Youtube ... |
| bbs.geekaa.com/topic/view/280.html - 2007年10月25日 |
|
| 如何实现vc每次编译版本的自动增加 by xman |
| How to increment version information after each build in Visual C++
SUMMARY
Visual C++ doesn't have a feature to automatically increment the version resource information of your project after each build. This article describes one way to provide such a feature.
MORE INFORMATION
You can write a pr ... |
| bbs.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
| window.open()--窗口参数详解 by 无此人 |
| window.open()方法中,窗口控制参数的详细定义:
alwaysLowered innerWidth screenY
alwaysRaised left scrollbars
channelmode location status
dependent menubar titlebar
directories outerWidth toolbar
fullscreen outerHeight top
height menubar width
hotkeys resizable z-lock
innerHeight screenX
alwaysLowered
... |
| bbs.geekaa.com/topic/view/115.html - 2007年9月8日 |
|
|