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

<channel>
	<title>ブラウザ | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Sat, 07 Mar 2015 09:58:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>ゲーム機のブラウザとFlashの対応</title>
		<link>https://uda2.com/blog/flash/</link>
					<comments>https://uda2.com/blog/flash/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Wed, 15 Oct 2008 03:24:54 +0000</pubDate>
				<category><![CDATA[制作日記]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ゲーム機]]></category>
		<category><![CDATA[ブラウザ]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/10/flash.html</guid>

					<description><![CDATA[<p>PS3が10月末のアップデートでとうとうflash Player 9に対応する事を発表した。by GIGAZIN 最近、履歴を見てるとちらほらゲーム機が出てくる。 もちろんPCや携帯と比べると少ないがこれらを完全に無視し</p>
The post <a href="https://uda2.com/blog/flash/">ゲーム機のブラウザとFlashの対応</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>PS3が10月末のアップデートでとうとうflash Player 9に対応する事を発表した。by <a href="http://gigazine.net/index.php?/news/comments/20081015_ps3_flash/" target="_blank">GIGAZIN</a><br />
最近、履歴を見てるとちらほらゲーム機が出てくる。<br />
もちろんPCや携帯と比べると少ないがこれらを完全に無視してFlashのみでメニューを作ると閲覧者は全く見れない状態になる虞がある。<br />
携帯でもフルブラウザでの閲覧を考えると殆ど対応していない。</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th>&nbsp;</th>
<th>ブラウザ</th>
<th>Flash</th>
<th>解像度</th>
</tr>
<tr>
<th>PSP</th>
<td>NetFront</td>
<td nowrap>flash player 6 相当</td>
<td>480×270(1677万色)</td>
</tr>
<tr>
<th>PS3</th>
<td>独自（NetFront？）</td>
<td>flash player 9 相当</td>
<td>1280×1024（ズーム可）</td>
</tr>
<tr>
<th>DSi</th>
<td>Opera 8.5</td>
<td>非搭載</td>
<td>256×192(26万色)（ズーム可）</td>
</tr>
<tr>
<th>Wii</th>
<td>Opera 9 相当</td>
<td>flash player 7 相当</td>
<td nowrap>800×628（472）(1677万色)（ズーム可）</td>
</tr>
<tr>
<th>&nbsp;</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>docomo</th>
<td>NetFront</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>au</th>
<td>Opera</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>softbank</th>
<td>NetFront</td>
<td>非搭載</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>iphone</th>
<td>Safari</td>
<td>非搭載</td>
<td>320×356 or 480×208（ズーム可）</td>
</tr>
<tr>
<th>WILLCOM</th>
<td>Opera 9相当 </td>
<td>Flash Lite 3<br />（WILLCOM 03）</td>
<td>&nbsp;</td>
</tr>
</table>
<p>※ざっくりとしか調べてないのでバージョンや機種によって異なります。</p>
<p>色々みていくとCSSやJavaScriptは結構対応している様だがバージョンが不明なので実機での確認が必要になる。<br />
<br />
あと、ゲーム機や携帯はメモリが少ないので<br />
画像を張りまっくったりすると表示できないかもしれないし、パソコンと比べると遅いのでJavaScriptを切ってる可能性もある。<br />
<br />
どこまで対応させるかはコンテンツ次第だけどDSiとかiPhoneはそこそこのユーザー数になるかもしれない。<br />
<br />
ちなみにパソコンでもOS9はflash player 7までしか対応してませんので未だOS9が現役なDTP向けのサイトを作るならそれ7以下のバージョンにする必要があるかと思います。</p>The post <a href="https://uda2.com/blog/flash/">ゲーム機のブラウザとFlashの対応</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/flash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Chromeのレビュー</title>
		<link>https://uda2.com/blog/google_chrome/</link>
					<comments>https://uda2.com/blog/google_chrome/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Tue, 02 Sep 2008 22:46:42 +0000</pubDate>
				<category><![CDATA[うだうだ]]></category>
		<category><![CDATA["Google Chrome"]]></category>
		<category><![CDATA[ブラウザ]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/09/google_chrome.html</guid>

					<description><![CDATA[<p>WEB制作をする人間にとって迷惑なのが新しいブラウザの台頭だ。なにやらGoogleから新しいブラウザ「Google Chrome」が出たので、過去に制作したサイトをチェックしてみた。 インストールは他のブラウザと比べ早い</p>
The post <a href="https://uda2.com/blog/google_chrome/">Google Chromeのレビュー</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>WEB制作をする人間にとって迷惑なのが新しいブラウザの台頭だ。なにやらGoogleから新しいブラウザ「<a href="http://www.google.com/chrome/" target="_blank">Google Chrome</a>」が出たので、過去に制作したサイトをチェックしてみた。<br />
インストールは他のブラウザと比べ早い。こんなに早くて大丈夫か心配なぐらい早かった。<br />
しかも、Flashは既に入ってる様だ。<br />
一見するとメニューが無いのでIE7に近い雰囲気がするが、エンジンはsafariと同じらしい。<br />
ざくっと、過去に制作したサイトを見てみたが変になってる所は無い。safariの時はフォントにアンチエイリアスがかかり少し大きくなるので行間が詰まりすぎたりしてたが、Google ChromeはIEコンポーネントを使ってるブラウザの様にいたって普通。<br />
使い勝手は良いし機能的でもある。<br />
JAVASCRIPTが速くなったらしいがJavaScriptの遅いシーンを体感したことが無いのでなんとも言えないがブラウザとしては速いほうだと思う。<br />
テキストボックスが拡げられるのも魅力。<br />
Operaのスピードダイヤルみたいのが付いてる。<br />
トップページにいきなり履歴が表示されてるので恥ずかしい人はシークレットウインドウで見ると履歴が残らない、家族でパソコンを使い廻す人には気の利いた機能。<br />
ブックマークが使いづらいが設定からブックマークバーを表示し、ブックマークをブックマークバーに入れれば（ドラッグで入る）解決する。（フォルダごと入れると使いやすい）<br />
一見、検索ボックスが無いが気になるテキストを検索するのはその文字を選んでアドレスの所にドラッグすれば検索できる。<br />
タブが多段になっていないがタブをウインドウ外にドラッグして別ウインドウにできるし、ウインドウ間でタブの交換もできる。タブが移動しただけでFireFoxの様に再読込してしまう事もない。<br />
操作が直感的で「こうしたら出来るかも」というのが結構出来る。<br />
WEBクリエーターとしては悪いところを書いてGoogle Chromeのユーザー数を下げたいところなんだけど、今のところアイコンがイヤ（ActiveSyncっぽい）ぐらいしか悪いところが見つからない。<br />
主に使ってるFireFoxはいいブラウザなんだけど、それは設定を色々いじってアドオン（機能拡張）を入れての話で、初心者には敷居が高く、FireFox3とかバージョンが上がるとアドオンの開発が間に合わず使えないブラウザに転落してしまう。</p>The post <a href="https://uda2.com/blog/google_chrome/">Google Chromeのレビュー</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/google_chrome/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
