Portfolio
js

[WP] Gzip cho css,js

January 24, 2010Category : Code/Web

– Thay file style.css thành style.css.php. Mục đích là để chèn code php vào – Chèn đoạn code sau vào trên cùng của file vừa đổi tên <?php ob_start (“ob_gzhandler”); header(“Content-type: text/css; charset: UTF-8”); header(“Cache-Control: must-revalidate”); $offset = 60 * 60 ; $ExpStr = “Expires: ” . gmdate(“D, d M Y H:i:s”, time() + $offset)..

Read more
02.

[WP] Mediaplayer Script

September 14, 2009Category : Code/Web

<script type="text/javascript" src="../blog/mp3/swfobject.js"></script><embed src="../blog/mp3/flvplayer.swf" allowfullscreen="true" allowscriptaccess="always" flashvars="&file=../blog/mp3/flvplayer.xml&displayheight=150&backcolor=0x#319A63&frontcolor=0xFFFFFF&lightcolor=0xFFFFFF&showdigits=true&showeq=true&showfsbutton=true&autostart=false&shuffle=false&repeat=true;volume=100;width=100%&amp;height=700" width="100%" height="500" />

Read more
03.
© Oliver / All rights reserved.
To top