|
| |
| Web Design: |
|
| FREE Software options: |
- FTP Client - Software to upload your files to a server.
|
| Tutorials: |
- W3 Schools Online Web Tutorials: w3schools.com
- http://www.photoshoplady.com/
- PSD - Photoshop Tutorials
http://psd.tutsplus.com/
|
XHTML: |
|
| CSS resources: |
- CSS Examples: http://w3schools.com/css/css_examples.asp
- CSS Box Model: http://w3schools.com/css/css_boxmodel.asp
- CSS TIPS AND TRICKS**
http://css-tricks.com/
- Horizontal CSS Menus with SOURCE Download
http://www.cssmenumaker.com/horizontal_css_menu.php
- Collapsible tables with DOM and CSS
- 53 CSS-Techniques You Couldn’t Live Without
- CSS Creme
http://csscreme.com/
- Boxes layout:
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
- NEW dynamic basic CSS TEMPLATES:
http://www.intensivstation.ch/en/templates/
- Designer Toolbox Resource website
http://www.designerstoolbox.com/
|
| Online Generated Images : |
- Free Seamless-Pattern-Background
http://www.patterncooler.com/index.php
- Background image gradient generator:
http://tools.dynamicdrive.com/gradient/
- Stripe Generator 2.0 - Linear background images.
http://www.stripegenerator.com
- Free High Res Grungy Paper Textures:
http://www.bittbox.com/freebies/free-high-res-grungy-paper-textures
- VectorStock™ Royalty-Free Vector Only Graphics Collection
From only $1 Download premium quality royalty-free vector illustrations,
vector graphics & vector icons
http://www.vectorstock.com/
- Free resources: SpoonGraphics, Pixelgirl Presents, Open Clip Art Library, WallpaperStock, FreePixels.com
|
| Color: |
- Color scheme generator:
http://wellstyled.com/tools/colorscheme2/index-en.html
- **HELP SELECTING FONT FACES / FONT FAMILIES, SIZES AND COLOR:
http://www.typetester.org/
- Adobe Kuler:
http://kuler.adobe.com/
Kuler is "all about color: color for exploration, inspiration, experimentation and sharing". As a stand-alone tool, the Flash driven, Lightroom-esque interface raises the bar a notch for this kind of on-line colour-picker. Comprehensive colour references [HSV, RGB, CMYK, LAB and HEX] makes it a useful and versatile tool for print as well as screen-based design.
- CSS Colors: Colors, Color Values, Color Names
|
| Useful Tools: |
- CSS W3C Validator: http://jigsaw.w3.org/css-validator/
- WEB DEVELOPER TOOL BAR FOR FIREFOX:
https://addons.mozilla.org/firefox/60/
- Generates AUTO Text:
http://lipsum.com/
- To measure anything on the screen:
Mac: http://www.pascal.com/software/freeruler/
PC: http://iconico.com/caliper/
- Lightbox JS v2.0 by Lokesh Dhakar
http://www.huddletogether.com/projects/lightbox2/
- Videobox: Lightbox for videos
http://videobox-lb.sourceforge.net/
- Show your favourite places with photos:
http://www.panoramio.com/
|
| Follow web design updates: |
- The World Wide Web Consortium: http://www.w3.org/
- Web Design Articles: A List Apart - http://www.alistapart.com/
- Simple Website Design
- Developing With Web Standards – Recommendations and best practices
- XHTML Standard Specification: XHTML1.0
- CSS Standard Specification: CSS1, CSS2
- W3Schools CSS Reference: CSS2 Reference
|
| Inpirational Designs: |
- Web gallery and Web design trends: BestWebGallery, Web Designer Wall, Website Gallery, DesignFlavr
- The Beauty in CSS Design: CSS Zen Garden, CSS Vault, CSS 2.0, CSS Creme, CSS Beauty, CSS Star
|
| Notes: |
XHTML
Tip: Your pages must have a DOCTYPE declaration if you want them to validate as correct XHTML.
XML
XML is designed to describe data, and HTML is designed to display data.
root element: It encloses all the other elements and is therefore the sole parent element to all the other elements.
<parent>
<child>content</child>
<child attribute="att"/>
</parent>
|