Click here to get back home

New Exciting Webmaster tools added! @Services.imasty.com

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
New Exciting Webmaster tools added! @Services.imasty.com BogiWogi 09-03-2007
Posted by BogiWogi on September 3, 2007, 4:51 pm
Please log in for more thread options


www.imasty.com
www.imasty.net


new exciting tools added for webmaster related, others are being
develop


check it out http://services.imasty.com/

thanks for co-op!


Posted by David E. Ross on September 3, 2007, 8:04 pm
Please log in for more thread options


On 9/3/2007 1:51 PM, BogiWogi wrote:
--

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation. © 1997>
www.imasty.com
> www.imasty.net
>
>
> new exciting tools added for webmaster related, others are being
> develop
>
>
> check it out http://services.imasty.com/
>
> thanks for co-op!
>

193 XHMTL errors on cited Web page. If they can't get it correct for
themselves, why should we trust them to get it correct for their
customers.

--

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation. © 1997

Posted by BogiWogi on September 4, 2007, 4:34 am
Please log in for more thread options


Hello Sir,
Thanks for your comments about our services.
For your acknowledge if your are validating our website using; w3c
html validator; the let you know they are mistaken in retrieving the
data from our website, because they are testing use standard
implementations html formats for validation, of HTML source; and due
to hacking, attempts, site grabbing and prevent from code stolen
attempts make our site secure tags and all the tags is well formated
but not w3c standardized; even not our website, you can check HTML W3C
validation of http://groups.google.com/ or http://microsoft.com/ or
http://yahoo.com ; W3C validator or may others HTML validators will
show you error also from these because; Yahoo!, Google, MSN also using
secure HTML tags formats, but are oppositely using their products even
services, because problem not in services problem in they way of
development method, and if aren't agree with us, please check the
error from validator and then open the source code of the same page
where you seem have seen error in validator and check is there really
have mistakes that they are showing; nor i think you haven't find
that, obviously not,

here is some direct links to validatation of yahoo, msn, google groups
sites, by W3c rules.

Yahoo:
http://validator.w3.org/check?uri=http://yahoo.com&charset=%28detect+automatically%29&doctype=Inline&group=0
Microsoft:
http://validator.w3.org/check?uri=http://microsoft.com/&charset=%28detect+automatically%29&doctype=Inline&group=0

etc....

Thanks to your co-op!


Posted by André Gillibert on September 4, 2007, 6:14 am
Please log in for more thread options


BogiWogi wrote:

> new exciting tools added for webmaster related, others are being
> developcheck it out http://services.imasty.com/

David E. Ross answered:

> 193 XHMTL errors on cited Web page. If they can't get it correct for
> themselves, why should we trust them to get it correct for their
> customers.

BogiWogi replied, without quoting, to David E. Ross:

> Hello Sir,
> Thanks for your comments about our services.
> For your acknowledge if your are validating our website using; w3c
> html validator; the let you know they are mistaken in retrieving the
> data from our website, because they are testing use standard
> implementations html formats for validation, of HTML source;

(You should validate your english ;) )

The W3C validation tools are generic SGML or XML validators.
The only additionnal constraint they impose, is about the scheme of the
document type declaration, because they try to respect HTML 4.01/7.2,
making the barrier between conformance and validation blur.

Anyway, standard XML validators would show that your page is ill-formed
XML!

Excerpt from http://services.imasty.com/ (September 4 2007):

> <META NAME="GOOGLEBOT" CONTENT="INDEX,FOLLOW">
> <META NAME="MSNBOT" CONTENT="INDEX,FOLLOW">

This code cannot be valid according to the document type declaration,
because META is spelled in upper case letters, and the document type
declaration doesn't contain any declaration for this element. It declares
meta, but not META.

The document type declaration was:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Note that there's no document type declaration subset.

Secondly, this code is ill-formed because the META tag is not closed. An
XML parser would complain that </head> doesn't match the META open tag.

Another excerpt:

> <body bgcolor="#EAF2FE">
> </body>
> <table border="0" width="100%" cellspacing="0" cellpadding="0"
> height="93">

A table after the body!
This is invalid. Some user agents may not display the table at all.

> and due to hacking, attempts, site grabbing and prevent from code stolen
> attempts make our site secure tags and all the tags is well formated
> but not w3c standardized;

It's ill-formed, hence not "well formated".
The code stealing issues are irrelevant.
Bad code is as easy to steal than good code.

Similarly, violating copyrights of books written in ill-formed english
isn't harder than for books written in good english.
The only difference is that people prefer to steal good code and good
books.
On the other hand, you'll get fewer customers for your books if you write
them in bad english.

> even not our website, you can check HTML W3C
> http://yahoo.com ;

The fact that Web giants have no code quality standards and serve awful
code, is not an excuse.
The argument: "I did something bad, but others did it too", is childish.

> W3C validator or may others HTML validators will
> show you error also from these because; Yahoo!, Google, MSN also using
> secure HTML tags formats

I don't see "secure HTML tags formats".
I just see invalid and ill-formed code.
Tag soup is not secure in any way.
I hope your company doesn't apply the same security principles -
Obfuscating things so that "nobody can read" - for critical data.

Maybe there's a publicly accessible password file where passwords are
stored in ROT13!

