Margin and Padding

Submitted by Yorkiebar on
Introduction: This is the fourth part in my CSS Styling tutorials, in which I will be covering Margins and Padding. Difference? Both the margin and padding properties give white space around an object, the main difference is the order of which they occur in. At the same time, margin is mostly used for positioning while padding is used for giving white space around an object. Order: As a good example of which order the properties go in, please see that attached image which is a screen shot of the Inspect Element feature within Google Chrome.

ATM Machine

Submitted by andaman on
This Atm Machine was developed by Mr.Bimal Lakra, as a faculty in Aptech Computer Education. Using This Atm Machine you can Deposit the Amount in Your Account and Withdraw the amount , Money Transfer and Balance Enquiry in your Account. Thank Your Mr Bimal Lakra Tushnabad Junction Forest Colony Andaman & Nicobar Island

CSS Backgrounds (Images and Colours)

Submitted by Yorkiebar on
Introduction: This is the third part in my CSS Styling tutorials, in which I will be covering backgrounds. Different Types of Backgrounds: In CSS, you can choose to set the background equal to an image, this can either be a url or a local file directory path, or a colour. Image Settings: Here is an example of setting the background of a class named 'myDiv' to background.jpg...

Android Oscillator Application Using Basic4Android - Tutorial Part 1

Submitted by donbermoy on
In this tutorial, I will introduce the power of Basic4Android that creates an Oscilloscope Application in Android. The first thing that you will do is to create a design like the Image below. Have a one Panel and named it as Panel1, an 8 Label and named it as lblScale0 label it as “1 U / div”, lblScale1 label it as “2 U / div”, lblScale2 label it as “3 U / div”, lblScale3 label it as “4 U / div”, lblOffset0 label it as ” 1 U Offset”, lblOffset1 label it as ” 2 U Offset”, lblOffset2 label it as ” 3 U Offset”, lblOffset3 label it as ” 4 U Offset”.