Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > B.... web designers

Reply
Thread Tools

B.... web designers

 
 
Phstpok
Guest
Posts: n/a
 
      04-22-2005
<rant>

I've done a few web pages over the years, and I use css to adjust the
width of the page to 100% to avoid horizontal scroll bars (a pet hate).

I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
ease my aging eyes.

Now it seems every second page I get has a horizontal scroll bar.

Maybe I should get back into the business, if the mugs people hire today
to build pages have no respect for usability.

</rant>

Rob (anyone want a fast loading, multi-browser (no v4, too hard to work
around and too low a user base now), user friendly page built?)

Hmm, nested brackets. Gotta get over that habit.
 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      04-22-2005
Phstpok wrote:
> <rant>
>
> I've done a few web pages over the years, and I use css to adjust the
> width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>
> I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
> ease my aging eyes.
>
> Now it seems every second page I get has a horizontal scroll bar.
>
> Maybe I should get back into the business, if the mugs people hire today
> to build pages have no respect for usability.
>
> </rant>



Accept that at least 1152x864 is the norm now, and that people dont like to have
the content bunched together in the middle of the screen with 6" of whitespace
on each side.
 
Reply With Quote
 
 
 
 
FreedomChooser
Guest
Posts: n/a
 
      04-22-2005
On Fri, 22 Apr 2005 22:33:19 +1200, Richard <> wrote:

>Phstpok wrote:
>> <rant>
>>
>> I've done a few web pages over the years, and I use css to adjust the
>> width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>>
>> I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
>> ease my aging eyes.
>>
>> Now it seems every second page I get has a horizontal scroll bar.
>>
>> Maybe I should get back into the business, if the mugs people hire today
>> to build pages have no respect for usability.
>>
>> </rant>

>
>
>Accept that at least 1152x864 is the norm now,


bullshot

800x600 is still the most common resolution
the %age at 1024x768 is growing significantly and will eventually
overtake this
1152x854 is in NO way the norm

 
Reply With Quote
 
Adam Cameron
Guest
Posts: n/a
 
      04-22-2005
> Accept that at least 1152x864 is the norm now,

Our stats suggest about 50% 1024x768, 18% 1280x1024, 13% 800x600, and
1152x864 came in at about 5%.

As the OP suggested, it's really not much of a problem designing with any
screen res in mind, though.
--

Adam
 
Reply With Quote
 
Craig Sutton
Guest
Posts: n/a
 
      04-22-2005

"Phstpok" <> wrote in message
news:d4ajnv$q2p$...
> <rant>
>
> I've done a few web pages over the years, and I use css to adjust the
> width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>
> I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
> ease my aging eyes.
>
> Now it seems every second page I get has a horizontal scroll bar.
>

Like this one http://www.mircheetv.co.nz/What_doIsee/mircheeone.htm



 
Reply With Quote
 
Phstpok
Guest
Posts: n/a
 
      04-22-2005
Richard wrote:
> Phstpok wrote:
>
>> <rant>
>>
>> I've done a few web pages over the years, and I use css to adjust the
>> width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>>
>> I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
>> ease my aging eyes.
>>
>> Now it seems every second page I get has a horizontal scroll bar.
>>
>> Maybe I should get back into the business, if the mugs people hire
>> today to build pages have no respect for usability.
>>
>> </rant>

>
>
>
> Accept that at least 1152x864 is the norm now, and that people dont like
> to have the content bunched together in the middle of the screen with 6"
> of whitespace on each side.

That's why css to fit the page to 100% of window width. Dynamically
adjusts to each viewer's resolution.
 
Reply With Quote
 
Phstpok
Guest
Posts: n/a
 
      04-22-2005
Craig Sutton wrote:
> "Phstpok" <> wrote in message
> news:d4ajnv$q2p$...
>
>><rant>
>>
>>I've done a few web pages over the years, and I use css to adjust the
>>width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>>
>>I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
>>ease my aging eyes.
>>
>>Now it seems every second page I get has a horizontal scroll bar.
>>

>
> Like this one http://www.mircheetv.co.nz/What_doIsee/mircheeone.htm
>
>
>

Sheesh. Built it with dreamweaver, sets outer table at 100% then nests
an inner table at 1774.

DW just about tells you in caps not to do this.
 
Reply With Quote
 
Phstpok
Guest
Posts: n/a
 
      04-22-2005
Craig Sutton wrote:
> "Phstpok" <> wrote in message
> news:d4ajnv$q2p$...
>
>><rant>
>>
>>I've done a few web pages over the years, and I use css to adjust the
>>width of the page to 100% to avoid horizontal scroll bars (a pet hate).
>>
>>I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
>>ease my aging eyes.
>>
>>Now it seems every second page I get has a horizontal scroll bar.
>>

>
> Like this one http://www.mircheetv.co.nz/What_doIsee/mircheeone.htm
>
>
>

Just read what it is about, an Indian tv station starting in AK. Must
have a lot of fat Indians in their choice of shows ;-}
 
Reply With Quote
 
AD.
Guest
Posts: n/a
 
      04-23-2005
Phstpok wrote:

>> Accept that at least 1152x864 is the norm now, and that people dont
>> like to have the content bunched together in the middle of the screen
>> with 6" of whitespace on each side.

>
> That's why css to fit the page to 100% of window width. Dynamically
> adjusts to each viewer's resolution.


Yep, along with not using points or pixels for font sizes, and trying to
avoid using pixels for layout units (although making an exception when
dealing with an image, is ok).

Although IE as usual makes things a bit harder for the
designer/developer - not impossible though.

--
Cheers
Anton
 
Reply With Quote
 
Craig Sutton
Guest
Posts: n/a
 
      04-23-2005

"Phstpok" <> wrote in message
news:d4asdq$bas$...
> Craig Sutton wrote:
> > "Phstpok" <> wrote in message
> > news:d4ajnv$q2p$...
> >
> >><rant>
> >>
> >>I've done a few web pages over the years, and I use css to adjust the
> >>width of the page to 100% to avoid horizontal scroll bars (a pet hate).
> >>
> >>I've recently changed my monitor back to 800 x 600 from 1024 x 768 to
> >>ease my aging eyes.
> >>
> >>Now it seems every second page I get has a horizontal scroll bar.
> >>

> >
> > Like this one http://www.mircheetv.co.nz/What_doIsee/mircheeone.htm
> >
> >
> >

> Just read what it is about, an Indian tv station starting in AK. Must
> have a lot of fat Indians in their choice of shows ;-}


Bit more to it than that. Mirchee Digital are using the ex Ihug DTV
capacity, to beam from the Skytower and Waitarua transmitter site. Capacity
for up to 50 channels, some ethinic pay channels, some FTA. Just point a
Sky dish at the tower and use a FTA receiver. Actually NASA TV was suppose
to be put on it last weekend.



 
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
The Directory of Indian Web Designers, Graphic Designers charan.uptrend@gmail.com Perl Misc 0 03-01-2007 04:11 PM
Invitation to ROR Developers, UI Designers, AJAX Gurus and graphics designers wheresdave Javascript 0 02-14-2007 04:41 PM
Teenage Web Designers Needed For Big Project Trundle HTML 20 02-21-2005 02:32 PM
Web Designers Suck : : b r i a n : : Firefox 4 01-04-2004 05:56 PM
a site I find for web designers Dark Angel HTML 0 11-14-2003 11:16 PM



Advertisments