<?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>Standing on the Shoulder of Linus &#187; プログラム</title>
	<atom:link href="http://ounziw.com/tag/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0/feed/" rel="self" type="application/rss+xml" />
	<link>http://ounziw.com</link>
	<description>Ask not what your community can do for you. Ask what you can do for your community.</description>
	<lastBuildDate>Mon, 21 May 2012 22:42:24 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP技術者試験認定証が届きました</title>
		<link>http://ounziw.com/2011/07/13/phpexam-certificate/</link>
		<comments>http://ounziw.com/2011/07/13/phpexam-certificate/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 02:03:40 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[PHP技術者試験]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[デザイナー]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[資格]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=1238</guid>
		<description><![CDATA[PHP技術者試験認定証が届きました。特定非営利活動任意団体PHP技術者認定機構。2012年に上級試験、2012年秋にはウィザード試験。
Related posts:<ol>
<li><a href='http://ounziw.com/2011/08/27/phpexam-beta/' rel='bookmark' title='PHP技術者上級ベータ試験'>PHP技術者上級ベータ試験</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2011/07/13/phpexam-certificate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>スリープソートに渡す値を工夫する</title>
		<link>http://ounziw.com/2011/05/23/sleepsort/</link>
		<comments>http://ounziw.com/2011/05/23/sleepsort/#comments</comments>
		<pubDate>Sun, 22 May 2011 22:59:40 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[math]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[単調増加]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=1099</guid>
		<description><![CDATA[スリープソート、値の絶対位置が決まっているので、そこに置くと、結果的にソートできる。大きい値だと、sleep時間が長くなる
Related posts:<ol>
<li><a href='http://ounziw.com/2011/09/27/ssd-speed/' rel='bookmark' title='SSD換装で起動速度向上'>SSD換装で起動速度向上</a></li>
<li><a href='http://ounziw.com/2009/01/22/%e6%97%a5%e5%b8%b8%e3%81%ae%e6%95%b0%e5%ad%a6%e5%84%aa%e7%a7%80%e8%b3%9e/' rel='bookmark' title='日常の数学優秀賞'>日常の数学優秀賞</a></li>
<li><a href='http://ounziw.com/2010/07/22/python-nyumon/' rel='bookmark' title='Python入門　2＆3対応エスキュービズム／細田謙二 秀和システム'>Python入門　2＆3対応エスキュービズム／細田謙二 秀和システム</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2011/05/23/sleepsort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress で定義されている定数</title>
		<link>http://ounziw.com/2011/01/16/wordpress-constant/</link>
		<comments>http://ounziw.com/2011/01/16/wordpress-constant/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 12:03:59 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プログラム]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=933</guid>
		<description><![CDATA[wordpress で定義されている定数を調べてみました。 検索方法は、単純に wordpress を展開したディレクトリで find * &#124; xargs grep 'define(' を実行した結果です。wordpress 3.04 日本語版、インストール前の段階(wp-config.php は無く、同梱の wp-config-sample.php のデータ)です。 定数を変更する場合、wordpress 本体を改造することになるケースが多いので、注意してください。自動アップグレード等でデフォルトに戻る可能性があります。 Related posts: wp-config.php で wordpress の URL を変更する方法 setting API を活用した wordpress プラグイン作成 WordPress が使用しているオープンソースライブラリを調べてみた
Related posts:<ol>
<li><a href='http://ounziw.com/2012/02/26/wp-config-php-wordpress-url/' rel='bookmark' title='wp-config.php で wordpress の URL を変更する方法'>wp-config.php で wordpress の URL を変更する方法</a></li>
<li><a href='http://ounziw.com/2012/05/01/setting-api-wordpress/' rel='bookmark' title='setting API を活用した wordpress プラグイン作成'>setting API を活用した wordpress プラグイン作成</a></li>
<li><a href='http://ounziw.com/2012/05/18/wordpress-library/' rel='bookmark' title='WordPress が使用しているオープンソースライブラリを調べてみた'>WordPress が使用しているオープンソースライブラリを調べてみた</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2011/01/16/wordpress-constant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavascriptやCSSを無効にする方法</title>
		<link>http://ounziw.com/2010/09/23/disable-js-css/</link>
		<comments>http://ounziw.com/2010/09/23/disable-js-css/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 10:49:52 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[プログラム]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=725</guid>
		<description><![CDATA[WordPress は、Javascript や CSS を使用しています。便利ですが、これらの機能(の一部)がいらない、というブロガーもいることでしょう。 まずは、自動保存機能を無効にする方法。 自動保存機能を無効にできます。なお、wp-config.php でAUTOSAVE_INTERVALを変更することでも可能です。非常に大きい数値を指定しておけば、実質的に自動保存無効になります。 スタイルシートに関しても、同様の方法が利用できます。 と指定すると、管理画面の色が無い状態になります。スタイル無にしておくと、!important を多用しなくても、管理画面カスタマイズすることができます。 Related posts: WordPress 3.0beta1インストールは容易 PHP技術者試験認定証が届きました wordpress で定義されている定数
Related posts:<ol>
<li><a href='http://ounziw.com/2010/04/07/wp30beta1/' rel='bookmark' title='WordPress 3.0beta1インストールは容易'>WordPress 3.0beta1インストールは容易</a></li>
<li><a href='http://ounziw.com/2011/07/13/phpexam-certificate/' rel='bookmark' title='PHP技術者試験認定証が届きました'>PHP技術者試験認定証が届きました</a></li>
<li><a href='http://ounziw.com/2011/01/16/wordpress-constant/' rel='bookmark' title='wordpress で定義されている定数'>wordpress で定義されている定数</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/09/23/disable-js-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web2pyで一行掲示板</title>
		<link>http://ounziw.com/2010/07/20/1line-bbs/</link>
		<comments>http://ounziw.com/2010/07/20/1line-bbs/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 00:37:59 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[web2py]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[掲示板]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=621</guid>
		<description><![CDATA[web2pyフレームワークを使って、一行掲示板を作ってみました。 db.py default.py default/index.html (実際にはもう少しHTMLの記述があるが省略) 上を見てもらうとわかりますが、トータルで十数行と、非常に短く、手軽にかけます。また、下の画像のように、タグやスクリプト等をフォームから入力しても、標準でエスケープします。 Related posts: web2pyでのテスト CodeIgniter で XMLRPC PHP Snippets for Theme Designer
Related posts:<ol>
<li><a href='http://ounziw.com/2011/04/03/web2py-test/' rel='bookmark' title='web2pyでのテスト'>web2pyでのテスト</a></li>
<li><a href='http://ounziw.com/2011/10/12/codeigniter-xmlrpc/' rel='bookmark' title='CodeIgniter で XMLRPC'>CodeIgniter で XMLRPC</a></li>
<li><a href='http://ounziw.com/2011/02/12/php-snippets-theme-designer/' rel='bookmark' title='PHP Snippets for Theme Designer'>PHP Snippets for Theme Designer</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/07/20/1line-bbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion</title>
		<link>http://ounziw.com/2010/02/16/subversion/</link>
		<comments>http://ounziw.com/2010/02/16/subversion/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:48:42 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[バージョン管理]]></category>
		<category><![CDATA[プログラム]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=421</guid>
		<description><![CDATA[WordPress のバージョン管理は、Subversion(SVN) を使っています。最近では GitHub が人気らしいです。 WordPress は、既に8000以上のプラグインが公式登録されています。プラグインのバージョン管理も Subversion です。このため、GitHub に乗り換えるのは、簡単ではないでしょう。 使い方自体は、通常のサバージョン利用方法とほぼ同じです。詳しい説明は公式サイトUsing Subversionをごらんください。コマンドラインからでも、TortoiseSVN等のGUIツールでも構いません。 wordpress.org のアカウントIDとPASSをそのまま使用します。SVN利用には申請が必要です。Plugins Developer Centerから申請してください。 Related posts: githubを使ってみた WordPressでネットショップを作るのに便利なショッピングカートプラグイン automattic開発のwordpressプラグイン
Related posts:<ol>
<li><a href='http://ounziw.com/2011/01/25/github/' rel='bookmark' title='githubを使ってみた'>githubを使ってみた</a></li>
<li><a href='http://ounziw.com/2009/10/31/shoppingcart/' rel='bookmark' title='WordPressでネットショップを作るのに便利なショッピングカートプラグイン'>WordPressでネットショップを作るのに便利なショッピングカートプラグイン</a></li>
<li><a href='http://ounziw.com/2010/06/28/automattic/' rel='bookmark' title='automattic開発のwordpressプラグイン'>automattic開発のwordpressプラグイン</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/02/16/subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressにはPHPの知識が必要と言われる理由</title>
		<link>http://ounziw.com/2010/01/30/wordpress-php/</link>
		<comments>http://ounziw.com/2010/01/30/wordpress-php/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 01:15:47 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[movable type]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[プログラム]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=385</guid>
		<description><![CDATA[WordPressにはPHPの知識が必要、という意見をよく耳にします。実際、CSS Nite in KANSAI, LP1 プレセッション(1月25日atアップルストア心斎橋)の質疑でも、そういう質問がありました。

Related posts:<ol>
<li><a href='http://ounziw.com/2009/11/03/wordbenchsaitama/' rel='bookmark' title='WordBench埼玉でWordCamp復習'>WordBench埼玉でWordCamp復習</a></li>
<li><a href='http://ounziw.com/2010/08/22/php53-sixcore/' rel='bookmark' title='PHP5.3対応サーバ Sixcore'>PHP5.3対応サーバ Sixcore</a></li>
<li><a href='http://ounziw.com/2011/09/11/phpcon2011/' rel='bookmark' title='PHPカンファレンス2011'>PHPカンファレンス2011</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/01/30/wordpress-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

