自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

fix the jquery multiple hover animations

1. use hover or mouseenter + mouseleave 2. 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 60

fix the rssfeeds

1. used short tag - php_flag short_open_tag On 2. - 3. define('PATH_SITE', dirname(__FILE__).'/'); - define('PATH_SITE', str_replace('\\','/',dirname(__FILE__)).'/'); // use / in path for al...

2011-12-13 10:38:40 80

Joomla with rss modification

1. file location 2. Built-in RSS Feeds could confict with the Moudule SimpleRSS 3. 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 120

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 / links 3. use inline css rather than others 4. use tables rather...

2011-12-06 07:48:18 67

原创 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 460

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除