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

MrBool Search
Google Search
Search results


by kind:

All



by channel:

All


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.
06/27/2012 Video tutorial
ComboBox - Microsoft Silverlight 5 - Lesson 10
As part of the standard controls discussion, we will talk today about the ComboBox and Calendar controls. We will start with a simple ComboBox that we will populate through the dialog.
06/26/2012 Video tutorial
ListBox - Microsoft Silverlight 5 - Lesson 09
In this video, we are proceeding with the standard controls discussion. The key point in today’s discussion is the ListBox. We will see how to work with simple listboxes and more advanced listboxes.
06/25/2012 Video tutorial
TextBox and PasswordBox - Microsoft Silverlight 5 - Lesson 08
In the previous videos we talked about some standard controls like the border, radio button and check box. In this video we are continuing our discussion of standard controls. We start by talking about the textbox and the passwordbox.
06/24/2012 Video tutorial
Buttons, Borders, Checkboxes and Radiobuttons - Microsoft Silverlight 5 - Lesson 07
In the previous videos we talked about the container controls. We saw the different containers that we can work with and the benefit of each (Grid, WrapPanel, DockPanel,…).
06/22/2012 Video tutorial
DockPanel and Canvas - Microsoft Silverlight 5 - Lesson 06
In this video, we continue the Silverlight 5 discussion of container controls. Today, we will tak about the DockPanel and Canvas. When it comes to the Canvas, we can specify the Left and Top values of the control to know where to place it in the
06/21/2012 Video tutorial
WrapPanel - Microsoft Silverlight 5 - Lesson 05
In this video, we continue the Silverlight 5 discussion of container controls. As we mentioned in the previous videos, container controls are controls that contain other controls within them.
06/20/2012 Video tutorial
StackPanel - Microsoft Silverlight 5 - Lesson 04
In this video, we continue the Silverlight 5 discussion. We need to elaborate on container controls. We know that container controls include other controls. We use these container controls to create a more complex UI.
06/19/2012 Video tutorial
Messages and Error Handling - Java Struts: Developing a Finance Management Software – Part 9
In this tutorial, we will study how errors and messages are treated inside the struts framework.
06/18/2012 Video tutorial
Creating Validation Files - Java Struts: Developing a Finance Management Software – Part 8
In this tutorial, we will learn to use validators inside the struts framework.
06/18/2012 Video tutorial
Creating Chained Actions - Java Struts: Developing a Finance Management Software – Part 7
In this tutorial, we will create chained actions to help us to improve our application.
06/15/2012 Video tutorial
Sharepoint architecture and database models - Microsoft SharePoint with. Net – Part 3
This video continues the web development with Sharepoint 2010 course. In this video we are going to see an overview of the Sharepoint 2010 architecture from web development point of view.
06/14/2012 Video tutorial
Attached Properties and Out of Browser - Microsoft Silverlight 5 - Lesson 03
In this video, we continue the Silverlight 5 discussion. There is an important concept in Silverlight called attached properties. Normally, when we work with objects, we create properties as part of those objects, and then we can access them (ge
06/13/2012 Video tutorial
Binding and ListBox - Microsoft Silverlight 5 - Lesson 02
In this video, we continue the Silverlight 5 discussion. There are two main items we will talk about: (1) binding and (2) ListBox. In the binding section, we will add a calendar and a textbox to the design surface.
06/12/2012 Video tutorial
Getting Started - Microsoft Silverlight 5 - Lesson 01
In this video, we continue our original discussion that we started on Silverlight. However, we are using the latest version (Silverlight 5). We start this video by looking at how to download Silverlight 5 Toolkit and runtime.
06/11/2012 Video tutorial
TabPanel and PasswordStrength - Exploring Microsoft ASP.NET Ajax - Lesson 14
In this video we will talk about the TabPanel and the PasswordStrength controls. The TabPanel allows us to create tabs on the page. The tab container can hold multiple tab panels, and the panels can have header template and content template.
06/05/2012 Video tutorial
HoverMenu and MultiHandleSlider - Exploring Microsoft ASP.NET Ajax - Lesson 13
When developing web applications you might feel the need for a menu that pops up and allows the user to take actions.
06/04/2012 Video tutorial
DragPanel and DropShadow Extenders - Exploring Microsoft ASP.NET Ajax - Lesson 12
In this video, we are going to talk about the DragPanelExtender and the DropShadowExtender.
05/31/2012 Video tutorial
Transactions - Java Struts: Developing a Finance Management Software – Part 6
In this tutorial, we will study 2 transactions inside our application. First, a Debit Transaction, that will serve as an opposite transaction to the Credit.
05/31/2012 Video tutorial
Main Finance Application Structure - Java Struts: Developing a Finance Management Software – Part 5
In this tutorial, we will create the main Finance Application Structure, and review all steps used before to create our first App.
05/30/2012 Video tutorial
Color Picker and Confirm Button - Exploring Microsoft ASP.NET Ajax - Lesson 11
In this video, we are going to talk about the ColorPickerExtender and ConfirmButtonExtender.
05/29/2012 Video tutorial
CollapsiblePanelExtender - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 10
In this video, we are going to talk about the collapsible extender control. The target of this control is a panel.
05/28/2012 Video tutorial
Working with ModalPopupExtender in ASP.NET and Ajax - Lesson 09
In this portion of Ajax Control Toolkit, we will talk about the ModalPopupExtender. This extender will show a “dialog” to the user to take action.
05/24/2012 Video tutorial
Ajax Control Toolkit 4 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 08
As part of our discussion of Ajax Control Toolkit, today we will talk about the AutoCompleteExtender. This extender extends a text box and gives us the ability to have a drop down of matching options.
05/23/2012 Video tutorial
Ajax Control Toolkit 3 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 07
In the previous videos we discussed how to work with ASP.NET Ajax controls on the server side, and how to set up the control toolkit to work with the controls on the client side. I showed you couple of examples on how to use the controls.
05/22/2012 Video tutorial
Ajax Control Toolkit 2 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 06
In the previous video I showed you three different ways of having the Ajax Control Toolkit installed. In this video we need to add the controls to the toolbox. In Visual Studio 2010, we can right click on the toolbox on the left and add a new ta
05/21/2012 Video tutorial
Ajax Control Toolkit 1 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 05
In the previous few videos on ASP.NET Ajax we discussed the server version by talking about the Script Manager and Update Panel. Now we move to the client version of ASP.NET Ajax. The client side controls are called the Ajax Control Toolkit.
05/18/2012 Video tutorial
Ajax Life Cycle 2 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 4
In this video, we continue our discussion of Ajax life cycle. We already talked about the life cycle on the server side and we found out that the same events are triggered as the ones in a normal page (with no Ajax).
05/17/2012 Video tutorial
Update Panel and Timer - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 3
In this video we continue our ASP.NET Ajax discussion. We will talk about updating an update panel and using a timer.
05/16/2012 Video tutorial
Ajax Life Cycle 1 - Exploring Microsoft ASP.NET Ajax Server and Client Controls - Lesson 2
In this video, we continue our discussion of Ajax. In the previous video, we have talked about the ScriptManager and the UpdatePanel and now we still go through the events PreInit, Init, Load, PreRender and Render.








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

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