SlideShare uma empresa Scribd logo
1 de 76
Information Technology
                            And Its Applications




   www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Remember
world wide
                         file
   web
                      transfer
         Internet


      communication




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!


                                                                       SQL




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!


                                                                       SQL




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!


                                                                       SQL




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!


                                                                       SQL




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Confusing? No!


                                                                       SQL




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML
HyperText Markup Language (HTML) is the main markup language for
displaying web pages and other information that can be displayed in a web
browser.




              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML
HyperText Markup Language (HTML) is the main markup language for
displaying web pages and other information that can be displayed in a web
browser.
HTML is written in the form of HTML elements consisting of tags enclosed in
angle brackets (like <html>), within the web page content. HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags, known as
empty elements, are unpaired, for example <img>. In between these tags web
designers can add text, tags, comments and other types of text-based content.




              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML
HyperText Markup Language (HTML) is the main markup language for
displaying web pages and other information that can be displayed in a web
browser.
HTML is written in the form of HTML elements consisting of tags enclosed in
angle brackets (like <html>), within the web page content. HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags, known as
empty elements, are unpaired, for example <img>. In between these tags web
designers can add text, tags, comments and other types of text-based content.

HTML is developed by the world wide web consortium. The latest
development, HTML 5, was introduced in 2010.




              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML
HyperText Markup Language (HTML) is the main markup language for
displaying web pages and other information that can be displayed in a web
browser.
HTML is written in the form of HTML elements consisting of tags enclosed in
angle brackets (like <html>), within the web page content. HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags, known as
empty elements, are unpaired, for example <img>. In between these tags web
designers can add text, tags, comments and other types of text-based content.

HTML is developed by the world wide web consortium. The latest
development, HTML 5, was introduced in 2010.

In order to display HTML correctly you need a web browser which reads the
documents and composes them into visible or audible web pages. The
browser does not display the HTML tags, but uses the tags to interpret the
content of the page.



              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to HTML
HyperText Markup Language (HTML) is the main markup language for
displaying web pages and other information that can be displayed in a web
browser.
HTML is written in the form of HTML elements consisting of tags enclosed in
angle brackets (like <html>), within the web page content. HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags, known as
empty elements, are unpaired, for example <img>. In between these tags web
designers can add text, tags, comments and other types of text-based content.

HTML is developed by the world wide web consortium. The latest
development, HTML 5, was introduced in 2010.

In order to display HTML correctly you need a web browser which reads the
documents and composes them into visible or audible web pages. The
browser does not display the HTML tags, but uses the tags to interpret the
content of the page.



              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>




   www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
               <h2>a sub-headline would look like this</h2>




   www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>




    www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>

<p>A second <b>one</b> like this.</p>




    www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                 <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>

<p>A second <b>one</b> like this.</p>

You can also <a href=”http://sayfun.me”> link </a> to other websites.




     www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                 <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>

<p>A second <b>one</b> like this.</p>

You can also <a href=”http://sayfun.me”> link </a> to other websites.

Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-
ash4/429495_327220157324593_1774362222_n.jpg” width=”300”
height=”500” />




     www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                 <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>

<p>A second <b>one</b> like this.</p>

You can also <a href=”http://sayfun.me”> link </a> to other websites.

Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-
ash4/429495_327220157324593_1774362222_n.jpg” width=”300”
height=”500” />
One of the most important tags is the <div> </div> tag. It allows you to move
everything in between around your website




     www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML
<h1>This is how you mark a headline</h1>
                 <h2>a sub-headline would look like this</h2>

<p>Paragraphs would look like this<p>

<p>A second <b>one</b> like this.</p>

You can also <a href=”http://sayfun.me”> link </a> to other websites.

Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-
ash4/429495_327220157324593_1774362222_n.jpg” width=”300”
height=”500” />
One of the most important tags is the <div> </div> tag. It allows you to move
everything in between around your website

  <div align=”left”>                                  <div align=”center”>                                <div align=”right”>
  Left aligned </div>                                 Centered Text</div>                                 right aligned </div>


     www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on HTML

Now you....create a website in html with headlines, paragraphs, links, images...

When you are ready: Save file as NAME.html                                                      upload sayfun.me via ftp.

Find a html-tag on your own and use it in your website.




         www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting) of a document written in
a markup language. Its most common application is to style web pages written
in HTML




              www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting) of a document written in
a markup language. Its most common application is to style web pages written
in HTML
CSS is designed primarily to enable the separation of document content
(written in HTML or a similar markup language) from document presentation,
including elements such as the layout, colors, and fonts. This separation can
improve content accessibility, provide more flexibility and control in the
specification of presentation characteristics, enable multiple pages to share
formatting, and reduce complexity and repetition in the structural content (such
as by allowing for tableless web design).




               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting) of a document written in
