Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)
Custom Search

What is 1000Projects

'1000projects.com' is an educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc

how it works?

Everything on this site is submitted by the students in this professional community. You Can submit your Projects, Project Topics & Ideas to info.1000projects{at}gmail.com after you submit your project/project Idea/Abstract/Seminar Topics, These are being verified and approved by our administrator. after approval of this project/project Idea/Abstract/Seminar Topics, It can be shown on 1000projects.com so that other users can read/discuss it.The entire content on this website is Only For Educational Purpose, Non Commercial use!

Please help us/Other Users by sending projects/project Ideas/Abstracts/Seminar Topics. Thanking You!!!!!


Category Articles
What XHTML does it stand for? How is if different from HTML? Who developed it? ?
Added on Thu, Jan 28, 2010
XHTML Interview Questions and Answers,XHTML Faqs,XHTML Interview FAQs and sharp point Books,XHTML terview ebook,XHTML technical Iterview Questions,XHTML Quiz,XHTML Interview Paper,XHTML Placement Papers,XHTMLInterview rocedure,sharp point ptitude... Read More
What the benefits of XHTML
Added on Thu, Jan 28, 2010
As XHTML is an XML application, you will benefit from developments in the XML world. For example XML tools such as editors, converters, browsers, etc. can be used with XHTML resources. In addition there are developments to the XML family of... Read More
Differences between XML and HTML
Added on Thu, Jan 28, 2010
Since XML and HTML are derived from SGML they are similar, but have the following differences: 1. XML is case-sensitive 2. XML must have quotes (single or double) around attributes 3. Most interpreters of HTML are very forgiving about missing end... Read More
How To Get Ready For XHTML?
Added on Thu, Jan 28, 2010
XHTML is not very different from HTML 4.01, so bringing your code up to the 4.01 standard is a good start. In addition, you should start NOW to write your HTML code in lowercase letters. Read More
Why Code Your Own XHTML
Added on Thu, Jan 28, 2010
Programs that produce HTML for you often do so badly, often producing Web pages that do things the long way. When you code your pages by hand you have an intimate understanding of what you're doing, and can make the actual size of the Web page... Read More
Why XHTML Modularization
Added on Thu, Jan 28, 2010
The XHTML modularization model defines the modules of XHTML. XHTML is a simple, but large language. XHTML contains most of the functionality a web developer will need. For some purposes XHTML is too large and complex, and for other purposes it is... Read More
Why do we need modular DTDs?
Added on Thu, Jan 28, 2010
An application may wish to support only a subset of XHTML. For example a mobile phone, an Internet TV or even a Web-aware cooker may only require a subset of XHTML. Also modularity makes it easier to deploy new developments. Read More
Why is this XSLT important?
Added on Thu, Jan 28, 2010
You've heard all the hype about mobile phones and WAP haven't you? How do you think the WAP world, which expects documents to be in WML format, to be populated? Rather than manually creating WML markup, XSLT will enable XHTML documents to... Read More
How to create XHTML pages?
Added on Thu, Jan 28, 2010
The eGroups XHTML-L Web site provides links to XHTML tools, including conversion tools and editors. A couple of free tools are available (HTML-Kit, 1st Page 2000). Mozquito Factory appears to be the first licensed package on the market. You can... Read More
What is conversion of existing HTML pages,especially bulk conversion?
Added on Thu, Jan 28, 2010
W3C has written a utility program called Tidy which can be used to convert HTML pages to XHTML. Tidy can be used in batch mode to bulk-convert documents. Tidy is an open source program, which has been incorporated into an number of authoring tools,... Read More
What the benefits of XHTML are
Added on Thu, Jan 28, 2010
As XHTML is an XML application, you will benefit from developments in the XML world. For example XML tools such as editors, converters, browsers, etc. can be used with XHTML resources. In addition there are developments to the XML family of... Read More
How does HTML differ from XHTML ?
Added on Thu, Jan 28, 2010
XHTML has a small number of differences. The most noticeable being the requirement for elements to be lowercase (e.g. <p> and not <P>) and elements to be closed (e.g. paragraphs must end with a </p>). Read More
Why is this XSLT important inxhtml?
Added on Thu, Jan 28, 2010
XSLT will enable XHTML documents to be automatically converted to WML. Read More
What about elements that don't have a close tag, such as <IMG> and <hr>
Added on Thu, Jan 28, 2010
There are two solutions. You could use a close tag (e.g. <img src="logo.gif" ...></img>). However the best solution is to simply include a forward slash in the element: <img src="logo.gif" ... /> Will this work? As long as you... Read More
Can we get down to practicalities. How do I create XHTML pages?
Added on Thu, Jan 28, 2010
The eGroups XHTML-L Web site provides links to XHTML tools, including conversion tools and editors. A couple of free tools are available (HTML-Kit, 1st Page 2000). Mozquito Factory appears to be the first licensed package on the market. You can... Read More
Attributes values must be in double or single quotes
Added on Thu, Jan 28, 2010
<ol type=1> becomes <ol type="1"> or <ol type='1'> Read More
XHTML should be the master storage format for my resources
Added on Thu, Jan 28, 2010
NO! XHTML still lacks semantics. Ideally your resources should be stored in an appropriate XML format. XSLT can then be used to convert the resources to XHTML (for Web browsers), WML (for mobile phones), etc. XHTML is a useful intermediate stage. Read More
What Is the Relation between XHTML and URL?
Added on Thu, Jan 28, 2010
URL (Uniform Resource Locator) is a compact string representation of the location for a Web document or other resource that is available on the Internet. The URL of an XHTML document is usually the document file name prefixed with the domain name... Read More
What Is URI?
Added on Thu, Jan 28, 2010
URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and extensible means for identifying a resource in a more generic way. For example, the following strings are all valid URIs: ftp://ftp.is.co.za/ rfc/rfc1808.txt http:... Read More
What Is the Relation between XHTML and SGML?
Added on Thu, Jan 28, 2010
CSS (Cascading Style Sheets) is a technical specification that allows XHTML document authors to attach formatting style sheets to XHTML documents. When XHTML documents are viewed as Web pages through Web browsers, the attached style sheets will alter... Read More
Who Developed XHTML?
Added on Thu, Jan 28, 2010
XHTML was developed by W3C HTML Working Group with Steven Pemberton as the group chair. Read More
How To Validate XHTML Documents Online?
Added on Thu, Jan 28, 2010
If you have just finished a new XHTML document, and you want to make sure that confirms with the XHTML specification, you can use the XHTML online validator at http://validator.w3.org/. There are 3 ways you can use this validator: ► By URL -... Read More
What Tools to Use to Write XHTML Documents?
Added on Thu, Jan 28, 2010
The basic tool you need to write XHTML documents is any text editor, like notepad on Windows system, or vi on Unix system. If you are looking for some advanced tools to help you writing XHTML documents, you can select any one from the following... Read More
How To Write the Opening Tag of an XHTML Element?
Added on Thu, Jan 28, 2010
When you are writing an XHTML element, you must start with its opening tag, which contains the name of the element and attributes if needed. The opening tag is enclosed in a pair of angle brackets: "<" and ">". XHTML element names are... Read More
How To Enter Element Content?
Added on Thu, Jan 28, 2010
Most of XHML elements allow you to specify contents. But there are some XHTML elements that do not allow any contents. If an XHTML element does allow element content, you need to enter the content between the opening tag and the closing tag. Here... Read More
How to build a "Hello World" page. With XHTML ?
Added on Thu, Jan 28, 2010
"Hello World" Web page code looks like this: <? xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang=... Read More
How is XHTML better than HTML? Why would you want to use XHTML
Added on Thu, Jan 28, 2010
XHTML is a fairly close copy of HTML 4.01. Extensibility : Under HTML, the addition of a new group of elements requires alteration of the entire DTD. XML greatly eases the integration of new element collections as it is a subset of SGML itself and... Read More
Any other important new developments?
Added on Thu, Jan 28, 2010
Yes: XSLT provides a transformation language which can be used to transform XML documents into other formats. XSLT can be used to transform documents from one XML DTD to another, or even to transform an XML document to an alternative format such as... Read More
What's about an assumption with XHTML?
Added on Thu, Jan 28, 2010
Serving XHTML with a MIME type of text/html is wrong. The whole point of XHTML is that it?s XML so that you can benefit from namespaces and the like. If you serve it as text/html, you can?t: In particular, ?text/html? is NOT suitable for XHTML... Read More
What's the advantages of XHTML?
Added on Thu, Jan 28, 2010
1. Mixed namespaces 2. Much simpler to work with (for programs, at least) than HTML 3. You will immediately know when your document is not well-formed due to an error from your UA. Read More
How to convert most HTML pages to XHTML.
Added on Thu, Jan 28, 2010
Heading lines at top At the beginning of documents we need to include a few lines: <? xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1... Read More
What is XHTML Modularization?
Added on Thu, Jan 28, 2010
The XHTML modularization model defines the modules of XHTML. XHTML is a simple, but large language. XHTML contains most of the functionality a web developer will need. For some purposes XHTML is too large and complex, and for other purposes it is... Read More
Why XHTML Modularization?
Added on Thu, Jan 28, 2010
The XHTML modularization model defines the modules of XHTML. XHTML is a simple, but large language. XHTML contains most of the functionality a web developer will need. For some purposes XHTML is too large and complex, and for other purposes it is... Read More
What about conversion of existing HTML pages - especially bulk conversion, as I have many thousands of HTML files!
Added on Thu, Jan 28, 2010
W3C has written a utility program called Tidy which can be used to convert HTML pages to XHTML. Tidy can be used in batch mode to bulk-convert documents. Tidy is an open source program, which has been incorporated into an number of authoring tools,... Read More
What the benefits of XHTML are?
Added on Thu, Jan 28, 2010
As XHTML is an XML application, you will benefit from developments in the XML world. For example XML tools such as editors, converters, browsers, etc. can be used with XHTML resources. In addition there are developments to the XML family of... Read More
What Does an XHTML Document Look Like?
Added on Thu, Jan 28, 2010
An XHTML document is a normal text file with predefined tags mixed with the text contents of the document. Tags are enclosed in pairs of angle brackets: "<" and ">". Below is how a simple XHTML document will look like if you open it in a... Read More
What Is the Relation between XHTML and HTML?
Added on Thu, Jan 28, 2010
HTML (Hyper-Text Markup Language) is the original markup language for writing Web documents. XHMTL 1.0 is basically the same language as HTML 4.0. But XHTML 1.0 is defined in XML 1.0 syntax. XHTML 1.0 offers the following features: ► XHTML... Read More
What Is the Relation between XHTML and the Web?
Added on Thu, Jan 28, 2010
The Web is a publisher technology based on the Internet to allow publishers to publish hyper linked documents to be viewed by Internet users. XHTML is the next generation language that used to compose those hyper linked documents. In another word,... Read More
What Is the Relation between XHTML and HTTP?
Added on Thu, Jan 28, 2010
HTTP (Hyper-Text Transfer Protocol) is an Internet communication protocol, that allows a viewer's computer talking to a publisher's computer to fetch XHTML documents. The viewer's computer issues a HTTP request message to the... Read More
What Is the Relation between XHTML and DTD?
Added on Thu, Jan 28, 2010
DTD (Document Type Definition) is a language based on XML to you to define a specific type of XML documents. Since XHTML is a specific type of XML documents, you can use DTD to define the structure of XHTML. In fact, XHTML 1.0 Strict version is... Read More
What Is the Latest XHTML Specification?
Added on Thu, Jan 28, 2010
The latest XHTML specification is XHTML 1.0 second edition revised in August, 2002 by W3C. If you are professional XHTML developer, you should get a copy of this specification at http://www.w3.org/TR/xhtml1/. Read More
How Many Tags Are Defined in XHTML 1.0?
Added on Thu, Jan 28, 2010
There are 77 tags defined in XHTML 1.0: a abbr acronym address area b base bdo big blockquote body br button caption cite code col colgroup dd del dfn div dl dt em fieldset form h1 h2 h3 h4 h5 h6 head hr html i img input ins kbd label legend... Read More
What Is an XHTML Element?
Added on Thu, Jan 28, 2010
An XHTML element is the basic building block of an XHTML document. An XHTML element has the following features: ► An XHTML element must have a name. ► An XHTML element may have zero or more attributes. ► An XHTML element may or may not... Read More
How To Close an XHTML Element?
Added on Thu, Jan 28, 2010
Every XHTML element must be closed. There are two ways to close an XHTML element: ► Using a closing tag, which is the element name prefixed with "/" and enclosed in a pair of angle brackets: "<" and ">". ► Closing the opening tag... Read More
Is XHTML Element Name Case Sensitive?
Added on Thu, Jan 28, 2010
Yes, XHTML element names are case sensitive. All element names must be written in lower case letters. Here are some valid and invalid XHTML element names: ► <html> - Valid name. ► <HTML> - Invalid name, must use lower case... Read More
What Is an XHTML Element Attribute?
Added on Thu, Jan 28, 2010
An element attribute is a predefined property about this element. Element attributes allows you to provide additional information to the element. Most XHTML elements have some common attributes. But many XHTML elements have their own specific... Read More
Why we use XHTML?
Added on Thu, Jan 28, 2010
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... Read More
How does XHTML differ from HTML ?
Added on Thu, Jan 28, 2010
XHTML has a small number of differences. The most noticeable being the requirement for elements to be lowercase (e.g. <p> and not <P>) and elements to be closed (e.g. paragraphs must end with a </p>). Read More
Why Code Your Own XHTML?
Added on Thu, Jan 28, 2010
Programs that produce HTML for you often do so badly, often producing Web pages that do things the long way. When you code your pages by hand you have an intimate understanding of what you're doing, and can make the actual size of the Web page... Read More





©2007, 1000projects.com, Only For Educational Purpose, Non Commercial use!