<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>彩色筆小沛的知識庫 - Web Design</title>
    <link>https://forum.jdp.tw/forum-19-1.html</link>
    <description>Latest 20 threads of Web Design</description>
    <copyright>Copyright(C) 彩色筆小沛的知識庫</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 17 Jun 2026 19:53:59 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://forum.jdp.tw/static/image/common/logo_88_31.gif</url>
      <title>彩色筆小沛的知識庫</title>
      <link>https://forum.jdp.tw/</link>
    </image>
    <item>
      <title>Javascript 取得 Android 版本</title>
      <link>https://forum.jdp.tw/thread-1562-1-1.html</link>
      <description><![CDATA[[mw_shl_code=javascript,true]function getAndroidVersion(ua) {
    var ua = ua || navigator.userAgent; 
    var match = ua.match(/Android\\s([0-9\\.]*)/);
    return match ? match[1] : false;
};

getAndroidVersion(); //\&quot;4.2.1\&quot;
parseInt(getAndroidV]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Tue, 02 Dec 2014 01:37:50 +0000</pubDate>
    </item>
    <item>
      <title>Zen Coding 相關資料</title>
      <link>https://forum.jdp.tw/thread-1528-1-1.html</link>
      <description><![CDATA[Zen Coding in code.google.com
Zen HTML Elements - tag的使用
Zen Coding extension for Adobe Dreamweaver
Native Zen Coding plugin for Eclipse]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Thu, 24 Apr 2014 03:19:30 +0000</pubDate>
    </item>
    <item>
      <title>AJAX html5 &lt;audio&gt; tag with google translate tts technology</title>
      <link>https://forum.jdp.tw/thread-1509-1-1.html</link>
      <description><![CDATA[Experimental page to test html5  tag with google translate tts technology.
https://gist.github.com/cheeaun/337230]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Sat, 25 Jan 2014 09:54:44 +0000</pubDate>
    </item>
    <item>
      <title>Javascript 判斷瀏覽器和版本</title>
      <link>https://forum.jdp.tw/thread-1443-1-1.html</link>
      <description><![CDATA[2013/11/22 新增支援IE11

Reference: 
http://lyf-justdo.rhcloud.com/20 ... rowser-and-version/
http://www.monmonkey.com/javascript/liulanqi2.html]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Fri, 21 Jun 2013 07:18:34 +0000</pubDate>
    </item>
    <item>
      <title>AngularJS 提升網頁即時互動的能力</title>
      <link>https://forum.jdp.tw/thread-1431-1-1.html</link>
      <description><![CDATA[AngularJS官網 - HTML enhanced for web apps!
http://angularjs.org/
AngularJS.tw
https://www.facebook.com/groups/609637942379913/
AngularJS Facebook社團(英文)
https://www.facebook.com/groups/255769184523171/
邊學AngularJS邊做Todo List (1) － Hello Worl ...]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Thu, 06 Jun 2013 07:32:11 +0000</pubDate>
    </item>
    <item>
      <title>jCarousel</title>
      <link>https://forum.jdp.tw/thread-1412-1-1.html</link>
      <description><![CDATA[jCarousel 官網
http://sorgalla.com/jcarousel/

jCarousel 0.3.0-beta documentation
http://sorgalla.com/jcarousel/docs/

jCarousel 效果介紹
http://www.tellustek.com/web-design/163-web-design-62.html]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Fri, 12 Apr 2013 08:54:49 +0000</pubDate>
    </item>
    <item>
      <title>CSS Hack - CSS selectors 的語法及對應有效的瀏覽器</title>
      <link>https://forum.jdp.tw/thread-1265-1-1.html</link>
      <description><![CDATA[CSS selectors 的語法及對應有效的瀏覽器 (CSS hacks)
http://boohover.pixnet.net/blog/post/8947951-css-hacks,-css-filters]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Fri, 18 Nov 2011 05:29:13 +0000</pubDate>
    </item>
    <item>
      <title>控制IFrame裡的頁面滾動</title>
      <link>https://forum.jdp.tw/thread-1159-1-1.html</link>
      <description><![CDATA[圖片控制頁面滾動

步驟一：在當前網頁中插入其它網頁



//a1為框架名，可自定義；

//page.htm為在當前網頁中需插入的另一網頁；

//scrolling為是否要在插入網頁的框架中顯示滾動條（yes：顯示；no：不顯示）。

　
步驟二：分別在需加移動指示處插入指示圖片





/ ...]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Wed, 15 Jun 2011 00:54:29 +0000</pubDate>
    </item>
    <item>
      <title>Javascript 網頁繁簡轉換程式</title>
      <link>https://forum.jdp.tw/thread-1123-1-1.html</link>
      <description><![CDATA[http://www.i2113.com/IT/big5gb/index.html]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Thu, 24 Mar 2011 09:44:36 +0000</pubDate>
    </item>
    <item>
      <title>線上撥放影片 Player 搜集</title>
      <link>https://forum.jdp.tw/thread-1026-1-1.html</link>
      <description><![CDATA[JW Player: Flash Video Player (Open Source)
http://www.longtailvideo.com/players/jw-flv-player/
HD Flv Player  99美元
http://www.hdflvplayer.net/
xmoovStream - Open Source PHP HTTP Streaming
http://stream.xmoov.com/
Red5 - an Open Source Flash Server]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Tue, 10 Aug 2010 02:10:20 +0000</pubDate>
    </item>
    <item>
      <title>MM_jumpMenu 開新視窗的方法</title>
      <link>https://forum.jdp.tw/thread-979-1-1.html</link>
      <description><![CDATA[將改為完整範例如下:Reference: http://www.webdeveloper.com/forum/showthread.php?t=2709]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Mon, 03 May 2010 06:08:59 +0000</pubDate>
    </item>
    <item>
      <title>17 Hours of JavaScript from the Masters</title>
      <link>https://forum.jdp.tw/thread-930-1-1.html</link>
      <description><![CDATA[http://net.tutsplus.com/articles/web-roundups/17-hours-of-javascript-from-the-masters/]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Wed, 03 Mar 2010 12:25:43 +0000</pubDate>
    </item>
    <item>
      <title>無障礙網頁相關資訊</title>
      <link>https://forum.jdp.tw/thread-891-1-1.html</link>
      <description><![CDATA[行政院研究發展考核委員會政府網站營運交流平台
http://www.webguide.nat.gov.tw/wSite/mp

無障礙網頁開發規範
http://www.webguide.nat.gov.tw/wSite/lp?ctNode=187&amp;mp=1]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Mon, 07 Dec 2009 02:06:58 +0000</pubDate>
    </item>
    <item>
      <title>使用標籤object代替私有標籤embed插入Flash通過W3C驗證</title>
      <link>https://forum.jdp.tw/thread-862-1-1.html</link>
      <description><![CDATA[使用標籤object代替私有標籤embed插入Flash通過W3C驗證 (適用Firefox)
http://taglife.twbbs.org/226]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Fri, 11 Sep 2009 05:22:30 +0000</pubDate>
    </item>
    <item>
      <title>符合 XHTML 1.0 標準網站規範的網頁設計</title>
      <link>https://forum.jdp.tw/thread-849-1-1.html</link>
      <description><![CDATA[http://www.hsiu28.net/web_design/peruse.php?id=4]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Tue, 01 Sep 2009 09:53:00 +0000</pubDate>
    </item>
    <item>
      <title>兩個 Flash 疊在一起顯示</title>
      <link>https://forum.jdp.tw/thread-841-1-1.html</link>
      <description><![CDATA[Reference: http://bbs.phpchina.com/thread-123269-1-1.html?sid=gT6C06]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Wed, 29 Jul 2009 03:35:29 +0000</pubDate>
    </item>
    <item>
      <title>Javascript 的 explode()</title>
      <link>https://forum.jdp.tw/thread-836-1-1.html</link>
      <description><![CDATA[Reference: http://hi.baidu.com/dotku/blog/item/7858a6c2176ea31a0ff4775a.html]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Thu, 09 Jul 2009 03:27:38 +0000</pubDate>
    </item>
    <item>
      <title>Javascript 如何判斷 undefined</title>
      <link>https://forum.jdp.tw/thread-835-1-1.html</link>
      <description><![CDATA[http://dmewy.javaeye.com/blog/245299]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Wed, 08 Jul 2009 16:09:50 +0000</pubDate>
    </item>
    <item>
      <title>CSS List Style</title>
      <link>https://forum.jdp.tw/thread-833-1-1.html</link>
      <description><![CDATA[清單》符號式 OL li 頭點 css 屬性
http://blog.udn.com/jannwu/294448
清單》ol li 頭點的寫法與變換
http://city.udn.com/v1/blog/article/article.jsp?uid=jannwu&amp;f_ART_ID=324706]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Wed, 08 Jul 2009 07:56:03 +0000</pubDate>
    </item>
    <item>
      <title>樹狀目錄</title>
      <link>https://forum.jdp.tw/thread-819-1-1.html</link>
      <description><![CDATA[樹狀目錄
http://www.powerpc.idv.tw/33a.htm
樹狀目錄精簡版
http://www.powerpc.idv.tw/186a.htm
樹狀目錄範例網頁
http://library.cmgsh.tp.edu.tw/menu/]]></description>
      <category>Web Design</category>
      <author>JDP</author>
      <pubDate>Sun, 24 May 2009 17:01:40 +0000</pubDate>
    </item>
  </channel>
</rss>