<?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 (infovore)</title>
    <link>https://pinboard.in/u:infovore/public/</link>
    <description>recent bookmarks from infovore</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://css-tricks.com/line-clampin/"/>
	<rdf:li rdf:resource="http://robots.thoughtbot.com/post/9012426894/custom-formats-for-datetime"/>
	<rdf:li rdf:resource="http://blog.new-bamboo.co.uk/2010/3/18/copying-code-from-textmate-to-keynote-with-style"/>
	<rdf:li rdf:resource="http://cleverdevil.org/computing/17"/>
	<rdf:li rdf:resource="http://wmd-editor.com/"/>
	<rdf:li rdf:resource="http://daringfireball.net/projects/markdown/syntax"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://css-tricks.com/line-clampin/">
    <title>Line Clampin' (Truncating Multiple Line Text) | CSS-Tricks</title>
    <dc:date>2016-06-21T10:13:32+00:00</dc:date>
    <link>https://css-tricks.com/line-clampin/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Filed for future reference: lots of front-end ways of clamping text that aren't just 'use javascript' and webkit-clamp.]]></description>
<dc:subject>text css formatting</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:infovore/b:a330563a188f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:text"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://robots.thoughtbot.com/post/9012426894/custom-formats-for-datetime">
    <title>Custom formats for DateTime — giant robots smashing into other giant robots</title>
    <dc:date>2011-08-17T12:19:06+00:00</dc:date>
    <link>http://robots.thoughtbot.com/post/9012426894/custom-formats-for-datetime</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Oh, nice; I'm always adding #format_date and #format_time methods to my formatting_helper.rb striaght off the bat, so it's nice to know there are built-ins - although I'm not keen on just overriding defaults, if only so other programmers don't get lost working out why the defaults aren't the same.]]></description>
<dc:subject>formatting datetime programming rails</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:infovore/b:226ce2f8dcce/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:datetime"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:rails"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.new-bamboo.co.uk/2010/3/18/copying-code-from-textmate-to-keynote-with-style">
    <title>Copying Code from Textmate to Keynote with Style @ Bamboo Blog</title>
    <dc:date>2010-03-18T13:07:01+00:00</dc:date>
    <link>http://blog.new-bamboo.co.uk/2010/3/18/copying-code-from-textmate-to-keynote-with-style</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["I've been using Copy with Style command, which I took from this blog post. It copies text selection as RTF so when the code is pasted into Keynote, it looks exactly the same as it looked in TextMate, including font style, size and colors. Code can be then modified in Keynote, while the style is preserved." Useful!
]]></description>
<dc:subject>textmate keynote presentation code formatting</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:88cb302f1c96/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:textmate"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:keynote"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:presentation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://cleverdevil.org/computing/17">
    <title>:: cleverdevil ::: Live Textile-Formatted Comment Preview</title>
    <dc:date>2008-09-11T20:56:09+00:00</dc:date>
    <link>http://cleverdevil.org/computing/17</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["This javascript function can then read in the current content of the text area, format it using a trimmed down version of textile, and then set the content of a DIV with the resulting HTML. The end result of all this is live comment preview, with textile formatting." Live textile preview functionality.
]]></description>
<dc:subject>textile markup formatting javascript web development preview</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:1184262ad494/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:textile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:markup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:web"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:preview"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wmd-editor.com/">
    <title>wmd - The Wysiwym Markdown Editor</title>
    <dc:date>2008-05-31T23:52:20+00:00</dc:date>
    <link>http://wmd-editor.com/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["WMD is a simple, lightweight HTML editor for blog comments, forum posts, and basic content management. You can add WMD to any textarea with one line of code." Very impressive; very coherent. Worth further investigation.
]]></description>
<dc:subject>markdown syntax formatting editing javascript markup wysiwyg textarea</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:fb1e931cf28a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:syntax"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:editing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:markup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:wysiwyg"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:textarea"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://daringfireball.net/projects/markdown/syntax">
    <title>Daring Fireball: Markdown Syntax Documentation</title>
    <dc:date>2006-11-07T22:42:58+00:00</dc:date>
    <link>http://daringfireball.net/projects/markdown/syntax</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[After a year or two of being completely sold on Textile, I'm really thinking that there's a lot to this Markdown lark. Namely, readability
]]></description>
<dc:subject>markdown formatting syntax text processing</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:48189b657e32/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:formatting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:syntax"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:text"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:processing"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>