<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>GLTMatrix Geeklogテーマ配布サイト。</title>
<link>http://gltmatrix.com</link>
<description>GLTMatrixはオープンソースCMSのGeeklogのテーマを作成配布しています。
</description>
<managingEditor>gltmatrix@gmail.com</managingEditor>
<webMaster>gltmatrix@gmail.com</webMaster>
<copyright>Copyright 2009 GLTMatrix</copyright>
<generator>Geeklog</generator>
<pubDate>Mon, 29 Jun 2009 12:38:45 +0900</pubDate>
<language>ja</language>
<atom:link href="http://gltmatrix.com/backend/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>auge流OpenLaszloの作り方</title>
<link>http://gltmatrix.com/article.php/olstart</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/olstart</guid>
<pubDate>Mon, 29 Jun 2009 12:26:31 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/olstart#comments</comments>
<dc:subject>Blog_ブログ</dc:subject>
<description>&lt;p&gt;auge流OpenLaszloの作り方&lt;br /&gt;
これは、あくまでも私の作り方（考え方）です。&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;OpenLaszloの準備&lt;/span&gt;&lt;br /&gt;
開発準備については基本的にここを参照&lt;br /&gt;
&lt;a href=&quot;http://www.openlaszlo-ason.com/doku.php/install&quot; target=&quot;_blank&quot;&gt;http://www.openlaszlo-ason.com/doku.php/install&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;しかし、簡易的な環境で良いので&lt;br /&gt;
私はラズロ丸ごとパックを使用。&lt;br /&gt;
&lt;br /&gt;
この場合ファイルをアップロードする場所は&lt;br /&gt;
Cにインストールしたとして&lt;br /&gt;
C:Program FilesOpenLaszlo Server 4.3.0Serverlps-4.3.0my-apps&lt;br /&gt;
ためしにサンプルを動かせば分かりやすいです。&lt;br /&gt;
&lt;br /&gt;
インストールしたら、ディスクトップにストップアイコンの&lt;br /&gt;
ショートカットを作っておくと便利。&lt;br /&gt;
&lt;br /&gt;
スタートさせるとトムキャット経由でブラウザが立ち上がるので&lt;br /&gt;
my-appsへのリンクを追加。&lt;br /&gt;
&lt;br /&gt;
サンプルを動かしてみて問題なければ準備ＯＫ&lt;br /&gt;
（8080ポートを使うので注意）&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;OpenLaszloの制作の流れ：GLTロゴ編&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
まずはどうしたいかを日本語で書く、今回は&lt;br /&gt;
300pxX60pxのサイズの中で、&lt;br /&gt;
画像を使ったリンクを表示して、&lt;br /&gt;
その上に泣いたGeek君の付いた背景と同じ画像を表示し&lt;br /&gt;
左から300pxスライドさせて先のリンクを表示する。&lt;br /&gt;
&lt;br /&gt;
これをそのままラズロで書くと。&lt;br /&gt;
（画像は同一フォルダの中）&lt;/p&gt;
&lt;div class=&quot;bb-code&quot; style=&quot;font-family: monospace;&quot;&gt;&amp;lt;canvas&amp;nbsp;proxied=&amp;quot;false&amp;quot;&amp;nbsp;width=&amp;quot;300&amp;quot;&amp;nbsp;height=&amp;quot;60&amp;quot;&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;300pxX60pxのサイズの中で、&lt;/span&gt;&lt;br /&gt;
&amp;lt;view&amp;nbsp;resource=&amp;quot;gltrogo.png&amp;quot;&amp;nbsp;onclick=&amp;quot;lz.Browser.loadURL('http://gltmatrix.com/',&amp;nbsp;'_self')&amp;quot;&amp;nbsp;&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;画像を使ったリンクを表示して、&lt;/span&gt;&lt;br /&gt;
&amp;lt;view&amp;nbsp;resource=&amp;quot;overbg1.png&amp;quot;&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;その上に泣いたGeek君の付いた背景と同じ画像を表示し&lt;/span&gt;&lt;br /&gt;
&amp;lt;animator&amp;nbsp;attribute=&amp;quot;x&amp;quot;&amp;nbsp;to=&amp;quot;300&amp;quot;&amp;nbsp;duration=&amp;quot;3000&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;左から３秒でスライドさせて先のリンクを表示する。&lt;/span&gt;&lt;br /&gt;
&amp;lt;/view&amp;gt;&lt;br /&gt;
&amp;lt;/view&amp;gt;&lt;br /&gt;
&amp;lt;/canvas&amp;gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
ちなみにこれを実行すると&lt;br /&gt;
左端にGeek君が表示されてしまう・・・これは面白くない。&lt;br /&gt;
なので上にかぶせる画像を300pxプラスＧｅｅｋ君分として考える。&lt;br /&gt;
&lt;br /&gt;
ラズロは指定しなければ必ず左上基点となる&lt;br /&gt;
じゃあ、左にＧeek君分（１００ｐｘとして）ずらせばいいので&lt;br /&gt;
&lt;br /&gt;
「その上に泣いたGeek君の付いた背景と同じ画像を表示し&lt;br /&gt;
左から300pxスライドさせて先のリンクを表示する。」&lt;br /&gt;
この日本語を&lt;br /&gt;
「その上に400pxの泣いたGeek君の付いた背景と同じ画像を&lt;br /&gt;
左に-100pxずらして表示し、&lt;br /&gt;
左から９秒かけて400pxスライドさせて先のリンクを表示する。」&lt;br /&gt;
に変更&lt;br /&gt;
&lt;br /&gt;
すると書式は以下の通り&lt;/p&gt;
&lt;div class=&quot;bb-code&quot; style=&quot;font-family: monospace;&quot;&gt;&amp;lt;canvas&amp;nbsp;proxied=&amp;quot;false&amp;quot;&amp;nbsp;width=&amp;quot;300&amp;quot;&amp;nbsp;height=&amp;quot;60&amp;quot;&amp;gt;&lt;br /&gt;
300pxX60pxのサイズの中で、&lt;br /&gt;
&amp;lt;view&amp;nbsp;resource=&amp;quot;gltrogo.png&amp;quot;&amp;nbsp;onclick=&amp;quot;lz.Browser.loadURL('http://gltmatrix.com/',&amp;nbsp;'_self')&amp;quot;&amp;nbsp;&amp;gt;&lt;br /&gt;
画像を使ったリンクを表示して、&lt;br /&gt;
&amp;lt;view&amp;nbsp;resource=&amp;quot;overbg1.png&amp;quot;&amp;nbsp;x=&amp;quot;-100&amp;quot;&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;その上に400pxの泣いたGeek君の付いた背景と同じ画像を&lt;br /&gt;
左に-100pxずらして表示し、&lt;/span&gt;&lt;br /&gt;
&amp;lt;animator&amp;nbsp;attribute=&amp;quot;x&amp;quot;&amp;nbsp;to=&amp;quot;400&amp;quot;&amp;nbsp;duration=&amp;quot;9000&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;span class=&quot;bb-bold&quot;&gt;左から９秒かけて400pxスライドさせて先のリンクを表示する。&lt;/span&gt;&lt;br /&gt;
&amp;lt;/view&amp;gt;&lt;br /&gt;
&amp;lt;/view&amp;gt;&lt;br /&gt;
&amp;lt;/canvas&amp;gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
「プログラムは上から下へ実行され、見えてるものは&lt;br /&gt;
一区切りごと下から重なって見える」&lt;br /&gt;
これはズバリ！懐かしの&lt;span style=&quot;font-size: 120%; line-height: 100%;&quot;&gt;&lt;span class=&quot;bb-bold&quot;&gt;ミルフィーユ的思考！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 120%; line-height: 100%;&quot;&gt;&lt;span class=&quot;bb-bold&quot;&gt;ともかく、楽しんで勉強しています（＾＾&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/olstart</trackback:ping>
</item>
<item>
<title>サイトのGeeklogバージョンを1.6.0b3へ変更しました。</title>
<link>http://gltmatrix.com/article.php/gltgeek160up</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/gltgeek160up</guid>
<pubDate>Sun, 28 Jun 2009 10:39:43 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/gltgeek160up#comments</comments>
<dc:subject>おしらせ</dc:subject>
<description>&lt;p&gt;GLT Matrixのバージョンを1.6.0ベータ３に&lt;br /&gt;
バージョンアップしました。&lt;/p&gt;
&lt;p&gt;「テーマのお試し」は対応テーマ制作のため&lt;br /&gt;
現在停止しております。&lt;br /&gt;
今しばらくお待ちください。&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/gltgeek160up</trackback:ping>
</item>
<item>
<title>zencartテンプレートデビュー</title>
<link>http://gltmatrix.com/article.php/milkzencart</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/milkzencart</guid>
<pubDate>Tue, 23 Jun 2009 16:26:20 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/milkzencart#comments</comments>
<dc:subject>おしらせ</dc:subject>
<description>&lt;p&gt;WEBアクセシビリティーに関して精力的に活動し、&lt;br /&gt;
GeeklogJpaneseでもそれらを生かしたテーマを発表されている&lt;a target=&quot;_blank&quot; href=&quot;http://white-stage.com/&quot;&gt;みるくさん&lt;/a&gt;が&lt;br /&gt;
&amp;nbsp;&lt;a target=&quot;_blank&quot; href=&quot;http://www.obitastar.co.jp/&quot;&gt;Obitastarさん&lt;/a&gt;でzencartテンプレートデビューされました。&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://template.obitastar.co.jp/product/p-71.html&quot;&gt;ポップテンプレート『sweets』 &lt;/a&gt;と名付けられたテンプレートで&lt;br /&gt;
みるくさんらしくアクセシビリティーに配慮したテンプレートとなっています。&lt;br /&gt;
有料配布となっていますが格安ですので一度ご覧になってみてください。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/milkzencart</trackback:ping>
</item>
<item>
<title>ビジネス用テーマがリリースされてます。</title>
<link>http://gltmatrix.com/article.php/20090623161313640</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/20090623161313640</guid>
<pubDate>Sun, 21 Jun 2009 16:13:13 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/20090623161313640#comments</comments>
<dc:subject>おしらせ</dc:subject>
<description>&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.ivywe.co.jp/&quot;&gt;株式会社Ivywe&lt;/a&gt;さんがビジネス用テーマとして使える&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://www.geeklog.jp/filemgmt/index.php/437&quot;&gt;「ivywebiz」&lt;/a&gt;をリリースされてます。&lt;/p&gt;
&lt;p&gt;このテーマはmystral-kkさんが開発された&lt;a target=&quot;_blank&quot; href=&quot;http://mystral-kk.net/filemgmt/viewcat.php?cid=10&quot;&gt;KZ Templateクラス&lt;/a&gt;を利用した&lt;br /&gt;
オーバーライドを前提として制作されてるそうです。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/20090623161313640</trackback:ping>
</item>
<item>
<title>オープンソースカンファレンス２００９Kansai</title>
<link>http://gltmatrix.com/article.php/osc2009kansaiinfo</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/osc2009kansaiinfo</guid>
<pubDate>Fri, 19 Jun 2009 05:04:21 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/osc2009kansaiinfo#comments</comments>
<dc:subject>セミナー懇親会</dc:subject>
<description>&lt;p&gt;早いものでもうオープンソースカンファレンスKansai（以下OSC）&lt;br /&gt;
のお知らせの時期が来ました。&lt;/p&gt;
&lt;p&gt;日　程 : 2009年7月10日(金) 10:00～18:00 / 11日(土) 10:00～17:00&lt;br /&gt;
会　場 : 京都コンピュータ学院 京都駅前校（JR京都駅八条口より徒歩7分）&lt;br /&gt;
サイト : &lt;a target=&quot;_blank&quot; href=&quot;http://www.ospn.jp/osc2009-kansai/&quot;&gt;&lt;font color=&quot;#004a95&quot;&gt;http://www.ospn.jp/osc2009-kansai/&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;今回のOSCでは今まで以上にオープンソースＣＭＳのブースが多く、&lt;br /&gt;
当然のことながらＣＭＳのセミナーも多く開催されます。&lt;br /&gt;
私が興味のあるセミナーは・・・&lt;/p&gt;
&lt;p&gt;7/10金 11:15-12:00 オープンソースでレンタルサーバー管理（VHCS/ispCP）&lt;br /&gt;
7/10金 13:00-13:45 Zen CART(CMS:CART)&lt;br /&gt;
7/10金 14:00-14:45 TYPO3(CMS:汎用CMS)&lt;br /&gt;
7/10金 15:15-16:00 Drupal(CMS:汎用CMS)&lt;br /&gt;
7/10金 16:15-17:00 WordPress とBuddyPress(CMS:ブログ+SNSプラグイン)&lt;br /&gt;
&lt;br /&gt;
7/11土 10:15-12:00 CMS集まれ！自分にベストなCMSはどれ？&lt;br /&gt;
7/11土 13:00-13:45 concrete5(CMS:汎用CMS)&lt;br /&gt;
7/11土 13:00-13:45 OpenLaszlo(CMS:他/Flash)&lt;br /&gt;
7/11土 14:00-14:45 Joomla!(CMS:汎用CMS)&lt;br /&gt;
7/11土 15:15-16:00 EC-CUBE(CMS:CART)&lt;br /&gt;
7/11土 15:15-16:00 Geeklog(CMS:汎用CMS)&lt;br /&gt;
7/11土 16:10-17:00 ライトニングトーク&lt;/p&gt;
&lt;p&gt;これだけのセミナーが２日で聞けることは珍しいので皆さんも参加されてはいかがでしょうか。&lt;br /&gt;
&amp;nbsp;私は間違いなく、会場のどこかに居ます。&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/osc2009kansaiinfo</trackback:ping>
</item>
<item>
<title>OpenLaszloのはじめの一歩</title>
<link>http://gltmatrix.com/article.php/laszlostart</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/laszlostart</guid>
<pubDate>Mon, 15 Jun 2009 00:53:19 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/laszlostart#comments</comments>
<dc:subject>Blog_ブログ</dc:subject>
<description>&lt;p&gt;大阪府機関・大阪産業デザインセンター主催のＢＭＢで展開されている&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://bmb.oidc.jp/article.php/20090409153019999&quot;&gt;オープンソース分科会第一弾の「オープンラズロ」実践講座&lt;/a&gt;に&lt;br /&gt;
第三回目からですが参加してきました。&lt;/p&gt;
&lt;p&gt;オープンラズロとは&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;OpenLaszloはブラウザで動く&lt;br /&gt;
RIAアプリ(リッチインターネットアプリケーション)を作る無料ソフトです。&lt;br /&gt;
RIAアプリを動かすプラットフォームとして、FlashやDHTMLが採用されています。 &lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;です。&lt;br /&gt;
詳細は&lt;a target=&quot;_blank&quot; href=&quot;http://www.openlaszlo-ason.com/doku.php/start&quot;&gt;[サンプル満載！asonのOpenLaszlo入門]&lt;/a&gt;をご覧になってください。&lt;/p&gt;
&lt;p&gt;私は勉強会の会場でのＰＣでのコーディングは出来なかったのですが&lt;br /&gt;
脳内妄想コーディングを必死にしていました(*^_^*)&lt;br /&gt;
&lt;br /&gt;
週末にかけてなかなか復習が出来なかったのですが&lt;br /&gt;
時間が空いたので復習がてらのはじめの一歩を踏み出しました。&lt;br /&gt;
通常はじめの一歩は「hello wold!」ですが私の場合は&lt;br /&gt;
Geeklogのタイトルバナーの制作です。&lt;/p&gt;
&lt;p&gt;テーマのキャッシュが無ければ「IguanaCLR2」でサイトが表示されます。&lt;br /&gt;
タイトルロゴのGLTMatrixを右クリックしたらラズロで制作した事が分かります。&lt;br /&gt;
本当は下からニュイ～ンと表示させるものを作りたかったのですが&lt;br /&gt;
はじめの一歩は「表示できたで～」と言う事で（笑&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/laszlostart</trackback:ping>
</item>
<item>
<title>Geeklogの新テーマ「red」「green」「black」が発表されてます。</title>
<link>http://gltmatrix.com/article.php/ptextrgb</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/ptextrgb</guid>
<pubDate>Wed, 03 Jun 2009 19:33:31 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/ptextrgb#comments</comments>
<dc:subject>Blog_ブログ</dc:subject>
<description>&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://gltmatrix.com/article.php/petxtbook15black&quot;&gt;以前記事にした事のある&lt;/a&gt;kobabさんがPtextbookの更なるカラーバージョンを&lt;br /&gt;
発表されてます。&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://geeklog.crimsonj.net/article.php/20090602152549126&quot;&gt;新テーマptex15green、ptex15red、ptex15black発表&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;これで黒色・赤色・緑色の3色がそろいました。&lt;br /&gt;
ここまで来たら青色・桃色・黄色をそろえて&lt;br /&gt;
「Ptextbookゴレンジャー」（古い！）を目指して頂きましょう（笑&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/ptextrgb</trackback:ping>
</item>
<item>
<title>Geeklog1.6.xと新テーマ・・・えっ？</title>
<link>http://gltmatrix.com/article.php/g16Smallboxes</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/g16Smallboxes</guid>
<pubDate>Mon, 01 Jun 2009 00:01:20 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/g16Smallboxes#comments</comments>
<dc:subject>Blog_ブログ</dc:subject>
<description>&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.trybase.com/~dengen/log/article.php/CustomMenuEditor&quot;&gt;CustomMenu Editor&lt;/a&gt;の開発者であり、その上位プラグインの&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://www.trybase.com/~dengen/log/filemgmt/index.php?id=14&quot;&gt;Navigation Manager 通称Navmanをテスト公開&lt;/a&gt;されている&lt;br /&gt;
dengenさんのサイト&lt;a target=&quot;_blank&quot; href=&quot;http://www.trybase.com/~dengen/log/&quot;&gt;「シコーサクゴ-Geeklog」&lt;/a&gt;を久しぶりに拝見すると、&lt;br /&gt;
新しいテーマを公開されてました、しかもGeeklogのバージョンは1.6.x系です。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;テーマは「Smallboxes_type3」、初代が1.4.x時代にリリースされた&lt;br /&gt;
残念ながらまだリリースされてませんが、これこそが「ギミック」の名前にふさわしいテーマです。&lt;br /&gt;
いつも思いっきり名前を間違えて失礼しまくってるのですが&lt;strong&gt;Smallboxes&lt;/strong&gt;です。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;記事中に&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;たまには模様替えをしてみると、新鮮な気持ちになれますな。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;と、さらりと書かれてますが一度サイトをご覧ください、&lt;br /&gt;
その程度のインパクトではありません。&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/g16Smallboxes</trackback:ping>
</item>
<item>
<title>「WAIproCSS2.3.3」と「sea1.6」がリリースされてます。</title>
<link>http://gltmatrix.com/article.php/wsnew209525</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/wsnew209525</guid>
<pubDate>Sun, 31 May 2009 20:27:18 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/wsnew209525#comments</comments>
<dc:subject>おしらせ</dc:subject>
<description>&lt;p&gt;2009年５月２５日にみるくさんのサイト、White Stageで&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://white-stage.com/article.php/20090525151804638&quot;&gt;&lt;span id=&quot;DOM_fh_diary_title&quot;&gt;「WAIproCSS2.3.3」と「sea1.6」がリリース&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;されてます。&lt;/p&gt;
&lt;p&gt;以前のバージョンからの変更点は&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;修正されたファイルは、footer.thtmlのみです。&lt;br /&gt;
Ver.1.5をお使いのかたは、footer.thtmlの43行目の&lt;br /&gt;
&amp;lt;!--#footer } --&amp;gt;を&amp;lt;!-- #footer } --&amp;gt;と修正ください。&lt;br /&gt;
(#footerの前に半角スペースを一つ入れて下さい)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;との事です。&lt;/p&gt;
&lt;p&gt;この調子でどんどん行ってもらいましょう（笑&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/wsnew209525</trackback:ping>
</item>
<item>
<title>2009.6.19 東京・久我山 Geeklogセミナー </title>
<link>http://gltmatrix.com/article.php/2009619tokgeek</link>
<guid isPermaLink="true">http://gltmatrix.com/article.php/2009619tokgeek</guid>
<pubDate>Thu, 28 May 2009 05:42:59 +0900</pubDate>
<comments>http://gltmatrix.com/article.php/2009619tokgeek#comments</comments>
<dc:subject>おしらせ</dc:subject>
<description>&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.geeklog.jp/article.php/seminar20090619&quot;&gt;Geeklog Japaneseでも告知&lt;/a&gt;されてますが&lt;br /&gt;
２００９年６月１９日に東京の久我山でGeeklogセミナーが開催されるそうです。&lt;br /&gt;
概要は以下の通りです。&lt;/p&gt;
&lt;p&gt;
&lt;table class=&quot;wikitable&quot; width=&quot;90%&quot;&gt;
    &lt;caption&gt;Geeklog Japaneseセミナー in Tokyo 久我山&lt;/caption&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;日時：&lt;/th&gt;
            &lt;td&gt;2009年6月19日（金）&lt;br /&gt;
            セミナー 19:00 - 21:30（懇親含む）&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;会場：&lt;/th&gt;
            &lt;td&gt;久我山：喫茶店コニファー（貸切）&lt;br /&gt;
            〒168-0082 東京都杉並区久我山3-24-22 &lt;br /&gt;
            井の頭線　久我山駅 南口から徒歩１分&lt;br /&gt;
            久我山へは，渋谷から急行13分。&lt;br /&gt;
            吉祥寺から急行3分。&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;内容：&lt;/th&gt;
            &lt;td&gt;スピーカー　今駒哲子/&lt;a href=&quot;http://www.geeklog.jp/users.php?mode=profile&amp;amp;uid=2&quot;&gt;Ivy&lt;/a&gt;（&lt;a href=&quot;http://www.ivywe.co.jp/&quot;&gt;IvyWe&lt;/a&gt;）19:00-20:00&lt;br /&gt;
            Geeklogのご紹介と開発最新情報&lt;br /&gt;
            1)&lt;a href=&quot;http://wiki.geeklog.jp/index.php/TOP%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E7%89%B9%E6%AE%8A%E3%81%AA%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88%E3%81%AB%E3%81%99%E3%82%8B&quot;&gt;トップページをカスタマイズする方法&lt;/a&gt;&lt;br /&gt;
            2)&lt;a href=&quot;http://wiki.geeklog.jp/index.php/Geeklog1.4.0%2C_1.4.1%EF%BC%8C1.5.0%EF%BC%8C1.5.1%E3%81%8B%E3%82%89Geeklog1.5.2%E3%81%AB%E3%82%A2%E3%83%83%E3%83%97%E3%82%B0%E3%83%AC%E3%83%BC%E3%83%89%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95&quot;&gt;1.5.2へのアップグレード方法　そのコツと注意点&lt;/a&gt;&lt;br /&gt;
            3)&lt;a href=&quot;http://www.geeklog.jp/docs/config.html&quot;&gt;1.5.2で追加されたコンフィギュレーション&lt;/a&gt;&lt;br /&gt;
            4)&lt;a href=&quot;http://www.geeklog.jp/staticpages/index.php/presentation3&quot;&gt;アドバンストエディタのとっておきの使い方&lt;/a&gt;&lt;br /&gt;
            5)最新開発情報&lt;br /&gt;
            &lt;a href=&quot;http://wiki.geeklog.jp/index.php/KZ_Template%E3%82%AF%E3%83%A9%E3%82%B9&quot;&gt;KZ_Templateクラス&lt;/a&gt;(by mystral-kk)&lt;br /&gt;
            &lt;a href=&quot;http://www.trybase.com/%7Edengen/log/filemgmt/index.php?id=14&quot;&gt;ナビゲーションプラグイン&lt;/a&gt;(仮公開：パンくずリストも)(by dengen)&lt;br /&gt;
            &lt;a href=&quot;http://wiki.geeklog.jp/index.php/Phpautotags_addstaticpage&quot;&gt;phpautotags_addstaticpage&lt;/a&gt;(by Ivy)&lt;br /&gt;
            &lt;br /&gt;
            他&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;費用：&lt;/th&gt;
            &lt;td&gt;参加費用：￥2,500(ウェルカムコーヒー・飲食代含む)&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;定員：&lt;/th&gt;
            &lt;td&gt;15名様&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;th nowrap=&quot;nowrap&quot; align=&quot;right&quot;&gt;お申し込み：&lt;/th&gt;
            &lt;td&gt;&lt;a href=&quot;http://www.geeklog.jp/staticpages/index.php/formseminar?tt=2009.06.19Geeklog%E3%82%BB%E3%83%9F%E3%83%8A%E3%83%BC%20in%20Tokyo&amp;amp;u=http://www.geeklog.jp&quot;&gt;お申し込みフォーム&lt;/a&gt;からお申し込みください。&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;ノートPC，LANケーブルやハブ持参歓迎します。&lt;a href=&quot;http://sns.geeklog.jp/&quot;&gt;SNS&lt;/a&gt;でも参加表明をどうぞ。&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script src=&quot;http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=ABQIAAAA2Z3rYtrJTYPtSF4y1puJZRR5GNLNyvxJYE39Rwg5LZPwXBhsmBRnnRwgXxLa9DwFqatjxW63OhZ4kQ&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;&lt;script src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/156c/maps2.api/main.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/p&gt;
