キーワード検索「hello world」
HTML5/JavaScriptでテキストtoスピーチを実現できる「speak.js」:phpspot開発日誌
speak.js: Text-to-Speech on the Web ? Mozilla Hacks ? the Web developer blog HTML5/JavaScriptでテキストtoスピーチを実現できる「speak.js」。 テキストを音声に変えられるソフトがありますが、これをHTML5/JSで実現するためのライブラリです。 デモページ speak("hello world") ...
Hello Backbone.js Tutorial
Hello Backbone is a simple Backbone.js tutorial comprised of self-explanatory "hello world" examples of increasing complexity. It was designed to provide a smoother transition from zero to the popular...
CoffeeScript, Meet Backbone.js: A Tutorial
CoffeeScript, Meet Backbone.js is a simple Backbone.js tutorial written in CoffeeScript comprised of self-explanatory "hello world" examples of increasing complexity. It was designed to provide a smoo...
Twiwt:Blog / jugyo : node.js - express の初歩の初歩
0express のインストールは npm を使うと良いと思う。npm install express1サーバーを起動するだけならこんな感じで書ける。var app = require('express').createServer();app.listen(3000);ただサーバーが起動するだけでアプリとしては何もできない。2'/' を GET すると 'hello world' を返すようにし...
node.JS VS RingoJS 比較サイトまとめ | 深追い Fukaoi.org
node.JSとRingoJSという2つのサーバーサイドJavaScriptが有名(node.JSの方が遥かに知名度は上)ですが、「どっちを使うべきなのか?」という話をtwitterで見かけました。実際、周りでも同じような意見を聞きます。僕自身は、RingoJSについてサーバーサイドJavaScriptで簡単Webアプリ開発でも書き始めたように、最近ちょくちょく触りだしているのでなじみがあります。...
Ajax/PerlでhelloWorld改: 万象酔歩
Ajax/Perlで単純なインタラクティブ画面を作成します。 ボタンを押すたびに「hello world」「This is Ajax/Perl-test-1.」という文字列 を交互に出します。さらに補助的にクライアントからサーバ に送られた数値を表示しています CGI/Servletなどがページ全体のHTML記述をサーバから送るのに対し、 AJAXではサーバからはデータを送り、クライアント側でその...
node.jsとjsdomを試してみる。 - .h2oのお気楽日記
node.js | node.js上で、HTMLのdomを操作できるライブラリ"jsdom"があるみたい。 興味深いので調べてみると、GUIを持ったブラウザの様にdomを構築し要素を操作する事が出来るみたい(イメージが伝わりにくいので以下、コード参照の事)。 公式ページから頂いてきたサンプルソース、そのままだとエラーが出るのでrequire周りを修正。var jsdom = require("js...
Web Development – Some ‘Good To Great’ Tools | Ido's Blog
I’ve started to create a list of some great online tools that will help you (and me) in the next project. Some of the tools are helping to achive a certain effect (=gradients) while others are more a ...
