Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

65 users online



Favorite Resource website thread

Favorite Resource website thread

Currently viewing this thread: 1 (0 members and 1 guests)


Page 2 out of 8
fredmv

fredmv

Status: Offline!

Found this one out from William, great CSS resource:

http://www.css-discuss.org/

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

webarnes

webarnes

Neverside Newbie
Status: Offline!

And how could I forget:
http://cross-browser.com/
Shame on me!
William

___________________

http://webarnes.globalwebtech.com/images/zerolarge.gif

fredmv

fredmv

Status: Offline!

CSS-based Layout Tutorials and Examples:

http://www.glish.com/css/
http://www.bluerobot.com/web/layouts/
http://www.alistapart.com/stories/practicalcss/
http://www.westciv.com/

Box Model Hack Explination:

http://www.tantek.com/CSS/Examples/boxmodelhack.html

Alternate Box Model Hacks:

http://www.info.com.ph/~etan/w3pantheon/style/abmh.html

Not exactly a resource, but I found this to be very cool. It basically translates CSS code to English/Spanish:

http://gallery.theopalgroup.com/selectoracle/

This thread rules. Grin

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Last edited by fredmv, October 10th, 2003 03:15 AM (Edited 1 times)

Gichin_Funakosh

Gichin_Funakosh

Status: Offline!

Weblogs about standards, design and accessibility:

http://www.zeldman.com: Jeffery Zeldman
http://www.stopdesign.com/: Douglas Bowman
http://zlog.co.uk/: Ronan
http://www.mezzoblue.com/: David Shea
http://www.simplebits.com/: Dan Cederholm
http://www.diveintomark.org/: Mark Pilgrim
http://www.annevankesteren.nl/weblog/: Anne van Kesteren

CSS resources:

http://www.bluerobot.com/web/layouts/: Provides basic premade CSS columned layouts as well as two methods of horizontally positioning elements in CSS
http://www.pixy.cz/blogg/clanky/css-3col-layout/: Supplies a flexible, three-column CSS layout
http://www.tantek.com/CSS/Examples/boxmodelhack.html: Explains IE's problem with the box model, as well as one corresponding "hack"
http://www.alistapart.com/stories/alternate/: An open-source javascript method of dymanically switching style sheets
http://www.alistapart.com/stories/taminglists/: How to use CSS to style lists for many purposes
http://w3schools.com: An excellent resource on CSS syntax

Color tools:

http://www.meyerweb.com/eric/tools/color-blend/
http://kohaistyle.com/scripts/quickcolor/

Stock photo resources:

http://www.istockphoto.com/
http://www.sxc.hu/

Essays:

http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you: Why your page NEEDS to validate
http://www.pirated-sites.com/essays/browser-specs.html: Why you should convert from a tabled, "tag-soup" layout to a standards-compliant layout that uses CSS and divs
http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html: XHTML MIME type issues
http://diveintoaccessibility.org/: 30 days to a more accessible weblog (or any site, really)
http://www.alistapart.com/stories/goingtoprint/index_bak.html: An article on how to create printer-only style sheets
http://www.hixie.ch/advocacy/xhtml: "XHTML as text/html considered harmful"

And although this doesn't really fit into a category, it is very useful nonetheless:

http://www.w3.org/QA/2002/04/valid-dtd-list.html: Complete list of all valid Document Type Definitions (DTDs)

Last edited by Gichin_Funakosh, September 1st, 2003 10:35 AM (Edited 1 times)

webarnes

webarnes

Neverside Newbie
Status: Offline!

Excellent list Gichin,
This is starting to turn into a great resource.
I noticed Dan posted http://www.w3.org
but hey here are some quicklinks.
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://www.w3.org/People/Raggett/tidy/
William

___________________

http://webarnes.globalwebtech.com/images/zerolarge.gif

fredmv

fredmv

Status: Offline!

HTML Tidy is cool. :grinning

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Last edited by fredmv, September 6th, 2003 03:18 PM (Edited 1 times)

Gichin_Funakosh

Gichin_Funakosh

Status: Offline!

A few new ones...

http://validator.w3.org:8001/detailed.html
http://validator.w3.org:8001/file-upload.html

The new beta version of the W3 (X)HTML validator. Features "fussy parsing" mode, which reports errors in your code that, while technically valid, may create problems further along the line (e.g. omitting the <body> tag in HTML documents). First hyperlink is to validate a site by URI; second is to validate by upload.

http://www.browsercam.com/

For $1 a URI, browsercam will load your site onto any browser/OS combination, take a screenshot (in .jpg, .psd, .bmp, anything) and show it to you. Invaluable, for example, if you don't own a Mac, but need to make sure that your site looks good in Safari.

I am in no way affiliated with them, by the way--I just think that they provide a great service. I hope that this doesn't constitute advertising or something similarly against forum rules.

http://www.websiteoptimization.com/services/analyze/

Web Page Analyzer. Calculates page size, download time, etc., of individual elements and the page as a whole. Then, offers advice as to how you can best optimize your web page for faster downloads.

http://www.webstandards.org/learn/askw3c/

WASP asks the W3C. Complex standards issues put into simple English. At time of posting, features two (excellent) articles on charset encoding and XHTML MIME types. Tricky stuff indeed.

Last edited by Gichin_Funakosh, September 7th, 2003 06:06 AM (Edited 1 times)

webarnes

webarnes

Neverside Newbie
Status: Offline!

Just stumbled onto this nice resource for the newcommers:
http://www.basictips.com/

Hereare some more links to check out.
http://www.positioniseverything.net/
http://www.tantek.com/CSS/Examples/boxmodelhack.html
http://www.richinstyle.com/masterclass/perfection.html
http://www.jessett.com/
http://www.jessett.com/web_sites/css/first_letter.shtml
http://www.developer-x.com/projects/tabs/
http://gritechnologies.com/tools/about_poodle.html

William

___________________

http://webarnes.globalwebtech.com/images/zerolarge.gif

Last edited by webarnes, September 25th, 2003 05:04 PM (Edited 1 times)

webarnes

webarnes

Neverside Newbie
Status: Offline!

Here is another great resource:
http://www.accessify.com/default.asp
some great tuttorials here/

and well here is something I use quite frequently:
http://www.lipsum.com/

William

___________________

http://webarnes.globalwebtech.com/images/zerolarge.gif

Page 2 out of 8
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.014 seconds.