Tuesday 23 January 2018

High Court of Karnataka Recruitment 2018 | Software Technician | 09 Posts


The high court of Karnataka invited online application for the qualified candidates for the post of Software Technicians Group 'A' Cadre. The number of positions for this requirement is 9. Candidates who passed in B.E/B.Tech/MCA/M.Sc(Cs/Electronics). The selected candidate should go through probation for a period of 2 years.

Selection Criteria:
A written test for 70 marks followed by viva-voce for 30 marks.

Scale of Pay:
Rs.28100- 700- 28800- 800- 33600- 900- 39000- 1050- 45300- 1200-50100 plus allowances.

Fee :  
GM, 2-A, 2-B, 3-A and 3B = Rs.750/-
SC/ST/Category-1 and Physically Challenged = Rs.500/-

Mode of Payment :
Online or Challan Form.

Last Date for submission of application/Payment of fee :
1) To register  / Submit online application : 02.02.2018
2) For Payment of fee through online : 05.02.2018 till 11:59 PM
Or
    For Payment through Challan : 05.02.2018 till bank working hours.

Read More

Wednesday 5 July 2017

Guest Faculty notification announced for DCE and Mysore University Karnataka 2017-18

Department of Collegiate Education (DCE) and Mysore University has invited application for qualified candidates for the post of guest lecture. Candidates who possess the Master degree/Post graduate qualification with or without industrial experience may apply. DCE invited application across the Karnataka whereas Mysore university limited to  University Constituent Colleges, Post-Graduate Departments at Manasagangothri and PostGraduate Centres at Mandya, Hassan and Chamarajanagara.

This is awaited notification since students after their post-graduation who are looking for job in teaching field can apply here. If you are a fresher and looking for long career in teaching field then this is your right choose to select this job. Below are the notification details and important links to apply.


DCE
Mysore University
Qualification
Post Graduate
Post Graduate
Last Date to apply
8th July 2017
6th July 2017
Fee
Free
200Rs/Subject
Without Ph.D./NET/SLET/SET
Can Apply
Can Apply
For More information please read the notification as given below

Notification Links:



Read More

Sunday 2 April 2017

WhatsApp Groups Invite Links - Spam Free and Genuine Groups

Now a days spamming in a WhatsApp group is found common in online public groups but we are trying hard to give you spam free groups. Yes, we are listing a groups which are genuine in nature and contains only what is titled. Make sure once you join take responsibility and  commitments towards our goal.

As we know WhatsApp has exists group chat with a option to join by link. This is a cool feature where any one with a link can join immediately. We go one step ahead and use the different people from different place to join in one place. Knowledge sharing is our main aim of these groups.

All you need to do :
1) Click on the below group links to join.
2) Only share the group link which you know them personally or who doesn't post spam messages.
3) Make sure you are talking about the group title and share your knowledge and experience.
4) Post helpful messages.
Ex: Your experience in interview, and suggestions. Or show us an interesting things you have found recently.
5) If you find spamming messages then immediately bring into our notification by sending a message with hash tag (#spam). We will take a necessary action against your request.

Rules:
Make sure you have read below rules before you join our groups.
Rules should be followed strictly. Breaking below mentioned rules will get you kicked out of the group immediately. 
1) No one should share spamming messages or advertisement or unwanted messages. Like Champcash, wow app,  Rippers, Truebalance etc.
2) It is strictly prohibited that no one should abuse group members or sharing  messaging unnecessarily.
3) We will not encourage ang one to change the Group Name except Admins.
To give is suggestion or feedback then message us with #msc. We will get back to your queries and questions ASAP.
Join now and share it to your friends, colleagues, classmate or family members soon.

List of WhatsApp group links :
1) Web Development
2) Software development
3) M.Sc Cs
4) Jobs In India
5) Walk-ins in Bangalore

*We are adding more groups here so keep on visiting here.
Read More

Thursday 23 March 2017

Basic structure of HTML document

In this article we will discuss on the HTML basics in simple wordings and make to understand. This is helpful for the pure beginners who just started learning about websites or internet. This tutorial will help you to kick start on creating the html pages and running on your browser.

HTML is abbreviated Hyper Text Markup Language and it is the basic part of standard way of creating the webpages and also web applications. HTML elements are like a skeleton of our body which is a solid basic code which contains all the code. HTML has to be written using the markup language with tags normally we use less than “<” and greater than “>” symbol to represent it. 
Ex: <html>

The above tag contains the html element by enclosing the less than and greater than symbols. 
So the above example shows only to start the element and to close the particular element you should use slash “/” in it.
Ex: <html> </html>
That’s all you need to learn! Yes, you should know when to use and where to use the tags inside. The data you need to add in between the tags. Assume you want write new headings in large font then you can use “h1” tag to specify.
Ex:
<h1>The news headings of the day</h1>

Basic structure of HTML:
<html>
  <head>
    <title></title>
  </head>
  <body>
  </body>
</html>

The basic structure of HTML mainly contains two parts they are Head and Body.
Head: The head part mainly contains the title name for the webpage and Meta data of the web page. 
Body: This is the place where used to display on the web browser

In detail we have showed above as a four sub part. 
1) <html> : It refers the HTML document
2) <head>: It contains the required links and other related Meta data of the web document
3) <title>: Name of the webpage
4) <body>: All your contents which is showed to user 

Now we have bunch of other tags which we can use directly on the body section. Refer the below tags and practice it on your own.
Ex: 
<p>Paragraph</p>
<sub>subscripted</sub>
<h2>Heading</h2>
<strong> important text</strong>
<small> smaller text</small>

Practice : 
<pre>, <input>,  <button>, <textarea>, <sup>, <h6>

Read More

Wednesday 22 March 2017

Create your own simple HTML website in just 5 min

You are on the internet now and browsing the webpages. Usually we use browser (Chrome, Mozilla, IE Etc.) to view the contents of webpages. The webpage may contain text, images, audio or video as it supports multiple data to show on any client supported browser.

So one might wonder and have these questions in their mind:
How to create a webpage?
What I need to know?
Where do I need to start?

Creating a webpage is as easy as that. Yes, all you need to have is notepad or any other text editor and a web browser (Chrome, Mozilla or IE).

Steps to create a simple webpage:
1) Open a notepad
2) Add the content which is shown below (but not mandatory)
3) Go to File then click on Save As
4) Provide the File name as “index.html” and select Save as type “All Files”
5) At last click on save button
Once you create a file then you need to open with any existing browser in your machine.
In Browser:
That’s great you are done! You have created an empty page which doesn’t contain any text to show on the browser but you can add so much into your file. Check our next page to know basics of HTML, which tells you how to create and add the tags into the file.  
Read More

Featured post

List of Universities in Karnataka offering M.Sc Computer Science

The post-graduate programme in Computer Science (M.Sc Computer Science) contains two academic years duration and having a four semesters....

Popular Posts

Copyright @ 2011-2022