Web Tips and Tricks
From Library Success: A Best Practices Wiki
(Difference between revisions)
m (Reverted edit of Jajo9, changed back to last version by 66.67.6.4) |
|||
| Line 1: | Line 1: | ||
| − | + | = Success Stories = | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | = List of Tips/Tricks = | |
| − | + | ||
| − | |||
| − | + | = Blogs/Websites to Watch = | |
| − | + | *[http://www.theshiftedlibrarian.com/ The Shifted Librarian] | |
| − | + | ||
| − | [http://www. | + | |
| − | + | ||
| − | [http://www. | + | == General Web Design Resources == |
| − | + | *[http://www.stylegala.com/ Style Gala] | |
| + | *[http://www.returnofdesign.com/ Return of Design] | ||
| + | *[http://www.alistapart.com/ A List Apart] | ||
| + | *[http://wellstyled.com/tools/ Web Designer Tools] - Has a great color scheme generator | ||
| + | *[http://www.goodfonts.org/ Essential Fonts for Designers] | ||
| + | *[http://www.ficml.org/jemimap/style/color/wheel.html 4096 Color Wheel] | ||
| − | [http://www. | + | == Cool Things You Can Copy for Your Own Site == |
| − | + | *[http://css.maxdesign.com.au/listamatic/ Listmatic], one list, many optioms. | |
| + | *[http://www.inknoise.com/experimental/layoutomatic.php Layout-o-matic] | ||
| + | *[http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html Little Boxes] | ||
| + | *[http://www.maxdesign.com.au/presentation/page_layouts/index.cfm CSS Page Layouts] | ||
| + | *[http://intensivstation.ch/templates/ CSS Templates] | ||
| + | *[http://e-lusion.com/design/menu/ Free Menu Designs] | ||
| + | *[http://webhost.bridgew.edu/etribou/layouts/ Ruthsarian Layouts] | ||
| + | *[http://www.alistapart.com/articles/horizdropdowns/ Drop-Down Menus, Horizontal Style] - from A List Apart | ||
| + | *[http://www.neuroticweb.com/recursos/css-rounded-box/ CSS Rounded Box Generator] | ||
| − | [http://www. | + | == CSS == |
| − | + | *[http://www.stunicholls.myby.co.uk/index.html The CSS Playground] | |
| + | *[http://www.positioniseverything.net/ Position is Everything] - great list of articles on the subject | ||
| + | *[http://realworldstyle.com/ Real World Style] | ||
| + | *[http://www.roderickhoward.com/cssdirectory/ CSS Directory] | ||
| + | *[http://home.tampabay.rr.com/bmerkey/cheatsheet.htm Cascading Style Cheatsheet] | ||
| + | *[http://www.blooberry.com/indexdot/css/propindex/all.htm CSS Property Index] | ||
| + | *[http://www.thenoodleincident.com/tutorials/css/index.html CSS Panic Guide] | ||
| + | *[http://www.csszengarden.com/ CSS Zen Garden] | ||
| + | *[http://www.dezwozhere.com/links.html CSS, Accessibility and Standards Links] - "Links that will save you from an aneurism." | ||
| + | |||
| + | == PHP == | ||
| + | * [http://www.php.net/docs.php php.net] - official documentation with user notes | ||
| + | * [http://www.hostmatrix.org/ Hostmatrix] - A free web host with a user community that helps users learn PHP. I used it to learn web design and PHP. The more involved in the discussion board you are, the more free hosting resources you are allowed. | ||
| + | |||
| + | == Javascript == | ||
| + | * [http://www.onlinetools.org/articles/unobtrusivejavascript/ Unobtrusive Javascript] - best practices and tutorial | ||
| + | |||
| + | == Image Repositories == | ||
| + | *[http://www.bigfoto.com/ BigFoto] | ||
| + | *[http://www.flickr.com/ Flickr] | ||
| + | *[http://www.imageafter.com/ Image*After] | ||
| + | *[http://www.morguefile.com/ morgueFile] | ||
| + | *[http://www.openphoto.net/ Open Photo] | ||
| + | *[http://www.pixelperfectdigital.com/index.php PixelPerfect Digital] | ||
| + | *[http://sxc.hu/ Stock Exchange] | ||
| + | *[http://istockphoto.com/ iStockphoto ($1 royalty-free)] | ||
| + | |||
| + | |||
| + | |||
| + | [[Category:Technology]] | ||
Revision as of 20:07, 29 June 2006
Contents |
Success Stories
List of Tips/Tricks
Blogs/Websites to Watch
General Web Design Resources
- Style Gala
- Return of Design
- A List Apart
- Web Designer Tools - Has a great color scheme generator
- Essential Fonts for Designers
- 4096 Color Wheel
Cool Things You Can Copy for Your Own Site
- Listmatic, one list, many optioms.
- Layout-o-matic
- Little Boxes
- CSS Page Layouts
- CSS Templates
- Free Menu Designs
- Ruthsarian Layouts
- Drop-Down Menus, Horizontal Style - from A List Apart
- CSS Rounded Box Generator
CSS
- The CSS Playground
- Position is Everything - great list of articles on the subject
- Real World Style
- CSS Directory
- Cascading Style Cheatsheet
- CSS Property Index
- CSS Panic Guide
- CSS Zen Garden
- CSS, Accessibility and Standards Links - "Links that will save you from an aneurism."
PHP
- php.net - official documentation with user notes
- Hostmatrix - A free web host with a user community that helps users learn PHP. I used it to learn web design and PHP. The more involved in the discussion board you are, the more free hosting resources you are allowed.
Javascript
- Unobtrusive Javascript - best practices and tutorial