Skip to main content

Posts

Showing posts with the label Common

UP TET 2011 Syllabus and Exam Pattern

Teacher Eligibility Test (UP TET) 2011 Syllabus and Exam Pattern TETs 2011 in UP, MP, Karnataka,AP, Bengal,Tamilnadu, Kerala and Other States. Details of notification and state specific terms of the exam and weightages in teachers recruitment and details of application procedure will be available on the websites of education departments of concerned states.  National Council for Teacher Education (NCTE) has initiated new regulation for those aspiring to become teachers in schools under Government, private, unaided and aided categories. Now the candidates have to qualify in Central Teacher Eligibility Test (CTET) to be conducted at state level by state boards. CTET will be a compulsory and essential requirement for securing a teaching job in all types of schools. Eligibility: B Ed degree. Validity of qualifying certificate (B.Ed.) will be decided by the state government/ Centre. The certificate can not be more than 7 years old.  Exam pattern and Scheme: There w...

UP TET 2011 Exam Application,UPTET 2011 Result | UPTET 2011 Revised Result

UPTET 2011 Result | UPTET 2011 Revised Result | UPTET 2011 Updated Result |Board of High School and Intermediate Education Uttar Pradesh, Allahabad UP TET Advertisement 2011 and Exam Detail/Admit Card/Call Letter Download UP TET 2011 FORM & DETAILS  GET LATEST DETAIL ABOUT 72825 Primary Teacher Merit List UP TET 2011 Application form submission last date is 18-Oct-2011.Forms will be distributed from PNB bank all over UP.According to latest news Appearing B.Ed student also eligible for TET exam 2011 so they can also submit their forms to concern District.There is no requirement for Rojgar Registration No and Bank receipt within the application form.UP TET 2011 exam results will be avail on http://www.uptet2011.com . Now you can easily get Application from from the P.N.B bank Branches. UPTET 2011 Result | UPTET 2011 Revised Result | UPTET 2011 Updated Result |  Board of High School and Intermediate Education Uttar Pradesh, Al...

Sharekhan trade tiger,Free Trade Tiger,Download Sharekhan Trade Tiger New Version

Ultimate online trading platform - Trade Tiger - Multiple Exchange - Internatinational Market Watch - 24 Hour Market Access - One Click Filter - Unlimited Charts - Create your own technical rules for trading - A single Trading Screen for all segments - Live Streaming Quotes - Access all Trading Calls - Advanced Charting features          http://freeintradaytips2u.blogspot.com Google Search Key: Trading system,Sharekhan,shares trading system,stock exchange trading system, stock software, intraday trading,stock market trading, share market,a utomated trading system, stocks,free stock tips,stock market

Download SCERTUP BTC 2011 Application Form

Note : Professional Courses Student can also now apply for UP BTC 2011 and date extended. The SCERT of UP was established at Lucknow in 1981 as an apex government organization at the state level. The State Council of Educational  Research  &  Training , U.P., is providing academic support to the District Primary Education Program intended primarily to accelerate the processes of pedagogical renewal in the state.   The Utter Pradesh Education Board Basic Training Certificate or B.T.C Application Form 2011 is now available for download on the Uttar Pradesh State Council of Educational Research & Training (SCERT) official website. Pre-Service Training * Training of Special B.T.C. Trainees. Training Urdu Special B.T.C. in process * Training of Shiksha Mitras, EGS/ AIE Instructors & Literacy functionaries. * Pre-service Training for physical Education and nursery training also being conducted. The thrust areas include  (a) deve...

How to get DIV Layer to appear over flash Object in Website

Here we can add an attribure to our flash object or swf object, to show Div layer over Flash Object.  so.addParam("wmode", "transparent"); <script type="text/javascript">    var so = new SWFObject("movie.swf", "mymovie", "400", "100%", "8", "#336699");    so.addParam("quality", "low");     so.addParam("wmode", "transparent");    so.addParam("salign", "t");    so.write("flashcontent"); </script> or we can add "wmode=transparent"  In the “embed” area. <object classid="123" width="550" height="400" id="movie_name" align="middle">     <param name="movie" value=" dotnetcodebytes.blogspot.com.swf"/>     <!--[if !IE]>-->     <object type="application/x-shockwave-flash" data=" dotnetcodeby...

Vat Calculation Formula (India)

Vat Calculation in India (Vat Calculator) Amount Excluding Vat Tax = ( 100 * MRP ( With Vat ) ) / ( 100 + vat (%)) For Example MRP RATE = 104 that price has included vat 4%. Amount Excluding Vat Tax = ( 100 * 104) / ( 100 + 4 ) that will give Amount Excluding Vat Tax = 100 Rs. Vat Amount=MRP RATE – Amount Excluding Vat Tax Vat Amount= 104-100 Vat Amount =4 Rs.

ASP.Net : Send mail through Html

Add this page to your project with name of mail.asp and save following code into it. <% if Request.ServerVariables("REQUEST_METHOD") = "POST" then     txtname = Request.Form("txtname")     'txtcompanyname= Request.Form("txtcompanyname")     txtadd = Request.Form("txtadd")     txtzip= Request.Form("txtzip")     txtcity = Request.Form("txtcity")     txtstate = Request.Form("txtstate")     txtcountry = Request.Form("txtcountry")     txtph = Request.Form("txtph")     txtfax = Request.Form("txtfax")     txtemail = Request.Form("txtemail")     txtquery = Request.Form("txtquery")     MailBody="Enquiry Form <br>" _              & "Name: " & txtname & "<br>" _              ...

How to generate Sitemap for blogger

This is very simplest way to submit your blogspot blog  sitemap to webmaster. Login into your google webmaster click on submit a sitemap and copy this line into the given input box. atom.xml?redirect=false&amp;start-index=301&amp;max-results=100 for 300+posts. But 300 posts nicely have indexed by Google,but more than 300,it is not indexing.