April 1st, 2007

Locuinte Piatra Neamt

Posted in Computer stuf, Sites (suggestions) by alexandra_gartu

Locuinte Piatra Neamt a beneficiat azi de un pic de atentie :
1 Validare HTML
Cu aceasta ocazie am aflat ca w3c propune urmatoarele validari :
a. HTML (pana la 4.0) b. XHTML (pana la 2.0) c. CSS (2.0) d. MathML 2.0 (wtf??) e. SVG 1.2 f. XML 1.1 g. ISO-HTML
Un pic de istorie
HTML 4.0
First released as a W3C Recommendation on 18 December 1997. A second release was issued on 24 April 1998 with changes limited to editorial corrections. This specification has now been superseded by HTML 4.01.
HTML 3.2
W3C’s first Recommendation for HTML which represented the consensus on HTML features for 1996. HTML 3.2 added widely-deployed features such as tables, applets, text-flow around images, superscripts and subscripts, while providing backwards compatibility with the existing HTML 2.0 Standard.
HTML 2.0
HTML 2.0 (RFC 1866) was developed by the IETF’s HTML Working Group, which closed in 1996. It set the standard for core HTML features based upon current practice in 1994. Note that with the release of RFC 2854, RFC 1866 has been obsoleted and its current status is HISTORIC.

XHTML 1.0
XHTML 1.0 is the W3C’s first Recommendation for XHTML, following on from earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines the strength of HTML 4 with the power of XML.
XHTML 1.0 is the first major change to HTML since HTML 4.0 was released in 1997. It brings the rigor of XML to Web pages and is the keystone in W3C’s work to create standards that provide richer Web pages on an ever increasing range of browser platforms including cell phones, televisions, cars, wallet sized wireless communicators, kiosks, and desktops.

XHTML 2.0
XHTML 2.0 is a markup language intended for rich, portable web-based applications. While the ancestry of XHTML 2.0 comes from HTML 4, XHTML 1.0, and XHTML 1.1, it is not intended to be backward compatible with its earlier versions. Application developers familiar with its earlier ancestors will be comfortable working with XHTML 2.0.
Pentru validare xhtml 1.0 Strict, problema: target=”_blank”
Solutie: java script
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName(”a”);
for (var i=0; i var anchor = anchors[i];
if (anchor.getAttribute(”href”) &&
anchor.getAttribute(”rel”) == “external”)
anchor.target = “_blank”;
}
}
window.onload = externalLinks;

cu linkurile scrise asa:
Apartament 4

2. Validare CSS
Aici am din nou o mica surpriza : pe w3c nici o eroare,in timp ce pe w3g, am o garla de erori … Am lasat o asa.. ca w3g n au iconite :P
3. Link Checking
Asta a fost chiar folositoare … niste erori stupide reparate in notime!

4. Are robots.txt

5. Are sitemap

6. L-am bagat in google 

Both comments and pings are currently closed. RSS 2.0

Comments are closed!