Latest News:

UK Immigration has confirmed that the interim limit on Tier 1 (General) visas will start on 19 July 2010 (previously it was thought to be 16 July 2010). The permanent limit on Tier 1 (General) applications under the points based system will start in April 2011. If you are affected by the changes in the Tier 1 (General) points system and new Tier 1 limit you should consider applying before 19 July 2010.

The changes to the Tier 1 Visa system are as follows:

  • The pass mark for the Tier 1 visa (General) will increase from 95 to 100 points from 19 July 2010 for many applicants. This will mean that fewer people will qualify for the Tier 1 (General) visa from 19 July 2010. Further details of people who do not have to come under the higher pass mark can be found below.

  • There will be a monthly interim limit on Tier 1 (General) visas from 19 July 2010. If in any one month your application is received after the limit is reached you will have to wait and your application will then be considered under the limit for the following month. The good news is that many people are excluded from this limit. Please see further details below.

 

<% SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") 'Edit this loction accordingly SET MyCouNtFile = MyFileObject.OpenTextFile(Server.MapPath("counter.txt")) IF NOT MyCountFile.AtEndOfStream THEN 'Read the Visitor no. Visitor = MyCountFile.Readline Response.Write"This page has been visited " Response.Write(Visitor) Response.Write" times" End IF 'close object MyCountFile.close SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") SET MyCouNtFile = MyFileObject.CreateTextFile(Server.MapPath("counter.txt")) MyCountFile.WriteLine Visitor+1 MyCountFile.Close %>