07/07/2009Video tutorial
SharePoint Content Deployment-Part 2 This lesson will introduces you how to configure the SharePoint(MOSS) 2007 Content Deployment between two server Farm.
07/01/2009Video tutorial
Visual Studio C# - Silverlight - Isolated Storage - Lesson II In this video we continue our discussion on isolated storage. In the previous video, we created the UI. Now, we implement the functionality in the code behind. The three main methods are: GetLastVisit(), SetLastVisit_Click(), and DeleteFile_Click().
06/29/2009Video tutorial
SharePoint Content Deployment-Part 1 This lesson will introduces you how to configure the SharePoint(MOSS) 2007 Content Deployment between two server Farm.
06/27/2009Video tutorial
Introduction to jQuery - Effects - Lesson II This video continues the discussion of animation. We create a similar idea by placing the definition of jQuery in a span. We place a button right above the definition (which is initially hidden). when the user clicks on the button, the definition is faded in.
06/26/2009Video tutorial
Introduction to jQuery - Effects - Lesson I This video will start the discussion of the animation effects using jQuery. We display a paragraph
and a button on the page. Then we add jQuery code that allows us to show and hide the paragraph.
06/26/2009Video tutorial
Introduction to jQuery - Events Before moving into events, this video continues the example on selectors. We use a table of employees and their salaries to illustrate how we can select the nth-row and the effect of hovering over rows.
06/24/2009Video tutorial
Introduction to jQuery - Selectors - Lesson III In this video, I am continuing my discussion of selectors. I start by creating the main HTML page
that contains a table of employees and their salaries. Under the table I add a list of three radio buttons. The table
contains a header that explains the table content.
06/23/2009Video tutorial
Introduction to jQuery - Selectors - Lesson II This class will discuss some of the jQuery selectors in detail. First we start by creating a page that
contains spans, divs, and lists within the divs. We add some styles for visual appearance. We start first with the
hover functionality.
06/23/2009Video tutorial
Introduction to jQuery - Selectors - Lesson I This video starts by continuing the previous video discussion. We show the use of contents, find, addClass, and siblings.
06/22/2009Video tutorial
Introduction to jQuery - Utilities This video discusses some of the utilities available in jQuery. We will start by showing how we can
retrieve an element with an id.
06/18/2009Video tutorial
Visual Studio C# - Silverlight - Introduction In this video I am going to introduce Silverlight 2.0. I will show how we can
create a Silverlight application using Visual Web Developer 2008 Express.
05/29/2009Video tutorial
Introduction to jQuery - Attributes This video discusses the jQuery functionality that retrieves and modifies HTML tags attributes.
The attr attribute is very handy to retrieve those attributes and change them. We will also see how to use the
html() function to change the HTML for a specific tag.
05/25/2009Video tutorial
Introduction to jQuery - Core Lesson II This video continues the discussion of the core jQuery functionalities. We start by adding a new
function that will be triggered anytime the user clicks anywhere in the body of the HTML page. In the project we
added a new image called flag.jpg under the images folder.