
この和訳について¶ この文章は Google JavaScript Style Guide を非公式に和訳したものです. 内容の正確性は保証しません. ライセンスは原文と同じく CC-By 3.0 とします. フィードバックは Issue への登録 , あるいは Kosei Moriyama (@cou929 または cou929 at gmail.com) へ直接お願いします. この和訳のリポジトリは こちら です.
JavaScriptの書き方はJavaScript自体がある程度自由なためいろいろな書き方ができますが、一貫性を持って書いた方がバグなども発生しにくくなるため、コーディングルールを定めておくのはよいことだと思います(特に複数人の開発の場合) 有名な企業やライブラリはコーディングルールも公開している事が多いので適当にまとめてみました JavaScript style guide – MDC Docs Mozilla/Firefox向けのものなので、一部ECMAScriptの範囲を超えたものも含まれています。 多くの人が見ていると思うので、見たことない人は一度読んでみるといいです。 jscsにこのコーディングルールをチェックするプリセットが用意されています。 Google JavaScript Style Guide Google JavaScript Style Guide 和訳 — Goo
JavaScript Garden はJavaScriptというプログラム言語の一番奇妙な部分についてのドキュメント集です。 このドキュメントはJavaScriptという言語に慣れていないプログラマーがこの言語について深く知ろうとする際に遭遇する、良くある間違い・小さなバグ・パフォーマンスの問題・悪い習慣などを避ける為のアドバイスを与えます。 JavaScript GardenはJavaScriptを教える事を目的にしていません。このガイドの項目を理解する為には、この言語に対する前提知識がある事を推奨します。この言語の基礎部分についてはMozilla Developer Networkのガイド がオススメです。 著者 このガイドは愛すべきStack Overflowの2人のユーザーIvo Wetzel (執筆)とZhang Yi Jiang (デザイン)によって作られました。 貢献者 貢献
PasteHTML is one one of the fastest and easiest platforms for hosting your HTML websites and text content. Many companies like Betfair use our hosting services. There is nothing more to it than register, paste your code or text and press publish. There is no need to for a domain name or to configure a domain name. Once you have pressed publish your HTML code will be published on auto generated lin
調べる方法を知る JavaScriptは調べるとやり方が見つかることが多い 古いものと最近のものがまざってる ごく最近〜未来のものは見つけにくい 以下の総集編的な内容 海外のJavaScript情報を見つけよう 世界のJavaScript情報を読もう 今からRSS購読すべきタグと検索結果 ブラウザの最新情報を知るために、Web開発者が読んでおくべきブログ Webの動きはとても早いので、調べ方を知る
Site News : Follow Echo JS on Twitter, our official account is : @echojs Top news▲ 1KB JavaScript Demoscene Challenge Just Launched at js1024.fun▼1 up and 0 down, posted by tracker1 7 hours ago discuss ▲ What's the difference between named functions and arrow functions in JavaScript? at jrsinclair.com▼2 up and 0 down, posted by jrsinclair 1 day ago 3 comments ▲ Exploring JavaScript ES2025 Edition
前回、GitHub Pages 活用の概要を書きましたが、実際に運用していくと、master と gh-pages をどう使い分けるか、また両者の同期をどう行うかなど、いくつかの課題が浮かび上がってくると思います。 そこで今回は、実際に GitHub Pages 上で運用されている Dive Into HTML5 をよく知る立場から書かれた記事 「GitHub Pages Workflow and deleting git’s `master` branch – Oli.jp」 の翻訳を中心に、関連するいくつかの記事から、ユースケースと運用のシナリオ、及びそれに応じたワークフローをまとめてみました。 以下は、その参考記事です。 Git post-commit hook to keep master and gh-pages branch in sync by Paul Irish 2011
サイトの構築。作品の販売。ブログの投稿。この他にもさまざまな機能があります。 ログイン サイトをはじめよう 非公開サイト このサイトは現在プライベート設定になっています。
Jan 11, 201234 likes30,661 viewsAI-enhanced description The document discusses device APIs, which are client-side APIs that enable web applications to interact with device hardware and capabilities beyond traditional browser functionality. It explores the evolution of mobile APIs, their importance in creating competitive web experiences similar to native apps, and the current capabilities and limi
Xoi Lac TV là gì? Xoi Lac TV là kênh trực tiếp bóng đá XoilacTV chính thức phát sóng bóng đá hàng đầu Việt Nam. Xôi Lạc TV mang đến cho người xem toàn bộ những giải bóng đá hàng đầu thế giới hoàn toàn miễn phí. Thêm vào đó chất lượng trong trận đấu full HD tốc độ cao, từ hình ảnh đến âm thanh. Xoi Lac TV – Kênh Xôi Lạc TV chính thức Giới thiệu về Xoi Lac TV Ở thời điểm hiện tại, XoiLac TV là một t
Welcome to Pinboard! Social Bookmarking for Introverts Founded in 2009, Pinboard is a fast, independently run, no-nonsense bookmarking site for people who value privacy and speed. There are no ads and no trackers of any kind. Users pay a modest yearly fee. Pinboard lets you bookmark from any browser, connect up Twitter accounts (and favorites), and sync with popular services like Instapaper or Poc
Editor’s note: Contributor Brad Spirrison is the managing editor of mobile app discovery services Appolicious, AndroidApps and AppVee. After having looked into the best iOS apps and games of 2011, Spirrison now turns his attention to the best Android apps of the year. Android apps come in all shapes and sizes – literally. Unlike iOS applications, which are basically created for two form factors, A
新年あけましておめでとうございます。今年もボチボチやっていきます。 本稿ではPHP製のWebスクレイピングライブラリGoutteを紹介します。 Goutte(グット)とは Goutteは必要十分な機能を持ったWebスクレイピングライブラリです。そもそもWebスクレイピングというのは、外部Webページから必要なデータを取ってくるくらいの意味です。つまり、GoutteはWebスクレイピングを簡単に行う道具だと考えればいいでしょう。 具体的には、GoutteはWebクローラとHTMLパーサを組み合わせたようなものです。Cookieやフォームの扱いなどWebブラウザとしての機能は一通り揃っていますし、CSS風の要素指定もできるなど、機能面では他のライブラリと遜色ないように感じます。 さらに僕個人がGoutteに期待している点は、安定性とロングサポートです。Goutteは主要機能をSymfony2お
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く