Login:  Password:    
forgot my password
sign up!
Search: 

MrBool Search
Google Search
Search results


by kind:

All



by channel:

All


08/13/2012 Video tutorial
Background - Course Cascading Style Sheets (CSS/CSS3) - Part 6
In this video, we will discuss how to work with background. We briefly experimented with backgrounds before. But today we will discuss that in detail. We will start by setting the background color for the page and other elements.
08/08/2012 Video tutorial
List Styling - Course Cascading Style Sheets (CSS/CSS3) - Part 5
In this video, we will discuss how to style a list. We will create an unordered list and apply the different styles on it. Along the way, we will learn about the difference between display and visibility.
08/07/2012 Video tutorial
Descendant - Course Cascading Style Sheets (CSS/CSS3) - Part 4
In this video, we continue our discussion of CSS by talking about descendant and direct child.
08/06/2012 Video tutorial
Overriding Style Values - Course Cascading Style Sheets (CSS/CSS3) - Part 3
In this video, we will discuss which style to apply on an element when the same style is declared in different places.
08/02/2012 Video tutorial
Applying CSS to Different Elements - Course Cascading Style Sheets (CSS/CSS3) - Part 2
In this video, we continue our CSS discussion. We learned in the previous lesson that we use CSS to apply styles to HTML elements. We can change the background of a div or the font of the page.
08/01/2012 Video tutorial
Introduction to CSS - Course Cascading Style Sheets (CSS/CSS3) - Part 1
In this video, we start the CSS course. This course covers all you need to know about CSS. We will also discuss the new features added in CSS3. The examples will be simple HTML pages plus the CSS feature we are trying to explain.
07/31/2012 Video tutorial
Working with the Sharepoint Client Object Model - Course Introduction to Microsoft SharePoint with. Net – Part 7
This video shows how to obtain information and work with client application that send XML data to Sharepoint and receive information in the JSON format.
07/30/2012 Video tutorial
Searching a jqGrid - Course Introduction to jQuery UI - Part 17
In this video, we will continue our jqGrid discussion by adding the searching capabilities.
07/26/2012 Video tutorial
Grouping and Other Features - Course Introduction to jQuery UI - Part 16
In this video, we will continue our jqGrid discussion by talking about the additional features available to the developer, and specifically how we can work with grouping.
07/25/2012 Video tutorial
Tomcat Web Solution - Java Struts: Developing a Finance Management Software – Part 11
In the last tutorial of this course, we will make some changes inside the custom Interceptor to improve the application. We’ll create a helper class and insert the statement login inside.
07/24/2012 Video tutorial
The developer dashboard - Microsoft SharePoint with. Net - Part 6
This video shows how to enable and understand the tracing information presented by the developer dashboard with a user is navigating through a Sharepoint site.
07/23/2012 Video tutorial
Accessing the server names inside a Sharepoint Farm - Microsoft SharePoint with. Net - Part 5
This video shows how to access the classes SPFarm, SPServer, SPService, SPServiceInstance, SPWebService, SPWebApplication, SPSite and SPWeb in order to read and update information of a Sharepint 2010 installation.
07/20/2012 Video tutorial
Server Object Model - Microsoft SharePoint with. Net – Part 4
This video demonstrate how to access the objects in a C# console application in order to perform administrative tasks via code.
07/19/2012 Video tutorial
Templates - Microsoft Silverlight 5 - Lesson 26
Today, we are taking this a step further by adding templates. With templates we can redefine the shape of a specific control. We will start with a simple square on the screen.
07/18/2012 Video tutorial
Using Styles in Blend - Microsoft Silverlight 5 - Lesson 25
In this video, we will experiment with creating styles and modifying styles. We will create different styles for different controls and see how we can override some properties.
07/17/2012 Video tutorial
Moving Controls Around - Microsoft Silverlight 5 - Lesson 24
In this video, We will experiment with controls and their container controls.
07/16/2012 Video tutorial
Complex Button - Microsoft Silverlight 5 - Lesson 23
In this video, We will start working with controls that are a bit more complex than the ones we have seen before. We already know how to create a button and change its properties. But buttons do not have to contain only text.
07/13/2012 Video tutorial
Working with Behaviors - Microsoft Silverlight 5 - Lesson 22
In this video, We will continue our discussion of animation by talking about behavior.
07/12/2012 Video tutorial
Animating Controls on the screen - Microsoft Silverlight 5 - Lesson 21
In this video, We will continue our discussion of animation. In the previous video, we saw how to create a keyframe and a storyboard.
07/11/2012 Video tutorial
Java Struts Interceptors - Java Struts: Developing a Finance Management Software – Part 10
In this tutorial, we will study the Java Struts Interceptors. We’ll gonna see how the struts.xml holds and coordinates the transaction when used and configured.
07/10/2012 Video tutorial
Introduction to Animation - Microsoft Silverlight 5 - Lesson 20
In this video, We will introduce animation. Animation is about changing the properties of an object over a period of time. This is not something you can easily create in Visual Studio because there is a lot of XAML that you need to manipulate.
07/09/2012 Video tutorial
Quick tour in Blend 4 - Microsoft Silverlight 5 - Lesson 19
In this video, we will continue the introduction to Expression Blend 4. In the previous video we introduced Blend 4 and talked a little bit about the sample projects and the artboard.
07/06/2012 Video tutorial
Introduction to Blend 4 - Microsoft Silverlight 5 - Lesson 18
In this video, we will introduce Expression Blend 4. Expression Blend is a great design tool for WPF and Silverlight applications. You can use this tool to generate the XAML that you need for your applications.
07/05/2012 Video tutorial
Binding To Objects - Microsoft Silverlight 5 - Lesson 17
In this video, we continue our binding discussion by talking about binding to objects. We will create a list of images and their names on the left hand side and a stack panel that contains an image and a text block on the right hand side.
07/04/2012 Video tutorial
Working with Binding - Microsoft Silverlight 5 - Lesson 16
In this video, we continue our binding discussion. We will see how to use the OneWay binding by having a text box with an initial value. That value is bound to a rectangle’s stroke thickness.
07/03/2012 Video tutorial
Introduction to Navigation - Microsoft Silverlight 5 - Lesson 15
In this video, we start discussing navigation. After all the Silverlight application is in a browser and we need the ability to navigate between pages. To do so in our example, we will create a standard navigation application.
07/02/2012 Video tutorial
Tab and Expander Controls - Microsoft Silverlight 5 - Lesson 14
In this video, we are continuing our discussion of Silverlight controls. Mainly, we will be talking about the tab control and the expander control. Both of these controls will save you space on the page.
06/30/2012 Video tutorial
Starting with Binding - Microsoft Silverlight 5 - Lesson 13
In this video, we start talking about binding. We have seen binding before, but here we will talk about it in more detail. Binding can be OneTime, OneWay, or TwoWay.
06/29/2012 Video tutorial
Styles - Microsoft Silverlight 5 - Lesson 12
In this video, we will build on that concept by creating styles. The styles are created using resources, and they can target specific controls.
06/28/2012 Video tutorial
Slider and TreeView - Microsoft Silverlight 5 - Lesson 11
Slider and TreeView are two standard controls that we are going to discuss today. We start first with the slider. We know that the slider orientation can be horizontal or vertical.








mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2013 - all rights reserved to www.web-03.net