Inhaltsverzeichnis
Creating Web-Pages
Tips and solutions for the most common problems one comes across when designing a web pages.
Examples
Structure your Page
Linking Content
PDF:
- Embeddable Google Document Viewer – Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. ⇒ https://docs.google.com/viewer
- www.pdfobject.com – Dynamically embedd PDF files into HTML documents (Examples).
Images:
- Data URLs - Learn how to embed images into your web pages with data URLs.
Flash:
Favicon
Translation
1)
https://web.archive.org/web/20190304091353/https://www.w3schools.com/howto/howto_google_translate.asp
2)
https://web.archive.org/web/20190305170835/https://www.uni-muenster.de/IVV5WS/DocWiki/doku.php?id=public:google-uebersetzer_integrieren
Online Support Utillities for the Web-Designer
- www.danstools.com – A collection of various tools that have been found helpful for many years.
- TinyPNG – Compress PNG images while preserving transparency.
- www.colorschemedesigner.com – A generator for color schemes and palettes to create good-looking, well balanced and harmonic web pages.
- URLEncode/URLDecode
This web page encodes or decodes a string using URL Encoding. URL Encoding is used when placing text in a query string to avoid it being confused with the URL itself. - Lorem Ipsum - Standard placeholder text generator.
Troubleshooting
- Box Layout Issues – positioning etc.
- Text Layout Annoyances – font size and DPI annoyances
Display of Numerical Data
- The Google Chart API lets you dynamically generate charts with a URL string. You can embed these charts on your web page, or download the image for local or offline use.
- Google Visualization API enables you to expose your own data, stored on any data-store that is connected to the web, as a Visualization compliant datasource.
-
- Flot − Attractive Javascript plotting for jQuery.
- www.jscharts.com − JS Charts is a JavaScript chart generator that requires little or no coding.
- RRDtool − An OpenSource industry standard, high performance data logging and graphing system for time series data.