- 博客(5)
- 收藏
- 关注
fix the jquery multiple hover animations
1. use hover or mouseenter + mouseleave2. use stop(true, true) to Stop the currently-running animation on the matched elements. (.stop( [clearQueue] [, jumpToEnd] ))[code="javascript"]$(do...
2011-12-26 17:46:47
78
fix the rssfeeds
1. used short tag - php_flag short_open_tag On2. - 3. define('PATH_SITE', dirname(__FILE__).'/'); -define('PATH_SITE', str_replace('\\','/',dirname(__FILE__)).'/');// use / in path for al...
2011-12-13 10:38:40
107
Joomla with rss modification
1. file location2. Built-in RSS Feeds could confict with the Moudule SimpleRSS3. Do not repeat alias for 2+ menu items.It can potentially create problems for Joomla in creating SEF URL. Create...
2011-12-10 10:07:11
141
Tips of coding a newsletter
1. write codes in one line to remove extra space around image[code="html"][/code]2. use absolute path for all images / links3. use inline css rather than others4. use tables rather...
2011-12-06 07:48:18
81
原创 fix arabic cross_site_rss with ajaxcrud
1. change the mysql table / fields to utf8_general_ci and add a line on preheader.php mysql_query("SET NAMES utf8"); apply utf-8 for all relative php/js files.2. add tinyMCE in php page.[c...
2011-12-02 11:52:06
714
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人