Friday, March 07, 2008 at 04:22 AM

On The Use of Code in Weblog Titles

So you've decided to start a weblog and have a really clever idea for titling it based on a snippet of code you find particularly novel. Rad!

Wednesday, September 08, 2004 at 03:41 AM

Quick OS X (and Emacs) Keystroke Reference

Getting a feel for Emacs on OS X.

rubyinside.com / Thursday, December 18, 2008 at 08:26 PM

Sinatra: 29 Links and Resources For A Quicker, Easier Way to Build Webapps

Peter Cooper: “Lots of awesome articles about Sinatra, Sinatra apps, and various links and resources have cropped up over the past few months. The remainder of this post links to the best we've found – most of which you should find useful as you start to explore Sinatra in detail.”

delicious.com / Sunday, August 24, 2008 at 10:55 AM

alan.dean's REST Bookmarks on Delicious

Alan Dean has bookmarked over 100 REST related articles in the past two days (and 757 all time). For comparison, I've been bookmarking REST related articles since July 2004 and have a total of 107 bookmarks. It appears that Dean is shooting for a comprehensive list of every resource related to REST ever posted on the web.

evotech.net / Saturday, August 09, 2008 at 07:16 AM

Web Development for the iPhone

“You can specify CSS based on viewport orientation which you determine via javascript and update the orient attribute of the body element. Target the browser with body[orient=‘landscape’] or body[orient=‘portrait’]”

devclue.blogspot.com / Saturday, June 28, 2008 at 06:33 PM

Ruby's $LOADED_FEATURES (Array of stuff that's been required)

Not sure how I've never stumbled on this before. You can remove items from the list to cause require to reload a file.

code.google.com / Wednesday, May 14, 2008 at 04:37 PM

Google Doctype

What Mark Pilgrim has been working on at Google for the past year or so: an encyclopedia of web development.

www-cs-students.stanford.edu / Sunday, April 13, 2008 at 06:50 AM

Git Magic

All manners of good stuff here.

kernel.org / Tuesday, April 08, 2008 at 01:23 PM

Git HOWTO Index

There are some great tips for owning your local workflow in here.

eagain.net / Thursday, April 03, 2008 at 02:53 PM

Git for Computer Scientists

Okay, I've read about five of these articles purporting to explain Git’s internal conceptual framework. This was the first that really made things click in any significant way.

wooledge.org:8000 / Sunday, March 16, 2008 at 03:29 PM

BashPitfalls

Most of these are relevant to POSIX sh(1). This one gets me every time: echo <<EOF :)

google.com / Sunday, March 09, 2008 at 03:52 AM

20 Year Archive on Google Groups

I'm apparently the last person on the internet to see this. The rise of internet culture as recorded on Usenet. It’s beautiful, really.

kernel.org / Monday, February 11, 2008 at 11:06 AM

Git User's Manual

Finally: “this manual is designed to be readable by someone with basic UNIX command-line skills, but no previous knowledge of git.”

kb.iu.edu / Thursday, January 17, 2008 at 07:21 AM

In Unix, what do some obscurely named commands stand for?

Dennis Ritchie: “There was a facility that would execute a bunch of commands stored in a file; it was called runcom for ‘run commands’, and the file began to be called ‘a runcom’. rc in Unix is a fossil from that usage.”

catonmat.net / Wednesday, January 09, 2008 at 02:45 AM

Working Productively in Bash’s vi Command Line Editing Mode (with Cheat Sheet)

“I am going to introduce you to bash’s vi editing mode and give out a detailed cheat sheet with the default keyboard mappings for this mode.”

postgresonline.com / Tuesday, January 08, 2008 at 05:44 AM

PostgreSQL 8.3 Cheat Sheet

Wonderful PostgreSQL cheat sheet with PDF and HTML versions.

federali.st / Saturday, January 05, 2008 at 05:02 AM

The Federalist Papers

An online edition of the Federalist Papers which is pleasant to look at and provides paragraph-level permalinking. Each paper is marked up in the hAtom microformat with an elastic layout (stays beautiful with bigger/smaller font size).

vim.org / Monday, October 15, 2007 at 08:08 PM

ManPageView

Vim add-in for viewing manpages, perldoc (both system and embedded), help, info, and php files. Maybe I’ll finally be able to read all that GNU info doc I keep hearing about in the GNU coreutils man pages.

