Archive for the 'Context Optional' Category

A Facebook Glossary

Monday, December 3rd, 2007

table.sample {
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
vertical-align: top;
border-style: solid solid solid solid;
border-color: black black black black;
border-collapse: collapse;
background-color: white;
}
table.sample th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
vertical-align: top;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
-moz-border-radius: 0px […]

The Inspirational Story of the Facebook API

Friday, November 9th, 2007

Working creatively with APIs is one of the things that makes software development fun. APIs exist mainly to allow third parties to add functionality to software that the original authors don’t have the time, interest, or creativity to do on their own.
Most APIs are built to limit functionality, or more kindly, at least to […]