PageRenderTime 83ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/public/web-excursions-february-1-february-2/index.html

https://github.com/brettterpstra/brettterpstra.github.com
HTML | 56 lines | 46 code | 8 blank | 2 comment | 0 complexity | dc08dbd7fad6e195cdb8c5b8cd1ad59c MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>Web excursions: February 1 - February 2</title>
  7. <meta name="author" content="<%= @page.author %>" />
  8. <!-- CodeRay syntax highlighting CSS -->
  9. <link rel="stylesheet" href="/css/coderay.css" type="text/css" />
  10. <link rel="stylesheet" href="/css/railscasts.css" type="text/css" media="screen" title="no title" charset="utf-8">
  11. <!-- Homepage CSS -->
  12. <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
  13. </head>
  14. <body>
  15. <div class="site">
  16. <div class="title">
  17. Brett Terpstra
  18. </div>
  19. <p><strong>Links of interest from <em>February 1 through February 2</em>:</strong></p>
  20. <ul>
  21. <li><strong><a href="http://documentcloud.github.com/backbone/#Events-bind">Backbone.js</a></strong><br />What&#039;s not to love about key-value models, custom events, collections and enumeration, views with declarative event handling, and a RESTful JSON interface? &hellip; My doctor says I have an MVC deficiency, anyway.</li>
  22. <li><strong><a href="http://duckduckgo.com/api.html">Duck Duck Go Zero-click Info API</a></strong><br />Duck Duck Go is my new default search engine. I love it to death. The API for topic summaries and categories is pretty cool, too. Also see the <a href="http://dhruvbird.com/ddb/zc.html">Zero Click jQuery plugin</a> for example usage.</li>
  23. <li>
  24. <table>
  25. <tbody>
  26. <tr>
  27. <td>**[Eight Ways to Combine Typefaces</td>
  28. <td>Webdesigner Depot](http://www.webdesignerdepot.com/2011/02/eight-ways-to-combine-typefaces/)**<br />Speaking of font combinations, there&#039;s a great article today on Webdesigner Depot on the matter.</td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. </li>
  33. <li><strong><a href="http://kwisatz.hadera.ch/">Kwisatz Haderach is the new Lorem Ipsum</a></strong><br />Gotta love truly creative random text. Hat tip to <a href="http://thebananaverse.com/">Kelly</a>!</li>
  34. <li>
  35. <table>
  36. <tbody>
  37. <tr>
  38. <td>**[Icon Search Engine</td>
  39. <td>Iconfinder](http://www.iconfinder.com/)**<br />Found this thanks to my Pinboard.in network. Seriously, if you&#039;re not using Pinboard&hellip; anyway, this is the absolute best icon search I&#039;ve ever seen. Awesome. And neat&hellip; they have an API.</td>
  40. </tr>
  41. </tbody>
  42. </table>
  43. </li>
  44. <li><strong><a href="http://wordpress.stackexchange.com/questions/3708/custom-taxonomy-wp-query-for-all-terms-in-a-taxonomy">wp query - Custom Taxonomy WP_Query for All Terms in a Taxonomy? - WordPress - Stack Exchange</a></strong><br />A class to extend WP_Query called PostsByTaxonomy which uses the &#039;posts_join&#039; hook. Kind of self-explanatory, in a not-at-all sort of way.</li>
  45. </ul>
  46. </div>
  47. </body>
  48. </html>