( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video of CSS Basics series I will talk about the CSS border properties from scratch. I have made a PDF file for you guys again ! You can use it as a reference. The PDF contains the three border properties of the CSS, the border-style, border-width and border-color. In this screencast I’ll also go through the explanation of giving each of these properties to the individual sides of a particular block say for instance if you want to give the top border a different style than the left border or the right border or the bottom border, this video has it all.
Duration 22:01
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video of CSS Basics series I will talk about the CSS text properties from scratch. We will go through each text property one by one with some example text. We will discuss color, letter-spacing, text-align, text-decoration, text-indent, text-shadow and text-transform property with their different values. You can also download the CSS text property tree PDF to use as a reference.
Duration 29:49
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video of CSS Basics series I will talk about the CSS font properties from scratch. We will discuss five different CSS font properties, the font-family, font-style, font-variant, font-weight and font-size. We will take a look at all the different values we can give to these properties. I have also prepared a PDF file containing all the CSS font properties and their values for you guys to download and use as a reference when writing CSS.
Duration 32:13
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video of CSS Basics series I will start with the CSS or Cascading Style Sheet beginner series. We start of from the very scratch. We will have a look at an example of CSS external style sheet, CSS Internal style sheet and CSS Inline style. We will have a look at the basic syntax of CSS and what is meant by CSS selector, property and its value. We will talk about CSS id selector and CSS class selector. Also we will take a look at different ways of linking a Cascading Style Sheet to an XHTML or an HTML document.
Duration 1:05:40
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video I will conclude the XHTML basics series. I will walk you guys through to make a basic 2 column web page layout from scratch using XHTML. You can see the demo to see what the basic layout will look like. We will use some inline CSS to style our layout to the basic minimum. This tutorial screencast is to get you guys used to of writing the XHTML mark-up at the beginning when we are preparing to make our website layouts. A perfect modern website creation depends upon writing a clean and simple web page layout design using XHTML, and this is what we will try to achieve in this video tutorial.
Duration 25:48
Demo
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video I continue with XHTML basics series and tell you guys about XHTML form tag. You will get to know about what a form tag can do and what are the other tags that are associated with the form tag. You will get to know about the use of input tag, the select tag, the option tag, the optgroup tag, the button tag and the textarea tag. I will walk you guys through the process of creating an example web form. Hope you guys have fun.
Duration 38:37
Demo
More »
( Screencast )

Hello everyone, this is Vibhor Chandel. In this screencast video I continue with XHTML basics series and tell you guys about some of the very important tags that are used while designing web pages. I will talk about the ordered list tag, the unordered list tag, the list tag and the img tag. I will show you the difference between the ordered list tag and the unordered list tag. I will also talk about how these list tags can be used to create the navigation of the website.
Duration 26:09
More »
( Article )

Hello everyone, this is Vibhor Chandel and in this article I will talk about how XML combines with HTML to make XHTML? How do we declare the namespace for XHTML 1.0 ? Why old HTML is no longer a choice for web designers ? Why XHTML is the hot favourite?
More »
( Screencast )

Hello everyone, this is Vibhor Chandel and in this screencast video I continue with XHTML basics series and tell you guys about the XHTML inline elements and XHTML block level elements. I will show you why we need to know the difference between the two types of elements.
Duration 36:19
More »
( Article )

Hello everyone, this is Vibhor Chandel and in this article I talk about various types of XHTML Doctypes available. Why are XHTML Doctypes important and what will happen if we omit the Doctype from the XHTML Document. I will also talk about what happens if the browser enters “Quirks Mode”.
More »