<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Student Sri Lanka Educational Network &#187; careers</title>
	<atom:link href="http://studentlanka.com/category/careers/feed/" rel="self" type="application/rss+xml" />
	<link>http://studentlanka.com</link>
	<description>Educational Web and Mobilephone Network for School, University and other students</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Edex Expo 2012 Education &amp; Careers exhibition at BMICH at Kandy</title>
		<link>http://studentlanka.com/2012/01/19/edex-expo-2012-education-careers-exhibition-at-bmich-at-kandy/</link>
		<comments>http://studentlanka.com/2012/01/19/edex-expo-2012-education-careers-exhibition-at-bmich-at-kandy/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:15:45 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=1434</guid>
		<description><![CDATA[EDEX Expo 2012, Education &#38; Careers exhibition will be held in BMICH, Colombo on 20th, 21st, &#38; 22nd January (from  10am to 7pm) &#38; Kandy City Center on 7th &#38; 28th January (9am to 6m). Over 300 Local &#38; Foreign Universities, Education Institutes and other Organizations will participate this event. Participants will be able to [...]]]></description>
			<content:encoded><![CDATA[<p>EDEX Expo 2012, Education &amp; Careers exhibition will be held in BMICH, Colombo on 20th, 21st, &amp; 22nd January (from  10am to 7pm) &amp; Kandy City Center on 7th &amp; 28th January (9am to 6m). Over 300 Local &amp; Foreign Universities, Education Institutes and other Organizations will participate this event. Participants will be able to meet representatives from different educational institutes in Sri Lanka and abroad (such as UK, USA, India) and select courses and degrees.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
  google_ad_client = "pub-5884184969893390"; /* 300x250, created 8/16/10 */ google_ad_slot = "8802081437"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
</code><br />
You can find out educational Choices, Options and Opportunities in the post-secondary, graduate and postgraduate fields, technical and vocational training leading to gainful employment.</p>
<p>This exhibition also contains a Green Zone to promote sustainable living. You can visit stalls of Department of Forestry and Environment Science, University of Sri Jayewardenepura and Young Biologists&#8217; Association here.<br />
<script type="text/javascript">// <![CDATA[
  google_ad_client = "pub-5884184969893390"; /* 728x90 */ google_ad_slot = "7612271776"; google_ad_width = 728; google_ad_height = 90;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2012/01/19/edex-expo-2012-education-careers-exhibition-at-bmich-at-kandy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What computer programming language should I learn first?</title>
		<link>http://studentlanka.com/2012/01/03/what-computer-programming-language-should-i-learn-first/</link>
		<comments>http://studentlanka.com/2012/01/03/what-computer-programming-language-should-i-learn-first/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 18:03:55 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=1426</guid>
		<description><![CDATA[Starting the career in Programming. What language? This question was asked by 14 year old boy in warez-bb.org forum. He asked &#8220;I want to program in future, but still don&#8217;t know what&#8217;s the most effective computer language around (and the one that I will get payed for the most). I gotta&#8217; say , And the [...]]]></description>
			<content:encoded><![CDATA[<p>Starting the career in Programming. What language? This question was asked by 14 year old boy in warez-bb.org forum. He asked &#8220;I want to program in future, but still don&#8217;t know what&#8217;s the most effective computer language around (and the one that I will get payed for the most). I gotta&#8217; say , And the thing I think could be most effective and payable is web-programming? if so agree, what language should I start with?&#8221; </p>
<p>I think following would be the best answer for this question.</p>
<p>I believe you can categorise programming languages into the following:<br />
code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 300x250, created 8/16/10 */
google_ad_slot = "8802081437";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</code><br />
* Very low-level:<br />
-- Assembler - programming the bare metal. This is difficult and takes quite some time to master<br />
* Low-level:<br />
-- C - Very powerful, with huge possibilities for shooting yourself in the foot. Most operating systems and speed-dependent programs are written in this, as well as device drivers. It's an excellect language to learn early since it gives an appreciation of memory limitations, and imposes a discipline of double-checking everything.<br />
* Medium-level<br />
-- C++ fits in here. Be careful - C++ is most certainly not "a better C", but is an object-oriented language with behaviors quite different from C. For example the compiled code has a vtable which puts sufficient overhead on the code to preclude its use in many places where C is used.<br />
* Pretty high-level<br />
-- Java and C# are pretty much identical in form - each has its own libraries and server concepts (J2EE and .NET) but ultimately if you can program one you can switch to the other with the minimum of fuss.<br />
* Scripting languages<br />
-- PHP, Perl, Python, etc. fit in here. These languages tend to be less rigid in structure, yet very powerful. They are also often type-agnostic and very dynamic. For these reasons, they are bad places to start to learn programming, teaching sloppy practices.</p>
<p>My suggestion for a new programmer would be to start with Java or C#. These provide good protections to prevent you breaking things, yet have strong funtional capabilities and broad support for just about everything in the libraries. Both have good supporting tools, although Microsoft's Visual Studio is for C# is probably better than Eclipse or NetBeans for Java. On the other hand, Java runs everywhere while C# is limited to Windows.</p>
<p>I would strongly recommend that you learn C too. It's actually a deceptively simple language but it allows you to do anything, including stupid things, so it teaches you how not to do stuff pretty quickly.</p>
<p>But some other person advices him:</p>
<p>If he wanted to learn web programming. For me, i would advice:-</p>
<p>- HTML<br />
- CSS<br />
- Javascript</p>
<p>This is the basics for web developer and not C#.net, php, asp etc..</p>
<p>You can comment put your comments.<br />
<strong>PHP Web Programming</strong> by Muthu Ramadoss<br />
Learn PHP Web Programming with this comprehensive tutorial.</p>
<div style="width:425px" id="__ss_46349"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/intellibitz/php-46349" title="PHP Web Programming" target="_blank">PHP Web Programming</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/46349" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/intellibitz" target="_blank">Muthu Ramadoss</a> </div>
</p></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 728x90 */
google_ad_slot = "7612271776";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2012/01/03/what-computer-programming-language-should-i-learn-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physiotherapy courses and degrees in Sri Lanka</title>
		<link>http://studentlanka.com/2011/10/16/physiotherapy-courses-and-degrees-in-sri-lanka/</link>
		<comments>http://studentlanka.com/2011/10/16/physiotherapy-courses-and-degrees-in-sri-lanka/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 17:01:30 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[Universities]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=1319</guid>
		<description><![CDATA[Physical therapy or Physiotherapy is a clinical health profession that aims to rehabilitate and improve people with movement disorders. This is important in orthopedic treatments of patients. Physiotherapists have good job opportunities in Sri Lanka and abroad, especially in Europe and USA. After qualifiying as a physiotheraphist you can work in a government or private hospital or you can start your own physical therapy service.  [...]]]></description>
			<content:encoded><![CDATA[<p>Physical therapy or Physiotherapy is a clinical health profession that aims to rehabilitate and improve people with movement disorders. This is important in orthopedic treatments of patients. Physiotherapists have good job opportunities in Sri Lanka and abroad, especially in Europe and USA. After qualifiying as a physiotheraphist you can work in a government or private hospital or you can start your own physical therapy service. <strong></strong></p>
<p>In this post we elicit some study options in physiotherapy field.<br />
<code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 300x250, created 8/16/10 */
google_ad_slot = "8802081437";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</code><br />
<strong>Degrees offered by National Universities </strong></p>
<p><strong>University of Colombo, University of Peradeniya</strong> and almost all other government universities offer physiotherapy degrees to Sri Lankan students who perform well in G.C.E A/L in bio stream. If you fulfill the entry requirements of those universities acquiring a satisfied z- score, then you can get a a specialized medical degree in physical therapy education. Then you study physical therapy in following streams.</p>
<ul>
<li>Basic sciences stream</li>
<li>Applied physiotherapy stream</li>
<li>Behavioral Sciences stream</li>
<li>Clinical practice stream</li>
<li>Research stream</li>
</ul>
<p>Most popular one is Clinical aspects of Physiotherapy as that field has many job opportunities.</p>
<p><strong>After the degree</strong></p>
<p>All the physiotherapists passed out from government universities might get the following benefits.</p>
<ul>
<li>Postgraduate training opportunities locally and abroad</li>
<li>Research opportunities locally and abroad</li>
<li>Academic positions in Universities, other teaching Institutions, public and private sectors both local and foreign</li>
<li>Managerial positions in public and private Institutions</li>
<li>Running a private physiotherapy service</li>
<li>To work in the government and private sector as a specialized physiotherapist</li>
</ul>
<p><strong>School of Physiotherapy and Occupational Therapy </strong>affiliated to the<strong> National Hospital of Sri Lanka </strong>also provides a <strong>Higher National Diploma (HND)</strong> in Physiotherapy, where the students who do not fulfill the entry requirements to universities can enter. In two years of this study program, the students may stay in the class room for six months for the academic/ theoretical knowledge and then will be moved to the clinical training which is said to be the practical part of the diploma. Though they might not considered as same as the degree holders they will also obtain some good opportunities in the field of physical therapy.</p>
<p><strong>Private study opportunities </strong></p>
<p>Apart from governmental bodies there are some private institutions that cater physiotherapy degrees for students. <strong>PATHE academy</strong> offers a <strong>Higher National Diploma (HND) in Physiotherapy</strong><strong>,</strong><strong> </strong>for Assistant physiotherapist, Massager, Manual therapists in service. With no previous knowledge, A/L students seeking a career physiotherapy can join this course.  Affiliated with the Open University of Complementary Medicines, Sri Lanka, PATHE has good plans for educating and training students in physiotherapy. In completing a <strong>20 months</strong> academic program along with an internship of six months you might need to pay <strong>70,200 LKR. </strong> This provide you with an internationally recognized certificate along with a worthy training as a physiotherapist.</p>
<p><strong>International Institute of Health Sciences, Sri Lanka</strong> also provides a Diploma Program in Physiotherapy, to the students who have three passes in G.C.E. A/L in Biological Science stream, with credit passes for English in O/L. Cost for this three year program is <strong>629,000 LKR. </strong>This includes all tuition fees, registration and other fees for the course. Students qualified from this institute will also be eligible for the national and international job market. This institute also has some nursing courses consist of some physiotherapy related study schemes as well.</p>
<p>Many of other private universities that affiliated to local educational institutions also provide physical therapy education, either as Higher National Diplomas (HND), or as B.Sc. degrees.</p>
<p>Related Study Options:</p>
<p><a href="http://studentlanka.com/2007/08/24/carriers-medical/" target="_top">Careers in Medical Sector<br />
</a><a title="Medical careers" href="http://studentlanka.com/2007/08/24/carriers-medical/">Select Universities and Courses in Sri Lankan Universities<br />
</a><a href="http://studentlanka.com/2011/10/15/pharmacology-courses-in-sri-lanka/">Pharmacology Courses<br />
</a><a title="Higher education for Biology" href="http://studentlanka.com/2007/04/24/higher-education-opportunities-in-the-field-of-biological-sciences/">Higher Education Opportunities in the Field of Biological Sciences<br />
</a><a title="Permanent Link to Higher Education Choices for 18+ (after GCE AL) in Sri Lanka and aborad" href="http://studentlanka.com/si/2010/01/14/2007/08/12/higher-education-choicesl/" rel="bookmark">Courses you can do after Advanced Level<br />
</a><a title="Permanent Link to Higher Education Choices for 18+ (after GCE AL) in Sri Lanka and aborad" href="http://studentlanka.com/si/2010/01/14/2007/08/12/higher-education-choicesl/" rel="bookmark">Higher Education Choices for 18+ (after GCE AL) in Sri Lanka and aborad</a></p>
<p><a href="http://studentlanka.com/2010/01/14/ten-things-to-consider-when-choosing-a-foreign-medical-degree-medicine-program/" target="_top">Foreign Medical degree</a><a href="http://studentlanka.com/2008/01/09/universities-courses-srilanka/">  </a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 728x90 */
google_ad_slot = "7612271776";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/10/16/physiotherapy-courses-and-degrees-in-sri-lanka/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TVEC warns on fake scholarships and IT training institutes</title>
		<link>http://studentlanka.com/2011/09/19/tvec-warns-on-fake-scholarships-and-it-training-institutes/</link>
		<comments>http://studentlanka.com/2011/09/19/tvec-warns-on-fake-scholarships-and-it-training-institutes/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:03:35 +0000</pubDate>
		<dc:creator>Kavidu</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[scholarships]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=1147</guid>
		<description><![CDATA[After A/L , you may have received several letters claiming that they are providing IT or Management courses with a scholarship, and sometimes they claim a job after following those courses. // // // ]]&#62; The Tertiary and Vocational Education Commission, popularly known as The Tertiary and Vocational Education Commission, popularly known as TVEC warns students in selecting [...]]]></description>
			<content:encoded><![CDATA[<p>After A/L , you may have received several letters claiming that they are providing IT or Management courses with a scholarship, and sometimes they claim a job after following those courses.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
    google_ad_client = "pub-5884184969893390"; /* 300x250, created 8/16/10 */ google_ad_slot = "8802081437"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
</code><br />
The Tertiary and Vocational Education Commission, popularly known as The Tertiary and Vocational Education Commission, popularly known as TVEC warns students in selecting training courses in a recent newspaper advertisement.  You can check the registered institues by <a href="http://www.tvec.gov.lk/sa/index.htm">visiting TVEC web site. </a></p>
<p>You can download <a href="https://docs.google.com/viewer?url=http%3A%2F%2Fwww.tvec.gov.lk%2Fpdf%2Faccredited_Ins_List.pdf">accredited course list</a> (pdf) and check for the <a href="http://www.tvec.gov.lk/institute-reg/index.php">Registered Institute</a>s.</p>
<p>Registered Institutes in Western Province conducting <a href="http://www.tvec.gov.lk/institute-reg/results.php?txtparam1=1&amp;cmbprovince=1&amp;cmbOwner1=14&amp;SUBMIT1=List&amp;cmbDistrict=0&amp;cmbOwner2=0&amp;txtparam2=0&amp;txtinst=&amp;txtparam3=0&amp;txtcourse=&amp;txtparam4=0&amp;cmbdistrict=0">Information Technology related courses<br />
<strong><br />
Related Posts:</strong></a></p>
<p><a href="http://studentlanka.com/2010/07/02/2010/05/09/national-institute-of-business-management-nibm-sri-lanka/">NIBM</a>, <a href="http://studentlanka.com/2010/07/02/sliit-for-information-technology-degrees-and-diplomas/">SLIIT</a>, BCS,  <a href="http://studentlanka.com/2010/07/02/2010/02/03/cima-chartered-institute-of-management-accountants-course-in-sri-lanka-a-quick-guide/">CIMA</a>, <a href="http://studentlanka.com/2010/07/02/2010/04/14/sri-lanka-law-college-and-attorney-at-law-entrance-examination/">Law college</a>, <a href="http://studentlanka.com/2010/07/02/higher-education/national-universities/">National Universities<br />
</a><a href="http://studentlanka.com/2010/02/26/external-degrees-in-sri-lanka/">External degrees in Sri Lanka<br />
</a><a href="http://studentlanka.com/2010/07/02/2010/06/20/technical-and-vocational-education-in-sri-lanka-certificates-diplomas-degrees/">Technical education and vocational training<br />
</a><a href="http://studentlanka.com/2010/09/08/higher-education-and-career-options-in-it-computer-science-after-al/">Higher Education and Career Options in IT<br />
</a><a href="http://studentlanka.com/2010/04/20/online-degrees-in-sri-lanka/">Online degrees in Sri Lanka</a></p>
<p><script type="text/javascript">// <![CDATA[
    google_ad_client = "pub-5884184969893390"; /* 728x90 */ google_ad_slot = "7612271776"; google_ad_width = 728; google_ad_height = 90;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/09/19/tvec-warns-on-fake-scholarships-and-it-training-institutes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam finished. Now what? Career and Higher study options after A/L</title>
		<link>http://studentlanka.com/2011/08/20/exam-finished-now-what-career-and-higher-study-options-after-al/</link>
		<comments>http://studentlanka.com/2011/08/20/exam-finished-now-what-career-and-higher-study-options-after-al/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 03:46:38 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[study abroad]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=1059</guid>
		<description><![CDATA[A free seminar on Career and Higher education options after A/L will be organized by studentlanka.com web site, in collaboration with Young Biologists’ Association, Sri Lanka for those who have completed GCE Advanced Level examination in 2011 August. // Aim &#8211; to give accurate and unbiased information on selection of degrees, courses and careers after GCE [...]]]></description>
			<content:encoded><![CDATA[<p>A free seminar on Career and Higher education options after A/L will be organized by <a href="http://studentlanka.com/2010/08/16/free-seminar-on-career-and-higher-education-options-after-al/">studentlanka.com</a> web site, in collaboration with Young Biologists’ Association, Sri Lanka for those who have completed GCE Advanced Level examination in 2011 August.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-5884184969893390";
/* 300x250, created 8/16/10 */
google_ad_slot = "8802081437";
google_ad_width = 300;
google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
</code><br />
Aim &#8211; to give accurate and unbiased information on selection of degrees, courses and careers after GCE Advanced Level examination, especially if you are not selected to a course in a National University.</p>
<div id="attachment_1083" class="wp-caption alignleft" style="width: 310px"><a href="http://studentlanka.com/wp-content/uploads/2011/08/student-lanka-6x2.jpg"><img class="size-medium wp-image-1083" title="student-lanka seminar" src="http://studentlanka.com/wp-content/uploads/2011/08/student-lanka-6x2-300x285.jpg" alt="student-lanka seminar" width="300" height="285" /></a><p class="wp-caption-text">student-lanka seminar</p></div>
<p>This will be held on 6 September 2011 (Tuesday) at 2.30 pm at National Museum Auditorium, Marcus Fernando Mawatha, Colombo 7.</p>
<p><strong>Speakers: </strong></p>
<p><strong>Prof Hiran Amarasekera, </strong>Professor at University of Sri Jayewardenepura, Nugegoda. Patron of Young Biologists Association.</p>
<p><strong>Dr Sujatha Gamage </strong>- <a href="http://lirneasia.net/about/profiles/sujata-gamage/">Sujata Gamage</a>, PhD, is a scientist who specializes in knowledge management.  She heads the Knowledge to Innovation project at LIRNEasia. Previously she has served as the  Director General of the Tertiary and Vocational Education Commission of Sri Lanka. Her consultancies include a “Faculty Quality Report” for public university system in Sri Lanka and the “Corporate Plan for 2003‐2008” for the University Grants Commission of Sri Lanka.</p>
<p><strong>J Charitha Ratwatte</strong> &#8211; Mr.  J. Charitha Ratwatte Jr. has five years&#8217; experience in the software  industry in Sri Lanka. Charitha earned an MBA from the Stanford Graduate  School of Business in 2009 with concentrations in the Public Management  and Global Management Programs. Charitha co-founded and leads Rural  Returns (Guarantee) Limited in Sri Lanka, a non-profit company that  addresses rural poverty. He volunteers with SL2College, a  volunteer-driven organization dedicated to connecting students with  free, high-quality advice on higher education options.</p>
<p><strong>Tentative Agenda:</strong></p>
<p><strong>Higher education and career options in Science, Medicine, Agriculture </strong>by Prof Hiran Amarasekera</p>
<p><strong>Local Private degree or diploma  options</strong> by Dr Sujatha Gamage</p>
<p><strong>Foreign Higher study options</strong> by SL2College by Charitha Ratwatte</p>
<p>Admission is free. Register <a href="http://www.facebook.com/event.php?eid=170495713022283">facebook event &#8216;උසස් පෙළ හැදෑරීමෙන් පසු&#8221; Career and Study options after A/L </a><br />
Videos and details of <a href="http://studentlanka.com/2010/08/16/free-seminar-on-career-and-higher-education-options-after-al/">Last year Seminar on After A/L options </a></p>
<p><strong>More Study Options:</strong><br />
<a href="http://studentlanka.com/2007/04/19/courses-after-advaned-level/">Courses you can do after Advanced Level</a><br />
<a href="http://studentlanka.com/2010/04/20/online-degrees-in-sri-lanka/">Online degrees in Sri Lanka </a><br />
<a href="http://studentlanka.com/2010/02/26/external-degrees-in-sri-lanka/">External degrees in Sri Lanka</a><br />
<a href="http://studentlanka.com/2010/02/03/cima-chartered-institute-of-management-accountants-course-in-sri-lanka-a-quick-guide/">CIMA – a quick guide</a><a href="http://studentlanka.com/2010/02/10/educational-student-loan-schemes-offered-by-banks-in-sri-lanka/"><br />
Educational Loans by Sri Lankan banks </a><br />
<a href="http://studentlanka.com/2010/04/28/german-technical-training-institute-moratuwa-admission-to-full-time-courses/">German Technical Training Institute Moratuwa</a><br />
<a href="http://studentlanka.com/2010/05/09/national-institute-of-business-management-nibm-sri-lanka/">National Institute of Business Management-NIBM</a><br />
<a href="http://studentlanka.com/2010/04/14/sri-lanka-law-college-and-attorney-at-law-entrance-examination/">Sri Lanka Law College</a><br />
<a href="http://studentlanka.com/2010/04/14/degree-programs-of-john-kotelawala-defence-university-academy/">Degree -John Kotelawala Defence University Academy</a><br />
<a href="http://studentlanka.com/2010/07/31/the-open-university-of-sri-lanka/">Open university of Sri Lanka</a></p>
<p><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-5884184969893390";
/* 728x90 */
google_ad_slot = "7612271776";
google_ad_width = 728;
google_ad_height = 90;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/08/20/exam-finished-now-what-career-and-higher-study-options-after-al/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Certificate in Computer Networks and Security (CCNS) from Open University</title>
		<link>http://studentlanka.com/2011/06/17/certificate-in-computer-networks-and-security-ccns-from-open-university/</link>
		<comments>http://studentlanka.com/2011/06/17/certificate-in-computer-networks-and-security-ccns-from-open-university/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 13:14:15 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[Universities]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=966</guid>
		<description><![CDATA[Open University call applications for Certificate course in Computer Networks and Security (CCNS). The Department of Mathematics and Computer Science offers this course for: • System Administrators and Network Support Staff • Hardware Technicians who wants to enhance knowledge in Computer Networking • University Students • School Leavers • Those who need to become professionals in [...]]]></description>
			<content:encoded><![CDATA[<p>Open University call applications for Certificate course in Computer Networks and Security (CCNS). The Department of Mathematics and Computer Science offers this course for:<br />
•    System Administrators and Network Support Staff<br />
•    Hardware Technicians who wants to enhance knowledge in Computer Networking<br />
•    University Students<br />
•    School Leavers<br />
•    Those who need to become professionals in Computer Networking.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5884184969893390"; /* 300x250, created 8/16/10 */ google_ad_slot = "8802081437"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
</code><br />
Duration	: 6 months (including exams)<br />
Admission requirement	: Pass in English language at G.C.E (Ordinary Level) or an equivalent qualification<br />
Course Fee	: Rs. 25,000/=<br />
Enrollment closing on 20th June 2011<br />
Commencement : 02nd July 2011 <a href="http://www.ou.ac.lk/science/maths/index.php/en/services-/sms-sending/230-certificate-in-computer-networks-and-security-ccns-second-batch-commencing-in-june-2011">Read more</a></p>
<p><strong>Course Contents:</strong><br />
• Computer Basics and Operating Systems<br />
• Computer Network Concepts &amp;  Protocols<br />
• Network Devices and Configurations<br />
• Switching Basics and Routing<br />
• Planning &amp; Setting up Windows/Linux Networks &amp; Services<br />
• Server Technologies &#8211; Web, Email, Database, CMS<br />
• Network Security and Monitoring &#8211; Proxy Servers, Firewalls<br />
• Network Administration<br />
• Maintenance of Networks<br />
Related:<br />
<a href="http://studentlanka.com/2010/07/31/the-open-university-of-sri-lanka/">Open University of Sri Lanka</a><br />
<a href="http://studentlanka.com/2010/09/08/higher-education-and-career-options-in-it-computer-science-after-al/">Higher Education and career options in IT, Computer Science<br />
</a> <a href="http://studentlanka.com/2010/04/20/online-degrees-in-sri-lanka/">Online Degrees and Courses</a><br />
<a href="http://studentlanka.com/2007/04/19/courses-after-advaned-level/">Courses after A/L</a></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5884184969893390"; /* 728x90 */ google_ad_slot = "7612271776"; google_ad_width = 728; google_ad_height = 90;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/06/17/certificate-in-computer-networks-and-security-ccns-from-open-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacancies for Graduate Teachers at Government Schools</title>
		<link>http://studentlanka.com/2011/06/15/vacancies-for-graduate-teachers-at-government-schools/</link>
		<comments>http://studentlanka.com/2011/06/15/vacancies-for-graduate-teachers-at-government-schools/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:23:08 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=955</guid>
		<description><![CDATA[Ministry of Education called applications to recruit  Graduate Teachers under the “One Thousand Secondary Schools Development Programme. According to the web site of the Ministry of Education there are vacancies (1000 in each subject) for Information Technology (IT), Englsih and Science/ Mathematics. // Graduates who are seeking jobs in as teachers can apply. Completed applications [...]]]></description>
			<content:encoded><![CDATA[<p>Ministry of Education called applications to recruit  Graduate Teachers under the “One Thousand Secondary Schools Development Programme. According to the <a href="http://www.moe.gov.lk/web/index.php?option=com_content&amp;view=category&amp;id=318&amp;Itemid=260&amp;lang=en">web site of the Ministry of Education</a> there are vacancies (1000 in each subject) for Information Technology (IT), Englsih and Science/ Mathematics.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5884184969893390"; /* 300x250, created 8/16/10 */ google_ad_slot = "8802081437"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
</code><br />
Graduates who are seeking jobs in as teachers can apply. Completed applications should be forwarded to the ‘Commissioner General of Examinations, Organization and Foreign Examinations Branch, Department of Examinations, Pelawatte, Battaramulla’, under registered cover on or before <strong>June 30, 2011.</strong></p>
<p>Applications and Instructions in <a href="http://www.moe.gov.lk/web/images/stories/news/english.pdf"> English </a> |  <a href="http://www.moe.gov.lk/web/images/stories/news/sinhala.pd">Sinhala</a> | <a href="http://www.moe.gov.lk/web/images/stories/news/tamil.pdf">Tamil</a></p>
<p>අධ්‍යාපන අමාත්‍යාංශය මගින් ගරු අධ්‍යාපන ඇමතිතුමාගේ උපදෙස් මත ක්‍රියාත්මක කරනු ලබන ප්‍රාථමික පාසල් ජාලයක් පෝෂණය සදහා වූ ද්විතියික පාසල් 1000ක් සංවර්ධනය කිරීමේ වැඩසටහන සඳහා තොරතුරු හා සන්නිවේදන තාක්ෂණය, ඉංග්‍රීසි සහ විද්‍යාව/ගණිතය සඳහා උපාධිධාරී ගුරුවරුන් 1000ක් බැගින් බඳවා ගැනීම සඳහා වන <a href="http://www.moe.gov.lk/web/images/stories/news/sinhala.pdf">උපදෙස් සහ අයදුම්පත්</a> නිකුත් කර ඇත.</p>
<p>මෙම ආදර්ශ අයදුම්පත්‍රය සම්පූර්ණ කර 2011-06-30 වන දිනට හෝ ඊට පෙර විභාග කොමසාරිස් ජෙනරාල්, සංවිධාන හා විදේශ විභාග ශාඛාව, ශ්‍රී ලංකා විභාග දෙපාර්තමේන්තුව, පැලවත්ත, බත්තරමුල්ල යන ලිපිනයට ලියාපදිංචි තැපෑලෙන් එවිය යුතු ය.</p>
<p>கல்வி அமைச்சரின் பணிப்புரைக்கமைய நடைமுறைப்படுத்தப்படும் ஆரம்ப பாடசாலை வலைப்பின்னலை மேம்படுத்தும் 1000 இடைநிலைப் பாடசாலைகளை வளர்ச்சிப்படுத்தும் வேலைத்திட்டத்திற்காக தகவல் தொடர்பாடல் தொழினுட்பம், ஆங்கிலம் மற்றும் அறிவியல் / கணிதம் போன்ற பாடங்கள் ஒவ்வொன்றிக்கும் 1000 பட்டதாரி ஆசிரியர்கள் என்ற அடிப்படையில் இணைத்துக் கொள்வதற்கான விபரங்கள் மற்றும் <a href="http://www.moe.gov.lk/web/images/stories/news/tamil.pdf">விண்ணப்பப் படிவங்கள் </a>வெளியிடப் பட்டுள்ளன.<br />
Related:<br />
<a href="http://studentlanka.com/2010/07/22/become-a-government-school-teacher-admission-to-national-colleges-of-education-vidya-peeta/">Admission to National Colleges of Education (Vidya Peeta)</a><br />
<a href="http://studentlanka.com/2010/06/24/find-government-jobs-exams-courses-from-government-gazette/">Find Jobs from Government Gazette</a></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5884184969893390"; /* 728x90 */ google_ad_slot = "7612271776"; google_ad_width = 728; google_ad_height = 90;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/06/15/vacancies-for-graduate-teachers-at-government-schools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Become a Nurse &#8211; Follow Training at Ministry of Health Nursing School</title>
		<link>http://studentlanka.com/2011/04/11/become-a-nurse-follow-training-at-ministry-of-health-nursing-school/</link>
		<comments>http://studentlanka.com/2011/04/11/become-a-nurse-follow-training-at-ministry-of-health-nursing-school/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 02:34:36 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[Courses]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=861</guid>
		<description><![CDATA[If you have three A/L passes in Biological Science stream then you can apply for free Nursing training in Government Nursing schools managed by Ministry of Health. After training you can become a Nurse in Government hospital which is a pensionable government job. This post describes details on Government Nursing courses, but there are several [...]]]></description>
			<content:encoded><![CDATA[<p>If you have three A/L passes in Biological Science stream then you can apply for free Nursing training in Government Nursing schools managed by Ministry of Health.  After training you can become a Nurse in Government hospital which is a pensionable government job. This post describes details on Government Nursing courses, but there are <a href="http://studentlanka.com/2010/11/11/career-in-nursing-enter-a-nursing-school-and-become-a-nurse/">several private nursing colleges and University degrees in Nursing</a> are also available in Sri Lanka.<br />
<code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 300x250, created 8/16/10 */
google_ad_slot = "8802081437";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</code></p>
<p><strong>Educational qualifications :</strong></p>
<p>(a) Passed General Certification of Education (Advanced Level) Examination Year 2008 and 2009 at one sitting all the subjects (Except the common test) in the Science Stream Subjects of Biology/Mathematics and Agricultural Science ;<br />
and<br />
(b) Passed General Certification of Education (Ordinary Level) Examination, in six subjects at not more than two sittings with credit passes for Sinhala/Tamil Language, Mathematics, Science and English Language ;</p>
<p>The required number will be selected at district level based on the merit order of marks secured at the G. C. E. (A/L) Examination.</p>
<p><strong>How to apply:</strong><br />
Applications and details are available in <a href="http://documents.gov.lk/gazette/2011/april.htm">Government Gazette Part II(A) of 1 April 2011</a><br />
Applications should be sent to reach the Director (Admin.) 01, Ministry of Health, No. 385, &#8220;Suwasiripaya&#8221;, Baddegama Wimalawansa Thero Mawatha, Colombo 10. </p>
<p><strong>Application deadline</strong> for 2011 intake (based on 2008- 2009 A/L results)<br />
30 April 2011 </p>
<p><strong>Scheme of Training :</strong><br />
The selected applicants will be admitted to the nursing training school as pupil nurses and they should follow the training course for 03 years.<br />
The trainees during the period of training in a school nursing will be paid an allowance as follows :<br />
1st year &#8211; Rs. 12,920 (per month)<br />
2nd year &#8211; Rs. 13,040 (per month)<br />
3rd year &#8211; Rs. 13,160 (per month)</p>
<p>The trainees, who pass the final examination, after successful completion of training, will be appointed to the post of staff nurse Grade III by the Director General of Health Services on the relevant salary scales depending on the availability of vacancies of the post.</p>
<p>All applicants should be unmarried at the time of submitting their applications and it is compulsory that they should remain unmarried, during the period of 03 years training. </p>
<p><strong>Applications and details:</strong><br />
<a href="http://documents.gov.lk/gazette/2011/april.htm">Government Gazette Part II(A) of 1 April 2011</a><br />
<a href="http://documents.gov.lk/gazette/2011/PDF/Apr/01Apr2011/I-IIA(E)2011.04.01.pdf">Download Gazette (pdf)</a></p>
<p>Related Courses:<br />
<a href="http://studentlanka.com/2010/11/11/career-in-nursing-enter-a-nursing-school-and-become-a-nurse/">Career in Nursing: Enter a nursing school and become a Nurse/</a><br />
<a href="http://studentlanka.com/2010/04/28/admission-to-sri-lanka-school-of-agriculture-diploma-in-agriculture/">Sri Lanka School of Agriculture &#8211; Diplomas</a><br />
<a href="http://studentlanka.com/2010/06/24/find-government-jobs-exams-courses-from-government-gazette/">Find government jobs, courses from Government Gazette/</a><br />
<a href="http://studentlanka.com/2007/08/24/carriers-medical/">Careers in Medical Sector</a><br />
<a href="http://studentlanka.com/2010/01/14/ten-things-to-consider-when-choosing-a-foreign-medical-degree-medicine-program/">Things to consider when choosing a foregn medical degree</a></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/04/11/become-a-nurse-follow-training-at-ministry-of-health-nursing-school/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>EDEX Education &amp; Careers exhibition at BMICH Colombo and Kandy</title>
		<link>http://studentlanka.com/2011/01/17/edex-education-careers-exhibition-at-bmich-colombo-and-kandy/</link>
		<comments>http://studentlanka.com/2011/01/17/edex-education-careers-exhibition-at-bmich-colombo-and-kandy/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 04:28:56 +0000</pubDate>
		<dc:creator>Hiran</dc:creator>
				<category><![CDATA[careers]]></category>
		<category><![CDATA[study abroad]]></category>
		<category><![CDATA[Universities]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=779</guid>
		<description><![CDATA[EDEX 2011, Education &#38; Careers exhibition will be held in Colombo &#38; Kandy for the 8th consecutive year with the participation of over 300 Local &#38; Foreign Universities, Education Institutes and other Organizations. Participants will be able to meet representatives from different educational institutes in Sri Lanka and abroad (such as UK, USA, India) and select courses and degrees. [...]]]></description>
			<content:encoded><![CDATA[<p>EDEX 2011, Education &amp; Careers  exhibition will be held in Colombo &amp; Kandy for the 8th consecutive  year with the participation of over 300 Local &amp; Foreign  Universities, Education Institutes and other Organizations. Participants will be able to meet representatives from different educational institutes in Sri Lanka and abroad (such as <a href="http://studentlanka.com/2008/07/29/study-in-the-uk/">UK</a>, <a href="http://studentlanka.com/2008/02/25/degree-in-usa/">USA</a>, <a href="http://studentlanka.com/2008/07/28/study-in-india/">India</a>) and select <a href="http://studentlanka.com/2007/04/19/courses-after-advaned-level/">courses</a> and degrees.<br />
<code><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-5884184969893390"; /* 300x250, created 8/16/10 */ google_ad_slot = "8802081437"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
</code><br />
EDEX Expo at BMICH Colombo will be open from 10 am to 7 pm on 22, 23, 24 January, 2011.<br />
EDEX Expo at Kandy City Centre will be open from 9 am to 6pm on 26, 27 January.<br />
Related:<br />
<a href="http://studentlanka.com/2007/04/19/courses-after-advaned-level/">Courses you can do after Advanced Level<br />
</a><a title="universities-courses-srilanka" href="http://studentlanka.com/2008/01/09/universities-courses-srilanka/">Select universities and courses in Sri Lankan Universities<br />
</a><a href="http://studentlanka.com/2008/05/19/local-vs-foreign-education/">Local vs Foreign education<br />
</a><a title="higher-education-choices" href="http://studentlanka.com/2007/08/12/higher-education-choicesl/">Higher education choices for 18+ (after A/L)</a><br />
<a href="http://studentlanka.com/2010/01/14/ten-things-to-consider-when-choosing-a-foreign-medical-degree-medicine-program/">Things to consider when choosing a foregn medical degree</a></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2011/01/17/edex-education-careers-exhibition-at-bmich-colombo-and-kandy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Career in Nursing &#8211; Enter a nursing school and become a Nurse</title>
		<link>http://studentlanka.com/2010/11/11/career-in-nursing-enter-a-nursing-school-and-become-a-nurse/</link>
		<comments>http://studentlanka.com/2010/11/11/career-in-nursing-enter-a-nursing-school-and-become-a-nurse/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 04:01:41 +0000</pubDate>
		<dc:creator>Kavidu</dc:creator>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[careers]]></category>

		<guid isPermaLink="false">http://studentlanka.com/?p=704</guid>
		<description><![CDATA[Nurses care for the sick and help people stay well. Nursing is a healthcare profession focused on the care of individuals, families, and communities. You can follow a Nursing course to become a nurse in Sri Lanka. Some National Universities (Colombo, Sri Jayewardenepura) also offer BSc Nursing for those who qualified from GCE A/L examination. [...]]]></description>
			<content:encoded><![CDATA[<p>Nurses care for the sick and help people stay well. Nursing is a healthcare profession focused on the care of individuals, families, and communities. </p>
<p>You can follow a Nursing course to become a nurse in Sri Lanka.<br />
Some National Universities (Colombo, Sri Jayewardenepura) also offer BSc Nursing for those who qualified from GCE A/L examination. </p>
<p>There are two categories of course available: </p>
<p>1.	<a href="http://studentlanka.com/2011/04/11/become-a-nurse-follow-training-at-ministry-of-health-nursing-school/">Government nursing courses</a> – Conducted by Ministry of health<br />
2.	Private nursing institutions- Conducted by private private sector institutes </p>
<p><strong>Government Nursing Course</strong><br />
In Sri Lanka, there are more than ten nursing academies. Some teaching schools are attached with government hospitals. They are called teaching hospitals. Nursing students have to follow a three year nursing course in these Schools.  Both theoretical and clinical knowledge are provided during that period. </p>
<p>List of Government Nursing Schools</p>
<p>•	Hmbanthota – 0472220261<br />
•	Kaluthara – 0342222264<br />
•	Ragama,Kadana – 0112959260<br />
•	Anuradhapura – 0252222536<br />
•	Badulla – 0552222532<br />
•	Galle – 0912234452<br />
•	Jaffna -0212222736<br />
•	Kandy – 0812222821<br />
•	Mulleriyawa – 0112256891<br />
•	National Nursing School, Sri Jayawardhanapura, Thalapathpitiya – 0112779487<br />
•	Batticalo – 0652222261<br />
•	Rathnapura &#8211; 0452222261</p>
<p><code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5884184969893390";
/* 300x250, created 8/16/10 */
google_ad_slot = "8802081437";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</code><br />
<strong>Private Nursing Training Institutes</strong></p>
<p>There number of private training schools in Sri Lanka. Some training  institutes obtained permission from tertiary and vocational educational commission. Training period vary acording to the authority. Normally it’s one year.<br />
 Particular qualified schools should get permission from provincial councils. </p>
<p>List of some Private Nursing Schools</p>
<p>•	New Medicare (pvt) Nursing School<br />
•	Path Medical Academy, Nugegoda.<br />
•	Siyana Nursing School, Weyangoda.<br />
•	Pvt Nursing School Kurunegala.<br />
•	Meth Sewana Nursing School Kuliyapitiya.<br />
•	Co-Operative Nursing School, Galle.<br />
Nursing Schools are also situated at Anuradhapura, Kandy(4), Rathmalana, Colombo and Rathnapura.</p>
<p>Related Posts:<br />
<a href="http://studentlanka.com/2011/04/11/become-a-nurse-follow-training-at-ministry-of-health-nursing-school/">Become a Nurse – Follow Training at Ministry of Health Nursing School</a><br />
<a href="http://studentlanka.com/2007/08/24/carriers-medical/">Careers in Medical Sector</a><br />
<a href="http://studentlanka.com/2010/01/14/ten-things-to-consider-when-choosing-a-foreign-medical-degree-medicine-program/">Ten things to consider when choosing a Foreign Medical degree</a><br />
<a href="http://studentlanka.com/2007/04/19/courses-after-advaned-level/">Courses you can do after Advanced Level</a><br />
<a href="http://studentlanka.com/2010/07/31/the-open-university-of-sri-lanka/">Open university of Sri Lanka</a><br />
<a href="http://studentlanka.com/2010/06/24/find-government-jobs-exams-courses-from-government-gazette/">Find government jobs, courses from Government Gazette/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://studentlanka.com/2010/11/11/career-in-nursing-enter-a-nursing-school-and-become-a-nurse/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

