2010/11/16

[Blog] Random Words of Wisdom

English proverb, Proverb Quotes, Adage, proverbial saying; Byword; saw

本文中文版

If you want to add a widget showing random words of wisdom in your blogs to websites, you should try this easy mothod.

The outcome of the program looks like (Press F5 to reflesh the screen):

 

 

How to use it?

1. Go to Dashboard->Design->Page Elements.

csie-tw.blogspot.com

2. Add a Gadget.

csie-tw.blogspot.com (1)

3. Add a HTML/JavaScript Gadget.

csie-tw.blogspot.com (2)

4. Type the title and the program.

image

The program is shown below.

<script type="text/javascript" src="http://sites.google.com/site/csietw123/WisdomWords.js"></script><script type="text/javascript">WisdomWords();</script>

沒有留言:

2024年React state management趨勢

輕量化 在過去Redux 是 React 狀態管理的首選函式庫。 Redux 提供了強大的功能和靈活性,但也帶來了一定的學習成本和複雜度。 隨著 React 生態的不斷發展,越來越多的開發者開始追求輕量化的狀態管理函式庫。 Zustand 和 Recoil 等庫以其簡單易用、性...