Tagged with “text”…

We Love Typography »

(via Matt)

1 month ago on Wednesday, January 11th, 2012 at 12:11 PM / Permalink

Web Typography for the Lonely »

Web Typography for the Lonely aims to excite designers about the possibilities of cutting-edge web standards and JavaScript through beautiful and inspiring typographic explorations. (via Yewknee)

1 month ago on Wednesday, January 11th, 2012 at 12:06 PM / Permalink

Byword »

Thinking about buying this simple text editor for Mac.

3 months ago on Thursday, October 27th, 2011 at 2:34 PM / Permalink

How to check if a device is an iPad in iOS 3 and up

BOOL isIPad = NO;
#ifdef UI_USER_INTERFACE_IDIOM
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
	isIPad = YES;
}	
#endif

3 months ago on Wednesday, October 19th, 2011 at 9:55 PM / Permalink

Resizing a Video Player within a Responsive Web Design

function resizeVideo() {
	var vid = document.getElementById("vimeo"),
		vidParent = vid.parentNode,
		resizeW = vidParent.offsetWidth,
		resizeH = Math.ceil((resizeW/16) * 9);
	vid.setAttribute("width", resizeW);
	vid.setAttribute("height", resizeH);
}

window.onresize = resizeVideo;
window.onload = resizeVideo;

4 months ago on Wednesday, October 12th, 2011 at 11:26 AM / Permalink

Convert WAV to CAF with Terminal

afconvert -f caff -d LEI16@11025 infile.wav outfile.caf

4 months ago on Sunday, September 25th, 2011 at 11:58 PM / Permalink

iA Writer »

6 months ago on Wednesday, August 17th, 2011 at 10:38 PM / Permalink

FitText »

I need to look at this some more whenever I get some time. (via Glasshoff)

6 months ago on Wednesday, July 27th, 2011 at 11:47 AM / Permalink

The Rise of “Logical Punctuation”. »

(via Robbie)

8 months ago on Wednesday, June 8th, 2011 at 11:42 AM / Permalink

Long Trail of Odd Links

Chris just told me that Campaign Monitor was designed by 31Three and developed by Newism. Neat stuff.

10 months ago on Wednesday, March 30th, 2011 at 12:38 PM / Permalink

3D Text with CSS »

A CSS example by Mark Otto that demonstrates how you can use multiple text-shadows to create 3D text on any HTML element.

1 year ago on Wednesday, January 5th, 2011 at 4:22 PM / Permalink

Enabling PHP in CSS via .htaccess

Chris has been messing around with .htaccess and figured out how to get PHP working properly in a CSS file. All you have to do is add four lines of code to your .htaccess file:

AddHandler application/x-httpd-php .css
<FilesMatch "\.(css|style)$">
    php_value default_mimetype "text/css"
</FilesMatch>

Now I’m all ready to make a site with an obscene amount of dynamically customized styles.

1 year ago on Friday, November 5th, 2010 at 12:08 PM / Permalink

Privacy Policy & Terms of Service Generator »

1 year ago on Saturday, October 16th, 2010 at 1:53 PM / Permalink

How to Kern Type Perfectly »

(via Ben)

1 year ago on Monday, September 27th, 2010 at 11:47 AM / Permalink

(via LoveGIFs, WeAreBareBones)

(via LoveGIFs, WeAreBareBones)

1 year ago on Friday, August 13th, 2010 at 3:01 PM / Permalink