Posts

Showing posts from December, 2017

Modal verbs

Modal verbs are very often used in English.It reduces the difficulties in the sentence formation.Besides it helps us to speak more fluently.Everybody should know about this.Here I explain the basics . *It doesn't have singular  form. e.g It can has it(wrong) *It doesn't have continuing forms (ing) e.g I canning this work(wrong) Below are some modal verbs. May Might Should Would Can Could Ought to Have to Need to Next we see the uses of these vividly. Mi ght It represents the less possibility . (e.g) I might go . Sh ould It represents Recommendation. (e.g) They should work. You should go to hospital May It has two purposes which are Permission and Strong possibility. (e.g) May I come in? I may buy a car Can             It has two purposes such as Permission and the present ability (e.g) Can i use your bike? I can drive  Must    It is also used for two purposes namely Responsibility and ...

IF Clause in English

If clause is considered as important in english . It  is used most often . If is filled the vacuum which comes in the communication .So here we can see its structure . It is making the communication more fluent. There are 3 forms available in this. 1.If+Simple  present + Simple future 2.If+Simple  past + Simple present 3.If+Past  perfect + Present perfect 1. Simple Present + Simple future     An action that will happen. (e.g) If i study , I will pass the exam If the weather is rainy, I will wear rain coat. 2. Simple Past + Simple Present    An action that is impossible to happen (Imaginary condition) (e.g) If i studied , I would pass the exam If I were rich,I would study in abroad 3. Past perfect + Present perfect  An action that might happen in the past but it's impossible now. (e.g) If i   had studied , I would have passed the exam If he had won the match, he would have received t...

Sentences in English

Sentence formation plays vital role in English . So we need to know about this for make proper sentence .we can easily form a sentence if we know this very well.Thus there are 3 kinds of sentence patterns available in English. Those are explained below. 1.Simple sentence 2.Compound sentence 3.Complex sentence 1.Simple sentence          We all have been using this without knowing the category.But we are being used this. The sentence which is completed and independent is called "simple sentence".For instance Sun rises in the east. He works hard They played cricket 2.Compound sentence       At least two  independent sentences are connected by a semicolon or coordinate conjunction such as for,and,nor,but,or,yet and so.we are shortly called coordinate conjunction as "fan boys". He studied hard so he passed the exam She plays well and she shows her talent to the world. 3.Complex sentence    ...

Jquery functions on Asp Controls

                       I think this is very crucial one to find out the asp.net controls from jquery . Because jquery  uses html controls . Though we can use jquery  on Asp.net controls as well . Indeed it is very easy . When i was a beginner it was a daunting task for me . But it's not that much tough . In this article we can see , how to find out the asp controls and raise event on that using jquery . So here we go, Html    < asp : Button runat ="server" Text="Log in" CssClass=" btn btn -primary" ID=" btnclick "   /> Jquery < script type ="text/javascript"> $ ( document) . ready ( function ( ) { $ ( '#<%= btnclick . ClientID %>') . on ( 'click' , function ( ) { alert ( ' Hello welcome to jquery '); }); }); </ script > The above is the basic example for asp . We can perform operations over almost every asp controls . On the other hand ...

Voices in English

We can  classify tense in two ways as below. 1. Active voice -Focusing on the Subject 2. Passive voice-Focusing on the action Already we have seen the structure of Active voice.Because it is the regular one.So here we will see about the structure of Passive voice. Passive voices are mostly used in article writing , story , history writing or telling.we can see these when we read newspapers.  As I had said earlier articles , Each tense has 4  forms but  in passive voice we have only 3 forms.Passive voice doesn't have perfect continuous tense . Mostly the passive voices have answer for the question "By whom?".It can be either direct or indirect. Moreover some exception cases also there.we will discuss it later. 1. Present tense            i)Simple present tense                                       ...

Basics of jQuery

Introduction jQuery is most popular JavaScript library among the other JavaScript libraries . It is light weight and fastest library . It belongs to client side . Lot of people have been using this library . It has lot of job opportunities as well . So we can easily get assist in case of need. How to start?  "$" this is the symbol of jQuery . At first we have to download the jQuery file or use CDN and put it in very first of the page which means add before all other script references . Otherwise it won't work . we can easily find out whether we have properly referred or not by the error message in the console of browser . " jQuery is not defined" we will get this error message if we didn't refer the library properly. Once we added the jQuery in our web page then we can start to write other stuffs. Write all your coding inside of the below statement <Script type="text/JavaScript"> </Script> All your code m...

Question types in English

Question plays a very crucial role in communication .Answering skill is considered as easy as questioning skills.In fact we have to know this if we want to improve our communication skills . So i hope this article will provide some ideas to improve our questioning skills. Here i 'm going to explain about the question words for each tenses available . The basic structure of question is  If auxiliary verb exists in the sentence  , the question format will be  auxiliary verb+subject+verb If  auxiliary verb   not exists in the  sentence  , the question format will be  Do/does/did +subject+verb These all are come under yes or no question type. We can classify questions as 2 broad  types . a).Yes or no questions(short answers) b).Wh questions (Long answers) a).Yes or no questions             This kind of questions mostly receive very short answers with "yes or no". (e.g)  Did...