You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
「1人で作るネットサービス」第13回目は、ブログやブックマークなど、自分が管理している情報を一元管理できるサービス「Plnet.jp」を開発している駒形真幸さん(29)にお話を伺った。「将来的には1人で作ったサービスで生活していきたい」と語る彼の開発ポリシーや仕事術はどういったものだろうか。 目標は「37Signals」。シンプルなツールを少人数で 「飲み会などでよく『こういうサービスあるといいよね』という話になりますよね。そういうときに『そんなのすぐ作れるよ』ってよく言っていたのです。でもそう言いながら『だけど作らないだろうなぁ……』とも思っていました。そうして何も作らないくせに適当なことを言っている自分が嫌いで。そこで作ったのがPlnet.jpでした」 Plnet.jpは2006年9月に、前の会社の同僚と2人で作り上げた。同僚は以前海外に住んでいたので英語化とコードの一部を担当。それ以
16. 豪華なメンバー陣 Nate Abele: Lithium Robert Lemke: FLOW3 Nils Adermann: phpBB Larry Masters: CakePHP, CakePHP 2 Brett Bieber: PEAR, PEAR2 Ryan Parman: Amazon Web Services Guilherme Blanco: Doctrine, Doctrine2, SDK et al. Evert Pot: SabreDAV Jordi Boggiano: Composer, Packagist Fabien Potencier: Symfony, Symfony2 Karma Dordrak: Zikula Andre Romcke: eZ Publish Paul Dragoonis: PPI, PPI2 Paul Scott: Chisim
プロジェクト名に愛が無い そしてリポジトリ名がncrm(多分New CRMの略)。だったら更に新しいの出たら何になるのか。nncrmか?nnncrm、n5crmとかschemeの仕様みたいになっていくのかと小一時間(略 テストが無い テストぉ?そんなお上品なもんなんざぁ、とんとお目にかかったことねーなぁ? バリデーションが無い バリデーション?そんなお上品なもんなんざぁ(略 サーバーがrootログインの許可+IP制限している セキュリティを高めたいのか低めたいのかどっちなのか。使い辛いわ。 バージョン管理システムがよくわかってない なぜトップにぶち撒けられてる?trunkはどこ?branchesとtagsはなぜ空? メソッドが大文字から始まる あんた絶対Windows畑から来たね?同じ調子でPHP書かれても困るんだヨォ。 全テーブルに共通のプレフィックスが付いている いや、データベース名が
You are here: Home / 2011 / 4月 / 03 / CakePHPのSimpleTestのバージョンは1.0系列である必要があります CakePHPでテストを利用する場合はSimpleTestをダウンロードして利用しますが、注意しなくてはならないのはそのバージョンは1.0系列である必要があることです。Simpleテストの最新版は1.1で、CakePHP1.3の公式サイトにも「最新版を入手し」などと書かれていますが、arguments.phpが存在しなかったり、arguments.phpを入れても、1.1をインストールすると下記のエラーが表示されて動作しませんでした。 Fatal error: Call to undefined method CakeHtmlReporter::SimpleReporter() in C:\xampp\htdocs\grad\cake
phpenv とは CHH/phpenv - GitHub 複数のバージョンの PHP を管理し, コマンドで簡単に切り替えるためのものです. Ruby でいう rbenv や RVM, Perl でいうところの perlbrew にあたるものです. なお, phpenv の中身は rbenv を流用することで動いています. インストール まず, 以下のコマンドでインストールスクリプトを実行します. $ curl https://raw.github.com/CHH/phpenv/master/install.sh | sh 中では rbenv を git clone していたりするので, Git をインストールしている必要があります. 上記コマンドが成功したら, ~/.bashrc もしくは zsh 使いなら ~/.zshrc に以下のコマンドを追記します. あとはいま編集したファイルを
Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su
vim+プラグイン(remote PHP debugger)+xdebugの環境をつくることで、vimでPHPのデバッグを行うことができるようになります。 今回は環境構築と、デバッグ方法を簡単に紹介したいと思います。 【環境構築】 今回は以下の環境に、デバッグ環境を構築してみました。 ・CentOS 5.2 ・vim 7.0 ・PHP 5.2.6 以下のコマンドでxdebugをインストールします。 #pecl install xdebug インストール完了後、php.iniに以下の設定を加えます。 ————————————————— [zend] zend_extension=”/usr/lib/php/modules/xdebug.so” xdebug.remote_enable=On xdebug.remote_host=localhost ————————————————— その後設
著者: Nick La件名: WordPress Theme Hacks日付: 2007年10月15日URL: http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/訳者: Arata Kojima WordPress Theme Hacks WordPressは最初ウェブログやブログプラットフォームとして開発された。しかし、今、WordPressはとても力強く成長し、僕たちはWordPressであらゆるタイプのWebサイトを作り、CMSとしても利用することができる。 この記事では、みんながよりよいWordPressのテーマを作るために、僕の技をみんなと共有しようと思う。僕はプログラマでもデベロッパーでもない。だから、フロントエンドの開発にフォーカスしようと思う。 そういえば、言い忘れていた。私のようなプログラマーでは
via. はてなブログ 誰か書くんじゃないかと思いつつ、まあ、お決まりのパターンとしてPHP版も書いてみよう。 PHPのこと見てると、書き方とか取り巻く環境ってあんま変わってないなーとか思いつつ、そして何がモダンなんだっけ?新しければいいのか?って話だけど。 一般的な OSX 環境および Linux 環境における、モダンな PHP 開発環境の構築方法についてまとめてみた。最新のPHPとxdebugがあれば十分。 PHP 5.3.2 のインストール ソースから入れてた時期もあるけどやっぱパッケージが楽だな。。オフィシャルじゃないリポジトリを使えばパッケージで入れられる。 pearとpeclは、パッケージ入れるときに一緒に入れちゃう。 pear や pecl そのものは、PHPよりも頻繁にバージョンアップされるし、パッケージになってたりなってなかったりの管理が面倒だから基本的にpear/pec
Easily retrieve and control the display of any custom field values/meta data for posts, inside or outside “the loop”. The power of custom fields gives this plugin the potential to be dozens of plugins all rolled into one. This is a simple plugin that allows you to harness the power of custom fields/meta data. You can define $before and/or $after text/HTML to bookend your results. If no matching cu
Description The Custom Field Template plugin adds the default custom fields on the Write Post/Page. The template format is almost same as the one of the rc:custom_field_gui plugin. The difference is following. English Custom Field Template Manual We have finally published a manual site for the custom field template plugin. You can also use the custom field refinement search for posts in the admin
Description Breadcrumb NavXT, the successor to the popular WordPress plugin Breadcrumb Navigation XT, was written from the ground up to be better than its ancestor. This plugin generates locational breadcrumb trails for your WordPress powered blog or website. These breadcrumb trails are highly customizable to suit the needs of just about any website running WordPress. The Administrative interface
Plugin Directory All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic Description AIOSEO – The Best WordPress SEO Plugin & Toolkit All in One SEO is the original WordPress SEO plugin started in 2007. Today, over 3 million website owners and SEO experts use AIOSEO for higher SEO rankings. Our users consistently rate AIOSEO as the most comprehensive WordPress SEO plugin and
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く