a markup language. Its most common application is to style web pages written
in HTML
CSS is designed primarily to enable the separation of document content
(written in HTML or a similar markup language) from document presentation,
including elements such as the layout, colors, and fonts. This separation can
improve content accessibility, provide more flexibility and control in the
specification of presentation characteristics, enable multiple pages to share
formatting, and reduce complexity and repetition in the structural content (such
as by allowing for tableless web design).

The CSS specifications are maintained by the World Wide Web Consortium
(W3C).




               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting) of a document written in
a markup language. Its most common application is to style web pages written
in HTML
CSS is designed primarily to enable the separation of document content
(written in HTML or a similar markup language) from document presentation,
including elements such as the layout, colors, and fonts. This separation can
improve content accessibility, provide more flexibility and control in the
specification of presentation characteristics, enable multiple pages to share
formatting, and reduce complexity and repetition in the structural content (such
as by allowing for tableless web design).

The CSS specifications are maintained by the World Wide Web Consortium
(W3C).

<link rel="stylesheet" href="http://example.com/css/style.css"
type="text/css" />


               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Intro to CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting) of a document written in
a markup language. Its most common application is to style web pages written
in HTML
CSS is designed primarily to enable the separation of document content
(written in HTML or a similar markup language) from document presentation,
including elements such as the layout, colors, and fonts. This separation can
improve content accessibility, provide more flexibility and control in the
specification of presentation characteristics, enable multiple pages to share
formatting, and reduce complexity and repetition in the structural content (such
as by allowing for tableless web design).

The CSS specifications are maintained by the World Wide Web Consortium
(W3C).

<link rel="stylesheet" href="http://example.com/css/style.css"
type="text/css" />

                           that’s how you insert a css file in your html website

               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on CSS




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on CSS
body
{
background-color:#d0e4fe;

background-image:url('NAME.png');}

h1
{
color:orange;
text-align:center;
}

p
{
font-family:"Times New Roman";
font-size:20px;
}

               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on CSS
body
{
background-color:#d0e4fe;
                                                                              main part of website
background-image:url('NAME.png');}

h1
{
color:orange;
text-align:center;
}

p
{
font-family:"Times New Roman";
font-size:20px;
}

               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on CSS
body
{
background-color:#d0e4fe;
                                                                              main part of website
background-image:url('NAME.png');}

h1
{
color:orange;                                                                                headlines
text-align:center;
}

p
{
font-family:"Times New Roman";
font-size:20px;
}

               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Hands on CSS
body
{
background-color:#d0e4fe;
                                                                              main part of website
background-image:url('NAME.png');}

h1
{
color:orange;                                                                                headlines
text-align:center;
}

p
{
font-family:"Times New Roman";
font-size:20px;
                                                                                         paragraphs
}

               www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website
               HTML




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website
               HTML                                   CSS




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website
               HTML                                   CSS                           Pictures




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                Website
               HTML                                   CSS                           Pictures                              Movies




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                          Website
 How to                  HTML                                   CSS                           Pictures                              Movies
change?




          www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                          Website
 How to                  HTML                                   CSS                           Pictures                              Movies
change?
                           Change text, html, css, pictures, movies -> upload
                                                                                    ??




          www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                          Website
 How to                  HTML                                   CSS                           Pictures                              Movies
change?
                           Change text, html, css, pictures, movies -> upload
                                                                                    ??

                                        Content Management System




          www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                          Website
 How to                  HTML                                   CSS                           Pictures                              Movies
change?
                           Change text, html, css, pictures, movies -> upload
                                        Content Management System
                                                                                    ??




          www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                           Website
  How to                  HTML                                   CSS                           Pictures                              Movies
 change?
                            Change text, html, css, pictures, movies -> upload
                                         Content Management System
                                                                                     ??

>> A software application used to upload, edit and manage
content displayed on a website. It provides a collection of
procedures used to manage workflow in a collaborative
environment.


           www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
CMS
                                                                           Website
  How to                  HTML                                   CSS                           Pictures                              Movies
 change?
                            Change text, html, css, pictures, movies -> upload
                                         Content Management System
                                                                                     ??

>> A software application used to upload, edit and manage
content displayed on a website. It provides a collection of
procedures used to manage workflow in a collaborative
environment.

Examples are....
           www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s CMS
           RSU.My-Thai.org/wp-admin


        Assignment: create a blog post
        with video, link & picture in it.




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
More Technology
     Flash                                 XML                                          Ajax                               Languages
