Sunday, July 10, 2011

Second Lesson Is all about Minimal Html. And the third lesson is all about TYPES OF WEBSITES .............

The Breakdown

Every HTML document should start with a <!DOCTYPE> declaration that tells the browser what version of HTML the document is written in. The <!DOCTYPE> required by HTML5 documents is much shorter than those that came before.

Minimal HTML

Introduction

There are a lot of Web pages that aren't worth the time spent loading them. This is in part due to the inexperience of Web page creators; HTML provides designers with a rich set of tools, but little guidance on how to use them effectively. This page is a small attempt to correct this problem, by introducing a practice I call Minimal HTML.
Minimal HTML combines a subset of HTML elements from the HTML 3.2 specification with rules for their use. Its aim is to teach the art of creating Web pages worth reading. To this end, Minimal HTML throws away the parts of the HTML 3.2 specification that deal with presentation, focusing instead on document structure and content. By paying more attention to content, your pages will be more useful to your visitors. Always keep this in mind: search engines index content, not design. By improving content, you increase the chance that people will find and benefit from your creations.
I encourage you to try Minimal HTML. Create a Web page or two, or rewriting existing ones, following its guidelines. Once you've mastered this practice, you should have a better understanding of what is truly important in Web page design.

The Rules of Minimal HTML

Minimal HTML has four types of guidelines: requiredallowedrestricted, and forbidden. These types indicate how a given element is to be used. For example, the <!DOCTYPE> element is required, so it must appear in a page's HTML. Header elements (<hx>) are restricted, which means that they may appear so long as the associated rule is followed.
Note that these are guidelines, and may be ignored in exceptional cases. For example, the prohibition of physical markup tags may be broken when notating equations.

Required

  1. The page must begin with <!DOCTYPE>, which must declare a DTD. The page should validate against that DTD. (For Minimal HTML, we choose the HTML 3.2 DTD.)
  2. The <html><head>, and <title> elements.
  3. The <body> element must be present, although its attributes are forbidden.
  4. <meta> element giving the page's character encoding.
  5. Page content must begin with an <h1> element containing the page's title.
    These first five rules can be turned into a Web page template.
  6. Elements may only occur inside appropriate containers (e.g., <li> may appear only inside <ul> or <ol>).

Allowed

  1. Structural tags (<p><ol><ul><dl><hx> with restrictions)
  2. Semantic text markup tags (<address><cite><code><dfn><kbd><samp><var>)
  3. Links (<a>). Note that the TARGET attribute is not a part of HTML 3.2, and should not be used.
  4. Meta-information (<meta> and <link>)
  5. Images if they are indispensable; altwidth, and height attributes are mandatory.
  6. Logical text markup (<em><strong>et cetera); use sparingly.
  7. Forms.
  8. Preformatted text (<pre>).
  9. Non-numeric HTML 3.2 entities (e.g., &copy;).

First lesson: Site folder,Attributes & Syntax of Attributes,HTML vs. XHTML,Doctypes,Web standard, and Deprecated tags.

Website folders

Website folders provide a convenient way to create and manage a miniature website inside BSCW. Apart from the HTML documents (“pages”) making up the contents of the website, a website folder has two special pages: the home page that is shown when you click on a web­site folder’s icon website folder or name in a folder listing, and the layout page that serves as the stand­ard framework for all other HTML documents of the website folder, thus ensuring a con­sis­tent layout of all pages in a website folder. When creating a website folder, predefined home and layout pages are offered for a start.

HTML Versus XHTML

WaSP asks

Which should we use, HTML or XHTML, and why?

The W3C Responds

First, a bit of history

The history of HTML at W3C starts with HTML 3.2, code named Wilbur, which was followed a few years later by HTML 4.0, then HTML 4.01. HTML 4.01 is the last version of HTML, and is also the final W3C specification to define the semantics of markup. From HTML 3.2 to HTML 4.01, the language has improved a great deal, focusing on such issues as:
  • Separation of presentation from structure
  • Improved accessibility features
  • Improve internationalization features
  • Improved document rendering
XHTML 1.0 was created shortly after HTML 4.01 to help the transition of hypertext to a new generation of mark-up languages for text. XHTML 1.1 is an additional step toward a more flexible version of hypertext with the full benefits of XML architecture and integration of different technologies. Note that XHTML 1.1 has slighly improved the semantics of HTML 4.01 by including the Ruby module, used in particular languages like Japanese scripts (read the Ruby Specification for more information). For practical purposes, the discussion here will focus on HTML 4.01 and XHTML 1.0.

Get Ready For XHTML

XHTML is not very different from the HTML 4.01 standard.
So, bringing your code up to the 4.01 standard is a good start.
Our complete HTML 4.01 reference can help you with that.
In addition, you should start NOW to write your HTML code in lowercase letters, and NEVER skip closing tags (like </p>).

The Most Important Differences:

  • XHTML elements must be properly nested
  • XHTML elements must always be closed
  • XHTML elements must be in lowercase
  • XHTML documents must have one root element.

I learned this week!

 Types of Websites
