memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2005-01-28 Fri

ダXI

- Summary
  RPGツクール2000で作成されたXIのクローンゲーム
  
- XI 系
Amazon - ゲーム - PSone Books XI(sai)Amazon - ゲーム - PlayStation the Best XI[sai]JUMBOAmazon - ゲーム - XIゴ(サイゴ)
  
- Reference
  OKASHIN FACTORY - RPGツクール2000
  http://www5f.biglobe.ne.jp/~okka/RPG2000.html
ゲーム - PSone Books XI(sai)
ゲーム - PlayStation the Best XI[sai]JUMBO
ゲーム - XIゴ(サイゴ)

カテゴリ: [Game]

Blip & Blop - Balls of Steel -

- Summary
  åƳåƳåƳ
- Reference
  LOADED Studio - Blip & Blop - Balls of Steel -
  http://www.loaded-studio.com/blip&blop.php

カテゴリ: [Game]

XEvil

- Reference
  XEvil
  http://www.xevil.com/
  Fullgames.sk - XEvil
  http://www.fullgames.sk/hra.asp?id=813

カテゴリ: [Game]

ObjectGraph Dictionary

- Summary
  インクリメンタル検索が可能な辞書.
- Reference
  ObjectGraph Dictionary
  http://www.objectgraph.com/dictionary/
- via
  www.textfile.org - 2005-01-27
  http://www.hyuki.com/tf/200501#i20050127133812

カテゴリ: [Dictionary]

nofollow のリンクを強調

- Source
  JavaScript::Bookmarklet Blog - 2005-01-26 - nofollow属性のリンクを強調より

javascript:(
	function(){
		var links=document.getElementsByTagName('a');
		for(i=0;i<links.length;i){
			var theLink=links[i];
			if(theLink.getAttribute('rel')=='nofollow'){
				theLink.style.backgroundColor='red';
				theLink.style.color='white';
				theLink.style.fontWeight='bold';
				theLink.style.textDecoration='none';
			}
		}
	}
)();

- Test
nofollowのリンクを強調
nofollow有
nofollow無
- Reference
  JavaScript::Bookmarklet Blog - 2005-01-26 - nofollow属性のリンクを強調
  http://bookmarklet.daa.jp/blog/archives/000048.html
- via
  www.textfile.org - 2005-01-27
  http://www.hyuki.com/tf/200501#i20050127133458

カテゴリ: [Bookmarklet]

ref="nofollow" ほかメタデータのプロファイル

- head 要素の profile 属性を次のように記述

<head profile="http://purl.org/net/ns/metaprof">

- Reference
  The Web KANZAKI - 2005-01-21 - ref="nofollow" ほかメタデータのプロファイル
  http://www.kanzaki.com/memo/2005/01/21-1
  The Web KANZAKI - 2005-01-23 - ref="nofollow" と文書間の関係
  http://www.kanzaki.com/memo/2005/01/23-1
- via
  www.textfile.org - 2005-01-22
  http://www.hyuki.com/tf/200501#i20050122230358

カテゴリ: [HTML]

Brilliant Button Maker

- Summary
  Button Maker[2004-03-27-2] のようなボタンを作成するツール
- Reference
  http://www.lucazappa.com/brilliantMaker/buttonImage.php
- via
  www.textfile.org - 2005-01-26
  http://www.hyuki.com/tf/200501#i20050126174203

カテゴリ: [Tool]

Wikipedia へのリンクプラグイン

- Wikipedia へのリンクプラグイン [2005-11-27]改良

### Wikipedia へのリンクプラグイン
# usage: {{wikipedia('word','country')}}
sub wikipedia {
	my $default = 'ja';
	my ($str,$country) = @_;
	if (!defined($country)){
		$country = $default;
	}
	my $prefix = qq(http://$country.wikipedia.org/wiki);
	my $enc = Jcode->new($str)->utf8;
	$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
	$enc =~ s/\s/+/g;
	return qq(<a href="$prefix/$enc" title="Wikipedia ($country) - $str">Wikipedia - $str</a>);
}


- 旧
### Wikipedia へのリンクプラグイン
# usage: {{wikipedia('word')}}
sub wikipedia {
	my ($str) = @_;
	my $prefix = q(http://ja.wikipedia.org/wiki);
	my $enc = Jcode->new($str)->utf8;
	$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
	$enc =~ s/\s/+/g;
	return qq(<a href="$prefix/$enc" title="Wikipedia - $str">Wikipedia - $str</a>);
}

カテゴリ: [chalow]
Referrer (Inside): [2003-09-16-6]
2005-01 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.