links.org / Friday, October 12, 2007 at 11:54 AM

Configuring Apache httpd

Starting with absolutely no configuration file. This is why I've prefered lighttpd, because I can put together a separate config in about five minutes. httpd’s sprawling default config has always scared the crap out of me.

shelldorado.com / Tuesday, October 02, 2007 at 07:59 AM

Good Shell Coding Practices - Handling Command Line Arguments

Very nice look at different methods (good and bad) for handling the command line in sh scripts.

cis.upenn.edu / Sunday, September 30, 2007 at 01:54 PM

Unison File Synchronizer - User Manual and Reference Guide

I'm gonna give this a try for managing home directories now that I've convinced myself that version control is the wrong solution. I moved my homes from CVS to SVN a couple years ago and just tried going with bzr but VCS just isn’t right here.

quarkruby.com / Friday, September 21, 2007 at 07:55 AM

Ruby on Rails Security Guide

Comprehensive look at common Rails security concerns with links out to in-depth articles.

leftlogic.com / Wednesday, June 06, 2007 at 08:05 PM

HTML Entity Character Lookup

Oh wow. I've been trying to find a single page that has every unicode character on it with its hex counterpart but this is pretty fantastic.

redmonk.com / Saturday, May 19, 2007 at 11:13 PM

sog’s (Unconventional) Highway Etiquette [redmonk.com]

Beautifully done, sir. This should be required reading before anyone is allowed to hit an onramp.

blog.evanweaver.com / Thursday, March 15, 2007 at 10:49 AM

README.EXT

“This document explains how to make extension libraries for Ruby.”

linsec.ca / Monday, March 12, 2007 at 03:26 AM

Using mutt on OS X [linsec.ca]

This is pretty darn close to my configuration but I used the mutt-devel port… Oh, and my ~/.procmailrc is pretty insane also :)

aplawrence.com / Tuesday, February 27, 2007 at 09:38 AM

getopt and getopts

A complete look at the little used utilities for processing arguments in scripts.

thoughtpad.net / Wednesday, January 31, 2007 at 06:02 PM

HTTP/1.1 (DELETE, GET, HEAD, PUT, POST)

Nice activity diagram describing the resolution of response status codes given various request methods and headers. Full res GIF, JPEG, PNG, and SVG.

xml.com / Thursday, January 25, 2007 at 07:36 AM

What's New in Prototype 1.5? [xml.com]

Nice review of new features.

smashingmagazine.com / Tuesday, January 23, 2007 at 10:01 PM

53 CSS-Techniques You Couldn’t Live Without

Very nice list of CSS techniques.

prototypejs.org / Sunday, January 21, 2007 at 03:25 AM

Prototype Javascript Framework

Documentation, finally!

gotapi.com / Tuesday, October 10, 2006 at 03:31 PM

gotAPI.com

The best attempt I've seen at splicing multiple API references together. This uses the external documentation but provides indexing and browsing features.

www-128.ibm.com / Thursday, September 21, 2006 at 12:39 PM

UNIX productivity tips

Best UNIX productivity article I've read in a long while.

halfanhour.blogspot.com / Monday, September 18, 2006 at 10:51 PM

How to Write Articles and Essays Quickly and Expertly

Surprisingly insightful.

webtypography.net / Tuesday, September 05, 2006 at 03:58 PM

The Elements of Typographic Style Applied to the Web

This site is really starting to come along now. The latest addition on how to manage vertical spacing in intervals is something I've been wondering about for a while now.

christianmontoya.com / Saturday, April 08, 2006 at 02:39 AM

How to pull an all-nighter

Fairly acurate prescription…

kb.mozillazine.org / Tuesday, February 28, 2006 at 07:54 PM

Getting started with extension development - MozillaZine Knowledge Base

dangerous waters…

getitwriteonline.com / Thursday, January 19, 2006 at 03:58 PM

Grammer and Writing Tip Archive

Can’t find enough of these…

xs4all.nl / Wednesday, January 11, 2006 at 01:17 PM

anti-telemarketing EGBG counterscript

Awesome!

linux-mag.com / Saturday, December 24, 2005 at 10:51 PM

Shell Tips and Tricks

… and not just the usual suspects either.

ungerhu.com / Saturday, November 05, 2005 at 02:50 PM

VI reference

Nice and compact…

quirksmode.org / Sunday, October 09, 2005 at 11:38 AM

