Some Questions

Alaya

Well-known member
  • Sep 12, 2006
    10,217
    644
    113
    My sister's daughter has been given some questions from school.

    Pls try whether you can help me to answer those.

    1. How do we convert a normal folder to a web folder?
    2. Why it is necessary to open a web folder before creating a web site?
    3. What is advantage of inserting tables to a web page?
    4. What is JPG stands for?

    At least try one or two questions.

    Great help guys.

    Thanks in advance.
     

    milindayu

    Member
    Sep 18, 2006
    6,374
    14
    0
    root#
    Answer for Q4
    JPEG
    From Wikipedia, the free encyclopedia
    Jump to: navigation, search
    JPEG
    Image:Phalaenopsis JPEG.jpg
    A photo of a flower compressed with successively more lossy compression ratios from left to right.
    File extension: .jpeg, .jpg, .jpe
    .jfif, .jfi, .jif (containers)
    MIME type: image/jpeg
    Type code: JPEG
    Uniform Type Identifier: public.jpeg
    Developed by: Joint Photographic Experts Group

    In computing, JPEG (pronounced JAY-peg; IPA: [ˈdʒeɪpɛg]) is a commonly used standard method of compression for photographic images. The name JPEG stands for Joint Photographic Experts Group, the name of the committee who created the standard. The group was organized in 1986, issuing a standard in 1992 which was approved in 1994 as ISO 10918-1. JPEG should not be confused with MPEG, the Moving Picture Experts Group, which produces compression schemes for motion pictures.

    JPEG itself specifies both the codec, which defines how an image is compressed into a stream of bytes and decompressed back into an image, and the file format used to contain that stream. The compression method is usually lossy compression, meaning that some visual quality is lost in the process, although there are variations on the standard baseline JPEG which are lossless.

    The file format is known as 'JPEG Interchange Format', as specified in Annex B of the standard. This is often confused with the JPEG File Interchange Format (JFIF), a minimal version of the JPEG format that was deliberately simplified so that it could be widely implemented and thus become the de-facto standard. Most image editing software programs that write to a ".JPG" file are actually creating a file in JFIF format.

    Image files that employ JPEG compression are commonly called "JPEG files". The most common file extension for this format is .jpg, though .jpeg, .jpe, .jfif and .jif are also used. It is also possible for JPEG data to be embedded in other file types, such as TIFF format images.

    JPEG/JFIF is the format most used for storing and transmitting photographs on the World Wide Web. For this application, it is preferred to formats such as GIF, which has a limit of 256 distinct colors that is insufficient for color photographs, and PNG, which produces much larger image files for this type of image. The compression algorithm is not as well suited for line drawings and other textual or iconic graphics, and thus the PNG and GIF formats are preferred for these types of images.

    For more information
    http://en.wikipedia.org/wiki/JPEG
     
    Last edited:

    Anusha

    Member
    Jun 13, 2006
    25,864
    5
    0
    3. To present information in a well organized manner and to organize each element on the webpage according to a structure.
     

    The_Ace

    Member
    Oct 28, 2006
    281
    0
    0
    Q1. By configuring a web server to get content from that folder to display on a web page.

    Q3. Advantage of using a table is to display information in a formatted tabular form in a webpage.
     

    Alaya

    Well-known member
  • Sep 12, 2006
    10,217
    644
    113
    Thanks

    Anusha said:
    3. To present information in a well organized manner and to organize each element on the webpage according to a structure.

    Thanks macho
     

    Alaya

    Well-known member
  • Sep 12, 2006
    10,217
    644
    113
    Thanks

    The_Ace said:
    Q1. By configuring a web server to get content from that folder to display on a web page.

    Q3. Advantage of using a table is to display information in a formatted tabular form in a webpage.

    Thanks macho

    All the questions got sorted in 15 mins.

    Thanks every body.