<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; Javascript</title>
	<atom:link href="http://officesoya.net/weblog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/category/javascript/feed/" />
		<item>
		<title>グーグルのCDNを利用してjqueryを読み込む2</title>
		<link>http://officesoya.net/weblog/2010/06/21/google_cdn2/</link>
		<comments>http://officesoya.net/weblog/2010/06/21/google_cdn2/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:22:37 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jsapi]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=199</guid>
		<description><![CDATA[以前書いたメモの追記。ｊqueryの1.4.2とthemeまでグーグルから呼んでしまおうという奥義です。

&#60;link href=&#34;http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#62;
&#60;script src=&#34;http://www.google.com/jsapi&#34;&#62;&#60;/script&#62;

&#60;script type=&#34;text/javascript&#34;&#62;
google.load(&#34;jquery&#34;, &#34;1.4.2&#34;);
google.load(&#34;jqueryui&#34;, &#34;1.8&#34;);
&#60;/script&#62;

このthemeで読み込めるthemeの種類はhttp://jqueryui.com/developmentこちらの右下にある base,  black-tie,  blitzer,  cupertino,  dark-hive,  dot-luv,  eggplant,  excite-bike,  flick,  hot-sneaks,  humanity,  le-frog,  mint-choc,  overcast,  pepper-grinder,  redmond,  smoothness,  south-street,  start,  sunny,  swanky-purse,  trontastic,  ui-darkness,  [...]]]></description>
			<content:encoded><![CDATA[<p>以前書いたメモの追記。ｊqueryの1.4.2とthemeまでグーグルから呼んでしまおうという奥義です。</p>
<pre class="brush: jscript;">
&lt;link href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;script src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
google.load(&quot;jquery&quot;, &quot;1.4.2&quot;);
google.load(&quot;jqueryui&quot;, &quot;1.8&quot;);
&lt;/script&gt;
</pre>
<p>このthemeで読み込めるthemeの種類は<a href="http://jqueryui.com/development" target="_blank">http://jqueryui.com/development</a>こちらの右下にある <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery-ui.css">base</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/black-tie/jquery-ui.css">black-tie</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/blitzer/jquery-ui.css">blitzer</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/cupertino/jquery-ui.css">cupertino</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/dark-hive/jquery-ui.css">dark-hive</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/dot-luv/jquery-ui.css">dot-luv</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/eggplant/jquery-ui.css">eggplant</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/excite-bike/jquery-ui.css">excite-bike</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/flick/jquery-ui.css">flick</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/hot-sneaks/jquery-ui.css">hot-sneaks</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/humanity/jquery-ui.css">humanity</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/le-frog/jquery-ui.css">le-frog</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/mint-choc/jquery-ui.css">mint-choc</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/overcast/jquery-ui.css">overcast</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/pepper-grinder/jquery-ui.css">pepper-grinder</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/redmond/jquery-ui.css">redmond</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css">smoothness</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/south-street/jquery-ui.css">south-street</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/start/jquery-ui.css">start</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/sunny/jquery-ui.css">sunny</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/swanky-purse/jquery-ui.css">swanky-purse</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/trontastic/jquery-ui.css">trontastic</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery-ui.css">ui-darkness</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-lightness/jquery-ui.css">ui-lightness</a>,  <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/vader/jquery-ui.css">vader</a> これらのthemeが指定できる。</p>
<p>サンプルコードはbaseを指定しています。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2010/06/21/google_cdn2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2010/06/21/google_cdn2/" />
	</item>
		<item>
		<title>thickbox.js とIE7でバグかと・・・</title>
		<link>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/</link>
		<comments>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:41:18 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=195</guid>
		<description><![CDATA[thickbox.jsを使って、htmlを表示させようとしたのですが、IE７で表示すると、ページの下のほうでthickboxを使うと、ページの上部でウィンドウが開くという現象に悩まされた。jqeryのバージョンをさげたり [...]]]></description>
			<content:encoded><![CDATA[<p>thickbox.jsを使って、htmlを表示させようとしたのですが、IE７で表示すると、ページの下のほうでthickboxを使うと、ページの上部でウィンドウが開くという現象に悩まされた。jqeryのバージョンをさげたり、thickboxのパラメータをいろいろ変えたりしたけど、解決せず。</p>
<p>Thickboxの公式サイトをよく読んで見ると、</p>
<p>Before you can implement ThickBox make sure the page that invokes ThickBox has a  valid <a href="http://www.alistapart.com/articles/doctype/">DTD</a>. This is  required for ThickBox to look and function correctly.</p>
<p>おい。</p>
<p>ということで、</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</p>
<p>私のｈｔｍｌの場合上記を入れることで、解決。幸せになりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/" />
	</item>
		<item>
		<title>Googleのjqueryを読み込む</title>
		<link>http://officesoya.net/weblog/2009/12/20/google_jquery/</link>
		<comments>http://officesoya.net/weblog/2009/12/20/google_jquery/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 04:19:24 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=176</guid>
		<description><![CDATA[自分のサイトにjqueryを置かずに、Googleからjqueryを読み込むメモ。

&#60;script src=&#34;http://www.google.com/jsapi&#34;&#62;&#60;/script&#34;&#62;
&#60;script&#62;
google.load(&#34;jquery&#34;, &#34;1.2.3&#34;);
google.load(&#34;jqueryui&#34;, &#34;1.7.1&#34;); &#60;/script&#62;

APIを利用する場合は、

&#60;script src=&#34;http://www.google.com/jsapi?key=YOUR_API_KEY&#34;&#62;&#60;/script&#62;
&#60;script&#62;
google.load(&#34;maps&#34;, &#34;2.x&#34;);
  google.load(&#34;jquery&#34;, &#34;1.3.2&#34;);
  google.load(&#34;jqueryui&#34;, &#34;1.7.1&#34;);
&#60;/script&#62;

YOUR_API_KEYは自分のAPIキーに書き換えて。
GOOGLE API KEYはこちらで取得。
]]></description>
			<content:encoded><![CDATA[<p>自分のサイトにjqueryを置かずに、Googleからjqueryを読み込むメモ。</p>
<pre class="brush: xml;">
&lt;script src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&quot;&gt;
&lt;script&gt;
google.load(&quot;jquery&quot;, &quot;1.2.3&quot;);
google.load(&quot;jqueryui&quot;, &quot;1.7.1&quot;); &lt;/script&gt;
</pre>
<p>APIを利用する場合は、</p>
<pre class="brush: xml;">
&lt;script src=&quot;http://www.google.com/jsapi?key=YOUR_API_KEY&quot;&gt;&lt;/script&gt;
&lt;script&gt;
google.load(&quot;maps&quot;, &quot;2.x&quot;);
  google.load(&quot;jquery&quot;, &quot;1.3.2&quot;);
  google.load(&quot;jqueryui&quot;, &quot;1.7.1&quot;);
&lt;/script&gt;
</pre>
<p>YOUR_API_KEYは自分のAPIキーに書き換えて。<br />
GOOGLE API KEYは<a title="GOOGLE API KEY" href="http://code.google.com/intl/ja/apis/maps/signup.html" target="_blank">こちら</a>で取得。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/12/20/google_jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/12/20/google_jquery/" />
	</item>
		<item>
		<title>jqueryをgoogleのjsapiで読み込む</title>
		<link>http://officesoya.net/weblog/2009/10/26/jquery%e3%82%92google%e3%81%aejsapi%e3%81%a7%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80/</link>
		<comments>http://officesoya.net/weblog/2009/10/26/jquery%e3%82%92google%e3%81%aejsapi%e3%81%a7%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:53:35 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=164</guid>
		<description><![CDATA[javascriptのファイルを置けないサーバーでもjqueryを使えるようにしたときのメモ。
こう書くことで自分のサーバー上にjqueryのjsファイルがなくてもjqueryを書くことができる。便利。

&#60;scr [...]]]></description>
			<content:encoded><![CDATA[<p>javascriptのファイルを置けないサーバーでもjqueryを使えるようにしたときのメモ。<br />
こう書くことで自分のサーバー上にjqueryのjsファイルがなくてもjqueryを書くことができる。便利。</p>
<pre class="brush: jscript;">
&lt;script&gt;
google.load(&quot;jquery&quot;, &quot;1.2.3&quot;);
google.load(&quot;jqueryui&quot;, &quot;1.7.1&quot;); &lt;/script&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/10/26/jquery%e3%82%92google%e3%81%aejsapi%e3%81%a7%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/10/26/jquery%e3%82%92google%e3%81%aejsapi%e3%81%a7%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80/" />
	</item>
		<item>
		<title>Javascript　elementの値がとれず、ハマリました</title>
		<link>http://officesoya.net/weblog/2009/03/17/javascrip/</link>
		<comments>http://officesoya.net/weblog/2009/03/17/javascrip/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 01:37:23 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=143</guid>
		<description><![CDATA[DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。
原因はフォーム名の重複でし [...]]]></description>
			<content:encoded><![CDATA[<p>DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。</p>
<p>原因はフォーム名の重複でした。こんな基本的なところで引っかかるなんて・・・。DOMで読み込んだものがFORMの0番目だと思い込んでいたので、それがそもそもの間違いでした。DOMを呼び出している側のFORMが0番目になります。</p>
<p>結局DOMで読み込んだ側のFORMに名前をつけてやって無事解決しました。</p>
<p>いずれまたはまりそうな気がしたのでメモっておきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/03/17/javascrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/03/17/javascrip/" />
	</item>
		<item>
		<title>FCKeditorに.flvファイルをアップできるようにする。</title>
		<link>http://officesoya.net/weblog/2009/03/01/fckeditor/</link>
		<comments>http://officesoya.net/weblog/2009/03/01/fckeditor/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:17:41 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[FCKeditor]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[flv]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=139</guid>
		<description><![CDATA[FCKeditorでFLV動画を扱えるようにする。
http://beabo.net/2008/06/add-flvplayer/
こちらのサイトを参考にやってみたのだが、アイコンをクリックするとポップアップ先のURLが [...]]]></description>
			<content:encoded><![CDATA[<p>FCKeditorでFLV動画を扱えるようにする。</p>
<p>http://beabo.net/2008/06/add-flvplayer/</p>
<p>こちらのサイトを参考にやってみたのだが、アイコンをクリックするとポップアップ先のURLが<br />
（http://サイト名/FCKEditor/editor/plugins/flvPlayer/undefined. ）となり表示されない。<br />
原因は分からないが、修正方法は以下のとおり。</p>
<p>http://sourceforge.net/tracker/index.php?func=detail&#038;aid=1856051&#038;group_id=75348&#038;atid=737639</p>
<p>からダウンロードしてきたｆｌｖPlayerプラグインを解凍すると出来るフォルダの<br />
ｆｌｖPlayer/flvPlayer.jsの235行目くらい、</p>
<pre class="brush: jscript;">
function BrowseServer()
{
	OpenServerBrowser(
		'flv',
		oEditor.FCKConfig.MediaBrowserURL,
		oEditor.FCKConfig.MediaBrowserWindowWidth,
		oEditor.FCKConfig.MediaBrowserWindowHeight ) ;
}
</pre>
<p>これを以下のように変更する</p>
<pre class="brush: jscript;">
function BrowseServer()
{
	OpenServerBrowser(
		'flv',
		oEditor.FCKConfig.FlashBrowserURL,
		oEditor.FCKConfig.FlashBrowserWindowWidth,
		oEditor.FCKConfig.FlashBrowserWindowHeight) ;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/03/01/fckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/03/01/fckeditor/" />
	</item>
		<item>
		<title>class=&#8221;thickbox&#8221; に rel をつけると画像が表示されない</title>
		<link>http://officesoya.net/weblog/2009/02/20/thickbox/</link>
		<comments>http://officesoya.net/weblog/2009/02/20/thickbox/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 08:34:13 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=131</guid>
		<description><![CDATA[thickboxでグループ化しようと思ったら、画像が表示されませんでした。reｌをつけないとうまくいくのに。
以前制作したときには問題なくグループ化できたので、原因を調べて見たところ、jQueryのバージョンが以前制作し [...]]]></description>
			<content:encoded><![CDATA[<p>thickboxでグループ化しようと思ったら、画像が表示されませんでした。reｌをつけないとうまくいくのに。</p>
<p>以前制作したときには問題なくグループ化できたので、原因を調べて見たところ、jQueryのバージョンが以前制作したものと違っていました。</p>
<p>今回エラーがでたバージョンは<span class="_LSUCS">jQuery3.1で以前正常に表示できた</span><span class="_LSUCS">jQuery は</span><span class="_LSUCS">jQuery 1.2.6でした。案の定</span><span class="_LSUCS">jQuery 1.2.6にバージョンを落としてみたらグループ化できました。しかし、</span><span class="_LSUCS">jQueryは他の部分でもしようしているのでバージョンを下げるわけにはいかず、色々と調べたところ、</span></p>
<p><span class="_LSUCS">Thickbox 3.1（unCompressed） の79行目、<br />
TB_TempArray = $(&#8220;a[@rel="+imageGroup+"]&#8220;).get();<br />
というの<br />
TB_TempArray = $(&#8220;a[rel="+imageGroup+"]&#8220;).get();</span></p>
<p>に変更すれば出来ました。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/02/20/thickbox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/02/20/thickbox/" />
	</item>
		<item>
		<title>ポップアップブロックでハマったのでメモ</title>
		<link>http://officesoya.net/weblog/2008/10/15/popup/</link>
		<comments>http://officesoya.net/weblog/2008/10/15/popup/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:19:46 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=76</guid>
		<description><![CDATA[ＩＥ７とＦｉｒｅｆｏｘでローカルで動作確認したのち、本番サーバーへファイルをアップロードし、動作確認をしたわけですが、なぜか
window.open(url);
が動作せず。
ポップアップブロッカーのことは知っていたけど [...]]]></description>
			<content:encoded><![CDATA[<p>ＩＥ７とＦｉｒｅｆｏｘでローカルで動作確認したのち、本番サーバーへファイルをアップロードし、動作確認をしたわけですが、なぜか</p>
<p>window.open(url);</p>
<p>が動作せず。<br />
ポップアップブロッカーのことは知っていたけど、最初にポップアップする際に「どうしますか？」みたいに聞かれると思っていた。原因不明なので</p>
<p>ini_setエラーレポーティングをE_ALLに。そしてApacheのerror.logを調べて見ることに。<br />
しかし、これといってエラーは出されてなかった。</p>
<p>次に</p>
<pre class="brush: jscript;">
win = windou.open(url);
alert(win);
</pre>
<p>をやってみたらnullが帰ってきた。お帰り。<br />
じゃなくて返ってきた。</p>
<p>調べてみるとポップアップブロックなどでウィンドウを開くことができなかった場合はnullを返すらしいです。<br />
ということで</p>
<pre class="brush: jscript;">
win = windou.open(url);
if (win==null) alert('ブロックされています');
</pre>
<p>としました。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2008/10/15/popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2008/10/15/popup/" />
	</item>
		<item>
		<title>TinyMCE　3xの組み込み+日本語化</title>
		<link>http://officesoya.net/weblog/2008/09/30/tinymce_japanese/</link>
		<comments>http://officesoya.net/weblog/2008/09/30/tinymce_japanese/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:15:16 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[日本語化]]></category>

		<guid isPermaLink="false">http://wp.officesoya.net/?p=4</guid>
		<description><![CDATA[TinyMCEはLGPLの下Moxiecode社によって開発されているWYSIWYGのWEBエディタです。
TinyMCEを組み込んだときのメモ
以下のURLから２つのファイルをダウンロード

Main　Pacageをダ [...]]]></description>
			<content:encoded><![CDATA[<p>TinyMCEはLGPLの下Moxiecode社によって開発されているWYSIWYGのWEBエディタです。<br />
TinyMCEを組み込んだときのメモ</p>
<p>以下のURLから２つのファイルをダウンロード</p>
<ul>
<li>Main　Pacageをダウンロード（私がダウンロードしたものは、tinymce_3_2_0_1.zip）</li>
<li>Main　PacageをダウンロードしたページのLanguage_packsというリンクをクリックしてJapaneseをチェックしてダウンロード(tinymce_lang_pack.zip)<br />
→<a href="http://tinymce.moxiecode.com">http://tinymce.moxiecode.com</a></li>
</ul>
<p>二つのファイルを解凍したら、tinymce_3_2_0_1.zipからできたtinymce/jscripts/tiny_mceにtinymce_lang_packを上書き保存する。</p>
<p>動作するHTMLの記述を</p>
<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot;&gt;
 tinyMCE.init({
  // General options
  language : &quot;ja&quot;,        // 言語の指定
  docs_language : &quot;ja&quot;,// ここでも指定
  mode : &quot;textareas&quot;,
  theme : &quot;advanced&quot;,
</pre>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2008/09/30/tinymce_japanese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2008/09/30/tinymce_japanese/" />
	</item>
	</channel>
</rss>