Design Technology                  Communication                                  Communication
                                    Technology                                     Technology
  Used to ‘style’                                                                                                           PHP, Ruby, Perl,
 websites. Mainly             Used to ease up the                                Used to ease up                            ASP.NET, Java,
 used for: Videos,            transfer of big data                               communication                             JavaScript, C, C#
                                                                                between server &
Games & Magazines              sets. Readable for
                                                                                    website.
                                   computers.                                                                             and many more...
    Faces hard
                                                                           Shows new information
  competition with            Examples: Sitemaps,                           without reloading the
     HTML 5                      Customer lists                                   website




             www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

          Java
                   VisualBasic

      ASP.Net




www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

          Java
                   VisualBasic

      ASP.Net


                                                                      upload
                                                                       files


                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

          Java
                   VisualBasic

      ASP.Net


                                                                      upload
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net
                                                                                          Databases
                                                                                            (SQL)

                                                                      upload
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

                                                                  communication
                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net
                                                                                          Databases
                                                                                            (SQL)

                                                                      upload
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

                                                                  communication
                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net
                                                                                          Databases
                                                                                            (SQL)

                                                                      upload
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat

                                                                  communication
                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net                 Flash                                                       Databases
                            php                                                             (SQL)

                                       HTML                           upload
                           CSS
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat
                    create
                   websites                                       communication
                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net                 Flash                                                       Databases
                            php                                                             (SQL)

                                       HTML                           upload
                           CSS
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Let’s repeat
                    create
                   websites                                       communication
                                                                           protocols (http(s),
          Java                                                                 ftp, etc...)
                   VisualBasic
                                                                                    IP (127.56.402.20)
      ASP.Net                       awesome
                              Flash                                                       Databases
                            php
                                     Website                                                (SQL)

                                       HTML                           upload
                           CSS
                                                                       files

                                                    CMS
                                    Edit existing websites /
                                          add content



www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
Call me, maybe
    Name :	     	    AJ Sascha Funk

	   Address : 	 RIC Main Office, 2nd floor

	   Email : 	        info@sayfun.me || facebook.com/SaschaFunk

	   Phone :          02-997-2200 Ext. 4016, 082 101 328 9



    Script:         http://sayfun.me/students-stuff/RIC/


              Final Exam:
                   17
              September




                     www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College

Mais conteúdo relacionado

Destaque

Blerta Interpreter 1
Blerta Interpreter 1Blerta Interpreter 1
Blerta Interpreter 1Blerta
 
Tests & trials in the baha'i faith
Tests & trials in the baha'i faithTests & trials in the baha'i faith
Tests & trials in the baha'i faithBijan masumian
 
You say you want a revolution
You say you want a revolutionYou say you want a revolution
You say you want a revolutionJason Dunstone
 
生命教育--4塊糖的省思
生命教育--4塊糖的省思生命教育--4塊糖的省思
生命教育--4塊糖的省思chen bowei
 
User Zoom Webinar Monster Aug09 Vf
User Zoom Webinar Monster Aug09 VfUser Zoom Webinar Monster Aug09 Vf
User Zoom Webinar Monster Aug09 VfUserZoom
 
Knowledge Center
Knowledge CenterKnowledge Center
Knowledge CenterMonty Kalsi
 
New Directions In Russian Private Equity
New Directions In Russian Private EquityNew Directions In Russian Private Equity
New Directions In Russian Private EquityThomas Nastas
 
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...Combining Quantitative & Qualitative Data in a Single Large scale User Resear...
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...UserZoom
 
Graphic Design Portfolio
Graphic Design PortfolioGraphic Design Portfolio
Graphic Design Portfoliosdingwall
 
Reputation snapshot for the banking industry, 2012, final
Reputation snapshot for the banking industry, 2012, finalReputation snapshot for the banking industry, 2012, final
Reputation snapshot for the banking industry, 2012, finalDamjana Kocjanc
 
Rims Metal and Mining Session talk by F+C Oboni, Riskope
Rims Metal and Mining Session talk by F+C Oboni, RiskopeRims Metal and Mining Session talk by F+C Oboni, Riskope
Rims Metal and Mining Session talk by F+C Oboni, RiskopeOboni Riskope Associates Inc.
 
Mobile UX Research: Travel Consumer Preferences for Mobile and Tablet
Mobile UX Research: Travel Consumer Preferences for Mobile and TabletMobile UX Research: Travel Consumer Preferences for Mobile and Tablet
Mobile UX Research: Travel Consumer Preferences for Mobile and TabletUserZoom
 
Molecular symmetry and specialization of atomic connectivity by class-based r...
Molecular symmetry and specialization of atomic connectivity by class-based r...Molecular symmetry and specialization of atomic connectivity by class-based r...
Molecular symmetry and specialization of atomic connectivity by class-based r...Michel Dumontier
 
Pride Law Fund Auction Catalog 2009
Pride Law Fund Auction Catalog 2009Pride Law Fund Auction Catalog 2009
Pride Law Fund Auction Catalog 2009Gallery560
 

Destaque (20)

Juan Barreto
Juan BarretoJuan Barreto
Juan Barreto
 
Blerta Interpreter 1
Blerta Interpreter 1Blerta Interpreter 1
Blerta Interpreter 1
 
Tests & trials in the baha'i faith
Tests & trials in the baha'i faithTests & trials in the baha'i faith
Tests & trials in the baha'i faith
 
You say you want a revolution
You say you want a revolutionYou say you want a revolution
You say you want a revolution
 
生命教育--4塊糖的省思
生命教育--4塊糖的省思生命教育--4塊糖的省思
生命教育--4塊糖的省思
 
Report z Vyškov
Report z VyškovReport z Vyškov
Report z Vyškov
 
User Zoom Webinar Monster Aug09 Vf
User Zoom Webinar Monster Aug09 VfUser Zoom Webinar Monster Aug09 Vf
User Zoom Webinar Monster Aug09 Vf
 
Knowledge Center
Knowledge CenterKnowledge Center
Knowledge Center
 
New Directions In Russian Private Equity
New Directions In Russian Private EquityNew Directions In Russian Private Equity
New Directions In Russian Private Equity
 
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...Combining Quantitative & Qualitative Data in a Single Large scale User Resear...
Combining Quantitative & Qualitative Data in a Single Large scale User Resear...
 
Graphic Design Portfolio
Graphic Design PortfolioGraphic Design Portfolio
Graphic Design Portfolio
 
Stripgenerator
StripgeneratorStripgenerator
Stripgenerator
 
Social Media Summit
Social Media SummitSocial Media Summit
Social Media Summit
 
Reputation snapshot for the banking industry, 2012, final
Reputation snapshot for the banking industry, 2012, finalReputation snapshot for the banking industry, 2012, final
Reputation snapshot for the banking industry, 2012, final
 
Rims Metal and Mining Session talk by F+C Oboni, Riskope
Rims Metal and Mining Session talk by F+C Oboni, RiskopeRims Metal and Mining Session talk by F+C Oboni, Riskope
Rims Metal and Mining Session talk by F+C Oboni, Riskope
 
Connexions Roy 2013
Connexions Roy 2013Connexions Roy 2013
Connexions Roy 2013
 
Mobile UX Research: Travel Consumer Preferences for Mobile and Tablet
Mobile UX Research: Travel Consumer Preferences for Mobile and TabletMobile UX Research: Travel Consumer Preferences for Mobile and Tablet
Mobile UX Research: Travel Consumer Preferences for Mobile and Tablet
 
Vincentvan Gogh
Vincentvan GoghVincentvan Gogh
Vincentvan Gogh
 
Molecular symmetry and specialization of atomic connectivity by class-based r...
Molecular symmetry and specialization of atomic connectivity by class-based r...Molecular symmetry and specialization of atomic connectivity by class-based r...
Molecular symmetry and specialization of atomic connectivity by class-based r...
 
Pride Law Fund Auction Catalog 2009
Pride Law Fund Auction Catalog 2009Pride Law Fund Auction Catalog 2009
Pride Law Fund Auction Catalog 2009
 

Semelhante a IT for Nursing - 5

Information technology & its applications - 1
Information technology & its applications - 1Information technology & its applications - 1
Information technology & its applications - 1Sascha Funk
 
IT for Nurisng - Web 2.0
IT for Nurisng - Web 2.0IT for Nurisng - Web 2.0
IT for Nurisng - Web 2.0Sascha Funk
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesMathieu d'Aquin
 
Semantic.edu, an introduction
Semantic.edu, an introductionSemantic.edu, an introduction
Semantic.edu, an introductionBryan Alexander
 
open univeristy
open univeristyopen univeristy
open univeristyopenwise
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarSivakumar R D .
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarSivakumar R D .
 
Teaching and Learning in Virtual Worlds
Teaching and Learning in Virtual WorldsTeaching and Learning in Virtual Worlds
Teaching and Learning in Virtual WorldsRinda Montgomery
 
Handasa Arabia Organization
Handasa Arabia OrganizationHandasa Arabia Organization
Handasa Arabia OrganizationJamil AlKhatib
 
Stamford International University IT Orientation 3/2016
Stamford International University IT Orientation 3/2016Stamford International University IT Orientation 3/2016
Stamford International University IT Orientation 3/2016Mintra Ruensuk
 
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Sergio Fernández
 
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...SIVAKUMAR301575
 
