<span onclick="aaa.style.display=aaa.style.display=='none'?'block':'none'">標題111</span>
<div id=aaa style="display:none"> 111111111111111111111 </div>

<span onclick="bbb.style.display=bbb.style.display=='none'?'':'none'">標題222</span>
<div id=bbb style="display:none">22222222222222222222222</div>


Rita 發表在 痞客邦 留言(0) 人氣()

地點:中山北路伯朗咖啡

  • 前端工程師
  • 網站企劃:要有資訊架構的概念
    參考書:information Architecture
    參考書二:打造賺錢網站的黃金準則
  • RFP 10% 拿來做Usability
  • 起源:軍事、藥品
  • 錄影軟體:mora (查不到!?)
    Capture Fox
    Wink
    Camtasia Studio v4.0
  • camtasia 畫面錄影編輯軟體
  • 動眼儀 >> yahoo, Google News都是做測試後的結果可參考
  • 圖片可以吸收焦點,但沒有認知傳達,文字還是傳達訊息的主要核心
  • for 手機的編輯軟體:indesign
    for 每一種手機作業系統的ebook都要重新編譯
  • 圖片、文章的使用版權合約書 (Denise, Phobe)

章節分配:https://spreadsheets0.google.com/ccc?key=thqbGncB_pHyR0TzaIrInFg&hl=zh_TW&authkey=CMbM_pwD#gid=0

Rita 發表在 痞客邦 留言(0) 人氣()

三一國際超媒體股份有限公司

網路前端工程師(月薪 3萬5仟元 至 4萬5仟元)
(上班時段:09:00 /下班時段:18:00 )

1. 熟悉Adobe Air & Flash/Flex(actionscript3.0)應用
2. 網路平台及嵌入式平台使用者介面設計
3. 與後端工程師配合建置
4. 能做出活潑/友善具吸引力的介面設計
5. 對影音相關等應用有高度了解

Rita 發表在 痞客邦 留言(0) 人氣()

ie7

  • 不接受tr border屬性
  • tr 背景圖片不接受 .png

Rita 發表在 痞客邦 留言(0) 人氣()

css
http://jqueryui.com/themes/base/jquery.ui.tabs.css

<script type="text/javascript" src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="http://jqueryui.com/ui/jquery.ui.tabs.js"></script>
<script type="text/javascript">
    $(function() {
        $("#tabs").tabs();
    });

Rita 發表在 痞客邦 留言(0) 人氣()

ok

 

參考網址:

http://www.codefans.net/jscss/code/2002.shtml


Rita 發表在 痞客邦 留言(0) 人氣()

.Sift input[type="checkbox"] {
    top:2px;
    *top:3px;
    margin-right:0;
    margin-left:10px;
    position:relative;
}


Rita 發表在 痞客邦 留言(0) 人氣()

line-height:0;
font-size:0;
overflow:hidden;

能完美“隐藏”掉你background之上的字体
经测试 ie6.0 、 7.0 、8.0、firefox 3.010 通过

參考網站:http://www.w3cg.com/div+css/27.html


Rita 發表在 痞客邦 留言(0) 人氣()

使用方式:直接把png檔拉到 "optipng.exe" 上即可,不用執行 .exe

備註:
壓縮度不高。
可多個檔案選取一起執行。

 

參考網址:
http://sourceforge.net/projects/optipng/files/   下載位置
http://briian.com/?p=6097   說明

Rita 發表在 痞客邦 留言(0) 人氣()

iepngfix.htc 和 blank.gif 這兩個檔案放到你的CSS資料夾裡,在你的CSS檔案裡加上以下語法:
img{behavior: url(iepngfix.htc);}

下載檔案位置:http://www.twinhelix.com/css/iepngfix/

參考網址:
http://blog.roodo.com/waking_life/archives/3038653.html


Rita 發表在 痞客邦 留言(0) 人氣()