Sunday, February 11, 2007

TOOLS: Ajaxload - Ajax loading gif generator

A Tool from AJAXLOAD.INFO
Ajaxload - Ajax loading gif generator: "Create easily your own ajax loader icon :

1. Select the type of indicator you want
2. Enter the background code color you want
(tick 'Transparent background' if you don't want one
3. Enter the foreground code color you want

Press 'Generate it'"

Labels: , , , , , , , , , ,

Thursday, January 04, 2007

XHTML - Wikipedia, the free encyclopedia

The 'x' in xHTML stands for 'Extensible'. It is a stricter form of HTMl that will enable web pages to continue working with future browser versions. additionally, XHTML pages work well with XML applications, should you have one.XHTML - Wikipedia, the free encyclopedia: "The Extensible HyperText Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but a stricter syntax. Whereas HTML is an application of SGML, a very flexible markup language, XHTML is an application of XML, a more restrictive subset of SGML."

Labels: , ,

XHTML - Why?

combining the best of both HTML and XML

XHTML - Why?: "Today's market consists of different browser technologies, some browsers run Internet on computers, and some browsers run Internet on mobile phones and hand helds. The last-mentioned do not have the resources or power to interpret a 'bad' markup language.

Therefore - by combining HTML and XML, and their strengths, we got a markup language that is useful now and in the future - XHTML.

XHTML pages can be read by all XML enabled devices AND while waiting for the rest of the world to upgrade to XML supported browsers, XHTML gives you the opportunity to write 'well-formed' documents now, that work in all browsers and that are backward browser compatible !!!"

Labels: , ,

Basics of HTMl and XHTML

HTMl vs. XHTML


W3C HTML Home Page:
"What is HTML?
HTML is the lingua franca for publishing hypertext on the World Wide Web. It is a non-proprietary format based upon SGML, and can be created and processed by a wide range of tools, from simple plain text editors - you type it in from scratch- to sophisticated WYSIWYG authoring tools. HTML uses tags such as

and

to structure text into headings, paragraphs, lists, hypertext links etc. Here is a 10-minute guide for newcomers to HTML. W3C's statement of direction for HTML is given on the HTML Activity Statement. See also the page on our work on the next generation of Web forms, and the section on Web history.
What is XHTML?
The Extensible HyperText Markup Language (XHTML™) is a family of current and future document types and modules that reproduce, subset, and extend HTML, reformulated in XML. XHTML Family document types are all XML-based, and ultimately are designed to work in conjunction with XML-based user agents. XHTML is the successor of HTML, and a series of specifications has been developed for XHTML. See also: HTML and XHTML Frequently Answered Questions"

Labels: , ,