International Journal of Recent Advances in Mechanical Engineering (IJMECH)
International Journal of Recent Advances in Mechanical Engineering (IJMECH)International Journal of Recent Advances in Mechanical Engineering (IJMECH)
International Journal of Recent Advances in Mechanical Engineering (IJMECH)ijfcst journal
 
Introduction to data mining
Introduction to data miningIntroduction to data mining
Introduction to data miningTaha Mokfi
 
Indusrial trainning Report presentation
Indusrial trainning Report presentationIndusrial trainning Report presentation
Indusrial trainning Report presentationAbdulafeez Fasasi
 
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSssuserb054d21
 
Creación de Mashups usando FIWARE (#CPMX6)
Creación de Mashups usando FIWARE (#CPMX6)Creación de Mashups usando FIWARE (#CPMX6)
Creación de Mashups usando FIWARE (#CPMX6)Álvaro Arranz García
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internetstreetman921
 
New faculty orientation slides fall 2015
New faculty orientation slides fall 2015New faculty orientation slides fall 2015
New faculty orientation slides fall 2015Kristen T
 
Using IATI datasets for communication: Where can we improve?
Using IATI datasets for communication: Where can we improve?Using IATI datasets for communication: Where can we improve?
Using IATI datasets for communication: Where can we improve?Marten Schoonman
 

Semelhante a IT for Nursing - 5 (20)

Information technology & its applications - 1
Information technology & its applications - 1Information technology & its applications - 1
Information technology & its applications - 1
 
IT for Nurisng - Web 2.0
IT for Nurisng - Web 2.0IT for Nurisng - Web 2.0
IT for Nurisng - Web 2.0
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data Technologies
 
Semantic.edu, an introduction
Semantic.edu, an introductionSemantic.edu, an introduction
Semantic.edu, an introduction
 
open univeristy
open univeristyopen univeristy
open univeristy
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar
 
Teaching and Learning in Virtual Worlds
Teaching and Learning in Virtual WorldsTeaching and Learning in Virtual Worlds
Teaching and Learning in Virtual Worlds
 
Handasa Arabia Organization
Handasa Arabia OrganizationHandasa Arabia Organization
Handasa Arabia Organization
 
Stamford International University IT Orientation 3/2016
Stamford International University IT Orientation 3/2016Stamford International University IT Orientation 3/2016
Stamford International University IT Orientation 3/2016
 
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
 
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...
Computer Networking - A Top-down Approach by James F. Kurose, Keith W. Ross (...
 
International Journal of Recent Advances in Mechanical Engineering (IJMECH)
International Journal of Recent Advances in Mechanical Engineering (IJMECH)International Journal of Recent Advances in Mechanical Engineering (IJMECH)
International Journal of Recent Advances in Mechanical Engineering (IJMECH)
 
Introduction to data mining
Introduction to data miningIntroduction to data mining
Introduction to data mining
 
Indusrial trainning Report presentation
Indusrial trainning Report presentationIndusrial trainning Report presentation
Indusrial trainning Report presentation
 
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
 
Creación de Mashups usando FIWARE (#CPMX6)
Creación de Mashups usando FIWARE (#CPMX6)Creación de Mashups usando FIWARE (#CPMX6)
Creación de Mashups usando FIWARE (#CPMX6)
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internet
 
New faculty orientation slides fall 2015
New faculty orientation slides fall 2015New faculty orientation slides fall 2015
New faculty orientation slides fall 2015
 
Using IATI datasets for communication: Where can we improve?
Using IATI datasets for communication: Where can we improve?Using IATI datasets for communication: Where can we improve?
Using IATI datasets for communication: Where can we improve?
 

Mais de Sascha Funk

The Role of Artificial Intelligence (AI) in Communication
The Role of Artificial Intelligence (AI) in CommunicationThe Role of Artificial Intelligence (AI) in Communication
The Role of Artificial Intelligence (AI) in CommunicationSascha Funk
 
Digital Dreams, Cultural Realites | re:publica 2023
Digital Dreams, Cultural Realites | re:publica 2023Digital Dreams, Cultural Realites | re:publica 2023
Digital Dreams, Cultural Realites | re:publica 2023Sascha Funk
 
Personal branding (for lawyers) in 2020
Personal branding (for lawyers) in 2020Personal branding (for lawyers) in 2020
Personal branding (for lawyers) in 2020Sascha Funk
 
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...Sascha Funk
 
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...Sascha Funk
 
New Media Paradigms in a Changing Society
New Media Paradigms in a Changing SocietyNew Media Paradigms in a Changing Society
New Media Paradigms in a Changing SocietySascha Funk
 
Blink - Let your ideas Blink - EdTech & New Media - Student Project
Blink - Let your ideas Blink - EdTech & New Media - Student ProjectBlink - Let your ideas Blink - EdTech & New Media - Student Project
Blink - Let your ideas Blink - EdTech & New Media - Student ProjectSascha Funk
 
EdTech & New Media
EdTech & New Media EdTech & New Media
EdTech & New Media Sascha Funk
 
Intro to Business Organization
Intro to Business OrganizationIntro to Business Organization
Intro to Business OrganizationSascha Funk
 
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...Sascha Funk
 
(Online) Censorship in Southeast Asia | #rp15
(Online) Censorship in Southeast Asia | #rp15(Online) Censorship in Southeast Asia | #rp15
(Online) Censorship in Southeast Asia | #rp15Sascha Funk
 
Intro to Social Media
Intro to Social MediaIntro to Social Media
Intro to Social MediaSascha Funk
 
Socialmediastenden
SocialmediastendenSocialmediastenden
SocialmediastendenSascha Funk
 
IT for Nursing @ RIC - 5
IT for Nursing @ RIC - 5IT for Nursing @ RIC - 5
IT for Nursing @ RIC - 5Sascha Funk
 
Information Technology and Its Applications - nursing - social networks - 3
Information Technology and Its Applications - nursing - social networks - 3Information Technology and Its Applications - nursing - social networks - 3
Information Technology and Its Applications - nursing - social networks - 3Sascha Funk
 
Information Technology & Its Applications - 2
Information Technology & Its Applications - 2Information Technology & Its Applications - 2
Information Technology & Its Applications - 2Sascha Funk
 
Social Media for Thai English Students - Basic 1
Social Media for Thai English Students - Basic 1Social Media for Thai English Students - Basic 1
Social Media for Thai English Students - Basic 1Sascha Funk
 
Dreams & how to achieve them
Dreams & how to achieve themDreams & how to achieve them
Dreams & how to achieve themSascha Funk
 
Punctuation Marks
Punctuation MarksPunctuation Marks
Punctuation MarksSascha Funk
 
Unternehmenskommunikation 2.0
Unternehmenskommunikation 2.0Unternehmenskommunikation 2.0
Unternehmenskommunikation 2.0Sascha Funk
 

Mais de Sascha Funk (20)

The Role of Artificial Intelligence (AI) in Communication
The Role of Artificial Intelligence (AI) in CommunicationThe Role of Artificial Intelligence (AI) in Communication
The Role of Artificial Intelligence (AI) in Communication
 
Digital Dreams, Cultural Realites | re:publica 2023
Digital Dreams, Cultural Realites | re:publica 2023Digital Dreams, Cultural Realites | re:publica 2023
Digital Dreams, Cultural Realites | re:publica 2023
 
Personal branding (for lawyers) in 2020
Personal branding (for lawyers) in 2020Personal branding (for lawyers) in 2020
Personal branding (for lawyers) in 2020
 
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...
INCT 2019 - New Media Paradigms and their influence on Digital Activism and t...
 
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...
EduTech Asia 2018 - EdTech in Higher Ed | Classroom & lectures applications a...
 
New Media Paradigms in a Changing Society
New Media Paradigms in a Changing SocietyNew Media Paradigms in a Changing Society
New Media Paradigms in a Changing Society
 
Blink - Let your ideas Blink - EdTech & New Media - Student Project
Blink - Let your ideas Blink - EdTech & New Media - Student ProjectBlink - Let your ideas Blink - EdTech & New Media - Student Project
Blink - Let your ideas Blink - EdTech & New Media - Student Project
 
EdTech & New Media
EdTech & New Media EdTech & New Media
EdTech & New Media
 
Intro to Business Organization
Intro to Business OrganizationIntro to Business Organization
Intro to Business Organization
 
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...
University Students Fighting World Hunger - Slacktivism vs. Activism. Does a ...
 
(Online) Censorship in Southeast Asia | #rp15
(Online) Censorship in Southeast Asia | #rp15(Online) Censorship in Southeast Asia | #rp15
(Online) Censorship in Southeast Asia | #rp15
 
Intro to Social Media
Intro to Social MediaIntro to Social Media
Intro to Social Media
 
Socialmediastenden
SocialmediastendenSocialmediastenden
Socialmediastenden
 
IT for Nursing @ RIC - 5
IT for Nursing @ RIC - 5IT for Nursing @ RIC - 5
IT for Nursing @ RIC - 5
 
Information Technology and Its Applications - nursing - social networks - 3
Information Technology and Its Applications - nursing - social networks - 3Information Technology and Its Applications - nursing - social networks - 3
Information Technology and Its Applications - nursing - social networks - 3
 
Information Technology & Its Applications - 2
Information Technology & Its Applications - 2Information Technology & Its Applications - 2
Information Technology & Its Applications - 2
 
Social Media for Thai English Students - Basic 1
Social Media for Thai English Students - Basic 1Social Media for Thai English Students - Basic 1
Social Media for Thai English Students - Basic 1
 
Dreams & how to achieve them
Dreams & how to achieve themDreams & how to achieve them
Dreams & how to achieve them
 
Punctuation Marks
Punctuation MarksPunctuation Marks
Punctuation Marks
 
Unternehmenskommunikation 2.0
Unternehmenskommunikation 2.0Unternehmenskommunikation 2.0
Unternehmenskommunikation 2.0
 

Último

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Último (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

IT for Nursing - 5

  • 1. Information Technology And Its Applications www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 2. Remember www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 3. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 4. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 5. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 6. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 7. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 8. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 9. Remember world wide file web transfer Internet communication www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 10. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 11. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 12. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 13. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 14. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 15. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 16. Confusing? No! www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 17. Confusing? No! SQL www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 18. Confusing? No! SQL www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 19. Confusing? No! SQL www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 20. Confusing? No! SQL www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 21. Confusing? No! SQL www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 22. Intro to HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 23. Intro to HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 24. Intro to HTML HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 25. Intro to HTML HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. In between these tags web designers can add text, tags, comments and other types of text-based content. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 26. Intro to HTML HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. In between these tags web designers can add text, tags, comments and other types of text-based content. HTML is developed by the world wide web consortium. The latest development, HTML 5, was introduced in 2010. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 27. Intro to HTML HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. In between these tags web designers can add text, tags, comments and other types of text-based content. HTML is developed by the world wide web consortium. The latest development, HTML 5, was introduced in 2010. In order to display HTML correctly you need a web browser which reads the documents and composes them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 28. Intro to HTML HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. In between these tags web designers can add text, tags, comments and other types of text-based content. HTML is developed by the world wide web consortium. The latest development, HTML 5, was introduced in 2010. In order to display HTML correctly you need a web browser which reads the documents and composes them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 29. Hands on HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 30. Hands on HTML <h1>This is how you mark a headline</h1> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 31. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 32. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 33. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> <p>A second <b>one</b> like this.</p> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 34. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> <p>A second <b>one</b> like this.</p> You can also <a href=”http://sayfun.me”> link </a> to other websites. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 35. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> <p>A second <b>one</b> like this.</p> You can also <a href=”http://sayfun.me”> link </a> to other websites. Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak- ash4/429495_327220157324593_1774362222_n.jpg” width=”300” height=”500” /> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 36. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> <p>A second <b>one</b> like this.</p> You can also <a href=”http://sayfun.me”> link </a> to other websites. Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak- ash4/429495_327220157324593_1774362222_n.jpg” width=”300” height=”500” /> One of the most important tags is the <div> </div> tag. It allows you to move everything in between around your website www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 37. Hands on HTML <h1>This is how you mark a headline</h1> <h2>a sub-headline would look like this</h2> <p>Paragraphs would look like this<p> <p>A second <b>one</b> like this.</p> You can also <a href=”http://sayfun.me”> link </a> to other websites. Or insert images <img src=”https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak- ash4/429495_327220157324593_1774362222_n.jpg” width=”300” height=”500” /> One of the most important tags is the <div> </div> tag. It allows you to move everything in between around your website <div align=”left”> <div align=”center”> <div align=”right”> Left aligned </div> Centered Text</div> right aligned </div> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 38. Hands on HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 39. Hands on HTML Now you....create a website in html with headlines, paragraphs, links, images... When you are ready: Save file as NAME.html upload sayfun.me via ftp. Find a html-tag on your own and use it in your website. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 40. Intro to CSS www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 41. Intro to CSS www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 42. Intro to CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 43. Intro to CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 44. Intro to CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). The CSS specifications are maintained by the World Wide Web Consortium (W3C). www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 45. Intro to CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). The CSS specifications are maintained by the World Wide Web Consortium (W3C). <link rel="stylesheet" href="http://example.com/css/style.css" type="text/css" /> www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 46. Intro to CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). The CSS specifications are maintained by the World Wide Web Consortium (W3C). <link rel="stylesheet" href="http://example.com/css/style.css" type="text/css" /> that’s how you insert a css file in your html website www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 47. Hands on CSS www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 48. Hands on CSS body { background-color:#d0e4fe; background-image:url('NAME.png');} h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 49. Hands on CSS body { background-color:#d0e4fe; main part of website background-image:url('NAME.png');} h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 50. Hands on CSS body { background-color:#d0e4fe; main part of website background-image:url('NAME.png');} h1 { color:orange; headlines text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 51. Hands on CSS body { background-color:#d0e4fe; main part of website background-image:url('NAME.png');} h1 { color:orange; headlines text-align:center; } p { font-family:"Times New Roman"; font-size:20px; paragraphs } www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 52. CMS www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 53. CMS Website www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 54. CMS Website www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 55. CMS Website HTML www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 56. CMS Website HTML CSS www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 57. CMS Website HTML CSS Pictures www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 58. CMS Website HTML CSS Pictures Movies www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 59. CMS Website How to HTML CSS Pictures Movies change? www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 60. CMS Website How to HTML CSS Pictures Movies change? Change text, html, css, pictures, movies -> upload ?? www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 61. CMS Website How to HTML CSS Pictures Movies change? Change text, html, css, pictures, movies -> upload ?? Content Management System www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 62. CMS Website How to HTML CSS Pictures Movies change? Change text, html, css, pictures, movies -> upload Content Management System ?? www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 63. CMS Website How to HTML CSS Pictures Movies change? Change text, html, css, pictures, movies -> upload Content Management System ?? >> A software application used to upload, edit and manage content displayed on a website. It provides a collection of procedures used to manage workflow in a collaborative environment. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 64. CMS Website How to HTML CSS Pictures Movies change? Change text, html, css, pictures, movies -> upload Content Management System ?? >> A software application used to upload, edit and manage content displayed on a website. It provides a collection of procedures used to manage workflow in a collaborative environment. Examples are.... www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 65. Let’s CMS RSU.My-Thai.org/wp-admin Assignment: create a blog post with video, link & picture in it. www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 66. More Technology Flash XML Ajax Languages Design Technology Communication Communication Technology Technology Used to ‘style’ PHP, Ruby, Perl, websites. Mainly Used to ease up the Used to ease up ASP.NET, Java, used for: Videos, transfer of big data communication JavaScript, C, C# between server & Games & Magazines sets. Readable for website. computers. and many more... Faces hard Shows new information competition with Examples: Sitemaps, without reloading the HTML 5 Customer lists website www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 67. Let’s repeat Java VisualBasic ASP.Net www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 68. Let’s repeat Java VisualBasic ASP.Net upload files Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 69. Let’s repeat Java VisualBasic ASP.Net upload files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 70. Let’s repeat protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net Databases (SQL) upload files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 71. Let’s repeat communication protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net Databases (SQL) upload files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 72. Let’s repeat communication protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net Databases (SQL) upload files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 73. Let’s repeat communication protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net Flash Databases php (SQL) HTML upload CSS files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 74. Let’s repeat create websites communication protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net Flash Databases php (SQL) HTML upload CSS files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 75. Let’s repeat create websites communication protocols (http(s), Java ftp, etc...) VisualBasic IP (127.56.402.20) ASP.Net awesome Flash Databases php Website (SQL) HTML upload CSS files CMS Edit existing websites / add content www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College
  • 76. Call me, maybe Name : AJ Sascha Funk Address : RIC Main Office, 2nd floor Email : info@sayfun.me || facebook.com/SaschaFunk Phone : 02-997-2200 Ext. 4016, 082 101 328 9 Script: http://sayfun.me/students-stuff/RIC/ Final Exam: 17 September www.sayfun.me | AJ Sascha Funk | Information Technology & Its Applications | Rangsit University - International College

Notas do Editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  27. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  28. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  29. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  30. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  31. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  32. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  33. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  34. show smultron\nmake own example! http://www.w3schools.com/html/\nupload website to sayfun.me via ftp\n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. 5 more css statements\n
  42. 5 more css statements\n
  43. 5 more css statements\n
  44. 5 more css statements\n
  45. students search for CMS online. examples: wordpress, joomla...\n
  46. students search for CMS online. examples: wordpress, joomla...\n
  47. students search for CMS online. examples: wordpress, joomla...\n
  48. students search for CMS online. examples: wordpress, joomla...\n
  49. students search for CMS online. examples: wordpress, joomla...\n
  50. students search for CMS online. examples: wordpress, joomla...\n
  51. students search for CMS online. examples: wordpress, joomla...\n
  52. students search for CMS online. examples: wordpress, joomla...\n
  53. students search for CMS online. examples: wordpress, joomla...\n
  54. students search for CMS online. examples: wordpress, joomla...\n
  55. students search for CMS online. examples: wordpress, joomla...\n
  56. students search for CMS online. examples: wordpress, joomla...\n
  57. students search for CMS online. examples: wordpress, joomla...\n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. Homework: http://www.google.com/green/storyofsend/desktop/#/over-to-google - present in your own words\n\nnext: online class via hangout - guest lecturer\n\nnext homework: create website: ftp from me\n