<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>伊沙熊的學習筆記本-網頁製作</title>
<link>http://blog.roodo.com/esabear/archives/cat_678383.html</link>
<description>Flash CS3, ActionScript 3.0, Web 2.0, 3D </description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/esabear/archives/cat_678383.xml" rel="self" type="application/rss+xml" />
<item>
	<title>【調查】部落格平台(BSP)側欄的JavaScript支援度</title>
	<description><![CDATA[
			　　因為最近研究部落貼的製作, 一一調查了幾個有名的部落格平台(BSP), 以了解平台的限制與支援, 在此整理一下。目前僅對側邊欄位是否能自訂與置入JavaScript部份做調查：
		]]>
	</description>
	<content:encoded><![CDATA[
			　　因為最近研究部落貼的製作, 一一調查了幾個有名的部落格平台(BSP), 以了解平台的限制與支援, 在此整理一下。<div><br /></div><div>目前僅對側邊欄位是否能自訂與置入JavaScript部份做調查：</div>
		<a class="acontinues" href="http://blog.roodo.com/esabear/archives/10847201.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/esabear/archives/10847201.html</link>
	<guid>http://blog.roodo.com/esabear/archives/10847201.html</guid>
	<category>網頁製作</category>
	<pubDate>Thu, 26 Nov 2009 23:56:37 +0800</pubDate>
</item>
<item>
	<title>【備忘】JavaScript: 文字欄位浮水印</title>
	<description><![CDATA[
			JavaScript偶爾會寫一點, 但是老是忘東忘西, 也來備忘一下好了。
效果如下：
有浮水印的文字欄位：



程式碼：





另外, Flash也可以這樣玩
		]]>
	</description>
	<content:encoded><![CDATA[
			<p>JavaScript偶爾會寫一點, 但是老是忘東忘西, 也來備忘一下好了。</p>
<p>效果如下：<br />
有浮水印的文字欄位：
<input name="textfield" type="text" value="浮水印自訂文字" style="color: #AAAAAA;" onfocus="if (this.value == '浮水印自訂文字') {this.value = ''; this.style.color='#333333'}" onblur="if (this.value == '') {this.value = '浮水印自訂文字'; this.style.color='#AAAAAA'}" >
</p>

程式碼：<br />
<div style="border: 1px dashed #666666; overflow: scroll;">
<pre><FONT COLOR=BLUE SIZE=+1><</FONT>input name<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"textfield"</FONT> type<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"text"</FONT>  value<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"浮水印自訂文字"</FONT> style<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"color: #AAAAAA;"</FONT> onfocus<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"if (this.value == '浮水印自訂文字') {this.value = ''; this.style.color='#333333'}"</FONT> onblur<FONT COLOR=BLUE SIZE=+1>=</FONT><FONT COLOR=PURPLE>"if (this.value == '') {this.value = '浮水印自訂文字'; this.style.color='#AAAAAA'}"</FONT> <FONT COLOR=BLUE SIZE=+1>></FONT>
</pre>
</div>

<p>另外, Flash也可以這樣玩</p>
		<a class="acontinues" href="http://blog.roodo.com/esabear/archives/9329889.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/esabear/archives/9329889.html</link>
	<guid>http://blog.roodo.com/esabear/archives/9329889.html</guid>
	<category>網頁製作</category>
	<pubDate>Sun, 28 Jun 2009 23:57:37 +0800</pubDate>
</item>
</channel>
</rss>