<?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>備忘録</title>
	<atom:link href="http://www.japantokyoebisu.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.japantokyoebisu.com</link>
	<description>名言,プログラム,セミナー,名著などの記録</description>
	<lastBuildDate>Mon, 05 Mar 2012 09:52:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>youtubeのembedタグにスタート時間を設定する</title>
		<link>http://www.japantokyoebisu.com/archives/1019</link>
		<comments>http://www.japantokyoebisu.com/archives/1019#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:52:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=1019</guid>
		<description><![CDATA[URLに以下のコードを挿し込むだけです。 ?rel=0&#38;start=15 例； http://www.youtube.com/watch?v=-7_7W8E-bi8?rel=0&#38;start=15 startの単位は秒なので1分30秒なら90秒なので ?rel=0&#38;start=90 となります。]]></description>
			<content:encoded><![CDATA[<p>URLに以下のコードを挿し込むだけです。<br />
<code>?rel=0&amp;start=15</code></p>
<p>例；<br />
<code>http://www.youtube.com/watch?v=-7_7W8E-bi8?rel=0&amp;start=15</code></p>
<p>startの単位は秒なので1分30秒なら90秒なので<br />
<code>?rel=0&amp;start=90</code><br />
となります。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/1019/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>スマートフォン用サイト構築</title>
		<link>http://www.japantokyoebisu.com/archives/1008</link>
		<comments>http://www.japantokyoebisu.com/archives/1008#comments</comments>
		<pubDate>Thu, 15 Dec 2011 08:35:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=1008</guid>
		<description><![CDATA[■UI 指で押すには44pxは欲しい A href ブロックとして定義 ボタンはJqueryモバイルで作る 開閉式メニュー // form属性 // 電話番号などキーボードと連携したいので、合わせる。 // 上にナビ // ・県別 ・カテゴリー別 ・最近予約されたセミナー // ヘッダー // ・ロゴ ・新規会員登録 ■テスト環境 // ブラウザ Safari // 開発メニュー ユーザーエージェントを変えれる // Webインスペクタ // Jquery開発に最適 http://adobe-html5.jp/ // htaccess もしくは PHP で リダイレクト // ■Jqueryモバイル http://jquerymobile.com/]]></description>
			<content:encoded><![CDATA[<p>■UI<br />
指で押すには44pxは欲しい<br />
A href ブロックとして定義<br />
ボタンはJqueryモバイルで作る<br />
開閉式メニュー</p>
<p>// form属性 //<br />
電話番号などキーボードと連携したいので、合わせる。</p>
<p>// 上にナビ //<br />
・県別<br />
・カテゴリー別<br />
・最近予約されたセミナー</p>
<p>// ヘッダー //<br />
・ロゴ<br />
・新規会員登録</p>
<p>■テスト環境</p>
<p>// ブラウザ Safari //<br />
開発メニュー<br />
ユーザーエージェントを変えれる</p>
<p>// Webインスペクタ //<br />
Jquery開発に最適</p>
<p>http://adobe-html5.jp/</p>
<p>// htaccess もしくは PHP で リダイレクト //</p>
<p>■Jqueryモバイル</p>
<p>http://jquerymobile.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/1008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アップロード容量PHP ルートのphp.iniに書くべき要素</title>
		<link>http://www.japantokyoebisu.com/archives/1004</link>
		<comments>http://www.japantokyoebisu.com/archives/1004#comments</comments>
		<pubDate>Thu, 15 Dec 2011 08:32:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=1004</guid>
		<description><![CDATA[max_execution_time = 1800 max_input_time = 1800 post_max_size = 60M upload_max_filesize = 50M post_max_sizeの方がupload_max_filesizeより上でないといけない。]]></description>
			<content:encoded><![CDATA[<p>max_execution_time = 1800<br />
max_input_time = 1800<br />
post_max_size = 60M<br />
upload_max_filesize = 50M</p>
<p>post_max_sizeの方がupload_max_filesizeより上でないといけない。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/1004/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPPでのバーチャルホスト　設定</title>
		<link>http://www.japantokyoebisu.com/archives/1001</link>
		<comments>http://www.japantokyoebisu.com/archives/1001#comments</comments>
		<pubDate>Mon, 29 Aug 2011 03:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=1001</guid>
		<description><![CDATA[STEP1 ～\xampp\apache\conf\extra\httpd-vhosts.conf DocumentRoot &#8220;C:/xampp/htdocs&#8221; ServerName localhost DocumentRoot &#8220;C:/xampp/htdocs/test01&#8243; ServerName localhost1 DocumentRoot &#8220;C:/xampp/htdocs/test02&#8243; ServerName localhost2 httpd-vhosts.confファイルを上書き保存。 STEP2 hostsファイルの編集 C:\WINDOWS\system32\drivers\etc 上記の行の下に追加。 127.0.0.1 localhost1 127.0.0.1 localhost2]]></description>
			<content:encoded><![CDATA[<p><strong>STEP1 ～\xampp\apache\conf\extra\httpd-vhosts.conf<br />
</strong></p>
<p><VirtualHost *:80><br />
    DocumentRoot &#8220;C:/xampp/htdocs&#8221;<br />
    ServerName localhost<br />
</VirtualHost></p>
<p><VirtualHost *:80><br />
    DocumentRoot &#8220;C:/xampp/htdocs/test01&#8243;<br />
    ServerName localhost1<br />
</VirtualHost></p>
<p><VirtualHost *:80><br />
    DocumentRoot &#8220;C:/xampp/htdocs/test02&#8243;<br />
    ServerName localhost2<br />
</VirtualHost></p>
<p>httpd-vhosts.confファイルを上書き保存。</p>
<p><strong>STEP2 hostsファイルの編集 C:\WINDOWS\system32\drivers\etc</strong></p>
<p>上記の行の下に追加。</p>
<p>127.0.0.1       localhost1<br />
127.0.0.1       localhost2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/1001/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP文字化け　windows7</title>
		<link>http://www.japantokyoebisu.com/archives/997</link>
		<comments>http://www.japantokyoebisu.com/archives/997#comments</comments>
		<pubDate>Tue, 28 Jun 2011 01:23:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=997</guid>
		<description><![CDATA[xampp/mysql/bin/my.iniファイルの設定を下記に変更することで文字化け解消ができた。 +++ [client] default-character-set = utf8 [mysqld] skip-character-set-client-handshake default-character-set = utf8 character-set-server = utf8 collation-server = utf8_general_ci init-connect = SET NAMES utf8 [mysqldump] default-character-set = utf8 [mysql] default-character-set = utf8]]></description>
			<content:encoded><![CDATA[<p>xampp/mysql/bin/my.iniファイルの設定を下記に変更することで文字化け解消ができた。</p>
<p>+++<br />
[client]<br />
default-character-set = utf8</p>
<p>[mysqld]<br />
skip-character-set-client-handshake<br />
default-character-set = utf8<br />
character-set-server = utf8<br />
collation-server = utf8_general_ci<br />
init-connect = SET NAMES utf8</p>
<p>[mysqldump]<br />
default-character-set = utf8</p>
<p>[mysql]<br />
default-character-set = utf8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/997/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressでAuthor_listを自動表示、、は出来たがサムネイルを表示させる。</title>
		<link>http://www.japantokyoebisu.com/archives/995</link>
		<comments>http://www.japantokyoebisu.com/archives/995#comments</comments>
		<pubDate>Wed, 11 May 2011 00:54:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=995</guid>
		<description><![CDATA[WordPressでAuthor_listを自動表示、、は出来たがサムネイルを表示させることがしたかった〜 丁度User Photoを導入していたので以下の記事を参考に実装できました。 ほんとほんと感謝です。 User Photoを使ってAuthor一覧をサムネ付きで表示してみる。 http://kikiki-kukiki.tumblr.com/post/2314844923/wp-usrphoto]]></description>
			<content:encoded><![CDATA[<p>WordPressでAuthor_listを自動表示、、は出来たがサムネイルを表示させることがしたかった〜<br />
丁度User Photoを導入していたので以下の記事を参考に実装できました。<br />
ほんとほんと感謝です。</p>
<p>User Photoを使ってAuthor一覧をサムネ付きで表示してみる。<br />
<a href="http://kikiki-kukiki.tumblr.com/post/2314844923/wp-usrphoto">http://kikiki-kukiki.tumblr.com/post/2314844923/wp-usrphoto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/995/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>誰も必要としていないけれど誰もが欲しがる車</title>
		<link>http://www.japantokyoebisu.com/archives/929</link>
		<comments>http://www.japantokyoebisu.com/archives/929#comments</comments>
		<pubDate>Mon, 14 Feb 2011 02:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[備忘録]]></category>
		<category><![CDATA[car]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=929</guid>
		<description><![CDATA[ものすごいコンセプトだ。 刺激をうけるぜ、メルセデス。 http://www.carview.co.jp/road_impression/article/benz_cls/803/1/]]></description>
			<content:encoded><![CDATA[<p>ものすごいコンセプトだ。<br />
刺激をうけるぜ、メルセデス。<br />
<img src="http://www.japantokyoebisu.com/wp-content/uploads/2011/02/01_x.jpg" alt=""></p>
<p><a href="http://www.carview.co.jp/road_impression/article/benz_cls/803/1/" target="_blank"></p>
<p>http://www.carview.co.jp/road_impression/article/benz_cls/803/1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/929/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ヘミングウェイの言葉</title>
		<link>http://www.japantokyoebisu.com/archives/924</link>
		<comments>http://www.japantokyoebisu.com/archives/924#comments</comments>
		<pubDate>Tue, 08 Feb 2011 01:03:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[備忘録]]></category>
		<category><![CDATA[名言]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=924</guid>
		<description><![CDATA[Auto racing, bull fighting, and mountain climbing are the only real sports &#8230; all others are games… Ernest Hemingway 自動車レース、闘牛、そして登山こそが、真のスポーツだ・・・他のは、みなゲームさ・・・ アーネスト・ヘミングウェイ]]></description>
			<content:encoded><![CDATA[<p>Auto racing, bull fighting, and mountain climbing are the only real sports &#8230; all others are games…<br />
Ernest Hemingway</p>
<p>自動車レース、闘牛、そして登山こそが、真のスポーツだ・・・他のは、みなゲームさ・・・<br />
アーネスト・ヘミングウェイ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/924/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>検索結果の件数を条件で指定するとき</title>
		<link>http://www.japantokyoebisu.com/archives/920</link>
		<comments>http://www.japantokyoebisu.com/archives/920#comments</comments>
		<pubDate>Thu, 02 Dec 2010 03:49:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=920</guid>
		<description><![CDATA[mysqli_num_rows [php]if(mysqli_num_rows($data) == 0 ) { } [/php]]]></description>
			<content:encoded><![CDATA[<p>mysqli_num_rows</p>
<p>[php]if(mysqli_num_rows($data) == 0 ) {<br />
} [/php] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/920/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQL</title>
		<link>http://www.japantokyoebisu.com/archives/916</link>
		<comments>http://www.japantokyoebisu.com/archives/916#comments</comments>
		<pubDate>Thu, 02 Dec 2010 03:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.japantokyoebisu.com/?p=916</guid>
		<description><![CDATA[INSERT INSERT INTO ****** () VALUES () UPDATE &#8220;UPDATE ????? SET name=&#8217;name&#8217; WHERE id=&#8221;&#8221;; DELETE &#8220;DELETE FROM ????? WHERE id = &#8221; LIMIT 1&#8243;; [php]$dbc = mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME); $query = &#34;SELECT * FROM kh_kenshuu WHERE kenshuu_ad_id=&#8217;1&#8242; ORDER BY rand() LIMIT 5&#34;; $data = mysqli_query($dbc, $query); while($row = mysqli_fetch_array($data)){ [/php]]]></description>
			<content:encoded><![CDATA[<p>INSERT<br />
INSERT INTO ****** () VALUES ()</p>
<p>UPDATE<br />
&#8220;UPDATE ????? SET name=&#8217;name&#8217; WHERE id=&#8221;&#8221;;</p>
<p>DELETE<br />
&#8220;DELETE FROM ????? WHERE id = &#8221; LIMIT 1&#8243;;</p>
<p>[php]$dbc = mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);<br />
$query = &quot;SELECT * FROM kh_kenshuu WHERE kenshuu_ad_id=&#8217;1&#8242; ORDER BY rand() LIMIT 5&quot;;<br />
$data = mysqli_query($dbc, $query);<br />
while($row = mysqli_fetch_array($data)){ [/php] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.japantokyoebisu.com/archives/916/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

