<?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/"
	>

<channel>
	<title>sharedhat - Personal blog of Noritaka Horio &#187; plugin</title>
	<atom:link href="http://sharedhat.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharedhat.com</link>
	<description>WebデザインからPHP、Javascriptなどのプログラミングに関係する情報を掲載しています。活動中のプロジェクト情報も掲載しています。</description>
	<lastBuildDate>Mon, 11 Apr 2011 05:00:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AptanaにMarkdown Editerプラグインをインストールしてみた</title>
		<link>http://sharedhat.com/review/1463/</link>
		<comments>http://sharedhat.com/review/1463/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 13:04:32 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[editer]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1463</guid>
		<description><![CDATA[Mootoolsのプラグインドキュメントを書くのにMarkdownエディターが欲しいなと思っていたので、探してみたらありました。 Eclipseのプラグインで、ちょうどメインの開発ツールにAptanaを使用していたので試 [...]]]></description>
			<content:encoded><![CDATA[<p>Mootoolsのプラグインドキュメントを書くのにMarkdownエディターが欲しいなと思っていたので、探してみたらありました。<br />
Eclipseのプラグインで、ちょうどメインの開発ツールにAptanaを使用していたので試しにインストールしてみました。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown_editer.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown_editer.jpg" alt="Markdownエディター" title="Markdownエディター" width="734" height="250" class="aligncenter size-full wp-image-1476" /></a></p>
<p>AptanaにMarkdownエディターのインストールを解説します。</p>
<p><a href="http://www.winterwell.com/software/markdown-editor.php">MarkdownEditer Pluginのダウンロードページ</a></p>
<p><span id="more-1463"></span></p>
<p>[HELP]メニューの[Install New Software]をクリックする。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_install.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_install.jpg" alt="Aptanaのインストールメニュー" title="Aptanaのインストールメニュー" width="734" height="250" class="aligncenter size-full wp-image-1465" /></a></p>
<p>Work withのプルダウンメニューの横のAddボタンをクリックする。</p>
<p>名前に好きな名前、LocationにURLを入力します。<br />
入力が完了したら、OKをクリックします。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_menu.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_menu.jpg" alt="プラグインのURL設定" title="プラグインのURL設定" width="734" height="230" class="aligncenter size-full wp-image-1467" /></a></p>
<p>リストにMarkdown Text Editor Featureと表示されます。<br />
リストに表示されない場合は、Group items by categoryのチェックをはずしてください。<br />
無事表示されたら、Markdown Text Editor FeatureをチェックしてOKボタンをクリックします。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown.jpg" alt="Markdown Editer" title="Markdown Editer" width="734" height="150" class="aligncenter size-full wp-image-1466" /></a></p>
<p>次のインストールするプラグインの詳細画面ではNextをクリックします。</p>
<p>I accept the terms of the licence agreementをクリックしてFinishボタンをクリックします。</p>
<p>インストールが完了すると、再起動する書きかれるのでAptanaを再起動します。<br />
これでMarkdown形式のファイルを編集できようになります。</p>
<p>ビューのアウトラインビューで内容をアウトライン形式で確認でき、HTML形式プレビューでMarkdown形式からHTMLに変換した結果を確認することができます。<br />
又、変換したHTMLを保存することができます。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_screenshot1.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_screenshot1.jpg" alt="Markdownエディターのスクリーンショット" title="Markdownエディターのスクリーンショット" width="734" height="200" class="aligncenter size-full wp-image-1473" /></a></p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown_preview.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_markdown_preview.jpg" alt="Markdownの変換プレビュー" title="Markdownの変換プレビュー" width="734" height="200" class="aligncenter size-full wp-image-1474" /></a></p>
<p>これでMootoolsのプラグインドキュメントを書くのが楽になりました。<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/754/" title="TortoiseGitのインストール">TortoiseGitのインストール</a></li>
<li><a href="http://sharedhat.com/blog/771/" title="TortoiseGitを使用するための設定">TortoiseGitを使用するための設定</a></li>
<li><a href="http://sharedhat.com/blog/712/" title="msysgitのインストール">msysgitのインストール</a></li>
<li><a href="http://sharedhat.com/blog/1061/" title="Mootools Forgeの使い方 – プラグイン登録">Mootools Forgeの使い方 – プラグイン登録</a></li>
<li><a href="http://sharedhat.com/blog/737/" title="TortoiseGitの使い方(githubの場合) その1">TortoiseGitの使い方(githubの場合) その1</a></li>
</ul>
<p><!-- Similar Posts took 3.871 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/review/1463/&title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/review/1463/&Title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/review/1463/&title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/review/1463/&title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=AptanaにMarkdown Editerプラグインをインストールしてみた&u=http://sharedhat.com/review/1463/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/review/1463/&title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=AptanaにMarkdown Editerプラグインをインストールしてみた&u=http://sharedhat.com/review/1463/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/review/1463/&title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/review/1463/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/review/1463/&amp;title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/review/1463/&amp;t=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/review/1463/&amp;title=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/review/1463/&amp;t=AptanaにMarkdown Editerプラグインをインストールしてみた" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/review/1463/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。</title>
		<link>http://sharedhat.com/blog/1199/</link>
		<comments>http://sharedhat.com/blog/1199/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:33:18 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Syntax Highlighter]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1199</guid>
		<description><![CDATA[Concrete5本家の下記の記事を参考にSyntax Highlighterプラグインを導入してみました。 Here is how to add code and coloring syntax in TinyMCE  [...]]]></description>
			<content:encoded><![CDATA[<p>Concrete5本家の下記の記事を参考にSyntax Highlighterプラグインを導入してみました。<br />
<a href="http://www.concrete5.org/community/forums/customizing_c5/here_is_how_to_add_code_and_coloring_syntax_in_t/">Here is how to add code and coloring syntax in TinyMCE</a></p>
<p>コードをハイライト表示するにはTinyMCEのプラグインとSyntax Highlighterが必要です。<br />
設定が面倒ですが、コードを記事に書く場合はすごく楽です。<br />
<span id="more-1199"></span></p>
<h3>1. syntaxhlのダウンロード</h3>
<p>下記のサイトからプラグインをダウンロードします。<br />
右上のソースのダウンロードをクリックしてください。<br />
<a href="http://github.com/RichGuk/syntaxhl">http://github.com/RichGuk/syntaxhl</a></p>
<h3>2. syntaxhlの配置</h3>
<p>ダウンロードしたアーカイブを解凍してディレクトリ名をsyntaxhlに変更します。<br />
変更が完了したらユーザー領域のjs/tiny_mce/pluginsディレクトリにコピーします。</p>
<h3>3. 言語ファイルの作成</h3>
<p>syntaxhlのディレクトリ内のlangsに言語ファイルがあるので、英語の言語ファイルをコピーしてください。<br />
コピーが完了したら、ファイル名を下記のとおりにリネームしてください。</p>
<ul class="simpleList">
<li>コピーしたen.jsをja.jsにリネーム</li>
<li>コピーしたen_dlg.jsをja_dlg.jsにリネーム</li>
</ul>
<p>これをしないと正しく動きません。</p>
<h3>4. TimyMCE設定の変更</h3>
<h4>pluginsにsyntaxhlを追加</h4>
<p>[javascript]<br />
plugins: &#8220;paste,inlinepopups,spellchecker,safari,advlink,template,syntaxhl&#8221;,<br />
[/javascript]</p>
<h4>theme_concrete_buttons2にsyntaxhlを追加</h4>
<p>[javascript]<br />
theme_concrete_buttons2 : &#8220;bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,forecolor,template,syntaxhl&#8221;,<br />
[/javascript]</p>
<h4>extended_valid_elementsに下記を追加</h4>
<p>[javascript]<br />
extended_valid_elements: &#8220;textarea[cols|rows|disabled|name|readonly|class], iframe[height|width|style|src]&#8220;,<br />
[/javascript]</p>
<p>ここまでの設定でsyntaxhlが使えるようになります。</p>
<h3>5. SyntaxHighlighterのダウンロード</h3>
<p>下記のサイトからSyntaxHighlighterをダウンロードします。<br />
<a href="http://alexgorbatchev.com/SyntaxHighlighter/">http://alexgorbatchev.com/SyntaxHighlighter/</a></p>
<p>アーカイブを解凍して、/js/syntax_highlighterにコピーします。</p>
<h3>6. テーマのヘッダーファイル修正</h3>
<p>利用しているテーマファイルのheader.phpを開いて、必要なものを読み込むようにします。<br />
ここでは、javascriptのソースをハイライトするようにしてます。</p>
<p>[html]<br />
<script type="text/javascript" src="/js/syntax_highlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/js/syntax_highlighter/scripts/shBrushJScript.js"></script></p>
<link href="/js/syntax_highlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="/js/syntax_highlighter/styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
[/html]</p>
<p>以上で、concrete5のTinyMCEでコードのハイライト表示ができるようになります。<br />
記事ブロックで、SyntaxHLのアイコンをクリックしてコードを貼り付けて保存するだけでコードがハイライト表示されると思います。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/review/1479/" title="MootoolsのビルドツールPackager-Webはすごく便利">MootoolsのビルドツールPackager-Webはすごく便利</a></li>
<li><a href="http://sharedhat.com/blog/1178/" title="concrete5でTinyMCEのテンプレートプラグインを使用する">concrete5でTinyMCEのテンプレートプラグインを使用する</a></li>
<li><a href="http://sharedhat.com/review/227/" title="Amazon Showcase WordPress Widgetを導入">Amazon Showcase WordPress Widgetを導入</a></li>
<li><a href="http://sharedhat.com/review/97/" title="カバ箱をためす">カバ箱をためす</a></li>
<li><a href="http://sharedhat.com/project/1664/" title="Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。">Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 4.082 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/blog/1199/&title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/blog/1199/&Title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/blog/1199/&title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/blog/1199/&title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。&u=http://sharedhat.com/blog/1199/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/blog/1199/&title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。&u=http://sharedhat.com/blog/1199/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/blog/1199/&title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/blog/1199/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/blog/1199/&amp;title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/blog/1199/&amp;t=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/blog/1199/&amp;title=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/blog/1199/&amp;t=Concrete5のTinyMceにSyntax Highlighterプラグインを利用できるようにする。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/blog/1199/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>concrete5でTinyMCEのテンプレートプラグインを使用する</title>
		<link>http://sharedhat.com/blog/1178/</link>
		<comments>http://sharedhat.com/blog/1178/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:00:22 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1178</guid>
		<description><![CDATA[concrete5でTinyMCEのテンプレートプラグインを使用できるように設定したので、設定方法を掲載します。 テンプレートプラグインを使用すると、記事エディタの入力欄にコンテンツの雛形を挿入できるようになります。 よ [...]]]></description>
			<content:encoded><![CDATA[<p>concrete5でTinyMCEのテンプレートプラグインを使用できるように設定したので、設定方法を掲載します。<br />
テンプレートプラグインを使用すると、記事エディタの入力欄にコンテンツの雛形を挿入できるようになります。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_template.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_template.jpg" alt="" title="img_template" width="734" height="300" class="aligncenter size-full wp-image-1194" /></a></p>
<p>よく使用するテンプレートを作成しておくと、ページへのコンテンツの追加が早くなります。</p>
<p><span id="more-1178"></span></p>
<h3>1. tiny_mceディレクトリのコピー</h3>
<p>templateプラグインを追加するだけの場合、特にコピーしなくてもいいのですが、<br />
ここではconcrete/js/tiny_mceディレクトリを丸ごとユーザー領域のjsディレクトリにコピーします。<br />
丸ごとコピーするとconcrete5のアップグレード時にコアファイルが置き換わった際の影響度が低くなります。</p>
<h3>2. テンプレートの作成</h3>
<p>ユーザー領域のjs/tiny_mce/にtemplatesディレクトリを作成し、テンプレートを作成します。<br />
テンプレートの書式は下記の通りです。<br />
<strong>必ず、class属性にmceTmplを指定するようにしてください。</strong><br />
必要な分だけテンプレートを作成してください。</p>
<p>[html]</p>
<div class="mceTmpl">
<div class="hd">
<h3>some title</h3>
</p></div>
<div class="bd">
<p>some contents</p>
</p></div>
</div>
<p>[/html]</p>
<h3>3. テンプレートのリストファイル作成</h3>
<p>ユーザー領域のjs/tiny_mce/にlists/ディレクトリを作成し、テンプレートのリストファイルを作成します。<br />
ここでは<strong>template_list.js</strong>という名前でリストファイルを作成します。</p>
<p><strong>変数tinyMCETemplateListにテンプレートのリストを定義します。</strong><br />
左から順にタイトル、テンプレートファイルのURL、詳細情報を指定します。</p>
<p>[javascript]<br />
var baseTemplatePath = &#8220;/js/tiny_mce/&#8221;;<br />
var tinyMCETemplateList = [<br />
	["テンプレート1",   baseTemplatePath + "templates/some-template1.html", "テンプレート1です。"],<br />
	["テンプレート2",   baseTemplatePath + "templates/some-template2.html", "テンプレート2です。"]<br />
];<br />
[/javascript]</p>
<h3>4. tinymceの設定の変更</h3>
<p><strong>サイト全体の設定から、記事ブロックエディター設定でカスタムを選択します。</strong><br />
表示された設定内容を変更します。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_editer.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_editer.jpg" alt="" title="tinymce" width="644" height="430" class="aligncenter size-full wp-image-1190" /></a></p>
<p>デフォルトの設定は下記の通りにような感じになっていると思います。<br />
これを変更します。</p>
<p>[javascript]<br />
theme : &#8220;concrete&#8221;,<br />
plugins: &#8220;inlinepopups,spellchecker,safari,advlink&#8221;,<br />
editor_selector : &#8220;ccm-advanced-editor&#8221;,<br />
spellchecker_languages : &#8220;+English=en&#8221;,<br />
theme_concrete_buttons1 : &#8220;bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,hr,|,styleselect,formatselect,fontsizeselect&#8221;,<br />
theme_concrete_buttons2 : &#8220;bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,forecolor&#8221;,<br />
theme_concrete_blockformats : &#8220;p,address,pre,h1,h2,h3,div,blockquote,cite&#8221;,<br />
theme_concrete_toolbar_align : &#8220;left&#8221;,<br />
theme_concrete_fonts : &#8220;Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats&#8221;,<br />
theme_concrete_font_sizes : &#8220;1,2,3,4,5,6,7&#8243;,<br />
theme_concrete_styles: &#8220;Note=ccm-note&#8221;,<br />
spellchecker_languages : &#8220;+English=en&#8221;</p>
<p>/*<br />
// Use the advanced theme for more than two rows of content<br />
plugins: &#8220;inlinepopups,spellchecker,safari,advlink,table,advhr,xhtmlxtras,emotions,insertdatetime,paste,visualchars,nonbreaking,pagebreak,style&#8221;,<br />
editor_selector : &#8220;ccm-advanced-editor&#8221;,<br />
theme : &#8220;advanced&#8221;,<br />
theme_advanced_buttons1 : &#8220;cut,copy,paste,pastetext,pasteword,|,undo,redo,|,styleselect,formatselect,fontsizeselect,fontselect&#8221;,<br />
theme_advanced_buttons2 : &#8220;bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,anchor,|,forecolor,backcolor,|,image,charmap,emotions&#8221;,<br />
theme_advanced_fonts : &#8220;Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats&#8221;,<br />
// etc.<br />
*/<br />
[/javascript]</p>
<p>変更内容は下記の通りです。</p>
<ul class="simpleList">
<li><strong>plugins</strong>に<strong>template</strong>を追加する。</li>
<li><strong>theme_concrete_buttons2</strong>に<strong>template</strong>を追加(theme_concrete_buttons2じゃなくてもいいです。)</li>
<li><strong>template_external_list_url</strong>にテンプレートのリストファイルを指定する。<br />
<em>Exp: /js/tiny_mce/lists/template_list.js</em></li>
</ul>
<p>[javascript]<br />
theme : &#8220;concrete&#8221;,<br />
plugins: &#8220;inlinepopups,spellchecker,safari,advlink,template&#8221;,<br />
editor_selector : &#8220;ccm-advanced-editor&#8221;,<br />
spellchecker_languages : &#8220;+English=en&#8221;,<br />
theme_concrete_buttons1 : &#8220;bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,hr,|,styleselect,formatselect,fontsizeselect&#8221;,<br />
theme_concrete_buttons2 : &#8220;bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,forecolor,template&#8221;,<br />
theme_concrete_blockformats : &#8220;p,address,pre,h1,h2,h3,div,blockquote,cite&#8221;,<br />
theme_concrete_toolbar_align : &#8220;left&#8221;,<br />
theme_concrete_fonts : &#8220;Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats&#8221;,<br />
theme_concrete_font_sizes : &#8220;1,2,3,4,5,6,7&#8243;,<br />
theme_concrete_styles: &#8220;Note=ccm-note&#8221;,<br />
spellchecker_languages : &#8220;+English=en&#8221;,<br />
template_external_list_url: &#8220;/js/tiny_mce/lists/template_list.js&#8221;,<br />
template_cdate_classes : &#8220;cdate creationdate&#8221;,<br />
template_mdate_classes : &#8220;mdate modifieddate&#8221;,<br />
template_selected_content_classes : &#8220;selcontent&#8221;,<br />
template_cdate_format : &#8220;%m/%d/%Y : %H:%M:%S&#8221;,<br />
template_mdate_format : &#8220;%m/%d/%Y : %H:%M:%S&#8221;<br />
[/javascript]</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/1744/" title="Aptana3 Bundleを作成する – テンプレートの作成">Aptana3 Bundleを作成する – テンプレートの作成</a></li>
<li><a href="http://sharedhat.com/project/1710/" title="Mootools Photo Galleryテンプレート1.0をリリースしました。">Mootools Photo Galleryテンプレート1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1731/" title="Aptana3 Bundleを作成する &#8211; バンドル作成の準備">Aptana3 Bundleを作成する &#8211; バンドル作成の準備</a></li>
<li><a href="http://sharedhat.com/blog/1318/" title="Concrete5で翻訳ファイルを作る早いやり方">Concrete5で翻訳ファイルを作る早いやり方</a></li>
<li><a href="http://sharedhat.com/blog/1218/" title="Concrete5のテーマについての基礎知識">Concrete5のテーマについての基礎知識</a></li>
</ul>
<p><!-- Similar Posts took 4.767 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/blog/1178/&title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/blog/1178/&Title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/blog/1178/&title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/blog/1178/&title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=concrete5でTinyMCEのテンプレートプラグインを使用する&u=http://sharedhat.com/blog/1178/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/blog/1178/&title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=concrete5でTinyMCEのテンプレートプラグインを使用する&u=http://sharedhat.com/blog/1178/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/blog/1178/&title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/blog/1178/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/blog/1178/&amp;title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/blog/1178/&amp;t=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/blog/1178/&amp;title=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/blog/1178/&amp;t=concrete5でTinyMCEのテンプレートプラグインを使用する" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/blog/1178/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。</title>
		<link>http://sharedhat.com/project/1088/</link>
		<comments>http://sharedhat.com/project/1088/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 05:00:24 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[2.0.0]]></category>
		<category><![CDATA[Gradually]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1088</guid>
		<description><![CDATA[前のMootoolsのプラグインImageDrawer1.0をリリースしました。で書きましたが、前のバージョンのGradually 1.0が汎用性がなくて新しく設計しなおしました。 今回は、画像の描画部分の実装をImag [...]]]></description>
			<content:encoded><![CDATA[<p>前の<a href="http://sharedhat.com/project/996/">MootoolsのプラグインImageDrawer1.0をリリースしました。</a>で書きましたが、前のバージョンのGradually 1.0が汎用性がなくて新しく設計しなおしました。<br />
今回は、画像の描画部分の実装を<a href="http://sharedhat.com/project/996/">ImageDrawer1.0</a>で実装し、それ以外の機能をGraduallyに実装するようにしました。</p>
<p>これにより、利用方法が少しだけ柔軟になり、機能拡張が容易になった為、新しい機能も比較的に早く対応できそうです。</p>
<p><strong>ダウンロード</strong><br />
<a href="http://mootools.net/forge/p/gradually">http://mootools.net/forge/p/gradually</a><br />
<span id="more-1088"></span></p>
<h3>具体的な1.0からの変更点</h3>
<p>1.0からの変更点は下記の通りです。</p>
<table>
<thead>
<tr>
<th>No.</th>
<th>変更点</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>別途ImageDrawerが必要になりました。</td>
</tr>
<tr>
<td>2</td>
<td>AP仕様を大幅に変えました。</td>
</tr>
<tr>
<td>3</td>
<td>Graduallyを利用するだけで独自のギャラリーを作成できるようにしました。</td>
</tr>
<tr>
<td>4</td>
<td>ギャラリー機能を追加しました。</td>
</tr>
<tr>
<td>5</td>
<td>IE6,7,8,9をサポート対象からはずしました。</td>
</tr>
</tbody>
</table>
<h3>スライドショー</h3>
<p>1.0と同じスライドショーです。<br />
ImageDrawer.Grid、ImageDrawer.Expandのインスタンスをオプションに引き渡すことで、画像を切り替える際の描画パターンを切り替えることができます。</p>
<p><iframe style="width: 100%; height: 420px" src="http://mootools.net/shell/ZX4ay/15/embedded/"></iframe></p>
<p><strong>MooShellの共有URL</strong><br />
<a href="http://mootools.net/shell/ZX4ay/15/">http://mootools.net/shell/ZX4ay/15/</a></p>
<p><strong>指定できるオプション</strong></p>
<table>
<thead>
<tr>
<th>オプションキー</th>
<th>データ型</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>drawer</td>
<td>object</td>
<td>ImageDrawerのインスタンス</td>
</tr>
<tr>
<td>images</td>
<td>array</td>
<td>描画するイメージ要素</td>
</tr>
<tr>
<td>zIndex</td>
<td>number</td>
<td>zIndexプロパティ、初期値は9000</td>
</tr>
<tr>
<td>interval</td>
<td>number</td>
<td>画像が切り替わるまでの間隔。ミリ秒単位</td>
</tr>
<tr>
<td>titleClass</td>
<td>string</td>
<td>タイトルを表示する要素のclass名</td>
</tr>
<tr>
<td>currentClass</td>
<td>string</td>
<td>現在の画像の番号を表示する要素のclass名</td>
</tr>
<tr>
<td>totalClass</td>
<td>string</td>
<td>画像の数を表示する要素のclass名</td>
</tr>
<tr>
<td>onPreload</td>
<td>function</td>
<td>すべての画像がプリロードされた時に発生します</td>
</tr>
<tr>
<td>onSelect</td>
<td>function</td>
<td>画像が切り替わった際に発生します。第1引数は画像の番号、第2引数は<a href="#panelObject">画像パネルオブジェクト</a>です</td>
</tr>
<tr>
<td>onDrawStart</td>
<td>function</td>
<td>画像の描画処理を開始する前に発生します。第1引数は画像パネルオブジェクト、第2引数はImageDrawerインスタンスです</td>
</tr>
<tr>
<td>onDrawComplete</td>
<td>function</td>
<td>画像の描画処理が終了した際に発生します。第1引数は画像パネルオブジェクト、第2引数はImageDrawerインスタンスです</td>
</tr>
</tbody>
</table>
<p><strong id="panelObject">パネルオブジェクト</strong></p>
<table>
<thead>
<tr>
<th>プロパティ名</th>
<th>データ型</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>width</td>
<td>number</td>
<td>画像の横幅</td>
</tr>
<tr>
<td>height</td>
<td>number</td>
<td>画像の縦幅</td>
</tr>
<tr>
<td>title</td>
<td>string</td>
<td>画像のタイトル</td>
</tr>
<tr>
<td>alt</td>
<td>string</td>
<td>画像の補足情報</td>
</tr>
<tr>
<td>src</td>
<td>string</td>
<td>画像のURL</td>
</tr>
<tr>
<td>image</td>
<td>element</td>
<td>img要素</td>
</tr>
<tr>
<td>canvas</td>
<td>element</td>
<td>canvas要素</td>
</tr>
</tbody>
</table>
<h3>ギャラリー</h3>
<p>2.0.0からの新機能です。画像の切り替えをサムネイル画像でできます。<br />
又、ユーザーの操作にすばやく対応するために、描画処理の間に別のサムネイルがクリックされた場合、描画をキャンセルするようにしています。</p>
<p>こちらも又、ImageDrawer.Grid、ImageDrawer.Expandのインスタンスをオプションに引き渡すことで、画像を切り替える際の描画パターンを切り替えることができます。</p>
<p><iframe style="width: 100%; height: 480px" src="http://mootools.net/shell/9S5Hb/13/embedded/"></iframe></p>
<p><strong>MooShellの共有URL</strong><br />
<a href="http://mootools.net/shell/9S5Hb/13/">http://mootools.net/shell/9S5Hb/13/</a></p>
<table>
<thead>
<tr>
<th>オプションキー</th>
<th>データ型</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>drawer</td>
<td>object</td>
<td>ImageDrawerのインスタンス</td>
</tr>
<tr>
<td>images</td>
<td>array</td>
<td>描画するイメージ要素</td>
</tr>
<tr>
<td>zIndex</td>
<td>number</td>
<td>zIndexプロパティ、初期値は9000</td>
</tr>
<tr>
<td>titleClass</td>
<td>string</td>
<td>タイトルを表示する要素のclass名</td>
</tr>
<tr>
<td>currentClass</td>
<td>string</td>
<td>現在の画像の番号を表示する要素のclass名</td>
</tr>
<tr>
<td>totalClass</td>
<td>string</td>
<td>画像の数を表示する要素のclass名</td>
</tr>
<tr>
<td>controller</td>
<td>object</td>
<td><a href="#thumbailOptions">サムネイルコントローラーのオプション</a></td>
</tr>
<tr>
<td>onPreload</td>
<td>function</td>
<td>すべての画像がプリロードされた時に発生します</td>
</tr>
<tr>
<td>onSelect</td>
<td>function</td>
<td>画像が切り替わった際に発生します。第1引数は画像の番号、第2引数は<a href="#panelObject">画像パネルオブジェクト</a>です</td>
</tr>
<tr>
<td>onDrawStart</td>
<td>function</td>
<td>画像の描画処理を開始する前に発生します。第1引数は画像パネルオブジェクト、第2引数はImageDrawerインスタンスです</td>
</tr>
<tr>
<td>onDrawComplete</td>
<td>function</td>
<td>画像の描画処理が終了した際に発生します。第1引数は画像パネルオブジェクト、第2引数はImageDrawerインスタンスです</td>
</tr>
</tbody>
</table>
<p><strong id="thumbailOptions">サムネイルコントローラーのオプション</strong></p>
<table>
<thead>
<tr>
<th>オプションキー</th>
<th>データ型</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>defaultIndex</td>
<td>number</td>
<td>初期選択する画像番号</td>
</tr>
<tr>
<td>prepage</td>
<td>number</td>
<td>表示するサムネイルの数、初期値は5</td>
</tr>
<tr>
<td>controllerClass</td>
<td>string</td>
<td>コントローラの要素のclass名、初期値はgraduallyController</td>
</tr>
<tr>
<td>containerClass</td>
<td>string</td>
<td>サムネイルを格納する要素のclass名、初期値はgraduallyThumbnails</td>
</tr>
<tr>
<td>prevClass</td>
<td>string</td>
<td>前へボタンの要素のclass名、初期値はprev</td>
</tr>
<tr>
<td>nextClass</td>
<td>string</td>
<td>次へボタンの要素のclass名、初期値はnext</td>
</tr>
<tr>
<td>disableOpacity</td>
<td>number</td>
<td>非アクティブの画像の透明度、初期値は0.4</td>
</tr>
</tbody>
</table>
<p>最後にIEのサポートですが、できるだけ動作するようにしようと思います。<br />
又、API仕様に少しだけ修正を入れるつもりです。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/996/" title="MootoolsのプラグインImageDrawer1.0をリリースしました。">MootoolsのプラグインImageDrawer1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/1527/" title="MootoolsのプラグインStaticMaps0.1.1をリリースしました。">MootoolsのプラグインStaticMaps0.1.1をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/298/" title="CSSで画像を装飾するテクニック">CSSで画像を装飾するテクニック</a></li>
<li><a href="http://sharedhat.com/blog/924/" title="MootoolsのForm.Validaterのプロパティを動的に指定する">MootoolsのForm.Validaterのプロパティを動的に指定する</a></li>
<li><a href="http://sharedhat.com/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 7.215 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/project/1088/&title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/project/1088/&Title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1088/&title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/project/1088/&title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。&u=http://sharedhat.com/project/1088/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1088/&title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。&u=http://sharedhat.com/project/1088/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1088/&title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/project/1088/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1088/&amp;title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1088/&amp;t=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1088/&amp;title=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1088/&amp;t=Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1088/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools Forgeの使い方 – プラグイン登録</title>
		<link>http://sharedhat.com/blog/1061/</link>
		<comments>http://sharedhat.com/blog/1061/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 06:00:29 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1061</guid>
		<description><![CDATA[前回、Mootools Forgeの使い方 – 登録する前にすることでMootools Forgeの使うまでの準備について解説しましたが、今回は肝心のプラグインの登録部分です。 簡単に登録できるので、非常に楽です。 では [...]]]></description>
			<content:encoded><![CDATA[<p>前回、<a href="http://sharedhat.com/blog/1027/">Mootools Forgeの使い方 – 登録する前にすること</a>でMootools Forgeの使うまでの準備について解説しましたが、今回は肝心のプラグインの登録部分です。<br />
簡単に登録できるので、非常に楽です。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_bnr.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_bnr.jpg" alt="" title="img_bnr" width="734" height="215" class="aligncenter size-full wp-image-1084" /></a></p>
<p>では、実際にやってみましょう。</p>
<p><span id="more-1061"></span></p>
<h3>1. Mootools Forgeのアカウントを作成する</h3>
<p>Mootools Forgeのページの右メニューに<strong>Normal Signup</strong>というユーザー登録用のフォームがあるので、必要事項を記述してアカウントを作成してください。</p>
<p><strong>Mootools Forge</strong><br />
<a href="http://mootools.net/forge/">http://mootools.net/forge/</a></p>
<h3>2. Mootools Forgeにログインする</h3>
<p>Mootools Forgeのページの右メニューのログインフォームから、作成したアカウントを利用してログインします。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_login_forge.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_login_forge.jpg" alt="" title="img_login_forge" width="533" height="151" class="aligncenter size-full wp-image-1063" /></a></p>
<h3>3. プラグインの追加</h3>
<p><strong>Add a new plugin</strong>メニューをクリックして登録画面を表示させます。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_login_first.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_login_first.jpg" alt="" title="img_login_first" width="473" height="143" class="aligncenter size-full wp-image-1064" /></a></p>
<p>プラグインのリポジトリURLの入力欄があるので、URLを記述します。<br />
入力が完了したら、SUBMITボタンをクリックして登録を実行します。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_reposurl.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_reposurl.jpg" alt="" title="img_reposurl" width="730" height="201" class="aligncenter size-full wp-image-1065" /></a></p>
<p>実行中のプログレスバーが表示されるので完了するまで待機します。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_progress.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_progress.jpg" alt="" title="img_progress" width="730" height="195" class="aligncenter size-full wp-image-1066" /></a></p>
<p>無事完了した場合、<strong>Done!</strong>と表示されます。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_done.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_done.jpg" alt="" title="img_done" width="730" height="195" class="aligncenter size-full wp-image-1069" /></a></p>
<p>もし、登録中に問題があれば、エラーメッセージが表示されるので、指示通りに修正を加えます。<br />
下記の場合、README.mdにHow to Useセクションがないと言われていますね。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_invalid.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_invalid.jpg" alt="" title="img_invalid" width="730" height="195" class="aligncenter size-full wp-image-1070" /></a></p>
<p>最後に、無事完了したのを確認したら、デモページのリンク先やドキュメントが表示されるか確認してください。<br />
もし、間違っていたら修正して再度githubのリモートにtagをpushしてください。<br />
Mootools Forgeのページに<strong>UPDATEボタンが表示されるので、クリックして更新してください。</strong><br />
最新の内容に置き換わります。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_finish.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_finish.jpg" alt="" title="img_finish" width="734" height="400" class="aligncenter size-full wp-image-1074" /></a></p>
<p>以上で登録は終了です。<br />
すぐに終わるので非常に楽ですね。</p>
<p>また、ソースコードがgithubに公開されているので興味のある方は見てみてはどうでしょうか？</p>
<p><strong>PluginsKit</strong><br />
<a href="http://github.com/guille/PluginsKit">http://github.com/guille/PluginsKit</a></p>
<p>言語はPHPで<a href="http://www.symfony-project.org/">symfony</a>フレームワークを使用しているみたいです。</p>
<p>以上で解説は終了です。<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/652/" title="Mootoolsのプラグイン「Exhibition.js」をリリースしました。">Mootoolsのプラグイン「Exhibition.js」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/609/" title="photolog用のMootoolsプラグイン「Exhibition」の途中経過。">photolog用のMootoolsプラグイン「Exhibition」の途中経過。</a></li>
<li><a href="http://sharedhat.com/blog/1027/" title="Mootools Forgeの使い方 &#8211; 登録する前にすること">Mootools Forgeの使い方 &#8211; 登録する前にすること</a></li>
<li><a href="http://sharedhat.com/review/1463/" title="AptanaにMarkdown Editerプラグインをインストールしてみた">AptanaにMarkdown Editerプラグインをインストールしてみた</a></li>
<li><a href="http://sharedhat.com/project/996/" title="MootoolsのプラグインImageDrawer1.0をリリースしました。">MootoolsのプラグインImageDrawer1.0をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 4.225 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/blog/1061/&title=Mootools Forgeの使い方 – プラグイン登録" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/blog/1061/&Title=Mootools Forgeの使い方 – プラグイン登録" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/blog/1061/&title=Mootools Forgeの使い方 – プラグイン登録" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/blog/1061/&title=Mootools Forgeの使い方 – プラグイン登録" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootools Forgeの使い方 – プラグイン登録&u=http://sharedhat.com/blog/1061/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/blog/1061/&title=Mootools Forgeの使い方 – プラグイン登録" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootools Forgeの使い方 – プラグイン登録&u=http://sharedhat.com/blog/1061/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/blog/1061/&title=Mootools Forgeの使い方 – プラグイン登録" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/blog/1061/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/blog/1061/&amp;title=Mootools Forgeの使い方 – プラグイン登録" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/blog/1061/&amp;t=Mootools Forgeの使い方 – プラグイン登録" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/blog/1061/&amp;title=Mootools Forgeの使い方 – プラグイン登録" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/blog/1061/&amp;t=Mootools Forgeの使い方 – プラグイン登録" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/blog/1061/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools Forgeの使い方 &#8211; 登録する前にすること</title>
		<link>http://sharedhat.com/blog/1027/</link>
		<comments>http://sharedhat.com/blog/1027/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 05:30:06 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[mootools forge]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[TortoiseGit]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1027</guid>
		<description><![CDATA[Mootools Forgeはプラグインを開発者が公開できるサービスです。 githubにプラグインのリポジトリがある場合、インポートするだけなのですぐに公開することができます。 但し、必要なファイルやリポジトリのディレ [...]]]></description>
			<content:encoded><![CDATA[<p>Mootools Forgeはプラグインを開発者が公開できるサービスです。<br />
githubにプラグインのリポジトリがある場合、インポートするだけなのですぐに公開することができます。<br />
但し、必要なファイルやリポジトリのディレクトリ構成が決まっています。</p>
<p>なので、登録する前にすることをすでに、公開できるプラグインがある場合を想定して解説していきます。<br />
<span id="more-1027"></span></p>
<h3>１. githubにリポジトリを作る</h3>
<p>まずはじめにgithubにリポジトリを作成します。<br />
作成の仕方がよくわからない方はこちらを参考にしてください。</p>
<p><strong>TortoiseGitの使い方(githubの場合) その1</strong><br />
<a href="http://sharedhat.com/blog/737/">http://sharedhat.com/blog/737/</a></p>
<p><strong>TortoiseGitの使い方(githubの場合) その2</strong><br />
<a href="http://sharedhat.com/blog/801/">http://sharedhat.com/blog/801/</a></p>
<p>すでに作成してある場合は、無視してください。</p>
<h3>2. リポジトリの直下にREAME.mdとpackage.ymlファイルを作成する。</h3>
<p>README.md(Markdown形式)はその名前のとおり、使い方や注意事項を含めたドキュメントファイルです。<br />
package.yml(YAML形式)はプラグインパッケージの定義ファイルです。<br />
2つとも雛形のファイルがありますので、ダウンロードして主要部分だけ変更します。</p>
<p><strong>README.md雛形</strong><br />
<a href="http://mootools.net/forge/how-to-add#readme-md">http://mootools.net/forge/how-to-add#readme-md</a></p>
<p><strong>package.yml雛形</strong><br />
<a href="http://mootools.net/forge/how-to-add#package-yml">http://mootools.net/forge/how-to-add#package-yml</a></p>
<p>README.mdは下記のMarkdown形式ページを参考にしてください。<br />
基本的に使用するさいの手順や指定できるオプションの記述だけで十分だと思います。</p>
<p><strong>Markdown形式(原文)</strong><br />
<a href="http://daringfireball.net/projects/markdown/">http://daringfireball.net/projects/markdown/</a></p>
<p><strong>Markdown形式(日本語訳)</strong><br />
<a href="http://blog.2310.net/archives/6">http://blog.2310.net/archives/6</a></p>
<p>つぎにpackage.ymlですが、項目は下記の通りになっています。</p>
<table>
<thead>
<tr>
<th>no.</th>
<th>項目名</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>name</td>
<td>プラグイン名</td>
</tr>
<tr>
<td>2</td>
<td>author</td>
<td>作者名</td>
</tr>
<tr>
<td>3</td>
<td>category</td>
<td>プラグインカテゴリ。Mootools Forgeページの右側のメニューに表示されているものから一つだけ指定する。Effects、Forms、Interface、Media、Native、Realtime、Request、Utilities、Widgets
</td>
</tr>
<tr>
<td>4</td>
<td>tags</td>
<td>タグ、タグはなんでもかまいません</td>
</tr>
<tr>
<td>5</td>
<td>demo</td>
<td>デモページのURL</td>
</tr>
<tr>
<td>6</td>
<td>current:</td>
<td>現在の最新バージョン</td>
</tr>
<tr>
<td>7</td>
<td>docs</td>
<td>ドキュメントページのURL</td>
</tr>
</tbody>
</table>
<p>docsがまだ準備できていない、デモページがないなどの場合は#でコメントアウトしておくといいと思います<br />
作成が終わったらリポジトリの直下におきます。</p>
<h3>3. リポジトリの直下にSourceディレクトリとDocsディレクトリを作成する。</h3>
<pre>
/repogitory
    /Source/
    /Docs/
</pre>
<p>Sourceデイレクトリにはプラグインのソースコードを置きます。<br />
Docsディレクトリにはプラグインのドキュメントを置きます。</p>
<p>ドキュメントファイルもMarkdown形式のファイルで、ファイル名をプラグイン名とかにしておけばいいと思います。<br />
基本的にAPI仕様のドキュメントになると思います。</p>
<h3>4. スクリプトヘッダーを記述する。</h3>
<p>ソースコードの先頭に下記のようなスクリプトヘッダーを記述します。<br />
形式はYAML形式です。</p>
<p><strong>YAML</strong><br />
<a href="http://ja.wikipedia.org/wiki/YAML">http://ja.wikipedia.org/wiki/YAML</a><br />
[javascript]<br />
/*<br />
&#8212;<br />
description: Element class, Elements class, and basic dom methods.</p>
<p>license: MIT-style</p>
<p>authors:<br />
- Jimmy Dean<br />
- Buck Kingsley</p>
<p>requires:<br />
- localComponent1<br />
- [localComponent2, localComponent3]<br />
- externalPackage1/tag: component4<br />
- externalPackage2/tag: [component1, component2]</p>
<p>provides: [Element, Elements, $, $$]</p>
<p>&#8230;<br />
*/<br />
[/javascript]</p>
<table>
<thead>
<tr>
<th>no.</th>
<th>項目</th>
<th>名称</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>description</td>
<td>プラグインの説明</td>
</tr>
<tr>
<td>2</td>
<td>license</td>
<td>プラグインのライセンス形式(GPL2, MIT, BSDなど)</td>
</tr>
<tr>
<td>3</td>
<td>authors</td>
<td>作者のリスト</td>
</tr>
<tr>
<td>4</td>
<td>requires</td>
<td>あなたのプラグインが扱う必要なコンポーネントのリスト</td>
</tr>
<tr>
<td>5</td>
<td>provides</td>
<td>プラグインが提供するコンポーネントのリスト</td>
</tr>
</tbody>
</table>
<p>記述が完了したら、オンラインパーサーを利用して、正しく解析できるかチェックしてください。<br />
<a href="http://yaml-online-parser.appspot.com/">http://yaml-online-parser.appspot.com/</a></p>
<p>※コメントの/*&#8212; &#8230;*/は消さないでください。プラグイン登録時にエラーになります。<br />
※YAML形式なので、スペースやタブの扱いには注意してください。</p>
<h3>5. タグ付けをする。</h3>
<p>1～4までが完了し、リリースできるようになったら、コミットしてリモートにプッシュしておきましょう。<br />
pushが終わったら、こんどは<strong>tagを付けてスナップショットを作成します。</strong><br />
タグ付けする前に、タグ付けする現在のブランチを確認してください。<br />
TortoiseGitでbranchを確認するには、メニューのGit Commitの部分を見ればOKです。<br />
下記の例では2.0となっています。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_branch.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_branch.jpg" alt="" title="img_branch" width="680" height="180" class="aligncenter size-full wp-image-1043" /></a></p>
<p>branchを作成してない場合は、masterでOKです。<br />
問題がなければ、TortoiseGitのメニューより、<strong>Create Tag</strong>を選択します。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_tag.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_tag.jpg" alt="" title="img_tag" width="619" height="153" class="aligncenter size-full wp-image-1045" /></a></p>
<p>そうすると、tagを作成するダイアログが表示されるので、tagの名称と、コメントを入力します。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_tagdialog.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_tagdialog.jpg" alt="" title="img_tagdialog" width="450" height="372" class="aligncenter size-full wp-image-1047" /></a></p>
<p>問題がなければOKをクリックしてtagを作成します。<br />
そして最後に、tagをリモートにpushします。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/08/img_push1.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_push1.jpg" alt="" title="img_push" width="480" height="366" class="aligncenter size-full wp-image-1051" /></a></p>
<p>pushが完了したら、githubのダウンロードページで、タグが存在するか確認します。<br />
無事タグがあれば、成功しています。<br />
<a href="http://sharedhat.com/wp-content/uploads/2010/08/img_githu_tag.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/08/img_githu_tag.jpg" alt="" title="img_githu_tag" width="623" height="105" class="aligncenter size-full wp-image-1053" /></a></p>
<p>以上でいつでも、Mootools Forgeにプラグインを登録できます。<br />
REAME.mdやpackage.ymlでわからないところがあったら、すでにMootools Forgeに登録されているプラグインを確認してみると参考になると思います。<br />
次は、いよいよプラグイン登録の解説です。<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/737/" title="TortoiseGitの使い方(githubの場合) その1">TortoiseGitの使い方(githubの場合) その1</a></li>
<li><a href="http://sharedhat.com/blog/1061/" title="Mootools Forgeの使い方 – プラグイン登録">Mootools Forgeの使い方 – プラグイン登録</a></li>
<li><a href="http://sharedhat.com/review/1463/" title="AptanaにMarkdown Editerプラグインをインストールしてみた">AptanaにMarkdown Editerプラグインをインストールしてみた</a></li>
<li><a href="http://sharedhat.com/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/review/1479/" title="MootoolsのビルドツールPackager-Webはすごく便利">MootoolsのビルドツールPackager-Webはすごく便利</a></li>
</ul>
<p><!-- Similar Posts took 5.029 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/blog/1027/&title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/blog/1027/&Title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/blog/1027/&title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/blog/1027/&title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootools Forgeの使い方 &#8211; 登録する前にすること&u=http://sharedhat.com/blog/1027/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/blog/1027/&title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootools Forgeの使い方 &#8211; 登録する前にすること&u=http://sharedhat.com/blog/1027/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/blog/1027/&title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/blog/1027/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/blog/1027/&amp;title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/blog/1027/&amp;t=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/blog/1027/&amp;title=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/blog/1027/&amp;t=Mootools Forgeの使い方 &#8211; 登録する前にすること" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/blog/1027/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MootoolsのプラグインImageDrawer1.0をリリースしました。</title>
		<link>http://sharedhat.com/project/996/</link>
		<comments>http://sharedhat.com/project/996/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 14:51:52 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[1.0]]></category>
		<category><![CDATA[ImageDrawer]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=996</guid>
		<description><![CDATA[私が作成したMootoolsのスライドショープラグインでGraduallyというものがあるのですが、画像の描画部分を自由に変更できなくて非常に汎用性がなくて困っていました。 なのでGraduallyの新バージョン開発のた [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2010/07/draw.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/07/draw.jpg" alt="" title="draw" width="670" height="298" class="aligncenter size-full wp-image-1013" /></a></p>
<p>私が作成したMootoolsのスライドショープラグインで<a href="http://mootools.net/forge/p/gradually">Gradually</a>というものがあるのですが、画像の描画部分を自由に変更できなくて非常に汎用性がなくて困っていました。</p>
<p>なので<a href="http://mootools.net/forge/p/gradually">Gradually</a>の新バージョン開発のために、純粋に画像の描画部分だけを抽出しようと思いました。</p>
<p>それが、今回の<a href="http://mootools.net/forge/p/imagedrawer">ImageDrawer</a>になります。<br />
単体で使用してもいいですし、自作の画像ギャラリープラグインにも組み込めます。</p>
<p><span id="more-996"></span></p>
<h3>使用方法</h3>
<p>まずはじめに、mootoolsを読み込みます。<br />
その後にImageDrawer.js、ImageDrawer.Grid.js、ImageDrawer.Expand.jsを読み込みます。</p>
<p>[html]<br />
<script type="text/javascript" src="js/libraries/mootools-1.2.4-core.js"></script><br />
<script type="text/javascript" src="js/ImageDrawer.js"></script><br />
<script type="text/javascript" src="js/ImageDrawer.Grid.js"></script><br />
<script type="text/javascript" src="js/ImageDrawer.Expand.js"></script><br />
[/html]</p>
<p>次にcanvas要素を記述します。<br />
[html]<br />
<canvas id="myCanvas"></canvas><br />
[/html]</p>
<p>そして最後にjavascriptコードを記述します。<br />
[javascript]<br />
var myImage = new Image();<br />
myImage.src = &#8220;images/draw-image.jpg&#8221;;<br />
myImage.onload = function() {<br />
	var myCanvas = document.id(&#8220;myCanvas&#8221;);<br />
	var drawer = new ImageDrawer.Grid({<br />
		&#8216;height&#8217;: 55,<br />
		&#8216;width&#8217;: 65,<br />
		&#8216;transition&#8217;: &#8216;expo:in:out&#8217;,<br />
		&#8216;onDrawStart&#8217;: function() {<br />
			//image drawing start<br />
			log.set(&#8220;html&#8221;, &#8220;Start&#8221;);<br />
		},<br />
		&#8216;onDrawComplete&#8217;: function() {<br />
			//image drawing complete<br />
			log.set(&#8220;html&#8221;, &#8220;Complete&#8221;);<br />
		}<br />
	});</p>
<p>	drawer.setCanvas(myCanvas)<br />
	drawer.setImage(myImage);<br />
	drawer.drawLeft();<br />
}<br />
[/javascript]<br />
オプションのtransitionを変えることで、描画処理時のアニメーションを変更できるようになっています。<br />
詳しくはデモページをご確認ください。</p>
<h4>Demo</h4>
<p><a href="http://holyshared.github.com/ImageDrawer/">http://holyshared.github.com/ImageDrawer/</a></p>
<p>最後にダウンロードは<a href="http://www.mootools.net/forge/">Mootools Forge</a>か下記のダウンロードリンクより可能です。</p>
<h4>Mootools Forge</h4>
<p><a href="http://www.mootools.net/forge/p/imagedrawer">http://www.mootools.net/forge/p/imagedrawer</a></p>
<h4>ダウンロード</h4>
<p><a href="http://www.mootools.net/forge/download/imagedrawer/1.0">http://www.mootools.net/forge/download/imagedrawer/1.0</a><br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/603/" title="Mootools のプラグインGradually1.0をリリースしました。">Mootools のプラグインGradually1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/652/" title="Mootoolsのプラグイン「Exhibition.js」をリリースしました。">Mootoolsのプラグイン「Exhibition.js」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/1088/" title="Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。">Mootoolsの画像ギャラリープラグインGradually 2.0.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/89/" title="MooTools 1.2リリース">MooTools 1.2リリース</a></li>
</ul>
<p><!-- Similar Posts took 3.910 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/project/996/&title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/project/996/&Title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/996/&title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/project/996/&title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=MootoolsのプラグインImageDrawer1.0をリリースしました。&u=http://sharedhat.com/project/996/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/996/&title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=MootoolsのプラグインImageDrawer1.0をリリースしました。&u=http://sharedhat.com/project/996/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/996/&title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/project/996/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/996/&amp;title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/996/&amp;t=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/996/&amp;title=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/996/&amp;t=MootoolsのプラグインImageDrawer1.0をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/996/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools Plugin 「MMap」をリリースしました。</title>
		<link>http://sharedhat.com/project/703/</link>
		<comments>http://sharedhat.com/project/703/#comments</comments>
		<pubDate>Sun, 23 May 2010 14:27:13 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=703</guid>
		<description><![CDATA[Mootoolsのプラグイン「MMap」をリリースしました。 MMapはGoogle Maps API Version 3を利用した、プラグインでカスタムマーカーとカスタムウィンドウを提供します。 マーカーは単体の画像表 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2010/05/mmap.png"><img src="http://sharedhat.com/wp-content/uploads/2010/05/mmap.png" alt="" title="MMap" width="734" height="418" class="aligncenter size-full wp-image-707" /></a></p>
<p>Mootoolsのプラグイン「MMap」をリリースしました。<br />
MMapはGoogle Maps API Version 3を利用した、プラグインでカスタムマーカーとカスタムウィンドウを提供します。</p>
<p>マーカーは単体の画像表示、複数画像のスライドショーを表示します。<br />
カスタムウィンドウは柔軟性のあるウィンドウを提供します。<br />
<span id="more-703"></span><br />
まだベータバージョンですので、挙動が怪しい部分もあると思いますが、こちらからダウンロードが可能です。</p>
<p>ダウンロードはこちらから<br />
<a href="http://mootools.net/forge/p/mmap">http://mootools.net/forge/p/mmap</a></p>
<p>デモページはこちらから<br />
<a href="http://holyshared.github.com/MMap/">http://holyshared.github.com/MMap/</a></p>
<p>マーカー、ウィンドウのスタイルをカスタマイズしたい場合は、下記のファイルをご利用ください。<br />
比較的楽にスタイル付けが可能になると思います。<br />
<a href="http://github.com/downloads/holyshared/MMap/marker-and-window-styles0.1b.zip">http://github.com/downloads/holyshared/MMap/marker-and-window-styles0.1b.zip</a><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/1377/" title="jQueryでGoogle Map API Version3のカスタムマーカーを作る">jQueryでGoogle Map API Version3のカスタムマーカーを作る</a></li>
<li><a href="http://sharedhat.com/project/1644/" title="MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。">MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/1653/" title="MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。">MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1448/" title="Safariで発生するマーカーが表示されない問題の対処法">Safariで発生するマーカーが表示されない問題の対処法</a></li>
<li><a href="http://sharedhat.com/project/1527/" title="MootoolsのプラグインStaticMaps0.1.1をリリースしました。">MootoolsのプラグインStaticMaps0.1.1をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 3.836 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/project/703/&title=Mootools Plugin 「MMap」をリリースしました。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/project/703/&Title=Mootools Plugin 「MMap」をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/703/&title=Mootools Plugin 「MMap」をリリースしました。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/project/703/&title=Mootools Plugin 「MMap」をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootools Plugin 「MMap」をリリースしました。&u=http://sharedhat.com/project/703/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/703/&title=Mootools Plugin 「MMap」をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootools Plugin 「MMap」をリリースしました。&u=http://sharedhat.com/project/703/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/703/&title=Mootools Plugin 「MMap」をリリースしました。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/project/703/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/703/&amp;title=Mootools Plugin 「MMap」をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/703/&amp;t=Mootools Plugin 「MMap」をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/703/&amp;title=Mootools Plugin 「MMap」をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/703/&amp;t=Mootools Plugin 「MMap」をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/703/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootoolsのプラグイン「Exhibition.js」をリリースしました。</title>
		<link>http://sharedhat.com/project/652/</link>
		<comments>http://sharedhat.com/project/652/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:30:06 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[Exhibition.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Mootools 1.2]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=652</guid>
		<description><![CDATA[Exhibition.jsはサムネイル画像をサイズに関係なく垂直、水平に綺麗に整列して表示するプラグインです。 ギャラリーサイト用に開発したもので、水平表示、垂直表示に対応しています。 プロジェクトサイト、またはMoot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://holyshared.github.com/Exhibition/"><img alt="Exhibition" src="http://mootools.net/forge/uploads/screenshots/212/921/thumbs/f0a7d80c4e1a8be42fbc828e688665b1.png" title="Exhibition" class="alignleft"  /></a>Exhibition.jsはサムネイル画像をサイズに関係なく垂直、水平に綺麗に整列して表示するプラグインです。</p>
<p>ギャラリーサイト用に開発したもので、水平表示、垂直表示に対応しています。<br />
<a title="Exhibition@github" href="http://holyshared.github.com/Exhibition/">プロジェクトサイト</a>、または<a title="Exhibition@Mootools Forge" href="http://mootools.net/forge/p/exhibition">Mootools Forge</a>から入手することが可能です。</p>
<p><span id="more-652"></span><br />
<object width="560" height="350"><param name="movie" value="http://www.youtube.com/v/AwvdYYvmUA0&#038;hl=ja_JP&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AwvdYYvmUA0&#038;hl=ja_JP&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p><strong>Project Site</strong><br />
<a title="Exhibition@github" href="http://holyshared.github.com/Exhibition/">http://holyshared.github.com/Exhibition/</a></p>
<p><strong>Mootools Forge</strong><br />
<a title="Exhibition@Mootools Forge" href="http://mootools.net/forge/p/exhibition">http://mootools.net/forge/p/exhibition</a><br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/1262/" title="WordPressのフォトログテーマ「Exhibition」をリリースしました。">WordPressのフォトログテーマ「Exhibition」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/609/" title="photolog用のMootoolsプラグイン「Exhibition」の途中経過。">photolog用のMootoolsプラグイン「Exhibition」の途中経過。</a></li>
<li><a href="http://sharedhat.com/blog/680/" title="WordPressテーマ「Exhibition」はこんな感じ">WordPressテーマ「Exhibition」はこんな感じ</a></li>
<li><a href="http://sharedhat.com/project/603/" title="Mootools のプラグインGradually1.0をリリースしました。">Mootools のプラグインGradually1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/996/" title="MootoolsのプラグインImageDrawer1.0をリリースしました。">MootoolsのプラグインImageDrawer1.0をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 3.628 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/project/652/&title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/project/652/&Title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/652/&title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/project/652/&title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootoolsのプラグイン「Exhibition.js」をリリースしました。&u=http://sharedhat.com/project/652/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/652/&title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootoolsのプラグイン「Exhibition.js」をリリースしました。&u=http://sharedhat.com/project/652/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/652/&title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/project/652/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/652/&amp;title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/652/&amp;t=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/652/&amp;title=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/652/&amp;t=Mootoolsのプラグイン「Exhibition.js」をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/652/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>photolog用のMootoolsプラグイン「Exhibition」の途中経過。</title>
		<link>http://sharedhat.com/blog/609/</link>
		<comments>http://sharedhat.com/blog/609/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:57:22 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[singapore]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=609</guid>
		<description><![CDATA[前からphotolog用のをwordpresやsingaporeのテーマが欲しかったので、ちまちまそれようのMootoolsプラグインを開発しています。 デモページ作りながら、開発しているので、ある程度実用性のあるものに [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2010/02/img_ex3.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/02/img_ex3-352x250.jpg" alt="" title="Exhibition-Type1" width="470" height="149" class="aligncenter size-medium wp-image-628" /></a></p>
<p>前からphotolog用のを<a title="wordpres" href="http://ja.wordpress.org/">wordpres</a>や<a title="singapore" href="http://www.sgal.org/">singapore</a>のテーマが欲しかったので、ちまちまそれようの<a title="Mootools" href="http://mootools.net/">Mootools</a>プラグインを開発しています。<br />
デモページ作りながら、開発しているので、ある程度実用性のあるものになりそうです。<br />
<span id="more-609"></span>これはサムネイルを縦に並べて表示するタイプ。<br />
デモページでは<a title="flickr" href="http://www.flickr.com/">flickr</a>のAPIを使用してギャラリーぽくしています。<br />
縦に並べて表示しているサイトはすくないので、ためしにやってみました。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/02/img_ex2.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/02/img_ex2-265x250.jpg" alt="" title="Exhibition-Type2" width="455" height="250" class="aligncenter size-medium wp-image-633" /></a></p>
<p>こちらはサムネイルを横に並べて表示するタイプ。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/02/img_small.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/02/img_small-469x241.jpg" alt="" title="Exhibition-Type3" width="469" height="188" class="aligncenter size-medium wp-image-634" /></a></p>
<p>後、１パターン表示の見せ方を考えているのですが、初期バージョンを先にリリースしてから対応しようと思っています。<br />
出来たら<a title="Mootools Forge" href="http://mootools.net/forge/">Mootools Forge</a>にプラグインとして追加し、テーマ作成に移行しようと思います。</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/652/" title="Mootoolsのプラグイン「Exhibition.js」をリリースしました。">Mootoolsのプラグイン「Exhibition.js」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/review/351/" title="iddy APIを使ったプロフィールを表示するスクリプトを書いています">iddy APIを使ったプロフィールを表示するスクリプトを書いています</a></li>
<li><a href="http://sharedhat.com/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1061/" title="Mootools Forgeの使い方 – プラグイン登録">Mootools Forgeの使い方 – プラグイン登録</a></li>
<li><a href="http://sharedhat.com/project/996/" title="MootoolsのプラグインImageDrawer1.0をリリースしました。">MootoolsのプラグインImageDrawer1.0をリリースしました。</a></li>
</ul>
<p><!-- Similar Posts took 3.842 ms --></p>
<div class="wp-social-bookmark-menu"><ul class="socials"><li class="script-style"><a href="http://scriptandstyle.com/submit?url=http://sharedhat.com/blog/609/&title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Submit this to Script & Style"> </a></li><li class="blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http://sharedhat.com/blog/609/&Title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/blog/609/&title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Share this on del.icio.us"> </a></li><li class="digg"><a href="http://digg.com/submit?phase=2&url=http://sharedhat.com/blog/609/&title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=photolog用のMootoolsプラグイン「Exhibition」の途中経過。&u=http://sharedhat.com/blog/609/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/blog/609/&title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=photolog用のMootoolsプラグイン「Exhibition」の途中経過。&u=http://sharedhat.com/blog/609/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/blog/609/&title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Stumble upon something good? Share it on StumbleUpon"> </a></li><li class="technorati"><a href="http://technorati.com/faves?add=http://sharedhat.com/blog/609/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/blog/609/&amp;title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/blog/609/&amp;t=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/blog/609/&amp;title=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/blog/609/&amp;t=photolog用のMootoolsプラグイン「Exhibition」の途中経過。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/blog/609/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