> , but are oppositely using their products even
> services, because problem not in services problem in they way of
> development method

Problems are in your english. ;)

> , and if aren't agree with us, please check the
> error from validator and then open the source code of the same page
> where you seem have seen error in validator and check is there really
> have mistakes that they are showing;

That's what I did. And I found errors.

> nor i think you haven't find
> that, obviously not,
>

If this sentence means "I don't think you haven't found errors", then,
you're right, I found errors.

--

Posted by Icarus - iD_Ten_T helper on September 4, 2007, 6:27 am
Please log in for more thread options


On 4 Sep, 11:14, "Andr=E9 Gillibert"
> BogiWogi wrote:
> > new exciting tools added for webmaster related, others are being
> > developcheck it outhttp://services.imasty.com/
>
> David E. Ross answered:
>
> > 193 XHMTL errors on cited Web page. If they can't get it correct for
> > themselves, why should we trust them to get it correct for their
> > customers.
>
> BogiWogi replied, without quoting, to David E. Ross:
>
> > Hello Sir,
> > Thanks for your comments about our services.
> > For your acknowledge if your are validating our website using; w3c
> > html validator; the let you know they are mistaken in retrieving the
> > data from our website, because they are testing use standard
> > implementations html formats for validation, of HTML source;
>
> (You should validate your english ;) )
>
> The W3C validation tools are generic SGML or XML validators.
> The only additionnal constraint they impose, is about the scheme of the
> document type declaration, because they try to respect HTML 4.01/7.2,
> making the barrier between conformance and validation blur.
>
> Anyway, standard XML validators would show that your page is ill-formed
> XML!
>
> Excerpt fromhttp://services.imasty.com/(September 4 2007):
>
> > <META NAME=3D"GOOGLEBOT" CONTENT=3D"INDEX,FOLLOW">
> > <META NAME=3D"MSNBOT" CONTENT=3D"INDEX,FOLLOW">
>
> This code cannot be valid according to the document type declaration,
> because META is spelled in upper case letters, and the document type
> declaration doesn't contain any declaration for this element. It declares
> meta, but not META.
>
> The document type declaration was:
>
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> Note that there's no document type declaration subset.
>
> Secondly, this code is ill-formed because the META tag is not closed. An
> XML parser would complain that </head> doesn't match the META open tag.
>
> Another excerpt:
>
> > <body bgcolor=3D"#EAF2FE">
> > </body>
> > <table border=3D"0" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0"
> > height=3D"93">
>
> A table after the body!
> This is invalid. Some user agents may not display the table at all.
>
> > and due to hacking, attempts, site grabbing and prevent from code stolen
> > attempts make our site secure tags and all the tags is well formated
> > but not w3c standardized;
>
> It's ill-formed, hence not "well formated".
> The code stealing issues are irrelevant.
> Bad code is as easy to steal than good code.
>
> Similarly, violating copyrights of books written in ill-formed english
> isn't harder than for books written in good english.
> The only difference is that people prefer to steal good code and good
> books.
> On the other hand, you'll get fewer customers for your books if you write
> them in bad english.
>
> > even not our website, you can check HTML W3C
> > validation ofhttp://groups.google.com/orhttp://microsoft.com/or
> >http://yahoo.com;
>
> The fact that Web giants have no code quality standards and serve awful
> code, is not an excuse.
> The argument: "I did something bad, but others did it too", is childish.
>
> > W3C validator or may others HTML validators will
> > show you error also from these because; Yahoo!, Google, MSN also using
> > secure HTML tags formats
>
> I don't see "secure HTML tags formats".
> I just see invalid and ill-formed code.
> Tag soup is not secure in any way.
> I hope your company doesn't apply the same security principles -
> Obfuscating things so that "nobody can read" - for critical data.
>
> Maybe there's a publicly accessible password file where passwords are
> stored in ROT13!
>
> > , but are oppositely using their products even
> > services, because problem not in services problem in they way of
> > development method
>
> Problems are in your english. ;)
>
> > , and if aren't agree with us, please check the
> > error from validator and then open the source code of the same page
> > where you seem have seen error in validator and check is there really
> > have mistakes that they are showing;
>
> That's what I did. And I found errors.
>
> > nor i think you haven't find
> > that, obviously not,
>
> If this sentence means "I don't think you haven't found errors", then,
> you're right, I found errors.
>
> --

thanks for that. these engrish speaking, advertising sons of bitches
need to be stopped. this is a newsgroup fro discussion, not for
advertisment


Similar ThreadsPosted
Exclusive n Highly demanded Webmaster Tools available @iMasty.Com @ free of cost... August 30, 2007, 7:36 pm
CSS Online Services Tools | www.web20developers.com October 19, 2006, 7:51 pm
Life Webmaster January 31, 2007, 1:17 pm
'Web Test Tools List' of 300 tools updated at Softwareqatest.com May 24, 2006, 11:41 am
SEO Services December 5, 2007, 3:58 am
file retrieval services on the web? December 14, 2007, 12:19 pm
file retrieval services on the web December 16, 2007, 7:09 am
Limousine Services Orange County February 23, 2008, 5:46 am
Cheap, Low Budget, Customized and Affordable Web Design Services August 10, 2006, 7:33 am
Cheap, Low Budget, Customized and Affordable Web Design Services August 10, 2006, 7:41 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap