目前分類[網際網路]
網際網路 落腳齋主人 發表於 2009年01月14日
文字仍是 Web 上的主流
雖然多媒體當道,許多人喜歡把網站上塞滿 flash, video, music… 但就如 Steve Rubel 文章所說的 – Text Remains King of the Web,原因有幾點:
- It’s scannable – according to Jakob Nielsen users have time to read at most 28% of the words during an average site visit and 20% is more likely
- Three letters: SEO – For all that Google Universal Search has done to elevate video, search results are still largely made up of text and everyone wants better SEO
- The workplace – It’s much easier for cube-based workers to read text on the screen and get away with it vs. watching long videos. Watching videos (even work related vids) screams 『slacker』
- Mobile Devices – Yes, of course you can put a video on an iPhone. But it’s work and requires planning. Text is easier to pull up in a nanosecond
- Distribution – Nothing flies like text. It’s so easy to cut and paste it and send it somewhere or to clip and re-syndicate it via email, RSS or social networks
寫得挺有道理!
網際網路 落腳齋主人 發表於 2008年10月07日
Web 2.0 時代的社交網站
在 Brian Solis 網站上看到一張非常酷的 Web 2.0 社交網站分類圖,他將之稱為『Conversation Prism』。圖中將近年來較為熱門的 Web 2.0 網站依類別劃分,圍繞中心點,畫成一個一個像水滴的形狀,色彩明亮,看起來兼具美觀及實用。
類似的圖形還有:Scoble’s Social Media Starfish, Social Media Ecosystem, Social Map
網際網路 落腳齋主人 發表於 2008年08月24日
2008 年網路趨勢圖
相隔一年 Information Architects Japan 又翻新了網路趨勢圖,與2007年趨勢圖相比,又有了些變化。挺有趣的是,這趨勢圖都以日本地鐵圖為藍本,只是將地名換成了網路公司與新興網路應用。網站上提供數種大小版本圖檔供下載,亦可下載完整的 PDF 版本,此版本還呈現有未來網路消長預測圖。對網路應用發展有興趣的人一定不能錯過。
網際網路 落腳齋主人 發表於 2008年02月20日
下載 YouTube, Google Video 網站影片
最後更新日期:2008/06/16
影片拍攝風盛行,很大原因要拜 YouTube, Googld Video 等線上影音分享網站之賜。有分享,自然就會有人開發出可下載 YouTube, Google Video 影片的軟體,不過因為這些軟體變化性大,原本可下載影片的軟體,可能會突然又不能用,需要常常關注與更新!
網際網路 落腳齋主人 發表於 2008年02月18日
Google地球 (Google Earth) – KML Tag 筆記
KML (Keyhole Markup Language),為 Google Earth或 Google Maps 用來呈現地理資料的一種 XML 語法,其所屬檔案附檔名為 KML。學習 kml 語法的好方式為開啟製作良好的 .kml or .kmz 檔案,選定想要學習的點、線或多邊形,在 Google 地圖該點上按滑鼠右鍵,選擇『複製』,開啟任何文字編輯器『貼上』即可。
Tag:
- Style可以定義圖示型態,分別以icon, color, size定義其樣式、顏色、大小。在個別的聚落或事件可以直接引用。
- TimeSpan:宣告一段時間,其起迄時間分別用begin和end這兩個tag來宣告。如果只有開始,沒有結束期,則只要宣告begin即可。
- TimeStamp: 配合when宣告一個時間點。時間之宣告可以是「年」(2007)、「年-月」(2007-06),或「年-月-日」(2007-06-06)。注意:年要四位數,月、日均是二位數。
- Placemark: GE 中最常使用的 tag,用以設定GE上單一點。A Point Placemark is the only way to draw an icon and label in the 3D Viewer of Google Earth. In KML, a <Placemark> can contain one or more geometry elements, such as a LineString, Polygon, or Model. But only a <Placemark> with a Point can have an icon and label.
- A name that is used as the label for the Placemark
- A description that appears in the “balloon” attached to the Placemark. If you want to write standard HTML inside a <description> tag, you can put it inside a CDATA tag.
- A path is created by a <LineString> element. The <tessellate> tag breaks the line up into smaller chunks, and the <extrude> tag extends the line down to the ground.
- You can use Polygons to create simple buildings and other shapes.
- A Point that specifies the position of the Placemark on the Earth’s surface (longitude, latitude, and optional altitude)
網際網路 落腳齋主人 發表於 2007年11月21日
使用東京地鐵圖呈現的 2007 年網路趨勢圖
在網上衝浪時,意外看到這張 2007 年網路趨勢圖 (Web Trend Map 2007)。一開始沒留意,以為看到了熟悉的東京地鐵圖,再細看,的確是東京地鐵圖的外觀,不同的是,每個站點不再是東京及其近郊的站名,取而代之的是各大小網路公司的名稱。呵呵,真是有趣的呈現方式,想起自己好久沒去日本了,突然懷念了起來,真想去旅行啊!
網際網路 落腳齋主人 發表於 2007年07月19日
[轉貼] 31 個測試網站語法及效能的免費線上工具
網際網路 落腳齋主人 發表於 2007年01月29日
提交 google sitemaps 到 google 網站
建立好的 sitemap 要產生作用,必須先上傳到主機,接下來便是將產生的 sitemap 提交給 google。請連上 google sitemap 網站,登入帳號(有 gmail 帳號的,可直接使用)。登入後,先新增網站,注意 sitemap 必須放置在設定網站的根目錄下,譬如:製作 sitemap 的 URL 為 http://wuyy.idv.tw/travel,則 sitemap.xml 檔案就必須放置在 /travel 目錄下,新增的網站也要設定為 http://wuyy.idv.tw/travel,若針對許多不同目錄分別製作 sitemap,則須分別建立不同的網站。
網際網路 落腳齋主人 發表於 2007年01月28日
SEO – Google Sitemap 服務

對搜尋引擎(search engine)有點認識的人都知道,search engine 通常都是利用稱為 crawler 或 spider 的機制,主動在世界各網站爬行網頁,建置索引。但這樣的方式只能被動的等待搜尋引擎前來挖掘我們的網站,2006/06 Google 提出了 Google Sitemaps 的計劃, 透過 Google Sitemaps,webmaster 可以主動提交所有網頁資訊,列出希望被優先搜尋的網頁,並可把網頁更新告知Google,讓Google能更快速檢索新內容,以達到更好更佳的索引及搜尋。


