stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


HTML Tip: Why Valid Code Matters







HTML Tip: Why Valid Code Matters

HTML Tip: Why Valid Code Matters 12/11/2003 07:20 AM

Net Mechanic Dec 11 2003 5:52AM ET




This is a GrokNews Entry: (what is grok?)





Similar Items

HTML Tip: Why Valid Code Matters

Grok Headline matches for HTML Tip: Why Valid Code Matters

Does Google Reward Valid Code?


Does Google Reward Valid Code? 07/01/2002 08:30 AM
"Does Google reward valid HTML (According to W3C standard 4.0 or the XHTML standard)? "

Why standards-compliant HTML matters


Why standards-compliant HTML matters 02/01/2005 09:11 PM
High-quality, compact, elegant and standards-compliant code is one of the most obvious tools of good web development nowadays. However, it is sometimes difficult to convince the client to invest in that kind of quality. Here are some elements that can be used to build a case: outlining abuse patterns and their reasons, the fundamental problem with creative use of technologies, and its consequences.

HTML-Formatted Code


HTML-Formatted Code 02/10/2004 11:57 AM

SimpleCode: This is very, very handy if you often post code samples.

Translates normal (X)HTML into entity-encoded, nesting indented markup suitable for code examples.

Click here to comment on this entry


Html Code Convert


Html Code Convert 12/10/2003 03:05 PM
HtmlCodeConvert 3.3 released

Stripping HTML Code


Stripping HTML Code 07/25/2004 06:02 AM

FrontPage Tip: Get Control Of Your HTML
Code


FrontPage Tip: Get Control Of Your HTML
Code
11/30/2002 12:30 AM
Net Mechanic Nov 29 2002 11:13PM ET

CPP->HTML CSS Source Code Tagger


CPP->HTML CSS Source Code Tagger 04/28/2004 02:54 AM
Version 1.2 in development

Code confidence: 4 HTML editors tested


Code confidence: 4 HTML editors tested 11/20/2002 12:42 PM
ZDNet Nov 20 2002 10:52AM ET

HTML Document Object 1.22 (WebSite Code)


HTML Document Object 1.22 (WebSite Code) 06/24/2004 01:20 PM
Perl module which provides for Dynamic HTML documents.

HTML Document Object 1.25 (WebSite Code)


HTML Document Object 1.25 (WebSite Code) 01/04/2005 03:21 PM
Perl module which provides for Dynamic HTML documents.

HTML Document Object 1.21 (WebSite Code)


HTML Document Object 1.21 (WebSite Code) 05/18/2004 06:10 PM
Perl module which provides for Dynamic HTML documents.

Allowed HTML:
h2..h6,a,b,blockquote,br,center,font,hr,
i,li,ol,p,u,ul,code


Allowed HTML:
h2..h6,a,b,blockquote,br,center,font,hr,
i,li,ol,p,u,ul,code
01/23/2003 11:09 PM
Top XML Jan 23 2003 10:14PM ET

HyperEdit displays HTML code changes in
real-time


HyperEdit displays HTML code changes in
real-time
05/17/2004 03:07 PM
Tumult Co. has released HyperEdit, an HTML and PHP editor that splits its main window into two views, one for typing code and one for displaying the results as the code is entered. The application underlines any coding mistakes in red and uses the same rendering engine found in Safari. Other features include a JavaScript code evaluator, find and replace for regular expressions, a delay timer that forces the page to wait before refreshing while you're typing and more. It's a US$19.95 application that requires Mac OS X v.10.2 and Safari 1.0 or higher. The unregistered version will run 10 times and then displays a registration reminder.

Vulns: Usermin HTML Email Script Code
Execution Vulnerability


Vulns: Usermin HTML Email Script Code
Execution Vulnerability
06/21/2004 08:16 PM
SecurityFocus Jun 22 2004 1:03AM GMT

"NPR and Media Matters Can't Tell Time--
It's a two-fer tonight: evidence of
incredible carelessness at both NPR and
Media Matters"


"NPR and Media Matters Can't Tell Time--
It's a two-fer tonight: evidence of
incredible carelessness at both NPR and
Media Matters"
09/12/2004 02:12 PM

Sports Internet Destination! Releases
Free Version of Top Sports Sites Search
Engine - Attached Document with HTML
Source Code Enclosed


Sports Internet Destination! Releases
Free Version of Top Sports Sites Search
Engine - Attached Document with HTML
Source Code Enclosed
04/05/2005 02:17 AM
Sports Internet Destination! Top Sports Sites Search Engine provides new relevance to targeted sports search in that 100% of search results returned are drawn exclusively from top sports sites. You may insert the HTML code to place this valuable search engine for free on your website, in accordance with the terms detailed. [PRWEB Apr 5, 2005]

valid CSS


valid CSS 06/11/2004 05:02 AM

tinyurl.com/2nhee
track this site | 6 links


Trackback in, valid out (mostly)


