Saturday, October 22, 2011

SharePoint 2007 Training and Tutorial

SharePoint 2007 Training and Tutorial

ARAL NA

Tuesday, February 22, 2011

How to embed video in sharepoint

Embedding Video On Your SharePoint Site
Have you ever wanted to simply add some video to a landing page in SharePoint? There are a lot of hefty applications out there that do this quite well, utilizing Silverlight and Ajax, but, did you know that you can do this with out of the box SharePoint? It's actually quite simple. Here's how!


Upload a media file to a standard SharePoint Document Library

Navigate to the site where you want to embed the video

Edit the page and select Add a Web Part

Under Miscellaneous, insert a Content Editor Web Part

From the Web select Open the Tool Pane

From Tool Pane, select Source Editor

Copy in the following code (replace http://link to video here with the actual link to the video in the library):







Click Apply. Its just a matter of formatting after that!

sharepoint blog

sharepoint team blog

sharepoint 2010 video2

Sharepoint Video1

Sunday, January 30, 2011

Java applet Tutorial Website

Java Tutorial applet

Java Applet Tutorial

This tutorial will take you step by step through the process of building applets. I have chosen for a Learn-By-Example method, the fastest way to learn.
You will not learn the "Why" but the "How". Throughout the java tutorial all new lines of code are explained, the ones you have already seen aren't commented anymore.
Within a few minutes you will be able to display things on the screen, a few minutes later you are able to use a GUI and after that you wil see how to interact with the user.

next topic is coding using java applet