There are a lot of build tools that covers specific use cases and/or try to cover as many scenarios as possible, amongst the most famous ones are make, rake, Ant and maven. I’m going to talk about why I’ve been favoring plain Node.js scripts as my “build tool” and how to do some simple things. This work flow may not be the best one for you and your team, understand the reasoning behind it and pick
Ajaxを使うことで、Webのユーザーインターフェイスを 劇的に改善することが出来るんだけれど、 イマイチ良いサンプルが見つからなかったのでJQueryとPHPで実装するサンプルを作ってみたよ サンプルが見つからない理由Ajaxはサーバーとクライアントの連携で動いているけれど、 サーバーは多種多様な技術があるので網羅できない。 クライアント側だけ説明すると、サーバー側が抜けるのでそのままではサンプルを動かすことが出来ない。 ということで、ターゲットをPHPとJQueryに限定してサーバーからクライアントまで一貫したサンプルにしてみました。 ソースコードを極力シンプルにして全コード掲載しています。 作る物クライアントからサーバーに数値を二つ送信し、 二つの値を足した結果をサーバーから取得して画面を更新する。 用意する物PEARが動くサーバー今回はJSONを処理するのにPEARのJSONライブ
久しぶりにプログラミング言語でも触ってみよう・・・ということで、ちょっとPythonを触ってみました。 久しくJavascript以外まともなプログラミングをしてないので、最近の環境を色々調べてると新鮮でした。っていうか環境いっぱいあ
jQuery: The Write Less, Do More, JavaScript Library jQueryの次期メジャーバージョンとなる「jQuery 1.8」に関するアイディア募集が開始された。意見の提出用に専用のフォームが用意されており、12月5日まで受け付けている。 よく寄せられる意見としては、jQuery UIのように必要な部分のみを組み合わせて使えるようにしてほしいというものがあるが、jQueryはjQuery UIとは状況が違うと説明。jQueryをjQuery UIのように分割した場合、ドキュメントの提供、プラグインの提供、デバッグの実施、開発などにおいて負担が増えるとし、開発管理の面やCDN配布およびキャッシュ効果の面からも単一ファイルとしての配布が推奨されると指摘している。 jQueryをモジュールへ分割したjQuipのようなサードパーティ製ライブラリにも言及し
ALOHA EDITOR - A New Kind of Content Design Editing with Aloha Editor Based on the principle of "What you see is what you get", the HTML5 editor makes it possible to edit websites directly on the portal. Fast, uncomplicated editing of videos, photos, graphics, animation and text is daily business with Aloha Editor. Guides Changelog Download Github Contact us if you want to buy Aloha Editor for use
Changelog 2.3.1 update to Aloha 0.23.12 add placeholder for post thumbnails fix changing thumbnails to a newly uploaded image. props adrichey update translations: Polish (props toszcze) and Estonian (props petskratt). added Simplified Chinese translation (props 倡萌) 2.3 make Save/Cancel buttons hover in place of the Edit button allow editing multiple elements simultaneously again enhanced JavaScrip
あけましておめでとうございます。今年もよろしくお願いいたします。 新年最初から注意喚起ですが、2011年12月31日をもってMySQL 5.0のプロダクトライフサイクルが終了しました。今後MySQL 5.0に対して新たなバグ修正やセキュリティ修正は提供されませんので、現在MySQL 5.0を利用している方はバージョンアップを計画されることをおすすめいたします。 オラクル社による買収以降、ソフトウェア製品のサポートポリシーは以下のウェブサイトで確認できるようになっています。 Oracle Lifetime Support Policy for Oracle Software MySQL 5.0:2011年12月まで MySQL 5.1:2013年12月まで MySQL 5.5:2015年12月まで (Extended Supportは2018年12月まで) MySQL 5.0のプロダクトライ
After using PHP for a while now, I've noticed that not all built-in PHP functions are as fast as expected. Consider these two possible implementations of a function that finds if a number is prime using a cached array of primes. //very slow for large $prime_array $prime_array = array( 2, 3, 5, 7, 11, 13, .... 104729, ... ); $result_array = array(); foreach( $prime_array => $number ) { $result_arra
Important first point: This move does not affect Symfony 2.0 apps at all, only the Symfony master is affected. The Symfony2 Doctrine related Bundles move to the Doctrine organization. The DoctrineBundle being in the core for the 2.0 release it is now maintained in a more decoupled way from Symfony for several reasons: No coupling of release cycles anymore. Move code to the organization that actual
A JSON Media Type for Describing the Structure and Meaning of JSON Documents draft-zyp-json-schema-03 Abstract JSON (JavaScript Object Notation) Schema defines the media type "application/schema+json", a JSON based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intend
APC Bug Reported by taco@... Tue, 22 Jun 2010 13:30:52 +0000 PHP: 5.3.2, OS: linux Description: ------------ I've rewritten some create_function() calls to lambda functions. After updating our servers with the new code the following error started to occur on one of the servers: "Base lambda function for closure not found" We immediately replaced the new code with the old and tried to figure out wh
WordPress のテーマを自作するときに、よく使っているコードのまとめです。主に functions.php に書いている基本的なコードばかりです。私は仕事で Webサイトを作っているので、後半はクライアントさん向けの Webサイト用コードです。 私、Evernote を使ってるんですけど、WordPress をカスタマイズするコード … たくさんクリップしてあって、ちょっとごちゃごちゃしてきたので整理しました … X( その中から一般的に使えるコードだけまとめてみました。個人的によく使うコードなど、一カ所にまとめておきたいなーと思ったのでメモ書きです。全部 WordPress 3.2 になってから、テスト済みです。 WordPress のよくあるカスタマイズ 目次 セッティング関連 ソーシャルボタンを追加 抜粋表示、the_excerpt 関連 タイトルの文字数を制限して表示する 特
Tweet ますます多様な表現が可能になったインタラクティブなシステムや製品をデザインする上で、実際の利用シーンで生じるはずの、ユーザーとモノとのインタラクションにともない刻々と変化していくユーザーのメンタルモデルを適切に把握する技術やそれを用いるスキルの取得の重要度は増してきています。 人は未知の状況において行動を起こす際、必ず「こうしたらこうなるはずだ」という予測を立てた上で自身の行動を選択します。簡単にいうと、この「こうしたらこうなるはず」というイメージがメンタルモデルです。未知のモノを使う際にも「このボタンを押すとこうなるのでは?」といったように何らかの操作方法に関するメンタルモデルをイメージした上で操作してみるわけです。 このとき、メンタルモデルと実装モデルが一致していれば、ユーザーは自分の思ったとおりの結果を得ることができます。しかし、反対にメンタルモデルと実装モデルにギャップ
この翻訳は A List Apart の「Smartphone Browser Landscape」の日本語訳です。利用の際にはかならず原文を確認してください。この翻訳を利用による損害などへの責任などは一切負いかねます。 Responsive Web Design by Ethan Marcotte 「デザイナーが、時としてウェブの中での欲する、印刷分野のコントロールとは印刷分野の単純な機能制限でしかない。ウェブにはそのような制限がないという事実を受け入れ、その柔軟性のためにデザインをする必要がある。しかし、まず最初に我々は、そこに物事に流れと衰退があることを受け入れなければならない。」 John Allsopp(ジョン・アルソップ), “A Dao of Web Design(Webデザインの道)” イギリス人の建築家クリストファー・レンはかつて、建築というものは「永遠が目標である」と皮
Since its groundbreaking release in 2011, Responsive Web Design remains a fundamental resource for anyone working on the web. Learn how to think beyond the desktop, and craft designs that respond to your users’ needs. In the second edition, Ethan Marcotte expands on the design principles behind fluid grids, flexible images, and media queries. Through new examples and updated facts and figures, you
A Responsive Design Approach for Complex, Multicolumn Data Tables In responsive web design, one of the toughest design problems to solve is how format complex tabular data for display on smaller screens. In this post, we’ll explore an experimental approach to rendering a complex table, using progressive enhancement and responsive design methods, that displays comfortably at a wide range of screen
ALOHA EDITOR - A New Kind of Content Design Editing with Aloha Editor Based on the principle of "What you see is what you get", the HTML5 editor makes it possible to edit websites directly on the portal. Fast, uncomplicated editing of videos, photos, graphics, animation and text is daily business with Aloha Editor. Guides Changelog Download Github Contact us if you want to buy Aloha Editor for use
DewaSultan - Login Slot Gacor Dewa Terpopuler Dijamin Maxwin DewaSultan menghadirkan Login Dewa Slot Gacor daftar populer Dijamin Maxwin menawarkan jaminan cepat kaya WD MAXWIN di semua permainannya di setiap hari. DewaSultan Login Slot Gacor Dewa Terpopuler Dijamin Maxwin. Rasio Kemenangan TinggiDewaSultan dikenal karena rasio kemenangannya yang tinggi. Dengan algoritma yang adil dan transparan,
KnpLabs is an company of technical experts employing exceptional developers in Symfony2 and other innovative technologies. Our clients : startup companies of all sizes who want quality, efficiency and passion. Our 20 developers are located in France (Nantes, Lyon), USA (Nashville), Japan. If you're looking for a Symfony contractor who knows how to make you happy, you're at the right place. Find ou
obj The object on which to define the property. prop A string or Symbol specifying the key of the property to be defined or modified. descriptor The descriptor for the property being defined or modified. Object.defineProperty() allows a precise addition to or modification of a property on an object. Normal property addition through assignment creates properties which show up during property enumer
For the purposes of this post, I will be talking about JavaScript objects using syntax defined in ECMAScript 5.1. The basic semantics existed in Edition 3, but they were not well exposed. A Whole New Object In JavaScript, objects are pairs of keys and values (in Ruby, this structure is called a Hash; in Python, it's called a dictionary). For example, if I wanted to describe my name, I could have a
Extending nativesSugar is a Javascript utility library that deals with native objects. One of its core features is the ability to extend natives directly, sometimes referred to as "monkey-patching". In previous versions this behavior was the default, with no way to be opted out of. v2.0 changes this to make native augmentation opt-in, and adds a high degree of control over this process. Supporting
Sugar is a Javascript utility library for working with native objects. It lets you do stuff like this:
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く