Re: [WSG] Checking My Page

2009-01-14 Thread James Jeffery
I thinks it's worth reminding everyone on the list that Marvin is actually a
blind web developer.

Personally Marvin I would stick with plain vanilla HTML with no styles at
all. Get rid of the Javascript and focus your time into developing and
marking up some rich content.

Never the less, given your circumstances I have to give you praise for your
work.

Btw. I am still trying to locate that paper I write for you. As soon as I
find it I will email it over. Having to search to the works backup server as
it's not on the system.

James

On Wed, Jan 14, 2009 at 5:18 AM, Luke Hoggett luke.hogg...@gmail.comwrote:

 Hi Marvin,

 Wow a flash back to web design circa 1997.

 Well it does pass XHTML transitional, so  plus there.

 In terms of css errors well you really shouldn't be placing styling
 information in id attributes i.e. id=Borg; width: 400px; margin: 1%
 auto;

 Your positioning breaks (text and images in the wrong places) when the
 window is resized.

 Frankly I haven't seen such a bad design in years, the only way you could
 make it better is to add this style to the css
 * {text-decoration: blink}

 Check out some css gallery sites for better design ideas. Do the original
 design as an image in Photoshop or similar, then cut up the xhtml and css
 working from your design.

 Also this isn't a help desk
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

 best regards
 Luke

  Marvin Hunkin wrote:

 Hi.
 Thanks to Mark Harris, he put my files up on his server.
 so, will post the url for feedback.
 the main problem, i have is the styles.css and the navlinks.css.
 so can people take a look, and show me how to fix some of the errors in the
 css sheets i have.
 and also general feedback, not so much on content, pretty happy with the
 content and the message.
 now, formatting, colours, background, etc.
 all comments, suggestions, and complaints are welcome.
 cheers Marvin.

 ps: so here's the url to the site.
 http://tracs.co.nz/marvin/
 E-mail: startrekc...@gmail.com
 MSN: sttartrekc...@msn.com
 Skype: startrekcafe
 We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
 Star Trek Voyager Episode 68 Scorpian Part One




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***





 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Checking My Page

2009-01-14 Thread Susan Grossman


 ps: so here's the url to the site.

 http://tracs.co.nz/marvin/
 E-mail http://tracs.co.nz/marvin/E-mail: startrekc...@gmail.com
 MSN: sttartrekc...@msn.com
 Skype: startrekcafe
 We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
 Star Trek Voyager Episode 68 Scorpian Part One


It's not as bad as it appears on first glance, in fact a few simple
corrections can make this a site with graphics that work.  Here are some
simple suggestions that's just one way to make this work.

1)  Don't have an image over the background.  The background is a good image
but it is complex, there's a lot of things going on in it so it's important
to see the whole image without another image on top of it.  If you need a
logo, consider putting it into the Header area, which doesn't conflict with
the background - and keep it small and simple.

2)  Once the image is removed, use margin-bottom on the header to push the
next text down an allow viewing of the background image (anywhere around
3.5-5.5em depending on the look you wish to achieve)

3)  You need to use a clear method after your navigation bar and get rid of
the JS, it doesn't add any value

4)  Add a little more spacing between your nav and the next text, make your
text smaller and center your division better.

That should get you going on a page that you can work with and is
pleasing/interesting to those who are into the space thingy,  obviously
not me  grin


-- 
Susan R. Grossman
susan.rgross...@gmail.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Checking My Page

2009-01-13 Thread Luke Hoggett

Hi Marvin,

Wow a flash back to web design circa 1997.

Well it does pass XHTML transitional, so  plus there.

In terms of css errors well you really shouldn't be placing styling 
information in id attributes i.e. id=Borg; width: 400px; margin: 1% auto;


Your positioning breaks (text and images in the wrong places) when the 
window is resized.


Frankly I haven't seen such a bad design in years, the only way you 
could make it better is to add this style to the css

* |{text-decoration: blink}|
||
|Check out some css gallery sites for better design ideas. Do the 
original design as an image in Photoshop or similar, then cut up the 
xhtml and css working from your design.|

||
|Also this isn't a help desk |
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

|best regards
Luke

|||Marvin Hunkin wrote:

Hi.
Thanks to Mark Harris, he put my files up on his server.
so, will post the url for feedback.
the main problem, i have is the styles.css and the navlinks.css.
so can people take a look, and show me how to fix some of the errors in the 
css sheets i have.
and also general feedback, not so much on content, pretty happy with the 
content and the message.

now, formatting, colours, background, etc.
all comments, suggestions, and complaints are welcome.
cheers Marvin.

ps: so here's the url to the site.

http://tracs.co.nz/marvin/
E-mail: startrekc...@gmail.com
MSN: sttartrekc...@msn.com
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One 





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Checking My Page

2009-01-07 Thread Lisa B McLaughlin
OMG! So sorry to blast a personal email here!  I WILL use my glasses when
using my BlackBerry!  Really.  (I at least how you got a laugh from my
idiocy!) Lisa

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of l...@allspunup.com
Sent: 07 January 2009 07:04
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Checking My Page

