Sponsorised links
This year
Sponsorised links
2008
Comment changer le mot de passe root perdu de MySQL | Korben
Par défaut, le serveur MySQL est installé avec un login super administrateur “root” et aucun mot de passe. Evidement, vous pouvez en spécifier un, mais que se passe-t-il si vous l’oubliez ?
Et bien, pas de panique, on va réparer ce petit souci. Voici donc comment remettre à zéro un mot de passe MySQL.
Eric's Archived Thoughts: Resetting Again
Tue 15 Jan 2008
1053
CSS
90 responses
I’ve been pondering reset styles over the past few months, and come to a bit of a shift in my thinking. Here’s the result of that thinking.
2007
Yahoo! UI Library: Reset CSS
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
2 margin:0;
3 padding:0;
4 }
5 table {
6 border-collapse:collapse;
7 border-spacing:0;
8 }
9 fieldset,img {
10 border:0;
11 }
12 address,caption,cite,code,dfn,em,strong,th,var {
13 font-style:normal;
14 font-weight:normal;
15 }
16 ol,ul {
17 list-style:none;
18 }
19 caption,th {
20 text-align:left;
21 }
22 h1,h2,h3,h4,h5,h6 {
23 font-size:100%;
24 font-weight:normal;
25 }
26 q:before,q:after {
27 content:'';
28 }
29 abbr,acronym { border:0;
30 }
Eric's Archived Thoughts: Reset Reloaded
A utiliser sans réserve pour mettre tous les navigateurs au même plan. Il faudrait éventuellement jeter un œil sur son application aux navigateurs particuliers (téléphones, organiseur, iPhone, …)
Removing dotted links
This still allows the indicator to appear when focused by keyboard, but hides when mouse activated. It’s the best of both worlds…
Reset Reloaded
After a bit of time to bake and a few more suggestions from readers, I have what I’m willing to call the final version of my take on the topic of reset styles. To wit:
Eric's Archived Thoughts: Reset Reloaded
After a bit of time to bake and a few more suggestions from readers, I have what I’m willing to call the final version of my take on the topic of reset styles. To wit:
