Browser Sandbox

http://spoon.net/browsers/

如果不想裝太多IE,FF…

外掛瀏覽器給你一次玩的夠

KB977206:WIN7解除XPM封印

原本的WIN7 要跑XP MODE 要CPU有支援VT才可跑

這個修正可以解除限制,不用VT也可跑 (新CPU大多都支援了)

下載

AllWebMenus

專門做選網頁選單的,功能不可不謂多啊 :)

http://www.likno.com/allwebmenusinfo.html

WP Hashcash

因應 SAPM ,除了WP內建的 akismet 外,也支援WPMU

http://wordpress-plugins.feifei.us/hashcash/

WP Hashcash is an antispam plugin that eradicates comment spam on Wordpress blogs. It works because your visitors must use obfuscated javascript to submit a proof-of-work that indicates they opened your website in a web browser, not a robot. If the javascript check fails, WP Hashcash now gives you three options; it can either put the comment into moderation (default), put the comment in the akismet queue, or delete it.

WP Hashcash also protects the signup forms of WordPress Multi-User (WPMU) and BuddyPress (BP) blogs.

大聯盟計畫

最近Y虎有出個計畫-大聯盟計畫

好讓廠商清庫存,讓大家在家拼經濟(宅經濟)  :)

不過Y虎沒有輪播功能只好自己DIY

先把廣告模組的HTML原始碼複製到文字檔 ads.txt
(每一行一個商品代碼)

讓PHP亂數讀取以及顯示就搞定:

$lines = file("ads.txt");
shuffle($lines);
echo ($lines[0]);