Hi
   My sister was only able to afford a house because a hurricane made her
eligible for a spacial deal. Lots of luck finding something where
transportation isn't such an issue. Lots of places open now. 
   Yes, I am planning on Ian's party so getting a ride home shouldn't be a
problem. 
   David is as can be expected. Funeral is today so he's on his way to
Belfast.
LL xx
--Original Message--
From: Marvin Hunkin
Sender: li...@webstandardsgroup.org
To: wsg@webstandardsgroup.org
ReplyTo: wsg@webstandardsgroup.org
Subject: [WSG] Checking My Page
Sent: Jan 7, 2009 05:15

Hi.
well, got some suggestions, from a friend.
and now uploaded my latest files to http://drop.io/startrekcafe/
so, take a look, give me feedback, and any other suggestions, i might need, 
or if my page, style sheet, and the nav links.css, looks fine and it looks 
professional, and the fonts, colours, and the page looks fine, then give me 
some feedback.
cheers Marvin.
E-mail: startrekc...@gmail.com
MSN: sttartrekc...@msn.com
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Sent from my BlackBerryR wireless device
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Checking My Page

2009-01-07 Thread James Jeffery
lol. Don't worry Lisa.

I was reading it and I thought for a second it was some spam type of email.
Was a good read :p

I've did the same in the past.

Regards

James Jeffery

On Wed, Jan 7, 2009 at 1:45 PM, Lisa B McLaughlin l...@allspunup.comwrote:

 OMG! So sorry to blast a personal email here!  I WILL use my glasses when
 using my BlackBerry!  Really.  (I at least how you got a laugh from my
 idiocy!) Lisa

 -Original Message-
 From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
 Behalf Of l...@allspunup.com
 Sent: 07 January 2009 07:04
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] Checking My Page

 Hi
   My sister was only able to afford a house because a hurricane made her
 eligible for a spacial deal. Lots of luck finding something where
 transportation isn't such an issue. Lots of places open now.
   Yes, I am planning on Ian's party so getting a ride home shouldn't be a
 problem.
   David is as can be expected. Funeral is today so he's on his way to
 Belfast.
 LL xx
 --Original Message--
 From: Marvin Hunkin
 Sender: li...@webstandardsgroup.org
 To: wsg@webstandardsgroup.org
 ReplyTo: wsg@webstandardsgroup.org
 Subject: [WSG] Checking My Page
 Sent: Jan 7, 2009 05:15

 Hi.
 well, got some suggestions, from a friend.
 and now uploaded my latest files to http://drop.io/startrekcafe/
 so, take a look, give me feedback, and any other suggestions, i might need,
 or if my page, style sheet, and the nav links.css, looks fine and it looks
 professional, and the fonts, colours, and the page looks fine, then give me
 some feedback.
 cheers Marvin.
 E-mail: startrekc...@gmail.com
 MSN: sttartrekc...@msn.com
 Skype: startrekcafe
 We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
 Star Trek Voyager Episode 68 Scorpian Part One




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



 Sent from my BlackBerryR wireless device
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Checking My Page

2009-01-06 Thread Mark Harris

Marvin Hunkin wrote:

Hi.
well, got some suggestions, from a friend.
and now uploaded my latest files to http://drop.io/startrekcafe/
so, take a look, give me feedback, and any other suggestions, i might need, 
or if my page, style sheet, and the nav links.css, looks fine and it looks 
professional, and the fonts, colours, and the page looks fine, then give me 
some feedback.

cheers Marvin.

Marvin

I don't know what you think you have up there, but drop.io is not a web 
hosting site, it is a dropbox or collaborative filesharing site.


So, when you copy your index.html file up there, what I see is a _link_ 
to an index.html file, with links to download it, send it to someone, 
comment on it, rename it or delete it, plus some image thumbnails. It's 
not interpreting your html files as I think you want them to be (as I 
verified by downloading and viewing the index file).


Regards

~mark




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Checking My Page

2009-01-06 Thread lisa
Hi
   My sister was only able to afford a house because a hurricane made her 
eligible for a spacial deal. Lots of luck finding something where 
transportation isn't such an issue. Lots of places open now. 
   Yes, I am planning on Ian's party so getting a ride home shouldn't be a 
problem. 
   David is as can be expected. Funeral is today so he's on his way to Belfast.
LL xx
--Original Message--
From: Marvin Hunkin
Sender: li...@webstandardsgroup.org
To: wsg@webstandardsgroup.org
ReplyTo: wsg@webstandardsgroup.org
Subject: [WSG] Checking My Page
Sent: Jan 7, 2009 05:15

Hi.
well, got some suggestions, from a friend.
and now uploaded my latest files to http://drop.io/startrekcafe/
so, take a look, give me feedback, and any other suggestions, i might need, 
or if my page, style sheet, and the nav links.css, looks fine and it looks 
professional, and the fonts, colours, and the page looks fine, then give me 
some feedback.
cheers Marvin.
E-mail: startrekc...@gmail.com
MSN: sttartrekc...@msn.com
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Sent from my BlackBerry® wireless device
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***