Vue normale

Reçu avant avant-hierLinks · Devenet

Emails HTML modernes : en finir avec les tables

15 décembre 2023 à 09:31
> • nous prenons en compte seulement les clients Apple Mail, Gmail et Outlook qui couvre ainsi 90% des lecteurs de mails dans le monde
> • nous utiliserons des règles CSS/HTML supportés à minima part 70% de tout les clients mails

Plus besoin d’utiliser des <table>, les <div> sont bien supportées. Les styles sont préférablement en `inline`, car en cas de transfert le <style> est supprimé.
#permalink

Firefox address bar tips

11 juillet 2023 à 17:36
^    to search for matches in your browsing history.
*    to search for matches in your bookmarks.
+    to search for matches in pages you've tagged.
%    to search for matches in your currently open tabs.
#    to search for matches in page titles.
$    to search for matches in web addresses (URLs).
?    to search for matches in suggestions.
#permalink

Help, is this عربي (arabic)?

16 mars 2023 à 08:46
1. Arabic script is aligned to the right. Interface flows from the right. If your Arabic is aligned to the left, your text is wrong.
2. Arabic script generally has a clear and visible baseline, connecting the letters. If you cannot find a baseline, your text is wrong.
3. In general, the letter combination ال should be common. The combination ل​​​‌ا cannot occur in Arabic script, as those characters should be connected.
#permalink

Things they didn’t teach you about Software Engineering

9 janvier 2023 à 15:59
1. You rarely write something from scratch
2. Domain knowledge is more important than your coding skills
3. Writing documentation is not emphasized hard enough
4. Code is secondary. Business value is first.
5. You’ll need to work around incompetence
6. You work with uncertainty most of the time
7. Assume everything has bugs
8. It's not a dream job
9. Aesthetics can't be taught
10. Estimations will be asked even when you don't want to give them
11. Not all meetings are bad
#permalink
❌