Javascript Event compatibility tables

Nice list of DOM events and the varying support of different browsers.

stuffandnonsense.co.uk / Friday, October 07, 2005 at 05:08 AM

CSS: Specificity Wars Diagram

CSS specifity chart based on Sith power levels — to good to be true.

nemesis1.f2o.org / Friday, September 30, 2005 at 06:02 PM

Curing Float Drops and Wraps

I run into these problems on a daily basis…

lifehack.org / Monday, July 18, 2005 at 06:21 PM

Guide to Grammar and Writing

always useful…

philringnalda.com / Thursday, June 30, 2005 at 01:17 AM

Journalism and weblogs, part 327

Word. Authority has been set on its head. There’s been no better time in history to be an ornery bastard. :)

developer-test.mozilla.org / Wednesday, June 29, 2005 at 10:55 AM

Core JavaScript 1.5 Reference

Mozilla’s JavaScript Reference..

ruby-doc.org / Tuesday, May 10, 2005 at 03:03 PM

Ruby Standard Library Documentation

rubycentral.com / Tuesday, May 10, 2005 at 03:02 PM

Ruby Class and Library Reference

talug.org / Thursday, April 07, 2005 at 11:14 AM

Using Bash's History Effectively

Need to move away from history | grep -i

grammartips.homestead.com / Wednesday, April 06, 2005 at 02:34 PM

Learn the Difference Between AFFECT and EFFECT

I'm sure I always get these wrong and likely always will.

sauria.com / Thursday, March 31, 2005 at 11:32 AM

Index of /~twl/conferences/pycon2005

Very organized and thorough notes from PyCon.

brpreiss.com / Wednesday, March 16, 2005 at 12:08 PM

Data Structures and Algorithms with Object-Oriented Design Patterns in Python

Nice.

lucidity.com / Thursday, March 03, 2005 at 06:02 PM

Lucid Dreaming FAQ

I tried to do this for two months straight in college but it never worked..

stetson.edu / Thursday, March 03, 2005 at 12:23 AM

What's Special About This Number?

google.com / Wednesday, February 23, 2005 at 01:31 PM

Top Posting Is Evil

Stop it, I'm serious.

weblog.hotales.org / Saturday, February 19, 2005 at 04:04 AM

Python whitespace FAQ, or, Python is not Fortran 77

secure.click2callu.com / Saturday, February 12, 2005 at 12:23 AM

Vonage Third Party Call Control

Vonage hacking..

mindprod.com / Monday, February 07, 2005 at 01:44 PM

How To Write Unmaintainable Code

“In the interests of creating employment opportunities in the Java programming field, I am passing on these tips from the masters on how to write code that is so difficult to maintain, that the people who come after you will take years to make even the si

nedbatchelder.com / Saturday, February 05, 2005 at 09:44 PM

Subversion quick start

Quick guide to loading a new project into subversion.

osdir.com / Sunday, January 30, 2005 at 03:54 PM

Subversion for CVS Users

Title says it all..

chiark.greenend.org.uk / Sunday, January 30, 2005 at 03:50 PM

My Experiences With Subversion

Nice look at moving to subversion. Go into migrating from CVS, subversion idioms, gotchas, etc.

svnbook.red-bean.com / Sunday, January 30, 2005 at 03:52 AM

Version Control with Subversion

Entire subversion book on one page.

museworld.com / Saturday, January 22, 2005 at 03:12 PM

Social Security For Dummies

Understand how Social Security works and why Bush is saying there’s a “crisis”.

deviantart.com / Tuesday, January 04, 2005 at 02:35 PM

Death and Taxes

A visual look at where your tax dollars go. (hint: DEFENSE DEFENSE DEFENSE)

wact.sourceforge.net / Friday, December 24, 2004 at 01:58 AM

Web Application Component Toolkit - Template View

Excellent look at various HTML and XML templating methodologies..

jaynes.colorado.edu / Wednesday, December 15, 2004 at 04:54 PM

Python Idioms and Efficiency Suggestions

excellent list of python Idioms

awaretek.com / Saturday, December 11, 2004 at 03:26 AM

Python Tutorials, more than 100, sorted by topic and category

nuf' said.

acm.uiuc.edu / Saturday, December 11, 2004 at 12:02 AM

A Crash Course in Python

Nice intro to Python HTML-based slides. This covers a ton of info in a very small space.

