2008-12 / 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-03-01 Tue
Ajax で画面遷移なしの Amazon 検索
- Reference
ECS with Ajax
http://naoya.dyndns.org/~naoya/ajaxecs/
NDO::Weblog - 2005-02-28
http://naoya.dyndns.org/~naoya/mt/archives/001610.html
- via
www.textfile.org - 2005-03-01
http://www.hyuki.com/tf/200503#i20050301061015
2005-02-19 Sat
Amazon の画像置換
- Summary
chalow で Amazon の画像置換を利用してみる.
- amazon.js
function replaceImage(img) { if (img.width == '1' && img.src.match(/\.01\./)) { img.src = 'http://images-jp.amazon.com/images/G/09/x-locale/detail/thumb-no-image.gif'; img.width = 98; img.height = 140; } else if (img.width == '1') { img.src = img.src.replace('.09.','.01.'); } }
- cl.conf
- 各 head タグ内に記述
<script src="path/to/amazon.js" type="text/javascript"></script>
- amazon リンクの作成プラグインを変更
<img src="/path/to/image" onload="replaceImage(this)" />- Reference
hail2u.net - 2004-05-30 - Amazon の画像置換 #2
http://hail2u.net/blog/coding/air_2.html
[ 固定リンク ]
2004-11-26 Fri
Tiny Amazon URL ブックマークレット via Amazon Hacks
- Source
javascript: var afid='AmazonアソシエイトID'; var u=document.location.href; javascript: var ai=u.indexOf('ASIN');var asin=u.substring(ai+5,ai+15); var link='http://amazon.co.jp/o/ASIN/'+asin+'/'+afid+'/ref=nosim; var x=prompt('Tiny URL',link);
- Reference
NDO::Weblog - 2004-04-26
http://naoya.dyndns.org/~naoya/mt/archives/001047.html
- via
福めも - 2004-11-18
http://www.fukulog.com/memo/2004-11-18.html#2004-11-18-4
2004-05-06 Thu
Amazon Search
- Summary
Amazon から「ページに関連する商品を自動検索」する
- 検証
順調にバージョンがあがるにつれてクリック率が上昇しているのがわかった

- Reference
drk7.jp - Amazon Search β3公開
http://www.drk7.jp/MT/archives/000366.html
2008-12 / 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
最終更新時間: 2008-12-02 10:52