FACTOID # 132: Central European men don’t teach. In Hungary, the Czech Republic, and Slovakia, over 75 percent of lower secondary teachers are female.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "KHTML" also viewed:
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > KHTML
Konqueror using KHTML to render the Wikipedia front page.
Konqueror using KHTML to render the Wikipedia front page.

KHTML is the HTML layout engine developed by the KDE project. Download high resolution version (1280x914, 364 KB) This is an image of the Main Page, illustrating Konqueror. ... Download high resolution version (1280x914, 364 KB) This is an image of the Main Page, illustrating Konqueror. ... Konqueror is a file manager, web browser and file viewer, which was developed as part of the K Desktop Environment (KDE) by volunteers and runs on most Unix-like operating systems. ... The CAPITALIZED version of Wikipedia. ... // One difference in the latest HTML specifications lies in the distinction between the SGML-based specification and the XML-based specification. ... A layout engine, or rendering engine, is a software that takes web content (such as HTML, XML, image files, etc) and formatting information (such as CSS, XSL, etc) and displays the formatted content on the screen. ... KDE (K Desktop Environment) (IPA: ) is a free desktop environment and development platform built with Trolltechs Qt toolkit. ...


Built on the then new KPart framework, it was introduced with KDE2 in 2000, for use in the new Konqueror file and web browser which replaced the monolithic KDE File Manager. Written in C++ and licensed under the LGPL, it supports most of the standards related to web browsing. To render as many pages as possible, some extra abilities and quirks from Internet Explorer are supported, even though they are not part of the HTML standard definition. In computer programming, KParts is the name of the component framework for the KDE desktop environment. ... Konqueror is a file manager, web browser and file viewer, which was developed as part of the K Desktop Environment (KDE) by volunteers and runs on most Unix-like operating systems. ... A file manager is a computer program that provides a user interface to work with file systems. ... An example of a web browser (Mozilla Firefox running under Microsoft Windows). ... C++ (IPA pronounciation: ) is a general-purpose, high-level programming language with low-level facilities. ... GNU logo The GNU Lesser General Public License (formerly the GNU Library General Public License) is a free software license published by the Free Software Foundation. ... Windows Internet Explorer, previously Microsoft Internet Explorer, abbreviated IE, or MSIE,[1] is a graphical web browser developed by Microsoft and included as part of the Microsoft Windows line of operating systems. ...


KHTML is faster than the Gecko layout engine, its main open source rival and core of the Mozilla and Mozilla Firefox browsers, among others. However, being a less widely known browser, many websites fail to support it or claim no support even if the site does work. Gmail for instance only works if Konqueror reports itself as Firefox (See UA Spoofing). Epiphany using Gecko to render the Wikipedia main page Gecko is the open source, free software web browser layout engine used in all Mozilla-branded software and its derivatives, including later Netscape releases. ... Open source refers to projects that are open to the public and which draw on other projects that are freely available to the general public. ... Mozilla is a computer term which has had many different uses, though all of them have been related to the now-defunct Netscape Communications Corporation and its related application software. ... Mozilla Firefox is a free, open source, cross-platform graphical web browser developed by the Mozilla Corporation and hundreds of volunteers. ... Gmail, officially Google Mail in the United Kingdom and Germany, is a free webmail and POP3 e-mail service provided by Google. ... Firefox may refer to: Firefox (novel), written by Craig Thomas, published in 1978 Firefox (film), the 1982 movie starring Clint Eastwood, based on the novel Firefox (arcade game), the laserdisc arcade game based on the movie Mozilla Firefox, a web browser The Red Fox or the Red Panda, based on... A user agent is the client application used with a particular network protocol; the phrase is most commonly used in reference to those which access the World Wide Web. ...

Contents

Standards compliance

The following standards are supported by the KHTML engine:

// One difference in the latest HTML specifications lies in the distinction between the SGML-based specification and the XML-based specification. ... In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. ... In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. ... In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. ... PNG (Portable Network Graphics), sometimes pronounced as ping, is a relatively new bitmap image format that is becoming popular on the World Wide Web and elsewhere. ... This page is about MNG, the animated image file format. ... In computing, JPEG(pronounced JAY-peg; IPA: ) is a commonly used standard method of compression for photographic images and not for movie files for which MPEG compression is used. ... An example of a GIF image. ... Document Object Model (DOM) is a description of how an HTML or XML document is represented in a tree structure. ... JavaScript is the name of Netscape Communications Corporations implementation of the ECMAScript standard, a scripting language based on the concept of prototype-based programming. ... SVG is also the IATA code for Stavanger Airport, Sola in Norway. ...

KHTML and Apple

The engine was adopted by Apple in 2002 for its Safari web browser. Apple publishes the source code for up to date and all previous versions of their version of the KHTML engine, called WebCore and WebKit, as required by the LGPL. The exchange of code patches between the two branches of KHTML has diverged because the projects have increasingly different approaches. [1] Apple Computer, Inc. ... For album titles with the same name, see 2002 (album). ... Safari is a web browser developed by Apple Computer, Inc. ... WebCore is a framework developed by Apple, and licensed under the LGPL, to provide an HTML layout engine for Mac OS X. It is one of the two primary components of the WebKit framework (the other being JavaScriptCore). ... WebKit is an application framework included with Mac OS X v10. ... GNU logo The GNU Lesser General Public License (formerly the GNU Library General Public License) is a free software license published by the Free Software Foundation. ...


