svn imp site

http://www.linuxfromscratch.org/blfs/edguide/chapter03.html

SVN commnad line

-----------------------------------------------------------------------


once you make changes then add .. 

svn add * --force

once done then commit 

svn commit -m "adding your comment "  --username agnellodsouza --password YOUR#PASS

get the latest rev number 
svn up


--
Regards
Agnello D'souza


Interactive YouTube API Demo Beta


http://gdata.youtube.com/demo/index.html

YouTube APIs and Tools

The YouTube APIs and Tools let you bring the YouTube experience to your webpage, application, or device. The Data API lets you perform most of the operations a normal YouTube user can on the YouTube website. The Player APIs let you control the YouTube player using JavaScript or ActionScript. You can also use the basic embedded player, which already contains player controls, or the chromeless player, which lets you create your own player controls.

Read more here  http://code.google.com/apis/youtube/getting_started.html

A video widget fro your blog

A video widget fro your blog

<div style="text-align:center;">
<object width="480" height="385">
<param name="movie" value="http://www.youtube.com/v/d9_kjdcA9Pc&amp;hl=en_US&amp;fs=1&amp;" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="http://www.youtube.com/v/d9_kjdcA9Pc&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="185">
</embed>
</object>
<div style="color:#FFFFFF;text-align:center;height:18px;margin-top:3px;">
<a href="http://www.lifewidget.com"></a>
</div>
</div>

Other Articles

Enter your email address: