ready-to-use resources, tutorials, tips and many other web development related stuff
WARNING! You probably have JavaScript disabled. Some features of this site will not work properly unless JavaScript enabled.
www.webdevelopmentstuff.com changed to www.webdevstuff.com

XSLT: Transform Your XML to XHTML

The abbreviation XSLT means EXtensible Stylesheet Language Transformations. In other words, XSLT is transformation of XML document styled by XSL (EXtensible Stylesheet Language) into other format, like XHTML. It might look confusingly at the first sight, but reality is much easier as it seems. Simply said, if you have some XML document, this can be styled by XSL (EXtensible Stylesheet Language) as well as transformed...

TAW: Web Accessibility Test

Web Accessibility Test is the online tool for determining accessibility of your web. This tool analyzes the web site in accordance with W3C Web Accessibility Guidelines and shows accessibility issues with fix recommendations. If you are serious web developer, you shouldn’t focus your attention on layout, design or performance of the site only, but should take care about the content accessibility too. Results...

IETester: A Must Of Web Developer

IETester is a free Web Browser that allows you to have the rendering and javascript engines of IE 8, IE 7 IE 6 and IE 5.5 on Vista and XP (work on Windows 7 is in progress), as well as the installed IE in the same process. You don’t have to have installed all versions of Internet Explorer separately on your system to check web project you are working on. Now, IETester is able to give you necessary information...

SVG: Scalable Vector Graphics

SVG is a language for describing two-dimensional graphics and graphical applications in XML. SVG 1.1 is a W3C Recommendation and is the most recent version of the full specification. SVG Tiny 1.2 is a W3C Recommendation, and targets mobile devices.

DOM Conformance Test Suites

The DOM Test Suites (DOM TS) will consist of a number of tests for each level of the DOM specification. The tests will be represented in an XML grammar which ensures that tests can easily be ported from the description format to a number of specific language bindings. This grammar will be specified in XML Schema and DTD form. The grammar will be automatically generated from the DOM specifications themselves,...

DOM Specifications

DOM is an abbreviation for Document Object Model, a platform and language neutral interface that allows programs and scripts to dynamically access and update the content and structure of documents. The Document Object Model provides a standard set of objects for representing HTML and XML documents, a standard model of how these objects can be combined, and a standard interface for accessing and manipulating...

XHTML 1.0 Specification

XHTML is a family of current and future document types and modules that reproduce, subset, and extend HTML 4. XHTML family document types are XML based, and ultimately are designed to work in conjunction with XML-based user agents. XHTML 1.0 specification is the first document type in the XHTML family. It is a reformulation of the three HTML 4 document types as applications of XML 1.0. It is intended to be used...

XML 1.0 Specification

Extensible Markup Language, abbreviated XML, describes a class of data objects called XML documents and partially describes the behavior of computer programs which process them. XML is an application profile or restricted form of SGML, the Standard Generalized Markup Language. By construction, XML documents are conforming SGML documents. Website: http://www.w3.org/TR/REC-xml/

HTML 4.01 Specification

This specification defines the HyperText Markup Language (HTML), the publishing language of the World Wide Web. This specification defines HTML 4.01, which is a subversion of HTML 4. In addition to the text, multimedia, and hyperlink features of the previous versions of HTML (HTML 3.2 and HTML 2.0), HTML 4 supports more multimedia options, scripting languages, style sheets, better printing facilities, and documents...

W3C Validation Services

As everyone knows, validity of source code plays important role in a web development. Improperly nested elements, unclosed tags, unrecognized parameters may affect web page’s display in some browsers. But this is not one and only negative influence of source code errors. Another important consequence of invalid (X)HTML or CSS source code is degradation in the eyes of search crawlers. Most search engine...

« Previous Entries

© 2008 - 2024, webdevstuff.com | Powered by Wordpress | Theme by Elegant Themes | Valid XHTML and CSS | Subscribe to RSS