Basic website design types their purpose, scope and structure 



  • Static Web Sites

            The content of static Web sites is difficult of alteration as bulk of the content like text, graphic, and multimedia content are usually stored in HTML pages and not in databases. Changing the content on multiple Web pages will be tedious and time-consuming. There is also the risk of file overwriting and the possibility of important non-content areas like security code of the site getting corrupted.

  • Dynamic Web Sites

           Dynamic-content Web site has the unique advantage of not having to precariously depend on Web professionals for effecting alterations to the Website. Dynamic-content Web site, though developed by Web professionals, can be maintained directly by the site owner. Unlike Static Websites, the initial setting up costs of Dynamic-content Web sites is quite high but there will be enormous saving in subsequent maintenance costs.
  • Personal Website
    The purpose of this type of website is to provide information about an individual or group. This type of website is run by an individual or a small group (such as a family) that contains information or any content that the individual wishes to include. The Internet address has a variety of endings.

  • E-Commerce Websites

                E-Commerce websites are online stores making it convenient to shop from the comfort of your own home. E-commerce websites enable business owners to run and maintain their store from a home or office environment without the need of an expensive shopfront. This type of website also incorporates a checkout cart in order to allow you to purchase directly from the site.

  • Hobby Site
             is your definitive guide to anything related to your hobby. A hobby website is normally a fun based project on a subject which you would be very familiar with.


And About C.R.A.P Designs.


  • Contrast


Contrast is the differences that make an object distinguishable from the background and any other objects. That means that your graphs, illustrations and anything else that you want to stand out should be different or contrast with the print to make them more noticeable. Elements that are not supposed to be communicated in the same light should be different because making things slightly different might confuse the viewer into thinking there might be a relation between two things when the relationship really does not exist. Contrast in your design livens things up and makes things easier for people to understand.


  • Repetition


If there is a relation between two points, the style should repeat for a consistent feel. Repetition means keeping design for similar themes consistent. Many people often skim text and graphics, repetition can help communicate your points when people only want to skim the message that you want to communicate. It reinforces communication and ultimately helps the reader understand. Just remember to repeat things in a consistent manner and don't overdo it. You want to make your repetition readable and effective.

  • Alignment
You need to align things in an organized fashion. Everything needs to visually connect with something else that the viewer is looking at. This means that your headings and subheadings should follow the same alignment and you don't want things placed where viewers will not look. Nothing should be out of place or disconnected, if it is then it probably doesn't belong


  • Proximity

Proximity is used to create relative meaning in your web design. Related elements should be grouped together; while separate design elements should have enough spacing between them to communicate they are different. You should use your document's white space to separate key points. Everything should look professional.
Good design is always CRAP. I use this design principle for all my professional documents and it is always a handy design principle. Remember to check contrast, repetition, alignment and proximity before you publish any of your content and designs. Ensure that your web design and any other media you produce is effective by double-checking your work for these design principles before publishing, it will really pay off in the long run. Just make sure that you do not tell someone that his or her work is CRAP unless you want to explain why. I'm sure people will not take it as a compliment.



Sunday, June 26, 2011

sImPlYReAlMe!!

All About ME ME ME ME!!! nOt You YOU YOU YOU!!
lOL! ME!


Haahhha!

PIER!




                         My name is Maried S. Reyes ,  my friends call me Yeye for short. I’m thirteen(13) years old and soon to be fifteen(15) On September 26. I’m  a third year student of Saint John Academy, Dinalupihan, Bataan under the advisory of Mrs. Liwayway Lumagbas . My parents are Marites S. Reyes an Edwin F. Reyes and I have a brother named Renz Marwin whom I loved most. I love my family very much that’s why I study hard to fulfill my dream someday to be a successful Marine, Engineer. I’m fond of listening and watching High School Musical. I love to sing on my own way and I want also a band vocalist someday.

SAINT JOHN ACADEMY!!


                I’m Perfect in my imperfections, happy in my pain, strong in my weaknesses, and beautiful in my own way.
               
                         I am simple, responsible, honest, friendly, nice, smart and of course pretty and sexy. These character traits made me easy to be with and flexible enough to mingle on peers and classmates. I HATE those people who are BACK STABBERS! and PLASTICS!. “BETTER BACK-OFF!!!!!!’’ I’m friendly person that’s why you have to try me before you judge me and please understand me at my worst part if I commit a big mistake!..
ME!

TS2X!
                I love Justin Bieber and I like his music. I’m addicted to him. Justin Drew Bieber was born on March 1, 1994. He is a Canadian pop singer/song writer and actor as well. I really like his music so much also Robert James Reid 17 year old originally from Australia. He was crowned as the Pinoy Big Brother Teen Clash 2010 big winner on day 78. I love also Selena Gomez and her best friend Demi Lovato and I’m addicted also to their songs. I love to watch Secret Garden and Playful Kiss as a matter of fact I already finished watching the whole episodes of the said soap operas!............

                One of my hobbies also social networking but I see to it that my friend listed in my account were my old peers and batchmates. I don’t feel to talk to STRANGERS! Especially self-conceited persons. I love watching pictures there  that make me reminisce those happy moments with my previous classmates last year ‘’THE II-ST. ANDREW FEVER!!’’



kIdnap my HEART !!