web-20 blog

Welcome to the web-20 blog, where I post a topic and news about web-20

26 July, 2008

A Masterpiece in Usability and Design: Onehub

Продолжая тему CSS хочется посоветовать 20 актуальных статей, для того, чтобы вы научились скруглять уголки и не только =): Rounded Corners Rounded Corners without images Creating a Netflix style star ratings Tableless forms Styling Lists with CSS 2 Column Layout Technique 3 Column Layout with CSS 3 Column Fixed width centered layout Printing with CSS Adding a CSS stylesheet to an RSS feed Footer Stick CSS Element Hover Effect Styling Horizontal Rules Clearing Floats CSS Popups Box Punch CSS B >> full story

Apache的proxy指令

apahce可以配置为proxy使用,涉及的模块为mod_proxy.so,mod_proxy_connect.so, mod_proxy_http.so和mod_proxy_ftp.so.其中mod_proxy.so是开启后面三个功能的基本模块,如果需要开通proxy功能,则mod_proxy.so必须加入到apache的运行空间中。 在win平台下,对apache一般都是采用二进制文件进行的直接安装,此时这些.so模块都已经编译完成,并安装在apache主目录的modules文件夹中。 在linux/unix中,一般采用代码包编译的方式进行安装,在进行configure配置的时候需要把上述模块编译进apache的核心模块中,或者编译成DSO的形式动态调用。 基本配置步骤: 在完成上述步骤后,主要的工作就是修改apache的http.conf这个配置文件了。 在http.conf中删除下面四条语句的#,apache启动时进行dso模块的加载: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connec >> full story

A Masterpiece in Usability and Design: Onehub

As a b-list blogger, you often become the target of business authors, software developers, and search engine opportunists who want you to promote their wares. I love being the target of this attention, though, because I love reading books and I love seeing applications out on the market. As a product manager, I recognize how difficult it is to take an able application and turn it into a wondrous application. It’s not often, but every once in a while, you get your hands on something special. So >> full story


Technorati Tags: , , , , ,