Blog分类 |
Blogsget_cfg_var vs ini_get由 joelhy 于 周四, 04/10/2008 - 14:51 提交。
get_cfg_var() is an old PHP 3.0 era function, that returns the value for a directive in the php.ini file. This value may be valid or invalid, depending on whether it was overwritten by other configuration methods (e.g., httpd.conf or .htaccess). This function will always return the value that was typed in php.ini, if any. Zend Framework components Used in Project Babel由 joelhy 于 周三, 01/02/2008 - 11:17 提交。
Livid的Project Babel用到的Zend Framework组件有:
Difference between Print and Echo in PHP由 joelhy 于 周三, 01/02/2008 - 10:41 提交。
google一番后,总结如下:
Max-width in IE 6由 joelhy 于 周五, 09/21/2007 - 08:31 提交。
In IE6, following code can be used to emulate the max-width css property:
Scale Down Image Using JavaScript由 joelhy 于 周五, 09/14/2007 - 17:54 提交。
优秀JavaScript书籍推荐由 joelhy 于 周三, 07/18/2007 - 08:28 提交。
Native XMLHttpRequest Support in IE 7.0 is NOT Ready由 joelhy 于 周五, 07/13/2007 - 11:05 提交。
From jQuery 1.1.3.1 code Line4427-4429:
jQuery tells us "new XMLHttpRequest()" has some problems in IE7, so think ActiveXObject first, native XMLHttpRequest second. A Clock in Canvas由 joelhy 于 周一, 07/09/2007 - 21:35 提交。
jQuery新版发布,性能提升重大由 joelhy 于 周三, 07/04/2007 - 19:37 提交。
7月1日jQuery 1.1.3发布,据jQuery官方博客介绍,相比1.1.2版本有了很大的性能提升,主要的改进有: |