Trackback in, valid out (mostly) 06/28/2004 09:41 PM
Jacques Distler: You gonna turn off Trackbacks (which don't declare a charset, and could be sent in any charset imaginable, but very frequently are Windows-1252)? Unless you have a way to guess the charset and re-encode the result to UTF-8, they will invalidate your pages as quick as you can sneeze. It turns out that by design it is rather hard for a string of bytes to accidentally be valid utf-8, unless that string is pure US-ASCII, in which case it doesn't much matter which encoding you presume. ...

Test-XML-Valid-0.03


Test-XML-Valid-0.03 06/01/2004 05:09 PM

Test-XML-Valid-0.04


Test-XML-Valid-0.04 06/01/2004 05:09 PM

Staying valid


Staying valid 05/02/2004 05:01 PM

Andrei Herasimchuk:

There seems no automatic way to keep a site valid with web standards unless you close it off to the rest of the world to contribute to it. I will not do that anytime soon.

There is: I'm doing it. Next Thursday will mark the one year anniversary of my switching to application/xhtml+xml as the content-type header for this site, for user agents that support it. Using that content-type forces Gecko engine browsers to refuse to render pages if they are not well-formed XML, so if a page is invalid I hear about it pretty quickly.

So how do you keep a frequently updated site with data from external sources and user comments valid? There are really only two things you need to do. Firstly, ensure that everything going IN to the system (entries and comments) is valid XHTML. I do that using a simple validation system for comments and a bookmarklet for my own entries. Secondly, any and all data from external sources (my blogroll from blo.gs, blogmark URLs added using a bookmarklet) needs to be entity-escaped before being displayed on the site. In my case, a call to PHP's htmlspecialchars() function is all that's needed.

I'm not saying my system is ideal - the need for well formed markup in comments is a major usability issue even on a site with an audience consisting mostly of web developers. But it's certainly possible to operate a site in XHTML with frequent updates and user comments while staying valid at the same time.


11 ways to valid RSS


11 ways to valid RSS 04/09/2004 04:13 PM
11 valid RSS documents, highlighting different ways to specify content within an item. Does your aggregator do something sensible with all of them?

"Valid XHTML "


"Valid XHTML " 02/17/2004 08:53 AM

German Court Says GPL is Valid


German Court Says GPL is Valid 07/23/2004 01:05 PM

Valid XHTML 1.0 Strict


Valid XHTML 1.0 Strict 12/03/2002 11:46 AM

This site is XHTML 1.0 Strict valid. Dang am I happy about that. It took some time getting rid of my old align="center" and <b> tag games, but it sure is worth it.


RIM Paid $450 Million For Patents That
Aren't Valid


RIM Paid $450 Million For Patents That
Aren't Valid
04/13/2005 05:18 PM
It was surprising last month that RIM finally gave in to patent hoarder NTP and agreed to pay $450 million to license their portfolio of patents on fairly obvious concepts. This came just a few weeks after NTP paid RIM-competitor Good Technologies to license the same patents. However, while we missed this story last week, Po litech notes that the patent office rejected one of the main patents, and has indicated that it's likely to throw out the rest as well. All this, just three weeks after RIM agreed to pay half a billion to license them. The whole thing sounds pretty questionable. NTP (who might not even really have the rights to these patents) paid one company to license their own patents, pressuring the big fish (RIM) to then license them less than a month before the patent office rejected them. Whoever agreed to this deal on RIM's part really has quite a few questions to answer. They just gave up half a billion for invalid patents on an obvious idea, after the company that might not own those patents had to pay off another company to license them. What was RIM thinking?

German court ruled GPL valid


German court ruled GPL valid 07/27/2004 02:02 AM

Church Says Girl's Communion Not Valid
(AP)


Church Says Girl's Communion Not Valid
(AP)
08/19/2004 05:09 PM
AP - An 8-year-old girl who suffers from a rare digestive disorder and cannot eat wheat has had her first Holy Communion declared invalid because the wafer contained no wheat, violating Roman Catholic doctrine.

RIAA Subpoenas for John Does Valid


RIAA Subpoenas for John Does Valid 08/04/2004 03:23 PM

XML Basics Part III: An Example of
Well-Formed and Valid XML


XML Basics Part III: An Example of
Well-Formed and Valid XML
02/10/2004 07:55 PM
Internet.com Feb 11 2004 0:18AM GMT

XML Boulevard Lesson 15 - Valid XML,
DTDs and schemas


XML Boulevard Lesson 15 - Valid XML,
DTDs and schemas
07/18/2004 12:49 AM

As war on spam heats up, many valid
e-mails are getting lost


As war on spam heats up, many valid
e-mails are getting lost
02/18/2004 05:07 AM
Boston Globe Feb 18 2004 9:06AM GMT

CNN.com - Church says girl's communion
not valid - Aug 19, 2004


CNN.com - Church says girl's communion
not valid - Aug 19, 2004
08/20/2004 10:56 AM
Child’s wheat allergy sees her first communion invalidated .. Catholic Church again woefully out of touch .. you are a tool of Satan

cnn.com/2004/US/08/19/communion.denied.ap/index.html
track this site | 4 links


Yahoo! News - Church Says Girl's
Communion Not Valid


Yahoo! News - Church Says Girl's
Communion Not Valid
08/22/2004 09:23 AM
Girl allergic to communion wafers may go to hell .. Wheat allergy keeps 8-year-old girl out of heaven .. Quote:

story.news.yahoo.com/news?tmpl=story&cid=519&e=12&u=/ap/commu nion_denied
track this site | 3 links


Vulns: WebCT Campus Edition HTML Tags
HTML Injection Vulnerabilities


Vulns: WebCT Campus Edition HTML Tags
HTML Injection Vulnerabilities
05/20/2004 05:40 PM
SecurityFocus May 20 2004 8:47PM GMT

Vulns: Horde IMP HTML+TIME HTML
Injection Vulnerability


Vulns: Horde IMP HTML+TIME HTML
Injection Vulnerability
08/06/2004 04:29 PM
SecurityFocus Aug 6 2004 8:16PM GMT

Vulns: Google Toolbar About.HTML HTML
Injection Vulnerability


Vulns: Google Toolbar About.HTML HTML
Injection Vulnerability
09/20/2004 03:18 PM
SecurityFocus Sep 20 2004 6:14PM GMT

ArGoSoft FTP Server reveals valid
usernames and allows for brute force
attacks


ArGoSoft FTP Server reveals valid
usernames and allows for brute force
attacks
12/31/2004 02:14 PM
steven_at_lovebug.org (Dec 31 2004)

HTML Tip: Problems With Nested HTML Tags


HTML Tip: Problems With Nested HTML Tags 11/30/2002 12:30 AM
Net Mechanic Nov 29 2002 11:13PM ET
Grok Description matches for HTML Tip: Why Valid Code Matters
GrokA matches for HTML Tip: Why Valid Code Matters

HTML Tip: Why Valid Code Matters

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Pixelporn demo
Chessboxing Super
Middleweight
Champion

No matter where you
look, even in some
of the remotest
parts of the planet,
you can't avoid
Monty Python

Re-post: Zeyad’s
pictures

New York Daily News
- Home - Hil puts
chill on Al's party
plans

A third of the
soldiers trained by
the U.S.-led
occupation authority
have quit, defense
officials said
Wednesday. Touted as
a key to Iraq's
future, the 700-man
battalion lost some
250 men over recent
weeks as they were
preparing to begin
operations this

Cheney made each
pheasant wear a
little Saddam mask

Thomas Friedman
Shoves Man For
Saying 'That The
Columnist Was
Willing To
“sacrifice Israel On
The Altar Of Iraq.”
(Bizarre)

Ted Koppel, Anchor
Provocateur; "Big
loser tonight:
Koppel," said
Kucinich spokesman
Jeff Cohen. 12/11

The privatisation of
war: 30bn goes to
private military;
Fears over 'hired
guns' policy; and
more 12/11

perhaps the longest
ever

Bush's VERY
Selective Support of
Democracy 12/10

Washington Post:
Supreme Court
Upholds Political
Money Law

"One is in danger of
sounding like an
old-fart veteran if
one goes on too long
about this,

Internet Video
Magazine announces
iMovie contest
winners

US agencies still
score poorly on
security

Intel to merge 2
units

SR Telecom's
stride2400 Selected
for Voice and
Internet Project in
U.S. - Southwest
Texas Telephone
project wi

Axe falls on net
pin-up's 36D assets

Internet shopping
yields many PC
bargains

AT&T to offer
Internet-based phone
service

Flexing gaming power
Speedy new chips
lure players to
high-end PCs

Intel merges
business groups

Purdue's
Self-Assembled
'Nanorings' Could
Boost Computer
Memory

UK hits 3 million
broadband mark

Qwest to Offer
Residential Voice
Over IP

Maloney is chief of
new Intel group

It takes a snake to
prove that .NET is
fast for scripting

EDS dumped out of
GBP3bn Revenue IT
contract

Interpreter Turbo
Pascal 7

PeScan
rtf2html converter
CSR to expand from
Bluetooth into Wi-Fi

IEEE networking
conferences turn to
Linux as network OS

Enterprise Content
Management

Pangea shows first
Nanosaur II
screenshots

Stupendous releases
six free iMovie
tutorials

How to Hold Moonbeam
in Your Hand

World's Tech
Have-Nots Confer

Shipshape, From Stem
to Sperm

Waiting for the
Phone to Bark

Tomorrow's Menu:
Spam, Spam, Spam

Open Source for the
Slopes

Mining the Vein of
Voter Rolls

A Vending Machine
for Voter Data

Perestroika by
PowerPoint

IE phishing scam
exploit unearthed

'Cyber Oscar' for
landmine project

Rub out ink 'to cut
paper waste'

Juniper Litter Box
Cartoon 'Fires Up'
Cisco Employees,
Says CEO

what is grok?