HTML5文書の基本構造をメモしておきます.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title></title>
</head>
<body>
</body>
</html>
参考資料
[1] HTML5, 1.8 A quick introduction to HTML
[2] HTML5 differences from HTML4, 2. Syntax
HTML5文書の基本構造をメモしておきます.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title></title>
</head>
<body>
</body>
</html>
参考資料
[1] HTML5, 1.8 A quick introduction to HTML
[2] HTML5 differences from HTML4, 2. Syntax
$ ruby sample01.rb http://dl.dropbox.com/u/15893102/wdpress58_algorithm/page01.html
1 Ruby
1 Perl
1 言語
1 軽量
$ ruby sample02.rb http://dl.dropbox.com/u/15893102/wdpress58_algorithm/page01.html
7 Ruby
6 Perl
6 言語
7 軽量
$ ruby sample06.rb url.txt http://dl.dropbox.com/u/15893102/wdpress58_algorithm/page03.html
1: 0.45 page01
2: 0.00 page02$ sudo port install rb-hpricotrequire 'rubygems'
require 'hpricot'$ sudo port install rb-mecabrequire 'MeCab'<script
type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"
djconfig="parseOnLoad: true,
baseUrl: './', modulePaths: {'rfj': 'js/rfj'}">
</script>
<script type="text/javascript">
dojo.require("rfj.ScrollBar");
dojo.addOnLoad(function() {
var scrollBar = new rfj.ScrollBar();
);
</script>.scroll_bar-handle {
position: absolute;
height: 16px;
top: 0px;
background-color: red;
-moz-user-select: none; /* これを追加 */
}