Skip to content

Instantly share code, notes, and snippets.

View zeldman's full-sized avatar

Jeffrey Zeldman zeldman

View GitHub Profile
@promediacorp
promediacorp / AEA Titles and Descriptions
Last active June 29, 2017 14:15
AEA Titles and Descriptions
# Homepage
###Current Title:
```<title>An Event Apart - the premiere web & interaction design conference</title>```
###Suggested Title:
```<title>An Event Apart: The Premiere Web, Interaction Design, & UX Conference</title>```
--or--
```<title>An Event Apart: The Premiere Web Design, IxD, & UX Conference</title>```
Our favorite cruise was on the <i>Explorer of the Seas</i>, --> italicize the name of a ship
which we read about in <cite>Cruising</cite> magazine, --> reference the name of a publication
and we <em>loved</em> it. --> emphasize a feeling
(<b>Note:</b> This was before everyone got all sick --> start a note with bolded text
and was throwing up <strong>everywhere</strong>.) --> make a strong statement
@tsvensen
tsvensen / image-replacement.css
Last active December 23, 2019 11:46
Image Replacement Technique
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
@aarongustafson
aarongustafson / undoing-tables.html
Last active May 17, 2024 04:31
A Strategy for Undoing Tables
<table>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Email</th>
<th scope="col">Dept, Title</th>
<th scope="col">Phone</th>
</tr>
</thead>
<tbody>
@murtaugh
murtaugh / 1. single-line.html
Last active April 21, 2021 16:23
Blockquote patterns for ALA
<figure class="quote">
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote>
</figure>