Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

check this site out i need users

1 view
Skip to first unread message

Gareth Ablett

unread,
Jul 18, 2002, 12:27:24 PM7/18/02
to

Rob

unread,
Jul 18, 2002, 12:38:04 PM7/18/02
to
"Gareth Ablett" <Gareth...@btopenworld.com> wrote in message
news:ah6q9c$ld6$1...@paris.btinternet.com...
> http://www.polarpact.com/
>
>

I don't agree with spamming but i DO like the design of your site - well
done on that one!


bec...@gehennom.net

unread,
Jul 18, 2002, 12:38:30 PM7/18/02
to
Gareth Ablett <Gareth...@btopenworld.com> wrote:

> http://www.polarpact.com/

/* constructive criticism */
ccv("your site sucks in links. it's not navigable at all.");


--
j.beckham | Everyone was born right handed,
bec...@gehennom.net | only the greatest overcome it.

Neo

unread,
Jul 18, 2002, 1:40:29 PM7/18/02
to
Have you looked at it in Netscape? (In 4.7 it doesn't even appear on the
screen.)

Gareth Ablett

unread,
Jul 18, 2002, 2:29:02 PM7/18/02
to
just for the record this isnt my site I code a lot better than that.
and you dont want to validate it with w3c it will be a nightmere.

Joe Phillips

unread,
Jul 18, 2002, 2:54:28 PM7/18/02
to
42 tables opened, 41 closed. That is probably why it isn't showing up in
Netscape.


On 7/18/02 12:40 PM, in article 3d36f...@news.teranews.com, "Neo"

Danny Cardonne

unread,
Jul 18, 2002, 2:57:24 PM7/18/02
to
Joe Phillips wrote:
> 42 tables opened, 41 closed. That is probably why it isn't showing up in
> Netscape.

did you actually count them all???

Joe Phillips

unread,
Jul 18, 2002, 3:19:08 PM7/18/02
to
On 7/18/02 1:57 PM, in article 3D370F9...@univers-cite.qc.ca, "Danny
Cardonne" <d.car...@univers-cite.qc.ca> wrote:

I used the search function in my editor:

find all "<table" returned 42
find all "</table>" returned 41

I did do the subtraction in my head though :)

Janwillem Borleffs

unread,
Jul 18, 2002, 3:50:30 PM7/18/02
to

"Danny Cardonne" <d.car...@univers-cite.qc.ca> schreef in bericht
news:3D370F9...@univers-cite.qc.ca...

Joe probably did something like:

<?
$fp = fsockopen("mickey.i-lan.nl",80);
$source = "";

fputs($fp,"GET /~Stuff/polarpact/php/pages/main.php
HTTP/1.0\r\nHost:www.polarpact.com\r\n\r\n");

while (!feof($fp)) {
$source .= fgets($fp,4096);
}

preg_match_all ("|(<table)|i", $source, $opening);
preg_match_all ("|(<\/table)|i", $source, $closing);

echo "Opening: ".count($opening[0])."<br>";
echo "Closing: ".count($closing[0])."<br>";
?>


Nils Vogels

unread,
Jul 18, 2002, 7:17:32 PM7/18/02
to
* Gareth Ablett [Thu, 18 Jul 2002 at 18:29] in comp.lang.php:

> just for the record this isnt my site I code a lot better than that.

Then why do you need the visitors ?

Grtz,

Nils

--
Of all manifestations of power, restraint impresses men most --Thucydides

Rick Hodger

unread,
Jul 19, 2002, 5:26:02 AM7/19/02
to
Nils Vogels <ni...@yuckfou.org> wrote in message news:<slrnajej4e...@amor.yuckfou.org>...

> * Gareth Ablett [Thu, 18 Jul 2002 at 18:29] in comp.lang.php:
>
> > just for the record this isnt my site I code a lot better than that.
>
> Then why do you need the visitors ?

...any why does the contact for "Php" have the same email address as you?

--
Rick Hodger

0 new messages