mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
articles/complaining/*: use tyyli.css
This commit is contained in:
parent
5a366b91e7
commit
0c10d83cb8
@ -1,34 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Complaining about using HTML in emails" /> <meta name="keywords" content="HTML,text,txt,plain,email" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html">
|
||||
<title>
|
||||
HTML in emails is annoying
|
||||
</title>
|
||||
</head>
|
||||
<!DOCTYPE html><html>
|
||||
<head><meta name="description" content="Complaining about using HTML in emails" /> <meta name="keywords" content="HTML,text,txt,plain,email" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html"> <title>HTML in emails is annoying</title> <link rel="stylesheet" type="text/css" href="../../tyyli.css" /></head>
|
||||
|
||||
|
||||
<h1 id="using-html-in-emails.">Using HTML in emails.</h1>
|
||||
<p>Emails which are written with HTML are annoying.</p>
|
||||
<h2 id="why-are-they-annoying">Why are they annoying?</h2>
|
||||
<ol class="incremental" style="list-style-type: decimal">
|
||||
<li><p>They look bad with some clients with plaintext inlines (at least on <a href="https://mozilla.org/thunderbird/">Icedove and Thunderbird</a>).</p></li>
|
||||
<li><p>They add empty lines to emails. Have you ever tried looking at source of one?</p></li>
|
||||
<li><p>They can include very annoying formatting.</p></li>
|
||||
</ol>
|
||||
<p>Do you like reading email which is for example, all in bold, cursive and with some notice attracting colour, like red? And what if it's even written with some very annoying font?</p>
|
||||
<ol class="incremental" start="4" style="list-style-type: decimal">
|
||||
<li><p>They don't show correctly in some emails clients.</p></li>
|
||||
<li><p>At least guidelines of <a href="http://www.debian.org/MailingLists/#codeofconduct">Debian mailing lists</a>, <a href="http://www.ubuntu.com/support/community/mailinglists">Ubuntu mailing lists</a> and <a href="http://vger.kernel.org/majordomo-info.html">Linux Kernel Developer mailing lists</a> forbid writing emails in HTML. Hopefully others do to, at least they should.</p></li>
|
||||
<li><p>PGP/INLINE signed or encrypted blocks get invalid, when HTML adds spaces to them. This seems to be very popular issue (probably, because K9 mail has interesting default settings of sending HTML and topposting...)</p></li>
|
||||
</ol>
|
||||
<h2 id="my-email-client-cannot-write-messages-in-plaintext">My email client cannot write messages in plaintext!</h2>
|
||||
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki</a> has instructions how to write plain text with many clients.</p>
|
||||
<h2 id="but-i-use-webmail-i-cannot-send-plaintext">But I use webmail, I cannot send plaintext!</h2>
|
||||
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki, which was mentioned eaerier</a> also includes instructions for many webmails about writing in plaintext.</p>
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript>
|
||||
<a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a>
|
||||
</noscript>
|
||||
<h1 id="using-html-in-emails."
|
||||
>Using HTML in emails.</h1
|
||||
><p
|
||||
>Emails which are written with HTML are annoying.</p
|
||||
><h2 id="why-are-they-annoying"
|
||||
>Why are they annoying?</h2
|
||||
><ol class="incremental" style="list-style-type: decimal"
|
||||
><li
|
||||
><p
|
||||
>They look bad with some clients with plaintext inlines (at least on <a href="https://mozilla.org/thunderbird/"
|
||||
>Icedove and Thunderbird</a
|
||||
>).</p
|
||||
></li
|
||||
><li
|
||||
><p
|
||||
>They add empty lines to emails. Have you ever tried looking at source of one?</p
|
||||
></li
|
||||
><li
|
||||
><p
|
||||
>They can include very annoying formatting.</p
|
||||
></li
|
||||
></ol
|
||||
><p
|
||||
>Do you like reading email which is for example, all in bold, cursive and with some notice attracting colour, like red? And what if it's even written with some very annoying font?</p
|
||||
><ol class="incremental" start="4" style="list-style-type: decimal"
|
||||
><li
|
||||
><p
|
||||
>They don't show correctly in some emails clients.</p
|
||||
></li
|
||||
><li
|
||||
><p
|
||||
>At least guidelines of <a href="http://www.debian.org/MailingLists/#codeofconduct"
|
||||
>Debian mailing lists</a
|
||||
>, <a href="http://www.ubuntu.com/support/community/mailinglists"
|
||||
>Ubuntu mailing lists</a
|
||||
> and <a href="http://vger.kernel.org/majordomo-info.html"
|
||||
>Linux Kernel Developer mailing lists</a
|
||||
> forbid writing emails in HTML. Hopefully others do to, at least they should.</p
|
||||
></li
|
||||
><li
|
||||
><p
|
||||
>PGP/INLINE signed or encrypted blocks get invalid, when HTML adds spaces to them. This seems to be very popular issue (probably, because K9 mail has interesting default settings of sending HTML and topposting...)</p
|
||||
></li
|
||||
></ol
|
||||
><h2 id="my-email-client-cannot-write-messages-in-plaintext"
|
||||
>My email client cannot write messages in plaintext!</h2
|
||||
><p
|
||||
>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list"
|
||||
>Debian wiki</a
|
||||
> has instructions how to write plain text with many clients.</p
|
||||
><h2 id="but-i-use-webmail-i-cannot-send-plaintext"
|
||||
>But I use webmail, I cannot send plaintext!</h2
|
||||
><p
|
||||
>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list"
|
||||
>Debian wiki, which was mentioned eaerier</a
|
||||
> also includes instructions for many webmails about writing in plaintext.</p
|
||||
><div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
|
||||
|
||||
</HTML>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html">
|
||||
<title>HTML in emails is annoying</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
||||
</head>
|
||||
|
||||
|
||||
|
@ -1,28 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert,keywords,here" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/topposting.html">
|
||||
<title>
|
||||
Top-posting in emails is annoying
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<h1 id="top-posting">Top-posting</h1>
|
||||
<h2 id="what-is-top-posting">What is top-posting?</h2>
|
||||
<p>Top posting is replying before the text which you are replying to (and which is usually automatically quoted by your email client).</p>
|
||||
<p>This example from <a href="https://wiki.debian.org/FAQsFromDebianUser#What_is_top-posting_.28and_why_shouldn.27t_I_do_it.29.3F">Debian wiki</a> answers to both, this and next question.</p>
|
||||
<pre><code>A: Because it messes up the way you read
|
||||
<!DOCTYPE html><html>
|
||||
<head><meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert,keywords,here" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/topposting.html"> <title>Top-posting in emails is annoying</title> <link rel="stylesheet" type="text/css" href="../../tyyli.css" /></head>
|
||||
<h1 id="top-posting"
|
||||
>Top-posting</h1
|
||||
><h2 id="what-is-top-posting"
|
||||
>What is top-posting?</h2
|
||||
><p
|
||||
>Top posting is replying before the text which you are replying to (and which is usually automatically quoted by your email client).</p
|
||||
><p
|
||||
>This example from <a href="https://wiki.debian.org/FAQsFromDebianUser#What_is_top-posting_.28and_why_shouldn.27t_I_do_it.29.3F"
|
||||
>Debian wiki</a
|
||||
> answers to both, this and next question.</p
|
||||
><pre
|
||||
><code
|
||||
>A: Because it messes up the way you read
|
||||
Q: Why is top-posting bad?
|
||||
A: Writing your answer before the question
|
||||
Q: What is top-posting?</code></pre>
|
||||
<h2 id="why-is-it-bad">Why is it bad?</h2>
|
||||
<p>See the answer to the previous question.</p>
|
||||
<p>It also makes harder to know what previous poster meant if he/she just said "+1" and other people have used different posting style and senders and replies are messed up. This happens often on Lubuntu mailing lists.</p>
|
||||
<h2 id="rules">Rules</h2>
|
||||
<p>At least <a href="http://www.debian.org/MailingLists/#codeofconduct">Debian mailing lists</a> and <a href="http://www.ubuntu.com/support/community/mailinglists">Ubuntu mailing lists</a> forbid top-posting in their guidelines. In my opinion other mailing lists should do this too.</p>
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript>
|
||||
<a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a>
|
||||
</noscript>
|
||||
Q: What is top-posting?
|
||||
</code
|
||||
></pre
|
||||
><h2 id="why-is-it-bad"
|
||||
>Why is it bad?</h2
|
||||
><p
|
||||
>See the answer to the previous question.</p
|
||||
><p
|
||||
>It also makes harder to know what previous poster meant if he/she just said "+1" and other people have used different posting style and senders and replies are messed up. This happens often on Lubuntu mailing lists.</p
|
||||
><h2 id="rules"
|
||||
>Rules</h2
|
||||
><p
|
||||
>At least <a href="http://www.debian.org/MailingLists/#codeofconduct"
|
||||
>Debian mailing lists</a
|
||||
> and <a href="http://www.ubuntu.com/support/community/mailinglists"
|
||||
>Ubuntu mailing lists</a
|
||||
> forbid top-posting in their guidelines. In my opinion other mailing lists should do this too.</p
|
||||
><div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
|
||||
|
||||
</HTML>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/complaining/topposting.html">
|
||||
<title>Top-posting in emails is annoying</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
||||
</head>
|
||||
|
||||
Top-posting
|
||||
|
Loading…
x
Reference in New Issue
Block a user