Martes, Hulyo 2, 2013

Hands-On excercise 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1> JOY J. MACAHILIG </h1>
</body>
</html>
=========================================================================



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<a href=Ԩttps://www.google.com.ph/ԾGoogle</a>
</body>
</html>
 ========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title> Hands-On Exercises 2 </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<ul>
   <li>MONDAY</li>
   <li>TUESDAY</li>
   <li>WEDNESDAY</li>
   <li>THURSDAY</li>
   <li>FRIDAY</li>
   <li>SATURDAY</li>
   <li>SUNDAY</li>
 </ul>
 </body>
</html> 
 ========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<ol>

   <li>HTML</li>
   <li>XML</li>
   <li>XHTML</li>  

</ol>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<html>
</head>
<body>
<h2>NETWORK</h2>
<dl>
<dt><h3>TCP</h3></dt>
<dd>Transmission Control Protocol is a method (protocol) used along with the internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.</dd>
<br></br>
<dt><h3>IP</h3></dt>
<dd>Internet Protocol is the method or protocol by which data is sent from one computer to another on the internet. Each computer on the internet is uniquely identified by an IP address.</dd>
<br></br>
<dt><h3>FTP<h3></dt>
<dd>File Transfer Protocol is a protocol used to exchange files between computers on the Internet.</dd>
<p><a href="http://google.com">Google.com</a></p>
</dl>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Excercises 2</title>
</head>
<body>
<h1>One Direction</h1>
<p><a href="http://www.metrolyrics.com/one-direction-albums-list.html/">One Direction</a></p>
<h2>MEMBERS</h2>
<ul>
<li>Niall Horan &#8211; Vocalist</li>
<li>Harry Styles &#8211; Vocalist</li>
<li>Zayn Malik &#8211; Vocalist</li>
<li>Louis Tomlinson &#8211; Vocalist</li>
<li>Liam Payne &#8211; Vocalist</li>
</ul>
<h2>ALBUMS</h2>
<ol>
<li>Nobody Compares</li>
<li>Gotta be You</li>
<li>The Way Or Another</li>
<li>Over Again</li>
<li>Rock Me</li>
<li>Summer Love</li>
<li>Taken</li>
<li>Tell Me A Lie</li>
<li>Up All Night</li>
<li>What Makes You Beautiful</li>
<li>Take Me Home</li>
<li>Up All Night</li>
<li>The Only Exception</li>
<li>More Than This</li>
<li>Live While Were Young</li>
<li>One Thing</li>
<li>Back For You</li>
<li>I Want</li>
<li>I Wish</li>
<li>I Would</li>
<li>Kiss You</li>
<li>Last Kiss You</li>
</ol>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Love Quote</title>
<h1>LAO TZU</h1>
</head>
<body>
<blockquote>
<p>"Being deeply loved by someone gives you strength, while loving someone deeply gives you courage." </p>
<br>
<a href="http://www.w3.org/WAI">W3C</a>
</br> 
</p></blockquote>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Love Quote</title>
<h1>LAO TZU</h1>
</head>
<body>
<blockquote>
"Being deeply loved by someone gives you strength, while loving someone deeply gives you courage."
</br>
</blockquote>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>RECIPE</title>
</head>
<body>
<h2>Crunchy Corn Relish</h2>
<p><a href="http://www.food.com/recipe/southern-cornmeal-crusted-catfish-with-crunchy-corn-relish-152561">Best Chocolate Chip Cookies Recipe</a></p>
<ul>
<li>1 tablespoon butter</li>
<li>1/4 cup water</li>
<li>4 ears corn kernels cut from the cob</li>
<li>1/4 cup minced red pepper</li>
<li>1/4 cup minced green onion</li>
<li>2 tablespoons half-and-half</li>
<li>salt and pepper</li>
</ul>
<h2>DIRECTIONS</h2>
<ol>
<li>Melt butter in a large skillet.</li>
<li>Add water and corn; cover and simmer for 4 minutes.</li>
<li>Stir in red pepper and cook for 1 additional minute.</li>
<li>Add green onion, half-and-half, and salt and pepper to taste.</li>
</ol>
</body>
</html>


Biyernes, Hunyo 21, 2013

IS 315 --- Hands on Exercise (Interesting Sites for me)

         The sites that catches my interest are the gaming sites like Friv, Kizi, and Z6, I choose this site to post it on my blog because I want to share it with others. This gaming sites are not only for enjoyment but also we can still gain knowledge from it. This 3 gaming sites have similarities because it contains different fun games. This gaming sites serves as my past time everytime I feel bored.

------------------------------♦♦♦♦♦♦♦♦------------------------------

 http://kizi.com/ 






Kizi (http://kizi.com/) - is one of the gaming sites that I like the most because besides of enjoying the games I also learned some ideas from it. This gaming sites was suggested to me by my little brother , and as I visit this site I find it interesting, so every time I get bored I just visit this site. This site is a friendly user because of it's easy and simple instructions that everyone could enjoy. 

_________________________________________________________________________________

 http://friv.com/

Friv(http://friv.com/) - this was the first gaming sites that I enjoyed most, because I find it interesting. This site is more likely on Kizi , because of it's enjoyable games and easy instructions. Same as the Kizi games, I enjoyed and learned from this sites, the strategies and the ideas. This gaming sites is more fun to play. This site was also suggested to me by my little brother who were addicted by computer games.
_________________________________________________________________________________






Z6 (http://z6.com/) - is one of the gaming sites I like to play with, because of it's interesting and challenging games. This gaming sites is also more likely from the Kizi and Friv, it is also a friendly user gaming sites. 


------------------------------♣♣♣♣♣♣♣♣-----------------------------


A. What is the purpose of this site?

              The purpose of this sites is to give enjoyment and entertainment to the users. This could serve as a past time to those who get bored. It can relieve the stress. This is not only for fun but also for learnings.


B. Who is the intended audience?

               The intended audience in this gaming sites are the kids, teenagers or either the adult. This sites does not require age limits, anyone can play.


C. Do you think that the site reaches it's intended audience? Why or Why not?

               Yes, this sites reaches their intended audience because this sites contains different kinds of fun games which can give enjoyment to the user especially to the children and teenagers who feel bored.

D. Is the site useful to you?

               Yes this site is useful to me because it serves as my past time. In this gaming sites I'm not just playing but I can also learn from it. 

E. Would you encourage others to visit this site?

               Yes I would encourage others to visit this gaming sites because I'd like to share this with others so that they can also know about this sites. This sites brings learnings and enjoyment.

F. How could this site be improved?

               This site could be improves by adding new games which is educational and more challenging and fun to play with. And also it can be improve by improving it's design more attractive to the user.















Miyerkules, Hunyo 19, 2013

It's Me :)

HELLO! My name is Joy J. Macahilig. You can call me Dhoi :) ! I'm 18 years of age. Taking up Bachelor of Science in Information System at Carlos Hilado Memorial State College.
It's nice to be here :)