Powered By Blogger

Total Pageviews

Monday, July 11, 2011

Lesson: Different Websites :)

Hi to all of you again J

Last time we tackled about content, behavior and presentation. Now we will tackle about different websites actually there are 7 websites, the 7 websites are static, dynamic, content managed, Ecommerce, flash, personal and hobby site. We first studied about static, dynamic and personal websites.

Static website is
just you write your material in any word processor and upload it as an .html or .html web page. Static websites are simple in character and can be link easily together. There are many websites that provide free static templates for creating static website. According to your company’s need you can choose among templates and place your content accordingly. The static website is the best and simplest way of establishing your global corporate identity on World Wide Web. With the help of static templates you can make your sites online quickly.

Dynamic website is required to allow users to sort and search records, or to access to parts of the website using a log-in procedure.
It can change every time when they are loaded without making any changes. Can also change their content based on what user do, like clicking on some text or an image. If the information stored in the database changes, the web page connected to the database change accordingly and automatically without human intervention.

Personal website is a World Wide Web pages created by an individual to contain content of a personal nature rather than on behalf of an employer or institution.

These are the three websites after this we will continue to the other websites.
Thanks for reading my blog
J

Sunday, July 10, 2011

Content, Presentation, and Behavior and more :)

 
Hi to all of you again J

Last time we tackled about the Meta, tags and deprecated tags, site folders, attributes and more.
And this is the continuation of it. What are content, presentation and behavior?

Content- It comprises the information the author wishes to convey to his or her audience, and is embedded within HTML or XHTML markup that defines its structure and semantics. Most of the content on the Web today is text, but content can also be provided through images, animations, sound, video, and whatever else an author wants to publish.
Presentation- defines how the content will appear to a human being who accesses the document in one way or another. The conventional way to view a web page is with a regular web browser, of course, but that’s only one of many possible access methods. For example, content can also be converted to synthetic speech for users who have impaired vision or reading difficulties.
Behavior- involves real-time user interaction with the document. This task is normally handled by JavaScript. The interaction can be anything from a trivial validation that ensures a required field is filled in before an order form can be submitted, to sophisticated web applications that work much like ordinary desktop programs.

Thanks for reading my blog hope you like it :)

More Lessonsss :)

Hi to all of you again J

Last time we tackled about site folder, attributes, tags, deprecated tags, syntax of attributes, doctypes, the three main of doctypes, HTML and XHTML. I learned so many about our lesson from our teacher it gives us more knowledge about making a webpage, blogs and more stuff about computer.  Our next lesson is about file names, side structure, basic document structure, content, presentation, behavior, inline and block elements, and the basic HTML tag and the Meta.


Here’s the very minimum that an HTML 4 document should contain, assuming it has CSS and JavaScript linked to it:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script type="text/javascript" src="script.js"></script>
  </head>
  <body>
  </body>
</html>
If you want to be able to process your document as XML, then this minimal XHTML 1 document should be your starting point instead:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="style.css"/>
    <script type="text/javascript" src="script.js"></script>
  </head>
  <body>

We will continue about the meanings of content,presentation, and behavior
Thanks for reading my blog hope you like it :)

Thursday, July 7, 2011

Lessonsss :D

Hi to all of you J

This is my second blog it’s about what I learned in computer. 
My first blog is about myself, personalities, my hobbies, what the things I do, and more things. Our teacher helps us how to make a blog. He helps us in making our blog and how to make designs and more stuff. He reminds us again about the basics tags and deprecated tags. He explained what the meaning of HTML is it is Hyper Text Mark-up Language and more about HTML. Also about the XHTML the meaning of XHTML is Extensible Hypertext Markup Language.

That is what I learned this week. Thanks for reading my blog
J