<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Serendip &#187; お知らせ</title>
	<atom:link href="http://www.serendip.ws/archives/category/info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.serendip.ws</link>
	<description>Webデザイン・プログラミング</description>
	<lastBuildDate>Thu, 02 Sep 2010 07:00:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>zencodingcss.vim ver 0.2 (Vim Script)</title>
		<link>http://www.serendip.ws/archives/4394</link>
		<comments>http://www.serendip.ws/archives/4394#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:23:59 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=4394</guid>
		<description><![CDATA[CSS を Zen Coding 風に簡単入力できる Vim プラグイン zencodingcss.vim にラベル付きプレースホルダ機能を追加しました。 一括指定をする値の内容について記述するなどできます。 &#60;c-n&#62; キーを押すとプレースホルダに移動し入力をおこなえます。 設定例 if !exists('g:zencodingcssUserDict') let g:zencodingcssUserDict = { \ 'f' : 'font: \style:italic?\ \variant:small-caps?\ \weight:bold?\ \size:100%\\/line-height:1em?\ \family:sans-serif\;', \ 'wbs' : '-webkit-box-shadow: \offset-x\px \offset-y\px \blur\px rgb(&#124;, &#124;, &#124;);' \} endif]]></description>
			<content:encoded><![CDATA[<p>CSS を Zen Coding 風に簡単入力できる Vim プラグイン <a href="/software/vim-zencodingcss">zencodingcss.vim</a> にラベル付きプレースホルダ機能を追加しました。</p>
<p>一括指定をする値の内容について記述するなどできます。</p>
<p><kbd>&lt;c-n&gt;</kbd> キーを押すとプレースホルダに移動し入力をおこなえます。</p>
<p>設定例</p>
<pre><span class="Statement">if</span> !<span class="Identifier">exists</span><span class="Special">(</span><span class="Constant">'g:zencodingcssUserDict'</span><span class="Special">)</span>
    <span class="Statement">let</span> g:zencodingcssUserDict <span class="Statement">=</span> {
<span class="Special">\</span>   <span class="Constant">'f'</span>     : <span class="Constant">'font: \style:italic?\ \variant:small-caps?\ \weight:bold?\ \size:100%\\/line-height:1em?\ \family:sans-serif\;'</span>,
<span class="Special">\</span>   <span class="Constant">'wbs'</span>   : <span class="Constant">'-webkit-box-shadow: \offset-x\px \offset-y\px \blur\px rgb(|, |, |);'</span>
<span class="Special">\</span>}
<span class="Statement">endif</span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/4394/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS を Zen Coding 風に簡単入力できる Vim プラグイン zencodingcss.vim</title>
		<link>http://www.serendip.ws/archives/4384</link>
		<comments>http://www.serendip.ws/archives/4384#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:33:51 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=4384</guid>
		<description><![CDATA[CSS を Zen Coding 風に簡単入力できる Vim プラグイン zencodingcss.vim を公開しました。 zencodingcss.vim (Vim Scirpt)]]></description>
			<content:encoded><![CDATA[<p>CSS を Zen Coding 風に簡単入力できる Vim プラグイン zencodingcss.vim を公開しました。</p>
<p><a href="/software/vim-zencodingcss">zencodingcss.vim (Vim Scirpt)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/4384/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google 検索結果をハイライト表示する（Greasemonkey）</title>
		<link>http://www.serendip.ws/archives/4342</link>
		<comments>http://www.serendip.ws/archives/4342#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:57:12 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=4342</guid>
		<description><![CDATA[Greasemonkey Script の『Google 検索結果をハイライト表示する（Greasemonkey）』を公開しました。 旧スクリプト の内、あまり使わなくなった機能を省いて、キーワードのハイライト表示漏れを改良したものです。 Google Chrome でも使用可能です。]]></description>
			<content:encoded><![CDATA[<p>Greasemonkey Script の『<a href="/software/gm_google-search-highlight">Google 検索結果をハイライト表示する（Greasemonkey）</a>』を公開しました。<br />
<a href="http://d.hatena.ne.jp/iNo/20061004">旧スクリプト</a> の内、あまり使わなくなった機能を省いて、キーワードのハイライト表示漏れを改良したものです。<br />
<strong>Google Chrome でも使用可能</strong>です。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/4342/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google イメージ検索画像をレイヤー上に表示 (Chrome Extension)</title>
		<link>http://www.serendip.ws/archives/4272</link>
		<comments>http://www.serendip.ws/archives/4272#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:44:20 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=4272</guid>
		<description><![CDATA[Google Chrome 拡張機能の『Google イメージ検索画像をレイヤー上に表示 (Chrome Extension)』を公開しました。]]></description>
			<content:encoded><![CDATA[<p>Google Chrome 拡張機能の『<a href="/software/ce-google-image-search">Google イメージ検索画像をレイヤー上に表示 (Chrome Extension)</a>』を公開しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/4272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 拡張機能の更新（Firefox3.6への対応）</title>
		<link>http://www.serendip.ws/archives/4127</link>
		<comments>http://www.serendip.ws/archives/4127#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:14:10 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=4127</guid>
		<description><![CDATA[Firefox3.6 へ対応するように以下の拡張機能を修正しました。 全て、対応バージョン番号の修正のみです。 JavaScript Actions Menu ver 1.0.8 moderror ver 3.0.2 Statusbar Charset ver 1.0.5]]></description>
			<content:encoded><![CDATA[<p>Firefox3.6 へ対応するように以下の拡張機能を修正しました。<br />
全て、対応バージョン番号の修正のみです。</p>
<ul class="entry-list-style">
<li><a href="/software/jsamenu">JavaScript Actions Menu ver 1.0.8</a></li>
<li><a href="/software/moderror">moderror ver 3.0.2</a></li>
<li><a href="/software/statusbarcharset">Statusbar Charset ver 1.0.5</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/4127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web ページ内のデザインの位置・サイズ情報を調べる（JSActions Script, Bookmarklet）</title>
		<link>http://www.serendip.ws/archives/3912</link>
		<comments>http://www.serendip.ws/archives/3912#comments</comments>
		<pubDate>Fri, 18 Dec 2009 08:39:53 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=3912</guid>
		<description><![CDATA[Web ページに半透明のブロック要素を追加し、デザイン作成時に要素のサイズ確認等の補助になる Web ページ内のデザインの位置・サイズ情報を調べる（JSActions Script, Bookmarklet） を公開しました。]]></description>
			<content:encoded><![CDATA[<p>Web ページに半透明のブロック要素を追加し、デザイン作成時に要素のサイズ確認等の補助になる <a href="/software/jsas-web-design-scale">Web ページ内のデザインの位置・サイズ情報を調べる（JSActions Script, Bookmarklet）</a> を公開しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/3912/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF へのリンクに Google Docs Viewer で開くリンクを追加するスクリプト (ブックマークレット, JSActions, Vimperator)</title>
		<link>http://www.serendip.ws/archives/3298</link>
		<comments>http://www.serendip.ws/archives/3298#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:36:02 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=3298</guid>
		<description><![CDATA[サイト内の PDF, PPT, TIF へのリンクに Google Docs Viewer で開くリンクを追加するスクリプト（ブックマークレット版・Vimperator script 版・JSActions script 版）を公開しました。]]></description>
			<content:encoded><![CDATA[<p>サイト内の PDF, PPT, TIF へのリンクに <a href="/software/open-google-docs-viewer">Google Docs Viewer で開くリンクを追加するスクリプト</a>（ブックマークレット版・Vimperator script 版・JSActions script 版）を公開しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/3298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Actions Menu ver 1.0.7（Firefox拡張機能）</title>
		<link>http://www.serendip.ws/archives/2562</link>
		<comments>http://www.serendip.ws/archives/2562#comments</comments>
		<pubDate>Sun, 12 Jul 2009 03:18:33 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=2562</guid>
		<description><![CDATA[Firefox拡張機能の JavaScript Actions Menu ver 1.0.7 を公開しました。 Firefox3.5 への対応をしました。]]></description>
			<content:encoded><![CDATA[<p>Firefox拡張機能の <a href="/software/jsamenu">JavaScript Actions Menu ver 1.0.7</a> を公開しました。<br />
Firefox3.5 への対応をしました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/2562/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>郵便番号から住所・住所から郵便番号を検索する (Ubiquity Script)</title>
		<link>http://www.serendip.ws/archives/2554</link>
		<comments>http://www.serendip.ws/archives/2554#comments</comments>
		<pubDate>Fri, 10 Jul 2009 06:30:42 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=2554</guid>
		<description><![CDATA[Firefox 拡張機能 Ubiquity 用の &#34;郵便番号から住所・住所から郵便番号を検索する&#34; スクリプトを更新しました。 Ubiquity 0.5 に対応しました。]]></description>
			<content:encoded><![CDATA[<p>Firefox 拡張機能 Ubiquity 用の &quot;<a href="/software/ubiquity-zipsearch">郵便番号から住所・住所から郵便番号を検索する</a>&quot; スクリプトを更新しました。</p>
<p><a href="http://labs.mozilla.com/2009/07/ubiquity-0-5/" class="out">Ubiquity 0.5</a> に対応しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/2554/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>郵便番号から住所・住所から郵便番号を検索する (Web版)</title>
		<link>http://www.serendip.ws/archives/2441</link>
		<comments>http://www.serendip.ws/archives/2441#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:15:07 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=2441</guid>
		<description><![CDATA[Web サービス &#34;郵便番号から住所・住所から郵便番号を検索する (Web版)&#34; を公開しました。]]></description>
			<content:encoded><![CDATA[<p>Web サービス &quot;<a href="/software/zipsearch">郵便番号から住所・住所から郵便番号を検索する (Web版)</a>&quot; を公開しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/2441/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