Contributing to the seperation, Apple had not complied with parts of the Open Source philosophy. Examples include Apple working on their version of KHTML for a year before making their fork public, and Apple sometimes submitting their changes in large patches that incorporate a great number of changes, in some cases leaving code to do with future feature additions undocumented. The former example made it difficult for the KDE developers to incorporate the changes. Regardless, the KDE project has managed to incorporate a number of changes by Apple that have added features and improved KHTML's rendering speed, an example being the addition of Acid2 compliance. Open source refers to projects that are open to the public and which draw on other projects that are freely available to the general public. ... The optimal result for Acid2. ...


Apple cites that some changes involved Mac OS X-specific features (e.g. Objective-C, KWQ, OS X calls) which are absent in KHTML/Linux, which called for different development tactics. [2] Mac OS X (official IPA pronunciation: ) is a line of proprietary, graphical operating systems developed, marketed, and sold by Apple Computer, the latest of which is pre-loaded on all currently shipping Macintosh computers. ... Objective-C, often referred to as ObjC or more seldomly as Objective C or Obj-C, is an object oriented programming language implemented as an extension to C. It is used primarily on Mac OS X and GNUstep, two environments based on the OpenStep standard, and is the primary language... KWQ is Apples port of Qt that allows its version of the KHTML rendering engine to function in Mac OS X. KWQ and KHTML together make up the OS X WebCore framework. ... Linux (also known as GNU/Linux) is a Unix-like computer operating system. ...


Apple has since released changes of the sourcecode of its KHTML fork in a CVS repository. [3] CVS can refer to: Antisubmarine aircraft carriers (CVS), United States Navys hull classification symbol. ...


KHTML-based applications

Konqueror is a file manager, web browser and file viewer, which was developed as part of the K Desktop Environment (KDE) by volunteers and runs on most Unix-like operating systems. ... KDE (K Desktop Environment) (IPA: ) is a free desktop environment and development platform built with Trolltechs Qt toolkit. ... KMail is the email client of the KDE Desktop Environment. ... Akregator is an open source news aggregator for KDE, an open source desktop environment primarily used on Unix systems. ... Safari is a web browser developed by Apple Computer, Inc. ... Konqueror Embedded is a version of the Konqueror browser designed to run on embedded systems. ... palmOne Tungsten T5 (CDAs) are handheld devices that were originally designed as personal organizers, but became much more versatile over the years. ... An embedded system is a special-purpose computer system, which is completely encapsulated by the device it controls. ... ABrowse is a web browser for the AtheOS/Syllable operating system. ... Syllable is a free software hobby operating system for Intel x86 Pentium and compatible processors. ... AtheOS was a free Unix_like operating system for x86-based computers. ... A screenshot of a typical S60 menu, taken from a Siemens SX1. ... Nokia Corporation (NYSE: NOK) is the worlds largest manufacturer of mobile telephones (as of September 2006), with a global market share of approximately 36% in Q3 of 2006. ... A screenshot of a typical S60 menu, taken from a Siemens SX1. ... Swift is a Microsoft Windows native web browser that utilizes Apples WebKit, which is a KHTML-based rendering system, to achieve superior load times. ... Shiira is a web browser for the Mac OS X operating system. ... Open source refers to projects that are open to the public and which draw on other projects that are freely available to the general public. ... WebKit is an application framework included with Mac OS X v10. ...

See also

Free software Portal

Image File history File links Portal. ... The following is a list of layout engines. ... The following tables compare general and technical information for a number of layout engines. ...

External links

  • KHTML Homepage
  • Web Browser - list of KHTML features on Konqueror site
  • KHTML - KDE's HTML library - definition from developer.kde.org
  • History of the relationship of KHTML and Webcore
  • Apple WebKit Open Source Project

  Results from FactBites:
 
KHTML - Wikipedia, the free encyclopedia (508 words)
KHTML is the HTML layout engine developed by the KDE project.
Built on the then new KPart framework, it was introduced with KDE2 in 2000, for use in the new Konqueror file and web browser which replaced the monolithic KDE File Manager.
KHTML is fast, but currently less error tolerant than the Gecko layout engine, its main open source rival and core of the Mozilla and Mozilla Firefox browsers, among others.
aseigo: why khtml is important (1367 words)
I agree, KHTML is important, even though a lot of konqueror's rendering is grotesque, I end up using it exclusively because it's integrated.
KHTML is sort of slowed by Apple, AFAIK much of the work done on Safari/KHTML isn't inputted upstream, but rather must be ported by the KHTML team.
I like khtml for one reason, and that's plain speed, but I simply refuse to use it at the moment due to the fact that it won't render gmail/javascript.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.