<?xml version="1.0" encoding="UTF-8"?>

<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom">
    <title>OSS Labs.</title>
    <subtitle></subtitle>
    <id>http://osslabs.takexoff.net/:1</id>

    <link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/" />
    <link rel="self" type="application/atom+xml" href="http://osslabs.takexoff.net/http://osslabs.takexoff.net" />
    <generator uri="http://nucleuscms.org/">Nucleus CMS v3.31SP1</generator>
    <updated>Tue, 15 Dec 2009 22:13:18 +0900</updated>

    <entry>
<title type="html"><![CDATA[締め切り間近 WDC-ワールドドメインカップ-]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_158.html" />
<author><name>HA</name></author>
<updated>Tue, 15 Dec 2009 22:13:18 +0900</updated>
<published>2009-12-15T22:13:18+09:00</published>
<content type="html"><![CDATA[実は半年くらい前からやっていますが、もうすぐ締め切りなのでリマインダ的な意味で投稿。<br type="_moz" />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[.svnフォルダをまとめて削除するコマンド]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_155.html" />
<author><name>HA</name></author>
<updated>Tue, 8 Dec 2009 20:28:06 +0900</updated>
<published>2009-12-08T20:28:06+09:00</published>
<content type="html"><![CDATA[大きなプロジェクトを遂行する際に、だいたいはバージョン管理ツールを使用すると思います。<br />
ウチではおもにSubversionを使っていて、私はSVNクライアントに<a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a>を使っています。<br />
<br />
そのSVNを使う上で、効率が少しでも上がるかもしれないTIPSをご紹介します。<br />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[MicrosoftとYahoo!が検索事業提携]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_154.html" />
<author><name>HA</name></author>
<updated>Mon, 7 Dec 2009 18:30:32 +0900</updated>
<published>2009-12-07T18:30:32+09:00</published>
<content type="html"><![CDATA[WEB業界に波紋が広がりそうなニュース。<br />
<br />
MicrosoftとYahoo!、検索事業提携で最終合意<br />
<a target="_blank" href="http://internet.watch.impress.co.jp/docs/news/20091207_333927.html"> <a href="http://internet.watch.impress.co.jp/docs/news/20091207_333927.html">http://internet.watch.impress.co.jp/docs/news/20091207_333927.html</a></a><br />
<br />
<br />
およそ2年前、MicrosoftがYahoo!に買収提案をしたことが衝撃的でしたが、<br />
紆余曲折を経て事業提携に至ったようです。<br type="_moz" />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[高速化を目指す「Internet Explorer 9」]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_153.html" />
<author><name>HA</name></author>
<updated>Thu, 19 Nov 2009 19:49:17 +0900</updated>
<published>2009-11-19T19:49:17+09:00</published>
<content type="html"><![CDATA[今年3月に現行バージョンのInternet Explorer 8がリリースされましたが、わずか半年余りで最新バージョンの情報が発表されました。<br />
日本語での概要が<a target="_blank" href="http://gigazine.net/index.php?/news/comments/20091119_internet_explorer_9/">GIGAZINEさんの記事</a>で取り上げられています。<br />
<br />
どんなものになるのか、GIGAZINEさんの記事にある本家のリンクを辿ってざっくりとまとめてみました。<br type="_moz" />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Adobe Photoshop CS5に驚愕]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_152.html" />
<author><name>HA</name></author>
<updated>Mon, 5 Oct 2009 17:40:51 +0900</updated>
<published>2009-10-05T17:40:51+09:00</published>
<content type="html"><![CDATA[まずはこれを見てほしい。<br />
<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dgKjs8ZjQNg&hl=ja&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dgKjs8ZjQNg&hl=ja&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>]]></content>
</entry>
<entry>
<title type="html"><![CDATA[二つのクラスを持つ要素に対するCSS]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_151.html" />
<author><name>KM</name></author>
<updated>Fri, 25 Sep 2009 12:11:57 +0900</updated>
<published>2009-09-25T12:11:57+09:00</published>
<content type="html"><![CDATA[例えば、&quot;menu01&quot;、&quot;selected&quot;　と言う二つのクラス名を持つ&lt;li&gt;要素、<br />
つまり、<br />
<br />
&lt;li class=&quot;menu01 selected&quot;&gt;<br />
<br />
という二つのクラスを持っている場合に効くCSS。<br />
<br />
<pre class="Geshi Geshi css"><br />
li.menu01.selected{<br />
&nbsp; &nbsp; &nbsp; &nbsp; スタイル<br />
}<br />
&nbsp;</pre>
と書いてあげる。 「.」でクラス名を続けて書くわけです。<br />
（※「.」の前に空白を入れないこと。 <br />
※順番は問いません。）<br />
<br />
で、やってみたら。。。]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Silverlight Streamingを使ってみた]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_149.html" />
<author><name>ICJ</name></author>
<updated>Mon, 7 Sep 2009 13:11:47 +0900</updated>
<published>2009-09-07T13:11:47+09:00</published>
<content type="html"><![CDATA[栗城史多（ソロアルピニスト） - 小さな登山家、エベレストへの挑戦　- 「命がけのながしそうめん」 の生中継<br />
MACで生中継を視聴する方はこちらをクリック<br />
<a href="http://kurikiyama.fc.yahoo.co.jp/6/327/">http://kurikiyama.fc.yahoo.co.jp/6/327/</a><br />
<br />
のお手伝いをさせて頂きました。<br />
<br />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[LIFERAYのVelocityでカスタム属性を取得&更新]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_157.html" />
<author><name>HA</name></author>
<updated>Thu, 3 Sep 2009 21:10:00 +0900</updated>
<published>2009-09-03T21:10:00+09:00</published>
<content type="html"><![CDATA[コントロールパネルで設定したカスタム属性をJSPではなくWEBコンテンツテンプレート(Velocity)で取得・更新する方法のメモです。<br type="_moz" />]]></content>
</entry>
<entry>
<title type="html"><![CDATA[LIFERAYのVelocityで現在時刻を取得する]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_156.html" />
<author><name>HA</name></author>
<updated>Mon, 31 Aug 2009 00:00:00 +0900</updated>
<published>2009-08-31T00:00:00+09:00</published>
<content type="html"><![CDATA[LIFERAYに乗っかっているVelocityで現在時刻取得する方法のメモです。]]></content>
</entry>
<entry>
<title type="html"><![CDATA[safari4のcssハック]]></title>
<link rel="alternate" type="text/html" href="http://osslabs.takexoff.net/item_148.html" />
<author><name>KM</name></author>
<updated>Thu, 20 Aug 2009 13:24:11 +0900</updated>
<published>2009-08-20T13:24:11+09:00</published>
<content type="html"><![CDATA[cssのハックは使わないほうがいいとはいうものの、どうしても使わざるをえない場合も多いと思います。<br />
<br />
さくさくとコーディングしていて、む、Firefoxだけ挙動が不振。<br />
では、IEとsafariにハックをかけてどうにかするか。。。と思ったのですが、safariのハックがきかない！！<br />
<br />
むう、今まできいていたじゃないの、、、とsafariのバージョンを見ると、4。<br />
<br />
これか・・・<br type="_moz" />]]></content>
</entry>

</feed>