by http://webgeektutorials.blogspot.com
Showing posts with label W3C. Show all posts
Showing posts with label W3C. Show all posts

Sunday, October 30, 2011

Google is retiring google Buzz


Google Buzz is a social networking, microblogging and messaging tool from Google. In a few weeks google is retiring Google Buzz .with google buzz  you start conversations about the things you find interesting. Share updates, photos, videos and more with your friends. At that time you won't be able to create any new posts, but your existing content will remain accessible in two ways:
I'm gonna miss you  google buzz..

    Sunday, July 31, 2011

    How to Install IIS on windows

    How to Install IIS on Windows XP and Windows 2000
    1. On the Start menu, click Settings and select Control Panel
    2. Double-click Add or Remove Programs
    3. Click Add/Remove Windows Components
    4. Click Internet Information Services (IIS)
    5. Click Details
    6. Select the check box for World Wide Web Service, and click OK
    7. In Windows Component selection, click Next to install IIS
    After you have installed IIS, make sure you install all patches for bugs and security problems. (Run Windows Update).

    How to Install IIS on Windows Vista

    1. Open the Control Panel from the Start menu
    2. Double-click Programs and Features
    3. Click "Turn Windows features on or off" (a link to the left)
    4. Select the check box for Internet Information Services (IIS), and click OK
    After you have installed IIS, make sure you install all patches for bugs and security problems. (Run Windows Update).

    Friday, February 11, 2011

    HTML5 Canvas Cheat Sheet

    The HTML5 canvas element uses JavaScript to draw graphics on a web page. A canvas is a rectangular area, and you control every pixel of it.The canvas element has several methods for drawing paths, boxes, circles, characters, and adding images.

    <canvas> was first introduced by Apple for the Mac OS X Dashboard and later implemented in Safari. Gecko 1.8-based browsers, such as Firefox 1.5, also support this element. The <canvas> element is part of the WhatWG Web applications 1.0 specification also known as HTML 5.

    There are cheat sheets for just about anything out there but I couldn't find one for the HTML5 canvas element, so I decided to do something about that, mostly for my own sake but if other people find it useful that's just all the better. 

    Part 1 ( Click on image to enlarge)

    HTML5 Visual Cheat Sheet

    HTML5 is the new language of the web. This reference lists the various tags available to the web designer, as well as a selection of useful character entities, attributes and events.
    The HTML5 cheat sheet is a printable document, designed to provide a quick reference for HTML5. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size HTML5 cheat sheet.

    PART 1  ( Click on image to Enlarge )

    Wednesday, January 19, 2011

    HTML5 With New Logo and Features

    HTML5 is still a draft version, but good thing here is we can use some of features.

    W3C specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.

    The Worldwide Web Consortium (W3C), has unveiled a visual identity for the HTML5 technology to “encourage early adopters to use HTML5”.

    The logo was designed by boutique agency Ocupop, and has been released by the W3C as badges, stickers, even t-shirts (see below)—all to promote the technology. here its the logo.


    There are some good website shows when you can use HTML5 (CSS3 and more). And also you can find html5 demos. These websites show you which browsers support which html5 features and useful links.

    Tuesday, December 28, 2010

    Which Web Language?

    When choosing web design languages, make sure you take some time to research your options to ensure you're making the best choice for your project.
    When you think about the language you are using to design your website keep in your mind “what is important about web design language, and what part of web design efforts can you take or leave?”.
    If you like to create and publish your own web or blog, your first step should be to decide what type of web you would like to create and what web design language you would like to use.

     

    Hypertext Markup Language (HTML)

    HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.
    This language is so simple you can type the syntax into a text editor, such as Notepad, save it with an .html extension and instantly have a web page. HTML can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup