<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>softelメモ へのコメント</title>
	<atom:link href="http://www.softel.co.jp/blogs/tech/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softel.co.jp/blogs/tech</link>
	<description>システム開発 ソフテルの技術関連ブログ（php、Linux、Apache、MySQL、その他開発関連）</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:38:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>sutara_lumpur より 【Javascript】正規表現でgフラグを付けても phpのpreg_match_all()のようなことができない へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2972/comment-page-1#comment-11432</link>
		<dc:creator>sutara_lumpur</dc:creator>
		<pubDate>Mon, 06 Feb 2012 00:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2972#comment-11432</guid>
		<description>私の場合は下記のように『g』オプションを使わずに、
マッチしたものの右側の文字列のみに切り詰めていく方法を
考えていたのですが…、こちらのほうが断然シンプルでいいですね(*´∀｀*) 

var myRe=/\d+([a-z]+)/; //『g』オプションは使わず
var str = &quot;123abc456def789ghi&quot;;
var myArray;

var str2 = str; //使い捨て用にコピーを… (^ ^;)
while ((myArray = str2.match(myRe)) != null) {
    alert(myArray[1]);
    str2 = RegExp.rightContext;
}</description>
		<content:encoded><![CDATA[<p>私の場合は下記のように『g』オプションを使わずに、<br />
マッチしたものの右側の文字列のみに切り詰めていく方法を<br />
考えていたのですが…、こちらのほうが断然シンプルでいいですね(*´∀｀*) </p>
<p>var myRe=/\d+([a-z]+)/; //『g』オプションは使わず<br />
var str = &#8220;123abc456def789ghi&#8221;;<br />
var myArray;</p>
<p>var str2 = str; //使い捨て用にコピーを… (^ ^;)<br />
while ((myArray = str2.match(myRe)) != null) {<br />
    alert(myArray[1]);<br />
    str2 = RegExp.rightContext;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>yoshimura より 【jQuery】エフェクトの種類 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2940/comment-page-1#comment-11296</link>
		<dc:creator>yoshimura</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2940#comment-11296</guid>
		<description>いえいえ、コメントいただけるとうれしいです。
コメントのURLなども見て、jQueryのいろんなところを見てもらえますし。
またよろしくお願いします。</description>
		<content:encoded><![CDATA[<p>いえいえ、コメントいただけるとうれしいです。<br />
コメントのURLなども見て、jQueryのいろんなところを見てもらえますし。<br />
またよろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>sutara_lumpur より 【jQuery】エフェクトの種類 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2940/comment-page-1#comment-11293</link>
		<dc:creator>sutara_lumpur</dc:creator>
		<pubDate>Sun, 29 Jan 2012 08:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2940#comment-11293</guid>
		<description>あ、申し訳ありません。
早合点してしまいました。</description>
		<content:encoded><![CDATA[<p>あ、申し訳ありません。<br />
早合点してしまいました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>yoshimura より 【jQuery】エフェクトの種類 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2940/comment-page-1#comment-11291</link>
		<dc:creator>yoshimura</dc:creator>
		<pubDate>Sun, 29 Jan 2012 07:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2940#comment-11291</guid>
		<description>コメントありがとうございます。
$(&quot;#target&quot;).dialog({show: &quot;slide&quot;}) ←この&quot;slide&quot;の部分に、他に何が指定できるのか？のメモでした。
単純にフェードインなどしたいときは .fadeIn() などがいいですよね。</description>
		<content:encoded><![CDATA[<p>コメントありがとうございます。<br />
$(&#8220;#target&#8221;).dialog({show: &#8220;slide&#8221;}) ←この&#8221;slide&#8221;の部分に、他に何が指定できるのか？のメモでした。<br />
単純にフェードインなどしたいときは .fadeIn() などがいいですよね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>sutara_lumpur より 【jQuery】エフェクトの種類 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2940/comment-page-1#comment-11289</link>
		<dc:creator>sutara_lumpur</dc:creator>
		<pubDate>Sun, 29 Jan 2012 04:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2940#comment-11289</guid>
		<description>jQuery単体でも、UIの『blind』と『fade』なら簡単にできますよ (*´∀｀*)

◆slideDown
http://semooh.jp/jquery/api/effects/slideDown/%5Bspeed%5D%2C+%5Bcallback%5D/
◆slideUp
http://semooh.jp/jquery/api/effects/slideUp/%5Bspeed%5D%2C+%5Bcallback%5D/
◆fadeIn
http://semooh.jp/jquery/api/effects/fadeIn/%5Bspeed%5D%2C+%5Bcallback%5D/
◆fadeOut
http://semooh.jp/jquery/api/effects/fadeOut/%5Bspeed%5D%2C+%5Bcallback%5D/</description>
		<content:encoded><![CDATA[<p>jQuery単体でも、UIの『blind』と『fade』なら簡単にできますよ (*´∀｀*)</p>
<p>◆slideDown<br />
<a href="http://semooh.jp/jquery/api/effects/slideDown/%5Bspeed%5D%2C+%5Bcallback%5D/" rel="nofollow">http://semooh.jp/jquery/api/effects/slideDown/%5Bspeed%5D%2C+%5Bcallback%5D/</a><br />
◆slideUp<br />
<a href="http://semooh.jp/jquery/api/effects/slideUp/%5Bspeed%5D%2C+%5Bcallback%5D/" rel="nofollow">http://semooh.jp/jquery/api/effects/slideUp/%5Bspeed%5D%2C+%5Bcallback%5D/</a><br />
◆fadeIn<br />
<a href="http://semooh.jp/jquery/api/effects/fadeIn/%5Bspeed%5D%2C+%5Bcallback%5D/" rel="nofollow">http://semooh.jp/jquery/api/effects/fadeIn/%5Bspeed%5D%2C+%5Bcallback%5D/</a><br />
◆fadeOut<br />
<a href="http://semooh.jp/jquery/api/effects/fadeOut/%5Bspeed%5D%2C+%5Bcallback%5D/" rel="nofollow">http://semooh.jp/jquery/api/effects/fadeOut/%5Bspeed%5D%2C+%5Bcallback%5D/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Portable &#187; Blog Archive &#187; TeraTerm ポータブル版 より 【teraterm】置くだけで動くteraterm（sshクライアントソフト） へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/1706/comment-page-1#comment-11136</link>
		<dc:creator>Portable &#187; Blog Archive &#187; TeraTerm ポータブル版</dc:creator>
		<pubDate>Sat, 21 Jan 2012 07:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=1706#comment-11136</guid>
		<description>[...] 【teraterm】置くだけで動くteraterm（sshクライアントソフト） at softelメモ [...]</description>
		<content:encoded><![CDATA[<p>[...] 【teraterm】置くだけで動くteraterm（sshクライアントソフト） at softelメモ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Selectors API の querySelector/querySelectorAll を使ってみよう &#124; TM Life より 【Javascript】querySelector、querySelectorAll（CSSセレクタで要素取得） へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2085/comment-page-1#comment-10149</link>
		<dc:creator>Selectors API の querySelector/querySelectorAll を使ってみよう &#124; TM Life</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2085#comment-10149</guid>
		<description>[...] 【Javascript】querySelector、querySelectorAll（CSSセレクタで要素取得） at softelメモ [...]</description>
		<content:encoded><![CDATA[<p>[...] 【Javascript】querySelector、querySelectorAll（CSSセレクタで要素取得） at softelメモ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>どつ より 【GoogleMap】地図だけ表示したい。引数は住所で。 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2261/comment-page-1#comment-10000</link>
		<dc:creator>どつ</dc:creator>
		<pubDate>Fri, 09 Dec 2011 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2261#comment-10000</guid>
		<description>最高です！たすかりました！</description>
		<content:encoded><![CDATA[<p>最高です！たすかりました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Web&#12501;&#12457;&#12531;&#12488;&#12434;&#20351;&#12358;&#65288;Google Web Font &#32232;&#65289; at softel&#12513;&#12514; &#124; design &#124; Scoop.it より Webフォントを使う（Google Web Font 編） へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/2808/comment-page-1#comment-9962</link>
		<dc:creator>Web&#12501;&#12457;&#12531;&#12488;&#12434;&#20351;&#12358;&#65288;Google Web Font &#32232;&#65289; at softel&#12513;&#12514; &#124; design &#124; Scoop.it</dc:creator>
		<pubDate>Thu, 08 Dec 2011 05:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=2808#comment-9962</guid>
		<description>[...]  Web&#12501;&#12457;&#12531;&#12488;&#12434;&#20351;&#12358;&#65288;Google Web Font &#32232;&#65289;...          問題 ウェブフォント？ Googleウェブフォント？ 答え 通常、ブラウザで表示する文字に適用できるフォントは、そのパソコンにインストールされているものだけです。 ところが、Web上のサーバー側などにあるフォントを利用して、Webブラウザに ...     Source: www.softel.co.jp [...]</description>
		<content:encoded><![CDATA[<p>[...]  Web&#12501;&#12457;&#12531;&#12488;&#12434;&#20351;&#12358;&#65288;Google Web Font &#32232;&#65289;&#8230;          問題 ウェブフォント？ Googleウェブフォント？ 答え 通常、ブラウザで表示する文字に適用できるフォントは、そのパソコンにインストールされているものだけです。 ところが、Web上のサーバー側などにあるフォントを利用して、Webブラウザに &#8230;     Source: <a href="http://www.softel.co.jp" rel="nofollow">http://www.softel.co.jp</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>aaaaaacha より 【Adobe Illustrator】フォントの追加 へのコメント</title>
		<link>http://www.softel.co.jp/blogs/tech/archives/1174/comment-page-1#comment-9869</link>
		<dc:creator>aaaaaacha</dc:creator>
		<pubDate>Wed, 07 Dec 2011 07:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.softel.co.jp/blogs/tech/?p=1174#comment-9869</guid>
		<description>すごく簡単にフォントを追加できました！
ありがとうございました。</description>
		<content:encoded><![CDATA[<p>すごく簡単にフォントを追加できました！<br />
ありがとうございました。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

