- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-12-18 Sun
GeSHiの利用
<?php include_once('geshi.php'); $source = $_REQUEST["source"]; $language = $_REQUEST["lang"]; $geshi =& new GeSHi($source, $language); echo $geshi->parse_code(); return; ?>
Background Image Maker
- Summary
簡単にWeb2.0っぽいアプリケーションでよく使わるような背景画像をWeb上から作成できるツール

- Reference
Background Image Maker
http://lab.rails2u.com/bgmaker/
- via
2nd life - Web2.0 アプリケーションライク な背景画像を生成する Background Image Maker
http://d.hatena.ne.jp/secondlife/20051217/1134749620
Google Homepage API
- Summary
Google Homepage のモジュール (Widget)を定義できるAPIが公開.

- bulkfeeds.net のサーチボックスの場合
<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Bulkfeeds Search" directory_title="Bulkfeeds Search" title_url="http://bulkfeeds.net/" description="Search on Bulkfeeds" author="Tatsuhiko Miyagawa" author_email="miyagawa@gmail.com" author_location="Tokyo, Japan" render_inline="optional" height="60" scrolling="true" /> <Content type="html"> <![CDATA[ <p> <form action="http://bulkfeeds.net/app/search2" target="_top"> <input type="text" name="q" value="" /> <input type="submit" value="Search" /> </form> </p> ]]> </Content> </Module>
- Reference
Updates from code.google.com: Google Releases Homepage API
http://google-code-updates.blogspot.com/2005/12/google-releases-homepage-api.html
Google Homepage API - Overview
http://www.google.com/apis/homepage/
Google グループ : Google Homepage API
http://groups.google.com/group/Google-Homepage-API
blog.bulknews.net - Bulkfeeds Search module for Google HomePage
http://blog.bulknews.net/mt/archives/001867.html
- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12