This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Site Ratings & Reviews > May 2004 > Please be gentle. I'm a vi**in





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Please be gentle. I'm a vi**in
Duende

2004-05-15, 4:29 am

Pray tell kind folk, what do you think of these 4 pages. The forms don't do
anything yet.
http://wipkip.biz/mike/

--
Duende
Edwin van der Vaart

2004-05-15, 7:28 am

Duende wrote:

> Pray tell kind folk, what do you think of these 4 pages. The forms don't do
> anything yet.
> http://wipkip.biz/mike/


He, you over done your self :-D
Except the mailto for email us, Mike need that to change it into a form.
But it looks better than:
http://www.hostingforabuck.com/csstest/csstest2.htm

Oh change the xhtml strict doctype into transitional, then the page will
validate. ;-)
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
Terry Kimpling

2004-05-15, 9:28 am


"Duende" <spamxxx@wipkip.biz> wrote in message
news:Xns94E9D3E6A63AFspamxxwipkipbiz@130.133.1.4...
> Pray tell kind folk, what do you think of these 4 pages. The forms don't

do
> anything yet.
> http://wipkip.biz/mike/
>


the TOS in flil - From http://wipkip.biz/mike/policies.htm, the first
paragraph. Did not proof the site but that caught my eye - suggest
proff-reading.

The index page is a tiny, little too intense for my taste. I would like it
better with a little more margin separating the columns.

Overall nicely done! (I hope this is not a trend - hosting companies with
user friendly sites.;-)
TK
--
www.wejuggle2.com
Still Having a Ball




-----= Posted via codecomments.com, Uncensored Usenet News =-----
http://www.codecomments.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Edwin van der Vaart

2004-05-15, 5:30 pm

Terry Kimpling wrote:
>
> I hope this is not a trend - hosting companies with user friendly sites.;-)


I hope they do use a friendly sites, instead of a difficult to find and
read sites.
That way we gone earn some money. :-P
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
Duende

2004-05-15, 5:30 pm

While sitting in a puddle Terry Kimpling scribbled in the mud:

>
> "Duende" <spamxxx@wipkip.biz> wrote in message
> news:Xns94E9D3E6A63AFspamxxwipkipbiz@130.133.1.4...
>
> the TOS in flil - From http://wipkip.biz/mike/policies.htm, the first
> paragraph. Did not proof the site but that caught my eye - suggest
> proff-reading.


Thanks for catching that. I never read anything on the site (just took
what was there). I'll go read everything.

>
> The index page is a tiny, little too intense for my taste. I would
> like it better with a little more margin separating the columns.


Do you mean more padding in the blue column?

>
> Overall nicely done! (I hope this is not a trend - hosting companies
> with user friendly sites.;-)
> TK


I normaly don't care what the hosting companies site looks like. Just
that they are reliable and the tech people know what they're doing & get
the bugs fix quick when they do show up. Mike provides a good service
there at HostingForBuck. I just hope he lasts for the long haul.

--
Duende
dob - 05/15/1910
Duende

2004-05-15, 5:30 pm

While sitting in a puddle Edwin van der Vaart scribbled in the mud:

> I hope they do use a friendly sites, instead of a difficult to find and
> read sites.


Main problem for all online businesses. Getting found!

--
Duende
dob - 05/15/1910
Duende

2004-05-15, 5:30 pm

While sitting in a puddle Edwin van der Vaart scribbled in the mud:

> Duende wrote:
>
>
> He, you over done your self :-D
> Except the mailto for email us, Mike need that to change it into a
> form.

I agree with you there. I think Mike might have been trying to give you
two ways to contact him. Not sure, just my guess.

> But it looks better than:
> http://www.hostingforabuck.com/csstest/csstest2.htm


I kinda like that version. :o)

>
> Oh change the xhtml strict doctype into transitional, then the page
> will validate. ;-)


Picky, picky, picky :-)

--
Duende
dob - 05/15/1910
Edwin van der Vaart

2004-05-15, 5:30 pm

Duende wrote:
> While sitting in a puddle Edwin van der Vaart scribbled in the mud:
>
> I agree with you there. I think Mike might have been trying to give you
> two ways to contact him. Not sure, just my guess.


In that case. I'm not against that he have 2 options to contact him.
Perhaps he need a third option to contact him by phone / fax.

>
> I kinda like that version. :o)


That for a beginner.

>
> Picky, picky, picky :-)


You rang sire?
--
Edwin van der Vaart
Ikke niet begrijpen, ikke domme Hollander zijn.
Duende

2004-05-15, 5:30 pm

While sitting in a puddle Edwin van der Vaart scribbled in the mud:

> Duende wrote:
<snip>[color=darkred]
>
> You rang sire?


On the index.htm page how can I get rid of the image border at the bottom
of the page without border="0"? It's a link and looks yucky with a
border. In the css I tried
img {
border: 0px;
}
but that did nothing.
That was one thing that didn't validate.

--
Duende
dob - 05/15/1910
Els

2004-05-15, 5:30 pm

Duende wrote:

> On the index.htm page how can I get rid of the image border at the bottom
> of the page without border="0"? It's a link and looks yucky with a
> border. In the css I tried
> img {
> border: 0px;
> }
> but that did nothing.
> That was one thing that didn't validate.


It's an img inside an <a> element, so
a img {border: 0px;}
should do it.
If it still has a line underneath after that, it could have
to do with the link, and then
a, a:link {text-decoration:none;}
might help.


--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

Duende

2004-05-15, 5:30 pm

While sitting in a puddle Els scribbled in the mud:

> Duende wrote:
>
>
> It's an img inside an <a> element, so
> a img {border: 0px;}
> should do it.
> If it still has a line underneath after that, it could have
> to do with the link, and then
> a, a:link {text-decoration:none;}
> might help.
>
>


Thanks sexy lady. I'll mess with to tomarrow. Got some old people commin
over so I better get my pants on. :(

--
Duende
dob - 05/15/1910
Terry Kimpling

2004-05-15, 10:29 pm


"Duende" <spamxxx@wipkip.biz> wrote in message
news:Xns94EA6798B24DBspamxxwipkipbiz@130.133.1.4...
[snip][color=darkred]
>
> Do you mean more padding in the blue column?

All three columns crowd the left edge a little too hard - <grin>you must be
as cheap (I mean frugal)</grin> as I am.

It feels a little like talking with someone who is hyper - they are so panic
stricken that you may leave that they are talking *way* too fast. Sadly a
feeling I have experienced from both sides. Hope this makes sense.
TK
--
www.wejuggle2.com
Still Having a Ball





-----= Posted via codecomments.com, Uncensored Usenet News =-----
http://www.codecomments.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews