<?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; project</title>
	<atom:link href="http://sharedhat.com/category/project/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>Mootools Photo Galleryテンプレート1.0をリリースしました。</title>
		<link>http://sharedhat.com/project/1710/</link>
		<comments>http://sharedhat.com/project/1710/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 04:01:39 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1710</guid>
		<description><![CDATA[PC/iPadに対応したフォトギャラリーテンプレートを作成しました。 Mootools、PowerTools、OOCSSを利用しています。 バージョンは1.0です。 Mootools Photo Gallery Temp [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2011/02/temp-image.png"><img src="http://sharedhat.com/wp-content/uploads/2011/02/temp-image.png" alt="" title="Mootools Photo Gallery" width="734" height="398" class="aligncenter size-full wp-image-1714" /></a></p>
<p>PC/iPadに対応したフォトギャラリーテンプレートを作成しました。<br />
Mootools、PowerTools、OOCSSを利用しています。<br />
バージョンは1.0です。</p>
<p><a href="http://code.google.com/p/mootools-photo-gallery/downloads/detail?name=mootools-photo-gallery-1.0.zip&#038;can=2&#038;q=">Mootools Photo Gallery Template 1.0をダウンロードする</a><br />
<span id="more-1710"></span></p>
<h3>ギャラリーのメカニズム</h3>
<p>ソースコードを改造する場合は、コードを読む前に下記の内容を一通り見てもらえると理解度が変わると思います。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2011/02/mechanism.png"><img src="http://sharedhat.com/wp-content/uploads/2011/02/mechanism.png" alt="" title="メカニズム" width="734" height="314" class="aligncenter size-full wp-image-1717" /></a></p>
<p>この画像ギャラリーは下記のControl、Gallery、Controller、Serverの4つの構成で成り立っています。<br />
各項目についての役割は下記の通りになっています。</p>
<h4>コントロール(Control)</h4>
<p>コントロールはギャラリー上でのイベントを監視し、ギャラリーに適切なコンテンツを要求します。<br />
又、それに伴う表示の更新を行います。</p>
<h4>ギャラリー(Gallery)</h4>
<p>画像ギャラリーの機能を提供します。<br />
具体的な処理はコントローラーに委譲します。</p>
<h4>コントローラー(Controller)</h4>
<p>コントローラーは画像コンテンツの最適化、画像の切り替えの制御などの画像ギャラリーのすべての処理を行います。<br />
コンテンツの最適化はWebサーバーにAHAHを利用して要求します。</p>
<h4>サーバー(Server)</h4>
<p>サーバーはコントローラーからの要求を受け取り、適切な画像コンテンツを応答として返します。<br />
画像コンテンツはHTMLの断片です。</p>
<h3>テンプレートの今後</h3>
<p>今後はテンプレートのバグを修正しつつ、サーバーの処理部分をPHPのコードに置き換えたいと思います。<br />
特定のディレクトリに画像をアップロードすると、サーバーサイドで画像を最適するようにしたいです。<br />
最終的にはテンプレートではなくなります。<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/422/" title="Processing Clockのサイトを公開しました。">Processing Clockのサイトを公開しました。</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/blog/1018/" title="コンテンツを切り替えるやつの基本的なビジュアルパターン">コンテンツを切り替えるやつの基本的なビジュアルパターン</a></li>
<li><a href="http://sharedhat.com/project/1673/" title="MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。">MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。</a></li>
</ul>
<p><!-- Similar Posts took 4.133 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/1710/&title=Mootools Photo Galleryテンプレート1.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/1710/&Title=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1710/&title=Mootools Photo Galleryテンプレート1.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/1710/&title=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Mootools Photo Galleryテンプレート1.0をリリースしました。&u=http://sharedhat.com/project/1710/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1710/&title=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Mootools Photo Galleryテンプレート1.0をリリースしました。&u=http://sharedhat.com/project/1710/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1710/&title=Mootools Photo Galleryテンプレート1.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/1710/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1710/&amp;title=Mootools Photo Galleryテンプレート1.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/1710/&amp;t=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1710/&amp;title=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1710/&amp;t=Mootools Photo Galleryテンプレート1.0をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。</title>
		<link>http://sharedhat.com/project/1673/</link>
		<comments>http://sharedhat.com/project/1673/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 17:04:48 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[powertools]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1673</guid>
		<description><![CDATA[MootoolsとPowerToolsでPC、IPadに対応したギャラリーサイトのテンプレートを作成しました。 閲覧するデバイスに最適な形式で表示するようにしています。 もちろんiPadの傾き変更にも対応済みです。 Po [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad.jpg"><img src="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad.jpg" alt="" title="Mootoolsギャラリー スクリーンショット(landspace)" width="734" height="300" class="aligncenter size-full wp-image-1674" /></a></p>
<p>MootoolsとPowerToolsでPC、IPadに対応したギャラリーサイトのテンプレートを作成しました。<br />
閲覧するデバイスに最適な形式で表示するようにしています。<br />
もちろんiPadの傾き変更にも対応済みです。<br />
PowerToolsはMootoolsのコアデベロッパーのChristoph Pojerが開発したMootoolsベースのライブラリです。<br />
Mobileデバイス用イベント、クラスユーティリティ、ツリーUIなどのコンポーネントを配布しています。<br />
<span id="more-1673"></span></p>
<h3>サイトとソースコード</h3>
<h4>Mootools Photo Gallery</h4>
<p><a href="http://gallery.sharedhat.com/">http://gallery.sharedhat.com/</a></p>
<h4>ソースコード</h4>
<p><a href="http://code.google.com/p/mootools-photo-gallery/source/checkout">http://code.google.com/p/mootools-photo-gallery/source/checkout</a></p>
<h3>ライブラリ</h3>
<p>ライブラリは下記のサイトから入手できます。</p>
<h4>Mootools</h4>
<p><a href="http://mootools.net">http://mootools.net</a></p>
<h4>PowerTools</h4>
<p><a href="http://cpojer.net/PowerTools/">http://cpojer.net/PowerTools/</a></p>
<h3>PowerToolsの使用したコンポーネント</h3>
<p>今回iPadに対応するために、PowerToolsの下記のコンポーネントを使用しました。</p>
<h4>Custom-Event</h4>
<table>
<colgroup>
<col width="230"/>
<col width="506" />
</colgroup>
<tr>
<th>名称</th>
<th>説明</th>
</tr>
<tr>
<td>Element.defineCustomEvent</td>
<td>カスタムイベントを定義できる機能を提供する。</td>
</tr>
</table>
<h4>Mobile</h4>
<table>
<colgroup>
<col width="230"/>
<col width="506" />
</colgroup>
<tr>
<th>名称</th>
<th>説明</th>
</tr>
<tr>
<td>Browser.Mobile</td>
<td>Mootools CoreのBrowserにiPad/iPhone/iPodのモバイルデバイスの情報を追加する。</td>
</tr>
<tr>
<td>Browser.Features.Touch</td>
<td>Mootools CoreのBrowserにTouchイベントのサポート情報を追加する。</td>
</tr>
<tr>
<td>Mouse</td>
<td><strong>Touchイベントに対応していないデバイスの際に、イベントmousedown, mousemove, mouseupをベースにtouchstart, touchmove, touchendイベントをカスタムイベントで提供する。<br />これによりモバイルデバイスを使用しなくてもPCで動作テストをすることができる。</strong></td>
</tr>
<tr>
<td>Touch</td>
<td>touchendイベントをベースにカスタムTouchイベントを提供する。</td>
</tr>
<tr>
<td>Click</td>
<td><strong>Touchイベントをサポートしている場合に、ClickイベントをカスタムTouchイベントに置換する。<br />これによりモバイルデバイスを使用しなくてもPCで動作テストをすることができる。</strong></td>
</tr>
<tr>
<td>Pinch</td>
<td>Touchイベントをサポートしている場合に、カスタムPinchイベントを提供する。</td>
</tr>
<tr>
<td>Swipe</td>
<td>Touchイベントをサポートしている場合に、カスタムSwipeイベントを提供する。</td>
</tr>
<tr>
<td>Touchhold</td>
<td>Touchイベントをサポートしている場合に、カスタムTouchholdイベントを提供する。</td>
</tr>
</table>
<h4>Interface</h4>
<table>
<colgroup>
<col width="230"/>
<col width="506" />
</colgroup>
<tr>
<th>名称</th>
<th>説明</th>
</tr>
<tr>
<td>Interface</td>
<td>Javaのようなインターフェース定義機能を提供する。</td>
</tr>
</table>
<h3>便利だったコンポーネント</h3>
<p>通常、iPad対応のサイトを制作する際に、iPadで途中の状態を表示して確認する必要があると思うのですが、<br />
Mobile/Mouse、Mobile/Clickの二つはTouchイベントの対応していないPCでの動作確認ができて非常に便利でした。</p>
<p>iPadの場合、Clickイベントの変わりにTouchイベントを使用してイベントを処理をする必要があり、コードもそのように書く必要がありました。<br />
しかし、<strong>Mobile/Clickを使用するとiPadの時だけ、ClickイベントをTouchイベントに置き換えてくれるので、通常のPCサイトのようにコードを書くことができます。</strong><br />
それに、<strong>Mobile/MouseでMouseイベントをTouchイベントに置き換えるので、Swipeイベントもマウスをクリックして画面をなぞるだけで実行できます。</strong></p>
<p>試しに、<a href="http://gallery.sharedhat.com/">ギャラリーサイト</a>を表示し、ページ上でマウスをクリックしてをなぞって見てください。<br />
写真がイベントに反応して切り替わると思います。</p>
<h3>サイトのスクリーンショット</h3>
<h4>縦表示(portrait)の場合</h4>
<p><a href="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad2.jpg"><img src="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad2.jpg" alt="" title="Mootoolsギャラリー(portrait)" width="480" height="640" class="aligncenter size-full wp-image-1679" /></a></p>
<h4>横表示(landscape)の場合</h4>
<p><a href="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad3.jpg"><img src="http://sharedhat.com/wp-content/uploads/2011/02/img_ipad3.jpg" alt="" title="Mootoolsギャラリー(landscape)" width="734" height="549" class="aligncenter size-full wp-image-1680" /></a></p>
<p>最後に詳しいドキュメントを作成している途中ですので、完了次第ブログに記事として書きます。<br />
PHPの軽量なフレームワークを使用して、画像をアップロードするだけで最適表示する感じにしてもいいと思っています。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/334/" title="セキュリティに関するRSS情報を提供する「RSSポータルサイト」公開">セキュリティに関するRSS情報を提供する「RSSポータルサイト」公開</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/project/652/" title="Mootoolsのプラグイン「Exhibition.js」をリリースしました。">Mootoolsのプラグイン「Exhibition.js」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1625/" title="Google Maps API V3のMVCObjectについて">Google Maps API V3のMVCObjectについて</a></li>
<li><a href="http://sharedhat.com/blog/1377/" title="jQueryでGoogle Map API Version3のカスタムマーカーを作る">jQueryでGoogle Map API Version3のカスタムマーカーを作る</a></li>
</ul>
<p><!-- Similar Posts took 4.358 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/1673/&title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" 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/1673/&Title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1673/&title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" 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/1673/&title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。&u=http://sharedhat.com/project/1673/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1673/&title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。&u=http://sharedhat.com/project/1673/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1673/&title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" 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/1673/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1673/&amp;title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1673/&amp;t=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1673/&amp;title=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1673/&amp;t=MootoolsとPowerToolsでPC、iPadに対応したギャラリーサイトのテンプレートを作りました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1673/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。</title>
		<link>http://sharedhat.com/project/1664/</link>
		<comments>http://sharedhat.com/project/1664/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 12:39:09 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[1.1.0]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1664</guid>
		<description><![CDATA[久しくメンテナンスしていなかったパッケージFrontend Developerの新バージョンをリリースしました。 基本的にはバグ修正と対応していなかった部分の対応を行いました。 ダウンロード Frontend Devel [...]]]></description>
			<content:encoded><![CDATA[<p>久しくメンテナンスしていなかったパッケージFrontend Developerの新バージョンをリリースしました。<br />
基本的にはバグ修正と対応していなかった部分の対応を行いました。</p>
<h3>ダウンロード</h3>
<ul class="simpleList">
<li><a title="Frontend Developer 1.1.0.tar.gz" href="https://github.com/holyshared/developer-package/tarball/1.1.0">Frontend Developer 1.1.0.tar.gz</a></li>
<li><a title="Frontend Developer 1.1.0.zip" href="https://github.com/holyshared/developer-package/zipball/1.1.0">Frontend Developer1.1.0.zip</a></li>
</ul>
<p>今回のバージョンでの対応は下記の通りです。</p>
<h3>バージョン 1.1.0</h3>
<ul class="simpleList">
<li>GithubのAPIライブラリを2.11から2.12へアップグレード</li>
<li>ブロック、Github Repogitory, Github Tags, Github Isuue用のテンプレートのバグを修正。</li>
<li>Mootoolsプラグインのダウンロードファオームのバグを修正。</li>
<li>Mootoolsプラグインの取り込み処理のリファクタリング。</li>
<li>日本語翻訳の不足部分の追加</li>
<li>日本語翻訳ファイルの追加</li>
</ul>
<p><span id="more-1664"></span></p>
<p>もしパッケージで問題があればご連絡ください。<br />
なるべく早く修正します。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/1210/" title="Frontend Developer Package 1.0.1bをリリースしました。">Frontend Developer Package 1.0.1bをリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/1272/" title="WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。">WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。</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/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</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.618 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/1664/&title=Concrete5のパッケージ、Frontend Developer 1.1.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/1664/&Title=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1664/&title=Concrete5のパッケージ、Frontend Developer 1.1.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/1664/&title=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。&u=http://sharedhat.com/project/1664/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1664/&title=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。&u=http://sharedhat.com/project/1664/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1664/&title=Concrete5のパッケージ、Frontend Developer 1.1.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/1664/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1664/&amp;title=Concrete5のパッケージ、Frontend Developer 1.1.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/1664/&amp;t=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1664/&amp;title=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1664/&amp;t=Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1664/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。</title>
		<link>http://sharedhat.com/project/1653/</link>
		<comments>http://sharedhat.com/project/1653/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 17:42:35 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[Gooogle Maps]]></category>
		<category><![CDATA[MMap]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[version 3]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1653</guid>
		<description><![CDATA[MootoolsのGoogle Maps プラグインMMapの最新バージョン0.2.1をリリースしました。 バグと若干の仕様変更があります。 ソースコードはMMapからダウンロードしてください。 Buildディレクトリに [...]]]></description>
			<content:encoded><![CDATA[<p>MootoolsのGoogle Maps プラグイン<a href="http://mootools.net/forge/p/mmap">MMap</a>の最新バージョン0.2.1をリリースしました。<br />
バグと若干の仕様変更があります。</p>
<p>ソースコードは<a href="http://mootools.net/forge/p/mmap">MMap</a>からダウンロードしてください。<br />
BuildディレクトリにビルドしたファイルとYUI Compresserで軽量化したソースが含まれています。</p>
<h3>0.2.1の変更点</h3>
<ul class="simpleList">
<li>MMap.BaseMarkerをMMap.Marker.Coreにリネーム</li>
<li>MMap.MarkerをMMap.Marker.HTMLにリネーム</li>
<li>MMap.MarkerLoaderでHTMLマーカーが正しく読み込めないバグを修正</li>
<li>MMap.MarkerLoaderのオプションとloadメソッドの仕様を変更</li>
<li>MMap.MarkerManagerのactive/visibleメソッドを修正</li>
<li>MMap.MarkerManagerにactiveAll, activeByBounds, visibleAll, visibleByBoundsを追加</li>
</ul>
<p><span id="more-1653"></span></p>
<h3>ビルドの仕方</h3>
<p>自分でビルドしたい場合は下記のコマンドを参考にビルドしてください。<br />
事前に<a href="https://github.com/kamicane/packager">packager</a>をインストールした後、MMapをパッケージとして登録してください。</p>
<h4>MMapのみビルドしたい場合</h4>
<p>[shell]<br />
php packager build MMap/* +use-only MMap > mmap.js<br />
[/shell]</p>
<h4>MMapと必要なMootoolsコンポーネントをビルドする場合</h4>
<p>[shell]<br />
php packager build MMap/* > mmap-with-mootools.js<br />
[/shell]</p>
<p>後は少しずつ、使い方を書いていこうと思います。</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/review/1479/" title="MootoolsのビルドツールPackager-Webはすごく便利">MootoolsのビルドツールPackager-Webはすごく便利</a></li>
<li><a href="http://sharedhat.com/review/1588/" title="Mootoolsをコマンドラインを使用してビルドする方法">Mootoolsをコマンドラインを使用してビルドする方法</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/1508/" title="Mootoolsのビルドツールに自作パッケージを追加する方法">Mootoolsのビルドツールに自作パッケージを追加する方法</a></li>
</ul>
<p><!-- Similar Posts took 4.068 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/1653/&title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" 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/1653/&Title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1653/&title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" 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/1653/&title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。&u=http://sharedhat.com/project/1653/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1653/&title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。&u=http://sharedhat.com/project/1653/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1653/&title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" 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/1653/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1653/&amp;title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1653/&amp;t=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1653/&amp;title=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1653/&amp;t=MootoolsのGoogle Mapsプラグイン、MMap 0.2.1をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1653/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。</title>
		<link>http://sharedhat.com/project/1644/</link>
		<comments>http://sharedhat.com/project/1644/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 13:06:59 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[MMap]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[version3]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1644</guid>
		<description><![CDATA[最新バージョンである0.2をリリースしました。 旧バージョン0.1とは互換性がありません。 又、旧バージョンでドキュメントを作成していなかったので、別途APIリファレンスを作成しました。 MMap 0.2ドキュメント M [...]]]></description>
			<content:encoded><![CDATA[<p>最新バージョンである0.2をリリースしました。<br />
旧バージョン0.1とは互換性がありません。</p>
<p>又、旧バージョンでドキュメントを作成していなかったので、別途APIリファレンスを作成しました。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/12/img_mmap0.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/12/img_mmap0.jpg" alt="MMap version 0.2" title="MMap version 0.2" width="734" height="350" class="aligncenter size-full wp-image-1648" /></a></p>
<h4>MMap 0.2ドキュメント</h4>
<p><a href="http://holyshared.github.com/MMap/docs/html/ja/mmap.overlayview.html">MMap 0.2ドキュメントページ</a></p>
<h4>MMap 0.2デモページ</h4>
<p><a href="http://holyshared.github.com/MMap/ja/marker.html">MMap 0.2デモページ</a></p>
<p><span id="more-1644"></span></p>
<h3>0.1からの変更点</h3>
<ul class="simpleList">
<li>マーカーを読み込むマーカーローダーの追加(MMap.MarkerLoader)</li>
<li>マーカーを管理するマーカーマネージャの追加(MMap.MarkerManager)</li>
<li>画像マーカーにスライドの再生／停止機能を追加</li>
<li>MVCObjectを利用したプロパティ監視に対応</li>
<li>描画座標の指定をgoogle.maps.Latlngに統一</li>
<li>MMapオブジェクトの削除</li>
<li>Mootools1.3(1.2下位互換無し、完全な1.3)に正式対応</li>
</ul>
<h3>次期バージョンの0.2.1について</h3>
<h4>マーカーマネージャ(MMap.MarkerManager)の仕様変更</h4>
<p>マーカーマネージャのactive/visibleメソッドの仕様を変更します。</p>
<p>現在、active/visibleメソッドにマーカーや短形オブジェクトを指定して、表示状態の変更、マーカーのアクティブ化の切り替えを実現しています。<br />
しかし、今のAPI仕様だとメソッドの名称から具体的な振る舞いがわかりづらいので、0.2.1からは下記のように変更を加えます。</p>
<p>[javascript]<br />
	//0.2(現在の最新バージョン)での実行<br />
	markerManager.visible()<br />
	markerManager.visible(marker) //MMap.Marker.Coreを継承したマーカー<br />
	markerManager.visible(bounds) //google.maps.LatlngBounds</p>
<p>	markerManager.active()<br />
	markerManager.active(marker) //MMap.Marker.Coreを継承したマーカー<br />
	markerManager.active(bounds) //google.maps.LatlngBounds</p>
<p>	//0.2.1での実行はこうなります。<br />
	markerManager.visibleAll()<br />
	markerManager.visible(marker) //MMap.Marker.Coreを継承したマーカー<br />
	markerManager.visibleByBounds(bounds) //google.maps.LatlngBounds</p>
<p>	markerManager.activeAll()<br />
	markerManager.active(marker) //MMap.Marker.Coreを継承したマーカー<br />
	markerManager.activeByBounds(bounds) //google.maps.LatlngBounds<br />
[/javascript]</p>
<h4>マーカーローダー(MMap.MarkerLoader)の仕様変更</h4>
<p>マーカーローダーのオプション指定をRequest.JSONと同じようにします。<br />
つまり、インスタンス生成時のオプションにurlやmethodオプションが使えるようになります。<br />
これでインスタンスを生成した後に、loadメソッドでurlやmetohdを指定しなくてもよくなります。<br />
具体的には下記のようになります。</p>
<p>[javascript]<br />
var loader = new MMap.MarkerLoader({<br />
	url: &#8216;/markers/&#8217;,<br />
	method: &#8216;get&#8217;<br />
});</p>
<p>loader.load({<br />
	&#8216;username&#8217;: &#8216;mootools&#8217;,<br />
	&#8216;keyword&#8217;: &#8216;interface&#8217;<br />
});<br />
[/javascript]</p>
<h3>MMapのこれから</h3>
<p>0.2.1をリリースした後に、Google Mapsの地図上に配置できるリッチなウィジットを作成していく予定です。<br />
地図上に配置できるコントロールや住所検索ができる小さな小窓などです。<br />
その後、デモ用としてウィジットを利用したアプリを公開します。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/project/703/" title="Mootools Plugin 「MMap」をリリースしました。">Mootools Plugin 「MMap」をリリースしました。</a></li>
<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/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 4.139 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/1644/&title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" 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/1644/&Title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1644/&title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" 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/1644/&title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。&u=http://sharedhat.com/project/1644/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1644/&title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。&u=http://sharedhat.com/project/1644/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1644/&title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" 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/1644/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1644/&amp;title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1644/&amp;t=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1644/&amp;title=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1644/&amp;t=MootoolsのGoogle Mapsプラグイン、MMap0.2をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1644/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MootoolsのプラグインStaticMaps0.1.1をリリースしました。</title>
		<link>http://sharedhat.com/project/1527/</link>
		<comments>http://sharedhat.com/project/1527/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 05:28:22 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1527</guid>
		<description><![CDATA[StaticMapsはMootoolsのプラグインで、javascriptを利用して静的な地図を描画します。 地図の描画にはStatic Maps API V2を利用します。 地図に描画できるものはマーカーのみで、このバ [...]]]></description>
			<content:encoded><![CDATA[<p>StaticMapsはMootoolsのプラグインで、javascriptを利用して静的な地図を描画します。<br />
地図の描画には<a title="Static Maps API V2" href="http://code.google.com/intl/ja/apis/maps/documentation/staticmaps/">Static Maps API V2</a>を利用します。</p>
<p>地図に描画できるものはマーカーのみで、このバージョンではパスの描画のサポートをまだしていません。<br />
次期バージョンでサポートする予定です。</p>
<p>Mootools1.2以上で動作します。</p>
<p>ダウンロードはこちらから可能です。<br />
<a title="Mootools - StaticMaps" href="http://github.com/holyshared/StaticMaps/zipball/0.1.1">MootoolsプラグインStaticMapsのダウンロード</a></p>
<p>ではこのプラグインの簡単な利用方法を解説します。</p>
<p><span id="more-1527"></span></p>
<h3>特定の場所の地図を指定する方法</h3>
<p>まず、StaticMapsのインスタンスを生成した後、地図のサイズや地図の中心を指定します。<br />
その後、マーカーを生成して、地図に追加します。</p>
<p><iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/holyshared/P4nK5/embedded/"></iframe></p>
<h3>地図のURLを取得する</h3>
<p>toQueryString()メソッドを利用して地図のURLを取得できます。<br />
リンクのhref属性を変更して、地図へのリンクを設定することが可能です。</p>
<p><iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/holyshared/XJ8AM/embedded/"></iframe></p>
<h3>オプションを利用して地図の描画を簡略化する</h3>
<p>インスタンス生成時のオプションを指定するとコードを簡略化することができます。<br />
オプションを指定して、renderToメソッドで地図を挿入する要素を指定します。</p>
<p><iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/holyshared/wTfpD/embedded/"></iframe></p>
<p>以上が簡単な解説です。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/blog/1547/" title="StaticMapsとMicroformat(hCalender)をセットで利用する">StaticMapsとMicroformat(hCalender)をセットで利用する</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/996/" title="MootoolsのプラグインImageDrawer1.0をリリースしました。">MootoolsのプラグインImageDrawer1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1318/" title="Concrete5で翻訳ファイルを作る早いやり方">Concrete5で翻訳ファイルを作る早いやり方</a></li>
</ul>
<p><!-- Similar Posts took 4.031 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/1527/&title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" 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/1527/&Title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1527/&title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" 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/1527/&title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=MootoolsのプラグインStaticMaps0.1.1をリリースしました。&u=http://sharedhat.com/project/1527/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1527/&title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=MootoolsのプラグインStaticMaps0.1.1をリリースしました。&u=http://sharedhat.com/project/1527/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1527/&title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" 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/1527/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1527/&amp;title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1527/&amp;t=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1527/&amp;title=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1527/&amp;t=MootoolsのプラグインStaticMaps0.1.1をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1527/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。</title>
		<link>http://sharedhat.com/project/1361/</link>
		<comments>http://sharedhat.com/project/1361/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 13:33:40 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[air2.0]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[YUI Compressor]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1361</guid>
		<description><![CDATA[Yahooが提供しているYUI Compressorを利用してデスクトップアプリを作成してみました。 Adobe AIR2.0の新機能にネイティブプロセスAPIがあります。 ネイティブプロセスAPIは、外部アプリケーショ [...]]]></description>
			<content:encoded><![CDATA[<p>Yahooが提供している<a title="YUI Compressor" href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a>を利用してデスクトップアプリを作成してみました。<br />
Adobe AIR2.0の新機能にネイティブプロセスAPIがあります。</p>
<p>ネイティブプロセスAPIは、外部アプリケーションの起動とそれに対する標準入出力の操作を可能にします。<br />
これによりAdobe AIRでJavaのjarファイルを利用できるようになります。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_ycd.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_ycd.jpg" alt="YUI Compressor Desktop" title="YUI Compressor Desktop" width="600" height="250" class="aligncenter size-full wp-image-1363" /></a></p>
<p><strong>YUI Compressor Desktop 1.0</strong><br />
<a href="http://code.google.com/p/yui-compressor-desktop/downloads/detail?name=yui-compressor-desktop1.0.air&#038;can=2&#038;q=">YUI Compressor Desktop 1.0をダウンロードする</a></p>
<p><strong>YUI Compressor Desktop 1.0 Source</strong><br />
<a href="http://code.google.com/p/yui-compressor-desktop/downloads/detail?name=yui-compressor-desktop1.0.zip&#038;can=2&#038;q=">YUI Compressor Desktop 1.0のソースコードをダウンロードする</a></p>
<p><span id="more-1361"></span></p>
<h3>利用するには</h3>
<h4>必要なアプリケーションのインストール</h4>
<p>利用するには下記の条件を満たしている必要があります。</p>
<ul class="simpleList">
<li>Javaのランタイム。<br /><a href="http://www.java.com/ja/download/">JREのダウンロードはこちら</a></li>
<li>Adobe AIR 2.0。<br /><a href="http://get.adobe.com/jp/air/">Adobe AIRのダウンロードはこちら</a></li>
</ul>
<h4>アプリケーションの設定</h4>
<p>アプリケーションの設定を変更してください。</p>
<p><a href="http://sharedhat.com/wp-content/uploads/2010/10/img_ycd_option.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/10/img_ycd_option.jpg" alt="YUI Compressor Desktopのオプション" title="YUI Compressor Desktopのオプション" width="600" height="396" class="aligncenter size-full wp-image-1371" /></a></p>
<ul>
<li>設定画面で、言語を日本語にしてください。</li>
<li>java runtimeの部分でjavaランタイムへのパスを設定してください。</li>
</ul>
<p>以上で利用可能です。<br />
機能追加、バグ等がありましたら<a href="mailto:holy.shared.design@gmail.com">holy.shared.design@gmail.com</a>までご連絡ください。</p>
<h3>YUI Compressor Desktopで満足できない場合</h3>
<p>Java製のGUIアプリケーションがあります。<br />
YUI Compressor Desktopより、利用できるオプションが豊富で、Javaのランタイムをインストールするだけで、利用できるのでとても便利です。</p>
<p>YUI Compressor Desktopで満足できない場合、こちらをご利用ください。<br />
<a href="http://blog.ikemasa.com/2010/05/yui-compressor-gui-1-0-0/">YUI Compressor GUIのダウンロードページへ</a><br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/414/" title="Prosessing Clockの公開を開始しました。">Prosessing Clockの公開を開始しました。</a></li>
<li><a href="http://sharedhat.com/review/364/" title="Snippely1.1がリリースされていた。">Snippely1.1がリリースされていた。</a></li>
<li><a href="http://sharedhat.com/project/339/" title="やろうとしてたことができそうだ。">やろうとしてたことができそうだ。</a></li>
<li><a href="http://sharedhat.com/review/97/" title="カバ箱をためす">カバ箱をためす</a></li>
<li><a href="http://sharedhat.com/blog/268/" title="Mootools1.2.1リリース">Mootools1.2.1リリース</a></li>
</ul>
<p><!-- Similar Posts took 3.630 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/1361/&title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" 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/1361/&Title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1361/&title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" 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/1361/&title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。&u=http://sharedhat.com/project/1361/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1361/&title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。&u=http://sharedhat.com/project/1361/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1361/&title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" 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/1361/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1361/&amp;title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1361/&amp;t=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1361/&amp;title=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1361/&amp;t=YUI Compressorを使用したデスクトップアプリをAdobe AIRで作ってみた。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1361/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。</title>
		<link>http://sharedhat.com/project/1272/</link>
		<comments>http://sharedhat.com/project/1272/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 02:00:03 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photolog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1272</guid>
		<description><![CDATA[正式版1.0.1をリリースしました。 いくつかのバグ修正とテンプレートの不足分を追加しました。 デモページに反映してありますので、気になる方はご確認ください。 http://exhibition.sharedhat.co [...]]]></description>
			<content:encoded><![CDATA[<p>正式版1.0.1をリリースしました。<br />
いくつかのバグ修正とテンプレートの不足分を追加しました。</p>
<p>デモページに反映してありますので、気になる方はご確認ください。<br />
<a href="http://exhibition.sharedhat.com/">http://exhibition.sharedhat.com/</a></p>
<p>ライセンスはMITライセンスで、自由にご利用いただけます。</p>
<h4>Exhibition</h4>
<p><a title="Exhibition 1.0.1-stableをダウンロードする" href="http://github.com/holyshared/exhibition-gallery/zipball/1.0.1">Exhibition 1.0.1-stableをダウンロードする</a><br />
<span id="more-1272"></span></p>
<h3>ベータ版からの変更点</h3>
<ul class="simpleList">
<li>テーマ有効／無効時のオプションの設定処理を追加。</li>
<li>プレビューワーの表示が崩れる不具合を改修。</li>
<li>Operaでスクロールバーが表示される不具合を修正。</li>
<li>ページナビゲーションなしのときにjavascriptエラーが出ていたのを修正。</li>
<li>ツールチップが表示され続けるバグ対応。</li>
<li>アーカイブのページが正しく表示されないバグを修正。</li>
<li>ページャの位置を中央にくるよう対応。</li>
<li>RSSアイコンをフッターに追加。</li>
<li>検索結果テンプレートを追加。</li>
<li>多言語化対応</li>
<li>テンプレート中の文章の文言を修正。</li>
<li>スタイルシートの修正。</li>
<li>検索フォームテンプレートの追加。</li>
<li>不要なmetaタグを削除</li>
<li>不要なGoogleAnalyticsコードを削除</li>
</ul>
<h3>対象ブラウザ</h3>
<ul class="simpleList">
<li>Firefox 3.6以上</li>
<li>Opera 10.6以上</li>
<li>Chrome 5以上</li>
<li>Safari 5以上</li>
<li>Internet Explorer8以上</li>
</ul>
<h4>2010-09-17追記</h4>
<p>対象ブラウザと変更内容を追記<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/project/1664/" title="Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。">Concrete5のパッケージ、Frontend Developer 1.1.0をリリースしました。</a></li>
<li><a href="http://sharedhat.com/project/1262/" title="WordPressのフォトログテーマ「Exhibition」をリリースしました。">WordPressのフォトログテーマ「Exhibition」をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/85/" title="チマチマと修正">チマチマと修正</a></li>
<li><a href="http://sharedhat.com/blog/1210/" title="Frontend Developer Package 1.0.1bをリリースしました。">Frontend Developer Package 1.0.1bをリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/1744/" title="Aptana3 Bundleを作成する – テンプレートの作成">Aptana3 Bundleを作成する – テンプレートの作成</a></li>
</ul>
<p><!-- Similar Posts took 3.896 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/1272/&title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" 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/1272/&Title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1272/&title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" 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/1272/&title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。&u=http://sharedhat.com/project/1272/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1272/&title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。&u=http://sharedhat.com/project/1272/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1272/&title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" 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/1272/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1272/&amp;title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1272/&amp;t=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1272/&amp;title=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1272/&amp;t=WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1272/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressのフォトログテーマ「Exhibition」をリリースしました。</title>
		<link>http://sharedhat.com/project/1262/</link>
		<comments>http://sharedhat.com/project/1262/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 04:07:33 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1262</guid>
		<description><![CDATA[このテーマはExhibition.jsを利用したフォトログテーマです。 バージョンは1.0.1bでまだベータバージョンです。 写真の投稿用にYet Another Photoblogプラグインを利用しています。 Exhi [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharedhat.com/wp-content/uploads/2010/09/img_theme.jpg"><img src="http://sharedhat.com/wp-content/uploads/2010/09/img_theme.jpg" alt="Exhibition" title="Exhibition" width="734" height="250" class="full aligncenter size-full wp-image-1264" /></a></p>
<p>このテーマはExhibition.jsを利用したフォトログテーマです。<br />
バージョンは1.0.1bでまだベータバージョンです。</p>
<p>写真の投稿用に<a title="Yet Another Photoblog" href="http://wordpress.org/extend/plugins/yet-another-photoblog/">Yet Another Photoblog</a>プラグインを利用しています。</p>
<p><a title="Exhibition-1.0.1b" href="http://github.com/holyshared/exhibition-gallery/zipball/1.0.1b">Exhibition-1.0.1bをダウンロードする</a></p>
<p><span id="more-1262"></span></p>
<h3>特徴</h3>
<p>・スクロールレスな画像閲覧。<br />
・動的(Ajax)/静的なテンプレートを使用したSEO対策。<br />
・画像の個別ページが表示可能。<br />
・個別記事ページ、ページはでウィジット対応。</p>
<h3>デモサイト</h3>
<h4>Sharedhat Exhibition</h4>
<p><a title="Sharedhat Exhibition" href="http://exhibition.sharedhat.com/">http://exhibition.sharedhat.com/</a></p>
<h3>必要なプラグイン</h3>
<h4>Yet Another Photoblog</h4>
<p><a title="Yet Another Photoblog" href="http://wordpress.org/extend/plugins/yet-another-photoblog/">http://wordpress.org/extend/plugins/yet-another-photoblog/</a></p>
<h4>WP-PageNavi</h4>
<p><a title="WP-PageNavi" href="http://wordpress.org/extend/plugins/wp-pagenavi/">http://wordpress.org/extend/plugins/wp-pagenavi/</a></p>
<h3>注意事項</h3>
<h4>写真の投稿</h4>
<p>YAPBを利用する際、記事の投稿時に正常に画像がアップロードできない場合があります。<br />
その際は設定のメディアより「アップロードするファイルの保存場所」をwp-content/uploadsにしてください。</p>
<h4>画像のサイズ</h4>
<p>モニタのサイズによっては、画像のプレビューワーが表示領域よりはみ出る場合があります。<br />
その際は、管理画面の設定より、Exhibitionを選択して、画像のサイズ、画質を適切な値に設定してください。</p>
<h3>現在見つかっているバグ</h3>
<h4>Opera</h4>
<p>Operaで不要なスクロールバーがでる問題が見つかっています。<br />
根が深そうなのですぐに改修できそうにないです。</p>
<h4>ツールチップ</h4>
<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/project/1272/" title="WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。">WordPressのフォトログ「Exhibition」の正式版1.0.1をリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/680/" title="WordPressテーマ「Exhibition」はこんな感じ">WordPressテーマ「Exhibition」はこんな感じ</a></li>
<li><a href="http://sharedhat.com/blog/298/" title="CSSで画像を装飾するテクニック">CSSで画像を装飾するテクニック</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.878 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/1262/&title=WordPressのフォトログテーマ「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/project/1262/&Title=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1262/&title=WordPressのフォトログテーマ「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/project/1262/&title=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=WordPressのフォトログテーマ「Exhibition」をリリースしました。&u=http://sharedhat.com/project/1262/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1262/&title=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=WordPressのフォトログテーマ「Exhibition」をリリースしました。&u=http://sharedhat.com/project/1262/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1262/&title=WordPressのフォトログテーマ「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/project/1262/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1262/&amp;title=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1262/&amp;t=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1262/&amp;title=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1262/&amp;t=WordPressのフォトログテーマ「Exhibition」をリリースしました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1262/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontend Developer Packageを利用してサイトを制作しました。</title>
		<link>http://sharedhat.com/project/1170/</link>
		<comments>http://sharedhat.com/project/1170/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 09:05:31 +0000</pubDate>
		<dc:creator>horry</dc:creator>
				<category><![CDATA[project]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://sharedhat.com/?p=1170</guid>
		<description><![CDATA[リリースしたconcrete5のアドオンで構築したサイトを公開しました。 実際には、このサイト用にテンプレートを少し変えたりしていますが、大体こんな感じのサイトができます。 Frontend Developer http [...]]]></description>
			<content:encoded><![CDATA[<p>リリースしたconcrete5のアドオンで構築したサイトを公開しました。<br />
実際には、このサイト用にテンプレートを少し変えたりしていますが、大体こんな感じのサイトができます。</p>
<p><strong>Frontend Developer</strong><br />
<a href="http://project.sharedhat.com/">http://project.sharedhat.com/</a><br />
<span id="more-1170"></span><br />
サイト制作に使用したアドオンは下記の通り。</p>
<p><strong>Next Previous</strong><br />
ページ間の横遷移のナビゲーションを確保するのに便利。<br />
ほぼ必須のアドオンです。</p>
<p><a href="http://www.concrete5.org/marketplace/addons/next-previous/">http://www.concrete5.org/marketplace/addons/next-previous/</a></p>
<p><strong>User Info</strong><br />
ユーザーの情報を表示できるアドオン。<br />
表示するユーザー属性を選択できる。<br />
<a href="http://www.concrete5.org/marketplace/addons/user-info/">http://www.concrete5.org/marketplace/addons/user-info/</a></p>
<p>サイト公開もほぼ完了したので、さっさと正式版リリースしたいです。<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://sharedhat.com/blog/1210/" title="Frontend Developer Package 1.0.1bをリリースしました。">Frontend Developer Package 1.0.1bをリリースしました。</a></li>
<li><a href="http://sharedhat.com/blog/90/" title="Firefox 3のダウンロード">Firefox 3のダウンロード</a></li>
<li><a href="http://sharedhat.com/project/422/" title="Processing Clockのサイトを公開しました。">Processing Clockのサイトを公開しました。</a></li>
<li><a href="http://sharedhat.com/project/1150/" title="Concrete5のアドオン、Frontend Developer Package 1.0.0.1bを公開しました。">Concrete5のアドオン、Frontend Developer Package 1.0.0.1bを公開しました。</a></li>
<li><a href="http://sharedhat.com/blog/303/" title="Firefoxが立ち上がらなくなった">Firefoxが立ち上がらなくなった</a></li>
</ul>
<p><!-- Similar Posts took 3.651 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/1170/&title=Frontend Developer Packageを利用してサイトを制作しました。" 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/1170/&Title=Frontend Developer Packageを利用してサイトを制作しました。" title="Share this on Blinklist"> </a></li><li class="delicious"><a href="http://del.icio.us/post?url=http://sharedhat.com/project/1170/&title=Frontend Developer Packageを利用してサイトを制作しました。" 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/1170/&title=Frontend Developer Packageを利用してサイトを制作しました。" title="Digg this!"> </a></li><li class="furl"><a href="http://www.furl.net/storeIt.jsp?t=Frontend Developer Packageを利用してサイトを制作しました。&u=http://sharedhat.com/project/1170/" title="Share this on Furl"> </a></li><li class="reddit"><a href="http://reddit.com/submit?url=http://sharedhat.com/project/1170/&title=Frontend Developer Packageを利用してサイトを制作しました。" title="Share this on Reddit"> </a></li><li class="yahoo"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Frontend Developer Packageを利用してサイトを制作しました。&u=http://sharedhat.com/project/1170/" title="Save this to Yahoo MyWeb"> </a></li><li class="stumble"><a href="http://www.stumbleupon.com/submit?url=http://sharedhat.com/project/1170/&title=Frontend Developer Packageを利用してサイトを制作しました。" 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/1170/" title="Share this on Technorati"> </a></li><li class="mixx"><a href="http://www.mixx.com/submit?page_url=http://sharedhat.com/project/1170/&amp;title=Frontend Developer Packageを利用してサイトを制作しました。" title="Share this on Mixx"> </a></li><li class="myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://sharedhat.com/project/1170/&amp;t=Frontend Developer Packageを利用してサイトを制作しました。" title="Post this to MySpace"> </a></li><li class="designfloat"><a href="http://www.designfloat.com/submit.php?url=http://sharedhat.com/project/1170/&amp;title=Frontend Developer Packageを利用してサイトを制作しました。" title="Submit this to DesignFloat"> </a></li><li class="facebook"><a href="http://www.facebook.com/share.php?u=http://sharedhat.com/project/1170/&amp;t=Frontend Developer Packageを利用してサイトを制作しました。" title="Share this on Facebook"> </a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://sharedhat.com/project/1170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