gigamonkeys.com / Monday, November 29, 2004 at 10:41 PM

Practical Common Lisp

Looks like a lot of real-world stuff in here and is also very recent.

gnu.org / Sunday, November 28, 2004 at 05:46 PM

GNU make Manual

All on one page :)

homepages.nildram.co.uk / Thursday, November 18, 2004 at 05:55 PM

Official Rules for Calling Shotgun

A guide to calling shotgun.

zope.org / Monday, November 15, 2004 at 11:55 PM

ZODB/ZEO Programming Guide

I think I'm going to give ZODB a try with my blogging system.

troubleshooters.com / Wednesday, November 10, 2004 at 01:21 AM

Fun With PrimeNumbers

Different methods of finding primes. Quantum machinary not required.

w3.org / Saturday, November 06, 2004 at 10:40 PM

XHTML 1.0

The recommendation..

corecss.com / Thursday, November 04, 2004 at 07:07 AM

Full CSS Property Compatibility Chart

red/green/yellow for specific css attribute support in major browsers.

google.com / Wednesday, October 27, 2004 at 12:40 AM

Google Help Central

perfect..

answers.google.com / Monday, October 25, 2004 at 04:49 PM

How do you whistle with your fingers in your mouth really loudly (or at all)?

note: trying to learn this at work seems to annoy people.

ehumorcentral.com / Thursday, October 21, 2004 at 01:46 PM

Lots of Random Facts

“Nutmeg is extremely poisonous if injected intraveinously” — good to know!

sitescooper.org / Wednesday, October 13, 2004 at 11:57 AM

A Tao of Regular Expressions

rixstep.com / Wednesday, October 13, 2004 at 11:55 AM

Rixstep

“A repository of every keyboard secret in OS X.”

lysator.liu.se / Saturday, October 09, 2004 at 10:33 PM

Guide to Lock Picking

mems-exchange.org / Wednesday, September 29, 2004 at 09:35 PM

Quixote Programming Overview

htmlhelp.com / Wednesday, September 29, 2004 at 12:28 PM

WDG HTML 4.0 Element Reference

One of the nicer reference sheets for HTML 4.0.

cs.tut.fi / Wednesday, September 29, 2004 at 10:41 AM

Using inline frames (iframe elements) to embed documents into HTML documents

Everything that you can possibly know about iframes.

python.org / Tuesday, September 28, 2004 at 08:13 PM

Python __special_attributes__

Beware! Danger lies ahead…

csupomona.edu / Saturday, September 18, 2004 at 02:06 AM

Obsessively detailed map of Springfield

Map Homer’s daily route from home to moes, to work, to moes, and then back home.

daringfireball.net / Tuesday, September 14, 2004 at 02:39 AM

Markdown Syntax Documentation

Syntax Reference for the Markdown text markup grammer.

davespicks.com / Monday, September 13, 2004 at 10:38 PM

Magical Macintosh Key Sequences

Collection of poorly documented OS X key-sequences.

python.org / Monday, September 13, 2004 at 12:07 AM

Python Built-in Functions

List of built in functions (i.e. non-module) in Python.

halflife.ukrpack.net / Friday, September 10, 2004 at 06:08 PM

Web Colors: html color names, hexidecimal values, hex codes

Color name chart with hex codes and overlays.

gnu.org / Thursday, September 09, 2004 at 07:00 PM

GNU Emacs Lisp Reference Manual

Goddam this is more shit than could ever possibly fit in my brain.

portals.apache.org / Thursday, September 09, 2004 at 08:28 AM

Jetspeed 1.5 API

Jetspeed 1 Enterprise Portal 1.5 API

java.sun.com / Thursday, September 09, 2004 at 08:26 AM

J2SE 1.4.2

Java 2 Platform, Standard Edition, v 1.4.2 API Specification

indiana.edu / Wednesday, August 25, 2004 at 08:53 AM

Emacs reference card

Single page printable version available.

owlfish.com / Tuesday, August 24, 2004 at 10:07 PM

TAL/TALES & METAL Reference Guide

SimpleTAL reference.

python.org / Sunday, August 15, 2004 at 01:22 PM

Python Programming FAQ

Frequently asked questions on the Python programming language. I didn’t see “Why does Python rock so hard?”

rgruet.free.fr / Saturday, August 14, 2004 at 12:23 AM

Python 2.3 Quick Reference

80% of what you need to find when coding in Python.