Saturday, October 22, 2011
Wednesday, October 12, 2011
Sunday, September 11, 2011
Sunday, July 10, 2011
Monday, July 4, 2011
Saturday, July 2, 2011
Thursday, June 30, 2011
Wednesday, June 29, 2011
Wednesday, June 22, 2011
Tuesday, June 21, 2011
Monday, June 20, 2011
Tuesday, June 7, 2011
Tuesday, May 31, 2011
Wednesday, May 4, 2011
Monday, April 18, 2011
Tuesday, April 12, 2011
Monday, April 11, 2011
Thursday, March 31, 2011
Sunday, March 27, 2011
Tuesday, March 22, 2011
Tuesday, March 15, 2011
Tuesday, March 1, 2011
Monday, February 28, 2011
Saturday, February 26, 2011
Friday, February 25, 2011
Thursday, February 24, 2011
Wednesday, February 23, 2011
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!
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!
Thursday, February 17, 2011
Monday, February 14, 2011
Monday, February 7, 2011
Sunday, January 30, 2011
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
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
Wednesday, January 12, 2011
Monday, January 10, 2011
Subscribe to:
Posts (Atom)