キーワード検索「Basic」

159

共有ブックマーク | dev.twitter.com

共有ブックマーク | dev.twitter.com August 31, 2010Basic Auth has been deprecated. All applications must now use OAuth. Read more »xDon't fret! @twitterapi is here to help! Feel free to reach out to us directly, or via our Twitter Devel...

dev.twitter.com
143

[JS]25種類の言語に対応したsyntax highlighter -jQuery.Syntax | コリス

[JS]25種類の言語に対応したsyntax highlighter -jQuery.Syntax | コリス HTML, CSS, JavaScriptをはじめ、PHP, Ruby, Perl, Apache Configなどにも対応した、コード表示を読みやすくするsyntax highlighterの超軽量スクリプトを紹介します。jQuery.Syntax デモページ対応する言語は、下記の25種類です。 リンクは各デモへのものです。Apache ConfigAppleScriptAssemblyBash...

coliss.com
63

githubが子供向けコーディング道場を開催 « A-Listers

githubが子供向けコーディング道場を開催 « A-Listers “もしあなたが7歳の時にプログラミングを学べたらどれだけ素晴らしい事でしょうか?” githubが子供向けのプログラミングセミナーを行うCoderDojoという企画をスタートさせるという記事がブログに投稿されていました。まずはHTMLやCSSから始まりつつ、PHPやゲームプログラミングなどに発展していく予定のようです。 公式サイトを見るとバッヂとベルトという認定の仕組みもあるようです。 黄色がBa...

tech.a-listers.jp
45

シャレオツなカウントダウンタイマーが実装できるjQueryプラグイン「The Final Countdown」:phpspot開発日誌

シャレオツなカウントダウンタイマーが実装できるjQueryプラグイン「The Final Countdown」:phpspot開発日誌 Basic Example - jQuery The Final Countdown plugin シャレオツなカウントダウンタイマーが実装できるjQueryプラグイン「The Final Countdown」。 次のようなデザインのカウントダウンタイマーが簡単に実装できるプラグインです。 実装コードも次のように美しい。 関連エントリ ファンシーなデザインのカウントダウンタイマー実装jQueryプ...

phpspot.org
15

どのページからも Twitter につぶやける TweetMonkey - OAuth 対応 - Rails で行こう!

どのページからも Twitter につぶやける TweetMonkey - OAuth 対応 - Rails で行こう! どのページでも Twitter の入力画面があらわれ、そこから Twitter につぶやくことができるツール TweetMonkey。見ているウェブページの感想をつぶやくにはとても便利。去年、Google Chrome 版の TweetMonkey をリリースした。どのページからも Twitter につぶやける TweetMonkey - 最新 Chrome 対応しかしリリース直後に Twitte...

d.hatena.ne.jp
29

Create an iPad optimised game | CreativeJS

Create an iPad optimised game | CreativeJS With 3D CSS transformations Fish and sea illustrations by Val Head Tutorial Time required : 1 hour Pre-requisites : Basic JavaScript, HTML and CSS What is covered : Moving elements in 3D, basic intera...

creativejs.com
19

jQuery notification Plug in

jQuery notification Plug in jQuery notification Plug-in 9lessons.info - Ravi Tamada The Basic Setup Include the jQuery and notification libraries into your document <script type="text/javascript" src="js/jquery_v_1.4.js"></scrip...

demos.9lessons.info
8

複数の動画を設置できる「jQuery Youtube Player 」|designaholic -Creative Column-

複数の動画を設置できる「jQuery Youtube Player 」|designaholic -Creative Column- 埋め込みコードを取得すれば簡単に設置できるYouTubeの動画ですが、複数の動画をまとめて設置したいという方にはおすすめのプラグインです。 ダウンロードしたプラグインを読み込んだら、指定の記述をすればYoutTubeの動画を設置できます。動画の一覧も、任意指定、プレイリストを指定、ユーザーで指定などに対応しています。   jQuery Youtube Player 設置方法 デモ ※Exsampl...

designaholic.cc
7

jQuery.tinyscroller - Takazudo hamalog

