Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > HTML and CSS validation of password protected pages

Reply
Thread Tools

HTML and CSS validation of password protected pages

 
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      01-03-2006
How can I Html and CSS validate my
password protected pages?
--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/sv/oversattning.php








 
Reply With Quote
 
 
 
 
Chris Beall
Guest
Posts: n/a
 
      01-03-2006
Luigi Donatello Asero wrote:

> How can I Html and CSS validate my
> password protected pages?


Luigi,

I would use the "Validate by file upload" option, pointing to the
unprotected version on my hard drive. (Unless the pages are dynamically
built at the server, which I couldn't determine easily).

If the page is valid on your hard drive, uploading it to the server
should not alter its validity.

Chris Beall

 
Reply With Quote
 
 
 
 
Mark Parnell
Guest
Posts: n/a
 
      01-03-2006
Deciding to do something for the good of humanity, Luigi Donatello Asero
<> spouted in alt.html:

> How can I Html and CSS validate my
> password protected pages?


a) Save a copy separately and validate that
b) Use an offline validator
c) Update your site to not require a password from the validator (e.g.
by IP address)

--
Mark Parnell
================================================== ===
Att. Google Groups users - this is your last warning:
http://www.safalra.com/special/googlegroupsreply/
 
Reply With Quote
 
Chris Beall
Guest
Posts: n/a
 
      01-03-2006
Luigi Donatello Asero wrote:

> How can I Html and CSS validate my
> password protected pages?


Luigi,

Hmmm, I see that the page you pointed to is .php, hence may be
dynamically created.

In this case I would create an unprotected Test subdirectory on the
server, place the page there, validate it by URL, copy the valid page to
the protected location and delete the test version.

Unless it contains instructions for building a Weapon of Mass
Destruction, the brief time that it is exposed (to someone who can guess
its filename) would be acceptable.

Chris Beall

 
Reply With Quote
 
Roy Schestowitz
Guest
Posts: n/a
 
      01-03-2006
__/ [Mark Parnell] on Tuesday 03 January 2006 04:19 \__

> Deciding to do something for the good of humanity, Luigi Donatello Asero
> <> spouted in alt.html:
>
>> How can I Html and CSS validate my
>> password protected pages?

>
> a) Save a copy separately and validate that
> b) Use an offline validator
> c) Update your site to not require a password from the validator (e.g.
> by IP address)


Or if you are careful about giving away your private content, strip off text
(not markup), replacing it with dummies and then validate. Character type
validity might then be the only issue.

Roy
 
Reply With Quote
 
Barbara de Zoete
Guest
Posts: n/a
 
      01-03-2006
On Tue, 03 Jan 2006 05:09:15 +0100, Luigi Donatello Asero
<> wrote:

> How can I Html and CSS validate my password protected pages?


HTML: [Ctrl]+[Alt]+[V] in Opera while the page is opened from a local file
CSS: [Ctrl]+[C] the entire code; open
<URL:http://jigsaw.w3.org/css-validator/validator-text.html> and then
[Ctrl]+[V] in the textbox; or use the upload facility at
<URL:http://jigsaw.w3.org/css-validator/validator-upload.html>

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
 
Reply With Quote
 
Dylan Parry
Guest
Posts: n/a
 
      01-03-2006
Pondering the eternal question of "Hobnobs or Rich Tea?", Luigi
Donatello Asero finally proclaimed:

> How can I Html and CSS validate my
> password protected pages?


Not directly. Why not download the Web Developer extension[1] for
Firefox and then use the "Validate Local HTML" option[2]. This also has
the benefit of adding loads of other fun tools that will help you with
other problems[3].
_____
[1] http://chrispederick.com/work/webdeveloper/
[2] Under the "tools" menu on the Web Developer extension toolbar
[3] Eg. Disabling images, disabling certain CSS rules etc

--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references

Disclaimer: This post does not represent the opinion of me or my cats.
 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      01-03-2006

"Dylan Parry" <> skrev i meddelandet
news:...
> Pondering the eternal question of "Hobnobs or Rich Tea?", Luigi
> Donatello Asero finally proclaimed:
>
> > How can I Html and CSS validate my
> > password protected pages?

>
> Not directly. Why not download the Web Developer extension[1] for
> Firefox and then use the "Validate Local HTML" option[2]. This also has
> the benefit of adding loads of other fun tools that will help you with
> other problems[3].
> _____
> [1] http://chrispederick.com/work/webdeveloper/
> [2] Under the "tools" menu on the Web Developer extension toolbar
> [3] Eg. Disabling images, disabling certain CSS rules etc


This time I seem to have got very interesting answers from everybody.
Actually, I have just downloaded Firefox because IE seems to be especially
vulnerable these days
and Microsoft has not published a patch yet.
But I know Firefox very little.
Where do I find the Web Developer extension?



--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/sv/oversattning.php









 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      01-03-2006

"Roy Schestowitz" <> skrev i meddelandet
news:dpdaqk$3dp$...
> __/ [Mark Parnell] on Tuesday 03 January 2006 04:19 \__
>
> > Deciding to do something for the good of humanity, Luigi Donatello Asero
> > <> spouted in alt.html:
> >
> >> How can I Html and CSS validate my
> >> password protected pages?

> >
> > a) Save a copy separately and validate that
> > b) Use an offline validator
> > c) Update your site to not require a password from the validator (e.g.
> > by IP address)


The offline validator would be an option but how much does it cost?
And which way of payment is accepted?

> Or if you are careful about giving away your private content, strip off

text
> (not markup), replacing it with dummies and then validate. Character type
> validity might then be the only issue.


This would also be a good solution.


--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/sv/oversattning.php









 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      01-03-2006

"Chris Beall" <> skrev i meddelandet
news:H0nuf.1784$ ...
> Luigi Donatello Asero wrote:
>
> > How can I Html and CSS validate my
> > password protected pages?

>
> Luigi,
>
> Hmmm, I see that the page you pointed to is .php, hence may be
> dynamically created.
>
> In this case I would create an unprotected Test subdirectory on the
> server, place the page there, validate it by URL, copy the valid page to
> the protected location and delete the test version.
>
> Unless it contains instructions for building a Weapon of Mass
> Destruction, the brief time that it is exposed (to someone who can guess
> its filename) would be acceptable.


Although the content is peaceful, there are curious people and machines
these days (see robots)...
which try and see and read and save everything they can...
and I am considering to sell a part of this information to users, that will
say password to read the content for a certain period afterwards..

--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/sv/oversattning.php









 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Password protected html files =?Utf-8?B?bmljaw==?= ASP .Net 5 06-18-2006 03:37 PM
web spider and password protected pages jdonnell Python 5 02-17-2005 01:42 AM
confused - html validates, css validates but validate css from the html causes errors Titus A Ducksass - AKA broken-record HTML 6 11-15-2004 12:59 PM
Fetching remote password protected pages Tom Cook Perl Misc 0 08-10-2003 11:23 PM
Difference between "Protected WithEvents myClassName" And "Protected myClassName" ? Andreas Klemt ASP .Net 2 07-05-2003 12:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57