Thursday, April 27, 2017

26/04/2017

8TH DAY AT UKI

GIT
    1.git is a version control system.
 
GITHUB
   👧 GITHUB is a web based GIT or version control repository and Internet costing service.


 GITHUB PAGES







👧Seven steps of push a new project.
    1.git init
    2.git remote add origin "URL"
    3.git remote -v
    4.git status
    5.git add "file name"
    6.git commit -m "message"
    7.git push -u origin master

👧If we push a old project we need only four steps.
    1.git status
    2.git add "file name"
    3.git commit -m "message"
    4.git push -u origin master 

👧add the all files
     git add *

👧remove
     git remote rm origin  

Tuesday, April 25, 2017

25/04/2016

SEVENTH DAY AT UKI

1.PERSONAL COACHING 
  •          Norms: commonly accepted behavior.
  •       Entrepreneur : self employer.
  •       Intrapreneur : employees.
  •       organization : set of people who are working towards a common goal. 
  •       cultural diversity in the workplace.
  •       cultural awareness.
  •       forming a team.
  •       Nonverbal communication : body language.
  •  





2.Create A Form



24/04/2017

FIRST  DAY OF SECOND WEEK AT UKI 

1.DNS stands for Domain Name Server.

2.IP stands for Internet Protocol.

3.what is protocol?
         protocol is  a set of rules and regulations.

4.DOM stands for Document Object Model.

5.Difference between HTML4 and HTML5
       

HTML4                          HTML5

 <div id="header"><header>
<div id="menu"><nav>
<div id="content"><section>
<div class="article"><article>
<div id="footer"><footer>









6. Some HTML elements

       <!doc type> - document type


       <body> - contents of web page










   







       <p> - paragraph


        <br> - line breaker

        <hr> - horizontal rule

        <b> - bold

         <i> - italic

            <sub> - subscript








      

            <sup> - superscript








            <u> - underline

            <!--        --> - comment

            <del> - deleted text
        <strong> - important text
            <mark> - marked text
            <ins> - inserted text
            <em> - emphasized text
            <p style="color:blue;">     </p> - text colour
           <h1 style="text-align:center;">     </h1> - alignment
           <h2 style="background-color:blue;">    </h2> - background colour
           <th> - table heading
          <td> - table data
          <tr> - table row




7. <head>
        <title> </title>
        <meta>
    </head>



8. HTML  coding


 


          










Sunday, April 23, 2017

21/04/2017

    Firth Day at UKI

⛅personal coaching
      qualities of a IT field worker:
  •           self directed(don't need supervisor)
  •           self empowered.
  •           flexibility.
  •           open type.
  •           self responsible.
        

1.WEB PAGE
        web page contains text, music,video and images.


















2.WEB BROWSER
      Eg: mozilla
            internet explorer
            safari - IOS
            chrome
            opera
            firefox
            konqueror


3. WEB SERVER
         web server is a software program which serves web pages to web users.
4.WEBSITE
        website is a collection of related web pages.



5.WEB DEVELOPMENT
         1. front design - HTML,CSS
          2. client side - javascript
         3. server side - Node.js,PHP,Ruby,python
         4.database - SQL



       

Thursday, April 20, 2017

20/04/2017

Fourth day at UKI

1.ALGORITHMS
     Steps of solution for problems.       

2.BASIC SYMBOLS OF FLOWCHARTS
    



3.nano
     Internal text editor in terminal.

4.cat
     This is use to show the content of text file in terminal.

5.nano COMMANDS
     save - ctrl+o
     exit - ctrl+x
     cut - ctrl+k
     copy - ctrl+m
     paste - ctrl+u
     delete - ctrl-k

6. nano function keys
   



7.Three types of flow charts
     1.sequence


    2.selection


3.repetition













Wednesday, April 19, 2017

19/04/2017

        Third day at uki.


we learnt basic commands of linux.
     
       ls-list
       cd- change directly
       cd ..-go to back path
       mkdir foldername- create a folder
       rmdir foldername - remove the folder
       touch filename.txt - create a textfile
       rm filename.txt - remove the textfile
      pwd - path working directly
      mv oldfilename.txt newfilename.txt - rename the textfile

we leant about flowcharts and pseudo code.
       operations of a variable:
             1.assignment operation.
             2.read operation.

       advantage of write pseudo code:
             easy to read and write.
        
       input - read/get/input.
       output - write/display/output.
     
       assignment operation
             x=3
             assign 3 to x
             set x equal to 3
       three types of flowcharts:
         1.sequence
             set of instructions.
             process in order.
         2.selection 
             condition(if,else)
    
         3.repetation(while)

18/04/2017

 This is the second day at uki.



1. coaching by Miss.Mathanki.
       first of all she talked about first time when we go to a IT company to work,what are the threats we will meet.
       after that she talked about strengths,weak,opportunities and threats of Jaffna.


2.HTML

   H - Hyper
   T - Text
   M - Markup
   L - Language
 
      
  •       html describes the structure of web pages using markup.
  •       html elements are represented by tags.
  •       <html> - open tag
  •       </html> - closing tag

3.CSS
   C - Cascading 
   S - Style
   S - Sheets
   
  •       CSS can control layout of multiple web pages all at once.

4.javascript
  •        javascript is high level scripting language.
  •        javascript code is written into an HTML page.

5.node js
       node js is an open source.














6.what is computer?
      computer is an electronic machine.

        input data→process→output information

7.interpreter
     translates program one statement at a time.
         eg : python,ruby

8.compiler
     translates program whole statement at a time.
          eg : c,c++

Monday, April 17, 2017

first class of uki-17/04/2017


1.9.00-9.30-introducing our selves.

2.9.30-10.00-playing game.
    vithu anna had a ball and he threw the ball another person.The person told the name who threw the ball(vithu anna's name) We played this game.
3.10.00-11.00-short introduction of IT field.
    
4.11.00-11.30-playing game.

5.11.30-12.00-handover laptops.

6.12.00-1.00-lunch time break.

7.1.00-2.00-create a blog.
    we learned how to create a blog.

8.2.00-4.30-typing practice.
    we practiced fast typing method.

First post

Image result for welcome images



HTML introduction

HTML stands for Hyper Text Markup Language. HTML describes the structure of web page using markup. HTML elements are the building blo...