&lt;div id=&quot;map1&quot; style=&quot;position: relative; padding-bottom: 0px; background-color: rgb(229,227,223); margin: 5px; padding-left: 0px; width: 540px; padding-right: 0px; height: 540px; padding-top: 0px&quot;&gt;
&lt;div style=&quot;position: absolute; width: 100%; height: 100%; overflow: hidden; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; cursor: url(http://maps.google.com/intl/ja_ALL/mapfiles/openhand_8_8.cur), default; left: 0px&quot;&gt;
&lt;div style=&quot;position: absolute; display: none; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;position: absolute; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -186px; border-right: 0px; padding-top: 0px; left: -117px; -moz-user-select: none&quot; src=&quot;http://mt1.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465449&amp;amp;y=206440&amp;amp;z=19&amp;amp;s=Gal&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 70px; border-right: 0px; padding-top: 0px; left: -117px; -moz-user-select: none&quot; src=&quot;http://mt3.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465449&amp;amp;y=206441&amp;amp;z=19&amp;amp;s=Gali&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 326px; border-right: 0px; padding-top: 0px; left: -117px; -moz-user-select: none&quot; src=&quot;http://mt1.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465449&amp;amp;y=206442&amp;amp;z=19&amp;amp;s=Galil&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 582px; border-right: 0px; padding-top: 0px; left: -117px; -moz-user-select: none&quot; src=&quot;http://mt3.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465449&amp;amp;y=206443&amp;amp;z=19&amp;amp;s=Galile&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -186px; border-right: 0px; padding-top: 0px; left: 139px; -moz-user-select: none&quot; src=&quot;http://mt2.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465450&amp;amp;y=206440&amp;amp;z=19&amp;amp;s=Galile&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 70px; border-right: 0px; padding-top: 0px; left: 139px; -moz-user-select: none&quot; src=&quot;http://mt0.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465450&amp;amp;y=206441&amp;amp;z=19&amp;amp;s=Galileo&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 326px; border-right: 0px; padding-top: 0px; left: 139px; -moz-user-select: none&quot; src=&quot;http://mt2.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465450&amp;amp;y=206442&amp;amp;z=19&amp;amp;s=&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 582px; border-right: 0px; padding-top: 0px; left: 139px; -moz-user-select: none&quot; src=&quot;http://mt0.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465450&amp;amp;y=206443&amp;amp;z=19&amp;amp;s=G&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -186px; border-right: 0px; padding-top: 0px; left: 395px; -moz-user-select: none&quot; src=&quot;http://mt3.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465451&amp;amp;y=206440&amp;amp;z=19&amp;amp;s=G&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 70px; border-right: 0px; padding-top: 0px; left: 395px; -moz-user-select: none&quot; src=&quot;http://mt1.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465451&amp;amp;y=206441&amp;amp;z=19&amp;amp;s=Ga&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 326px; border-right: 0px; padding-top: 0px; left: 395px; -moz-user-select: none&quot; src=&quot;http://mt3.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465451&amp;amp;y=206442&amp;amp;z=19&amp;amp;s=Gal&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 582px; border-right: 0px; padding-top: 0px; left: 395px; -moz-user-select: none&quot; src=&quot;http://mt1.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465451&amp;amp;y=206443&amp;amp;z=19&amp;amp;s=Gali&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -186px; border-right: 0px; padding-top: 0px; left: 651px; -moz-user-select: none&quot; src=&quot;http://mt0.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465452&amp;amp;y=206440&amp;amp;z=19&amp;amp;s=Gali&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 70px; border-right: 0px; padding-top: 0px; left: 651px; -moz-user-select: none&quot; src=&quot;http://mt2.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465452&amp;amp;y=206441&amp;amp;z=19&amp;amp;s=Galil&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 326px; border-right: 0px; padding-top: 0px; left: 651px; -moz-user-select: none&quot; src=&quot;http://mt0.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465452&amp;amp;y=206442&amp;amp;z=19&amp;amp;s=Galile&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 582px; border-right: 0px; padding-top: 0px; left: 651px; -moz-user-select: none&quot; src=&quot;http://mt2.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=465452&amp;amp;y=206443&amp;amp;z=19&amp;amp;s=Galileo&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;z-index: 102; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img class=&quot;gmnoprint&quot; alt=&quot;&quot; style=&quot;z-index: -114199200; border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 37px; padding-right: 0px; height: 34px; border-top: 0px; top: 387px; border-right: 0px; padding-top: 0px; left: 168px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/shadow50.png&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;z-index: 104; position: absolute; top: 0px; cursor: default; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;z-index: -114199200; border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 32px; padding-right: 0px; height: 32px; border-top: 0px; top: 387px; border-right: 0px; padding-top: 0px; left: 168px; -moz-user-select: none&quot; src=&quot;http://maps.google.co.jp/mapfiles/ms/icons/red.png&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;z-index: 106; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img class=&quot;gmnoprint&quot; alt=&quot;&quot; usemap=&quot;#gmimap0&quot; style=&quot;z-index: -114199200; border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 32px; padding-right: 0px; height: 32px; border-top: 0px; top: 387px; border-right: 0px; padding-top: 0px; left: 168px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/markerTransparent.png&quot; /&gt;&lt;map id=&quot;gmimap0&quot; name=&quot;gmimap0&quot;&gt;
&lt;area id=&quot;mtgt_unnamed_0&quot; title=&quot;喫茶店コニファー&quot; shape=&quot;poly&quot; alt=&quot;&quot; coords=&quot;9,0,6,1,4,2,2,4,0,8,0,12,1,14,2,16,5,19,7,23,8,26,9,30,9,34,11,34,11,30,12,26,13,24,14,21,16,18,18,16,20,12,20,8,18,4,16,2,15,1,13,0&quot; log=&quot;miw&quot; href=&quot;javascript:void(0)&quot; /&gt;&lt;/map&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;gmnoprint&quot; style=&quot;z-index: 0; position: absolute; bottom: 2px; left: 2px; -moz-user-select: none&quot;&gt;&lt;a title=&quot;クリックすると Google マップでこの地域を表示します&quot; target=&quot;_blank&quot; href=&quot;http://maps.google.com/maps?ll=35.68754,139.599502&amp;amp;spn=0.001176,0.001448&amp;amp;z=19&amp;amp;key=ABQIAAAA2Z3rYtrJTYPtSF4y1puJZRR5GNLNyvxJYE39Rwg5LZPwXBhsmBRnnRwgXxLa9DwFqatjxW63OhZ4kQ&amp;amp;mapclient=jsapi&amp;amp;oi=map_misc&amp;amp;ct=api_logo&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 62px; padding-right: 0px; height: 30px; border-top: 0px; cursor: pointer; border-right: 0px; padding-top: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/poweredby.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; id=&quot;copyright&quot; style=&quot;z-index: 0; position: absolute; text-align: right; bottom: 2px; font-family: Arial,sans-serif; white-space: nowrap; color: black; font-size: 11px; right: 123px; -moz-user-select: none&quot;&gt;&lt;span&gt;地図データ &amp;copy;2009 ZENRIN - &lt;/span&gt;&lt;a target=&quot;_blank&quot; style=&quot;color: rgb(119,119,204)&quot; href=&quot;http://www.google.com/intl/ja_ALL/help/terms_maps.html&quot;&gt;利用規約&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;gmnoprint&quot; style=&quot;z-index: 0; position: absolute; text-align: left; width: 59px; height: 272px; overflow: hidden; top: 7px; left: 7px; -moz-user-select: none&quot;&gt;
&lt;div style=&quot;position: absolute; width: 59px; height: 62px; overflow: hidden; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;width: 59px; height: 62px; overflow: hidden&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 59px; padding-right: 0px; height: 458px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/mapcontrols2.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;lmcslider&quot; style=&quot;position: absolute; width: 59px; height: 180px; overflow: hidden; top: 62px; left: 0px&quot;&gt;
&lt;div style=&quot;width: 59px; height: 292px; overflow: hidden&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 59px; padding-right: 0px; height: 458px; border-top: 0px; top: -62px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/mapcontrols2.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;position: absolute; text-align: left; width: 59px; height: 354px; top: 242px; left: 0px&quot;&gt;
&lt;div style=&quot;position: absolute; width: 59px; height: 30px; overflow: hidden&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 59px; padding-right: 0px; height: 458px; border-top: 0px; top: -354px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/mapcontrols2.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;lmczb&quot; style=&quot;position: absolute; width: 22px; height: 166px; top: 86px; cursor: pointer; left: 19px&quot;&gt;
&lt;div title=&quot;ドラッグして拡大&quot; style=&quot;position: absolute; width: 22px; height: 14px; overflow: hidden; top: 0px; cursor: url(http://maps.google.com/intl/ja_ALL/mapfiles/openhand_8_8.cur), default; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 59px; padding-right: 0px; height: 458px; border-top: 0px; top: -384px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/mapcontrols2.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;gmnoprint&quot; style=&quot;z-index: 0; position: absolute; width: 200px; font-family: Arial,sans-serif; height: 19px; color: black; font-size: small; top: 7px; right: 7px; -moz-user-select: none&quot;&gt;
&lt;div title=&quot;市街地図を見る&quot; style=&quot;border-bottom: black 1px solid; position: absolute; text-align: center; border-left: black 1px solid; background-color: white; width: 5em; border-top: black 1px solid; cursor: pointer; right: 10.2em; border-right: black 1px solid&quot;&gt;
&lt;div style=&quot;border-bottom: rgb(108,157,223) 1px solid; border-left: rgb(52,86,132) 1px solid; font-size: 12px; border-top: rgb(52,86,132) 1px solid; font-weight: bold; border-right: rgb(108,157,223) 1px solid&quot;&gt;地図&lt;/div&gt;
&lt;/div&gt;
&lt;div title=&quot;航空写真を見る&quot; style=&quot;border-bottom: black 1px solid; position: absolute; text-align: center; border-left: black 1px solid; background-color: white; width: 5em; border-top: black 1px solid; cursor: pointer; right: 5.1em; border-right: black 1px solid&quot;&gt;
&lt;div style=&quot;border-bottom: rgb(176,176,176) 1px solid; border-left: white 1px solid; font-size: 12px; border-top: white 1px solid; border-right: rgb(176,176,176) 1px solid&quot;&gt;航空写真&lt;/div&gt;
&lt;/div&gt;
&lt;div title=&quot;航空写真に道路名を表示&quot; style=&quot;border-bottom: black 1px solid; position: absolute; text-align: center; border-left: black 1px solid; background-color: white; width: 5em; border-top: black 1px solid; cursor: pointer; right: 0em; border-right: black 1px solid&quot;&gt;
&lt;div style=&quot;border-bottom: rgb(176,176,176) 1px solid; border-left: white 1px solid; font-size: 12px; border-top: white 1px solid; border-right: rgb(176,176,176) 1px solid&quot;&gt;地図+写真&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;map1_overview&quot; class=&quot;gmnoprint&quot; style=&quot;z-index: 0; position: absolute; bottom: 0px; right: 0px; -moz-user-select: none&quot;&gt;
&lt;div style=&quot;position: absolute; border-left: rgb(151,151,151) 1px solid; background-color: rgb(232,236,248); width: 120px; bottom: 0px; height: 120px; overflow: hidden; border-top: rgb(151,151,151) 1px solid; right: 0px&quot;&gt;
&lt;div style=&quot;border-bottom: rgb(151,151,151) 1px solid; position: absolute; border-left: rgb(151,151,151) 1px solid; background-color: rgb(229,227,223); width: 111px; height: 111px; overflow: hidden; border-top: rgb(151,151,151) 1px solid; top: 7px; border-right: rgb(151,151,151) 1px solid; left: 7px&quot;&gt;
&lt;div style=&quot;position: absolute; width: 100%; height: 100%; overflow: hidden; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; cursor: url(http://maps.google.com/intl/ja_ALL/mapfiles/openhand_8_8.cur), default; left: 0px&quot;&gt;
&lt;div style=&quot;position: absolute; display: none; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: 0px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/transparent.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;position: absolute; top: 0px; left: 0px&quot;&gt;
&lt;div style=&quot;z-index: 0; position: absolute; top: 0px; left: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -257px; border-right: 0px; padding-top: 0px; left: -280px; -moz-user-select: none&quot; src=&quot;http://mt0.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=58180&amp;amp;s=&amp;amp;y=25804&amp;amp;z=16&amp;amp;s=&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -1px; border-right: 0px; padding-top: 0px; left: -280px; -moz-user-select: none&quot; src=&quot;http://mt2.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=58180&amp;amp;s=&amp;amp;y=25805&amp;amp;z=16&amp;amp;s=G&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -257px; border-right: 0px; padding-top: 0px; left: -24px; -moz-user-select: none&quot; src=&quot;http://mt1.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=58181&amp;amp;s=&amp;amp;y=25804&amp;amp;z=16&amp;amp;s=Gal&quot; /&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 256px; padding-right: 0px; height: 256px; border-top: 0px; top: -1px; border-right: 0px; padding-top: 0px; left: -24px; -moz-user-select: none&quot; src=&quot;http://mt3.google.com/mt/v=ap.95&amp;amp;hl=ja&amp;amp;x=58181&amp;amp;s=&amp;amp;y=25805&amp;amp;z=16&amp;amp;s=Gali&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;position: absolute; width: 15px; bottom: 0px; height: 15px; overflow: hidden; cursor: pointer; right: 0px&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border-bottom: 0px; position: absolute; border-left: 0px; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 59px; padding-right: 0px; height: 492px; border-top: 0px; top: -428px; border-right: 0px; padding-top: 0px; left: 0px; -moz-user-select: none&quot; src=&quot;http://maps.google.com/intl/ja_ALL/mapfiles/mapcontrols3d5.png&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
//&lt;![CDATA[
  var zoom1 = 19;
  var mapstyle1 = document.getElementById('map1').style;
  mapstyle1.width = '540px'; //地図の幅
  mapstyle1.height = '540px'; //地図の高さ
  mapstyle1.margin = '5px'; //地図の余白
function OnloadBody1(){
  if(document.getElementById('map1')) {
    var map1 = new GMap2(document.getElementById('map1'));
    var point1 = new GLatLng(35.68754,139.599502);
    map1.setCenter( point1 , zoom1 );
    map1.addControl(new GLargeMapControl());
    map1.addControl(new GMapTypeControl());
    map1.addControl(new GOverviewMapControl());
  var point11 = new GLatLng(35.68725,139.599272);
  var icon11 = new GIcon(G_DEFAULT_ICON);
  icon11.image = 'http://maps.google.co.jp/mapfiles/ms/icons/red.png';
  icon11.iconSize = new GSize(32,32);
  icon11.iconAnchor = new GPoint(16,16);
  icon11.infoWindowAnchor = new GPoint(15,10);
  var marker11 = new GMarker(point11 ,{ icon: icon11, title: '喫茶店コニファー'});
  var info11 = '/&gt;住　所：〒168-0082　東京都杉並区久我山3-24-22 喫茶店コニファー';
  GEvent.addListener( marker11 , 'click' , function(){ marker11.openInfoWindowHtml(info11) } );
  map1.addOverlay(marker11);
  }
}
//]]&gt;
&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
function OnloadBody(){
  OnloadBody1();
}
window.onload = OnloadBody;
// --&gt;
&lt;/script&gt;
&lt;p&gt;東京都杉並区久我山3-24-22 喫茶店コニファー（久我山駅徒歩1分）&lt;br /&gt;
&lt;span style=&quot;color: rgb(255,0,0)&quot;&gt;角の三菱東京UFJは，現在ファミリーマートになっています。&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;久我山駅南口を出て，神田川の橋を渡り，横断歩道を渡ってファミリーマート沿いの坂を上り，ローソンの先，久我山電器の手前の坂道を右に曲がると正面に見えるお店です。&lt;br /&gt;
&lt;br /&gt;
会場へのお問い合わせはお断りします。かならずGeeklog Japaneseまたは（株）アイビー・ウィーへお問い合わせください。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<trackback:ping>http://gltmatrix.com/trackback.php/2009619tokgeek</trackback:ping>
</item>
</channel>
</rss>
