links for 2009-12-26
-
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
links for 2009-12-20
-
Google ha messo a disposizione di tutti un nuovo strumento chiamato Browser Size che permette di capire come gli utenti visualizzano una pagina web, soprattutto per quanto riguarda la porzione visibile senza dover effettuare lo scrolling.
-
CSS 3 properties like border-radius, box-shadow, and text-shadow are starting to gain momentum in WebKit (Safari, Chrome, etc.) and Gecko (Firefox) browsers. They are already creating more lightweight pages and richer experiences for users, not to mention that they degrade pretty gracefully; but they are only the tip of the iceberg of what we can do with CSS 3. In this article, we will take those properties a step further and explore transformations, transitions, and animations.
-
The Woork Handbook is a free eBook about CSS, HTML, Ajax, web programming, Mootools, Scriptaculous and other topics about web design… directly from Woork!
links for 2009-12-19
-
Gli amministratori del server possono usare il file httpd.conf, che su sistemi unix solitamente è messo sotto /etc/httpd/conf, mentre su sistemi windows è situato nella subdirectory conf della directory di installazione di apache. Questo file offre tutta la libertà che offre il server, quindi aggiungere moduli, estensioni, nuovi mime-type e altro ancora. Per esempio se si volesse aggiungere un modulo bisognerebbe usare questa sintassi: LoadModule nome_modulo percorso_del_file
links for 2009-12-15
-
Usability is a very important part of website building. Sadly, this is often neglected by designers and developers. In this article, you’ll find 10 great techniques that you should definitely implement into your website.
links for 2009-12-10
-
The following templates, forms, and examples are organized by steps in the usability process. They can be customized for your organization's usability needs. All of these are in the public domain and can be freely downloaded.
Foglio di stile semplice
body {
font:1em/1.625em "lucida grande","lucida sans unicode", sans-serif;
background-color:#FFFEF0;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
p {
padding:0 0 0.8125em 0;
color:#111;
font-weight:300;
}
p + p {
text-indent:1.625em;
}
p.first:first-letter{
float:left;
font-family: baskerville,"palatino linotype",serif;
font-size:3em;
font-weight:700;
line-height:1em;
margin-bottom:-0.2em;
padding:0.2em 0.1em 0 0;
}
p img {
float: left;
margin: 0.5em 0.8125em 0.8125em 0;
padding: 0;
}
p img.right {
float: right;
margin: 0.5em 0 0.8125em 0.8125em
}
h1,h2{
font-weight:normal;
color: #333;
font-family:Georgia, serif;
}
h3,h4,h5,h6 {
font-weight: normal;
color: #333;
font-family:Georgia, serif;
}
h1 {
font-size: 2.125em;
margin-bottom: 0.765em;
}
h2 {
font-size: 1.9em;
margin-bottom: 0.855em;
}
h3 {
font-size: 1.7em;
margin-bottom: 0.956em;
}
h4 {
font-size: 1.4em;
margin-bottom: 1.161em;
}
h5,h6 {
font-size: 1.313em;
margin-bottom: 1.238em;
}
ul {
list-style-position:outside;
}
li ul, li ol {
margin:0 1.625em;
}
ul, ol {
margin: 0 0 1.625em 0;
}
dl {
margin: 0 0 1.625em 0;
}
dl dt {
font-weight: bold;
}
dl dd {
margin-left: 1.625em;
}
a {
color:#005AF2;
text-decoration:none;
}
a:hover {
text-decoration: underline;
}
table {
margin-bottom:1.625em;
border-collapse: collapse;
}
th {
font-weight:bold;
}
tr,th,td {
margin:0;
padding:0 1.625em 0 1em;
height:26px;
}
tfoot {
font-style: italic;
}
caption {
text-align:center;
font-family:Georgia,
serif;
}
abbr, acronym {
border-bottom:1px dotted #000;
}
address {
margin-top:1.625em;
font-style: italic;
}
del {
color:#000;
}
blockquote {
padding:1em 1em 1.625em 1em;
font-family:georgia,serif;
font-style: italic;
}
blockquote:before {
content:"\201C";
font-size:3em;
margin-left:-.625em;
font-family:georgia,serif;
color:#aaa;line-height:0;
}
blockquote > p {
padding:0;
margin:0;
}
strong {
font-weight: bold;
}
em, dfn {
font-style: italic;
}
dfn {
font-weight: bold;
}
pre, code {
margin: 1.625em 0;
white-space: pre;
}
pre, code, tt {
font: 1em monospace;
line-height: 1.5;
}
tt {
display: block;
margin: 1.625em 0;
}
hr {
margin-bottom:1.625em;
}
.oldbook {
font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
}
.note {
font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:0.9em;
margin:0.1em;
color:#333;
}
.mono {
font-family:"Courier New", Courier, monospace;
}