You are browsing the archive for E-learning.

世界海底光纜分佈圖

9:32 am in E-learning by Tsung Hao

海底光纜於全世界的分佈狀況, 利用 Bing 的地圖 + WikePedia 做出來的.

 

Source

於 Windows 7 x86/x64 的 RamDisk

10:03 am in E-learning by Tsung Hao

Windows XP 要裝 RamDisk 可見此篇: Firefox 加速使用 RamDisk(Windows, Linux), 但是在 Windows 7 x64 的版本, 得要另外找其他版本. (32bits 和 64bits 問題)

  Read the rest of this entry →

IE8 的 JavaScript Debug 工具(內建的開發者工具)

10:38 am in E-learning by Tsung Hao

Internet Explorer 8 內建就有開發者工具, 看起來和使用方法都和 Firebug 有點像.

IE 的開發者工具開啟

  • 於 工具 -> 開發者工具 (F12) 啟用
  • 或者 Shift + F12 開啟

Read the rest of this entry →

於 Windows 使用 PHP + GetText 來實做多國語系支援(I18N)

9:22 am in E-learning by Tsung Hao

於 Windows 安裝 Apache + PHP 的環境, 最簡單的就是用 AppServ.

AppServ 版本

在此使用 AppServ 2.5.10 版, Apache, PHP 等 版本資訊如下:

  • Apache 2.2.8
  • PHP 5.2.6
  • MySQL 5.0.51b
  • phpMyAdmin-2.10.3

Read the rest of this entry →

IE 也支援的 Inline-block

2:20 pm in E-learning by Ka-Yue Yeung 楊家儒

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

CSS 中最常用的 display properties 一般有 block、inline、none。而 Inlin-block 是另一個極好用的屬性,卻因為 IE 不太支援,所以常常被忽略掉。而只要用上面這段 css snippet ,就能令 IE 也支援 inline-blcok 了。

Read the rest of this entry →

在 Windows 使用 GetText

2:01 pm in E-learning by Tsung Hao

要在 Windows 使用 xgettext, msgmerge, msgfmt … 等, 要安裝哪些東西?

Read the rest of this entry →

讓 Ubuntu Linux 的 Gnome 回復原始設定值

9:29 am in E-learning by Tsung Hao

每次 Ubuntu 升級完成後, 系統還是會照原始的設定, 保留上一版操作的習慣, 但是新版總會有些改變, 想要嘗試新版的, 我的做法就是把 .g*, .metacity 搬到另一個目錄(看完後若要換回來, 覆蓋回來就可以了), 然後重新啟動 X.

Read the rest of this entry →

HTML5 預設模版頁

10:18 am in E-learning by Ka-Yue Yeung 楊家儒

HTML5 Boilerplate HTML5 預設模版頁

自從沒有再用 Dreamweaver 以後,每開始一個新頁面我就煩惱 doctype 該要寫甚麼,jQuery 的 Google CDN 網址又是甚麼……以往這些都包括在 Dreamweaver 的預設 HTML 網頁模版裡。

Read the rest of this entry →

於 Ubuntu Linux 封鎖網站

9:54 am in E-learning by Tsung Hao

於 Ubuntu Linux 封鎖網站

 

於 Ubuntu Linux 封鎖網站, 讓 DNS 查不到, 就是一種很簡單的作法.

下述取自: How to block websites in Ubuntu Linux

  Read the rest of this entry →

Ubuntu Linux 使用 Sound Juicer 將 CD 轉成 MP3

9:49 am in E-learning by Tsung Hao

現在拿到 CD 還蠻頭痛的, 而且現在給小朋友的音樂都是 CD, 這對家裡只有一台光碟機, 而且音響都會挑票的家庭來說, 是蠻困擾的, 所以現在拿到 CD, 第一個步驟就是轉成 MP3, CD 就可以掰了~

Read the rest of this entry →