Hey All,
Government has given their great contribution in IT sector. Government has their tie-ups with overseas companies so that they can start their industries in India. There are so many companies who need subsidies, place to start their work, core money etc. Government has provide so many loan facilities to the people using which they can start their business. Gov. also take initiative to promote the s/w and h/w. Since gov. is known for their reliability dats why people can trust over the products used by the gov. offices..
If gov has good relation with the other countries den growth chances will increase also because other countries will think over to start their business in India.
Gov. provide authorities and policies which wud help companies to setup..
Tuesday, February 16, 2010
Government Contribution to IT
Government is contributing to IT and they are promoting it. Government included IT in the syllabus at school level. Government has already started courses and degrees related to IT. In which students can learn more preciously.
Government is also reducing the taxes, duties on the hardware, due to this the cost of hardware is reducing and easily available to the end users. Government is also giving the benefits to foreign IT company, therefore company can easily open their offices and launch their products in India.
Government is also reducing the taxes, duties on the hardware, due to this the cost of hardware is reducing and easily available to the end users. Government is also giving the benefits to foreign IT company, therefore company can easily open their offices and launch their products in India.
6 SEO Tips and Tricks
I have seen people think about SEO(Search Engine Optimization) when they are done with the website. Here, I’d like to share with all of you some of the good practices which one should keep in mind before building a website. Following the below items will definitely make a difference to your site’s performance in major search engines :
1. Content: Add good and descriptive content to your website. Not only good content but unique content is important too. You should write content that has information different than what is provided by other websites or web pages. Also you should add content on regular basis, this increases the ranking of the website. If you are using images to explain something in your website, don't forgot to 'alt' sub-element of 'image' element. In the 'alt' sub-element you can explain the content of your image.
2. Title: Next very important aspect of SEO is the title tag, that displays the text in the title bar of the browser window. This is highly rated by search engines as being the indicative of the page's content.
3. Meta tags: These are used to define keywords for search engine to use in their indexing. We can use two meta tags which can be used to describe the content of your website. They are "description" and "keywords". Fo this you can take a look at any popular site and can know how to use these tags to describe your content.
4. URL: Ideally the keyword or the search term should be the part of the URL. Url describes which page of you site is being accessed. Prefer using hyphen(-) instead of underscore ( _ ) in the URL. Following example will tell you how the search engine will interpret the words in each of the URLs:
kshipra-pandey.html would be interpreted as kshipra pandey.html
kshipra_pandey.html would be interpreted as kshiprapandey.html
Always prefer avoiding file extensions in URLs entirely(eg: .php , .aspx, .jsp, etc) as it exposes the implementation part of the site into the URL . So prefer to RESTful URLs. Using RESTful URLs will let you pass parameters without adding parameters in the URL. For example: normal URL >> www.website.com?uid=xxxxx&email=xxxxx@xxx.xxx and rest URL would be "www.website.com/xxxxx/xxxxx@xxx.xxx" and your URL handler component would actually grab uid & email and pass them to your controller.
5. Site maps: In the early days of the web, Sitemaps were a page on your site that helps the visitor to understand where are all the pages, it was usually in the form of graphical flow chart. Now a new method is being used i.e. submiting a Sitemap XML file to the search engines which helps search engines in understanding how to index all the pages and how to crawl, including the frequency that they change. You don’t want to have to do this manually as every time a new page is added it has to be updated automatically, so go for the automated tools that will update it and submit the update.
Now I will tell you after creating site map, what else you need to do:
Whenever search bot comes to your website, it first looks at the robots text file at the root of your website. This file tells robots where your site map XML is and which pages/directories it doesn't need to crawl. You can create a robots.txt file using Google webmasters tools.
So here I summarise the steps after you have created site map.
1) update your robots.txt file. Add this line to your robots.txt: Site map: http://www.example.com/sitemap.xml
2) Submit your site map to the popular search engines. You can submit your site map to Google, yahoo and Bing.
More info at Sitemap.org .
6. Inbound Links: You need to encourage as many inbound links to your site as possible since they are factored into most search engine’s ranking algorithms as essentially counting as votes for the autoritativeness of your site. You really need to focus on getting other sites to link to your landing pages with the right link text.
All these steps should make a considerable difference in the performance of your search engine results. Keep checking your website's performance in Google webmasters tools.
1. Content: Add good and descriptive content to your website. Not only good content but unique content is important too. You should write content that has information different than what is provided by other websites or web pages. Also you should add content on regular basis, this increases the ranking of the website. If you are using images to explain something in your website, don't forgot to 'alt' sub-element of 'image' element. In the 'alt' sub-element you can explain the content of your image.
2. Title: Next very important aspect of SEO is the title tag, that displays the text in the title bar of the browser window. This is highly rated by search engines as being the indicative of the page's content.
3. Meta tags: These are used to define keywords for search engine to use in their indexing. We can use two meta tags which can be used to describe the content of your website. They are "description" and "keywords". Fo this you can take a look at any popular site and can know how to use these tags to describe your content.
4. URL: Ideally the keyword or the search term should be the part of the URL. Url describes which page of you site is being accessed. Prefer using hyphen(-) instead of underscore ( _ ) in the URL. Following example will tell you how the search engine will interpret the words in each of the URLs:
kshipra-pandey.html would be interpreted as kshipra pandey.html
kshipra_pandey.html would be interpreted as kshiprapandey.html
Always prefer avoiding file extensions in URLs entirely(eg: .php , .aspx, .jsp, etc) as it exposes the implementation part of the site into the URL . So prefer to RESTful URLs. Using RESTful URLs will let you pass parameters without adding parameters in the URL. For example: normal URL >> www.website.com?uid=xxxxx&email=xxxxx@xxx.xxx and rest URL would be "www.website.com/xxxxx/xxxxx@xxx.xxx" and your URL handler component would actually grab uid & email and pass them to your controller.
5. Site maps: In the early days of the web, Sitemaps were a page on your site that helps the visitor to understand where are all the pages, it was usually in the form of graphical flow chart. Now a new method is being used i.e. submiting a Sitemap XML file to the search engines which helps search engines in understanding how to index all the pages and how to crawl, including the frequency that they change. You don’t want to have to do this manually as every time a new page is added it has to be updated automatically, so go for the automated tools that will update it and submit the update.
Now I will tell you after creating site map, what else you need to do:
Whenever search bot comes to your website, it first looks at the robots text file at the root of your website. This file tells robots where your site map XML is and which pages/directories it doesn't need to crawl. You can create a robots.txt file using Google webmasters tools.
So here I summarise the steps after you have created site map.
1) update your robots.txt file. Add this line to your robots.txt: Site map: http://www.example.com/sitemap.xml
2) Submit your site map to the popular search engines. You can submit your site map to Google, yahoo and Bing.
More info at Sitemap.org .
6. Inbound Links: You need to encourage as many inbound links to your site as possible since they are factored into most search engine’s ranking algorithms as essentially counting as votes for the autoritativeness of your site. You really need to focus on getting other sites to link to your landing pages with the right link text.
All these steps should make a considerable difference in the performance of your search engine results. Keep checking your website's performance in Google webmasters tools.
Government Contribution to IT
When it comes to Government a big Question mark '?' comes in my mind but despite of this, I really appreciate the contribution of Government to the IT sector.
There is no doubt, from last few years Govt. has realized the importance of IT and IT knowledge for a common people. There are many items where Govt. is showing interest and doing some extraordinary. Some of the items are:
1) Institutes
2)Engineering colleges
3)IIM
4)Medical Services
5)Infrastructure
There are many agencies, firms, and institutes which runs under the Govt. and proven ed to be beneficial for those who are willing to get the IT knowledge but don't have enough money.
STPI(Software Technology Park Of India) established in 1991, is one of the govt. agency which is really working hard to provide services and infrastructure to middle class people.
Looking at the other perspective govt. of India is highlighted for the corruption level in whole world and i am not denying to say that the Govt. is really contributing in its best possible way but the amount passed for development is cut off by the middle person which results in the lack of fund for the proper growth. If this process and system corruption continue than i am really sorry to say it will still take hundreds of year to reach and compete with the other countries.
At last but not the least the conclusion of above topic is
From last few years Govt. has initiated by passing some policies to increase the level of IT in India. Many of the job oriented courses are running under the norms of govt. so that each of us can get the basic knowledge of computer.
There is no doubt, from last few years Govt. has realized the importance of IT and IT knowledge for a common people. There are many items where Govt. is showing interest and doing some extraordinary. Some of the items are:
1) Institutes
2)Engineering colleges
3)IIM
4)Medical Services
5)Infrastructure
There are many agencies, firms, and institutes which runs under the Govt. and proven ed to be beneficial for those who are willing to get the IT knowledge but don't have enough money.
STPI(Software Technology Park Of India) established in 1991, is one of the govt. agency which is really working hard to provide services and infrastructure to middle class people.
Looking at the other perspective govt. of India is highlighted for the corruption level in whole world and i am not denying to say that the Govt. is really contributing in its best possible way but the amount passed for development is cut off by the middle person which results in the lack of fund for the proper growth. If this process and system corruption continue than i am really sorry to say it will still take hundreds of year to reach and compete with the other countries.
At last but not the least the conclusion of above topic is
From last few years Govt. has initiated by passing some policies to increase the level of IT in India. Many of the job oriented courses are running under the norms of govt. so that each of us can get the basic knowledge of computer.
Government Contribution to IT
Hello everybody
Late 1980 there was not even a computer in india and nobody was aware with information technology, but as the "Rajiv Gandhi" came in government as the prime minister, he introduces the first computer in India and due to this step the communication system is completely changed in India.
now days as we know that computer is used everywhere and government is playing a great role in contributing IT in india. Government has made many rules, policies etc. government of india has provide an infrastructure to IT.
In education government provide many IT related course in the syllabus, that increases the thinking of Indians. government opens many institutes in India like IIT's, IIM's, IIIT, many engineering colleges etc.
Software Technology Park is a government agency which is for export oriented schemes. Government aslo trying to increase IT in rural areas. It has launched many product like e-mitra jan-mitra, lok-mitra etc. these products was introduced by state government to help citizens.
jan-mitra is an electronic platform by which citizen of Rajasthan can avail information about any government department.
e-mitra provide many services related to state government to all rural and urban area citizens electronically.
State Government also launched lok-mitra for the citizen of Jaipur which helps in submitting bills online, reduces time and money.
National Portal is provided by NIC which is used to access information that is provided by indian government.
Now we can say that Government continuously trying to improve IT infrastructure in india by reducing import-export fares by which IT products can be purchase and sale easily around the world.
Late 1980 there was not even a computer in india and nobody was aware with information technology, but as the "Rajiv Gandhi" came in government as the prime minister, he introduces the first computer in India and due to this step the communication system is completely changed in India.
now days as we know that computer is used everywhere and government is playing a great role in contributing IT in india. Government has made many rules, policies etc. government of india has provide an infrastructure to IT.
In education government provide many IT related course in the syllabus, that increases the thinking of Indians. government opens many institutes in India like IIT's, IIM's, IIIT, many engineering colleges etc.
Software Technology Park is a government agency which is for export oriented schemes. Government aslo trying to increase IT in rural areas. It has launched many product like e-mitra jan-mitra, lok-mitra etc. these products was introduced by state government to help citizens.
jan-mitra is an electronic platform by which citizen of Rajasthan can avail information about any government department.
e-mitra provide many services related to state government to all rural and urban area citizens electronically.
State Government also launched lok-mitra for the citizen of Jaipur which helps in submitting bills online, reduces time and money.
National Portal is provided by NIC which is used to access information that is provided by indian government.
Now we can say that Government continuously trying to improve IT infrastructure in india by reducing import-export fares by which IT products can be purchase and sale easily around the world.
Government Contribution in IT
Today IT makes an important rule in our life. IT makes our life more easier. Government of India gives maximum contribution to enhance IT infrastructure in India. Many activities in which government played their important role. For example :
In Education Sector : Government changes their school and colleges syllabus according to the current scenario of IT. That helps the students to understand what trends are presently going on.
Government provide world class education for student through IIT's and NIT institutions.
Govt. provide IT infrastructure . STPI is a good example of that. STPI is Software Technology Park in India which was established in 1991 that provide IT Services.
Government provide many portals like NIC, NTPC for designing and developing various IT products.
Government is also trying to reduce the deployment duties charges like rebate in export and import duties or custom charges.
Govt. also provide knowledge of IT in rural areas.
Hence, Govt. contributing in IT through many institutions around the world.
In Education Sector : Government changes their school and colleges syllabus according to the current scenario of IT. That helps the students to understand what trends are presently going on.
Government provide world class education for student through IIT's and NIT institutions.
Govt. provide IT infrastructure . STPI is a good example of that. STPI is Software Technology Park in India which was established in 1991 that provide IT Services.
Government provide many portals like NIC, NTPC for designing and developing various IT products.
Government is also trying to reduce the deployment duties charges like rebate in export and import duties or custom charges.
Govt. also provide knowledge of IT in rural areas.
Hence, Govt. contributing in IT through many institutions around the world.
Government Contribution To IT
In today's scenario Information Technology(IT) is the one of the major areas that is covering all over the world. So to have all the basic details of IT, Government is trying to provide facilities or can say doing contribution for spreading IT..Government has laid down many institutions that provide infrastructure for IT such as a govt. project named VSNL that provides Internet facilities around the world and STPI is a software technology park is a govt. agency which is developed for export oriented scheme ..
Govt. also provides portal called NIC for the development and designing of various IT schemes...
Various IT related courses are added in the syllabus of high class institutions like IIM , IIT, IIIT etc...
Govt. is also trying to reduce the export and import fares so that IT products can be easily sent and received around the world..It has made the custom duty low for the software exports..
Govt. is also trying to provide knowledge in the rural areas also..
So i can say that govt. is contributing to IT through many institutions around the world...
Govt. also provides portal called NIC for the development and designing of various IT schemes...
Various IT related courses are added in the syllabus of high class institutions like IIM , IIT, IIIT etc...
Govt. is also trying to reduce the export and import fares so that IT products can be easily sent and received around the world..It has made the custom duty low for the software exports..
Govt. is also trying to provide knowledge in the rural areas also..
So i can say that govt. is contributing to IT through many institutions around the world...
Subscribe to:
Posts (Atom)