17/12/2012

How to calculate HRA for Income tax rebate?

As per Income Tax department circular No. 8/2012 dated 5 Oct 2012 the HRA calculation which is illustrated in that as under

S.No.
Particulars
Rupees
1
Salary
2,50,000
2
Dearness Allowance
1,00,000
3
House Rent Allowance
1,40,000
4
House rent paid
1,44,000
5
General Provident Fund
36,000
6
Life Insurance Premium
4,000
7
Subscription to Unit-Linked Insurance Plan
50,000

VB.Net code for validating Email in a text box

There is several code for validating an email address enter in a text box and on this subject I already written a post and included a simple code for that but that code was just for beginner but here I am mentioning vb.code that is very useful for validating  email.  Just create a sub procedure and and call that sub procedure. the code for the sub procedure will be as under. For better understanding of these type of vb.net code or database related inquiry the book written by Mike Murach is very good book which is available on amazon with free shipping charge, I will suggest one can  refer


Public Sub Email_Leave(ByVal sender As Object, ByVal e As System.EventArgs)
Dim txtEmail_1 As TextBox = sender
f txtEmail_1.Text <> "" Then
Dim rex As Match = Regex.Match(Trim(txtEmail_1.Text), "^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,3})$", RegexOptions.IgnoreCase)
If rex.Success = False Then
MessageBox.Show("Check your Email-Address 1", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information)
txtEmail_1.BackColor = Color.blue
txtEmail_1.Focus()
Exit Sub
Else
txtEmail_1.BackColor = Color.White
End If
End If
End Sub

11/12/2012

Mathematical Games for students or for Kids VB.Net code


In this post I am going to show how to designed and program a mathematical quiz program in VB.net.  This game is very simple and good entertainer for school students as well as kids and also it is  a brain twister adults. For this mathematical fun quiz you need to take following steps to designed and program it.
1.       Take a windows form and Add following on it
items
property
         Button
Btnfirst
Text – blank
Font-bold 14
         Button
         btnsecond
Text – blank
Font-bold 14
          Button
BtnPlus
Text   +
Font-bold 14
         Button
BtnNext
Text – Next
Font-bold 14
        TextBox
txtresult
Text – “”
Font-bold 14
         Label1
         Label2
         Label3
text-blank
To show the scores and time
                   Timer1-                            enable- time interval-1000

10/12/2012

Know about your New Bank Cheque Book ? Cross Cheque, Multicity Cheque

The History of cheque is very old and in earlier days cheque was know by different names like During Mauryan period it is called Aadesh,  Romans called  praescriptiones and Muslim trader called it Saqq etc.

The first banking cheque was introduced in 1717 by Bank of England. It was a preprinted form which was printed on cheque paper to prevent any fraud and this is a reason call it  cheque book. Since its introduction in banking business, it was endeavor of every countries's central banks to regulate the rule and regulation to make it fraud proof as well as easy to use.

To make cheque facility more fraud proof in India, the Reserve Bank of India has issued some guideline to all the bankers operating in India and asked them to withdraw all earlier issued cheque book from their customers  and issue new cheque book  which are made with some modifications to make the cheque book more fraud proof.

05/12/2012

PAN Card documents requirement to obtain !


Obtaining PAN card has become hassle free and anybody can get PAN card without paying any agent payment. Just need to pay processing fee Rs. 96/ for Individual  that can be paid through Debit car/Credit Card/ Net Banking or Demand draft. For getting PAN card one have to have  documents for 
  • (i) Identity proof
  • (ii) Residence proof
  • (iii) Aadhar card, it is optional but it will make the process very fast

Study materials down load from IGNOU website

The Indira Gandhi National Open University(IGNOU) has started an online facility to down load study materials for coursed conducted by  IGNOU for its student, faculty members and for general public to down load the IGNOU course study materials from its subsidiary website .egyankosh. For down  loading the IGNOU Study material  one has to register himself by filling a web form and creating an account on egyankosh website of IGNOU. for detail procedure visit blog Distance Education and Employment you will found a tutorial for down loading the study material from the web site and beside the  IGNOU study material if any one wants Neeraj Publication  guess book of IGNOU the same can be found  here  click here




04/12/2012

Documents required for obtaining PAN Card! How to get online PAN Card

In present economic scenario PAN Card has become a very important document. Without PAN one can;t do any banking transaction as well as any financial transaction and in coming days PAN card and Aadhar Card will become main documents for your survival in this electronics yug. If one does not have these both documents , he will not get any government authorized social economical benefits like subsidies  or banking services etc. If one don't have PAN card then bank will not permit him to do any financial transactions beyond Rs. 50000/-. When PAN was started people have not given that much importance as they think that obtaining PAN card means compulsory payment of income tax but slowly but gradually we  come to know the importance of PAN card and now it become one of the main identity proof document. PAN Card is a unique 10 digit numbers and all its numbers have it own meaning. First five  characters are letters, next four characters are number and last character is letter.

when it was started, it was little difficult to obtain PAN card as PAN card was issued by Income Tax Department so we need to give it to some agent who charge lots of money for getting your PAN Card issued but now Income tax department has outsources  this service to UTI and NSDL and these two institutions are   helping IT department for timely issuance of PAN Card. Now obtaining PAN Card is not difficult as it can be  obtained  through online.  following steps need to be follow for obtaining PAN Card online.:

01/12/2012

How to check EPF account balance? EPF Status

On 30 Nov 2012 , the Employee Provident Fund has started a portal service for the EPF members to check their EPF balance and claim status online. The Central PF commissioner Shri RC Mishra launched the facilities at EPF headquarter New Delhi. 

What & How