jQuery.tinyscroller - Takazudo hamalog スムーズスクロールするやつ作りなおした。 APIコール時、コールバックを受け取るのをやめてdeferredを返すようにしたかったのでそのようにし、ごちゃごちゃになってたのを整理した。 GitHub - Takazudo / jQuery.tinyscroller デモ Basic Live Events API call API call - stop Deferred Options defer...

hamalog.tumblr.com
8

jQuery Youtube Player

jQuery Youtube Player The jQuery Youtube Player plugin builds a custom youtube video player, toolbar and playlist area.Examples:BasicAdvancedEmbeddedMultiple PlaylistsCustom PlaylistPositioningCustom toolbar buttonsThemesU...

badsyntax.github.com
3692

Javascript in Ten Minutes (Javascript)

Javascript in Ten Minutes (Javascript) Breakdown...Basic Typesvar intValue = 1;var floatValue = 3.0;var stringValue = "This is a string\n";var sqString = 'This is also a string';Javascript is a dynamically typed language. Variables aredecl...

javascript.infogami.com
109

Welcome to Square Bracket

Welcome to Square Bracket OpenJS Grid is the easiest jQuery Grid ever. With very little work you can have a data grid that can do everything from sorting and searching to complex database queries. Best of all, its open source....

square-bracket.com
4

【HTML5 Dev】ドラッグ&ドロップによるデータと DOM 要素の移動 - インターネットコム

【HTML5 Dev】ドラッグ&ドロップによるデータと DOM 要素の移動 - インターネットコム dataTransfer オブジェクトは読み込み専用の Event プロパティで、ドラッグ&ドロップ操作に関するデータを持ち、データと一緒に操作対象エレメントを送信できる。「HTML 5 Drag & Drop Basics」(HTML 5のドラッグ&ドロップの基本)では dataTransfer プロパティを簡単に説明しただけだったが、今回はその続きから始めてデータをやり取りし、ページ内でドキュ...

japan.internet.com
41

Javascript debugging for beginners | Tutorial | .net magazine

Javascript debugging for beginners | Tutorial | .net magazine Knowledge needed: Basic JavaScript Requires: Web browser, one of: Google Chrome, Firefox (with Firebug) or Opera Project time: 30 mins Frontend developer David Smith outlines a few of the key features...

www.netmagazine.com
16

JavaScript design patterns – Part 1: Singleton, composite, and façade | Adobe Developer Connection

JavaScript design patterns – Part 1: Singleton, composite, and façade | Adobe Developer Connection Basic JavaScript programming knowledge. Additional required other products (third-party/labs/open source) Query Library Download / Learn This is the first article in a series about common design patte...

www.adobe.com
7

LivingFade jQuery Plugin

LivingFade jQuery Plugin A plugin to fade in or out a selection of elements in a living way (randomly delayed and with random speeds). Demo Usage Styling Download Compatibility Changelog Demo Basic demo with default settings ...

fredibach.ch
3

WaveAnimate jQuery Plugin

WaveAnimate jQuery Plugin A plugin to animate a selection of elements in a waveing way, from one side to the other, a little bit like a wave, hence the name. Demo Usage Styling Download Compatibility Changelog Demo Basic demo ...

fredibach.ch
61

dat.gui

dat.gui dat.gui is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly. Download the minified source [19.5kb] Download the uncompressed ...

dataarts.github.com
6

HTML5によるゲームプログラム本「Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL」 - 強火で進め

HTML5によるゲームプログラム本「Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL」 - 強火で進め 扱ってる内容は以下。CanvasSVGWebGL目次はこちら。Chapter 1. Introducing HTML5K.Moving beyond Basic HTMLBridging the DivideGetting Things Done with Web Workers and Web SocketsApplication CacheDatabase APIWeb StorageGeol...

d.hatena.ne.jp
6

Tip: use JavaScript as a calculator in Firefox and Chrome

Tip: use JavaScript as a calculator in Firefox and Chrome 2011-06-10 Tip: use JavaScript as a calculator in Firefox and Chrome Labels: browser, chrome, computers, firefox, hack, javascript The following tip allows you to quickly perform calculations via Java...

www.2ality.com
0.2744