CSS load - Free loading CSS3 animation generator. Create your loading animations from the pre-made templates 続きを読む
About Add datepicker picker to field or to any other element. can be used as a component formats: dd, d, mm, m, yyyy, yy separators: -, /, . Download 続きを読む
You can always see the latest version of the code in github, and you can download the beautifier for local use (zip, tar.gz) as well. Command-line beautifying If Rhino javascript engine doesn't scare you, Patrick Hof made sure so that you can... 続きを読む
Google辞めました。最終出社日は 5月11日。5月31日まで有給消化。その後は無職。転職先が決まっていて有給消化している「なんちゃって無職」ではなく、ガチ無職。とりあえずハロワでも行こうと思う。 まず初めに。この記事は、Twitter で @takeda25 をフォロー... 続きを読む
4/24に公開された「Google HTML/CSS Style Guide」が面白そうだったので適当に訳してみました。長いので各項の細かい説明は省いてます。より詳細に知りたい方は、原文を読んでみてください。 Google HTML/CSS Style Guide この文書の背景 この文書は、HTMLやCSS... 続きを読む
Webアプリケーションのデザインの確認って大変面倒だよね。 ブラウザ経由での自動テストを行うSelenium周りをいろいろとちゃんとやっていこうと整備し始めたのは、先日のBlog記事通り。 それで、Seleniumの基本的な使い方はあれこれ理解したが、これを、ブラウ... 続きを読む
You too can find work as a programmer in Japan! Programming and software development is one of the few fields where non-Japanese can find great jobs in Japan. But in order to work in Japan, it is essential to learn the Japanese language. Espe... 続きを読む
iPhoneアプリ(734)アプリ(738)iPhone(999+)便利サービス(327) シャッフル iPhoneってアプリでこんな事まで出来るのかと話題に! 続きを読む
Twitter, Facebook, Google+, RSSなど、ソーシャルメディアの不揃いなデザインのボタンを統一した美しいデザインにしてブログやサイトに設置するjQueryのプラグインを紹介します。 Koottamの主な特徴 Koottamのデモ Koottamの使い方 Koottamの主な特徴 Twitter,... 続きを読む
RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino. It implements the CommonJS Transport/C proposal API. RequireJS uses p... 続きを読む
The module pattern is a common JavaScript coding pattern. It's generally well understood, but there are a number of advanced uses that have not gotten a lot of attention. In this article, I'll review the basics and cover some truly remarkable... 続きを読む
面倒な事 昨日までの話だと、こんな感じに、ブランチを切り替えながら作業しなければなりません。 Sphinxドキュメントを編集する -> gh-pagesブランチに切り替えて作業 アプリを開発する -> masterブランチに切り替えて作業 これはめんどくさいですね。そこで「... 続きを読む
django-phased (codysoyland) 23 hours, 31 minutes ago View Docs Django Testing Docs (eric) version 0.01 - 23 hours, 39 minutes ago View Docs Read The Docs (eric) version 0.1 - 1 day, 9 hours ago View Docs Wilson (chrisdickinson) 1 day, 9 hours... 続きを読む
GitHub には username.github.com というサブドメインでユーザページを作ることができます。最近知りました。GitHub Pages に説明が載っています。 私もさっそく作ってみました。 ユーザページの作り方 username.github.com というリポジトリを作って、master ... 続きを読む
前回、GitHub Pages 活用の概要を書きましたが、実際に運用していくと、master と gh-pages をどう使い分けるか、また両者の同期をどう行うかなど、いくつかの課題が浮かび上がってくると思います。 そこで今回は、GitHub Pages 上で実際に運用されている Dive ... 続きを読む
WebStorm is a new Integrated Development Environment for the Web developers and coders, built on top of IntelliJ IDEA platform. WebStorm inherits all the web-related functionality of IntelliJ IDEA for editing HTML, CSS, JavaScript, XML, worki... 続きを読む
In which I sing the praises of frameworks like Ember.js, explain why they don’t work so well for games, and demonstrate how to structure any JavaScript app (game or not, framework or not) around MVC for cleaner code. I recently decided to im... 続きを読む
どんな業界・どんな職業に就いても同じことが言えるのですが、その業界で働いているからこそ学べることがあります。ですが、この業界特有の専門知識のせいで、勘違いが生まれてしまうこともあるんです。例えば、『伝えたい事は簡潔に書き、画面のスクロールは避... 続きを読む
A showcase of sites and apps built on Twitter's Bootstrap toolkit, brought to you by @simonhamp Follow @BWBootstrapA showcase of sites and apps built on Twitter's Bootstrap toolkit, brought to you by @simonhamp Follow @BWBootstrap Tweet Aggie... 続きを読む
Revision 2.1 This style guide contains many details that are initially hidden from view. They are marked by the triangle icon, which you see here on your left. Click it now. You should see “Hooray” appear below. Hooray! Now you know you can... 続きを読む
Welcome to placehold.it A quick and simple image placeholder service. How does it work? Just put your image size after our URL and you'll get a placeholder. 続きを読む
So far we have a very basic landscape and the ability to capture screen coordinates in an 3D world displayed isometrically. Now it'd be nice to have some interaction available. I started by just making a ball roll to whatever point I clicked.... 続きを読む
音楽制作のDAWソフトウェアとして「Cubase」や「Sonar」、「Logic Pro」などが、ミュージシャンやクリエイターたちに広く使われています。 これらのソフトウェアは、すでに何十年も歴史があり「老舗」として名が知られています。 しかし、ここへ最新鋭のソフト... 続きを読む
Chrome ウェブストア - BuiltWith Technology Profiler サイトに使われている技術が丸裸になるChrome拡張「BuiltWith」。 サーバに何を使っているとか、PHPを使っているかとか、jQueryとかのライブラリや、Analyticsが入っているかといった情報を一括で表示して... 続きを読む
If you’re already using jQuery and you need an EventEmitter you may as well use jQuery’s event system instead of building your own. Here’s something I used in a recent project: EDIT: made it simpler. (Now mixin: jQuery.eventEmitter instead... 続きを読む
JsDoc Toolkit RST-Template¶ Project provides a RST (ReStructuredText) compliant templates for JsDoc Toolkit documentation generator, making it easy to document project’s JavaScript resources with Sphinx. With the custom rst -template, it is ... 続きを読む
Backbone.jsとは? Backbone.jsは、JavaScriptによる大規模なアプリケーション開発を行う際に力を発揮するMVCフレームワークです。データバインディングとカスタムイベントを備えたModel、配列情報を表すCollection、イベントをハンドリングするView、サーバー... 続きを読む
テストにはプロがいます。「お仕事」で開発する場合はQA(Quality Assurance/品質保証)部門という「テストのプロ」がテストします。 バグ修正におけるテスターの役割は極めて重要で、「プログラマの手元で任意に再現可能な状態に持ち込めれば、バグ修正は8割終わ... 続きを読む
A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page. For an example, see the README Download Change Log Features Works on HTML pages Works even if code contains embedded links, line numbers... 続きを読む
Webデザイン PhotoshopでのWeb制作効率を向上させる「JSX」とは Top diary Wednesday, April 4th, 2012 ご存じの方もいらっしゃると思いますが、Adobe Photoshop は JavaScript で制御することができます。 Photoshop 用の JavaScript ファイルのことを「JSX」... 続きを読む