<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>べたろぐ。 &#187; Ajax</title>
	<atom:link href="http://szdy.info/wp/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://szdy.info/wp</link>
	<description></description>
	<lastBuildDate>Sat, 05 Jun 2010 10:53:56 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://szdy.info/wp/tag/ajax/feed/" />
		<item>
		<title>WordPress のコメント投稿を Ajax 化し便利にしてくれる Quick Comments</title>
		<link>http://szdy.info/wp/2009/05/11/603/</link>
		<comments>http://szdy.info/wp/2009/05/11/603/#comments</comments>
		<pubDate>Mon, 11 May 2009 09:37:38 +0000</pubDate>
		<dc:creator>beta</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://szdy.info/wp/?p=603</guid>
		<description><![CDATA[				jQuery ベースの Quick Comments を入れてみました。早速動作確認を行ってみるも動作せず。あれれ。原因究明開始。WordPress のプラグインとしてでなくテンプレートに直接組み込んでいる jQ [...]]]></description>
			<content:encoded><![CDATA[				<p>jQuery ベースの <a href="http://wppluginsj.sourceforge.jp/quick-comments/" title="WordPress Plugins/JSeries &raquo; Quick Comments (コメント投稿 Ajax 化)">Quick Comments</a> を入れてみました。早速動作確認を行ってみるも動作せず。あれれ。原因究明開始。WordPress のプラグインとしてでなくテンプレートに直接組み込んでいる <a href="http://leandrovieira.com/projects/jquery/lightbox/" title="jQuery lightBox plugin">jQuery lightBox plugin</a> の記述を削除してみると動く。それならばと <code>head</code> 内の jQuery lightBox plugin と Quick Comments の記述する順番を変えたら無事動くようになりました。いやあ、これは便利便利。</p>
]]></content:encoded>
			<wfw:commentRss>http://szdy.info/wp/2009/05/11/603/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://szdy.info/wp/2009/05/11/603/" />
	</item>
		<item>
		<title>Lightbox.js と CSS drop shadows の併用</title>
		<link>http://szdy.info/wp/2006/03/18/19/</link>
		<comments>http://szdy.info/wp/2006/03/18/19/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 23:16:06 +0000</pubDate>
		<dc:creator>seesaa</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS drop shadows]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Seesaa BLOG]]></category>

		<guid isPermaLink="false">http://szdy.info/wp/?p=19</guid>
		<description><![CDATA[				一昨日から夜勤のバイトしていて、帰って来ると風呂入ってお酒飲んでバタンキュー。彼岸のお団子作りです。
				コメントを頂いていたので、とりあえず Lightbox JS とドロップシャドウの併用はできますよ例。 [...]]]></description>
			<content:encoded><![CDATA[				<p>一昨日から夜勤のバイトしていて、帰って来ると風呂入ってお酒飲んでバタンキュー。彼岸のお団子作りです。</p>
				<p>コメントを頂いていたので、とりあえず <a href="http://www.huddletogether.com/projects/lightbox/" title="Lightbox JS">Lightbox JS</a> とドロップシャドウの併用はできますよ例。</p>
				<dl>
				<dt>Lightbox JS とドロップシャドウ併用</dt>
				<dd>
				<pre><code>&lt;div class=&quot;image&quot;&gt;
<!--pre-->    &lt;a href=&quot;http://seize-a-day.up.seesaa.net/image/bass.jpg&quot;
<!--pre-->            <em>rel=&quot;lightbox&quot; title=&quot;うちのバスちゃんズ&quot;</em> target=&quot;_blank&quot;&gt;
<!--pre-->        &lt;img src=&quot;http://seize-a-day.up.seesaa.net/image/bass-thumbnail2.jpg&quot;
<!--pre-->                width=&quot;150&quot; height=&quot;112&quot; border=&quot;0&quot; align=&quot;left&quot; alt=&quot;うちのバスちゃんズ&quot; /&gt;
<!--pre-->    &lt;/a&gt;
<!--pre-->&lt;/div&gt;</code></pre>
				<p class="note">見やすいように空白類文字を加えました。</p>
				</dd>
				<dt>表示例</dt>
				<dd>
				<div class="thumb"><a href="http://szdy.info/wp/wp-content/uploads/2006/03/bass.jpg"><img src="http://szdy.info/wp/wp-content/uploads/2006/03/bass-150x150.jpg" alt="bass" title="bass" width="150" height="150" class="alignright size-thumbnail wp-image-260" /></a></div>
				</dd>
				</dl>
				<p><a href="http://szdy.info/wp/2006/03/10/11/" title="べたろぐ。 - Seesaa BLOG で CSS Drop Shadows (CSS で画像にドロップシャドウ)">Seesaa BLOG で CSS Drop Shadows (CSS で画像にドロップシャドウ)</a>と合わせて読んでみてください。</p>
				<p>マウスが壊れている。ドラッグがうまくいかない。うまくブロギれない。そして眠い。今日はここまで。おやすみなさい。</p>
]]></content:encoded>
			<wfw:commentRss>http://szdy.info/wp/2006/03/18/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://szdy.info/wp/2006/03/18/19/" />
	</item>
	</channel>
</rss>
