キーワード検索「set」

385

twitter bootstrap railsを使ったら職が見つかり彼女も出来て背も3センチ伸びました。 - ppworks blog

twitter bootstrap railsを使ったら職が見つかり彼女も出来て背も3センチ伸びました。 - ppworks blog twitter bootstrapを更に便利に使うgemがtwitter bootstrap railsです。 railsアプリを作りましょう。 rvmでgem set作ります。 rvm --create 1.9.3-p125@tbrsample railsアプリ生成します。 gem install rails --no-ri --no-rdoc rails new tbrsample gemを指...

ppworks.hatenablog.jp
359

JavaScriptで書かれたWeb統合開発ツール「Orion」発表。Eclipseの新プロジェクトとして - Publickey

JavaScriptで書かれたWeb統合開発ツール「Orion」発表。Eclipseの新プロジェクトとして - Publickey EclipseはオープンソースによるJavaベースの統合開発環境として知られていますが、そのEclipseで新プロジェクト「Orion」が発表されました。Orion is not a set of Java plug-ins which run in the existing Java IDE. It is browser-based open tool integration platform ...

www.publickey1.jp
290

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS The duration of the test is set to 15 min. The measuring starts as soon as you begin the test. ※There is no penalty for overtime. Login Now, log into jsdo.it and begin the test! login with Google logi...

jsdo.it
299

CSS Scroll Effects

CSS Scroll Effects A set of list scroll effects applied via CSS.Silly list scroll effects. Tested in WebKit/FF Nightly. In the mood for more CSS? Here you go.

lab.hakim.se
103

タイマーを作る際に便利なjQueryプラグイン「jQuery Timer」:phpspot開発日誌

タイマーを作る際に便利なjQueryプラグイン「jQuery Timer」:phpspot開発日誌 jQuery Timer Demo タイマーを作る際に便利なjQueryプラグイン「jQuery Timer」。 単純に、指定エレメントの値を指定秒数で+していくタイマーの実装がjQueryのプラグイン形式で簡単にできるものです。 setIntervalとかでやっちゃえばいい話なのですが、オブジェクト指向っぽく使えて後から見たときのコードも分かりやすくできます。 var myTimer = $.t...

phpspot.org
66

enchant.jsでつくる“シロートが3時間でゲームをつくる”作り方

enchant.jsでつくる“シロートが3時間でゲームをつくる”作り方 JavaScriptで書かれたソースコードはたったの75行 window.onload = function() { game = new Game(320, 320); game.fps = 24; game.life = 3; game.time  = 60; game.score = 000; var label; game.preload(['http://jsrun.it/assets/...

weekly.ascii.jp
162

HTML KickStart - 99Lime.com

HTML KickStart - 99Lime.com HTML KickStart is a ultra–lean set of HTML5, CSS, and jQuery (javascript) files, layouts, and elements designed to give you a headstart and save you a lot of hours on your next web project.What is HTM...

www.99lime.com
848

HTML5 Reset

HTML5 Reset HTML5 Reset is a set of baseline templates to get your new project off on the right foot.AboutThe CodeDownloadDocumentationGet in TouchAboutLike a lot of developers, we start every HTML project with t...

html5reset.org
93

blur.js

blur.js $('.target').blurjs({ source: 'body', //Background to blur radius: 5, //Blur Radius overlay: '', //Overlay Color, follow CSS3's rgba() syntax offset: { //Pixel offset of background-position x: 0, y: 0...

www.blurjs.com
290

arbor.js

arbor.js The particle system stores your nodesand edges and handles updating their coordinates as the simulation progresses.creation & use…× creationParameters for the physics simulation can be set at creation...

arborjs.org
19

404 Blog Not Found:algorithm - Patricia Trie (Radix Trie) を JavaScript で

404 Blog Not Found:algorithm - Patricia Trie (Radix Trie) を JavaScript で var Trie = function() { if (!(this instanceof Trie)) return new Trie; }; Trie.prototype.set = function(key, val) { var i, cc, node = this; for (var i = 0; i var Trie = function() { if (!(this instance...

blog.livedoor.jp
64

Heroku | Node.js Support (experimental)

Heroku | Node.js Support (experimental) Today we’re offering experimental support for node.js to a limited set of users. We know there is a lot of demand, and will work with as many users as we can. See below for details.A natural complemen...

blog.heroku.com
21

jQuery Tutorial Plugin | Particle Bits

jQuery Tutorial Plugin | Particle Bits jQuery Tutorial Plugin This plugin displays a very clean and simple tutorial flow for any web page. All you need to do is set up your markup correctly and you're good to go. To initialize it, just cal...

particlebits.com
119

The Miso Project

The Miso Project Miso is an open source toolkit designed to expedite the creation of high-quality interactive storytelling and data visualisation content. The first release under the Miso Project is Dataset, a JavaScr...

misoproject.com
142

AwesomeChartJS

AwesomeChartJS Easy to useJust create a new AwesomeChart object and pass the canvas element's id as a parameter to the constructor. Then set the chart's data and call the object's draw() method. That's it! Your char...

cyberpython.github.com
21

HTML KickStart - Ultra–Lean HTML Building Blocks for Rapid Website Production - KickStart your Website Production - 99Lime.com

HTML KickStart - Ultra–Lean HTML Building Blocks for Rapid Website Production - KickStart your Website Production - 99Lime.com HTML KickStart is a ultra–lean set of HTML5, CSS, and jQuery (javascript) files, layouts, and elements designed to give you a headstart and save you a lot of hours on your next web project.What is HTM...

99lime.com
24

Top 10 Mobile Web Development JavaScript Frameworks

Top 10 Mobile Web Development JavaScript Frameworks Creating web apps and sites for the Mobile Web has its own sets of challenges and techniques. From UIs optimized for fingers instead of mouse cursors to the bandwidth limitations that most portable pe...

sixrevisions.com
23

Minimit Gallery Plugin

Minimit Gallery Plugin Minimit Gallery Demo. Go to the plugin page for the source code. You can link two or more interactive slides. You can set automatic timing.

www.minimit.com
15

これが開発者用Dropbox! Webアプリケーション向けリアルタイムストレージ Firebase - cakephperの日記(CakePHP, MongoDB)

これが開発者用Dropbox! Webアプリケーション向けリアルタイムストレージ Firebase - cakephperの日記(CakePHP, MongoDB) javascriptFirebaseというのが4/12にローンチされたようです。http://www.firebase.com/ これは公開されているAPIとJavascriptライブラリを利用して、自分のサイトにリアルタイムストレージが手軽に組み込めるようになります。自分のWeb画面に必要なJavascriptライブラリを組み込んで、データをset, getすると自動的にfirebaseサーバに...

d.hatena.ne.jp
84

How to develop a HTML5 Image Uploader ✩ Mozilla Hacks – the Web developer blog

  How to develop a HTML5 Image Uploader ✩        Mozilla Hacks – the Web developer blog  HTML5 comes with a set of really awesome APIs. If you combine these APIs with the <canvas> element, you could create a super/modern/awesome Image Uploader. This article shows you how.All these tips wo...

hacks.mozilla.org
0.2598