<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://pomax.github.io/bezierinfo/"/>
	<rdf:li rdf:resource="http://csswizardry.com/2012/11/code-smells-in-css/"/>
	<rdf:li rdf:resource="http://quietlyamused.org/blog/2012/02/19/on-naming/"/>
	<rdf:li rdf:resource="http://cobaia.net/2010/09/top-funny-source-code-comments/"/>
	<rdf:li rdf:resource="http://freeworld.thc.org/root/phun/unmaintain.html"/>
	<rdf:li rdf:resource="http://www.salford.gov.uk/webstandards-styleguide.htm"/>
	<rdf:li rdf:resource="http://developer.fellowshipone.com/patterns/code.php"/>
	<rdf:li rdf:resource="http://css-tricks.com/snippets/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://pomax.github.io/bezierinfo/">
    <title>Bézier curve framework</title>
    <dc:date>2013-04-30T19:41:13+00:00</dc:date>
    <link>http://pomax.github.io/bezierinfo/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[So, what if you need to program them yourself? What are the pitfalls? How do you draw them? What are the bounding boxes, how do you determine intersections, how can you extrude a curve, in short: how do you do everything that you might want when you do with these curves? That's what this page is for. Prepare to be mathed.

]]></description>
<dc:subject>code math</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:7f1efebb62a2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:math"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://csswizardry.com/2012/11/code-smells-in-css/">
    <title>Code smells in CSS — CSS Wizardry—CSS, Web Standards, Typography, and Grids by Harry Roberts</title>
    <dc:date>2012-12-10T20:39:08+00:00</dc:date>
    <link>http://csswizardry.com/2012/11/code-smells-in-css/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[“How can you tell if your CSS code smells? What are the signs that the code is sub-optional, or that the developer hasn’t done a good job? What do you look for in the code to determine how good or bad it is?”]]></description>
<dc:subject>code css</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:f430b4054b5f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:css"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://quietlyamused.org/blog/2012/02/19/on-naming/">
    <title>On naming - Quietly amused by the world</title>
    <dc:date>2012-02-20T18:19:51+00:00</dc:date>
    <link>http://quietlyamused.org/blog/2012/02/19/on-naming/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[The software we write is divided into parts: modules, classes, functions, variables. As we write each part, we must name it. This article takes concepts from linguistics, in particular from first and second language learning, and relates them to our everyday use of language in code.

]]></description>
<dc:subject>programming code</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:a88f08e057ec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://cobaia.net/2010/09/top-funny-source-code-comments/">
    <title>Top funny source code comments | cObaia.net</title>
    <dc:date>2010-10-04T17:29:47+00:00</dc:date>
    <link>http://cobaia.net/2010/09/top-funny-source-code-comments/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[// no comments for you
// it was hard to write
// so it should be hard to read]]></description>
<dc:subject>code comments fun humor</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:7287a8d5eb42/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:comments"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:fun"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:humor"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://freeworld.thc.org/root/phun/unmaintain.html">
    <title>​H​o​w​ ​T​o​ ​W​r​i​t​e​ ​U​n​m​a​i​n​t​a​i​n​a​b​l​e​ ​C​o​d​e</title>
    <dc:date>2010-09-07T15:54:18+00:00</dc:date>
    <link>http://freeworld.thc.org/root/phun/unmaintain.html</link>
    <dc:creator>jpcody</dc:creator><dc:subject>humor code programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:b06c2e5bc890/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:humor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.salford.gov.uk/webstandards-styleguide.htm">
    <title>Web application development guide - Salford City Council</title>
    <dc:date>2010-06-21T19:13:49+00:00</dc:date>
    <link>http://www.salford.gov.uk/webstandards-styleguide.htm</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[The following document is a style guide to assist in the production, implementation and continuing development of all Salford City Council websites and web applications. This document outlines the overall file structure, naming conventions, design and coding guidelines, styles and resources used in the construction of this site. To ensure design continuity and maintain the lifespan of sites, it is important that everybody involved in the development, maintenance and updating of sites read, understand and adhere to this guide.

]]></description>
<dc:subject>styleguide code webapp</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:0dbc7106e00f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:styleguide"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:webapp"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://developer.fellowshipone.com/patterns/code.php">
    <title>Design Patterns Library | Fellowship Technologies</title>
    <dc:date>2009-10-28T19:27:20+00:00</dc:date>
    <link>http://developer.fellowshipone.com/patterns/code.php</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[Fellowship One's coding standards style guide.]]></description>
<dc:subject>code standards styleguide style</dc:subject>
<dc:identifier>https://pinboard.in/u:jpcody/b:a3eb4dc32225/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:standards"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:styleguide"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:style"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/snippets/">
    <title>CSS-Tricks Code Snippets</title>
    <dc:date>2009-09-18T22:30:56+00:00</dc:date>
    <link>http://css-tricks.com/snippets/</link>
    <dc:creator>jpcody</dc:creator><dc:subject>snippets code php html jquery css</dc:subject>
<dc:identifier>https://pinboard.in/u:jpcody/b:dcbfbb01c0d5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:snippets"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:css"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>