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

<channel>
	<title>ウェブ技術ネタのままとめ</title>
	<atom:link href="http://www.komaztz.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komaztz.com/wp</link>
	<description>ウェブ開発に役に立つ情報をまとめているブログをまとめ見するためのブログです。</description>
	<pubDate>Mon, 20 May 2013 10:37:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JSONをvbscriptとして読み込ませるJSONハイジャックに注意</title>
		<link>http://www.komaztz.com/wp/2013/05/20/json%e3%82%92vbscript%e3%81%a8%e3%81%97%e3%81%a6%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%be%e3%81%9b%e3%82%8bjson%e3%83%8f%e3%82%a4%e3%82%b8%e3%83%a3%e3%83%83%e3%82%af%e3%81%ab%e6%b3%a8%e6%84%8f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/json%e3%82%92vbscript%e3%81%a8%e3%81%97%e3%81%a6%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%be%e3%81%9b%e3%82%8bjson%e3%83%8f%e3%82%a4%e3%82%b8%e3%83%a3%e3%83%83%e3%82%af%e3%81%ab%e6%b3%a8%e6%84%8f/#comments</comments>
		<pubDate>Mon, 20 May 2013 10:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://5c4e2b560c0afee3e8529b14be068c79</guid>
		<description><![CDATA[あるAnonymous Coward 曰く、セキュリティ関連のエンジニア・コンサルタントである徳丸浩氏が、「JSONをvbscriptとして読み込ませるJSONハイジャック(CVE-2013-1297)に注意」として注意を呼びかけている。 JSONの読み出しに使われるXMLHttpRequestでは呼び出し元と同じホスト名およびポート番号、スキームのリソースしか読み出せないというポリシーがあり、データを想定外のドメインからは読み出せないようになっている。ところが、IEではJSON形式のデータをvbscriptとしてロードさせることで、通常は読み出せないJSON情報に不正にアクセスできてしまう。これにより、不正サイトにIEでアクセスさせることで、非公開の情報を取得することが可能になってしまう。 この挙動はIEのバグで、IE6～8については5月15日に公開された「マイクロソフト セキュリティ情報 MS13-037 &#8212; 緊急 : Internet Explorer 用の累積的なセキュリティ更新プログラム (2829530)」で修正されている。ただし、IE9以降では修正されず、またこの更新プログラムを適用していないIEがしばらく存在する可能性も高い。 対策方法も上記の記事に記載されているので、JSONを使って非公開の情報をやり取りするようなWebアプリケーションを扱っている開発者は問題がないか確認しておくと良いだろう。<p> <a href="http://security.slashdot.jp/story/13/05/20/0859222/">すべて読む</a> &#124; <a href="http://security.slashdot.jp/">セキュリティセクション</a> &#124; <a href="http://slashdot.jp/stories/security">セキュリティ</a> &#124; <a href="http://slashdot.jp/stories/bug">バグ</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://slashdot.jp/article.pl?sid=07/04/03/2211239">Fortify、Ajaxのセキュリティ問題に警鐘</a> 2007年04月04日 <br /><a href="http://slashdot.jp/article.pl?sid=07/01/02/2328207">niftyに偽装した悪意のあるサイトが登場</a> 2007年01月03日 <br /><a href="http://slashdot.jp/article.pl?sid=02/05/01/0151233">Netscape/Mozillaにローカルファイル読みとりの脆弱性</a> 2002年05月01日 </p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>セキュリティ関連のエンジニア・コンサルタントである徳丸浩氏が、「<a href="http://blog.tokumaru.org/2013/05/JSON-information-disclosure-vulnerability-CVE-2013-1297.html">JSONをvbscriptとして読み込ませるJSONハイジャック(CVE-2013-1297)に注意</a>」として注意を呼びかけている。 </p><p> JSONの読み出しに使われるXMLHttpRequestでは呼び出し元と同じホスト名およびポート番号、スキームのリソースしか読み出せないというポリシーがあり、データを想定外のドメインからは読み出せないようになっている。ところが、IEではJSON形式のデータをvbscriptとしてロードさせることで、通常は読み出せないJSON情報に不正にアクセスできてしまう。これにより、不正サイトにIEでアクセスさせることで、非公開の情報を取得することが可能になってしまう。 </p><p> この挙動はIEのバグで、IE6～8については5月15日に公開された「<a href="http://technet.microsoft.com/ja-jp/security/bulletin/MS13-037">マイクロソフト セキュリティ情報 MS13-037 &mdash; 緊急 : Internet Explorer 用の累積的なセキュリティ更新プログラム (2829530)</a>」で修正されている。ただし、IE9以降では修正されず、またこの更新プログラムを適用していないIEがしばらく存在する可能性も高い。 </p><p> 対策方法も上記の記事に記載されているので、JSONを使って非公開の情報をやり取りするようなWebアプリケーションを扱っている開発者は問題がないか確認しておくと良いだろう。</p></div></blockquote><p> <a href="http://security.slashdot.jp/story/13/05/20/0859222/">すべて読む</a> | <a href="http://security.slashdot.jp/">セキュリティセクション</a> | <a href="http://slashdot.jp/stories/security">セキュリティ</a> | <a href="http://slashdot.jp/stories/bug">バグ</a> | <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br><a href="http://slashdot.jp/article.pl?sid=07/04/03/2211239">Fortify、Ajaxのセキュリティ問題に警鐘</a> <small>2007年04月04日</small> <br><a href="http://slashdot.jp/article.pl?sid=07/01/02/2328207">niftyに偽装した悪意のあるサイトが登場</a> <small>2007年01月03日</small> <br><a href="http://slashdot.jp/article.pl?sid=02/05/01/0151233">Netscape/Mozillaにローカルファイル読みとりの脆弱性</a> <small>2002年05月01日</small> </p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/json%e3%82%92vbscript%e3%81%a8%e3%81%97%e3%81%a6%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%be%e3%81%9b%e3%82%8bjson%e3%83%8f%e3%82%a4%e3%82%b8%e3%83%a3%e3%83%83%e3%82%af%e3%81%ab%e6%b3%a8%e6%84%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>米Yahoo!がTumblrを買収</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e7%b1%b3yahoo%e3%81%8ctumblr%e3%82%92%e8%b2%b7%e5%8f%8e/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e7%b1%b3yahoo%e3%81%8ctumblr%e3%82%92%e8%b2%b7%e5%8f%8e/#comments</comments>
		<pubDate>Mon, 20 May 2013 08:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://db9ca5595b5191bbc3656e7101bdc151</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、米Yahoo!がブログ/クリッピングサービスを運営するTumblrを買収するとのこと。金額は11億ドル（TechCrunch、ロイター）。

Tumblrが運営する同名のブログサービスは、Tumblr内や他サイト内のコンテンツを容易に引用して記事を作成できるのが特徴で、クリッピング目的で利用しているユーザーも多い。2007年に立ち上げられ、2週間で7万5000ユーザーを獲得、その後順調にユーザーを増やしている。なお、同社CEOのDavid Karp氏は現在26歳。

CNET Japanの記事によると、FacebookやMicrosoftも買収に興味を持っていた模様。Tumblrは若年層ユーザーが多いようだが、まだ収益化には成功していないという点は気になるところだ。<p> <a href="http://it.slashdot.jp/story/13/05/20/0813238/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/business">ビジネス</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> &#124; <a href="http://slashdot.jp/stories/yahoo">Yahoo!</a> </p> <p> 関連ストーリー： <br /><a href="http://slashdot.jp/article.pl?sid=13/05/14/0935232">Amazonが液晶ディスプレイメーカーLiquavistaを買収 </a> 2013年05月15日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/08/21/0036255">海外のネットビジネスを模倣して立ち上げるビジネスモデル</a> 2012年08月21日 <br /><a href="http://slashdot.jp/article.pl?sid=12/07/12/0745234">Microsoftが大型タッチスクリーンの開発会社Perspective Pixelを買収</a> 2012年07月12日 <br /><a href="http://slashdot.jp/article.pl?sid=07/11/16/2016220">ブログは死にゆく技術か?</a> 2007年11月17日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>米Yahoo!がブログ/クリッピングサービスを運営するTumblrを買収するとのこと。金額は11億ドル（<a href="http://jp.techcrunch.com/2013/05/20/20130519the-yahoo-board-has-approved-a-1-1-billion-cash-acquisition-deal-for-tumblr-wsj-reports/">TechCrunch</a>、<a href="http://jp.reuters.com/article/topNews/idJPTYE94J00220130520">ロイター</a>）。
</p><p>
Tumblrが運営する同名のブログサービスは、Tumblr内や他サイト内のコンテンツを容易に引用して記事を作成できるのが特徴で、クリッピング目的で利用しているユーザーも多い。2007年に立ち上げられ、2週間で7万5000ユーザーを獲得、その後順調にユーザーを増やしている。なお、同社CEOのDavid Karp氏は現在26歳。
</p><p>
<a href="http://japan.cnet.com/news/business/35032222/">CNET Japanの記事</a>によると、FacebookやMicrosoftも買収に興味を持っていた模様。Tumblrは若年層ユーザーが多いようだが、まだ収益化には成功していないという点は気になるところだ。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/20/0813238/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/business">ビジネス</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
	
		| <a href="http://slashdot.jp/stories/yahoo">Yahoo!</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://slashdot.jp/article.pl?sid=13/05/14/0935232">Amazonが液晶ディスプレイメーカーLiquavistaを買収 </a>
			<small>2013年05月15日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/08/21/0036255">海外のネットビジネスを模倣して立ち上げるビジネスモデル</a>
			<small>2012年08月21日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=12/07/12/0745234">Microsoftが大型タッチスクリーンの開発会社Perspective Pixelを買収</a>
			<small>2012年07月12日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=07/11/16/2016220">ブログは死にゆく技術か?</a>
			<small>2007年11月17日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e7%b1%b3yahoo%e3%81%8ctumblr%e3%82%92%e8%b2%b7%e5%8f%8e/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two.js: 2D Drawing API for Modern Browsers</title>
		<link>http://www.komaztz.com/wp/2013/05/20/twojs-2d-drawing-api-for-modern-browsers/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/twojs-2d-drawing-api-for-modern-browsers/#comments</comments>
		<pubDate>Mon, 20 May 2013 07:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8604</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=1090200619" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=1626274278" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>Two.js is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Two.js aims to make the creation and animation of flat shapes easier and more concise.
Two.js has a built in animation loop. It is simple in nature and [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=719693561" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=833432819" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p><a title="Two.js" href="http://jonobr1.github.io/two.js/" >Two.js</a> is <strong>a two-dimensional drawing api geared towards modern web browsers</strong>. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Two.js aims to make the creation and animation of flat shapes easier and more concise.</p>
<p>Two.js has a built in animation loop. It is simple in nature and can be automated or paired with another animation library. Two.js features a Scalable Vector Graphics Interpreter. This means developers and designers alike can create SVG elements in commercial applications like Adobe Illustrator and bring them into your two.js scene.</p>
<p ><a title="Two.js" href="http://jonobr1.github.io/two.js/" ><img class="size-full wp-image-8605 aligncenter" title="two-js" src="http://maxcdn.webappers.com/img/2013/05/two-js.jpg" alt="two-js" width="580" height="423" /></a></p>
<blockquote><p>Requirements: JavaScript Framework<br />
Demo: <a title="demo" rel="nofollow" href="http://jonobr1.github.io/two.js/" >http://jonobr1.github.io/two.js/</a><br />
License: License Free</p></blockquote>

<!-- Similar Posts took 0.342 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=c3SZ0WewUZE:MgohdBdQnRg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=c3SZ0WewUZE:MgohdBdQnRg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=c3SZ0WewUZE:MgohdBdQnRg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=c3SZ0WewUZE:MgohdBdQnRg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=c3SZ0WewUZE:MgohdBdQnRg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/c3SZ0WewUZE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/twojs-2d-drawing-api-for-modern-browsers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ルポタージュ誌The New Yorker、匿名タレコみシステム「STRONGBOX」を発表</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e3%83%ab%e3%83%9d%e3%82%bf%e3%83%bc%e3%82%b8%e3%83%a5%e8%aa%8cthe-new-yorker%e3%80%81%e5%8c%bf%e5%90%8d%e3%82%bf%e3%83%ac%e3%82%b3%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0%e3%80%8cstrongbox/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e3%83%ab%e3%83%9d%e3%82%bf%e3%83%bc%e3%82%b8%e3%83%a5%e8%aa%8cthe-new-yorker%e3%80%81%e5%8c%bf%e5%90%8d%e3%82%bf%e3%83%ac%e3%82%b3%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0%e3%80%8cstrongbox/#comments</comments>
		<pubDate>Mon, 20 May 2013 05:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://ce38aa6a5fcf19d5b1ac43b7e50bb29e</guid>
		<description><![CDATA[<p>taraiok 曰く、米国のルポタージュ誌The New Yorkerは、人々が匿名かつ安全に報道機関などにドキュメントとメッセージを送って情報をリークできる「STRONGBOX」というシステムを開発した。STRONGBOXは匿名性を確保するためにTorネットワークを使用、ファイルはアップロード時にPGP使って暗号化が行われるという（The New Yorker、STRONGBOX、Mashable、本家/.）。

The New Yorkerの編集者は、ノートパソコンからVPN経由でSTRONGBOXにアクセス。ファイルのアップロードがあった場合、USBメモリへダウンロードする。ダウンロードしたデータはCDブートで起動するインターネットに接続していないPCでのみ暗号解除できるシステムのようだ。STRONGBOXは、2013年1月に自殺した著名ハッカーAaron Swartz氏とThe New Yorkerの編集者であるKevin Poulson氏が共同でまとめたもので、「DeadDrop」というシステムをベースにしたものだという。DeadDropの基本的なコードはオープンソース化されているという。<p> <a href="http://it.slashdot.jp/story/13/05/20/0429254/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/media">メディア</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/09/014239">「ネガティブなコメントは検閲する」ことはネット上での議論を推進できるか</a> 2013年05月09日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/25/0233208">ISP への Tor 遮断要請は毎日新聞の誤報か、現状は有識者会議報告書待ち</a> 2013年04月25日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/18/0850239">警察庁、ISP業界などに「匿名通信の遮断」を要請へ</a> 2013年04月18日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/03/15/0347218">海外でソフトイーサのVPNサービスが話題に</a> 2013年03月15日 </p></p>]]></description>
			<content:encoded><![CDATA[taraiok 曰く、<blockquote><div><p>米国のルポタージュ誌The New Yorkerは、人々が匿名かつ安全に報道機関などにドキュメントとメッセージを送って情報をリークできる「STRONGBOX」というシステムを開発した。STRONGBOXは匿名性を確保するためにTorネットワークを使用、ファイルはアップロード時にPGP使って暗号化が行われるという（<a href="http://www.newyorker.com/online/blogs/closeread/2013/05/introducing-strongbox-anonymous-document-sharing-tool.html">The New Yorker</a>、<a href="http://www.newyorker.com/strongbox/">STRONGBOX</a>、<a href="http://mashable.com/2013/05/15/new-yorker-strongbox/">Mashable</a>、<a href="http://news.slashdot.org/story/13/05/15/1818237/the-new-yorker-launches-strongbox-for-secure-anonymous-leaks">本家/.</a>）。
</p><p>
The New Yorkerの編集者は、ノートパソコンからVPN経由でSTRONGBOXにアクセス。ファイルのアップロードがあった場合、USBメモリへダウンロードする。ダウンロードしたデータはCDブートで起動するインターネットに接続していないPCでのみ暗号解除できるシステムのようだ。STRONGBOXは、2013年1月に自殺した著名ハッカーAaron Swartz氏とThe New Yorkerの編集者であるKevin Poulson氏が共同でまとめたもので、「DeadDrop」というシステムをベースにしたものだという。DeadDropの基本的なコードはオープンソース化されているという。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/20/0429254/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/media">メディア</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/09/014239">「ネガティブなコメントは検閲する」ことはネット上での議論を推進できるか</a>
			<small>2013年05月09日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/25/0233208">ISP への Tor 遮断要請は毎日新聞の誤報か、現状は有識者会議報告書待ち</a>
			<small>2013年04月25日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/18/0850239">警察庁、ISP業界などに「匿名通信の遮断」を要請へ</a>
			<small>2013年04月18日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/03/15/0347218">海外でソフトイーサのVPNサービスが話題に</a>
			<small>2013年03月15日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e3%83%ab%e3%83%9d%e3%82%bf%e3%83%bc%e3%82%b8%e3%83%a5%e8%aa%8cthe-new-yorker%e3%80%81%e5%8c%bf%e5%90%8d%e3%82%bf%e3%83%ac%e3%82%b3%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0%e3%80%8cstrongbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>花巻市でのPCソフト不正コピー、1.5倍の価格で賠償へ</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e8%8a%b1%e5%b7%bb%e5%b8%82%e3%81%a7%e3%81%aepc%e3%82%bd%e3%83%95%e3%83%88%e4%b8%8d%e6%ad%a3%e3%82%b3%e3%83%94%e3%83%bc%e3%80%8115%e5%80%8d%e3%81%ae%e4%be%a1%e6%a0%bc%e3%81%a7%e8%b3%a0%e5%84%9f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e8%8a%b1%e5%b7%bb%e5%b8%82%e3%81%a7%e3%81%aepc%e3%82%bd%e3%83%95%e3%83%88%e4%b8%8d%e6%ad%a3%e3%82%b3%e3%83%94%e3%83%bc%e3%80%8115%e5%80%8d%e3%81%ae%e4%be%a1%e6%a0%bc%e3%81%a7%e8%b3%a0%e5%84%9f/#comments</comments>
		<pubDate>Mon, 20 May 2013 04:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://f85fcadf488927eea3a9595a05690c66</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、岩手県花巻市で、PCソフトの不正コピー計395件が見つかった（読売新聞）。
問題となっているのは9社の開発したワープロや表計算ソフトで、調査の結果333台から無断複製されたソフトウェアが見つかったという。2010年5月にソフトメーカー14社の代理人から無断複製の疑いを指摘され発覚した。賠償金という形で決着が付くようだが、その金額はおよそ2,200万円の模様。ソフトの販売価格相当額は市が支出、残りの735万5000円は市職員や退職職員からの寄付金で支払う方針だそうだ。<p> <a href="http://it.slashdot.jp/story/13/05/20/0422224/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/software">ソフトウェア</a> &#124; <a href="http://slashdot.jp/stories/piracy">海賊行為</a> &#124; <a href="http://slashdot.jp/stories/copyright">著作権</a> </p> <p> 関連ストーリー： <br /><a href="http://yro.slashdot.jp/article.pl?sid=12/05/23/1033211">世界における海賊版ソフトウェア使用状況、悪化</a> 2012年05月24日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=09/08/15/0555255">和解後も違法コピーされたソフトウェアを使い続けた企業に、定価の2倍の損害賠償</a> 2009年08月15日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=09/07/19/118242">違法コピーソフトの利用が発覚した石川県、約4,000万円の支払いで和解</a> 2009年07月19日 <br /><a href="http://slashdot.jp/article.pl?sid=05/12/16/0448237">「一太郎」などの海賊版販売で 7人逮捕</a> 2005年12月16日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>岩手県花巻市で、PCソフトの不正コピー計395件が見つかった（<a href="http://www.yomiuri.co.jp/national/news/20130515-OYT1T01629.htm">読売新聞</a>）。</p><p>
問題となっているのは9社の開発したワープロや表計算ソフトで、調査の結果333台から無断複製されたソフトウェアが見つかったという。2010年5月にソフトメーカー14社の代理人から無断複製の疑いを指摘され発覚した。賠償金という形で決着が付くようだが、その金額はおよそ2,200万円の模様。ソフトの販売価格相当額は市が支出、残りの735万5000円は市職員や退職職員からの寄付金で支払う方針だそうだ。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/20/0422224/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/software">ソフトウェア</a>
	
		| <a href="http://slashdot.jp/stories/piracy">海賊行為</a>
	
		| <a href="http://slashdot.jp/stories/copyright">著作権</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=12/05/23/1033211">世界における海賊版ソフトウェア使用状況、悪化</a>
			<small>2012年05月24日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=09/08/15/0555255">和解後も違法コピーされたソフトウェアを使い続けた企業に、定価の2倍の損害賠償</a>
			<small>2009年08月15日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=09/07/19/118242">違法コピーソフトの利用が発覚した石川県、約4,000万円の支払いで和解</a>
			<small>2009年07月19日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=05/12/16/0448237">「一太郎」などの海賊版販売で 7人逮捕</a>
			<small>2005年12月16日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e8%8a%b1%e5%b7%bb%e5%b8%82%e3%81%a7%e3%81%aepc%e3%82%bd%e3%83%95%e3%83%88%e4%b8%8d%e6%ad%a3%e3%82%b3%e3%83%94%e3%83%bc%e3%80%8115%e5%80%8d%e3%81%ae%e4%be%a1%e6%a0%bc%e3%81%a7%e8%b3%a0%e5%84%9f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>プラモデルのように組み立てられる木製自転車『Sandwich Bikes』</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e3%83%97%e3%83%a9%e3%83%a2%e3%83%87%e3%83%ab%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e7%b5%84%e3%81%bf%e7%ab%8b%e3%81%a6%e3%82%89%e3%82%8c%e3%82%8b%e6%9c%a8%e8%a3%bd%e8%87%aa%e8%bb%a2%e8%bb%8a%e3%80%8esa/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e3%83%97%e3%83%a9%e3%83%a2%e3%83%87%e3%83%ab%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e7%b5%84%e3%81%bf%e7%ab%8b%e3%81%a6%e3%82%89%e3%82%8c%e3%82%8b%e6%9c%a8%e8%a3%bd%e8%87%aa%e8%bb%a2%e8%bb%8a%e3%80%8esa/#comments</comments>
		<pubDate>Mon, 20 May 2013 01:44:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6316</guid>
		<description><![CDATA[ネーミングとコンセプトが気に入ったのでご紹介。 Sandwich Bikesでは、自分で（それこそサンドイッチのように）組み立てることができる木製自転車を販売している。 自分で組み上げることにより商品に愛着を持って貰える、という狙いがあるらしい。たしかにプラモデル感覚で楽しそうだし、既成品を買うより大事に使ってもらえるだろう。 また友人や家族にプレゼントして、一緒に組み立てることでさらに仲良くなる、といった使い方も出来そうだ。 このコンセプトは自転車以外にも応用できそうですな。なかなか素敵だと思うのだがいかがだろうか。 Sandwich Bikes http://www.sandwichbikes.com/ プラモデルのように組み上げられる木製自転車。 管理人の独り言 『おっと』 梅雨ですかね・・・。ランニングには厳しい季節になったような・・・。 今日の運動記録 なし！]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://www.sandwichbikes.com/"><img src="http://www.100shiki.com/docs/201305/20_logo.gif" border="0" alt="Sandwich Bikes" width="560" height="354" class="pic"></a></div>
<p>ネーミングとコンセプトが気に入ったのでご紹介。</p>
<p>Sandwich Bikesでは、自分で（それこそサンドイッチのように）組み立てることができる木製自転車を販売している。</p>
<p>自分で組み上げることにより商品に愛着を持って貰える、という狙いがあるらしい。たしかにプラモデル感覚で楽しそうだし、既成品を買うより大事に使ってもらえるだろう。</p>
<p>また友人や家族にプレゼントして、一緒に組み立てることでさらに仲良くなる、といった使い方も出来そうだ。</p>
<p>このコンセプトは自転車以外にも応用できそうですな。なかなか素敵だと思うのだがいかがだろうか。</p>
<div id="dotcom_box">
<h3>Sandwich Bikes</h3>
<p><a href="http://www.sandwichbikes.com/" >http://www.sandwichbikes.com/</a></p>
<p>プラモデルのように組み上げられる木製自転車。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『おっと』</h4>
<p>梅雨ですかね・・・。ランニングには厳しい季節になったような・・・。</p>
<h4>今日の運動記録</h4>
<p>なし！</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e3%83%97%e3%83%a9%e3%83%a2%e3%83%87%e3%83%ab%e3%81%ae%e3%82%88%e3%81%86%e3%81%ab%e7%b5%84%e3%81%bf%e7%ab%8b%e3%81%a6%e3%82%89%e3%82%8c%e3%82%8b%e6%9c%a8%e8%a3%bd%e8%87%aa%e8%bb%a2%e8%bb%8a%e3%80%8esa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux カーネルに権限昇格の脆弱性、広範囲に影響か</title>
		<link>http://www.komaztz.com/wp/2013/05/20/linux-%e3%82%ab%e3%83%bc%e3%83%8d%e3%83%ab%e3%81%ab%e6%a8%a9%e9%99%90%e6%98%87%e6%a0%bc%e3%81%ae%e8%84%86%e5%bc%b1%e6%80%a7%e3%80%81%e5%ba%83%e7%af%84%e5%9b%b2%e3%81%ab%e5%bd%b1%e9%9f%bf%e3%81%8b/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/linux-%e3%82%ab%e3%83%bc%e3%83%8d%e3%83%ab%e3%81%ab%e6%a8%a9%e9%99%90%e6%98%87%e6%a0%bc%e3%81%ae%e8%84%86%e5%bc%b1%e6%80%a7%e3%80%81%e5%ba%83%e7%af%84%e5%9b%b2%e3%81%ab%e5%bd%b1%e9%9f%bf%e3%81%8b/#comments</comments>
		<pubDate>Mon, 20 May 2013 01:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://93b5a3183d7613f0c17ea875bee8fcac</guid>
		<description><![CDATA[<p>ozuma 曰く、Linux カーネルに権限昇格の脆弱性が見つかり、注意が呼びかけられている (CVE-2013-2094より) 。perf_event_open システムコールを利用することで一般ユーザが root を取得できる。対象はカーネル 2.6.37 から 3.8.9 までだが、カーネル 2.6.37 未満であっても、ディストリビューションによっては最新カーネルからのバックポートによりこの脆弱性の対象となっているものがあり注意が必要だ。原因は、kernel/events/core.c 内の perf_swevent_init 関数で event_id を取得する際に、不適切なデータ型を利用 (全ての bit を適切にチェックせずに u64 型を int 型で受け取った) ことによるもの。既にエクスプロイトコードが出回っており、実際に Redhat Linux や CentOS、Ubuntu で一般ユーザから root 昇格できることが確認されていることから、今後このコードを用いた攻撃が行われることが予測される。各ディストリビューションからは緊急の Update がリリースされ始めており、早い対応が必要となりそうだ。<p> <a href="http://linux.slashdot.jp/story/13/05/20/019226/">すべて読む</a> &#124; <a href="http://linux.slashdot.jp/">Linuxセクション</a> &#124; <a href="http://slashdot.jp/stories/linux">Linux</a> &#124; <a href="http://slashdot.jp/stories/security">セキュリティ</a> &#124; <a href="http://slashdot.jp/stories/bug">バグ</a> </p></p>]]></description>
			<content:encoded><![CDATA[<p>ozuma 曰く、</p><blockquote><div><p>Linux カーネルに権限昇格の脆弱性が見つかり、注意が呼びかけられている (<a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2094" title="National Vulnerability Database (NVD) National Vulnerability Database (CVE-2013-2094)">CVE-2013-2094</a>より) 。</p><p>perf_event_open システムコールを利用することで一般ユーザが root を取得できる。対象はカーネル 2.6.37 から 3.8.9 までだが、カーネル 2.6.37 未満であっても、ディストリビューションによっては最新カーネルからのバックポートによりこの脆弱性の対象となっているものがあり注意が必要だ。原因は、kernel/events/core.c 内の perf_swevent_init 関数で event_id を取得する際に、不適切なデータ型を利用 (全ての bit を適切にチェックせずに u64 型を int 型で受け取った) ことによるもの。</p><p>既にエクスプロイトコードが出回っており、実際に Redhat Linux や CentOS、Ubuntu で一般ユーザから root 昇格できることが確認されていることから、今後このコードを用いた攻撃が行われることが予測される。各ディストリビューションからは緊急の Update がリリースされ始めており、早い対応が必要となりそうだ。</p></div></blockquote><p>
	<a href="http://linux.slashdot.jp/story/13/05/20/019226/">すべて読む</a>
	
		| <a href="http://linux.slashdot.jp/">Linuxセクション</a>
	
		| <a href="http://slashdot.jp/stories/linux">Linux</a>
	
		| <a href="http://slashdot.jp/stories/security">セキュリティ</a>
	
		| <a href="http://slashdot.jp/stories/bug">バグ</a>
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/linux-%e3%82%ab%e3%83%bc%e3%83%8d%e3%83%ab%e3%81%ab%e6%a8%a9%e9%99%90%e6%98%87%e6%a0%bc%e3%81%ae%e8%84%86%e5%bc%b1%e6%80%a7%e3%80%81%e5%ba%83%e7%af%84%e5%9b%b2%e3%81%ab%e5%bd%b1%e9%9f%bf%e3%81%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebGLを使った3Dマップ描画エンジン「Cesium」</title>
		<link>http://www.komaztz.com/wp/2013/05/20/webgl%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%9f3d%e3%83%9e%e3%83%83%e3%83%97%e6%8f%8f%e7%94%bb%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%b3%e3%80%8ccesium%e3%80%8d/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/webgl%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%9f3d%e3%83%9e%e3%83%83%e3%83%97%e6%8f%8f%e7%94%bb%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%b3%e3%80%8ccesium%e3%80%8d/#comments</comments>
		<pubDate>Mon, 20 May 2013 01:04:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/webgl3dcesium.html</guid>
		<description><![CDATA[Cesium - WebGL Virtual Globe and Map Engine WebGLを使った3Dマップ描画エンジン「Cesiu...]]></description>
			<content:encoded><![CDATA[Cesium - WebGL Virtual Globe and Map Engine WebGLを使った3Dマップ描画エンジン「Cesiu...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/webgl%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%9f3d%e3%83%9e%e3%83%83%e3%83%97%e6%8f%8f%e7%94%bb%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%b3%e3%80%8ccesium%e3%80%8d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>コンテンツからはじまる新しいWebワークフロー</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%81%8b%e3%82%89%e3%81%af%e3%81%98%e3%81%be%e3%82%8b%e6%96%b0%e3%81%97%e3%81%84web%e3%83%af%e3%83%bc%e3%82%af%e3%83%95%e3%83%ad%e3%83%bc/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%81%8b%e3%82%89%e3%81%af%e3%81%98%e3%81%be%e3%82%8b%e6%96%b0%e3%81%97%e3%81%84web%e3%83%af%e3%83%bc%e3%82%af%e3%83%95%e3%83%ad%e3%83%bc/#comments</comments>
		<pubDate>Mon, 20 May 2013 00:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.yasuhisa.com/could/?p=4379</guid>
		<description><![CDATA[コンテンツから始めることが出来ないのであれば、従来のような静止画カンプを作ろうが、インブラウザ・デザインで作ろうが結果は同じだと思います。コンテンツを基軸にして設計・制作ができるような環境作りを整え始め]]></description>
			<content:encoded><![CDATA[<p>4月27日に<a href="http://cssnite.studiomd.jp/vol07/">CSS Nite in AOMORI Vol.7</a> が開催されました。毎年、<a href="http://www.yasuhisa.com/could/article/webdesign-and-prototyping/">来青させていただいています</a>が、CSS Nite として参加するのは今回で 2 回目になります。今回は <strong>コンテンツからはじまる新しい Web ワークフロー</strong> と名付けて、コンテンツの設計をしっかりしないと、モバイルをはじめとした他デバイスに向けて Web サイト制作をしても意味ないよというメッセージを込めた講演を行いました。そして、コンテンツを基軸にして画面構成やビジュアルデザインを組み立てていく新しいワークフローの提案も行いました。</p>
<p><img src="http://www.yasuhisa.com/could/wp-content/uploads/2013/05/webworkflow.png" alt="Webワークフロー" width="602" height="398" /></p>
<p>今までこのサイトでも何度か<a href="http://www.yasuhisa.com/could/?s=%E3%83%97%E3%83%AD%E3%83%88%E3%82%BF%E3%82%A4%E3%83%97">プロトタイプ</a>と<a href="http://www.yasuhisa.com/could/tag/%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84/">コンテンツ</a>の話をしてきました。一見、まったく違う分野の話をしているように見えますが、この 2 つは密接な関係をもつ重要なキーワードです。それがなぜ繋がっているのかを解説するにも絶好の機会でした。しかし、40 分という短い講義の中では説明しきれなかったことが多々あるので、補足情報も含めて紹介していきます。</p>
<h2>ツールやテクニックの変化では足りない</h2>
<p>この講演で静止画のようなデザインカンプはコミュニケーションの負荷が高過ぎるという話をした 1 週間後に<a href="http://www.yasuhisa.com/could/article/fireworks-and-workflow/">Fireworks の開発中止</a>ニュースが報じられました。これは、アドビ社が Fireworks を諦めたのではなく、Fireworks のような存在を今の Web ワークフローに適応させるには、別の形がふさわしいと判断した結果だと思います。こうした変化はグラフィックソフト関連だけではありません。</p>
<p>特にここ 1, 2 年のフロントエンド周りの動きは活発です。<a href="http://sass-lang.com/">Sass</a> で記述したり、<a href="http://smacss.com/">モジュール形式で管理</a> しようというのは、その動きのほんの一部に過ぎません。<a href="http://twitter.github.io/bootstrap/">Bootstrap</a> のような汎用性の高い高機能 HTML/CSS フレームワークを使うのも手段ですが、<a href="http://bower.io/">Bower</a> を経由して好きな部品を落として使うといった方法でも、素早くサイトを作れるようになりました。</p>
<div class="two alignright lean1"><img src="http://www.yasuhisa.com/could/wp-content/uploads/2013/05/mixture.png" alt="mixture" width="294" height="188" class="aligncenter size-full wp-image-4383" /><small class="caption">いきなり黒い画面での開発はできないという方は <a href="http://mixture.io/">Mixture</a> のようなツールから始めてみるのも手段です。</small></div>
<p>今まで以上に早く効率的に設計していくためのツールは出そろってきました。<br/>
見た目そのままを再現できる保証もなく、結局コードで作らなければならないことを考えると、静止画カンプは非効率ですし、クライアントに間違った印象を与えます。HTML で早く作れることを体感してしまうと、カンプへの違和感はさらに増していきます。そこで、ブラウザ上でいきなりデザインしたほうが良いという声も高まってきました。ビジュアル要素の多くは CSS3 で補えますし、必要に応じてグラフィックを作るというアプローチです。</p>
<p>しかし、こうしたマークアップを基軸にしたデザインプロセスには 3 つの課題があります。</p>
<ul>
<li>マークアップをしている方がディレクターかプロジェクト管理していれば成り立つ</li>
<li>ビジュアルは後回しになり、ビジュアルによるデザインの効果を適応させにくくなる</li>
<li>今までの作業工程から大きく変わるので、変化へのコストをどう担保するか見え難い</li>
</ul>
<p>私自身、早期から HTML を作り始める人のひとりなので、ツールやテクニック自体に異論があるわけではありません。しかし、ワークフローの変化がなければ成立しませんし、今まで仕事をしていた人たちに対して「こう変わればこのようなメリットが生じる」という部分が十分に説明されていないまま、「こんな素晴らしいツールがあるから使いましょう」「これが未来だから皆さんがんばりましょう」では変化のための決定打にならないと思います。</p>
<h2>コンテンツがあるからデザインできる</h2>
<p>そこで、HTML から画面設計が始められる開発プロセスを実現するにはどうするかを考える必要があります。私の中では以下の 3 点を解決することで新しい Web ワークフローが見えてくると考えています。</p>
<dl>
<dt>プロセスにおける役割を明確にする</dt>
<dd>HTMLからはじめるインブラウザ・デザインも万能ではありません。強みはどこにあるのかを明確にすると同時に、弱みを補うのは何が良いのかも検討したいところ。 インブラウザ・デザインの強みである画面遷移の設計、使い勝手、マルチデバイスでの状態の検証に特化しても良いでしょう。</dd>
<dt>技術制約なしで考えられるデザインは別途先に進める</dt>
<dd>レイアウトやインタラクションは難しいですが、それ以外のデザイン要素は、いきなり HTML で始めるより、デザイナーが完全にコントロールできる環境でつくったほうが効果的という場合があります。ビジュアルが変わるだけで使いやすくなったと感じる場合もあるわけですから、無視できません。</dd>
<dt>コンテンツがなければ成立しないことを説得・整備をはじめる</dt>
<dd>意味のあるマークアップ。装飾ではなく引き立てるビジュアルを作ることになると、コンテンツの存在が必須になります。しかし、現実は<a href="http://www.yasuhisa.com/could/article/content-for-multidevices/">マルチデバイス対応がされていない</a>ですし、<a href="http://www.yasuhisa.com/could/article/me-first-content/">既に良いコンテンツはあると思い込んで</a>作りはじめていることがあります。コンテンツの見直し、再設計を行うことではじめてデザインできるはずです。</dd>
</dl>
<div class="two alignright lean1"><img src="http://www.yasuhisa.com/could/wp-content/uploads/2013/05/dsgn-mkup.png" alt="デザインとマークアップ" width="294" height="187" class="aligncenter size-full wp-image-4381" /><small class="caption">誰がどのようなスキルを持っているかは組織によって異なりますが、従来のようにデザインとマークアップは別々で行う作業ではなく、より密接な関係になっていきます。</small></div>
<p>コンテンツから始めることが出来ないのであれば、従来のような静止画カンプを作ろうが、インブラウザ・デザインで作ろうが結果は同じだと思います。</p>
<p>例えば「<a href="https://www.google.co.jp/search?q=wordpress+premium+theme">使っているCMS Premium Themes</a>」と検索してみてください。</p>
<p>5,000 円前後でカスタマイズ製が高く、魅力的なデザインが数百・数千すぐに出てきます。その中の多くは、この記事を読んでいる皆さんでも見たことがないものがほとんどだと思います。デザイン要素も自由に変えることができるだけでなく、パッと見の良いスマートフォンサイトにも変換してくれます。見た目を優先して、コンテンツを後回し。そして、今流行しているデバイスに対応するだけであれば、これで十分なわけです。</p>
<p>どんどん作ることが効率化されていく中、Web プロフェッショナルに発注するという意味を、問い直さなければいけない時期にきています。ただ早く安く作るところには答えはないですし、今流行しているツールの真意も早く安くという部分以外にあると思います。</p>
<p>今までの『常識』に捕われたまま、ツールやテクニックを変えても、良い結果は生まれません。根本的なワークフローの見直しは必須ですし、そこを変えるこで今流行しているツールやテクニックがさらに活かせるようになるはずです。</p>
<p><iframe src="http://www.slideshare.net/slideshow/embed_code/21473465" width="597" height="486" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"  allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe></p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%81%8b%e3%82%89%e3%81%af%e3%81%98%e3%81%be%e3%82%8b%e6%96%b0%e3%81%97%e3%81%84web%e3%83%af%e3%83%bc%e3%82%af%e3%83%95%e3%83%ad%e3%83%bc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>レスポンシブでタッチ端末で使えるオーディオプレイヤ実装jQueryプラグイン「AudioPlayer」</title>
		<link>http://www.komaztz.com/wp/2013/05/20/%e3%83%ac%e3%82%b9%e3%83%9d%e3%83%b3%e3%82%b7%e3%83%96%e3%81%a7%e3%82%bf%e3%83%83%e3%83%81%e7%ab%af%e6%9c%ab%e3%81%a7%e4%bd%bf%e3%81%88%e3%82%8b%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e3%83%97/</link>
		<comments>http://www.komaztz.com/wp/2013/05/20/%e3%83%ac%e3%82%b9%e3%83%9d%e3%83%b3%e3%82%b7%e3%83%96%e3%81%a7%e3%82%bf%e3%83%83%e3%83%81%e7%ab%af%e6%9c%ab%e3%81%a7%e4%bd%bf%e3%81%88%e3%82%8b%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e3%83%97/#comments</comments>
		<pubDate>Mon, 20 May 2013 00:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/jqueryaudioplay.html</guid>
		<description><![CDATA[Audio Player: Responsive and Touch-Friendly Osvaldas Valutis レスポンシブでタッ...]]></description>
			<content:encoded><![CDATA[Audio Player: Responsive and Touch-Friendly Osvaldas Valutis レスポンシブでタッ...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/20/%e3%83%ac%e3%82%b9%e3%83%9d%e3%83%b3%e3%82%b7%e3%83%96%e3%81%a7%e3%82%bf%e3%83%83%e3%83%81%e7%ab%af%e6%9c%ab%e3%81%a7%e4%bd%bf%e3%81%88%e3%82%8b%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e3%83%97/feed/</wfw:commentRss>
		</item>
		<item>
		<title>任天堂、ユーザーがYouTubeにアップロードしたゲームのプレイ動画から広告収入を得る</title>
		<link>http://www.komaztz.com/wp/2013/05/19/%e4%bb%bb%e5%a4%a9%e5%a0%82%e3%80%81%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%8cyoutube%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e3%81%97%e3%81%9f%e3%82%b2%e3%83%bc%e3%83%a0/</link>
		<comments>http://www.komaztz.com/wp/2013/05/19/%e4%bb%bb%e5%a4%a9%e5%a0%82%e3%80%81%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%8cyoutube%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e3%81%97%e3%81%9f%e3%82%b2%e3%83%bc%e3%83%a0/#comments</comments>
		<pubDate>Sun, 19 May 2013 09:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://c7008a58c059d00528dec4e77533e2d5</guid>
		<description><![CDATA[<p>任天堂がコンテンツID機能を利用し、ユーザーがYouTubeにアップロードしたゲームのプレイ動画に広告を表示しているそうだ(BBC Newsの記事、
本家/.)。
 

任天堂の声明によれば、ソーシャルメディアで同社のコンテンツを共有できるよう、ユーザーによる同社の知的財産の使用をブロックしないことを決めたとのこと。しかし、コンテンツIDで表示される広告による収入はすべて任天堂に入り、動画を作成したユーザー(Let's Play-er : LPer)は何も得られない。そのため、中には任天堂のゲームを二度とプレイせず、動画もアップロードしないと述べるユーザーもいるそうだ。なお、同社によると広告はゲームのプレイ場面が一定の長さを超える動画にのみ表示されるという。また、現在は広告が動画の再生前に表示されているが、今後は再生終了後にも表示されるようになるとのことだ。<p> <a href="http://it.slashdot.jp/story/13/05/19/0731221/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/movies">映画</a> &#124; <a href="http://slashdot.jp/stories/nintendo">任天堂</a> &#124; <a href="http://slashdot.jp/stories/advertising">広告</a> &#124; <a href="http://slashdot.jp/stories/youtube">YouTube</a> &#124; <a href="http://slashdot.jp/stories/games">ゲーム</a> &#124; <a href="http://slashdot.jp/stories/it">IT</a> &#124; <a href="http://slashdot.jp/stories/money">お金</a> </p> <p> 関連ストーリー： <br /><a href="http://security.slashdot.jp/article.pl?sid=13/04/12/015222">ロシア人クラッカー、uPlay に不正侵入、リリース前の Ubisoft「Far Cry 3」にアクセス</a> 2013年04月12日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/01/25/0159223">オンライン広告に我慢できるのは何秒まで？ </a> 2012年01月25日 <br /><a href="http://slashdot.jp/article.pl?sid=11/12/01/1119216">ニコ動へのゲームプレイ動画投稿、「示談」で決着</a> 2011年12月02日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=11/05/12/071238">動画共有サイトの「プレイ動画」で波紋</a> 2011年05月12日 <br /><a href="http://slashdot.jp/article.pl?sid=10/09/30/0922257">PS2 版「怒首領蜂大往生」ついに攻略される</a> 2010年09月30日 <br /><a href="http://it.slashdot.jp/article.pl?sid=09/01/05/0553224">角川グループ、YouTubeからの広告収入は月間1000万円超？</a> 2009年01月05日 <br /><a href="http://it.slashdot.jp/article.pl?sid=07/01/28/0354204">YouTube、ユーザへの広告費配分を検討?</a> 2007年01月28日 </p></p>]]></description>
			<content:encoded><![CDATA[任天堂が<a href="http://www.youtube.com/t/contentid">コンテンツID</a>機能を利用し、ユーザーがYouTubeにアップロードしたゲームのプレイ動画に広告を表示しているそうだ(<a href="http://www.bbc.co.uk/news/technology-22552756">BBC Newsの記事</a>、
<a href="http://games.slashdot.org/story/13/05/17/205205/nintendo-hijacks-ad-revenue-from-fan-created-youtube-playthroughs">本家/.</a>)。
<br> <br>

任天堂の声明によれば、ソーシャルメディアで同社のコンテンツを共有できるよう、ユーザーによる同社の知的財産の使用をブロックしないことを決めたとのこと。しかし、コンテンツIDで表示される広告による収入はすべて任天堂に入り、動画を作成したユーザー(Let's Play-er : LPer)は何も得られない。そのため、中には任天堂のゲームを二度とプレイせず、動画もアップロードしないと述べるユーザーもいるそうだ。なお、同社によると広告はゲームのプレイ場面が一定の長さを超える動画にのみ表示されるという。また、現在は広告が動画の再生前に表示されているが、今後は再生終了後にも表示されるようになるとのことだ。<p>
	<a href="http://it.slashdot.jp/story/13/05/19/0731221/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/movies">映画</a>
	
		| <a href="http://slashdot.jp/stories/nintendo">任天堂</a>
	
		| <a href="http://slashdot.jp/stories/advertising">広告</a>
	
		| <a href="http://slashdot.jp/stories/youtube">YouTube</a>
	
		| <a href="http://slashdot.jp/stories/games">ゲーム</a>
	
		| <a href="http://slashdot.jp/stories/it">IT</a>
	
		| <a href="http://slashdot.jp/stories/money">お金</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/04/12/015222">ロシア人クラッカー、uPlay に不正侵入、リリース前の Ubisoft「Far Cry 3」にアクセス</a>
			<small>2013年04月12日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/01/25/0159223">オンライン広告に我慢できるのは何秒まで？ </a>
			<small>2012年01月25日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=11/12/01/1119216">ニコ動へのゲームプレイ動画投稿、「示談」で決着</a>
			<small>2011年12月02日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=11/05/12/071238">動画共有サイトの「プレイ動画」で波紋</a>
			<small>2011年05月12日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=10/09/30/0922257">PS2 版「怒首領蜂大往生」ついに攻略される</a>
			<small>2010年09月30日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=09/01/05/0553224">角川グループ、YouTubeからの広告収入は月間1000万円超？</a>
			<small>2009年01月05日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=07/01/28/0354204">YouTube、ユーザへの広告費配分を検討?</a>
			<small>2007年01月28日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/19/%e4%bb%bb%e5%a4%a9%e5%a0%82%e3%80%81%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%8cyoutube%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%83%ad%e3%83%bc%e3%83%89%e3%81%97%e3%81%9f%e3%82%b2%e3%83%bc%e3%83%a0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>とにかくテンションを上げたいときに使える『Bringin’ The Cats』</title>
		<link>http://www.komaztz.com/wp/2013/05/19/%e3%81%a8%e3%81%ab%e3%81%8b%e3%81%8f%e3%83%86%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%b3%e3%82%92%e4%b8%8a%e3%81%92%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8ebringin/</link>
		<comments>http://www.komaztz.com/wp/2013/05/19/%e3%81%a8%e3%81%ab%e3%81%8b%e3%81%8f%e3%83%86%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%b3%e3%82%92%e4%b8%8a%e3%81%92%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8ebringin/#comments</comments>
		<pubDate>Sun, 19 May 2013 07:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6314</guid>
		<description><![CDATA[はは。 休日なので軽い話題で。 Bringin&#8217; The Catsでは、テンションの高い音楽とともに猫画像を眺めることができる。 なかなか良いテンションなので、いざというときに使えるのかもしれない。 大画面でオフィスで流したらいい感じかもですな（でもないか）。 まぁ、今日はそんなところで。 Bringin&#8217; The Cats http://www.bringinthecats.com/ 猫画像でテンションがあがるサイト。 管理人の独り言 『早起き』 寝坊するところだった。あぶない・・・。 今日の運動記録 なし！]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://www.bringinthecats.com/"><img src="http://www.100shiki.com/docs/201305/19_logo.gif" border="0" alt="Bringin' The Cats" width="559" height="401" class="pic"></a></div>
<p>はは。</p>
<p>休日なので軽い話題で。</p>
<p>Bringin&#8217; The Catsでは、テンションの高い音楽とともに猫画像を眺めることができる。</p>
<p>なかなか良いテンションなので、いざというときに使えるのかもしれない。</p>
<p>大画面でオフィスで流したらいい感じかもですな（でもないか）。</p>
<p>まぁ、今日はそんなところで。</p>
<div id="dotcom_box">
<h3>Bringin&#8217; The Cats</h3>
<p><a href="http://www.bringinthecats.com/" >http://www.bringinthecats.com/</a></p>
<p>猫画像でテンションがあがるサイト。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『早起き』</h4>
<p>寝坊するところだった。あぶない・・・。</p>
<h4>今日の運動記録</h4>
<p>なし！</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/19/%e3%81%a8%e3%81%ab%e3%81%8b%e3%81%8f%e3%83%86%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%b3%e3%82%92%e4%b8%8a%e3%81%92%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8ebringin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>あの愛生会病院のページがなくなる？</title>
		<link>http://www.komaztz.com/wp/2013/05/19/%e3%81%82%e3%81%ae%e6%84%9b%e7%94%9f%e4%bc%9a%e7%97%85%e9%99%a2%e3%81%ae%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%ef%bc%9f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/19/%e3%81%82%e3%81%ae%e6%84%9b%e7%94%9f%e4%bc%9a%e7%97%85%e9%99%a2%e3%81%ae%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%ef%bc%9f/#comments</comments>
		<pubDate>Sun, 19 May 2013 06:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://3da2019bc6f9d1cf10f5878d609035c7</guid>
		<description><![CDATA[<p>parsley 曰く、あなたは、一度は見たことがあるだろう。あの愛生会病院のページを。そのページが閉鎖されるという話が流れている(ねとらぼの記事、
ASCII.jpの記事、
J-CASTニュースの記事)。
 
「目がちかちかする」「なんでこんなに動くんだ」「色彩感覚が破壊される」など悪口雑言が多く祭りになったものだが、あれからもう15年になるのか。閉鎖するとなると、Tweetでたちまち広がり話題となっている。
なお、J-CASTニュースによる病院への取材時点では、院長から閉鎖という話は出ていないとのこと。<p> <a href="http://it.slashdot.jp/story/13/05/19/0427212/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/humor">変なモノ</a> &#124; <a href="http://slashdot.jp/stories/medicine">医療</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/08/1026215">GeckoにてBLINKタグのサポート廃止が検討される</a> 2013年04月09日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/01/10/0811215">はてなブックマークがデザインをリニューアル、各所で話題に</a> 2013年01月10日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/01/05/0924210">Google、検索ページのデザインをまたリニューアル？</a> 2012年01月05日 <br /><a href="http://it.slashdot.jp/article.pl?sid=08/11/24/114241">改めて問う、marquee、blinkタグの意義</a> 2008年11月24日 <br /><a href="http://developers.slashdot.jp/article.pl?sid=02/08/05/1018222">Mozillaはmarqueeタグをサポートすべきか、否か</a> 2002年08月05日 </p></p>]]></description>
			<content:encoded><![CDATA[parsley 曰く、<blockquote><div><p>あなたは、一度は見たことがあるだろう。あの<a href="http://www.aiseikai.or.jp/">愛生会病院</a>のページを。そのページが<a href="http://ameblo.jp/miyamoto-blu-swing/entry-11531198221.html">閉鎖されるという話</a>が流れている(<a href="http://nlab.itmedia.co.jp/nl/articles/1305/15/news111.html">ねとらぼの記事</a>、
<a href="http://ascii.jp/elem/000/000/788/788790/">ASCII.jpの記事</a>、
<a href="http://www.j-cast.com/2013/05/16175242.html">J-CASTニュースの記事</a>)。
<br> <br>
「目がちかちかする」「なんでこんなに動くんだ」「色彩感覚が破壊される」など悪口雑言が多く祭りになったものだが、あれからもう15年になるのか。閉鎖するとなると、Tweetでたちまち広がり話題となっている。</p></div></blockquote><p>
なお、J-CASTニュースによる病院への取材時点では、院長から閉鎖という話は出ていないとのこと。</p><p>
	<a href="http://it.slashdot.jp/story/13/05/19/0427212/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/humor">変なモノ</a>
	
		| <a href="http://slashdot.jp/stories/medicine">医療</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/08/1026215">GeckoにてBLINKタグのサポート廃止が検討される</a>
			<small>2013年04月09日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/01/10/0811215">はてなブックマークがデザインをリニューアル、各所で話題に</a>
			<small>2013年01月10日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/01/05/0924210">Google、検索ページのデザインをまたリニューアル？</a>
			<small>2012年01月05日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=08/11/24/114241">改めて問う、marquee、blinkタグの意義</a>
			<small>2008年11月24日</small>
		
			<br><a href="http://developers.slashdot.jp/article.pl?sid=02/08/05/1018222">Mozillaはmarqueeタグをサポートすべきか、否か</a>
			<small>2002年08月05日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/19/%e3%81%82%e3%81%ae%e6%84%9b%e7%94%9f%e4%bc%9a%e7%97%85%e9%99%a2%e3%81%ae%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%8c%e3%81%aa%e3%81%8f%e3%81%aa%e3%82%8b%ef%bc%9f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 22のサードパーティーCookieブロック、ベータ版のデフォルトでは無効に設定される</title>
		<link>http://www.komaztz.com/wp/2013/05/19/firefox-22%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%89%e3%83%91%e3%83%bc%e3%83%86%e3%82%a3%e3%83%bccookie%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%80%81%e3%83%99%e3%83%bc%e3%82%bf%e7%89%88%e3%81%ae%e3%83%87/</link>
		<comments>http://www.komaztz.com/wp/2013/05/19/firefox-22%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%89%e3%83%91%e3%83%bc%e3%83%86%e3%82%a3%e3%83%bccookie%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%80%81%e3%83%99%e3%83%bc%e3%82%bf%e7%89%88%e3%81%ae%e3%83%87/#comments</comments>
		<pubDate>Sun, 19 May 2013 04:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://89cfb4de8281d02029114800cb893167</guid>
		<description><![CDATA[<p>Firefox 22ではサードパーティーCookieのブロック設定がデフォルトで有効にされる予定だが(/.J記事)、先日公開されたベータ版のデフォルトでは無効になっているそうだ(Parity Newsの記事、
Brendan Eich氏のブログ記事、
本家/.)。
 

現在テストされているJonathan Mayer氏によるパッチでは、訪問したことのあるWebサイトからのCookieを受け入れ、訪問したことのないWebサイトからのCookieはブロックする。しかし、これだけでは受け入れるべきCookieとブロックすべきCookieを状況によっては正確に区別することができないという。たとえば、WebサイトのCookie設定が別ドメインにある場合、両方のドメインが同じ団体のものであっても別ドメインからのCookieはブロックされてしまう。一方、訪問したWebサイトがサードパーティーCookieを保存した場合、別のWebサイトでも引き続き追跡が行われることになる。こういった問題があるため、ベータ版ではデフォルトで無効にされており、このパッチを使用するにはオプションで設定を有効にする必要があるとのことだ。<p> <a href="http://it.slashdot.jp/story/13/05/19/044247/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/firefox">Firefox</a> &#124; <a href="http://slashdot.jp/stories/mozilla">Mozilla</a> &#124; <a href="http://slashdot.jp/stories/it">IT</a> &#124; <a href="http://slashdot.jp/stories/privacy">プライバシ</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/03/18/0822259">Firefox 22でのサードパーティーCookie仕様に米国の広告協会が文句を言う</a> 2013年03月18日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/02/24/0858210">Firefox 22はサードパーティーのCookieをデフォルトでブロック</a> 2013年02月24日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/07/12/0253208">Google、SafariのサードパーティCookie問題で2250万ドルの制裁金を支払う方向へ。</a> 2012年07月12日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=12/05/30/0327231">英国 Cookie 法、今週末より施行</a> 2012年05月30日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=12/04/19/0057204">知られざる Cookie の世界を詳らかにする調査</a> 2012年04月19日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/02/22/0451250">Safariで意図せずGoogleのCookieがセットされる問題、MSも斜め上から非難</a> 2012年02月22日 <br /><a href="http://it.slashdot.jp/article.pl?sid=11/03/10/0036236">EU、Cookie によるトラッキング時にはユーザーの同意を必須に</a> 2011年03月10日 </p></p>]]></description>
			<content:encoded><![CDATA[Firefox 22ではサードパーティーCookieのブロック設定がデフォルトで有効にされる予定だが(<a href="http://security.slashdot.jp/story/13/02/24/0858210/">/.J記事</a>)、先日公開されたベータ版のデフォルトでは無効になっているそうだ(<a href="http://paritynews.com/software/item/1069-mozilla-delays-default-third-party-cookie-blocking-in-firefox">Parity Newsの記事</a>、
<a href="https://brendaneich.com/2013/05/c-is-for-cookie/">Brendan Eich氏のブログ記事</a>、
<a href="http://tech.slashdot.org/story/13/05/17/1440208/mozilla-delays-default-third-party-cookie-blocking-in-firefox">本家/.</a>)。
<br> <br>

現在テストされているJonathan Mayer氏によるパッチでは、訪問したことのあるWebサイトからのCookieを受け入れ、訪問したことのないWebサイトからのCookieはブロックする。しかし、これだけでは受け入れるべきCookieとブロックすべきCookieを状況によっては正確に区別することができないという。たとえば、WebサイトのCookie設定が別ドメインにある場合、両方のドメインが同じ団体のものであっても別ドメインからのCookieはブロックされてしまう。一方、訪問したWebサイトがサードパーティーCookieを保存した場合、別のWebサイトでも引き続き追跡が行われることになる。こういった問題があるため、ベータ版ではデフォルトで無効にされており、このパッチを使用するにはオプションで設定を有効にする必要があるとのことだ。<p>
	<a href="http://it.slashdot.jp/story/13/05/19/044247/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/firefox">Firefox</a>
	
		| <a href="http://slashdot.jp/stories/mozilla">Mozilla</a>
	
		| <a href="http://slashdot.jp/stories/it">IT</a>
	
		| <a href="http://slashdot.jp/stories/privacy">プライバシ</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/03/18/0822259">Firefox 22でのサードパーティーCookie仕様に米国の広告協会が文句を言う</a>
			<small>2013年03月18日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/02/24/0858210">Firefox 22はサードパーティーのCookieをデフォルトでブロック</a>
			<small>2013年02月24日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/07/12/0253208">Google、SafariのサードパーティCookie問題で2250万ドルの制裁金を支払う方向へ。</a>
			<small>2012年07月12日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=12/05/30/0327231">英国 Cookie 法、今週末より施行</a>
			<small>2012年05月30日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=12/04/19/0057204">知られざる Cookie の世界を詳らかにする調査</a>
			<small>2012年04月19日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/02/22/0451250">Safariで意図せずGoogleのCookieがセットされる問題、MSも斜め上から非難</a>
			<small>2012年02月22日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=11/03/10/0036236">EU、Cookie によるトラッキング時にはユーザーの同意を必須に</a>
			<small>2011年03月10日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/19/firefox-22%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%89%e3%83%91%e3%83%bc%e3%83%86%e3%82%a3%e3%83%bccookie%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%80%81%e3%83%99%e3%83%bc%e3%82%bf%e7%89%88%e3%81%ae%e3%83%87/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoftが作成したGoogle Chromeのパロディー動画が流出</title>
		<link>http://www.komaztz.com/wp/2013/05/19/microsoft%e3%81%8c%e4%bd%9c%e6%88%90%e3%81%97%e3%81%9fgoogle-chrome%e3%81%ae%e3%83%91%e3%83%ad%e3%83%87%e3%82%a3%e3%83%bc%e5%8b%95%e7%94%bb%e3%81%8c%e6%b5%81%e5%87%ba/</link>
		<comments>http://www.komaztz.com/wp/2013/05/19/microsoft%e3%81%8c%e4%bd%9c%e6%88%90%e3%81%97%e3%81%9fgoogle-chrome%e3%81%ae%e3%83%91%e3%83%ad%e3%83%87%e3%82%a3%e3%83%bc%e5%8b%95%e7%94%bb%e3%81%8c%e6%b5%81%e5%87%ba/#comments</comments>
		<pubDate>Sun, 19 May 2013 02:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://a168459172ee9514fd5e1da20c3bbeb4</guid>
		<description><![CDATA[<p>Microsoftは「Don't get Scroogled!」キャンペーンでGoogleによる個人情報の扱いを批判しているが、今度はGoogle Chromeの「Now Everywhere」を皮肉ったパロディー動画が流出した(
The Vergeの記事、
iCosmoGeekの記事、
本家/.)。
 

今回流出した動画はベートーベンの「運命」に合わせてChromeのアイコンが飛び回るもの。Google Chromeのプロモーション動画「Chrome: Now Everywhere」そっくりに作られているが、「Google Chromeがあれば、どこに行ってもすべてが広告のために追跡される」といった内容に置き換えられており、最後に「Don't Get Scroogled」と表示される。Microsoftの広報担当によると、この動画は社内用に作られたものとのことだ。<p> <a href="http://it.slashdot.jp/story/13/05/19/0217247/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/google">Google</a> &#124; <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a> &#124; <a href="http://slashdot.jp/stories/it">IT</a> &#124; <a href="http://slashdot.jp/stories/chrome">Chrome</a> &#124; <a href="http://slashdot.jp/stories/advertising">広告</a> &#124; <a href="http://slashdot.jp/stories/privacy">プライバシ</a> &#124; <a href="http://slashdot.jp/stories/money">お金</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/18/0359209">Google、MicrosoftのYouTubeアプリをストアから削除するように要求</a> 2013年05月18日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/05/16/061229">Microsoft は Skype のメッセージを閲覧している</a> 2013年05月16日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/11/084238">MicrosoftのWindows Phone用YouTubeアプリ、広告スキップ機能や動画のダウンロード機能を搭載</a> 2013年05月11日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=13/04/11/0816258">Microsoftらの業界団体、Androidは独占のための「トロイの木馬」だと主張</a> 2013年04月11日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/02/12/0511254">Microsoft、「Gmailはユーザーのメールをのぞき見ている」と主張するサイトを公開</a> 2013年02月12日 </p></p>]]></description>
			<content:encoded><![CDATA[Microsoftは「<a href="http://www.scroogled.com/">Don't get Scroogled!</a>」キャンペーンでGoogleによる個人情報の扱いを批判しているが、今度はGoogle Chromeの「Now Everywhere」を皮肉ったパロディー動画が流出した(
<a href="http://www.theverge.com/2013/5/16/4336762/leaked-scroogled-ad-google-chrome-parody-video">The Vergeの記事</a>、
<a href="http://icosmogeek.com/internal-microsoft-video-criticizing-google-chrome-now-everywhere/">iCosmoGeekの記事</a>、
<a href="http://tech.slashdot.org/story/13/05/16/1712243/leaked-microsoft-video-parodies-chrome-ad">本家/.</a>)。
<br> <br>

今回流出した動画はベートーベンの「運命」に合わせてChromeのアイコンが飛び回るもの。Google Chromeのプロモーション動画「Chrome: Now Everywhere」そっくりに作られているが、「Google Chromeがあれば、どこに行ってもすべてが広告のために追跡される」といった内容に置き換えられており、最後に「Don't Get Scroogled」と表示される。Microsoftの広報担当によると、この動画は社内用に作られたものとのことだ。<p>
	<a href="http://it.slashdot.jp/story/13/05/19/0217247/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/google">Google</a>
	
		| <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a>
	
		| <a href="http://slashdot.jp/stories/it">IT</a>
	
		| <a href="http://slashdot.jp/stories/chrome">Chrome</a>
	
		| <a href="http://slashdot.jp/stories/advertising">広告</a>
	
		| <a href="http://slashdot.jp/stories/privacy">プライバシ</a>
	
		| <a href="http://slashdot.jp/stories/money">お金</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/18/0359209">Google、MicrosoftのYouTubeアプリをストアから削除するように要求</a>
			<small>2013年05月18日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/05/16/061229">Microsoft は Skype のメッセージを閲覧している</a>
			<small>2013年05月16日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/11/084238">MicrosoftのWindows Phone用YouTubeアプリ、広告スキップ機能や動画のダウンロード機能を搭載</a>
			<small>2013年05月11日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=13/04/11/0816258">Microsoftらの業界団体、Androidは独占のための「トロイの木馬」だと主張</a>
			<small>2013年04月11日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/02/12/0511254">Microsoft、「Gmailはユーザーのメールをのぞき見ている」と主張するサイトを公開</a>
			<small>2013年02月12日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/19/microsoft%e3%81%8c%e4%bd%9c%e6%88%90%e3%81%97%e3%81%9fgoogle-chrome%e3%81%ae%e3%83%91%e3%83%ad%e3%83%87%e3%82%a3%e3%83%bc%e5%8b%95%e7%94%bb%e3%81%8c%e6%b5%81%e5%87%ba/feed/</wfw:commentRss>
		</item>
		<item>
		<title>なるべく坂道を避けたいときに使える『Flattest Route』</title>
		<link>http://www.komaztz.com/wp/2013/05/18/%e3%81%aa%e3%82%8b%e3%81%b9%e3%81%8f%e5%9d%82%e9%81%93%e3%82%92%e9%81%bf%e3%81%91%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8eflattest-route%e3%80%8f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/18/%e3%81%aa%e3%82%8b%e3%81%b9%e3%81%8f%e5%9d%82%e9%81%93%e3%82%92%e9%81%bf%e3%81%91%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8eflattest-route%e3%80%8f/#comments</comments>
		<pubDate>Sat, 18 May 2013 07:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6312</guid>
		<description><![CDATA[ランニングやツーリングでなるべく坂道は避けたいなぁ、というときに使えそうなツールのご紹介。 Flattest Routeを使えば、ある2点間のルートのうち、もっとも高低差がないものを教えてくれるようだ。 丁寧にどのぐらいの高低差があるのかもグラフで見られるのでそちらも参考にしてもいいだろう。 サンフランシスコのような坂道だらけの町に住んでいたら日常的に使えそうである。 また英語にはなるが、普通に東京のルートも検索できたので坂道が気になる人は覚えておいてもいいですな。 Flattest Route http://www.flattestroute.com/ 高低差がないルートを検索できるツール。 管理人の独り言 『読書』 積ん読が溜まってきたなぁ。消化せねば。 今日の運動記録 今日はないかなー。]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://www.flattestroute.com/"><img src="http://www.100shiki.com/docs/201305/18_logo.gif" border="0" alt="Flattest Route" width="560" height="401" class="pic"></a></div>
<p>ランニングやツーリングでなるべく坂道は避けたいなぁ、というときに使えそうなツールのご紹介。</p>
<p>Flattest Routeを使えば、ある2点間のルートのうち、もっとも高低差がないものを教えてくれるようだ。</p>
<p>丁寧にどのぐらいの高低差があるのかもグラフで見られるのでそちらも参考にしてもいいだろう。</p>
<p>サンフランシスコのような坂道だらけの町に住んでいたら日常的に使えそうである。</p>
<p>また英語にはなるが、普通に東京のルートも検索できたので坂道が気になる人は覚えておいてもいいですな。</p>
<div id="dotcom_box">
<h3>Flattest Route</h3>
<p><a href="http://www.flattestroute.com/" >http://www.flattestroute.com/</a></p>
<p>高低差がないルートを検索できるツール。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『読書』</h4>
<p>積ん読が溜まってきたなぁ。消化せねば。</p>
<h4>今日の運動記録</h4>
<p>今日はないかなー。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/18/%e3%81%aa%e3%82%8b%e3%81%b9%e3%81%8f%e5%9d%82%e9%81%93%e3%82%92%e9%81%bf%e3%81%91%e3%81%9f%e3%81%84%e3%81%a8%e3%81%8d%e3%81%ab%e4%bd%bf%e3%81%88%e3%82%8b%e3%80%8eflattest-route%e3%80%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google、MicrosoftのYouTubeアプリをストアから削除するように要求</title>
		<link>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81microsoft%e3%81%aeyoutube%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e3%82%b9%e3%83%88%e3%82%a2%e3%81%8b%e3%82%89%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e8%a6%81/</link>
		<comments>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81microsoft%e3%81%aeyoutube%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e3%82%b9%e3%83%88%e3%82%a2%e3%81%8b%e3%82%89%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e8%a6%81/#comments</comments>
		<pubDate>Sat, 18 May 2013 06:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://b32d416c684941e9facb2e4c404d3887</guid>
		<description><![CDATA[<p>Microsoftが先日Windows Phone 8向けにリリースしたYouTubeアプリ(/.J記事)に対し、Googleが5月22日までにストアから削除し、ダウンロード済みのアプリを無効化するように要求したそうだ(The Vergeの記事、
The Vergeの記事2、
Engadgetの記事、
本家/.)。
 

YouTubeのMicrosoftに対する通知では、このアプリを使用することで(1)YouTubeからの動画ダウンロードが可能 (2)広告の表示をブロック (3)特定のプラットフォームでの再生が制限されている動画を再生可能にしている、といった点でコンテンツ製作者に被害を与えており、YouTubeの利用規約にも違反していると主張している。これに対してMicrosoftでは、広告を表示することについてやぶさかではないが、それには必要なAPIへのアクセスをGoogleに許可してもらう必要があるなどとする声明を発表したとのことだ。<p> <a href="http://it.slashdot.jp/story/13/05/18/0359209/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/mobile">モバイル</a> &#124; <a href="http://slashdot.jp/stories/google">Google</a> &#124; <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a> &#124; <a href="http://slashdot.jp/stories/slashback">スラッシュバック</a> &#124; <a href="http://slashdot.jp/stories/youtube">YouTube</a> &#124; <a href="http://slashdot.jp/stories/it">IT</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/11/084238">MicrosoftのWindows Phone用YouTubeアプリ、広告スキップ機能や動画のダウンロード機能を搭載</a> 2013年05月11日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/19/0217247">Microsoftが作成したGoogle Chromeのパロディー動画が流出</a> 2013年05月19日 </p></p>]]></description>
			<content:encoded><![CDATA[Microsoftが先日Windows Phone 8向けにリリースしたYouTubeアプリ(<a href="http://it.slashdot.jp/story/13/05/11/084238/">/.J記事</a>)に対し、Googleが5月22日までにストアから削除し、ダウンロード済みのアプリを無効化するように要求したそうだ(<a href="http://www.theverge.com/2013/5/15/4334030/google-demands-microsoft-remove-youtube-windows-phone-app">The Vergeの記事</a>、
<a href="http://www.theverge.com/2013/5/15/4334956/microsoft-responds-to-youtube-windows-phone-takedown-notice">The Vergeの記事2</a>、
<a href="http://www.engadget.com/2013/05/15/google-asks-microsoft-remove-wp-youtube-app/">Engadgetの記事</a>、
<a href="http://tech.slashdot.org/story/13/05/16/0113257/google-demands-microsoft-pull-youtube-app-for-wp8">本家/.</a>)。
<br> <br>

YouTubeのMicrosoftに対する通知では、このアプリを使用することで(1)YouTubeからの動画ダウンロードが可能 (2)広告の表示をブロック (3)特定のプラットフォームでの再生が制限されている動画を再生可能にしている、といった点でコンテンツ製作者に被害を与えており、YouTubeの利用規約にも違反していると主張している。これに対してMicrosoftでは、広告を表示することについてやぶさかではないが、それには必要なAPIへのアクセスをGoogleに許可してもらう必要があるなどとする声明を発表したとのことだ。<p>
	<a href="http://it.slashdot.jp/story/13/05/18/0359209/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/mobile">モバイル</a>
	
		| <a href="http://slashdot.jp/stories/google">Google</a>
	
		| <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a>
	
		| <a href="http://slashdot.jp/stories/slashback">スラッシュバック</a>
	
		| <a href="http://slashdot.jp/stories/youtube">YouTube</a>
	
		| <a href="http://slashdot.jp/stories/it">IT</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/11/084238">MicrosoftのWindows Phone用YouTubeアプリ、広告スキップ機能や動画のダウンロード機能を搭載</a>
			<small>2013年05月11日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/19/0217247">Microsoftが作成したGoogle Chromeのパロディー動画が流出</a>
			<small>2013年05月19日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81microsoft%e3%81%aeyoutube%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e3%82%b9%e3%83%88%e3%82%a2%e3%81%8b%e3%82%89%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e8%a6%81/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google、定額制音楽ストリーミングサービスを米国で開始</title>
		<link>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81%e5%ae%9a%e9%a1%8d%e5%88%b6%e9%9f%b3%e6%a5%bd%e3%82%b9%e3%83%88%e3%83%aa%e3%83%bc%e3%83%9f%e3%83%b3%e3%82%b0%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e3%82%92%e7%b1%b3%e5%9b%bd%e3%81%a7/</link>
		<comments>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81%e5%ae%9a%e9%a1%8d%e5%88%b6%e9%9f%b3%e6%a5%bd%e3%82%b9%e3%83%88%e3%83%aa%e3%83%bc%e3%83%9f%e3%83%b3%e3%82%b0%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e3%82%92%e7%b1%b3%e5%9b%bd%e3%81%a7/#comments</comments>
		<pubDate>Sat, 18 May 2013 04:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://26011d21ce37e99926ae484ccbd7ffa2</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、Googleが同社の開発者向けイベントGoogle I/Oで音楽ストリーミングサービス「Google Play Music All Access」を発表した。月額9.99ドルで多数の音楽がストリーミング形式で聞き放題になるという。現時点でサービスが行われるのは米国のみ(WIRED.jpの記事)。
Google Play Music All Accessは米国で試用版の提供が開始されており、オンライン・オフラインで数百万曲を再生できるほか、自分のライブラリーから最大2万曲までアップロード可能。日本でのサービス開始は未定だが、「できるだけ早い時期にさらに多くの国でご希望のコンテンツを提供できるよう最善を尽くしております」とのことだ(Google Play、
bizmash!の記事)。<p> <a href="http://it.slashdot.jp/story/13/05/18/0356257/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/mobile">モバイル</a> &#124; <a href="http://slashdot.jp/stories/google">Google</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> &#124; <a href="http://slashdot.jp/stories/music">音楽</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/17/0133254">Twitter、音楽連携サービス準備中 </a> 2013年04月17日 <br /><a href="http://apple.slashdot.jp/article.pl?sid=13/01/24/0922227">レコチョク、J-POP中心の定額制音楽配信サービスを開始</a> 2013年01月24日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/07/04/034211">ソニー、定額制音楽配信サービス「Music Unlimited」を日本でも開始</a> 2012年07月04日 <br /><a href="http://apple.slashdot.jp/article.pl?sid=12/05/12/1913221">KDDI、定額音楽配信サービス「LISMO unlimited」用のiOSアプリをリリース</a> 2012年05月13日 <br /><a href="http://apple.slashdot.jp/article.pl?sid=11/10/18/101208">iCloudに関するAppleとJASRACとの交渉は難航？</a> 2011年10月19日 <br /><a href="http://it.slashdot.jp/article.pl?sid=11/07/07/0232241">Google や Amazon のクラウド音楽サービスは合法か ?</a> 2011年07月07日 <br /><a href="http://apple.slashdot.jp/article.pl?sid=11/05/23/0110252">Apple、クラウドベースの音楽サービス開始に向けて音楽レーベルと契約を締結 </a> 2011年05月23日 <br /><a href="http://it.slashdot.jp/article.pl?sid=11/05/12/0655239">Googleもクラウド経由の音楽ロッカーサービスを発表</a> 2011年05月12日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=11/03/30/0720252">アップロードした音楽をストリーミング再生できる「Amazon Cloud Player」発表</a> 2011年03月30日 <br /><a href="http://it.slashdot.jp/article.pl?sid=10/03/04/1048202">定額制音楽配信「ナップスター」、国内向けサービスを終了 </a> 2010年03月04日 <br /><a href="http://it.slashdot.jp/article.pl?sid=09/10/26/0151211">Google、大手レーベルと手を組み音楽サービス開始?</a> 2009年10月26日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>Googleが同社の開発者向けイベントGoogle I/Oで音楽ストリーミングサービス「Google Play Music All Access」を発表した。月額9.99ドルで多数の音楽がストリーミング形式で聞き放題になるという。現時点でサービスが行われるのは米国のみ(<a href="http://wired.jp/2013/05/16/google-play-music-all-access/">WIRED.jpの記事</a>)。</p></div></blockquote><p>
Google Play Music All Accessは米国で試用版の提供が開始されており、オンライン・オフラインで数百万曲を再生できるほか、自分のライブラリーから最大2万曲までアップロード可能。日本でのサービス開始は未定だが、「できるだけ早い時期にさらに多くの国でご希望のコンテンツを提供できるよう最善を尽くしております」とのことだ(<a href="https://play.google.com/about/music/">Google Play</a>、
<a href="http://bizmash.jp/articles/44685.html">bizmash!の記事</a>)。</p><p>
	<a href="http://it.slashdot.jp/story/13/05/18/0356257/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/mobile">モバイル</a>
	
		| <a href="http://slashdot.jp/stories/google">Google</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
	
		| <a href="http://slashdot.jp/stories/music">音楽</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/17/0133254">Twitter、音楽連携サービス準備中 </a>
			<small>2013年04月17日</small>
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=13/01/24/0922227">レコチョク、J-POP中心の定額制音楽配信サービスを開始</a>
			<small>2013年01月24日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/07/04/034211">ソニー、定額制音楽配信サービス「Music Unlimited」を日本でも開始</a>
			<small>2012年07月04日</small>
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=12/05/12/1913221">KDDI、定額音楽配信サービス「LISMO unlimited」用のiOSアプリをリリース</a>
			<small>2012年05月13日</small>
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=11/10/18/101208">iCloudに関するAppleとJASRACとの交渉は難航？</a>
			<small>2011年10月19日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=11/07/07/0232241">Google や Amazon のクラウド音楽サービスは合法か ?</a>
			<small>2011年07月07日</small>
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=11/05/23/0110252">Apple、クラウドベースの音楽サービス開始に向けて音楽レーベルと契約を締結 </a>
			<small>2011年05月23日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=11/05/12/0655239">Googleもクラウド経由の音楽ロッカーサービスを発表</a>
			<small>2011年05月12日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=11/03/30/0720252">アップロードした音楽をストリーミング再生できる「Amazon Cloud Player」発表</a>
			<small>2011年03月30日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=10/03/04/1048202">定額制音楽配信「ナップスター」、国内向けサービスを終了 </a>
			<small>2010年03月04日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=09/10/26/0151211">Google、大手レーベルと手を組み音楽サービス開始?</a>
			<small>2009年10月26日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/18/google%e3%80%81%e5%ae%9a%e9%a1%8d%e5%88%b6%e9%9f%b3%e6%a5%bd%e3%82%b9%e3%83%88%e3%83%aa%e3%83%bc%e3%83%9f%e3%83%b3%e3%82%b0%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e3%82%92%e7%b1%b3%e5%9b%bd%e3%81%a7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ヤフーに不正アクセス、最大2,200万件のID流出か</title>
		<link>http://www.komaztz.com/wp/2013/05/18/%e3%83%a4%e3%83%95%e3%83%bc%e3%81%ab%e4%b8%8d%e6%ad%a3%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e3%80%81%e6%9c%80%e5%a4%a72200%e4%b8%87%e4%bb%b6%e3%81%aeid%e6%b5%81%e5%87%ba%e3%81%8b/</link>
		<comments>http://www.komaztz.com/wp/2013/05/18/%e3%83%a4%e3%83%95%e3%83%bc%e3%81%ab%e4%b8%8d%e6%ad%a3%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e3%80%81%e6%9c%80%e5%a4%a72200%e4%b8%87%e4%bb%b6%e3%81%aeid%e6%b5%81%e5%87%ba%e3%81%8b/#comments</comments>
		<pubDate>Sat, 18 May 2013 02:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://0989a921c848aea92e943b10ac263ea5</guid>
		<description><![CDATA[<p>5月16日の21時ごろ、Yahoo! JAPAN IDを管理しているサーバーに不正アクセスがあり、最大で2,200万件分のIDのみを抽出したファイルが作成されていたそうだ(プレスリリース、
朝日新聞デジタルの記事、
日本経済新聞の記事、
ITmediaの記事)。
 


ヤフーでは4月にも不正アクセスを受けており、監視体制を強化していた。4月の不正アクセスは社員のIDとパスワードの流出が原因とみられ、IDとパスワードの変更を指示していたが、変更が完了する前に再度不正アクセスを受けたとのこと。ファイルが外部に送信されたかどうかについては確認できていないが、通信量からみて送信された可能性は否定できないという。なお、ファイルに含まれるのはIDのみで、パスワードや秘密の質問などは含まれないとのことだ。<p> <a href="http://security.slashdot.jp/story/13/05/17/1913224/">すべて読む</a> &#124; <a href="http://security.slashdot.jp/">セキュリティセクション</a> &#124; <a href="http://slashdot.jp/stories/security">セキュリティ</a> &#124; <a href="http://slashdot.jp/stories/yro">YRO</a> &#124; <a href="http://slashdot.jp/stories/yahoo">Yahoo!</a> &#124; <a href="http://slashdot.jp/stories/leakage">情報漏洩</a> &#124; <a href="http://slashdot.jp/stories/privacy">プライバシ</a> </p> <p> 関連ストーリー： <br /><a href="http://security.slashdot.jp/article.pl?sid=13/04/19/2140229">JR東日本の会員向けサービスでも不正ログイン</a> 2013年04月20日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/13/0327218">フレッツ光の会員サイト、不正ログインを受けて全アカウント約404万件をロック</a> 2013年04月13日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/08/0942208">Tポイントカード会員向けWebサイト「T-SITE」に不正ログイン、299IDが影響</a> 2013年04月08日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/03/16/0122230">JINSのオンラインショップに不正アクセス</a> 2013年03月16日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/03/03/0311217">Evernoteも不正アクセスを受ける</a> 2013年03月03日 <br /><a href="http://developers.slashdot.jp/article.pl?sid=13/02/21/096240">Apple、Javaプラグインの脆弱性を狙った攻撃を受ける。社内コンピュータの一部がマルウェアに感染</a> 2013年02月21日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/02/20/0053207">Facebook、マルウェアによる攻撃を受ける</a> 2013年02月20日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/02/02/0538214">Twitterにサイバー攻撃、25万件のアカウント情報に不正アクセス</a> 2013年02月02日 </p></p>]]></description>
			<content:encoded><![CDATA[5月16日の21時ごろ、Yahoo! JAPAN IDを管理しているサーバーに不正アクセスがあり、最大で2,200万件分のIDのみを抽出したファイルが作成されていたそうだ(<a href="http://pr.yahoo.co.jp/release/2013/0517a.html">プレスリリース</a>、
<a href="http://www.asahi.com/national/update/0517/TKY201305170482.html">朝日新聞デジタルの記事</a>、
<a href="http://www.nikkei.com/article/DGXNASDG1705H_X10C13A5CC1000/?dg=1">日本経済新聞の記事</a>、
<a href="http://www.itmedia.co.jp/enterprise/articles/1305/17/news144.html">ITmediaの記事</a>)。
<br> <br>


ヤフーでは<a href="http://pr.yahoo.co.jp/release/2013/0404a.html">4月にも不正アクセスを受けており</a>、監視体制を強化していた。4月の不正アクセスは社員のIDとパスワードの流出が原因とみられ、IDとパスワードの変更を指示していたが、変更が完了する前に再度不正アクセスを受けたとのこと。ファイルが外部に送信されたかどうかについては確認できていないが、通信量からみて送信された可能性は否定できないという。なお、ファイルに含まれるのはIDのみで、パスワードや秘密の質問などは含まれないとのことだ。<p>
	<a href="http://security.slashdot.jp/story/13/05/17/1913224/">すべて読む</a>
	
		| <a href="http://security.slashdot.jp/">セキュリティセクション</a>
	
		| <a href="http://slashdot.jp/stories/security">セキュリティ</a>
	
		| <a href="http://slashdot.jp/stories/yro">YRO</a>
	
		| <a href="http://slashdot.jp/stories/yahoo">Yahoo!</a>
	
		| <a href="http://slashdot.jp/stories/leakage">情報漏洩</a>
	
		| <a href="http://slashdot.jp/stories/privacy">プライバシ</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/04/19/2140229">JR東日本の会員向けサービスでも不正ログイン</a>
			<small>2013年04月20日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/13/0327218">フレッツ光の会員サイト、不正ログインを受けて全アカウント約404万件をロック</a>
			<small>2013年04月13日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/08/0942208">Tポイントカード会員向けWebサイト「T-SITE」に不正ログイン、299IDが影響</a>
			<small>2013年04月08日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/03/16/0122230">JINSのオンラインショップに不正アクセス</a>
			<small>2013年03月16日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/03/03/0311217">Evernoteも不正アクセスを受ける</a>
			<small>2013年03月03日</small>
		
			<br><a href="http://developers.slashdot.jp/article.pl?sid=13/02/21/096240">Apple、Javaプラグインの脆弱性を狙った攻撃を受ける。社内コンピュータの一部がマルウェアに感染</a>
			<small>2013年02月21日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/02/20/0053207">Facebook、マルウェアによる攻撃を受ける</a>
			<small>2013年02月20日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/02/02/0538214">Twitterにサイバー攻撃、25万件のアカウント情報に不正アクセス</a>
			<small>2013年02月02日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/18/%e3%83%a4%e3%83%95%e3%83%bc%e3%81%ab%e4%b8%8d%e6%ad%a3%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e3%80%81%e6%9c%80%e5%a4%a72200%e4%b8%87%e4%bb%b6%e3%81%aeid%e6%b5%81%e5%87%ba%e3%81%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>YUI Weekly for May 17th, 2013</title>
		<link>http://www.komaztz.com/wp/2013/05/18/yui-weekly-for-may-17th-2013/</link>
		<comments>http://www.komaztz.com/wp/2013/05/18/yui-weekly-for-may-17th-2013/#comments</comments>
		<pubDate>Fri, 17 May 2013 21:46:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.yuiblog.com/blog/2013/05/17/</guid>
		<description><![CDATA[Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, feel free to leave a comment below. This week saw two new releases for YUI projects. First up was YUI 3.10.1, a patch release to resolve [...]]]></description>
			<content:encoded><![CDATA[<p><em>Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, feel free to leave a comment below.</em></p>
<ul>
<li>
<p>This week saw two new releases for YUI projects. First up was <a href="http://www.yuiblog.com/blog/2013/05/14/yui-3-10-1-released-to-fix-swf-vulnerability/">YUI 3.10.1</a>, a patch release to resolve a vulnerability detected in the <code>.swf</code> files used in the IO utility and Uploader components. Please see <a href="http://yuilibrary.com/support/20130515-vulnerability/">this security bulletin</a> for more details on the issue and steps to ensure your applications are secure. Also released this week was <a href="http://www.yuiblog.com/blog/2013/05/16/yuicompressor-2-4-8-released/">YUICompressor 2.4.8</a>, which includes improved compression results as well as general fixes.</p>
</li>
<li>
<p>At this week&#8217;s Open Roundtable (<a href="http://www.youtube.com/watch?v=pocEg6a6ZpM">YouTube</a>) we invited our friends at Wells Fargo to join us. After some quick intros, we began a discussion about their products and interest in YUI, then dove a bit deeper into some talking points regarding DataTable, Skinning, and Tooling. If DataTable development is something interesting to you, you&#8217;ll find quite a bit of discussion in <a href="http://www.youtube.com/watch?v=pocEg6a6ZpM">the video</a> about details of the component and its <a href="https://trello.com/board/datatable-roadmap/518a5e5af277b61271001c3c">upcoming roadmap</a>.</p>
</li>
<li>
<p>YUI&#8217;s <a href="https://github.com/yui/shifter/">Shifter</a> build tool got a version bump to v0.4.0 this week and you can upgrade via <code>npm -g install shifter</code>. This update fixes an issue that was discovered after our migration to Grunt for building releases. The version bump is a minor version (as opposed to a patch version, e.g. v0.3.9) because this does introduce a backwards incompatibility. If you are using a <code>copy</code> directive in any of your component <code>build.json</code> files, the 2nd parameter is now relative to your component&#8217;s build path as opposed to the source path, so you&#8217;ll need to make the appropriate update when you upgrade your copy of Shifter. An example of this change can be seen in <a href="https://github.com/yui/yui3/commit/609f7dde90703d819a1d6a50b9f48cd2fafa7969#src/uploader/build.json">commit 609f7d</a>, which includes updates to <code>/src/io/build.json</code> and <code>/src/uploader/build.json</code>.</p>
</li>
<li>
<p>Thanks to the <a href="http://www.liferay.com/community/liferay-projects/alloy-ui/overview">AlloyUI</a> crew for our <a href="https://twitter.com/AlloyUI/status/335433971431264256/photo/1">awesome new t-shirts</a>! If you are unfamiliar with AlloyUI, it&#8217;s a self-described &#8220;UI framework built on top of YUI3 that provides a simple API for building high scalable applications.&#8221; Their website is full of goodies, such as <a href="http://alloyui.com/examples/">examples</a>, <a href="http://alloyui.com/tutorials/">Tutorials</a>, and <a href="http://alloyui.com/api/">API docs</a>. Check it out!</p>
</li>
<li>
<p>Do you have experience with JavaScript, Java, Internationalization, and love solving complex problems at massive scale? Yahoo&#8217;s internationalization team <a href="http://www.yuiblog.com/blog/2013/05/17/yahoos-international-team-is-hiring/">is hiring</a>!</p>
</li>
<li>
<p>New and updated <a href="http://yuilibrary.com/gallery/">Gallery</a> modules include: <a href="http://yuilibrary.com/gallery/show/debounce">debounce</a>, <a href="http://yuilibrary.com/gallery/show/dd-momentum-plugin">dd-momentum-plugin</a>, <a href="http://github.com/juandopazo/yui3-task">task</a>, <a href="http://github.com/juandopazo/yui3-scrollspy">scrollspy</a>, <a href="https://github.com/juandopazo/yui3-io-utils">io-utils</a>, and <a href="http:////github.com/juandopazo/yui3-affix">affix</a>.</p>
</li>
<li>
<p>Links of the Week (thanks to <a href="http://javascriptweekly.com">JavaScript Weekly</a> )</p>
<ul>
<li><a href="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts">Draft Specification for ES.next (Ecma-262 Edition 6)</a></li>
<li><a href="http://blog.alxandr.me/2013/05/13/introducing-augmented-javascript/">Introducing Augmented JavaScript</a></li>
<li><a href="http://www.49lights.com/blogg/2013/05/introduction_to_map_and_reduce_in_javascript/">Introduction to Map and Reduce in Javascript</a></li>
<li><a href="http://tech.pro/tutorial/1214/javascript-regular-expression-enlightenment">JavaScript Regular Expression Enlightenment</a></li>
<li><a href="http://javascriptweekly.com/archive/130.html">&#8230; and more</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/18/yui-weekly-for-may-17th-2013/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2013年5月17日 管理人のブックマーク</title>
		<link>http://www.komaztz.com/wp/2013/05/17/2013%e5%b9%b45%e6%9c%8817%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/2013%e5%b9%b45%e6%9c%8817%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/2013517.html</guid>
		<description><![CDATA[2013年5月17日の気になったページ集です Google App EngineがPHPに対応、限定プレビューを開始。ローカルでPHP環境を...]]></description>
			<content:encoded><![CDATA[2013年5月17日の気になったページ集です Google App EngineがPHPに対応、限定プレビューを開始。ローカルでPHP環境を...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/2013%e5%b9%b45%e6%9c%8817%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows PCを重くするiTunes</title>
		<link>http://www.komaztz.com/wp/2013/05/17/windows-pc%e3%82%92%e9%87%8d%e3%81%8f%e3%81%99%e3%82%8bitunes/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/windows-pc%e3%82%92%e9%87%8d%e3%81%8f%e3%81%99%e3%82%8bitunes/#comments</comments>
		<pubDate>Fri, 17 May 2013 10:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://7b8afa6ceb52c73cc056e2828c98cb64</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、数年前までは、Windows PCが重くなる要因といえばバックグラウンドで実行されるアンチウイルスソフトが相場だった。しかし、現在PCを遅くしているのはiTunesだという。Andy Patrizio氏はシステムリソースを監視できるデスクトップ・ユーティリティ「Rainmeter」でCPU、ストレージ、メモリおよびネットワーク活動をチェックしていたところ、異常な量のスレッドとCPUパワーを消費しているアプリケーションを発見した。その犯人を突き止めたところ、iTunesによってインストールされたiPhoneおよびApple TV用のサービスだったという（NETWORKWORLD、本家/.）。

解決方法はサービスをオフにすることだが、iPhoneユーザーはそれができない。この問題は iTunes version 7.3.以降、長い間解消されていこなかった。iPhoneをPCに接続する必要が無い場合や、iTunes以外で同期できるユーザーであれば、AppleMobileDeviceService.exeを無効にしたほうが幸せになることができるだろう。<p> <a href="http://apple.slashdot.jp/story/13/05/17/0846230/">すべて読む</a> &#124; <a href="http://apple.slashdot.jp/">アップルセクション</a> &#124; <a href="http://slashdot.jp/stories/software">ソフトウェア</a> &#124; <a href="http://slashdot.jp/stories/apple">アップル</a> &#124; <a href="http://slashdot.jp/stories/windows">Windows</a> </p> <p> 関連ストーリー： <br /><a href="http://apple.slashdot.jp/article.pl?sid=12/11/07/030256">iTunes Storeでソニーミュージックの楽曲配信を開始</a> 2012年11月07日 <br /><a href="http://slashdot.jp/article.pl?sid=11/08/16/0833203">ブートはもう怖くない？短くなった起動時間</a> 2011年08月16日 <br /><a href="http://slashdot.jp/article.pl?sid=09/05/09/0356215">Windows 7はVistaと較べて、さほど速くない</a> 2009年05月09日 <br /><a href="http://slashdot.jp/article.pl?sid=09/01/07/0131204">Microsoft、スペック不足のPCにVistaをインストールさせて15億ドル稼ぐ</a> 2009年01月07日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>数年前までは、Windows PCが重くなる要因といえばバックグラウンドで実行されるアンチウイルスソフトが相場だった。しかし、現在PCを遅くしているのはiTunesだという。Andy Patrizio氏はシステムリソースを監視できるデスクトップ・ユーティリティ「Rainmeter」でCPU、ストレージ、メモリおよびネットワーク活動をチェックしていたところ、異常な量のスレッドとCPUパワーを消費しているアプリケーションを発見した。その犯人を突き止めたところ、iTunesによってインストールされたiPhoneおよびApple TV用のサービスだったという（<a href="http://www.networkworld.com/community/node/83026">NETWORKWORLD</a>、<a href="http://apple.slashdot.org/story/13/05/15/0126252/itunes-still-slowing-down-windows-pcs-after-all-these-years">本家/.</a>）。
</p><p>
解決方法はサービスをオフにすることだが、iPhoneユーザーはそれができない。この問題は iTunes version 7.3.以降、長い間解消されていこなかった。iPhoneをPCに接続する必要が無い場合や、iTunes以外で同期できるユーザーであれば、AppleMobileDeviceService.exeを無効にしたほうが幸せになることができるだろう。</p></div></blockquote><p>
	<a href="http://apple.slashdot.jp/story/13/05/17/0846230/">すべて読む</a>
	
		| <a href="http://apple.slashdot.jp/">アップルセクション</a>
	
		| <a href="http://slashdot.jp/stories/software">ソフトウェア</a>
	
		| <a href="http://slashdot.jp/stories/apple">アップル</a>
	
		| <a href="http://slashdot.jp/stories/windows">Windows</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=12/11/07/030256">iTunes Storeでソニーミュージックの楽曲配信を開始</a>
			<small>2012年11月07日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=11/08/16/0833203">ブートはもう怖くない？短くなった起動時間</a>
			<small>2011年08月16日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=09/05/09/0356215">Windows 7はVistaと較べて、さほど速くない</a>
			<small>2009年05月09日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=09/01/07/0131204">Microsoft、スペック不足のPCにVistaをインストールさせて15億ドル稼ぐ</a>
			<small>2009年01月07日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/windows-pc%e3%82%92%e9%87%8d%e3%81%8f%e3%81%99%e3%82%8bitunes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>複数のファイルをメールに添付する場合、ZIPでまとめて圧縮して添付するのはよろしくない？</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e8%a4%87%e6%95%b0%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ab%e6%b7%bb%e4%bb%98%e3%81%99%e3%82%8b%e5%a0%b4%e5%90%88%e3%80%81zip%e3%81%a7%e3%81%be/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e8%a4%87%e6%95%b0%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ab%e6%b7%bb%e4%bb%98%e3%81%99%e3%82%8b%e5%a0%b4%e5%90%88%e3%80%81zip%e3%81%a7%e3%81%be/#comments</comments>
		<pubDate>Fri, 17 May 2013 08:55:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://5e9ae5f074d4861efb51e870175a6865</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、ASCII.jpの「えっ？？？メールにZipファイルを添付しちゃダメなの？」という記事によると、昨今では電子メールにZIP形式で圧縮したファイルを添付するのは嫌がられる様になってきているらしい。

最近のメールクライアントでは添付ファイルを明示的に保存する操作なしで添付ファイルを閲覧できるようになっているものが多いため、ZIPで圧縮されると閲覧に一手間かかるというのがその理由の1つ。スマートフォン用のメールクライアントだとそもそもZIP圧縮されたファイルを開けない場合もある。Webメールを利用している場合も同様だ。そのため先の記事では、ファイルの数が多い場合はオンラインストレージサービスを使え、と提言している。<p> <a href="http://it.slashdot.jp/story/13/05/17/0838249/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://askslashdot.slashdot.jp/article.pl?sid=13/03/31/0948249">昔の電子メールを保存して閲覧するのによい方法は？</a> 2013年03月31日 <br /><a href="http://security.slashdot.jp/article.pl?sid=11/12/21/099214">電子メール暗号化ソフト、使ってる？</a> 2011年12月21日 <br /><a href="http://slashdot.jp/article.pl?sid=11/08/09/1033232">おしりに拡張子が付いた「拡張子パンツ」</a> 2011年08月09日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>ASCII.jpの「<a href="http://ascii.jp/elem/000/000/786/786619/">えっ？？？メールにZipファイルを添付しちゃダメなの？</a>」という記事によると、昨今では電子メールにZIP形式で圧縮したファイルを添付するのは嫌がられる様になってきているらしい。
</p><p>
最近のメールクライアントでは添付ファイルを明示的に保存する操作なしで添付ファイルを閲覧できるようになっているものが多いため、ZIPで圧縮されると閲覧に一手間かかるというのがその理由の1つ。スマートフォン用のメールクライアントだとそもそもZIP圧縮されたファイルを開けない場合もある。Webメールを利用している場合も同様だ。そのため先の記事では、ファイルの数が多い場合はオンラインストレージサービスを使え、と提言している。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/17/0838249/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://askslashdot.slashdot.jp/article.pl?sid=13/03/31/0948249">昔の電子メールを保存して閲覧するのによい方法は？</a>
			<small>2013年03月31日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=11/12/21/099214">電子メール暗号化ソフト、使ってる？</a>
			<small>2011年12月21日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=11/08/09/1033232">おしりに拡張子が付いた「拡張子パンツ」</a>
			<small>2011年08月09日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e8%a4%87%e6%95%b0%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ab%e6%b7%bb%e4%bb%98%e3%81%99%e3%82%8b%e5%a0%b4%e5%90%88%e3%80%81zip%e3%81%a7%e3%81%be/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Larry Page氏、声帯麻痺を患っていることを公表</title>
		<link>http://www.komaztz.com/wp/2013/05/17/larry-page%e6%b0%8f%e3%80%81%e5%a3%b0%e5%b8%af%e9%ba%bb%e7%97%ba%e3%82%92%e6%82%a3%e3%81%a3%e3%81%a6%e3%81%84%e3%82%8b%e3%81%93%e3%81%a8%e3%82%92%e5%85%ac%e8%a1%a8/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/larry-page%e6%b0%8f%e3%80%81%e5%a3%b0%e5%b8%af%e9%ba%bb%e7%97%ba%e3%82%92%e6%82%a3%e3%81%a3%e3%81%a6%e3%81%84%e3%82%8b%e3%81%93%e3%81%a8%e3%82%92%e5%85%ac%e8%a1%a8/#comments</comments>
		<pubDate>Fri, 17 May 2013 07:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://01e780a4575326377ac395b85f61e2bb</guid>
		<description><![CDATA[<p>danceman 曰く、
GoogleのCEO、Larry Page氏は昨年の夏、原因不明の発声障害のため株主総会とI/Oを欠席したが、声帯麻痺を患っていることを昨日、Google+で公表した（本家/.、Bloomberg Businessweek記事）。

氏のブログ記事によれば、左右両方の声帯が部分的に麻痺しており「非常にまれな症状」であるとのこと。最初に発症したのが14年前で、酷い風邪をひいた後に声がかすれるようになり、風邪が治った後も声が戻らなかったので医者に診てもらったところ左側の声帯が部分的に麻痺していたのだそうだ。だが検査後も原因を特定することはできなかった。そして再び昨年の夏、風邪をひいた後に声がかすれるようになったが、今度は右側の声帯の動きが悪くなってしまったのだという。そして検査してもやはり原因を特定できなかったとのこと。

Page氏はボストンのVoice Health Institute（VHI）財団を通じて、声帯の動きを調節する神経の研究プログラムに寄付を行っており、その金額は2000万ドルを超すとのこと。そしてまだデータの少ない声帯麻痺の症例を集めるため、VHIのホームページ上にアンケートの実施を開始した。<p> <a href="http://it.slashdot.jp/story/13/05/17/0521233/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/google">Google</a> &#124; <a href="http://slashdot.jp/stories/medicine">医療</a> </p> <p> 関連ストーリー： <br /><a href="http://slashdot.jp/article.pl?sid=12/09/06/080224">英国の障害者、世界で初めてロボットスーツを自宅に持ち帰る</a> 2012年09月07日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/07/06/0558215">大学中退のザッカーバーグはハイテク幹部志望者の悪い見本？</a> 2012年07月06日 <br /><a href="http://it.slashdot.jp/article.pl?sid=10/06/25/0759241">Googleでは40歳を超えたら年寄り扱い？</a> 2010年06月25日 <br /><a href="http://slashdot.jp/article.pl?sid=04/04/06/0939247">非可聴つぶやき声で音声認識</a> 2004年04月06日 </p></p>]]></description>
			<content:encoded><![CDATA[danceman 曰く、<blockquote><div><p>
GoogleのCEO、Larry Page氏は昨年の夏、原因不明の発声障害のため株主総会とI/Oを欠席したが、声帯麻痺を患っていることを昨日、<a href="https://plus.google.com/+LarryPage/posts/aqy6DvvLJY1">Google+</a>で公表した（<a href="http://tech.slashdot.org/story/13/05/15/0313206/larry-pages-vocal-cords-are-partially-paralyzed">本家/.</a>、<a href="http://www.businessweek.com/articles/2013-05-14/larry-page-explains-why-he-lost-his-voice">Bloomberg Businessweek記事</a>）。
</p><p>
氏のブログ記事によれば、左右両方の声帯が部分的に麻痺しており「非常にまれな症状」であるとのこと。最初に発症したのが14年前で、酷い風邪をひいた後に声がかすれるようになり、風邪が治った後も声が戻らなかったので医者に診てもらったところ左側の声帯が部分的に麻痺していたのだそうだ。だが検査後も原因を特定することはできなかった。そして再び昨年の夏、風邪をひいた後に声がかすれるようになったが、今度は右側の声帯の動きが悪くなってしまったのだという。そして検査してもやはり原因を特定できなかったとのこと。
</p><p>
Page氏はボストンのVoice Health Institute（VHI）財団を通じて、声帯の動きを調節する神経の研究プログラムに寄付を行っており、その金額は2000万ドルを超すとのこと。そしてまだデータの少ない声帯麻痺の症例を集めるため、VHIのホームページ上にアンケートの実施を開始した。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/17/0521233/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/google">Google</a>
	
		| <a href="http://slashdot.jp/stories/medicine">医療</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://slashdot.jp/article.pl?sid=12/09/06/080224">英国の障害者、世界で初めてロボットスーツを自宅に持ち帰る</a>
			<small>2012年09月07日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/07/06/0558215">大学中退のザッカーバーグはハイテク幹部志望者の悪い見本？</a>
			<small>2012年07月06日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=10/06/25/0759241">Googleでは40歳を超えたら年寄り扱い？</a>
			<small>2010年06月25日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=04/04/06/0939247">非可聴つぶやき声で音声認識</a>
			<small>2004年04月06日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/larry-page%e6%b0%8f%e3%80%81%e5%a3%b0%e5%b8%af%e9%ba%bb%e7%97%ba%e3%82%92%e6%82%a3%e3%81%a3%e3%81%a6%e3%81%84%e3%82%8b%e3%81%93%e3%81%a8%e3%82%92%e5%85%ac%e8%a1%a8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Super Smooth CSS Transitions for jQuery</title>
		<link>http://www.komaztz.com/wp/2013/05/17/super-smooth-css-transitions-for-jquery/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/super-smooth-css-transitions-for-jquery/#comments</comments>
		<pubDate>Fri, 17 May 2013 07:10:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8598</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=1339417837" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=850710144" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>Transit is a super-smooth CSS transitions &#38; transformations for jQuery. You can make transition on any CSS property. They will happen much smoother than if you were to use jQuery&#8217;s default .animate(). You can easily translate, rotate, scale, skew and etc.
Transit degrades older browsers by simply not doing the transformations (rotate, scale, etc) while still [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=21112785" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=395758886" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p><a title="Transit" href="http://ricostacruz.com/jquery.transit/" >Transit</a> is <strong>a super-smooth CSS transitions &amp; transformations for jQuery</strong>. You can make transition on any CSS property. They will happen much smoother than if you were to use jQuery&#8217;s default .animate(). You can easily translate, rotate, scale, skew and etc.</p>
<p>Transit degrades older browsers by simply not doing the transformations (rotate, scale, etc) while still doing standard CSS (opacity, marginLeft, etc) without any animation. Delays and durations will be ignored. It is released under MIT License.</p>
<p ><a title="Transit" href="http://ricostacruz.com/jquery.transit/" ><img class="size-full wp-image-8599 aligncenter" title="transit" src="http://maxcdn.webappers.com/img/2013/05/transit.jpg" alt="transit" width="580" height="391" /></a></p>
<blockquote><p>Requirements: jQuery Framework<br />
Demo: <a title="demo" rel="nofollow" href="http://ricostacruz.com/jquery.transit/" >http://ricostacruz.com/jquery.transit/</a><br />
License: MIT License</p></blockquote>

<!-- Similar Posts took 0.325 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=-QXFP8CFuCQ:_tV3qX8dVsA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=-QXFP8CFuCQ:_tV3qX8dVsA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=-QXFP8CFuCQ:_tV3qX8dVsA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=-QXFP8CFuCQ:_tV3qX8dVsA:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=-QXFP8CFuCQ:_tV3qX8dVsA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/-QXFP8CFuCQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/super-smooth-css-transitions-for-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building Instagram-like Photo Sharing App with HTML5</title>
		<link>http://www.komaztz.com/wp/2013/05/17/building-instagram-like-photo-sharing-app-with-html5/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/building-instagram-like-photo-sharing-app-with-html5/#comments</comments>
		<pubDate>Fri, 17 May 2013 07:01:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8585</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=1187967465" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040993&#38;c=1084523980" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>When I started out on this app I was only really just interested in seeing if the web platform had really evolved to a point where an app like the hugely popular Instagram app could be built using just HTML, JavaScript and CSS.  As it turns out we can in fact do exactly that. [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=815048938" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040993&c=1472138590" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p>When I started out on this app I was only really just interested in seeing if the web platform had really evolved to a point where an app like the hugely popular <a href="http://instagram.com/" >Instagram</a> app could be built using just HTML, JavaScript and CSS.  As it turns out we can in fact do exactly that.  This article walks you through the technologies that make this possible and shows how it is entirely feasible today to build interoperable web applications that provide a great user experience no matter what brand of browser the user is running.</p>
<p>If you happen to be one of the two or so people who have not heard about Instagram then you might be pleased to hear that it is a hugely popular photo sharing and social networking service that allows you to take pictures, apply interesting digital filters on them and share them with the world to see.  The service got so popular that it was <a href="http://finance.fortune.cnn.com/2012/04/09/breaking-facebook-buying-instagram-for-1-billion/" >acquired by Facebook</a> for a bag full of cash and stock in April of 2012.</p>
<p><a href="http://blogorama.nerdworks.in/arbit/InstaFuzz/" >InstaFuzz</a> is the name of the app I put together and while I don’t expect to be acquired by Facebook or anybody else for a billion green it does however make the case that an app such as this one can be built using only standards compliant web technologies such as Canvas, File API, Drag/Drop, Web Workers, ES5 and CSS3 andstill manage to runwell on modern browsers such as <a href="http://ie.microsoft.com/testdrive/" >Internet Explorer 10</a>,Google Chrome and Firefox.  And you could easily use the code to <a href="http://build.windowsstore.com/#fbid=lGmIUjKhWNG" >build a Windows Store app</a> too.</p>
<h3>About the app</h3>
<p>If you’d like to take a look at the app, then here’s where it is hosted at:</p>
<p><a href="http://blogorama.nerdworks.in/arbit/InstaFuzz/" >http://blogorama.nerdworks.in/arbit/InstaFuzz/</a></p>
<p>As soon as you load it up, you’re presented with a screen that looks like this:</p>
<p><img src="http://maxcdn.webappers.com/img/2013/05/wimage001.png" /></p>
<p>The idea is that you can load up a photograph into the app either by clicking on the big red “Add” button on the bottom left hand corner or drag and drop an image file into the blackish/blue area on the right. Once you do that you get something that looks like this: <span id="more-8585"></span></p>
<p><img src="http://maxcdn.webappers.com/img/2013/05/wimage003.png" /></p>
<p>You’ll note that a list of digital filters are listed on the left of the screen showing a preview of what the image would look like if you were to apply the said filter.  Applying a filter is a simple matter of clicking on one of the filter previews on the left.  Here’s what it looks like after applying the “Weighted Grayscale” filter followed by a “Motion Blur”.  As you can tell filters are additive – as you keep clicking on filters, they are applied on top of what was applied earlier:</p>
<p><img src="http://maxcdn.webappers.com/img/2013/05/wimage004.png" /></p>
<p>Let’s next take a look at how the UI layout has been put together.</p>
<h3>UI Layout</h3>
<p>The HTML markup is actually so little that I can actually reproduce the contents of the BODY tag in its entirety here (excluding the SCRIPT includes):</p>
<pre>&lt;header&gt;
&lt;divid="title"&gt;InstaFuzz&lt;/div&gt;
&lt;/header&gt;
&lt;sectionid="container"&gt;
&lt;canvasid="picture"width="650"height="565"&gt;&lt;/canvas&gt;
&lt;divid="controls"&gt;
&lt;divid="filters-list"&gt;&lt;/div&gt;
&lt;buttonid="loadImage"&gt;Add&lt;/button&gt;
&lt;inputtype="file"id="fileUpload"
style="display: none;"
accept="image/gif, image/jpeg, image/png"/&gt;
&lt;/div&gt;
&lt;/section&gt;

&lt;!-- Handlebar template for a filter UI button --&gt;
&lt;scriptid="filter-template"type="text/x-handlebars-template"&gt;
&lt;divclass="filter-container"data-filter-id="{{filterId}}"&gt;
&lt;divclass="filter-name"&gt;{{filterName}}&lt;/div&gt;
&lt;canvasclass="filter-preview"width="128"height="128"&gt;&lt;/canvas&gt;
&lt;/div&gt;
&lt;/script&gt;</pre>
<p>There’s nothing much going on here.  Pretty much everything should be standard fare.  I will however draw attention to the fact that I am using the <a href="http://handlebarsjs.com/" >Handlebars</a> JavaScript templating system here for rendering the markup for the list of filters on the left of the screen.  The template markup is declared in the HTML file (the SCRIPT tag in the snippet shown above) and then used from JavaScript.  The template markup is then bound to a JavaScript object that supplies the values for handlebars expressions such as {{filterId}}and {{filterName}}.  Here’s the relevant piece of JS from the app with a bit of DOM manipulation help from jQuery:</p>
<pre>var templHtml = $("#filter-template").html(),
template = Handlebars.compile(templHtml),
filtersList = $("#filters-list");
var context = {
filterName: filter.name,
filterId: index
};

filtersList.append(template(context));</pre>
<p>As you can tell from the HTML markup all the filter preview boxes feature a CANVAS tag as does the big box on the right where the final output is rendered.  We’ll go into a bit more detail later on in the article as to how canvas technology is used to achieve these effects.<br />
The app also usesCSS3 @font-face fonts to render the text in the header and the “Add” button.  The fonts have been taken from the excellent <a href="http://www.fontsquirrel.com/" >Font Squirrel</a> site and here’s what the declaration looks like:</p>
<pre>@font-face {
font-family: 'TizaRegular';
src: url('fonts/tiza/tiza-webfont.eot');
src: url('fonts/tiza/tiza-webfont.eot?#iefix')
format('embedded-opentype'),
url('fonts/tiza/tiza-webfont.woff')format('woff'),
url('fonts/tiza/tiza-webfont.ttf')format('truetype'),
url('fonts/tiza/tiza-webfont.svg#TizaRegular')format('svg');
font-weight: normal;
font-style: normal;
}</pre>
<p>This directive causes the user agent to embed the font in the page and make it available under the name assigned to the font-family rule which in this case is “TizaRegular”.  After this we can assign this font to any CSS font-family rule like how we normally do.  In InstaFuzz I use the following rule to assign the font to the header element:</p>
<pre>font-family: TizaRegular, Cambria, Cochin, Georgia, Times,
"Times New Roman", serif;</pre>
<p>You might also have noticed that there is a subtle shadow being dropped on the page by the container element.</p>
<p><img src="http://maxcdn.webappers.com/img/2013/05/wimage005.png" /></p>
<p>This is made possible using the <a href="http://msdn.microsoft.com/library/ie/jj127322.aspx" >CSS3 box-shadow</a> rule and here’s how it’s used in InstaFuzz.</p>
<pre>-moz-box-shadow: 1px0px4px#000000, -1px-1px4px#000000;
-webkit-box-shadow: 1px0px4px#000000, -1px-1px4px#000000;
box-shadow: 1px0px4px#000000, -1px-1px4px#000000;</pre>
<p>This causes the browser to render a shadow around the relevant element.  Each comma separated section in the value specifies the following attributes of the shadow:</p>
<p>1.	Horizontal offset<br />
2.	Vertical offset<br />
3.	Spread distance – positive values have the effect of softening the shadow<br />
4.	Shadow color</p>
<p>One can specify multiple shadow values separated by comma as in fact has been done above.  Note that I’ve also specified the shadow using vendor prefix syntax for Firefox and Chrome/Safari using the moz and webkit prefixes.  This causes the shadow to continue to work in versions of those browsers where support for this capability was provided using the vendor prefixed version of the rule.  Note that the W3C version of the rule – box-shadow – is specified last.  This is done deliberately to ensure that in case the browser supports both the forms then only the W3C behavior is actually applied to the page.</p>
<p>One often finds that web developers either fail to include vendor prefixed version of a given CSS3 rule for all the browsers that support that rule and/or fail to include the W3C version as well.  Often developers just put the webkit version of the rule ignoring other browsers and the W3C standard version.  This causes two problems – [1] poor user experience for users who are using non-webkit browsers and [2] it ends up resulting in webkit becoming a de-facto standard for the web.  Ideally we want W3C to be driving the future of the web and not one specific browser implementation.  So here are some things to remember when playing with experimental implementations of CSS features:</p>
<p>1.	Use vendor prefixed versions of CSS rules by all means but remember to specify the rule for all supported browsers and not just the one that you happen to be testing the page in (if you’re using <a href="http://www.microsoft.com/visualstudio/eng/downloads" >Visual Studio</a> to edit your CSS then you might be interested in the supremely excellent extension for Visual Studio called <a href="http://visualstudiogallery.msdn.microsoft.com/6ed4c78f-a23e-49ad-b5fd-369af0c2107f" >Web Essentials</a> that makes the job of managing vendor prefixes about as simple as it can possibly get).<br />
2.	Remember to specify the W3C version of the rule as well.<br />
3.	Remember to order the occurrence of the rules so that the W3C version shows up last.  This is to allow clients that support both the vendor prefixed version and the W3C version to use the W3C specified semantics for the rule.</p>
<h3>Drag/Drop</h3>
<p>One of the things that InstaFuzz supports is the ability to drag and drop image files directly on to the big blackish/blue box.  Support for this is enabled by handling the “drop” event on the CANVAS element.  When a file is dropped onto an HTML element the browser fires the “drop” event on that element and passes in a dataTransfer object which contains a files property that contains a reference to the list of files that were dropped.  Here’s how this is handled in the app (“picture” is the ID of the CANVAS element on the page):</p>
<pre>var pic = $("#picture");
pic.bind("drop", function (e) {
suppressEvent(e);
var files = e.originalEvent.dataTransfer.files;
// more code here to open the file
});
pic.bind("dragover", suppressEvent).bind("dragenter", suppressEvent);
functionsuppressEvent(e) {
e.stopPropagation();
e.preventDefault();
}</pre>
<p>The files property is a collection of File objects that can then subsequently be used with the File API to access the file contents (covered in the next section).  We also handle the dragover and dragenter events and basically prevent those events from propagating to the browser thereby preventing the browser from handling the file drop.  IE for instance might unload the current page and attempt to open the file directly otherwise.</p>
<h3>File API</h3>
<p>Once the file has been dropped, the app attempts to open the image and render it in the canvas.  It does this by using the <a href="http://msdn.microsoft.com/en-us/library/ie/hh673542(v=vs.85).aspx" >File API</a>.  The File API is a W3C specification that allows web apps to programmatically access files from the local file system in a secure fashion.  In InstaFuzz we use the FileReader object to read the file contents as a data URL string like so using the readAsDataURLmethod:</p>
<pre>var reader = newFileReader();
reader.onloadend = function (e2) {
drawImageToCanvas(e2.target.result);
};
reader.readAsDataURL(files[0]);</pre>
<p>Here, files is the collection of File objects retrieved from the function handling the “drop” event on the CANVAS element. Since we are interested only in a single file we simply pick the first file from the collection and ignore the rest if there are any.  The actual file contents are loaded asynchronously and once the load completes, the onloadend event is fired where we get the file contents as a data URL which we then subsequently draw on to the canvas.</p>
<h3>Rendering the filters</h3>
<p>Now the core functionality here is of course the application of the filters.  In order to be able to apply the filter to the image we need a way to access the individual pixels from the image.  And before we can access the pixels we need to have actually rendered the image on to our canvas.  So let’s first take a look at the code that renders the image that the user picked on to the canvas element.</p>
<h3>Rendering images on to the canvas</h3>
<p>The canvas element supports the rendering of Image objects via the drawImage method.  To load up the image file in an Image instance, InstaFuzz uses the following utility routine:</p>
<pre>App.Namespace.define("InstaFuzz.Utils", {
loadImage: function (url, complete) {
varimg = new Image();
img.src = url;
img.onload = function () {
complete(img);
        };
    }
});</pre>
<p>This allows the app to load up image objects from a URL using code such as the following:</p>
<pre>functiondrawImageToCanvas(url) {
InstaFuzz.Utils.loadImage(url, function (img) {
// save reference to source image
sourceImage = img;

mainRenderer.clearCanvas();
mainRenderer.renderImage(img);

// load image filter previews
loadPreviews(img);
    });
}</pre>
<p>Here, mainRenderer is an instance created from the FilterRenderer constructor function defined in filter-renderer.js.  The app uses FilterRenderer objects to manage canvas elements – both in the preview pane as well as the main canvas element on the right.  The renderImage method on the FilterRenderer has been defined like so:</p>
<pre>FilterRenderer.prototype.renderImage = function (img) {
varimageWidth = img.width;
varimageHeight = img.height;
varcanvasWidth = this.size.width;
varcanvasHeight = this.size.height;
var width, height;

if ((imageWidth / imageHeight) &gt;= (canvasWidth / canvasHeight)) {
width = canvasWidth;
height = (imageHeight * canvasWidth / imageWidth);
    } else {
width = (imageWidth * canvasHeight / imageHeight);
height = canvasHeight;
    }

var x = (canvasWidth - width) / 2;
var y = (canvasHeight - height) / 2;
this.context.drawImage(img, x, y, width, height);
};</pre>
<p>That might seem like a lot of code but all it does ultimately is to figure out the best way to render the image in the available screen area considering the aspect ratio of the image.  The key piece of code that actually renders the image on the canvas occurs on the last line of the method.  The context member refers to the 2D context acquired from the canvas object by calling itsgetContext method.</p>
<h3>Fetching pixels from the canvas</h3>
<p>Now that the image has been rendered we will need access to the individual pixels in order to apply all the different filters that are available.  This is easily acquired by calling getImageData on the canvas’s context object.  Here’s how InstaFuzz calls this from instafuzz.js.</p>
<pre>varimageData = renderer.context.getImageData(
    0, 0,
renderer.size.width,
renderer.size.height);</pre>
<p>The object returned by getImageData provides access to the individual pixels via its data property which in turn is an array like object that contains a collection of byte values where each value represents the color rendered for a single channel of a single pixel.  Each pixel is represented using 4 bytes that specify values for the red, green, blue and alpha channels.  It also has a lengthproperty that returns the length of the buffer.  If you have a 2D co-ordinate you can easily transform that into an index into this array using code such as the following.  The color intensity values of each channel ranges from 0 through 255.  Here’s the utility function from filters.js that accepts as input an image data object along with 2D coordinates for the pixel the caller is interested in and returns an object containing the color values:</p>
<pre>functiongetPixel(imageData, x, y) {
var data = imageData.data, index = 0;

// normalize x and y and compute index
    x = (x &lt; 0) ? (imageData.width + x) : x;
    y = (y &lt; 0) ? (imageData.height + y) : y;
index = (x + y * imageData.width) * 4;

return {
r: data[index],
g: data[index + 1],
b: data[index + 2]
    };
}</pre>
<h3>Applying the filters</h3>
<p>Now that we have access to the individual pixels, applying the filter is fairly straightforward.  Here, for instance is the function that applies a weighted grayscale filter on the image.  It simply picks intensities from the red, green and blue channels and sums them up after applying a multiplication factor on each channel and then assigns the result for all 3 channels.</p>
<pre>// "Weighted Grayscale" filter
Filters.addFilter({
name: "Weighted Grayscale",
apply: function (imageData) {
var w = imageData.width, h = imageData.height;
var data = imageData.data;
var index;
for (var y = 0; y &lt; h; ++y) {
for (var x = 0; x &lt; w; ++x) {
index = (x + y * imageData.width) * 4;
var luminance = parseInt((data[index + 0] * 0.3) +
                                         (data[index + 1] + 0.59) +
                                         (data[index + 2] * 0.11));
	data[index + 0] = data[index + 1] =
data[index + 2] = luminance;
            }

Filters.notifyProgress(imageData, x, y, this);
        }

Filters.notifyProgress(imageData, w, h, this);
    }
});</pre>
<p>Once the filter has been applied we can have that reflected on the canvas by calling the putImageData method passing in the modified image data object.  While the weighted grayscale filter is fairly simple most of the other filters use an image processing technique known as convolution.  The code for all the filters is available in filters.js and the convolution filters were ported from the C code available <a href="http://lodev.org/cgtutor/filtering.html" >here</a>.</p>
<h3>Web Workers</h3>
<p>As you might imagine doing all this number crunching to apply the filters can potentially take a long time to complete.  The motion blur filter for instance uses a 9&#215;9 filter matrix for computing the new value for every single pixel and is in fact the most CPU intensive filter among them all.  If we were to do all this computation on the UI thread of the browser then the app would essentially freeze every time a filter was being applied.  To provide a responsive user experience the app delegates the core image processing tasks to a background script using the support for W3C <a href="http://msdn.microsoft.com/en-us/library/ie/hh673568(v=vs.85).aspx" >Web Workers</a> in modern browsers.</p>
<p>Web workers allow web applications to have scripts run in a background task that executes in parallel along with the UI thread.  Communication between the worker and the UI thread is accomplished by passing messages using the postMessage API.  On both ends (i.e. the UI thread and the worker) this manifests as an event notification that you can handle.  You can only pass “data” between workers and the UI thread, i.e., you cannot pass anything that has to do with the user interface  – you cannot for instance, pass DOM elements to the worker from the UI thread.</p>
<p>In InstaFuzz the worker is implemented in the file filter-worker.js.  All it does in the worker is handle the onmessage event and apply a filter and then pass the results back via postMessage.  As it turns out, even though we cannot pass DOM elements (which means we cannot just hand a CANVAS element to the worker to have the filter applied) we can in fact pass the image data object as returned by the getImageDatamethod that we discussed earlier. Here’s the filter processing code from filter-worker.js:</p>
<pre>importScripts("ns.js", "filters.js");

var tag = null;
onmessage = function (e) {
var opt = e.data;
varimageData = opt.imageData;
var filter;

tag = opt.tag;
filter = InstaFuzz.Filters.getFilter(opt.filterKey);

var start = Date.now();
filter.apply(imageData);
var end = Date.now();

postMessage({
type: "image",
imageData: imageData,
filterId: filter.id,
tag: tag,
timeTaken: end - start
    });
}</pre>
<p>The first line pulls in some script files that the worker depends on by calling <a href="http://msdn.microsoft.com/library/ie/hh772875.aspx" >importScripts</a>.  This is similar to including a JavaScript file in a HTML document using the SCRIPT tag.  Then we set up a handler for the onmessage event in response to which we simply apply the filter in question and pass the result back to the UI thread by calling postMessage.  Simple enough!<br />
The code that initializes the worker is in instafuzz.js and looks like this:</p>
<pre>var worker = new Worker("js/filter-worker.js");</pre>
<p>Not much is it?  When a message is sent by the worker to the UI thread we handle it by specifying a handler for the onmessage event on the worker object.  Here’s how this is done in InstaFuzz:</p>
<pre>worker.onmessage = function (e) {
varisPreview = e.data.tag;
switch (e.data.type) {
case"image":
if (isPreview) {
previewRenderers[e.data.filterId].
context.putImageData(
e.data.imageData, 0, 0);
            } else {
mainRenderer.context.putImageData(
e.data.imageData, 0, 0);
            }

break;
// more code here
    }
};</pre>
<p>The code should be fairly self-explanatory.  It simply picks the image data object sent by the worker and applies it to the relevant canvas’s context object causing the modified image to be rendered on screen.  Scheduling a filter for conversion with the worker is equally simple.  Here’s the routine that performs this function in InstaFuzz:</p>
<pre>functionscheduleFilter(filterId,
renderer,
img, isPreview,
resetRender) {
if (resetRender) {
renderer.clearCanvas();
renderer.renderImage(img);
    }

varimageData = renderer.context.getImageData(
        0, 0,
renderer.size.width,
renderer.size.height);

worker.postMessage({
imageData: imageData,
width: imageData.width,
height: imageData.height,
filterKey: filterId,
tag: isPreview
    });
}</pre>
<h3>Wrapping it up</h3>
<p>The source for InstaFuzz is available for download <a href="http://sdrv.ms/11110mf" >here</a>.  We saw that fairly intricate user experiences are possible today with HTML5 technologies such as Canvas, Drag/Drop, File API and Web Workers.  Support for all of these technologies is quite good in pretty much all modern browsers.  One thing that we did not address here is the question of making the app compatible with older browsers.  That, truth be told, is a non-trivial but necessary task that I will hopefully be able to talk about in a future article.</p>
<p>This article is part of the HTML5 tech series from the Internet Explorer team. <a href="http://www.modern.ie/en-US/virtualization-tools" >Try-out</a> the concepts in this article with three months of free BrowserStack cross-browser testing @ <a href="http://modern.IE" >http://modern.IE</a></p>
<h3>About the Author</h3>
<p>Rajasekharan Vengalil is a self-proclaimed nerd working for a company called <a href="http://www.microsoft.com/en-us/default.aspx" >Microsoft</a>. He is part of their Development and Platform Evangelism team which basically means that he gets to learn all about interesting new nerdy stuff that comes out of Microsoft and then talk about it with people (like building an app in HTML5. He thinks he&#8217;s really lucky to be paid for doing what he&#8217;d anyway be doing for free!</p>

<!-- Similar Posts took 0.409 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=lJn6D-PDnlk:1-qHoarVpVY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=lJn6D-PDnlk:1-qHoarVpVY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=lJn6D-PDnlk:1-qHoarVpVY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=lJn6D-PDnlk:1-qHoarVpVY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=lJn6D-PDnlk:1-qHoarVpVY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/lJn6D-PDnlk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/building-instagram-like-photo-sharing-app-with-html5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ember.jsの使い方を動画で学べる『embercasts』</title>
		<link>http://www.komaztz.com/wp/2013/05/17/emberjs%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%92%e5%8b%95%e7%94%bb%e3%81%a7%e5%ad%a6%e3%81%b9%e3%82%8b%e3%80%8eembercasts%e3%80%8f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/emberjs%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%92%e5%8b%95%e7%94%bb%e3%81%a7%e5%ad%a6%e3%81%b9%e3%82%8b%e3%80%8eembercasts%e3%80%8f/#comments</comments>
		<pubDate>Fri, 17 May 2013 05:45:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6309</guid>
		<description><![CDATA[Railscastsみたいで便利そうなのでご紹介。 embercastsでは最近話題のEmber.jsの使い方を動画で教えてくれる。 動画はすべて3分前後と、気軽に見られる点も良いだろう。 英語ではあるが、Ember.jsって何が出来るの？ということをさっと把握したいときにいいですな。 embercasts http://www.embercasts.com/ Ember.jsの使い方を教えてくれる動画チュートリアルサイト。 管理人の独り言 『はてさて』 もう金曜日ですか。いろいろやらねば。 今日の運動記録 今日はなしかなー。]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://www.embercasts.com/"><img src="http://www.100shiki.com/docs/201305/17_logo.gif" border="0" alt="embercasts" width="560" height="324" class="pic"></a></div>
<p>Railscastsみたいで便利そうなのでご紹介。</p>
<p>embercastsでは最近話題のEmber.jsの使い方を動画で教えてくれる。</p>
<p>動画はすべて3分前後と、気軽に見られる点も良いだろう。</p>
<p>英語ではあるが、Ember.jsって何が出来るの？ということをさっと把握したいときにいいですな。</p>
<div id="dotcom_box">
<h3>embercasts</h3>
<p><a href="http://www.embercasts.com/" >http://www.embercasts.com/</a></p>
<p>Ember.jsの使い方を教えてくれる動画チュートリアルサイト。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『はてさて』</h4>
<p>もう金曜日ですか。いろいろやらねば。</p>
<h4>今日の運動記録</h4>
<p>今日はなしかなー。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/emberjs%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%92%e5%8b%95%e7%94%bb%e3%81%a7%e5%ad%a6%e3%81%b9%e3%82%8b%e3%80%8eembercasts%e3%80%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ドコモとLINEが協業、LINEにドコモ専用の「有料通話」ボタンなどを導入へ</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e3%83%89%e3%82%b3%e3%83%a2%e3%81%a8line%e3%81%8c%e5%8d%94%e6%a5%ad%e3%80%81line%e3%81%ab%e3%83%89%e3%82%b3%e3%83%a2%e5%b0%82%e7%94%a8%e3%81%ae%e3%80%8c%e6%9c%89%e6%96%99%e9%80%9a%e8%a9%b1%e3%80%8d/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e3%83%89%e3%82%b3%e3%83%a2%e3%81%a8line%e3%81%8c%e5%8d%94%e6%a5%ad%e3%80%81line%e3%81%ab%e3%83%89%e3%82%b3%e3%83%a2%e5%b0%82%e7%94%a8%e3%81%ae%e3%80%8c%e6%9c%89%e6%96%99%e9%80%9a%e8%a9%b1%e3%80%8d/#comments</comments>
		<pubDate>Fri, 17 May 2013 05:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://4880e0c29eddb273af702afecd0de0b0</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、NTTドコモとLINEが協業し、アプリ開発での協力やNTTドコモによるLINEのプロモーション支援などを行うという（ケータイWatch、発表資料）。

この協業により、Google Play非対応の「らくらくスマートフォン」でもLINEが利用できるようになるほか、ドコモのホームアプリ「Pallet UI」のおすすめとしてLINEアプリが掲載されるようになるという。また、ネットワーク負荷軽減のため両社が協力してシステムやアプリ仕様の改善を行うという。

さらに、LINEのユーザープロフィール画面にドコモ専用の「ワンタッチですぐにドコモの音声回線を使って電話ができる通話ボタン」を配置することも発表された。このボタンを使って発信すると通話料がかかるが、「LINEの通常のパケット通信による通話では利用しづらいような場所でも、ドコモ回線ならではの品質で綺麗な音質で通話できる」という。LINEの通話は通常は無料なのだが、有料でもいいから通話したいという場合に利用できる模様。<p> <a href="http://it.slashdot.jp/story/13/05/17/0453211/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/ntt">NTT</a> &#124; <a href="http://slashdot.jp/stories/cellphone">携帯電話</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://slashdot.jp/article.pl?sid=13/05/15/0719248">NTTドコモの「脱回線」は成功できるか</a> 2013年05月15日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/14/0055209">LINE に政党公式アカウント誕生</a> 2013年05月14日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/23/0323212">スマホ向けの新メールシステム「ドコモメール」を 10 月下旬に再延期</a> 2013年04月23日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>NTTドコモとLINEが協業し、アプリ開発での協力やNTTドコモによるLINEのプロモーション支援などを行うという（<a href="http://k-tai.impress.co.jp/docs/news/20130515_599397.html">ケータイWatch</a>、<a href="http://www.nttdocomo.co.jp/info/news_release/2013/05/15_01.html">発表資料</a>）。
</p><p>
この協業により、Google Play非対応の「らくらくスマートフォン」でもLINEが利用できるようになるほか、ドコモのホームアプリ「Pallet UI」のおすすめとしてLINEアプリが掲載されるようになるという。また、ネットワーク負荷軽減のため両社が協力してシステムやアプリ仕様の改善を行うという。
</p><p>
さらに、LINEのユーザープロフィール画面にドコモ専用の「ワンタッチですぐにドコモの音声回線を使って電話ができる通話ボタン」を配置することも発表された。このボタンを使って発信すると通話料がかかるが、「LINEの通常のパケット通信による通話では利用しづらいような場所でも、ドコモ回線ならではの品質で綺麗な音質で通話できる」という。LINEの通話は通常は無料なのだが、有料でもいいから通話したいという場合に利用できる模様。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/17/0453211/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/ntt">NTT</a>
	
		| <a href="http://slashdot.jp/stories/cellphone">携帯電話</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://slashdot.jp/article.pl?sid=13/05/15/0719248">NTTドコモの「脱回線」は成功できるか</a>
			<small>2013年05月15日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/14/0055209">LINE に政党公式アカウント誕生</a>
			<small>2013年05月14日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/23/0323212">スマホ向けの新メールシステム「ドコモメール」を 10 月下旬に再延期</a>
			<small>2013年04月23日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e3%83%89%e3%82%b3%e3%83%a2%e3%81%a8line%e3%81%8c%e5%8d%94%e6%a5%ad%e3%80%81line%e3%81%ab%e3%83%89%e3%82%b3%e3%83%a2%e5%b0%82%e7%94%a8%e3%81%ae%e3%80%8c%e6%9c%89%e6%96%99%e9%80%9a%e8%a9%b1%e3%80%8d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>エレメントのホバー時にフェードアウト＆アイコンをオーバーレイできるjQueryプラグイン「Slickhover.js」</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e3%82%a8%e3%83%ac%e3%83%a1%e3%83%b3%e3%83%88%e3%81%ae%e3%83%9b%e3%83%90%e3%83%bc%e6%99%82%e3%81%ab%e3%83%95%e3%82%a7%e3%83%bc%e3%83%89%e3%82%a2%e3%82%a6%e3%83%88%ef%bc%86%e3%82%a2%e3%82%a4%e3%82%b3/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e3%82%a8%e3%83%ac%e3%83%a1%e3%83%b3%e3%83%88%e3%81%ae%e3%83%9b%e3%83%90%e3%83%bc%e6%99%82%e3%81%ab%e3%83%95%e3%82%a7%e3%83%bc%e3%83%89%e3%82%a2%e3%82%a6%e3%83%88%ef%bc%86%e3%82%a2%e3%82%a4%e3%82%b3/#comments</comments>
		<pubDate>Fri, 17 May 2013 01:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/jqueryslickhove.html</guid>
		<description><![CDATA[Slickhover.js エレメントのホバー時にフェードアウト＆アイコンをオーバーレイできるjQueryプラグイン「Slickhover....]]></description>
			<content:encoded><![CDATA[Slickhover.js エレメントのホバー時にフェードアウト＆アイコンをオーバーレイできるjQueryプラグイン「Slickhover....]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e3%82%a8%e3%83%ac%e3%83%a1%e3%83%b3%e3%83%88%e3%81%ae%e3%83%9b%e3%83%90%e3%83%bc%e6%99%82%e3%81%ab%e3%83%95%e3%82%a7%e3%83%bc%e3%83%89%e3%82%a2%e3%82%a6%e3%83%88%ef%bc%86%e3%82%a2%e3%82%a4%e3%82%b3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>自己主張ファーストなコンテンツを排除しよう</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e8%87%aa%e5%b7%b1%e4%b8%bb%e5%bc%b5%e3%83%95%e3%82%a1%e3%83%bc%e3%82%b9%e3%83%88%e3%81%aa%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%92%e6%8e%92%e9%99%a4%e3%81%97%e3%82%88%e3%81%86/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e8%87%aa%e5%b7%b1%e4%b8%bb%e5%bc%b5%e3%83%95%e3%82%a1%e3%83%bc%e3%82%b9%e3%83%88%e3%81%aa%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%92%e6%8e%92%e9%99%a4%e3%81%97%e3%82%88%e3%81%86/#comments</comments>
		<pubDate>Fri, 17 May 2013 00:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.yasuhisa.com/could/?p=4373</guid>
		<description><![CDATA[自己主張の色が濃く、思い込みが激しい企業側のコンテンツ。このままでは、ますます顧客の心は離れていってしまいます。自分たちが保持するコンテンツを一度疑い、見直してみると改善点は幾つか見つかるはずです。
]]></description>
			<content:encoded><![CDATA[<p><iframe width="602" height="452" src="http://www.youtube.com/embed/D3qltEtl7H8" frameborder="0" allowfullscreen></iframe></p>
<p>私はよく「コンテンツがない。壊れている。」と主張していますが、人によっては「既に自分たちには素晴らしいコンテンツがある。アピールするための素材もたくさん用意されている。」と考える方もいると思います。しかし、それは利用者からの視点からすればコンテンツでも何でもないノイズということもあります。</p>
<p>昨年末から全国で開催している<a href="http://www.yasuhisa.com/could/article/content-for-multidevices/">マルチデバイスを見据えたコンテンツ設計講座</a>で、企業は的外れなコンテンツを出していることを事例を挙げながら紹介しています。クオリティの高い写真、映像、文章が使われているものの、中身は利用者のことを優先していない自己中心なメッセージばかりということがあります。残念ながら企業 Web サイトの大半はそんなところが多かったりします。</p>
<p>上記は <a href="http://www.youtube.com/watch?v=D3qltEtl7H8">Break Up</a> という、広告主と消費者の関係を人間関係に見立てて表現した 2007 年のビデオです。以下、簡単にやりとりを抜粋しておきますが、動きや表情を見るだけでも参考になることが多々あるので、ぜひご覧になってください。会話がない一方的な関係にウンザリする消費者と、ナルシストで思い込みの激しい広告主の関係をコミカルに描いています。</p>
<ul>
<li><strong>消費者</strong>: 別れたい。全然話しかけてくれないじゃないの。</li>
<li><strong>広告主</strong>: あんな大きな広告をつかって愛を宣言したじゃないか。</li>
<li><strong>消費者</strong>: 愛していると言っているだけで、とてもそうは見えないわ。</li>
<li><strong>広告主</strong>: そんなことはない。代理店は絶賛していたよ。</li>
<li><strong>消費者</strong>: 私はもう変わったのに、あなたは何も変わっていない。</li>
<li><strong>広告主</strong>: そんなに腹を立てているのは、クーポンが欲しいからだな。</li>
<li><strong>消費者</strong>: 私のことなんて何も分かっていない。</li>
<li><strong>広告主</strong>: もちろん知っているよ。28〜34の女性で趣味は音楽と映画で・・・</li>
<li><strong>消費者</strong>: あきれた</li>
</ul>
<div class="two alignright lean1"><a href="http://www.youtube.com/watch?v=Lep_DSmSRwE"><img src="http://www.yasuhisa.com/could/wp-content/uploads/2013/05/facebookhome.jpg" alt="Facebook Home" width="294" height="161" class="aligncenter" /></a><small class="caption">美しい映像と音楽で素敵な内容にみえる <a href="http://www.youtube.com/watch?v=Lep_DSmSRwE">Facebook Home</a> のビデオですが、どんなときもオンラインの世界に没頭しているという奇妙な世界。自分たちの製品は素晴らしいという自己主張が見え隠れするものの、人の求めている価値なのかは疑問です。</small></div>
<p>2007年に公開された当時に比べると、ソーシャルメディアを活用したコミュニケーションが重視されている現在ですが、コミュニケーションの仕方は Break Up が公開されたときとあまり変わらないように見えます。これはオフラインの広告だけでなく、オンラインにも同様のことがいえます。今でも画面の大半が「自分たちは素晴らしい」という自画自賛のコンテンツによって占められています。利用者が求めている情報は数画面先に隠されていたり、そもそも Web サイトにないということもあります。</p>
<p>ビデオに登場する女性キャラクターと同様、日本の消費者もそんな自己主張が激しい割には中身のない企業のコンテンツにウンザリしています。今年のはじめに<a href="http://www.yasuhisa.com/could/article/transparency-is-presence/">日本のビジネスは信用を失いつつある</a>という記事を公開しましたが、日本人は他の国に比べて疑い深く、企業からの情報を鵜呑みにしない傾向がでてきました。こうした中、今までどおりに「こんな素晴らしい自分たちを見てくれ」「こんなに面白くて楽しいのはイイヨネ」といった中身のないメッセージを送り続けても良いのでしょうか。</p>
<p>良いコンテンツは様々な要素によって構成されていますが、そのなかに<strong>人間中心である</strong>ことが必須であると言われています。今は広告、マーケティング、Web で本当に顧客のことを考えているのかを証明しなければならない時期に来たのだと思います。美しい映像で、視聴者の心を揺り動かすことできるかもしれません。しかし、それでは企業がそもそも提供しなければならない価値を顧客に提供しているとは言えないと思います。</p>
<p>パッと見が良いイメージだけを配信していればロイアリティや印象が良くなるほど、顧客は単純ではないということ。コンテンツはあって当たり前、良いコンテンツを作っているから大丈夫という部分を一度疑い、見直してみると改善点は幾つか見つかるはずです。</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e8%87%aa%e5%b7%b1%e4%b8%bb%e5%bc%b5%e3%83%95%e3%82%a1%e3%83%bc%e3%82%b9%e3%83%88%e3%81%aa%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%92%e6%8e%92%e9%99%a4%e3%81%97%e3%82%88%e3%81%86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>フラットが美しすぎるアイコン24個セット</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e3%83%95%e3%83%a9%e3%83%83%e3%83%88%e3%81%8c%e7%be%8e%e3%81%97%e3%81%99%e3%81%8e%e3%82%8b%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b324%e5%80%8b%e3%82%bb%e3%83%83%e3%83%88/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e3%83%95%e3%83%a9%e3%83%83%e3%83%88%e3%81%8c%e7%be%8e%e3%81%97%e3%81%99%e3%81%8e%e3%82%8b%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b324%e5%80%8b%e3%82%bb%e3%83%83%e3%83%88/#comments</comments>
		<pubDate>Fri, 17 May 2013 00:02:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/24_1.html</guid>
		<description><![CDATA[Free PSD: 24 Flat Icons &#124; Premium Pixels フラットが美しすぎるアイコン24個セット。PSD形式で配布...]]></description>
			<content:encoded><![CDATA[Free PSD: 24 Flat Icons | Premium Pixels フラットが美しすぎるアイコン24個セット。PSD形式で配布...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e3%83%95%e3%83%a9%e3%83%83%e3%83%88%e3%81%8c%e7%be%8e%e3%81%97%e3%81%99%e3%81%8e%e3%82%8b%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b324%e5%80%8b%e3%82%bb%e3%83%83%e3%83%88/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ソフトバンクの「Wi-Fiスポット設定用ソフトウェア」に脆弱性</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e3%82%bd%e3%83%95%e3%83%88%e3%83%90%e3%83%b3%e3%82%af%e3%81%ae%e3%80%8cwi-fi%e3%82%b9%e3%83%9d%e3%83%83%e3%83%88%e8%a8%ad%e5%ae%9a%e7%94%a8%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e3%82%bd%e3%83%95%e3%83%88%e3%83%90%e3%83%b3%e3%82%af%e3%81%ae%e3%80%8cwi-fi%e3%82%b9%e3%83%9d%e3%83%83%e3%83%88%e8%a8%ad%e5%ae%9a%e7%94%a8%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2/#comments</comments>
		<pubDate>Thu, 16 May 2013 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://be5c99934182046854dd44ebc5b34c47</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、SoftBankが提供する Wi-Fiスポット設定用ソフトウェアに、「Wi-Fi アクセスポイントへの接続処理に起因する脆弱性」があることが明らかになった（JVN）。

アクセスポイントへの接続時、ユーザー情報を意図せず送信する脆弱性があるという。該当するのはSoftBankおよびウィルコム、ディズニー・モバイル・オン・ソフトバンクのWi-Fi対応の一部端末（ソフトバンク、ウィルコム、ディズニー・モバイル・オン・ソフトバンク）。該当端末にはソフトウェアの更新が提供されている模様。<p> <a href="http://it.slashdot.jp/story/13/05/16/0932227/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/security">セキュリティ</a> &#124; <a href="http://slashdot.jp/stories/cellphone">携帯電話</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> &#124; <a href="http://slashdot.jp/stories/keitai">携帯通信</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/07/105210">IE8に新たな脆弱性が発見される。すでにこれを使った大規模攻撃も確認される</a> 2013年05月08日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/05/02/0848226">JINSオンラインショップへの不正アクセス、Struts 2の脆弱性を突かれたのが原因</a> 2013年05月02日 <br /><a href="http://security.slashdot.jp/article.pl?sid=13/04/19/2131214">米NGO、キャリアにより脆弱性が放置されたAndroidスマートフォンの調査と救済をFTCに求める</a> 2013年04月20日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>SoftBankが提供する Wi-Fiスポット設定用ソフトウェアに、「Wi-Fi アクセスポイントへの接続処理に起因する脆弱性」があることが明らかになった（<a href="http://jvn.jp/jp/JVN85371480/index.html">JVN</a>）。
</p><p>
アクセスポイントへの接続時、ユーザー情報を意図せず送信する脆弱性があるという。該当するのはSoftBankおよびウィルコム、ディズニー・モバイル・オン・ソフトバンクのWi-Fi対応の一部端末（<a href="http://jvn.jp/jp/JVN85371480/397327/index.html">ソフトバンク</a>、<a href="http://jvn.jp/jp/JVN85371480/995319/index.html">ウィルコム</a>、<a href="http://jvn.jp/jp/JVN85371480/995417/index.html">ディズニー・モバイル・オン・ソフトバンク</a>）。該当端末にはソフトウェアの更新が提供されている模様。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/16/0932227/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/security">セキュリティ</a>
	
		| <a href="http://slashdot.jp/stories/cellphone">携帯電話</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
	
		| <a href="http://slashdot.jp/stories/keitai">携帯通信</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/07/105210">IE8に新たな脆弱性が発見される。すでにこれを使った大規模攻撃も確認される</a>
			<small>2013年05月08日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/05/02/0848226">JINSオンラインショップへの不正アクセス、Struts 2の脆弱性を突かれたのが原因</a>
			<small>2013年05月02日</small>
		
			<br><a href="http://security.slashdot.jp/article.pl?sid=13/04/19/2131214">米NGO、キャリアにより脆弱性が放置されたAndroidスマートフォンの調査と救済をFTCに求める</a>
			<small>2013年04月20日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e3%82%bd%e3%83%95%e3%83%88%e3%83%90%e3%83%b3%e3%82%af%e3%81%ae%e3%80%8cwi-fi%e3%82%b9%e3%83%9d%e3%83%83%e3%83%88%e8%a8%ad%e5%ae%9a%e7%94%a8%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ロシア地下市場では「.jp」ドメインが人気</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e3%83%ad%e3%82%b7%e3%82%a2%e5%9c%b0%e4%b8%8b%e5%b8%82%e5%a0%b4%e3%81%a7%e3%81%af%e3%80%8cjp%e3%80%8d%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%8c%e4%ba%ba%e6%b0%97/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e3%83%ad%e3%82%b7%e3%82%a2%e5%9c%b0%e4%b8%8b%e5%b8%82%e5%a0%b4%e3%81%a7%e3%81%af%e3%80%8cjp%e3%80%8d%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%8c%e4%ba%ba%e6%b0%97/#comments</comments>
		<pubDate>Thu, 16 May 2013 22:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://dec525745b91bbda589e7221b70545a0</guid>
		<description><![CDATA[<p>あるAnonymous Coward 曰く、トレンドマイクロによると、各国のドメインなどが不正取引されているロシア地下市場では、日本の「.jp」ドメインが人気らしい（INTERNET Watch）。

ちなみに信頼性が高くない印象があるという中国の「.cn」は売買の対象外だったとのこと。<p> <a href="http://it.slashdot.jp/story/13/05/16/0931218/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/japan">日本</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/01/080243">whois情報公開代行サービスを利用している.inドメインが停止されている模様</a> 2013年05月01日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/04/17/0818257">関係ない会社の「特定商取引法に基づく表示」をコピーした偽ECサイトが登場</a> 2013年04月18日 <br /><a href="http://it.slashdot.jp/article.pl?sid=12/10/09/0923219">「.tc」ドメインの一部が大幅値上げ、4060円/年から50万円/年へ</a> 2012年10月09日 </p></p>]]></description>
			<content:encoded><![CDATA[あるAnonymous Coward 曰く、<blockquote><div><p>トレンドマイクロによると、各国のドメインなどが不正取引されているロシア地下市場では、日本の「.jp」ドメインが人気らしい（<a href="http://internet.watch.impress.co.jp/docs/news/20130514_599228.html">INTERNET Watch</a>）。
</p><p>
ちなみに信頼性が高くない印象があるという中国の「.cn」は売買の対象外だったとのこと。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/16/0931218/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/japan">日本</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/01/080243">whois情報公開代行サービスを利用している.inドメインが停止されている模様</a>
			<small>2013年05月01日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/04/17/0818257">関係ない会社の「特定商取引法に基づく表示」をコピーした偽ECサイトが登場</a>
			<small>2013年04月18日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=12/10/09/0923219">「.tc」ドメインの一部が大幅値上げ、4060円/年から50万円/年へ</a>
			<small>2012年10月09日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e3%83%ad%e3%82%b7%e3%82%a2%e5%9c%b0%e4%b8%8b%e5%b8%82%e5%a0%b4%e3%81%a7%e3%81%af%e3%80%8cjp%e3%80%8d%e3%83%89%e3%83%a1%e3%82%a4%e3%83%b3%e3%81%8c%e4%ba%ba%e6%b0%97/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PR: 聴覚障害者のためのオリンピック　「デフリンピック」</title>
		<link>http://www.komaztz.com/wp/2013/05/17/pr-%e8%81%b4%e8%a6%9a%e9%9a%9c%e5%ae%b3%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%e3%82%aa%e3%83%aa%e3%83%b3%e3%83%94%e3%83%83%e3%82%af%e3%80%80%e3%80%8c%e3%83%87%e3%83%95%e3%83%aa%e3%83%b3-2/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/pr-%e8%81%b4%e8%a6%9a%e9%9a%9c%e5%ae%b3%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%e3%82%aa%e3%83%aa%e3%83%b3%e3%83%94%e3%83%83%e3%82%af%e3%80%80%e3%80%8c%e3%83%87%e3%83%95%e3%83%aa%e3%83%b3-2/#comments</comments>
		<pubDate>Thu, 16 May 2013 21:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://74a74e1f98d32b2e06de9ca0dfd80526</guid>
		<description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/4cKEJbuDVVCR?type=2" target="_blank"><img alt="" style="border: 0;" border="0"></a></td></tr><tr><td align="left" valign="top"> デフリンピックとは何かを福原愛さんからの応援メッセージなどを交えてご紹介します！ </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br /></div>]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/4cKEJbuDVVCR?type=2" ><img alt=""  border="0" src="http://rss.rssad.jp/rss/img/9JfF3JHDpRDS/4cKEJbuDVVCR?type=2&ent=830a46876bbd9646733ac6a6b9ee9c4e"/></a></td></tr><tr><td align="left" valign="top" > デフリンピックとは何かを福原愛さんからの応援メッセージなどを交えてご紹介します！ </td></tr></tbody></table><div ><span ><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/pr-%e8%81%b4%e8%a6%9a%e9%9a%9c%e5%ae%b3%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%e3%82%aa%e3%83%aa%e3%83%b3%e3%83%94%e3%83%83%e3%82%af%e3%80%80%e3%80%8c%e3%83%87%e3%83%95%e3%83%aa%e3%83%b3-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>世界報道写真の大賞受賞作にPhotoshop加工の疑惑</title>
		<link>http://www.komaztz.com/wp/2013/05/17/%e4%b8%96%e7%95%8c%e5%a0%b1%e9%81%93%e5%86%99%e7%9c%9f%e3%81%ae%e5%a4%a7%e8%b3%9e%e5%8f%97%e8%b3%9e%e4%bd%9c%e3%81%abphotoshop%e5%8a%a0%e5%b7%a5%e3%81%ae%e7%96%91%e6%83%91/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/%e4%b8%96%e7%95%8c%e5%a0%b1%e9%81%93%e5%86%99%e7%9c%9f%e3%81%ae%e5%a4%a7%e8%b3%9e%e5%8f%97%e8%b3%9e%e4%bd%9c%e3%81%abphotoshop%e5%8a%a0%e5%b7%a5%e3%81%ae%e7%96%91%e6%83%91/#comments</comments>
		<pubDate>Thu, 16 May 2013 21:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://5e10e1b6c5436fd18f8a9afb0a4061ce</guid>
		<description><![CDATA[<p>taraiok 曰く、世界報道写真（World Press Photo)財団が主催する2013年世界報道写真大賞の大賞に輝いたのは、スウェーデンPaul Hansen氏の「ガザの葬列」だった。この写真は、イスラエルのミサイル攻撃の被害者たちの埋葬式に向かう人々の姿を捉えたものだ。しかし、この作品はPhotoshopで加工されているという疑いが持ち上がった。

解析を行ったThe Hacker Factor Blogによると、青および黄色のカラーチャンネルの不飽和化や左の壁について輝度を編集するといった行為が行われているという。これは、葬列に参加している行進者の赤い顔を目立たせることで、怒りを強調する意図があるようだ。同ブログでは、どのように加工したかを検証する比較画像を掲載している（The Hacker Factor Blog、EXTREMETECH、本家/.）。
いっぽう撮影者のPaul Hansen氏は、この写真は専門家などにより検証が行われており、偽物ではないとコメントしている。World Press Photo財団側は、画像解析の専門家Eduard de Kam氏にRAWファイルとJPEGイメージを提供して調査を依頼、その結果を公表した。その結果、色とトーンに関して加工されたのは「明確だ」としている。その上で、複数のファイルが合成されるような加工は行われていないとした（World Press Photo財団、news.com.au）

世界報道写真コンテストでは、イメージの内容を変更してはならないという規定がある。ただし、業界で受け入れられている規格に従う加筆は許可されているいう。このことから、World Press Photo財団はこの受賞は有効だと判定したとしている。<p> <a href="http://it.slashdot.jp/story/13/05/16/0922201/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/tech">テクノロジー</a> &#124; <a href="http://slashdot.jp/stories/media">メディア</a> &#124; <a href="http://slashdot.jp/stories/software">ソフトウェア</a> </p> <p> 関連ストーリー： <br /><a href="http://slashdot.jp/article.pl?sid=10/12/06/1035258">キヤノンの「レタッチ検出システム」、破られる</a> 2010年12月06日 <br /><a href="http://slashdot.jp/article.pl?sid=10/03/27/1057249">Photoshop CS5の新機能「Content-Aware Fill」がスゴい</a> 2010年03月27日 <br /><a href="http://slashdot.jp/article.pl?sid=09/09/25/0224248">レタッチした人物写真に「ただし書き」を義務付ける法案、フランスで提出される</a> 2009年09月25日 <br /><a href="http://slashdot.jp/article.pl?sid=06/02/02/1028225">偽造写真を見破るソフトの開発</a> 2006年02月02日 </p></p>]]></description>
			<content:encoded><![CDATA[taraiok 曰く、<blockquote><div><p>世界報道写真（World Press Photo)財団が主催する<a href="http://www.guardian.co.uk/artanddesign/picture/2013/feb/15/paul-hansen-world-press-photo">2013年世界報道写真大賞</a>の大賞に輝いたのは、スウェーデンPaul Hansen氏の「<a href="http://www.newsweekjapan.jp/picture/94301.php">ガザの葬列</a>」だった。この写真は、イスラエルのミサイル攻撃の被害者たちの埋葬式に向かう人々の姿を捉えたものだ。しかし、この作品はPhotoshopで加工されているという疑いが持ち上がった。
</p><p>
解析を行ったThe Hacker Factor Blogによると、青および黄色のカラーチャンネルの不飽和化や左の壁について輝度を編集するといった行為が行われているという。これは、葬列に参加している行進者の赤い顔を目立たせることで、怒りを強調する意図があるようだ。同ブログでは、どのように加工したかを検証する比較画像を掲載している（<a href="http://www.hackerfactor.com/blog/">The Hacker Factor Blog</a>、<a href="http://www.extremetech.com/extreme/155617-how-the-2013-world-press-photo-of-the-year-was-faked-with-photoshop">EXTREMETECH</a>、<a href="http://news.slashdot.org/story/13/05/14/1236219/world-press-photo-winner-accused-of-photoshopping">本家/.</a>）。
</p><p>いっぽう撮影者のPaul Hansen氏は、この写真は専門家などにより検証が行われており、偽物ではないとコメントしている。World Press Photo財団側は、画像解析の専門家Eduard de Kam氏にRAWファイルとJPEGイメージを提供して調査を依頼、その結果を公表した。その結果、色とトーンに関して加工されたのは「明確だ」としている。その上で、複数のファイルが合成されるような加工は行われていないとした（<a href="http://www.worldpressphoto.org/news/digital-photography-experts-confirm-integrity-paul-hansen%E2%80%99s-image-files">World Press Photo財団</a>、<a href="http://www.news.com.au/technology/photographer-says-his-2013-world-press-photo-of-the-year-is-not-a-fake/story-e6frfro0-1226642304141">news.com.au</a>）
</p><p>
世界報道写真コンテストでは、イメージの内容を変更してはならないという規定がある。ただし、業界で受け入れられている規格に従う加筆は許可されているいう。このことから、World Press Photo財団はこの受賞は有効だと判定したとしている。</p></div></blockquote><p>
	<a href="http://it.slashdot.jp/story/13/05/16/0922201/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/tech">テクノロジー</a>
	
		| <a href="http://slashdot.jp/stories/media">メディア</a>
	
		| <a href="http://slashdot.jp/stories/software">ソフトウェア</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://slashdot.jp/article.pl?sid=10/12/06/1035258">キヤノンの「レタッチ検出システム」、破られる</a>
			<small>2010年12月06日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=10/03/27/1057249">Photoshop CS5の新機能「Content-Aware Fill」がスゴい</a>
			<small>2010年03月27日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=09/09/25/0224248">レタッチした人物写真に「ただし書き」を義務付ける法案、フランスで提出される</a>
			<small>2009年09月25日</small>
		
			<br><a href="http://slashdot.jp/article.pl?sid=06/02/02/1028225">偽造写真を見破るソフトの開発</a>
			<small>2006年02月02日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/%e4%b8%96%e7%95%8c%e5%a0%b1%e9%81%93%e5%86%99%e7%9c%9f%e3%81%ae%e5%a4%a7%e8%b3%9e%e5%8f%97%e8%b3%9e%e4%bd%9c%e3%81%abphotoshop%e5%8a%a0%e5%b7%a5%e3%81%ae%e7%96%91%e6%83%91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>YUICompressor 2.4.8 Released</title>
		<link>http://www.komaztz.com/wp/2013/05/17/yuicompressor-248-released/</link>
		<comments>http://www.komaztz.com/wp/2013/05/17/yuicompressor-248-released/#comments</comments>
		<pubDate>Thu, 16 May 2013 16:34:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.yuiblog.com/blog/2013/05/15/</guid>
		<description><![CDATA[We are pleased to announce the the immediate availability of version 2.4.8 of YUICompressor. The first YUICompressor release to come forward since the project moved to the new Contributor Model, 2.4.8 includes a number of improvements submitted by members of the YUICompressor community. Special Thanks In addition to the community at large, special thanks goes [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the the immediate availability of version 2.4.8 of <a href="//github.com/yui/yuicompressor/">YUICompressor</a>. The first YUICompressor release to come forward since the project moved to the <a href="//www.yuiblog.com/blog/2013/01/24/yui-compressor-has-a-new-owner/">new Contributor Model</a>, 2.4.8 includes a number of improvements submitted by members of the YUICompressor community.</p>
<h2>Special Thanks</h2>
<p>In addition to the community at large, special thanks goes out to following individuals for sticking with us during this period of transition and shepherding their pull requests through the new process: <a href="//github.com/danbeam">@danbeam (Dan Beam)</a>, <a href="//github.com/faisalman">@faisalman (Faisal Salman)</a>, <a href="//github.com/killsaw">@killsaw (Steven Bredenberg)</a>, <a href="//github.com/ademey">@ademey (Andrew Demey)</a>, <a href="//github.com/sbertrang">@sbertrang (Simon Bertrang)</a>, <a href="//github.com/danielbeardsley">@danielbeardsley (Daniel Beardsley)</a>, <a href="//github.com/bmouw">@bmouw</a>, <a href="//github.com/bandesz">@bandesz</a>, <a href="//github.com/ryansully">@ryansully (Ryan Sullivan)</a>, <a href="//github.com/apm">@apm (Adam Moore)</a>, <a href="//github.com/nlalevee">@nlalevee (Nicolas Lalevée)</a>, and <a href="//github.com/tml">@tml (Joey Smith)</a>.</p>
<h2>Changes</h2>
<ul>
<li>Fixes for &#8220;important&#8221; and conditional comment processing</li>
<li>Fixes a bug in the support for JS 1.7 style getters/setters</li>
<li>Better compliance and improved compression in CSS results</li>
<li>Many improvements to parameter parsing and batch mode</li>
</ul>
<h2>Join the YUICompressor Community</h2>
<p>As we continue to expand our adoption of the new <a href="//github.com/yui/yui3/wiki/Contributor-Model">Contributor Model</a>, we invite any who are interested in the progress of YUICompressor to join us on the <a href="//groups.google.com/forum/?fromgroups=#!forum/yuicompressor">mailing list</a>, <a href="//github.com/yui/yuicompressor/issues/new">file issues</a> or PRs on the <a href="//github.com/yui/yuicompressor">GitHub repo</a>, or just help us spread the word: <a href="//www.yuiblog.com/blog/2013/01/24/yui-compressor-has-a-new-owner/">YUICompressor lives!</a></p>
<p>If you know of systems that have integrated YUICompressor into their projects or codebases, please drop us a line or add a comment here so we can help push new versions of YUICompressor deeper into the community.</p>
<h2>Release Links</h2>
<ul>
<li><a href="//github.com/yui/yuicompressor/compare/776ace98b6...v2.4.8">Compare v2.4.8 source code to v2.4.7</a></li>
<li><a href="//tml.github.io/yui/yuicompressor-2.4.8.jar">Download the 2.4.8 release</a></li>
<li><a href="//github.com/yui/yuicompressor/archive/v2.4.8.zip">Download the 2.4.8 source archive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/17/yuicompressor-248-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2013年5月16日 管理人のブックマーク</title>
		<link>http://www.komaztz.com/wp/2013/05/16/2013%e5%b9%b45%e6%9c%8816%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/2013%e5%b9%b45%e6%9c%8816%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/2013516.html</guid>
		<description><![CDATA[2013年5月16日の気になったページ集です ［速報］グーグル、Androidのための統合開発ツール「Android Studio」発表。オ...]]></description>
			<content:encoded><![CDATA[2013年5月16日の気になったページ集です ［速報］グーグル、Androidのための統合開発ツール「Android Studio」発表。オ...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/2013%e5%b9%b45%e6%9c%8816%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add Conversations to Any Site with Moot Forums</title>
		<link>http://www.komaztz.com/wp/2013/05/16/add-conversations-to-any-site-with-moot-forums/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/add-conversations-to-any-site-with-moot-forums/#comments</comments>
		<pubDate>Thu, 16 May 2013 07:12:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8581</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=203846190" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=2004453035" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>In the early days of internet the bulletin boards were rife with debate and conversation. Interactions were meaningful and the discussions had validity. After the latest trend of social websites these kinds of discussions have all but vanished. Today the conversations are littered with memes, funny pictures, viral videos, and trolling responses.
Moot is a radically [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=548091094" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=540888360" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p>In the early days of internet the bulletin boards were rife with debate and conversation. Interactions were meaningful and the discussions had validity. After the latest trend of social websites these kinds of discussions have all but vanished. Today the conversations are littered with memes, funny pictures, viral videos, and trolling responses.</p>
<p><a title="Moot" href="https://moot.it/" >Moot</a> is <strong>a radically different discussion platform, unencumbered by the weight of unnecessary features and distractions</strong>. It places the conversation back to the forefront. Clean user interface, persistent content and deep integration into the site will allow a more natural and meaningful discussion to take place. People will focus on topics they care about. You can add conversations to any site with a few lines of HTML. Gorgeous discussions, yours for free.</p>
<p ><a title="Moot" href="https://moot.it/" ><img class="size-full wp-image-8582 aligncenter" title="moot-forum" src="http://maxcdn.webappers.com/img/2013/05/moot-forum.jpg" alt="moot-forum" width="580" height="329" /></a></p>
<blockquote><p>Requirements: -<br />
Demo: <a title="demo" rel="nofollow" href="https://moot.it/" >https://moot.it/</a><br />
License: License Free</p></blockquote>

<!-- Similar Posts took 0.334 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=Nj62U6E2vL8:T0i3r2rvvPw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=Nj62U6E2vL8:T0i3r2rvvPw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=Nj62U6E2vL8:T0i3r2rvvPw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=Nj62U6E2vL8:T0i3r2rvvPw:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=Nj62U6E2vL8:T0i3r2rvvPw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/Nj62U6E2vL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/add-conversations-to-any-site-with-moot-forums/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Simple Verlet Integration Physics Engine</title>
		<link>http://www.komaztz.com/wp/2013/05/16/a-simple-verlet-integration-physics-engine/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/a-simple-verlet-integration-physics-engine/#comments</comments>
		<pubDate>Thu, 16 May 2013 07:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8536</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=196577917" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=1992503224" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>Verlet-js is a simple Verlet integration physics engine written in javascript by Sub Protocol. Particles, distance constraints, and angular constraints are all supported by verlet-js. From these primitives it is possible to construct just about anything you can imagine. 
You can a high level object used within the scene (ball, bridge, cloth and etc. You [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=104620195" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=1974266776" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p><a title="Vertlet JS" href="http://subprotocol.com/verlet-js/" >Verlet-js</a> is<strong> a simple Verlet integration physics engine written in javascript by Sub Protocol</strong>. Particles, distance constraints, and angular constraints are all supported by verlet-js. From these primitives it is possible to construct just about anything you can imagine. </p>
<p>You can a high level object used within the scene (ball, bridge, cloth and etc. You can also links particles together so they can interact with each other. You may use verlet-js under the terms of the very permissive MIT License.</p>
<p ><a title="Vertlet JS" href="http://subprotocol.com/verlet-js/" ><img class="size-full wp-image-8537 aligncenter" title="vertlet" src="http://maxcdn.webappers.com/img/2013/05/vertlet.jpg" alt="vertlet" width="580" height="381" /></a></p>
<blockquote><p>Requirements: JavaScript Framework<br />
Demo: <a title="demo" rel="nofollow" href="http://subprotocol.com/verlet-js/" >http://subprotocol.com/verlet-js/</a><br />
License: MIT License</p></blockquote>

<!-- Similar Posts took 0.329 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=drH3YuDVXdU:SY4e599yusc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=drH3YuDVXdU:SY4e599yusc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=drH3YuDVXdU:SY4e599yusc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=drH3YuDVXdU:SY4e599yusc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=drH3YuDVXdU:SY4e599yusc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/drH3YuDVXdU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/a-simple-verlet-integration-physics-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PR: フレッツ光はNTT西日本公式サイトからの申込みが最安</title>
		<link>http://www.komaztz.com/wp/2013/05/16/pr-%e3%83%95%e3%83%ac%e3%83%83%e3%83%84%e5%85%89%e3%81%afntt%e8%a5%bf%e6%97%a5%e6%9c%ac%e5%85%ac%e5%bc%8f%e3%82%b5%e3%82%a4%e3%83%88%e3%81%8b%e3%82%89%e3%81%ae%e7%94%b3%e8%be%bc%e3%81%bf%e3%81%8c/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/pr-%e3%83%95%e3%83%ac%e3%83%83%e3%83%84%e5%85%89%e3%81%afntt%e8%a5%bf%e6%97%a5%e6%9c%ac%e5%85%ac%e5%bc%8f%e3%82%b5%e3%82%a4%e3%83%88%e3%81%8b%e3%82%89%e3%81%ae%e7%94%b3%e8%be%bc%e3%81%bf%e3%81%8c/#comments</comments>
		<pubDate>Thu, 16 May 2013 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://d7088f1d83ca7e42e8dcc5f28c372c6a</guid>
		<description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/3QT.fhNSPgoy?type=2" target="_blank"><img alt="" style="border: 0;" border="0"></a></td></tr><tr><td align="left" valign="top"> 他社からの乗り換えや新規お申込みで最大概ね1Gbpsが最大割引！公式サイト限定 </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br /></div>]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/3QT.fhNSPgoy?type=2" ><img alt=""  border="0" src="http://rss.rssad.jp/rss/img/9JfF3JHDpRDS/3QT.fhNSPgoy?type=2&ent=e3858460bd9dd924753112a0a98b2eaf"/></a></td></tr><tr><td align="left" valign="top" > 他社からの乗り換えや新規お申込みで最大概ね1Gbpsが最大割引！公式サイト限定 </td></tr></tbody></table><div ><span ><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/pr-%e3%83%95%e3%83%ac%e3%83%83%e3%83%84%e5%85%89%e3%81%afntt%e8%a5%bf%e6%97%a5%e6%9c%ac%e5%85%ac%e5%bc%8f%e3%82%b5%e3%82%a4%e3%83%88%e3%81%8b%e3%82%89%e3%81%ae%e7%94%b3%e8%be%bc%e3%81%bf%e3%81%8c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft は Skype のメッセージを閲覧している</title>
		<link>http://www.komaztz.com/wp/2013/05/16/microsoft-%e3%81%af-skype-%e3%81%ae%e3%83%a1%e3%83%83%e3%82%bb%e3%83%bc%e3%82%b8%e3%82%92%e9%96%b2%e8%a6%a7%e3%81%97%e3%81%a6%e3%81%84%e3%82%8b/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/microsoft-%e3%81%af-skype-%e3%81%ae%e3%83%a1%e3%83%83%e3%82%bb%e3%83%bc%e3%82%b8%e3%82%92%e9%96%b2%e8%a6%a7%e3%81%97%e3%81%a6%e3%81%84%e3%82%8b/#comments</comments>
		<pubDate>Thu, 16 May 2013 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://ab432bc2f9ef7f25ece0ceef679a3857</guid>
		<description><![CDATA[<p>ある Anonymous Coward 曰く、 heise online の記事によると、Skype 上で行ったチャットメッセージは Microsoft の関連企業が閲覧できるようになっているという (本家 /. 記事より) 。発見したのは同紙の読者で、Skype のチャットの後に珍しいネットワークトラフィックがあるのを発見した。調査の結果、HTTPS で始まる URL に対して Microsoft の IP アドレスからのアクセスがあったことが判明したという。heise online が Skype 側に確認を取ったところ、Skype はスパムやフィッシングリンクを特定するために、Skype 上で交わされた IM や SMS をチェックすると返答してきたという。<p> <a href="http://security.slashdot.jp/story/13/05/16/061229/">すべて読む</a> &#124; <a href="http://security.slashdot.jp/">セキュリティセクション</a> &#124; <a href="http://slashdot.jp/stories/security">セキュリティ</a> &#124; <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a> &#124; <a href="http://slashdot.jp/stories/internet">インターネット</a> &#124; <a href="http://slashdot.jp/stories/it">IT</a> </p> <p> 関連ストーリー： <br /><a href="http://apple.slashdot.jp/article.pl?sid=13/04/09/0135242">iPhoneの iMessage は米麻薬取締局でも傍受不可能</a> 2013年04月09日 <br /><a href="http://yro.slashdot.jp/article.pl?sid=13/03/29/0120203">FBI、今年の最優先課題は Gmail や Dropbox などリアルタイム通信傍受・データ監視</a> 2013年03月29日 </p></p>]]></description>
			<content:encoded><![CDATA[<p>ある Anonymous Coward 曰く、</p><blockquote><div><p> <a href="http://www.heise.de/newsticker/meldung/Vorsicht-beim-Skypen-Microsoft-liest-mit-1857620.html" title="Vorsicht beim Skypen - Microsoft liest mit | heise online">heise online の記事</a>によると、Skype 上で行ったチャットメッセージは Microsoft の関連企業が閲覧できるようになっているという (<a href="http://yro.slashdot.org/story/13/05/14/1516247/microsoft-reads-your-skype-chat-messages" title="Microsoft Reads Your Skype Chat Messages - Slashdot">本家 /. 記事</a>より) 。</p><p>発見したのは同紙の読者で、Skype のチャットの後に珍しいネットワークトラフィックがあるのを発見した。調査の結果、HTTPS で始まる URL に対して Microsoft の IP アドレスからのアクセスがあったことが判明したという。heise online が Skype 側に確認を取ったところ、Skype はスパムやフィッシングリンクを特定するために、Skype 上で交わされた IM や SMS をチェックすると返答してきたという。</p></div></blockquote><p>
	<a href="http://security.slashdot.jp/story/13/05/16/061229/">すべて読む</a>
	
		| <a href="http://security.slashdot.jp/">セキュリティセクション</a>
	
		| <a href="http://slashdot.jp/stories/security">セキュリティ</a>
	
		| <a href="http://slashdot.jp/stories/microsoft">マイクロソフト</a>
	
		| <a href="http://slashdot.jp/stories/internet">インターネット</a>
	
		| <a href="http://slashdot.jp/stories/it">IT</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://apple.slashdot.jp/article.pl?sid=13/04/09/0135242">iPhoneの iMessage は米麻薬取締局でも傍受不可能</a>
			<small>2013年04月09日</small>
		
			<br><a href="http://yro.slashdot.jp/article.pl?sid=13/03/29/0120203">FBI、今年の最優先課題は Gmail や Dropbox などリアルタイム通信傍受・データ監視</a>
			<small>2013年03月29日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/microsoft-%e3%81%af-skype-%e3%81%ae%e3%83%a1%e3%83%83%e3%82%bb%e3%83%bc%e3%82%b8%e3%82%92%e9%96%b2%e8%a6%a7%e3%81%97%e3%81%a6%e3%81%84%e3%82%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ピュアCSSでコンテンツスライダーを実装できる「Gallery CSS」</title>
		<link>http://www.komaztz.com/wp/2013/05/16/%e3%83%94%e3%83%a5%e3%82%a2css%e3%81%a7%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%80%e3%83%bc%e3%82%92%e5%ae%9f%e8%a3%85%e3%81%a7%e3%81%8d%e3%82%8b%e3%80%8cgallery/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/%e3%83%94%e3%83%a5%e3%82%a2css%e3%81%a7%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%80%e3%83%bc%e3%82%92%e5%ae%9f%e8%a3%85%e3%81%a7%e3%81%8d%e3%82%8b%e3%80%8cgallery/#comments</comments>
		<pubDate>Thu, 16 May 2013 01:04:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/cssgallery_css.html</guid>
		<description><![CDATA[Gallery CSS ピュアCSSでコンテンツスライダーを実装できる「Gallery CSS」 インデックス付きのピュアCSSで動くスライ...]]></description>
			<content:encoded><![CDATA[Gallery CSS ピュアCSSでコンテンツスライダーを実装できる「Gallery CSS」 インデックス付きのピュアCSSで動くスライ...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/%e3%83%94%e3%83%a5%e3%82%a2css%e3%81%a7%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%80%e3%83%bc%e3%82%92%e5%ae%9f%e8%a3%85%e3%81%a7%e3%81%8d%e3%82%8b%e3%80%8cgallery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>不思議な間隔に陥る背景をスクロールするレイアウトデモ</title>
		<link>http://www.komaztz.com/wp/2013/05/16/%e4%b8%8d%e6%80%9d%e8%ad%b0%e3%81%aa%e9%96%93%e9%9a%94%e3%81%ab%e9%99%a5%e3%82%8b%e8%83%8c%e6%99%af%e3%82%92%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%83%ac%e3%82%a4%e3%82%a2/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/%e4%b8%8d%e6%80%9d%e8%ad%b0%e3%81%aa%e9%96%93%e9%9a%94%e3%81%ab%e9%99%a5%e3%82%8b%e8%83%8c%e6%99%af%e3%82%92%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%83%ac%e3%82%a4%e3%82%a2/#comments</comments>
		<pubDate>Thu, 16 May 2013 00:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/post_630.html</guid>
		<description><![CDATA[Fixed Background Scrolling Layout &#124; Codrops 不思議な間隔に陥る背景をスクロールするレイアウトデモ...]]></description>
			<content:encoded><![CDATA[Fixed Background Scrolling Layout | Codrops 不思議な間隔に陥る背景をスクロールするレイアウトデモ...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/%e4%b8%8d%e6%80%9d%e8%ad%b0%e3%81%aa%e9%96%93%e9%9a%94%e3%81%ab%e9%99%a5%e3%82%8b%e8%83%8c%e6%99%af%e3%82%92%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%83%ac%e3%82%a4%e3%82%a2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>この数値は例えるならばこれくらい、を教えてくれるChrome拡張『Dictionary for Numbers』</title>
		<link>http://www.komaztz.com/wp/2013/05/16/%e3%81%93%e3%81%ae%e6%95%b0%e5%80%a4%e3%81%af%e4%be%8b%e3%81%88%e3%82%8b%e3%81%aa%e3%82%89%e3%81%b0%e3%81%93%e3%82%8c%e3%81%8f%e3%82%89%e3%81%84%e3%80%81%e3%82%92%e6%95%99%e3%81%88%e3%81%a6%e3%81%8f/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/%e3%81%93%e3%81%ae%e6%95%b0%e5%80%a4%e3%81%af%e4%be%8b%e3%81%88%e3%82%8b%e3%81%aa%e3%82%89%e3%81%b0%e3%81%93%e3%82%8c%e3%81%8f%e3%82%89%e3%81%84%e3%80%81%e3%82%92%e6%95%99%e3%81%88%e3%81%a6%e3%81%8f/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:01:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6305</guid>
		<description><![CDATA[あ、ちょっと便利かも。 Dictionary for Numbersは（そのままだが）数に関する辞書を提供してくれるChromeの拡張機能だ。 普段接しないような大きな数字も、「どこそこの人口と同じぐらい」と聞けばそれなりにイメージすることができる。そうした数値と感覚を結びつけてくれるのだ。 使い方も簡単で、普通にブラウジングしていれば自動的にテキストを置き換えてくれるので便利だろう（まぁ、英語だけだが）。またツールバーから直接検索することもできる。 普段から数値感覚を磨くために使ってもいいですな。 Dictionary for Numbers http://www.dictionaryofnumbers.com/ この数値ってどれぐらい？を教えてくれるChrome拡張。 管理人の独り言 『早起き』 が、やっぱり最強だな。 今日の運動記録 あとでなんかやる。]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://www.dictionaryofnumbers.com/"><img src="http://www.100shiki.com/docs/201305/16_logo.gif" border="0" alt="Dictionary for Numbers" width="557" height="157" class="pic"></a></div>
<p>あ、ちょっと便利かも。</p>
<p>Dictionary for Numbersは（そのままだが）数に関する辞書を提供してくれるChromeの拡張機能だ。</p>
<p>普段接しないような大きな数字も、「どこそこの人口と同じぐらい」と聞けばそれなりにイメージすることができる。そうした数値と感覚を結びつけてくれるのだ。</p>
<p>使い方も簡単で、普通にブラウジングしていれば自動的にテキストを置き換えてくれるので便利だろう（まぁ、英語だけだが）。またツールバーから直接検索することもできる。</p>
<p>普段から数値感覚を磨くために使ってもいいですな。</p>
<div id="dotcom_box">
<h3>Dictionary for Numbers</h3>
<p><a href="http://www.dictionaryofnumbers.com/" >http://www.dictionaryofnumbers.com/</a></p>
<p>この数値ってどれぐらい？を教えてくれるChrome拡張。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『早起き』</h4>
<p>が、やっぱり最強だな。</p>
<h4>今日の運動記録</h4>
<p>あとでなんかやる。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/%e3%81%93%e3%81%ae%e6%95%b0%e5%80%a4%e3%81%af%e4%be%8b%e3%81%88%e3%82%8b%e3%81%aa%e3%82%89%e3%81%b0%e3%81%93%e3%82%8c%e3%81%8f%e3%82%89%e3%81%84%e3%80%81%e3%82%92%e6%95%99%e3%81%88%e3%81%a6%e3%81%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PR: ■Interop Tokyo ２０回記念開催■</title>
		<link>http://www.komaztz.com/wp/2013/05/16/pr-%e2%96%a0interop-tokyo-%ef%bc%92%ef%bc%90%e5%9b%9e%e8%a8%98%e5%bf%b5%e9%96%8b%e5%82%ac%e2%96%a0/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/pr-%e2%96%a0interop-tokyo-%ef%bc%92%ef%bc%90%e5%9b%9e%e8%a8%98%e5%bf%b5%e9%96%8b%e5%82%ac%e2%96%a0/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://3bc5e36564fa137de98a9c04e85c5415</guid>
		<description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/fYoSvW.yGp7r?type=2" target="_blank"><img alt="" style="border: 0;" border="0"></a></td></tr><tr><td align="left" valign="top"> セキュリティ、クラウドなど各分野からビッグゲストが多数登壇！先端技術が幕張に集結 </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br /></div>]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/9JfF3JHDpRDS/fYoSvW.yGp7r?type=2" ><img alt=""  border="0" src="http://bnr.rssad.jp/rss/img/9JfF3JHDpRDS/fYoSvW.yGp7r?type=3&ent=7cc854c5c613ec65ba867f35bdc99b20"/></a></td></tr><tr><td align="left" valign="top" > セキュリティ、クラウドなど各分野からビッグゲストが多数登壇！先端技術が幕張に集結 </td></tr></tbody></table><div ><span ><br /><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/pr-%e2%96%a0interop-tokyo-%ef%bc%92%ef%bc%90%e5%9b%9e%e8%a8%98%e5%bf%b5%e9%96%8b%e5%82%ac%e2%96%a0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebookフォン、販売不振のため販売中止が囁かれる</title>
		<link>http://www.komaztz.com/wp/2013/05/16/facebook%e3%83%95%e3%82%a9%e3%83%b3%e3%80%81%e8%b2%a9%e5%a3%b2%e4%b8%8d%e6%8c%af%e3%81%ae%e3%81%9f%e3%82%81%e8%b2%a9%e5%a3%b2%e4%b8%ad%e6%ad%a2%e3%81%8c%e5%9b%81%e3%81%8b%e3%82%8c%e3%82%8b/</link>
		<comments>http://www.komaztz.com/wp/2013/05/16/facebook%e3%83%95%e3%82%a9%e3%83%b3%e3%80%81%e8%b2%a9%e5%a3%b2%e4%b8%8d%e6%8c%af%e3%81%ae%e3%81%9f%e3%82%81%e8%b2%a9%e5%a3%b2%e4%b8%ad%e6%ad%a2%e3%81%8c%e5%9b%81%e3%81%8b%e3%82%8c%e3%82%8b/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">tag:rss.rssad.jp://392741300c9d8f89631f9c78866d9e2d</guid>
		<description><![CDATA[<p>danceman 曰く、先月AT&#38;Tから発売となったAndroidスマートフォン「HTC First」は、Facebook連携機能「Facebook Home」を組み込んでおり「Facebookフォン」とも呼ばれている。だが売れ行きがあまりに悪いため、発売から1ヶ月後に一日限定ではあるが99ドルから99セントに値下げされるなど、苦境が報じられている（ITmedia）。あまりの販売不振のため、販売中止になるのではという話も出ているようだ（本家/.、BGR記事、TechCrunch）。

BGRがAT&#38;Tの情報筋に確認したところによれば、Facebookフォンは間もなく廃盤となり、売れ残った在庫はHTCに返却されることになるとのこと。だがAT&#38;TはHTCと店頭販売契約を結んでおり、契約期間が切れるまではFacebookフォンを販売中止にできないようだ。AT&#38;Tが先週販売したFacebookフォン全米販売台数は、99セントまで大幅に値下げされたにもかわらず1万5千台にも及ばなかった。HTC FirstのスペックはAndroid 4.1/Qualcomm MSM8930AA（1.4GHz、デュアルコア）/RAM 1GB/ストレージ16GB/1280×720ドット4.3インチ液晶/LTE対応と悪くはないのだが、Facebook Homeの出来の悪さが足を引っ張っているという話もある。<p> <a href="http://it.slashdot.jp/story/13/05/15/0852221/">すべて読む</a> &#124; <a href="http://it.slashdot.jp/">ITセクション</a> &#124; <a href="http://slashdot.jp/stories/facebook">Facebook</a> &#124; <a href="http://slashdot.jp/stories/android">Android</a> </p> <p> 関連ストーリー： <br /><a href="http://it.slashdot.jp/article.pl?sid=13/05/10/0118230">Facebook などが主導するオープンソースのネットワークスイッチ開発プロジェクト</a> 2013年05月10日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/03/14/0824202">Facebookの「いいね！」ボタンを押す傾向から、性的指向がバレてしまう可能性</a> 2013年03月14日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/02/09/0842228">Facebook Connectのバグ、数多くのWebサイトがエラーページにリダイレクトされる</a> 2013年02月09日 <br /><a href="http://it.slashdot.jp/article.pl?sid=13/01/17/0842232">Facebook、新検索サービス「グラフサーチ」を発表</a> 2013年01月18日 </p></p>]]></description>
			<content:encoded><![CDATA[danceman 曰く、<blockquote><div><p>先月AT&amp;Tから発売となったAndroidスマートフォン「HTC First」は、Facebook連携機能「Facebook Home」を組み込んでおり「Facebookフォン」とも呼ばれている。だが売れ行きがあまりに悪いため、発売から1ヶ月後に一日限定ではあるが99ドルから99セントに値下げされるなど、苦境が報じられている（<a href="http://www.itmedia.co.jp/news/articles/1305/09/news037.html">ITmedia</a>）。あまりの販売不振のため、販売中止になるのではという話も出ているようだ（<a href="http://mobile.slashdot.org/story/13/05/13/197202/facebook-home-flagship-phone-htc-first-may-be-discontinued">本家/.</a>、<a href="http://bgr.com/2013/05/13/htc-first-discontinued-att-facebook-phone/">BGR記事</a>、<a href="http://jp.techcrunch.com/2013/05/14/20130513rumor-att-to-discontinue-the-htc-first-facebook-phone/">TechCrunch</a>）。
</p><p>
BGRがAT&amp;Tの情報筋に確認したところによれば、Facebookフォンは間もなく廃盤となり、売れ残った在庫はHTCに返却されることになるとのこと。だがAT&amp;TはHTCと店頭販売契約を結んでおり、契約期間が切れるまではFacebookフォンを販売中止にできないようだ。</p><p>AT&amp;Tが先週販売したFacebookフォン全米販売台数は、99セントまで大幅に値下げされたにもかわらず1万5千台にも及ばなかった。</p></div></blockquote><p>HTC FirstのスペックはAndroid 4.1/Qualcomm MSM8930AA（1.4GHz、デュアルコア）/RAM 1GB/ストレージ16GB/1280×720ドット4.3インチ液晶/LTE対応と悪くはないのだが、Facebook Homeの出来の悪さが足を引っ張っているという話もある。</p><p>
	<a href="http://it.slashdot.jp/story/13/05/15/0852221/">すべて読む</a>
	
		| <a href="http://it.slashdot.jp/">ITセクション</a>
	
		| <a href="http://slashdot.jp/stories/facebook">Facebook</a>
	
		| <a href="http://slashdot.jp/stories/android">Android</a>
		</p>
		<p>
		関連ストーリー：
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/05/10/0118230">Facebook などが主導するオープンソースのネットワークスイッチ開発プロジェクト</a>
			<small>2013年05月10日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/03/14/0824202">Facebookの「いいね！」ボタンを押す傾向から、性的指向がバレてしまう可能性</a>
			<small>2013年03月14日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/02/09/0842228">Facebook Connectのバグ、数多くのWebサイトがエラーページにリダイレクトされる</a>
			<small>2013年02月09日</small>
		
			<br><a href="http://it.slashdot.jp/article.pl?sid=13/01/17/0842232">Facebook、新検索サービス「グラフサーチ」を発表</a>
			<small>2013年01月18日</small>
		
		</p>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/16/facebook%e3%83%95%e3%82%a9%e3%83%b3%e3%80%81%e8%b2%a9%e5%a3%b2%e4%b8%8d%e6%8c%af%e3%81%ae%e3%81%9f%e3%82%81%e8%b2%a9%e5%a3%b2%e4%b8%ad%e6%ad%a2%e3%81%8c%e5%9b%81%e3%81%8b%e3%82%8c%e3%82%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2013年5月15日 管理人のブックマーク</title>
		<link>http://www.komaztz.com/wp/2013/05/15/2013%e5%b9%b45%e6%9c%8815%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/</link>
		<comments>http://www.komaztz.com/wp/2013/05/15/2013%e5%b9%b45%e6%9c%8815%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/#comments</comments>
		<pubDate>Wed, 15 May 2013 13:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://phpspot.org/blog/archives/2013/05/2013515.html</guid>
		<description><![CDATA[2013年5月15日の気になったページ集です 米マイクロソフト、次期Windows8.1を正式発表 年内無料配布へ ―Blueの正体判明 &#124;...]]></description>
			<content:encoded><![CDATA[2013年5月15日の気になったページ集です 米マイクロソフト、次期Windows8.1を正式発表 年内無料配布へ ―Blueの正体判明 |...]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/15/2013%e5%b9%b45%e6%9c%8815%e6%97%a5-%e7%ae%a1%e7%90%86%e4%ba%ba%e3%81%ae%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Beginner&#8217;s Guide: Migrating A Website To WordPress Is Easier Than You Think</title>
		<link>http://www.komaztz.com/wp/2013/05/15/a-beginners-guide-migrating-a-website-to-wordpress-is-easier-than-you-think/</link>
		<comments>http://www.komaztz.com/wp/2013/05/15/a-beginners-guide-migrating-a-website-to-wordpress-is-easier-than-you-think/#comments</comments>
		<pubDate>Wed, 15 May 2013 08:33:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://mgmt.smashingmagazine.com/?p=161730</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/15/a-beginners-guide-migrating-a-website-to-wordpress-is-easier-than-you-think/feed/</wfw:commentRss>
		</item>
		<item>
		<title>スタンフォード大学の最新物理の授業が受けられる『Theoretical Minimum』</title>
		<link>http://www.komaztz.com/wp/2013/05/15/%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%95%e3%82%a9%e3%83%bc%e3%83%89%e5%a4%a7%e5%ad%a6%e3%81%ae%e6%9c%80%e6%96%b0%e7%89%a9%e7%90%86%e3%81%ae%e6%8e%88%e6%a5%ad%e3%81%8c%e5%8f%97%e3%81%91%e3%82%89%e3%82%8c/</link>
		<comments>http://www.komaztz.com/wp/2013/05/15/%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%95%e3%82%a9%e3%83%bc%e3%83%89%e5%a4%a7%e5%ad%a6%e3%81%ae%e6%9c%80%e6%96%b0%e7%89%a9%e7%90%86%e3%81%ae%e6%8e%88%e6%a5%ad%e3%81%8c%e5%8f%97%e3%81%91%e3%82%89%e3%82%8c/#comments</comments>
		<pubDate>Wed, 15 May 2013 07:40:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.100shiki.com/?p=6303</guid>
		<description><![CDATA[教育系に興味があるのと、やっぱり物理はおもしろいのでご紹介。 Theoretical Minimumでは、スタンフォード大学の最新物理の授業を受けられるようだ。 授業はYouTubeの映像で提供されている。 大学の授業そのままなので、一つの講義は90分ほどだ。みっちりと教わることができるだろう。 確認テストや進捗管理といった機能は提供されてはいないが、こうした高度な授業を無料かつネットで受けられるというのは素晴らしいですね・・・。うまく活用したいところです。 Theoretical Minimum http://theoreticalminimum.com/ スタンフォード大学の最新物理の授業を受けられるサイト。 管理人の独り言 『書類書類』 書類仕事がたまってきてしまった・・・一気に片付けたい。 今日の運動記録 朝から8kmぐらいかなー。走った。]]></description>
			<content:encoded><![CDATA[<div id="dotcom_logo"><a href="http://theoreticalminimum.com/"><img src="http://www.100shiki.com/docs/201305/15_logo.gif" border="0" alt="Theoretical Minimum" width="560" height="436" class="pic"></a></div>
<p>教育系に興味があるのと、やっぱり物理はおもしろいのでご紹介。</p>
<p>Theoretical Minimumでは、スタンフォード大学の最新物理の授業を受けられるようだ。</p>
<p>授業はYouTubeの映像で提供されている。</p>
<p>大学の授業そのままなので、一つの講義は90分ほどだ。みっちりと教わることができるだろう。</p>
<p>確認テストや進捗管理といった機能は提供されてはいないが、こうした高度な授業を無料かつネットで受けられるというのは素晴らしいですね・・・。うまく活用したいところです。</p>
<div id="dotcom_box">
<h3>Theoretical Minimum</h3>
<p><a href="http://theoreticalminimum.com/" >http://theoreticalminimum.com/</a></p>
<p>スタンフォード大学の最新物理の授業を受けられるサイト。</p>
</div>
<div id="column_box">
<h4>管理人の独り言 『書類書類』</h4>
<p>書類仕事がたまってきてしまった・・・一気に片付けたい。</p>
<h4>今日の運動記録</h4>
<p>朝から8kmぐらいかなー。走った。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/15/%e3%82%b9%e3%82%bf%e3%83%b3%e3%83%95%e3%82%a9%e3%83%bc%e3%83%89%e5%a4%a7%e5%ad%a6%e3%81%ae%e6%9c%80%e6%96%b0%e7%89%a9%e7%90%86%e3%81%ae%e6%8e%88%e6%a5%ad%e3%81%8c%e5%8f%97%e3%81%91%e3%82%89%e3%82%8c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Slick Sliding Menus for Mobiles with jQuery</title>
		<link>http://www.komaztz.com/wp/2013/05/15/create-slick-sliding-menus-for-mobiles-with-jquery/</link>
		<comments>http://www.komaztz.com/wp/2013/05/15/create-slick-sliding-menus-for-mobiles-with-jquery/#comments</comments>
		<pubDate>Wed, 15 May 2013 07:24:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ウェブ技術]]></category>

		<guid isPermaLink="false">http://www.webappers.com/?p=8531</guid>
		<description><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=1101246291" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1270742&#38;k=f0f765a4a2b8013472eb1ae2074fd0ed&#38;a=1369040994&#38;c=538549453" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>The jQuery.mmenu-plugin is a jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript. The jQuery.mmenu-plugin provides a few options for customizing your menu. The default option values can be overridden by passing new values to the method.
After the plugin has been fired, a series of [...]<h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&#38;utm_medium=cpc&#38;utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=1020207991" ><img src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1369040994&c=1036516424" border="0" alt="" /></a></p><p><a href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" >Advertise here via BSA</a></p><p><a title="jQuery mmenu plugin" href="http://mmenu.frebsite.nl/" >The jQuery.mmenu-plugin</a> is <strong>a jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript</strong>. The jQuery.mmenu-plugin provides a few options for customizing your menu. The default option values can be overridden by passing new values to the method.</p>
<p>After the plugin has been fired, a series of custom events are available for the menu.  All custom events are bound to the .mmenu-namespace. The jQuery.mmenu-plugin was built using the jQuery-library, it is dual licensed under the MIT and GPL licenses.</p>
<p ><a title="jQuery mmenu plugin" href="http://mmenu.frebsite.nl/" ><img class="size-full wp-image-8532 aligncenter" title="mmenu" src="http://maxcdn.webappers.com/img/2013/05/mmenu.jpg" alt="mmenu" width="580" height="367" /></a></p>
<blockquote><p>Requirements: jQuery Framework<br />
Demo: <a title="demo" rel="nofollow" href="http://mmenu.frebsite.nl/" >http://mmenu.frebsite.nl/</a><br />
License: MIT, GPL  License</p></blockquote>

<!-- Similar Posts took 0.333 ms --><h3>Sponsors</h3><p><a href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webappers?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webappers?i=PwV83O9FoOM:nXv1MYebD6o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webappers?i=PwV83O9FoOM:nXv1MYebD6o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Webappers?i=PwV83O9FoOM:nXv1MYebD6o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Webappers?i=PwV83O9FoOM:nXv1MYebD6o:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webappers?a=PwV83O9FoOM:nXv1MYebD6o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Webappers?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webappers/~4/PwV83O9FoOM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.komaztz.com/wp/2013/05/15/create-slick-sliding-menus-for-mobiles-with-jquery/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
