Edit in JSFiddle


              
<div class="body inner">
<embed allowfullscreen="true" src="http://blip.tv/play/hudgAq2FTA%2Em4v" allowscriptaccess="always" type="application/x-shockwave-flash" class="c2"> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fdogmeat.page&amp;layout=standard&amp;show_faces=true&amp;action=like&amp;" class="c3"></iframe> 

<iframe src="http://www.facebook.com/plugins/activity.php?site=whatgetsmehot.posterous.com&amp;header=true&amp;recommendations=true" class="c4"></iframe>
 
<iframe src="http://www.facebook.com/plugins/recommendations.php?site=http%3A%2F%2Fwhatgetsmehot.posterous.com%2F&amp;header=true&amp;colorscheme=dark&amp;font&amp;border_color" class="c5"></iframe> <a href="http://www.facebook.com/sharer.php?u=http://weirdopedia.posterous.com/47821357%2F&amp;t=Untitled&amp;language=en" target="_blank"><img src="http://whatgetsmehot.posterous.com/images/icons/services/facebook.png" alt="Share on Facebook" class="c6"></a>
<h1>Diagnostic Dogmeat Everything Edition

includes henris contents and much diagnostic coloring and padding </h1>
<h2>Articles</h2>
<dl>
<dt><a href="doctype/">Activating Browser Modes with Doctype</a></dt>
<dd>A document about the essentials of the layout modes of newer browsers. (<a lang='it' href='http://www.css-zibaldone.com/traduzioni/doctype/'>Una vecchia versione disponibile in italiano</a>.)</dd>
<dt><a href="producing-xml/">HOWTO Avoid Being Called a Bozo When Producing XML</a></dt>
<dd>Dos and don'ts about producing XML programmatically.</dd>
<dt><a href="png-gamma/">The Sad Story of PNG Gamma "Correction"</a></dt>
<dd>Why you might not want to use PNG images when you want image colors and CSS colors to match.</dd>
<dt><a href="http://www.mozilla.org/docs/web-developer/faq.html">Mozilla Web Author FAQ</a></dt>
<dd>Answers to questions Web authors ask frequently about Mozilla. The document is not part of my own site, but it's written by me.</dd>
<dt><a href="thesis/">An HTML5 Conformance Checker</a></dt>
<dd>My master's thesis</dd>
<dt><a href="cms/te/">Assembling Web Pages Using Document Trees</a></dt>
<dd>A paper about a template engine that operates on XML document trees. (<a href='cms/'>Source code available.</a>)</dd>
<dt><a href="soup-dom/">Tag Soup: How Mac IE 5 and Safari handle &lt;x&gt; &lt;y&gt; &lt;/x&gt; &lt;/y&gt;</a></dt>
<dd>What happens with the DOM in Safari and Mac IE 5 when the nesting of the markup is broken?</dd>
<dt><a href="print-ui/">Thoughts About a Print <abbr title="User Interface">UI</abbr> for Mozilla</a></dt>
<dd>Some thoughts about printing from a Web browser.</dd>
<dt lang='fi'><a href="arkistointi/">Digitaalisesta arkistoinnista</a></dt>
<dd>Documents about archiving digital documents (in Finnish)</dd>
<dt><a href="free-anti-drm/">Can Anti-DRM Clauses in Content Licenses be Free?</a></dt>
<dd>Are anti-DRM clauses a good idea? Are the current clauses merely badly drafted and an anti-DRM clause in general could be free? Or is any anti-DRM clause inherently non-free?</dd>
<dt lang='fi'><a href="ei-cc-1.0/">Älä äytä Creative Commons 1.0 -lisenssejä - äytä 2.5-sarjaa</a></dt>
<dd>The Finland version of the Creative Commons suite of licenses is still at 1.0. The 1.0 series of CC licenses has three serious known bugs (in Finnish)</dd>
</dl>
<h2>Software</h2>
<dl>
<dt><a href='http://validator.nu/'>Validator.nu</a></dt>
<dd>Validation 2.0.</dd>
<dt><a href='http://about.validator.nu/htmlparser/'>The Validator.nu HTML Parser</a></dt>
<dd>An implementation of the HTML5 parsing algorithm in Java.</dd>
<dt><a href='photobackup/'>Photo and <em>Metadata</em> Backup for Flickr</a></dt>
<dd>This is a photo and <em>metadata</em> backup utility for Flickr written as a <em>self-contained</em> Java command line tool. The metadata is written is an XML file whose format is an aggregation of the response data from the Flickr API.</dd>
<dt><a href='autozoom/'>Autozoom Extension for Firefox®</a></dt>
<dd>When Autozoom is activated, the current document is analyzed for the dominant font size and the view is zoomed by the factor that makes the dominant size match your font size preference.</dd>
<dt><a href='group-feed/'>Photo Group Feed</a></dt>
<dd><a href="http://flickr.com/">Flickr</a> doesn't provide feeds for private groups. It doesn't provide feeds for comments on photos in a group, either. It is reasonable to want such feeds, so here's a script that generates them on your HTTP server.</dd>
<dt><a href='view-originl/'>View Originl Bookmarklet</a></dt>
<dd>It takes way too many clicks to get from a Flickr photo page to the original JPEG file. I wrote a bookmarklet that does it with just one click.</dd>
<dt><a href='code/'>Miscellaneous Java Code</a></dt>
<dd>Utility code.</dd>
<dt><a href='cms/'>CMS Stuff</a></dt>
<dd>Papers and code related to a CMS project.</dd>
<dt><a href='http://hsivonen.iki.fi/saxcompiler/'>SaxCompiler</a></dt>
<dd>SaxCompiler is a tool for recording SAX <a href="http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html"><code>ContentHandler</code></a> events as Java code that can play back the events without parsing XML.</dd>
<dt><a href="dualroids/">Dualroids</a></dt>
<dd>A two-player asteroid shooting network game written in Java.</dd>
<dt><a href="html-syntax-checker/">HTML Syntax Checker in PHP</a></dt>
<dd>An HTML linter written in PHP.</dd>
<dt><a href="php-utf8/">UTF-8 to Code Point Array Converter in PHP</a></dt>
<dd>This package contains a PHP include file which provides two functions for converting between UTF-8 strings and arrays of ints representing Unicode code points.</dd>
</dl>
<div id="web20sidebar">
<h2>Web 2.0 Outsourcing</h2>
<h3><a href='http://del.icio.us/hsivonen'>del.icio.us Link Roll</a> <a href="http://del.icio.us/rss/hsivonen"><img src='/img/feed-icon-16x16.png' width='16' height='16' alt='(Feed)'></a></h3>


</div>
<h2>Blogish Notes</h2>
<dl>
<dt><a href='ie6/'>What Could Microsoft Do about IE6?</a></dt>
<dd>Microsoft has started a <a href="http://ie6countdown.com/">campaign to drive down the market share of IE6</a>. Getting rid of IE6 is a righteous goal. Microsoft's proposed solution isn't righteous, though.</dd>
<dt><a href='about-blank/'>The Joy of <code>about:blank</code></a></dt>
<dd><code><a href="about:blank">about:blank</a></code> is probably the hardest Web page to load. In fact, it is so hard that in order to turn the HTML5 parser on by default in Firefox last year, we decided to special-case <code>about:blank</code> to use the old parser in Firefox 4.</dd>
<dt><a href='sergeant-semantics/'>Sergeant Semantics</a></dt>
<dd>So the W3C launched a <a href="http://www.w3.org/html/logo/">logo for HTML5</a>. And not just for <a href="http://www.w3.org/TR/html5/">HTML5-the-spec</a> but <a href="http://www.webstandards.org/2011/01/18/regarding-the-html5-logo/">for HTML5-the-buzzword</a>. Regardless of the logo itself or what it stands for, I find the choice of the ancillary visual elements weird.</dd>
<dt lang="fi"><a href='rojalti-ja-elake/'>Vihreiden tekijänoikeuslinja ja teosten tekijöiden eläketurva</a></dt>
<dd lang="fi">Vihreät julkaisivat äskettäin <a href="http://www.vihreat.fi/tekijanoikeuslinjat">tekijänoikeuslinjapaperin</a>. On positiivista, että puolue kiinnittää huomiota aihepiiriin niin paljon, että siitä julkaistaan erillinen linjapaperi. Minua kuitenkin äiritsee paperissa suhtautuminen teosten tekijöiden eläketurvaan. <span lang="en">(<em>English summary:</em> I'm unhappy that the newly released copyright policy paper of the Finnish Green Party suggests that authors of copyrighted works should get royalties for the commercial use of the works they have created long after the creation of the work in order to get money in the pensioner age.)</span></dd>
<dt><a href='script-execution/'>HTML5 Script Execution Changes in Firefox 4 Beta 7</a></dt>
<dd>In Firefox 4 beta 7, script execution changed to be more HTML5-compliant than before. This means that in some cases sites that sniff for Firefox or Gecko may break. <em>If your site/app works cross-browser without browser sniffing, you don't need to read further.</em> (However, if you triage bugs on bugzilla.mozilla.org, you might still want to read on.)</dd>
<dt><a href='spacer/'>The <code>spacer</code> Element Is Gone</a></dt>
<dd>Today, I landed a <a href="http://hg.mozilla.org/mozilla-central/rev/bc15c280c430">patch</a> that made the HTML5 parser in Gecko unaware of the HTML <code>spacer</code> element.</dd>
<dt><a href='-webkit-html5/'>-webkit-HTML5</a></dt>
<dd>Apple took some of their Safari Technology Demos from their developer site and published them at <a href="http://www.apple.com/html5/">http://www.apple.com/html5/</a> as an "HTML5 Showcase". <a href="http://www.0xdeadbeef.com/weblog/2010/06/intellectual-honesty-and-html5/">Christopher Blizzard's blog post</a> about the subject says almost everything I'd have to say, so please read Blizzard's post. I'm posting just my diffs here.</dd>
<dt><a href='svg-and-mathml-in-html5/'>SVG and MathML in <code>text/html</code> in Firefox and Validator.nu</a></dt>
<dd>I enabled SVG and MathML-related stuff recently on both mozilla-central and on Validator.nu.</dd>
<dt><a href='html5-parser-improvements/'>HTML5 Parser Improvements</a></dt>
<dd>As <a href="http://hsivonen.iki.fi/test-html5-parsing/">mentioned</a> <a href="http://hsivonen.iki.fi/speculative-html5-parsing/">earlier</a>, there is an ongoing project for replacing Gecko's old HTML parser with an <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a> parser. Significant improvements have landed lately, so if you've previously tried the HTML5 parser and turned it off due to crashiness or Web compatibility issues, now is a good time to turn it back on.</dd>
<dt><a href='rdf-competition/'>Thou Shalt Not Spec a Feature that Might Inadvertently Compete with RDF when Used Contrary to How It Is Designed to Be Used</a></dt>
<dd>From the minutes of the TAG meeting on November 2<sup>nd</sup> 2009.</dd>
<dt><a href='speculative-html5-parsing/'>Speculative HTML5 Parsing Landed</a></dt>
<dd>As mentioned earlier, there is an ongoing project for replacing Gecko's old HTML parser with an HTML5 parser. Today, a significant milestone landed: off-the-main-thread speculative HTML5 parsing.</dd>
<dt><a href='test-html5-parsing/'>Help Test HTML5 Parsing in Gecko</a></dt>
<dd>The HTML5 parsing algorithm is meant to demystify HTML parsing and make it uniform across implementations in a backwards-compatible way. The algorithm has had "in the lab" testing, but so far it hasn't been tested inside a browser by a large number of people. <em>You</em> can help change that now!</dd>
<dt><a href='xhtml2-html5-q-and-a/'>An Unofficial &amp;A about the Discontinuation of the XHTML2 WG</a></dt>
<dd>Many of the comments on Zeldman's post indicate that there are people who are badly misinformed about the matters surrounding this announcement. To help remedy that, here's some quick &amp;A for getting informed.</dd>
<dt><a href='web-stack/'>Browser Technology Stack</a></dt>
<dd>I took a quick attempt at drawing a stack for Web browsing.</dd>
<dt><a href='last-html-quirk/'>The Last of the Parsing Quirks</a></dt>
<dd>I implemented a single quirk for HTML5 parsing yesterday.</dd>
<dt><a href='testing-html5-parsing/'>Testing HTML5 Parsing</a></dt>
<dd>I have been using a browser with an HTML5 parser for both my work and leisure browsing for a bit over a week now. I think in-browser HTML5 parsing is now ready to be tested by others as well.</dd>
<dt><a href='extended-uncertainty/'>Extended Uncertainty</a></dt>
<dd>I use <a href="https://myvidoop.com/">myvidoop</a> as my OpenID delegate. They used to have an <a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate">EV certificate</a>. Yesterday, they didn't.</dd>
<dt><a href='out-of-context/'>Out of Context</a></dt>
<dd>Last week on W3C mailing lists.</dd>
<dt><a href='html5-lecture/'>A Lecture about HTML5</a></dt>
<dd>I was invited to give a lecture about HTML5 on a course titled <a href="https://noppa.tkk.fi/noppa/kurssi/t-111.5360/">WWW Applications</a> at the Department of Media Technology of Helsinki University of Technology.</dd>
<dt><a href='svg-filters-html5/'>SVG Filter Effects in HTML without External References</a></dt>
<dd>The project of putting an <a href="http://hsivonen.iki.fi/html5-gecko-build/">HTML5 parser inside Gecko</a> has progressed. I merged in code from the trunk in order to experiment with cool new stuff such as <a href="http://weblogs.mozillazine.org/roc/archives/2008/06/applying_svg_ef.html">SVG filter effects for HTML</a>.</dd>
<dt><a href='html5-gecko-build/'>HTML5 Parsing in Gecko: A Build</a></dt>
<dd>The effort of putting an <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html">HTML5 parser</a> inside Gecko takes a step out of the vaporware land.</dd>
<dt><a href='nas/'>I Want an Affordable Snapshot-Saving Crypto-Backupping RAID NAS</a></dt>
<dd>This week, I lost over one potential work day to HFS+. And it wasn't the first time I've lost time to HFS+. I want to make arrangements to avoid losing time to HFS+ in the future.</dd>
<dt><a href='access-blocked/'>Access Blocked</a></dt>
<dd>I followed a link from a message to a spec in the <a href="http://www.w3.org/TR/">/TR/</a> space on <a href="http://www.w3.org/">www.w3.org</a>.</dd>
<dt><a href='technology-stack/'>Not Part of the Technology Stack</a></dt>
<dd>At XTech 2006, I got a W3C brochure entitled <cite>Leading the Web to its Full Potential</cite> that had a diagram visualizing the W3C technology stack(s).</dd>
<dt><a href='chrome-ua/'>Browser Sniffing History in the Chrome UA String</a></dt>
<dd><a href="http://www.google.com/chrome/">Google Chrome</a> has the following cruft in the HTTP <code>User-Agent</code> header.</dd>
<dt><a href='introducing-sax-tree/'>Introducing SAX Tree</a></dt>
<dd>I chose to write yet another XML tree package.</dd>
<dt><a href='schematron-ram/'>Lowering memory requirements by replacing Schematron</a></dt>
<dd>For long time, <a href="http://hsivonen.iki.fi/thesis/html5-conformance-checker#opt-schematron">I've said</a> is that the Schematron schema in the <a href="http://html5.validator.nu/">HTML5 facet of Validator.nu</a> was merely a rapid prototype that should be replaced with custom Java code.</dd>
<dt><a href='cost-of-html/'>The Performance Cost of the HTML Tree Builder</a></dt>
<dd>I've been thinking about the performance gap between the Validator.nu HTML Parser and Xerces. What can be attributed to the "extra fix-ups" that an HTML parser has to do and what can be attributed to my code being worse than the Xerces code?</dd>
<dt><a href='performance-mistake/'>Performance Mistake</a></dt>
<dd>In the spirit of documenting one's mistakes…</dd>
<dt><a href='out-of-java-trap/'>Validator.nu Gets Out of the Java Trap</a></dt>
<dd>This week, I upgraded the operating system on the <a href="http://www.xen.org/">Xen</a> virtual machine that powers <code><a href="http://validator.nu/">validator.nu</a></code> and <code><a href="http://html5.validator.nu/">html5.validator.nu</a></code> to <a href="http://www.ubuntu.com/">Ubuntu</a> <a href="https://wiki.ubuntu.com/HardyHeron">Hardy</a>.</dd>
<dt><a href='downtime/'>Validator.nu Downtime</a></dt>
<dd>Validator.nu was down last week.</dd>
<dt><a href='nvdl/'>NVDL Support in Validator.nu</a></dt>
<dd>I enabled NVDL today.</dd>
<dt><a href='aria-html5-bis/'>ARIA in HTML5 Integration: Document Conformance (Draft, Take Two)</a></dt>
<dd>Now a runnable suggestion.</dd>
<dt><a href='sampo-epic-multifail/'>Security Quote of the Day</a></dt>
<dd>Cluelessness and incompetence of epic proportions.</dd>
<dt><a href='aria-html5/'>ARIA in HTML5 Integration: Document Conformance (Draft)</a></dt>
<dd>This is not a spec and has not been endorsed by anyone.</dd>
<dt><a href='rdf/'>Reality Distortion Fields</a></dt>
<dd>Where Joel Spolsky's analysis of the IE version targeting issue goes wrong.</dd>
<dt><a href='almost-precedent/'>Almost Precedent</a></dt>
<dd>Why the Gecko Almost Standards Mode shouldn't be used to justify IE engine version targeting.</dd>
<dt><a href='regexp/'>Regular Expressions, Computer Science and Practice</a></dt>
<dd>Disregard of computer science can crash your app.</dd>
<dt><a href='leopard/'>Unimpressed by Leopard</a></dt>
<dd>Sadly, Leopard is not a clear improvement over Tiger.</dd>
<dt><a href='html5-roles/'>Built-in Accessibility Roles in HTML5</a></dt>
<dd>A quick table of <a href="http://www.w3.org/TR/aria-role/">WAI-ARIA</a> roles and what <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML 5</a> provides natively for each role as of July 2007.</dd>
<dt><a href='printing-wa10/'>Printing Web Apps 1.0</a></dt>
<dd>This is a quick guide for getting a dead-tree version of the Web Applications 1.0 spec.</dd>
<dt><a href='speaking-at-xtech/'>Speaking at XTech</a></dt>
<dd>I'll be speaking at <a href="http://2007.xtech.org/public/schedule/grid">XTech</a>.</dd>
<dt><a href='im-logs/'>IM Logs</a></dt>
<dd>Quote of the week.</dd>
<dt><a href='effi-court/'>EFFI's Day in Court</a></dt>
<dd><a href="http://hsivonen.iki.fi/bureaucracy-meets-the-web/">As mentioned earlier</a>, <a href="http://www.effi.org/">Electronic Frontier Finland</a> (EFFI) was suspected of illegal fundraising. The case was tried today. I went to the court house to observe the proceedings.</dd>
<dt><a href='zcorpan-xhtml/'>XHTML and Mobile Devices</a></dt>
<dd><a href="http://simon.html5.org/articles/mobile-results">Simon Pieters' mobile XHTML test results</a> need more publicity.</dd>
<dt><a href='social-media-impression-management/'>Social Media Impression Management</a></dt>
<dd>I asked if they had researched the image formation of social media sites. They hadn't.</dd>
<dt><a href='no-dtd/'>DTDs Don't Work on the Web</a></dt>
<dd>Last weekend, Slashdot <a href="http://slashdot.org/article.pl?sid=07/01/14/1359213">linked</a> to an <a href="http://www.deviceforge.com/news/NS9169645513.html">article</a> that observed that Netscape had removed the <a href="http://my.netscape.com/publish/formats/rss-0.91.dtd">RSS 0.91 DTD</a>. I hope this episode has a silver lining and helps in making people realize that DTDs don't belong on the Web.</dd>
<dt><a href='honkala-xforms/'>Thesis Defense on XForms</a></dt>
<dd>On Friday 2007-01-12, I went to listen to the thesis defense of <a href="http://users.tkk.fi/~honkkis/">Mikko Honkala</a>.</dd>
<dt><a href='maemo-src/'>Maemo Source Code</a></dt>
<dd>To save others the trouble of requesting the source, here are the contents of the package called "2.2006.39-14-srcs".</dd>
<dt><a href='validator-ws-ideas/'>Validator Web Service Interface Ideas</a></dt>
<dd>I am just writing this down so I don't forget it.</dd>
<dt><a href='three-styles/'>Three Styles</a></dt>
<dd>Well, four styles if you count the original.</dd>
<dt><a href='charmod-norm-checking/'>Charmod Norm Checking</a></dt>
<dd><a href="http://www.w3.org/TR/charmod-norm/">Charmod Norm</a> is still in the Working Draft state, but if it were to become a normative part of (X)HTML5, it would belong to the area of the conformance checking service that I am working on now, so I prototyped Charmod Norm enforcement as well.</dd>
<dt><a href='charmod-checking/'>Charmod Checking</a></dt>
<dd>Here's how I have addressed the requirements of Charmod that apply to content (marked as [C] is Charmod).</dd>
<dt><a href='table-integrity-checker/'>Table Integrity Checker</a></dt>
<dd>The first non-schema checker prototype is a table integrity checker.</dd>
<dt><a href='openmind-2006/'>Openmind 2006</a></dt>
<dd>I attended <a href="http://www.openmind.fi/">Openmind</a> 2006 last week. Here are some notes.</dd>
<dt><a href='iso-web/'>ISO Opens Up a Little</a></dt>
<dd>It turns out that ISO now has some standards on the Web. That's good, but putting all of them there in a Web-friendly format would be even better.</dd>
<dt><a href='natural-hazards-again/'>Natural Hazards Again</a></dt>
<dd>Looking across the street, I can see that there's something extra in the air between where I sit and the house on the other side of the street.</dd>
<dt><a href='scientific-method-according-to-hixie/'>The Scientific Method According to Hixie</a></dt>
<dd>Quote of the week from the topic of #developers on irc.mozilla.org</dd>
<dt><a href='online-photos/'>What to Do with All These Photos?</a></dt>
<dd>I have a lot of photos that aren't shared properly, which makes them less useful than they could be. Considering that it has been possible to publish photos on the Web for over a decade, I find it interesting and annoying how many unsolved problems there still are.</dd>
<dt><a href='aula-2006/'>Aula 2006</a></dt>
<dd>Yesterday, I went to listen to the public speeches that were part of <a href="http://aula.org/">Aula 2006 - Movement</a>.</dd>
<dt><a href='literacy/'>HOWTO Establish a 100% Literacy Rate</a></dt>
<dd>This is one of my favorite pieces of West Wing script writing.</dd>
<dt><a href='taxi/'>Need a Taxi at a Taxi Station? You Lose!</a></dt>
<dd>A taxi station is the worst place to be in Helsinki when you need a taxi (unless there's one already there).</dd>
<dt><a href='xtech-2006/'>XTech 2006</a></dt>
<dd>I went to the <a href="http://xtech06.usefulinc.com/">XTech 2006</a> conference last week.</dd>
<dt><a href='europe-day/'>Europe Day</a></dt>
<dd>Tuesday 2006-05-09 was the Europe Day. I traveled to Tampere for a show debate.</dd>
<dt lang='fi'><a href='makasiinit/'>Makasiinit</a></dt>
<dd>So the <span lang='fi'>Makasiinit</span> burned today.</dd>
<dt><a href='real-news/'>Comedy is the Real News</a></dt>
<dd>An observation I made last year when watching TV in the .S.</dd>
<dt><a href='unused-icons/'>Unused Icons</a></dt>
<dd>Unhelpful Microsoft wizardiness</dd>
<dt><a href='lists-in-attributes/'>Lists in Attribute Values</a></dt>
<dd>Whitespace-separation is good.</dd>
<dt><a href='election-ads/'>How Not to Advertise an Election Candidate</a></dt>
<dd>On Sunday and Monday elections were held at the local congregation in order to select a new vicar. I didn't like the campaigning.</dd>
<dt><a href='bureaucracy-meets-the-web/'>Bureaucracy Meets the Web</a></dt>
<dd>Three things from the past week happened to be related to bureaucracy and the Web…</dd>
<dt><a href='atom-xhtml/'>Who knows prefixed XHTML from a hole in the ground?</a></dt>
<dd>Remember to test prefixed XHTML as well.</dd>
<dt><a href='atom-feed/'>Atom Feed</a></dt>
<dd>I now have an Atom 1.0 feed.</dd>
<dt><a href='rfc2119-management/'>RFC 2119 Key Words in Management Textbooks</a></dt>
<dd>Just a random observation about the vocabulary of management textbooks.</dd>
<dt><a href='big-brother-eu/'>Big Brother EU</a></dt>
<dd>On Tuesday 2005-11-22, I went to a public discussion event titled "Big Brother EU".</dd>
<dt><a href='phishing-certs/'>Thoughts on Using SSL/TLS Certificates as the Solution to Phishing</a></dt>
<dd>Comments on <a href='http://www.gerv.net/security/stay-safe/'><cite>Staying Safe From Phishing With Firefox</cite></a>.</dd>
<dt><a href='web-ui-trees/'>An Idea About Intermediate Language Trees and Web UI Generation</a></dt>
<dd>An idea about Web UI generation I had when I was studying compiler technology.</dd>
<dt><a href='natural-hazards/'>Natural Hazards: NA</a></dt>
<dd>Thoughts about nuclear power plants in stormy situations.</dd>
<dt><a href='engines/'>Names of Browser Engines</a></dt>
<dd>A table of browser names, engine names and script engine names.</dd>
<dt><a href='wannabe/'>HOWTO Spot a Wannabe Web Standards Advocate</a></dt>
<dd>I have seen this too often. (<a lang='fr' href='wannabe/fr/'>Aussi disponible en français</a>; <a href='wannabe/de/'>Auch vorhanden auf Deutsch</a>; <a href='wannabe/pl/' lang='pl'>jest dostępny po polsku</a>)</dd>
<dt lang='fi'><a href='iso-8859-15/'>ISO-8859-15 on haitallinen</a></dt>
<dd>UTF-8 is the way to go. (In Finnish.)</dd>
<dt><a href='safari-issues/'>10 Safari 1.0 issues</a></dt>
<dd>Hyatt requested lists like this.</dd>
<dt><a href="need-atom/">Is Atom What We Really Need?</a></dt>
<dd>Atom (formerly known as Pie, Echo and Necho) has been created as a cleaner and better-defined alternative to RSS 2.0, which is underspecified. But is a reformulated version of RSS 2.0 really what we need?</dd>
<dt><a href="blog-server/">Outlining the "Ultimate" Blogging Server</a></dt>
<dd>I've been thinking what a really good blogging system or a news site content management system would be like. Here's my attempt at outlining the "ultimate" blogging server.</dd>
</dl>
<h2>Kesäkoodi</h2>
<dl>
<dt><a href="kesakoodi/wrap-up/">Kesäkoodi Wrap-Up - 2006-09-19</a></dt>
<dd>The last week of Kesäkoodi stretched to two sparse weeks.</dd>
<dt><a href="kesakoodi/clipboard/">On Clipboard Formats - 2006-09-15</a></dt>
<dd>This stuff is so underdocumented that it isn't even funny. This document is written so that others might find something when they search the Web.</dd>
<dt><a href="kesakoodi/week35/">Week 35</a></dt>
<dd>The weekly report for week 35.</dd>
<dt><a href="kesakoodi/week34/">Week 34</a></dt>
<dd>The weekly report for week 34.</dd>
<dt><a href="kesakoodi/speaking-gig/">Speaking Gig - 2006-08-28</a></dt>
<dd>I have been booked to speak at the Openbyte pre-conference of the <a href="http://www.openmind.fi/">Openmind 2006</a> event in Tampere Hall on 2006-10-24.</dd>
<dt><a href="kesakoodi/week33/">Week 33</a></dt>
<dd>The weekly report for week 33.</dd>
<dt><a href="kesakoodi/week32/">Week 32</a></dt>
<dd>The weekly report for week 32.</dd>
<dt><a href="kesakoodi/week31/">Week 31</a></dt>
<dd>The weekly report for week 31.</dd>
<dt><a href="kesakoodi/week30/">Week 30</a></dt>
<dd>The weekly report for week 30.</dd>
<dt><a href="kesakoodi/week27/">Week 27</a></dt>
<dd>The weekly report for week 27.</dd>
<dt><a href="kesakoodi/builds-take-two/">Builds, Take Two - 2006-07-07</a></dt>
<dd>The <a href="http://hsivonen.iki.fi/test/bug18333/builds/">builds</a> have been respun with fixes for interrupting Expat properly.</dd>
<dt><a href="kesakoodi/builds/">Builds! - 2006-07-06</a></dt>
<dd>Now there is something to test. I am providing builds with my preliminary patches for four target platforms.</dd>
<dt><a href="kesakoodi/mathml-oops/">Oops! I broke MathML - 2006-07-05</a></dt>
<dd>Or, well, one could argue that it was already broken but my content sink changes and a suitably crafted test case just exposed the layout issues that were already there.</dd>
<dt><a href="kesakoodi/week26/">Week 26</a></dt>
<dd>The weekly report for week 26.</dd>
<dt><a href="kesakoodi/content-sink-diagram/">The Content Sink Inheritance Diagram - 2006-06-30</a></dt>
<dd>I have discovered that my <a href='../content-sink/'>previous diagram</a> showed only a part of the inheritance graph below <code>nsIContentSink</code>. There is more.</dd>
<dt><a href="kesakoodi/eclipse-cdt/">Eclipse CDT - 2006-06-27</a></dt>
<dd>After working in TextWrangler (and a bit in XCode) for a couple of weeks, I really started to miss Eclipse.</dd>
<dt><a href="kesakoodi/week25/">Week 25</a></dt>
<dd>The weekly report for week 25.</dd>
<dt><a href="kesakoodi/week24/">Week 24</a></dt>
<dd>The weekly report for week 24.</dd>
<dt><a href="kesakoodi/week23/">Week 23</a></dt>
<dd>The weekly report for week 23.</dd>
<dt><a href="kesakoodi/content-sink/">Planning the XML Content Sink Incrementalization Work - 2006-06-10</a></dt>
<dd>I've been researching the problem area of <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=18333">bug 18333</a>.</dd>
<dt><a href="kesakoodi/week22/">Week 22</a></dt>
<dd>The weekly report for week 22.</dd>
<dt><a href="kesakoodi/week21/">Week 21</a></dt>
<dd>The weekly report for week 21.</dd>
<dt><a href="kesakoodi/dom-performance/">DOM Traversal Performance - 2006-05-26</a></dt>
<dd>But there is a problem. My JavaScript implementation is slow.</dd>
<dt><a href="kesakoodi/start/">Kesäkoodi Starting - 2006-05-23</a></dt>
<dd>So what's this <a href="http://www.coss.fi/kesakoodi">Kesäkoodi</a> thing about?</dd>
</dl>
<h2>Slides</h2>
<dl>
<dt><a href='Unicode.pdf'>An Introduction to Unicode</a></dt>
<dd>PDF slides about Unicode.</dd>
<dt lang='fi'><a href='dom-presentaatio/'>W3C DOM -esittely</a></dt>
<dd>An introduction to the W3C DOM (in Finnish).</dd>
</dl>
<h2>Lex Karpela</h2>
<p>These documents are related to the amendments to the Copyright Act and the Criminal code which were passed in order to implement the EUCD in Finland and have been dubbed "Lex Karpela".</p>
<dl>
<dt lang='fi'><a href='lukkovertaus/'>Karpelan lukkovertaus ontuu</a></dt>
<dd>Anti-circumvention legislation does not make sense, and it is fallacious to compare circumventing DRM to breaking into an apartment. (In Finnish)</dd>
<dt lang='fi'><a href='mustaa-valkoisella/'>Mustaa valkoisella</a></dt>
<dd>A document request to the Ministry of Education. (In Finnish)</dd>
</dl>
<h2>Articles in Need of Updating</h2>
<dl>
<dt><a href="os-x-browsers/">Mac OS Browser Comparison</a></dt>
<dd>This document is a rough yes/no feature comparison of the Web browsers that run natively on Mac OS . It does not cover browsers that run on the Classic VM or require an implementation of the X11 windowing system. <strong>Severely out of date. For historical reference only!</strong></dd>
<dt><a href="moz-editor/">Writing Structural Stylable Documents in Mozilla Editor</a></dt>
<dd>The Mozilla Editor is designed around HTML 4 Transitional. If special steps aren't taken, it is easy to produce presentational documents that lack stylable structure. This document describes some basic good authoring practices for the purpose of writing structural and stylable documents.</dd>
<dt><a href="units/">About Points and Pixels as Units</a></dt>
<dd>A document about points being often mistakenly though as pixel units. Points are not pixel units. Defining the font size in points on Web pages is considered harmful. <strong>This document needs to be updated.</strong></dd>
<dt><a href="hiragino/">About the Hiragino Fonts with CSS</a></dt>
<dd>A short document about a couple of observations on using the Hiragino fonts with CSS. (The Hiragino fonts come with Mac OS .)</dd>
<dt><a href="xhtml-the-point/">XHTML-What's the Point? (Draft, incomplete)</a></dt>
<dd>This document is incomplete, but I put it on the Web in order to avoid retyping the same thing over and over again in newsgroup discussions.</dd>
<dt><a href="standards/">Things to Take into Account When Moving to Standards-Compliant HTML and CSS Authoring</a></dt>
<dd>This is a mixed collection of a few issues that are worth taking into account when writing Web pages according to the W3C Recommendations.</dd>
</dl>
<h2>POV-Ray</h2>
<dl>
<dt><a href="refl-light/">Imitating Reflective Caustics in POV-Ray</a></dt>
<dd>A tutorial on imitating reflective caustics in the official distribution of POV-Ray</dd>
<dt><a href="hourglass/">Hourglass</a></dt>
<dd>Yet another ray tracing gallery page.</dd>
</dl>
<hr>
<p class="copyrightnotice">Copyright Create an email alert for Video "Mrjyn" SAFE OFF


<blockquote>
</style>
</head>
<body>
<div>

<div class="c1">
<div id="posterous_required_header" class="c1">
<div class="container">

<div style="background-color:#333333">
<div style="background-color:#5a5047">
<div style="border:3px solid #5a5047">
<p style="color:#5a5047">
<div style="border:3px solid #333333">
<p style="color:#333333;border:3px solid #333333">
<p style="color:#dae1b1">


RGB value of #dae1b1 is (218,225,177), other color models values are listed below.
Change page background color to #dae1b1 | Reset

#dae1b1 color model values
RGB     218,225,177
HSL    0.19, 0.44, 0.79
HSV    69°, 21°, 88°
CMYK     0.03, 0.00, 0.21, 0.12

Opposite color        #251e4e
Brighten color        #ecf0d8
Web safe color        #cccc99
Click to list #dae1b1 gradient colors

Color Abbreviations     

RGB Color Chart    HSL Color Chart
#dae1b1 rgb color chart     #dae1b1 hsl color chart

#dae1b1 color css codes

.mybgcolor {background-color:#dae1b1; } 
.myforecolor {color:#dae1b1; }
.mybordercolor {border:3px solid #dae1b1; }


Sample text font color #dae1b1

This sample text font color is #dae1b1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
html code

This div background color is #dae1b1
html code

<div style="background-color:#dae1b1">Div 

<div style="border:3px solid #dae1b1">Div here</div>content here</div>


#dae1b1 border color

This div border color is #dae1b1
html code


HTML Button and Input Text Box Sample

HTML Table Border #dae1b1 Color Sample
#dae1b1    border color

<div style="background-color:#dae1b1"><blockquote><div style="background-color:#333333">
<div style="background-color:#5a5047">
<div style="border:3px solid #5a5047"> 

<p style="color:#5a5047">

<div style="border:3px solid #333333"></blokcquote> <q>

<div style="border:3px solid #dae1b1"></q>

HTML Button and Input Text Box Sample

HTML Table Border #333333 Color Sample
#333333    border color

<p style="color:#333333">Text here

#c0ca86
#c1ca88
#c2cb8a
#c3cc8c
#c4cd8e
#c5ce90
#c6cf92
#c7d094
#c8d196
#c9d198
#cad29a
#cbd39c
#ccd49e
#cdd5a0
#ced6a2
#cfd7a4
#d0d8a6
#d1d9a8
#d2d9aa
#d3daac
#d5dbae
#d6dcb0
#d7ddb2
#d8deb4
#d9dfb6
#dae0b8
#dbe0ba
#dce1bc
#dde2be
#dee3c0
#dfe4c2
#e0e5c4
#e1e6c6
#e2e7c8
#e3e8ca
#e4e8cc
#e5e9ce
#e6ead0
#e7ebd2
#e8ecd4
#eaedd6
#ebeed8
#ecefda
#edefdc
#eef0de
#eff1e0
#f0f2e2
#f1f3e4
#f2f4e6
#f3f5e8
#f4f6ea
#f5f7ec
#f6f7ee
#f7f8f0
#f8f9f2
#f9faf4
#fafbf6
#fbfcf8
#fcfdfa
#fdfefc
#ffffff
Gradient colors from #c0ca86 to #000000 (black)
#c0ca86
#bcc683
#b9c381
#b6bf7f
#b3bc7d
#b0b97a
#acb578
#a9b276
#a6af74
#a3ab71
#a0a86f
#9ca46d
#99a16b
#969e68
#939a66
#909764
#8c9462
#899060
#868d5d
#838a5b
#808659
#7c8357
#797f54
#767c52
#737950
#70754e
#6c724b
#696f49
#666b47
#636845
#606543
#5c6140
#595e3e
#565a3c
#53573a
#505437
#4c5035
#494d33
#464a31
#43462e
#40432c
#3c3f2a
#393c28
#363925
#333523
#303221
#2c2f1f
#292b1d
#26281a
#232518
#202116
#1c1e14
#191a11
#16170f
#13140d
#10100b
#0c0d08
#090a06
#060604
#030302
#000000


24251c color image
#24251c color hex

#24251c hex color information, #24251c color charts.

RGB value of #24251c is (36,37,28), other color models values are listed below.
Change page background color to #24251c | Reset

#24251c color model values
RGB     36,37,28
HSL    0.19, 0.14, 0.13
HSV    67°, 24°, 15°
CMYK     0.03, 0.00, 0.24, 0.85

Opposite color        #dbdae3
Brighten color        #91928d
Web safe color        #333333
Click to list #24251c gradient colors

Color Abbreviations     

RGB Color Chart    HSL Color Chart
#24251c rgb color chart     #24251c hsl color chart

#24251c color css codes

.mybgcolor {background-color:#24251c; } 
.myforecolor {color:#24251c; }
.mybordercolor {border:3px solid #24251c; }


Sample text font color #24251c

This sample text font color is #24251c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
html code

<p style="color:#24251c">Text here</p>


#24251c background color

This div background color is #24251c
html code

<div style="background-color:#24251c">Div content here</div>


#24251c border color

This div border color is #24251c
html code

<div style="border:3px solid #24251c">Div here</div>


HTML Button and Input Text Box Sample

HTML Table Border #24251c Color Sample
#24251c    border color



333333 color image
#333333 color hex

#333333 hex color information, #333333 color charts.

RGB value of #333333 is (51,51,51), other color models values are listed below.

#333333 hex color code is also equal to #333
Change page background color to #333333 | Reset

#333333 color model values
RGB     51,51,51
HSL    0.00, 0.00, 0.20
HSV    0°, 0°, 20°
CMYK     0.00, 0.00, 0.00, 0.80

Opposite color        #cccccc
Brighten color        #999999
Web safe color        #333333
Click to list #333333 gradient colors

Color Abbreviations     

RGB Color Chart    HSL Color Chart
#333333 rgb color chart     #333333 hsl color chart

#333333 color css codes


#333333 background color

This div background color is #333333
html code







5a5047 color image
#5a5047 color hex

#5a5047 hex color information, #5a5047 color charts.

RGB value of #5a5047 is (90,80,71), other color models values are listed below.
Change page background color to #5a5047 | Reset

#5a5047 color model values
RGB     90,80,71
HSL    0.08, 0.12, 0.32
HSV    28°, 21°, 35°
CMYK     0.00, 0.11, 0.21, 0.65

Opposite color        #a5afb8
Brighten color        #aca7a3
Web safe color        #666633
Click to list #5a5047 gradient colors

Color Abbreviations     

RGB Color Chart    HSL Color Chart
#5a5047 rgb color chart     #5a5047 hsl color chart

#5a5047 color css codes

.mybgcolor {background-color:#5a5047; } 
.myforecolor {color:#5a5047; }
.mybordercolor {border:3px solid #5a5047; }


Sample text font color #5a5047

This sample text font color is #5a5047
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
html code

#5a5047 background color

This div background color is #5a5047
html code


#5a5047 border color

This div border color is #5a5047
html code



HTML Button and Input Text Box Sample

HTML Table Border #5a5047 Color Sample
#5a5047    border color

</blockquote>


<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_2">self-fulfilling fontasy</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_3">Breast of Girl-riding-bull-girls! Slips, Falls and Tumblestits (via html5 validator.nu)</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_4">Roiling Vortex of LUST SUB 3.29.11 Powered by DOGMEAT</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_5">duhduh duh duhhhhh</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_6">this guy can draw my pants off</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_7">Whatever happened to baby blue blog? It's all over now (Titlemash by Dylan Davis)</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_8">Bondage! Viva goldeneye and it.paperblog</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_9">Tell Me | Bob Dylan (ASPERGERS Dedication)</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_10">turning gay for this as we speak</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_11">if Dogmeat were Erte</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_12">i like big fonts and i cannot lie</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_13">Secure Jidge Dogmeat Branding Edit HTTPS</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_14">LaYouTuBels</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_15">YouMeTipTubeDIANoobs</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_16">YouTLubeTiMELine Yourself.</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_17">Sexy "Miss Bodoni" Font</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_18">MORE CSS PIVOT "hey, it works"</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_19">CSS Pivot - COOLEST APP EVER!</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_20">wtf is cloistering</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_21">jidge for chugger via mysterious stranger</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_22">:) The Gun Club - Sex Beat ❧ in case you just looked at the mexican maid, and said, 'what does this mean'?</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_23">"Dogmeats Dogsmeat" Dogmeat Preview via dogmeats.blogspot.com</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_24">"Dogmeats Dogsmeat" Dogmeat Preview via dogmeats.blogspot.com</a></li>
<li><a href="http://mail.google.com/mail/u/0/?ui=2&amp;ik=7caeb90c03&amp;view=pt&amp;search=inbox&amp;msg=12f05eeffd8bbd85#12f05eeffd8bbd85_25">i don't know, last time i saw her i offered to help her find a ring she had dropped down the toilet of the women's rest room...</a></li>
</ul>
<table>
<tr>
<td class="c27">

<blockquote>
<div>
<ol>
<li>
<div>
<table>
<tr>
<div><span>Dec 22, 2010</span><br>
★ <a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> • http • Dogmeat • Dailymotion ★ 1572079 • <a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> ☆ • http<br>
<cite><a href="http://dailymotion.com/" target="_blank">dailymotion.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
<span title="Use the up and down arrow keys to select each result. Press Enter to go to the selection." class="c20">►</span></li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://www.youtube.com/watch%3Fv%3DIyV-Xaxws5E&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CDkQuAIwAQ&amp;q=mrjyn&amp;usg=AFQjCNHeaHHq0YSkEB1Yf0HUievOwfMh4Q" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://www.youtube.com/watch?v=IyV-Xaxws5E" title="1 Million Dutchmen Can't Be Wrong! Mrjyn 123video.nl . ..." target="_blank">1 Million Dutchmen Can't Be Wrong! <em>Mrjyn</em> <strong>...</strong></a></h3>
<div><span><span>3 min</span> - <span>Oct 24, 2010</span> - <span>Uploaded by cynophagie</span></span><br>
<a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> <em>Mrjyn</em> <a href="http://www.123video.nl/" target="_blank">www.123video.nl</a> All-starWILLIE NELSON I GOTTA GET DRUNK SUE BREWER BANJO <strong>...</strong><br>
<cite><a href="http://youtube.com/" target="_blank">youtube.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://www.youtube.com/watch%3Fv%3DNUkZa1KZjt8&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CEAQuAIwAg&amp;q=mrjyn&amp;usg=AFQjCNEQMLkdMr5oceYXWViPXdyd3BjB9A" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://www.youtube.com/watch?v=NUkZa1KZjt8" title="1 Million Dutchmen Can't Be Wrong! Mrjyn 123video.nl . ..." target="_blank">1 Million Dutchmen Can't Be Wrong! <em>Mrjyn</em> <strong>...</strong></a></h3>
<div><span><span>2 min</span> - <span>Oct 24, 2010</span> - <span>Uploaded by cynophagie</span></span><br>
<a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> <em>Mrjyn</em> <a href="http://www.123video.nl/" target="_blank">www.123video.nl</a> All-starWILLIE NELSON I GOTTA GET DRUNK SUE BREWER BANJO <strong>...</strong><br>
<cite><a href="http://youtube.com/" target="_blank">youtube.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://www.dailymotion.com/video/xa5bce_claire-de-loon-cruise-leonardo-dica_news&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CEcQuAIwAw&amp;q=mrjyn&amp;usg=AFQjCNF3Pu2ApPNZklGJ_yRPCTLwjyrfGA" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://www.dailymotion.com/video/xa5bce_claire-de-loon-cruise-leonardo-dica_news" title="Claire 'De Loon' Cruise: Leonardo DiCaprio, Marry Me?" target="_blank">Claire 'De Loon' Cruise: Leonardo DiCaprio <strong>...</strong></a></h3>
<div><span><span>14 sec</span> - <span>Aug 12, 2009</span></span><br>
RT @<em>mrjyn</em> - <a href="http://www.dailymotion.com/" target="_blank">www.dailymotion.com</a> Claire - 'De Loon' Cruise: Leonardo DiCaprio, Marry Me? MJ 'Wife' Claire De Loon <strong>...</strong><br>
<cite><a href="http://dailymotion.com/" target="_blank">dailymotion.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://whatgetsmehot.posterous.com/your-musical-compatibility-with-mrjyn-is-unkn&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CE0QuAIwBA&amp;q=mrjyn&amp;usg=AFQjCNH1JMfU0Tjq98nR6Babn_xs9z3bWQ" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://whatgetsmehot.posterous.com/your-musical-compatibility-with-mrjyn-is-unkn" title="Your musical compatibility with last.fm/user/mrjyn is Unknown" target="_blank">Your musical compatibility with last.fm/user/<em>mrjyn</em> <strong>...</strong></a></h3>
<div><span>Jan 17, 2011</span><br>
Your musical compatibility with <em>mrjyn</em> is Unknown searchq= See the full gallery on Posterous <em>mrjyn</em> known mrjyn_lastfm.mp4 Watch <strong>...</strong><br>
<cite><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://vodpod.com/watch/2396318-glossolalia-couple-singing-in-tongues-mrjyn&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CFMQuAIwBQ&amp;q=mrjyn&amp;usg=AFQjCNHAWKIwSgs4ARCNOWZMtJvQzQOKhA" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://vodpod.com/watch/2396318-glossolalia-couple-singing-in-tongues-mrjyn" target="_blank">Glossolalia Couple Singing in Tongues - <em>mrjyn</em></a></h3>
<div><span>Oct 25, 2009</span><br>
Glossolalia Couple Singing in Tongues - <em>mrjyn</em> Glossa γλώσσα tongue - video from <em>mrjyn</em>. Glossolalia:, glossa, γλώσσα, tongue In <strong>...</strong><br>
<cite><a href="http://vodpod.com/" target="_blank">vodpod.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://www.youtube.com/watch%3Fv%3D5WDDKR1f4k4&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CFkQuAIwBg&amp;q=mrjyn&amp;usg=AFQjCNGM_Gr4ssyIgVGUix_h9bp-J5bOIA" target="_blank"><img border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://www.youtube.com/watch?v=5WDDKR1f4k4" title="1 Million Dutchmen Can't Be Wrong! Mrjyn 123video.nl . ..." target="_blank">1 Million Dutchmen Can't Be Wrong! <em>Mrjyn</em> <strong>...</strong></a></h3>
<div><span><span>3 min</span> - <span>Oct 24, 2010</span> - <span>Uploaded by cynophagie</span></span><br>
<a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> <em>Mrjyn</em> <a href="http://www.123video.nl/" target="_blank">www.123video.nl</a> All-starWILLIE NELSON I GOTTA GET DRUNK SUE BREWER BANJO <strong>...</strong><br>
<cite><a href="http://youtube.com/" target="_blank">youtube.com</a></cite><span> </span></div>
</td>
</tr>
</table>
</div>
</li>
<li>
<div>
<table>
<tr>
<td valign="top" class="c18"><a href="http://www.google.com/url?url=http://www.trilulilu.ro/mrjyn/14d979c4401f72&amp;rct=j&amp;sa=X&amp;ei=v-mSTZ7HOZGDtgeMgLVv&amp;ved=0CGAQuAIwBw&amp;q=mrjyn&amp;usg=AFQjCNFTeQbDphRwq2VopNxvTz9r_xj6Aw" target="_blank"><img src="http://video.google.com/ThumbnailServer2?app=smh&amp;contentid=c015848db9592257&amp;offsetms=1&amp;itag=w160&amp;sigh=sTDGmVeiOqRc1-Me2DiZLeeEj_Y&amp;h=90&amp;w=120&amp;sigh=__GEK5Am7bpKG3jPs-tMi0aoBo_7I=" border="1" height="90" align="middle" alt="" class="c17" width="120"></a></td>
<td valign="top" class="c19">
<h3><a href="http://www.trilulilu.ro/mrjyn/14d979c4401f72" target="_blank">SYNTH COKE [BUZZ PRODUCTIONS]</a></h3>
<div><span><span>44 sec</span> - <span>Mar 4, 2011</span></span><br>
SYNTH COKE [BUZZ PRODUCTIONS] (SYNTH, COKE, BUZZ, PRODUCTIONS) <strong>...</strong> BUZZ COKE PRODUCTIONS SYNTH trilulilu <strong>...</strong><br>
<cite><a href="http://trilulilu.ro/" target="_blank">trilulilu.ro</a></cite><span> </span></div>
</td>
</tr>

<div>
<div>
<div>2008</div>
<div>Nov</div>
</div>
Promoted Videos launched</div>
<div>
<div>
<div>2008</div>
<div>Nov</div>
</div>
Pre-Roll ads launched</div>
<div>
<div>
<div>2008</div>
<div>Oct</div>
</div>
15 hours of video uploaded every minutes</div>
<div>
<div>
<div>2008</div>
<div>Oct</div>
</div>
CBS and MGM full-length programming comes to YouTube</div>
<div>
<div>
<div>2008</div>
<div>Aug</div>
</div>
YouTube Captions launched</div>
<div>
<div>
<div>2008</div>
<div>Jun</div>
</div>
Interactive YouTube feature Annotations launched</div>
<div>
<div>
<div>2008</div>
<div>Jun</div>
</div>
YouTube integration into Sony Bravia TV</div>
<div>
<div>
<div>2008</div>
<div>May</div>
</div>
13 hours of video uploaded every minute</div>
<div>
<div>
<div>2008</div>
<div>Apr</div>
</div>
YouTube Screening Room launched</div>
<div>
<div>
<div>2008</div>
<div>Mar</div>
</div>
YouTube Insight analytics tool launched</div>
<div>
<div>
<div>2008</div>
<div>Jan</div>
</div>
10 hours of video uploaded every minute</div>
<hr>
<div>
<div>
<div>2007</div>
<div>Dec</div>
</div>
YouTube Partner Program launched</div>
<div>
<div>
<div>2007</div>
<div>Nov</div>
</div>
CNN/YouTube Debates - Part 2</div>
<div>
<div>
<div>2007</div>
<div>Oct</div>
</div>
Copyright management technology, Content ID, launched</div>
<div>
<div>
<div>2007</div>
<div>Sep</div>
</div>
Non-profit channels launched</div>
<div>
<div>
<div>2007</div>
<div>Aug</div>
</div>
InVideo Ads launched</div>
<div>
<div>
<div>2007</div>
<div>Jul</div>
</div>
CNN/YouTube Debates - Part 1</div>
<div>
<div>
<div>2007</div>
<div>Jun</div>
</div>
YouTube mobile site launched</div>
<div>
<div>
<div>2007</div>
<div>Jun</div>
</div>
YouTube launches in nine countries</div>
<div>
<div>
<div>2007</div>
<div>May</div>
</div>
First known instance of a Rickroll</div>
<hr>
<div>
<div>
<div>2006</div>
<div>Oct</div>
</div>
Acquired by Google for $1.65B</div>
<div>
<div>
<div>2006</div>
<div>Aug</div>
</div>
First advertising concepts launched: Participatory Video Ads</div>
<div>
<div>
<div>2006</div>
<div>Jul</div>
</div>
100M video views per day; 65,000 new video uploads per day</div>
<div>
<div>
<div>2006</div>
<div>May</div>
</div>
Video responses launched</div>
<div>
<div>
<div>2006</div>
<div>Mar</div>
</div>
Content Verification Program launched</div>
<hr>
<div>
<div>
<div>2005</div>
<div>Dec</div>
</div>
Official site launch (8M videos watched a day)</div>
<div>
<div>
<div>2005</div>
<div>Nov</div>
</div>
YouTube secures first round of funding with Sequoia Capital for $3.5M</div>
<div>
<div>
<div>2005</div>
<div>Jun</div>
</div>
YouTube enables embeds for other sites</div>
<div>
<div>
<div>2005</div>
<div>May</div>
</div>
Beta launch of the site</div>
<div>
<div>
<div>2005</div>
<div>Apr</div>
</div>
First video uploaded to the site</div>
<div>
<div>
<div>2005</div>
<div>Feb</div>
</div>
Founders register domain name and begin work on site</div>
</div>
</div>
</blockquote>
<div>via <a href="http://www.youtube.com/t/press_timeline" target="_blank">youtube.com</a></div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/youtlubetimeline-yourself" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-2045857767381251433?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=i5Q4incoQSo:mwYEeQva_JI:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=i5Q4incoQSo:mwYEeQva_JI:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=i5Q4incoQSo:mwYEeQva_JI:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=i5Q4incoQSo:mwYEeQva_JI:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=i5Q4incoQSo:mwYEeQva_JI:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=i5Q4incoQSo:mwYEeQva_JI:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/i5Q4incoQSo?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_17" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/AlZyuqvtWP4/sexy-miss-bodoni-font.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">Sexy "Miss Bodoni" Font</a></p>
<p class="c16"><span>Posted:</span> 28 Mar 2011 04:19 AM PDT</p>
<div class="c26">
<div class="c92">
<h1 class="c91"><img src="http://poetryfoundation.org/harriet/Miss%20Bodoni.jpg" alt="Miss%20Bodoni.jpg"> "Miss Bodoni"</h1>
------
<p><br>
<a href="http://www.taylorlane.co.uk/" target="_blank">Taylor Lane</a> is a British company, specializing in graphic designs for advertisers, and the corporation has won an Epica Award for publishing a <a href="http://epica-awards.com/pages/results/2006/winners/results2006-cat30.html" target="_blank">calendar</a> that features twelve pin-ups, each one produced from one of twelve different typefonts-and like any set of centerfolds in pornography, each image features a shorthand biography about the adult model, except that, in this case, each bio describes the provenance of the typefont itself. "Miss Bodoni," for example, is "often seen in Paris and Milan and her face regularly appears in leading style magazines" (because, of course, Bodoni is one of the preferred typefonts used by <em>Vogue</em>).<br>
Exponents of visual poetry have often used typefonts playfully to depict either animals or objects (just as the designer Roberto de Vicq de Cumtich has done, for example, in his work <a href="http://www.bemboszoo.com/" target="_blank">Bembo's Zoo</a>)-but such visual design often finds itself consigned to literature for children; whereas the designers at Taylor Lane have advertised their skills by quite literally depicting the "bodytext" of their work, corporealizing such textuality for a more decadent audience. The designers have restricted themselves to the repertoire of "penstrokes" found only in a singular typefont, thereby showcasing the surprising, aesthetic potential of such a limited palette.<br>
Aesthetic criticism has, of course, remarked at length upon the role of the nude in the history of art, describing the ways in which the body of the woman has become a cipher for both the idealized values of formal "beauty" and the subaltern values of erotic "desire." The pin-ups here suggest the extreme degrees to which a poet might begin to fetishize the sensual, optical appeals of language itself, admiring the contours of letterforms in a manner reminiscent of obsessive, libidinal fixations. The letters in the caption of the usual, porno image have thus begun to displace the nude body, behaving like it rather than referring to it….</p>
from <em>Studio Pin-Ups</em><br>
by Taylor Lane<br>
<div>via <a href="http://www.poetryfoundation.org/harriet/2007/12/visual-poetics-05/" target="_blank">poetryfoundation.org</a></div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/sexy-miss-bodoni-font" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-7555090296258410195?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=AlZyuqvtWP4:A4F5eim50So:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=AlZyuqvtWP4:A4F5eim50So:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=AlZyuqvtWP4:A4F5eim50So:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=AlZyuqvtWP4:A4F5eim50So:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=AlZyuqvtWP4:A4F5eim50So:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=AlZyuqvtWP4:A4F5eim50So:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/AlZyuqvtWP4?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_18" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/DmHZnXKQ1jA/more-css-pivot-it-works.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">MORE CSS PIVOT "hey, it works"</a></p>
<p class="c16"><span>Posted:</span> 28 Mar 2011 12:35 AM PDT</p>
<div class="c26">
<div>
<blockquote>March 28, 2011 11:13am
<h1><a href="http://twofishcreative.com/michael/blog/2011/03/28/css-pivot-bookmarklet" title="CSS Pivot bookmarklet" target="_blank">CSS Pivot bookmarklet</a></h1>
<span><a href="http://twofishcreative.com/michael/blog/tag/css" rel="tag" target="_blank">css</a>, <a href="http://twofishcreative.com/michael/blog/tag/bookmarklet" rel="tag" target="_blank">bookmarklet</a> and <a href="http://twofishcreative.com/michael/blog/tag/css-pivot" rel="tag" target="_blank">css pivot</a></span><br>
<div>
<p>Tweaking CSS on sites developed by other people seems to be something that comes up at least weekly in web development. Why isn't my footer displaying properly? Why is this div wrapping? Often it's me asking those questions, but every now and then I can solve someone else's problem with a CSS tweak or two. <a href="http://www.csspivot.com/" target="_blank">CSS Pivot</a>, which I discovered via a <a href="http://css-tricks.com/css-pivot/" target="_blank">post from Chris Coyier</a>, is a site that lets you share those tweaks with other people.</p>
<p>I thought it looked useful, so I make a bookmarklet to send the current page to CSS Pivot. Drag it to your bookmarks.</p>
<p><a>Open with CSS Pivot</a></p>
</div>
</blockquote>
<div>via <a href="http://twofishcreative.com/michael/blog/2011/03/28/css-pivot-bookmarklet" target="_blank">twofishcreative.com</a></div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/more-css-pivot-hey-it-works" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-2513352931020329193?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=DmHZnXKQ1jA:vidc0RCC5uE:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=DmHZnXKQ1jA:vidc0RCC5uE:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=DmHZnXKQ1jA:vidc0RCC5uE:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=DmHZnXKQ1jA:vidc0RCC5uE:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=DmHZnXKQ1jA:vidc0RCC5uE:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=DmHZnXKQ1jA:vidc0RCC5uE:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/DmHZnXKQ1jA?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_19" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/hoPqykx2L4w/css-pivot-coolest-app-ever.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">CSS Pivot - COOLEST APP EVER!</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 11:47 PM PDT</p>
<div class="c26">
<div>Check out this website I found at <a href="http://www.csspivot.com/19Gl9" target="_blank">csspivot</a> <a href="http://www.csspivot.com/preview?url=http%3A%2F%2Fwhatgetsmehot.posterous.com" target="_blank">http://www.csspivot.com/preview?url=http%3A%2F%2Fwhatgetsmehot.posterous.com</a></div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/css-pivot-coolest-app-ever" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-8309636004005266248?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hoPqykx2L4w:7TDA-_bavBk:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hoPqykx2L4w:7TDA-_bavBk:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hoPqykx2L4w:7TDA-_bavBk:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=hoPqykx2L4w:7TDA-_bavBk:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hoPqykx2L4w:7TDA-_bavBk:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hoPqykx2L4w:7TDA-_bavBk:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/hoPqykx2L4w?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_20" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/qLtDuB0X_20/wtf-is-cloistering.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">wtf is cloistering</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 11:31 PM PDT</p>
<div class="c26">
<div class="c93"><img src="../../getfile/files.posterous.com/whatgetsmehot/CtfeenodooElJjJHBIGhbmDmialxtewDjlCFsmwxxwoudmaFfhaxloGAdjuv/media_httpt3gstaticco_nFFfg.jpg" height="225" alt="Media_httpt3gstaticco_nfffg" width="224"></div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/wtf-is-cloistering" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-2569976692524822060?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=qLtDuB0X_20:HeMvDsTYUIQ:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=qLtDuB0X_20:HeMvDsTYUIQ:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=qLtDuB0X_20:HeMvDsTYUIQ:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=qLtDuB0X_20:HeMvDsTYUIQ:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=qLtDuB0X_20:HeMvDsTYUIQ:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=qLtDuB0X_20:HeMvDsTYUIQ:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/qLtDuB0X_20?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_21" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/UKXW-rlytSY/jidge-for-chugger-via-mysterious.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">jidge for chugger via mysterious stranger</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 10:45 PM PDT</p>
<div class="c26">
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/jidge-for-chugger-via-mysterious-stranger" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-7895914795931666681?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=UKXW-rlytSY:LOh07p5M7kM:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=UKXW-rlytSY:LOh07p5M7kM:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=UKXW-rlytSY:LOh07p5M7kM:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=UKXW-rlytSY:LOh07p5M7kM:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=UKXW-rlytSY:LOh07p5M7kM:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=UKXW-rlytSY:LOh07p5M7kM:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/UKXW-rlytSY?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_22" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/hLeQBfSMvo0/gun-club-sex-beat-in-case-you-just.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">:) The Gun Club - Sex Beat ❧ in case you just looked at the mexican maid, and said, 'what does this mean'?</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 10:19 PM PDT</p>
<div class="c26">
<table class="c95">
<tr>
<td>
<p>❧ The Gun Club</p>
<p>Sex Beat ❧</p>
<p><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></p>
<p>in case you just looked at the mexican maid, and said, 'what does this mean'?:)</p>
<p> </p>
</td>
<td> </td>
<td>❧
<p>❧ The Gun Club</p>
<p>Sex Beat ❧</p>
sorry i walked away from my station.  i swear to jesus, i only thought about what filthy beautiful emails were being sent the entire time...</td>
<td class="c94">:) The Gun Club<br>
<p>❧ The Gun Club</p>
<p>Sex Beat ❧</p>
Sex Beat in case you just looked at the mexican maid, and said, 'what does this mean'?</td>
</tr>
<tr>
<td>bold❧<a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></a></td>
<td> </td>
<td> then something weird happened.<br></td>
<td class="c94">❧:) The Gun Club - Sex Beat ❧regular<br></td>
</tr>
<tr>
<td>italic❧<a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></a></td>
<td> </td>
<td> i never write shit and i wrote this...</td>
<td class="c94"><a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"> </a></td>
</tr>
<tr>
<td>bold italic</td>
<td> </td>
<td> sorry it's not edited and freshly run through a text stripper<br></td>
<td class="c94"> </td>
</tr>
<tr>
<td>uppercase regular</td>
<td> </td>
<td> so i can try to make it somewhat coherent.<br></td>
<td class="c94"> </td>
</tr>
<tr>
<td>uppercase bold</td>
<td> </td>
<td> wow, youve officially put me in the best mood i've ever been to,<br></td>
<td class="c94"> </td>
</tr>
<tr>
<td>uppercase italic</td>
<td> </td>
<td> that's what happens when god eventually cuts the evil people a break<br></td>
<td class="c94"> </td>
</tr>
<tr>
<td>uppercase bold italic</td>
<td> </td>
<td> (he makes them wait inordinately long periods of time for happy occassions,<br></td>
<td class="c94"> </td>
</tr>
<tr>
<td>small-caps regular</td>
<td> </td>
<td> while good people are blessed on an almost weekly basis</td>
<td class="c94"> </td>
</tr>
<tr>
<td>small-caps bold</td>
<td> </td>
<td> </td>
<td class="c94"> </td>
</tr>
<tr>
<td>small-caps italic</td>
<td> </td>
<td> </td>
<td class="c94"> </td>
</tr>
<tr>
<td>
<p>small-caps bold italic<a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></a>in case you just looked at the mexican maid, and said, 'what does this mean'?</p>
<p> </p>
</td>
<td> </td>
<td> ❧:) The Gun Club - Sex Beat ❧regular<a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></a></td>
<td class="c94">while good people are blessed on an almost weekly basis <a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img src="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg" alt="http://i2.ytimg.com/vi/elgXiZ3w_wg/default.jpg"></a></td>
</tr>
</table>
<div class="c100">
<div class="c97"><a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank"><img alt="" class="c96"></a></div>
<div class="c98"><a href="http://www.youtube.com/watch?v=trfadrieyHE&amp;feature=email" target="_blank">The Gun Club - Sex Beat</a></div>
<div class="c99">Sexbeat. Funny Video. Sexiest Dancers of all Sexes and Genders, Ages and Times. Deborah Harry. Deborah Anne. Tiger in her hip. The Gun Club</div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/-the-gun-club-sex-beat-in-case-you-just-looke" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-2084721278728473650?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hLeQBfSMvo0:8n4yxpb5Ul0:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hLeQBfSMvo0:8n4yxpb5Ul0:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hLeQBfSMvo0:8n4yxpb5Ul0:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=hLeQBfSMvo0:8n4yxpb5Ul0:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hLeQBfSMvo0:8n4yxpb5Ul0:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=hLeQBfSMvo0:8n4yxpb5Ul0:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/hLeQBfSMvo0?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_23" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/6Y-_zON3N6A/dogsmeat-dogmeat-preview-via_28.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">"Dogmeats Dogsmeat" Dogmeat Preview via dogmeats.blogspot.com</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 10:01 PM PDT</p>
<div class="c26">
<div>
<div><img src="../../getfile/files.posterous.com/whatgetsmehot/JCwlgvbBHBcbvnrbjcGIsgozhzudhwavsAAklxzpauJslzkGGnyogfFcblhy/media_http4bpblogspot_Esslx.gif" height="230" alt="Media_http4bpblogspot_esslx" width="307"></div>
<blockquote>
<div>
<p><img src="http://www.youtube.com/profile_videos?user=gaejangguk/favicon.ico" height="16" alt="" width="0"><a href="http://www.youtube.com/profile_videos?user=gaejangguk" target="_blank">YouTube (Dogsmeat) gaejangguk</a></p>
<ul>
<li><span><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/D6oAagYF5a4/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank" class="c102">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Dogmeat In association with HAROLD TURKEY PANTS PRESENT Ian_Dury_Documentary_Pt2.mp4 Watch on Posterous Ian_Dury_Documentary_Pt1.mp4 Watch on Posterous Fun-ctionality? ALL MY LOVE, dogmeat ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 0</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">08:10</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=I_dF-AifFuY:rshRa5544z8:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/BtBCfMJ9xGA/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank" class="c102">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Dogmeat In association with HAROLD TURKEY PANTS PRESENT Ian_Dury_Documentary_Pt2.mp4 Watch on Posterous Ian_Dury_Documentary_Pt1.mp4 Watch on Posterous Fun-ctionality? ALL MY LOVE, dogmeat ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 0</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">07:59</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=W22O1rSlrzo:O1pdvVAnWx0:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank">Helmut Newton Korea Big Nude Jidge</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/tp1LF7P_jxI/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank" class="c102">Helmut Newton Korea Big Nude Jidge</a></div>
<div class="c104"><span>"helmut newton" jidge "june newton" alice springs helmie helmut-newton 에 <a href="http://big-nudebookwhatgetsmehot.posterous.com/video-helmut-newton-korea-big-nude-book-open" target="_blank">big-nudebookwhatgetsmehot.posterous.com/video-helmut-newton-korea-big-nude-book-open</a> 대한 책도 선보인다. 특히 이 책은 가로와 세로가 50cm, 70cm의 대형크기에 30kg이나 되는 무게, 이책을 제본하기 위해 특별히 제작했다는 프레스, 전 공정의 수작업, 책을 받치기 위해 특수 제작한 철제 테이블 등 이제까지의 기록을 완전히 깨버린 책으로 유명하다. 이 밖에도 15권 내외의 희귀 서적들도 함께 접해 볼 수 있다. helmut newton kora korea</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 2</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">1 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">00:25</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=26" target="_blank">Howto &amp; Style</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=SgV0hX0GpiE:9dranmHsdTI:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank">Amazing Video Weirdness - 40 Clips 10 Minutes - You'll ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/EoJZotlrIbU/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank" class="c102">Amazing Video Weirdness - 40 Clips 10 Minutes - You'll ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Amazing Video Weirdness - 40 Clips 10 Minutes - You'll Thank Me! AMAZING VIDEO WEIRDNESS - This is a compilation tape that feels radical. It was made with the help of our friends at Freektastic Video, who let us abuse drugs at their parent's house while we were going through stuff. This video contai ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 36</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">10:00</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=qdk-fq4kB7w:dgQ3hxvGxaM:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 24, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank">Russian Beatles Drive My Car ('Starinki Avtomobil' by ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/4l0xG3gYMYs/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank" class="c102">Russian Beatles Drive My Car ('Starinki Avtomobil' by ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Beatles Drive My Car (Russian) Vesyolye Rebyata 'Starinki Avtomobil' beatles.mp4 Watch on Posterous " Drive My Car " is a song written by Paul McCartney , with lyrical contributions by John Lennon and first released by The Beatles on the UK version of the 1965 album Rubber Soul ; it also appeared ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 4</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">00:35</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=yDMny9kBX6s:Wm5b0Vk2tSo:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 24, 2011</p>
</li>
</ul>
<p><a href="http://feeds.feedburner.com/youtube-dogsmeat" target="_blank"><img src="http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif" border="0" height="10" alt="" width="10"></a></p>
<p><a href="http://feeds.feedburner.com/youtube-dogsmeat" target="_blank">Subscribe to this Feed</a></p>
<div><a href="http://www.feedburner.com/" target="_blank"><img src="http://www.feedburner.com/fb/images/buzzboost-pwrd.gif" height="18" alt="Headlines by FeedBurner" class="c113" width="88"></a></div>
</div>
</blockquote>
<div>via <a href="http://dogmeats.blogspot.com/b/post-preview?token=r7F7_C4BAAA.djombhEnViPFnX0OiTxV7w.R2n2Ah9lokfOByDmAB_LNw&amp;postId=8827848575842821323&amp;type=POST" target="_blank">dogmeats.blogspot.com</a></div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/dogmeats-dogsmeat-dogmeat-preview-via-dogmeat-0" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-3941286220144133391?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=6Y-_zON3N6A:aWEq9fh_HGk:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=6Y-_zON3N6A:aWEq9fh_HGk:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=6Y-_zON3N6A:aWEq9fh_HGk:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=6Y-_zON3N6A:aWEq9fh_HGk:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=6Y-_zON3N6A:aWEq9fh_HGk:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=6Y-_zON3N6A:aWEq9fh_HGk:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/6Y-_zON3N6A?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_24" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/RSLNqM66dUw/dogsmeat-dogmeat-preview-via.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">"Dogmeats Dogsmeat" Dogmeat Preview via dogmeats.blogspot.com</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 10:01 PM PDT</p>
<div class="c26">
<div>
<div><img src="../../getfile/files.posterous.com/whatgetsmehot/ekBFmBfdAicqHtAJlrfGcytHefHbzctxduDBhurnkIfHwIxoIFGpBdDlACsG/media_http4bpblogspot_uFxrm.gif" height="230" alt="Media_http4bpblogspot_ufxrm" width="307"></div>
<blockquote>
<div>
<p><img src="http://www.youtube.com/profile_videos?user=gaejangguk/favicon.ico" height="16" alt="" width="0"><a href="http://www.youtube.com/profile_videos?user=gaejangguk" target="_blank">YouTube (Dogsmeat) gaejangguk</a></p>
<ul>
<li><span><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/D6oAagYF5a4/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=D6oAagYF5a4&amp;feature=youtube_gdata" target="_blank" class="c102">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Dogmeat In association with HAROLD TURKEY PANTS PRESENT Ian_Dury_Documentary_Pt2.mp4 Watch on Posterous Ian_Dury_Documentary_Pt1.mp4 Watch on Posterous Fun-ctionality? ALL MY LOVE, dogmeat ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 0</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">08:10</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=I_dF-AifFuY:rshRa5544z8:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=I_dF-AifFuY:rshRa5544z8:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/BtBCfMJ9xGA/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=BtBCfMJ9xGA&amp;feature=youtube_gdata" target="_blank" class="c102">Ian Dury DocMEAT Serial: 'We incubate proactive micro- ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Dogmeat In association with HAROLD TURKEY PANTS PRESENT Ian_Dury_Documentary_Pt2.mp4 Watch on Posterous Ian_Dury_Documentary_Pt1.mp4 Watch on Posterous Fun-ctionality? ALL MY LOVE, dogmeat ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 0</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">07:59</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=W22O1rSlrzo:O1pdvVAnWx0:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=W22O1rSlrzo:O1pdvVAnWx0:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank">Helmut Newton Korea Big Nude Jidge</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/tp1LF7P_jxI/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=tp1LF7P_jxI&amp;feature=youtube_gdata" target="_blank" class="c102">Helmut Newton Korea Big Nude Jidge</a></div>
<div class="c104"><span>"helmut newton" jidge "june newton" alice springs helmie helmut-newton 에 <a href="http://big-nudebookwhatgetsmehot.posterous.com/video-helmut-newton-korea-big-nude-book-open" target="_blank">big-nudebookwhatgetsmehot.posterous.com/video-helmut-newton-korea-big-nude-book-open</a> 대한 책도 선보인다. 특히 이 책은 가로와 세로가 50cm, 70cm의 대형크기에 30kg이나 되는 무게, 이책을 제본하기 위해 특별히 제작했다는 프레스, 전 공정의 수작업, 책을 받치기 위해 특수 제작한 철제 테이블 등 이제까지의 기록을 완전히 깨버린 책으로 유명하다. 이 밖에도 15권 내외의 희귀 서적들도 함께 접해 볼 수 있다. helmut newton kora korea</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 2</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">1 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">00:25</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=26" target="_blank">Howto &amp; Style</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=SgV0hX0GpiE:9dranmHsdTI:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=SgV0hX0GpiE:9dranmHsdTI:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 26, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank">Amazing Video Weirdness - 40 Clips 10 Minutes - You'll ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/EoJZotlrIbU/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=EoJZotlrIbU&amp;feature=youtube_gdata" target="_blank" class="c102">Amazing Video Weirdness - 40 Clips 10 Minutes - You'll ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Amazing Video Weirdness - 40 Clips 10 Minutes - You'll Thank Me! AMAZING VIDEO WEIRDNESS - This is a compilation tape that feels radical. It was made with the help of our friends at Freektastic Video, who let us abuse drugs at their parent's house while we were going through stuff. This video contai ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 36</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">10:00</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=qdk-fq4kB7w:dgQ3hxvGxaM:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=qdk-fq4kB7w:dgQ3hxvGxaM:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 24, 2011</p>
</li>
<li><span><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank">Russian Beatles Drive My Car ('Starinki Avtomobil' by ...</a></span>
<p>gaejang.guk</p>
<div>
<div class="c112">
<table border="0">
<tr>
<td rowspan="2" valign="top" width="140">
<div class="c101"><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank"><img src="http://i.ytimg.com/vi/4l0xG3gYMYs/default.jpg" height="90" alt="" width="120"></a></div>
</td>
<td valign="top" width="256">
<div class="c103"><a href="http://www.youtube.com/watch?v=4l0xG3gYMYs&amp;feature=youtube_gdata" target="_blank" class="c102">Russian Beatles Drive My Car ('Starinki Avtomobil' by ...</a></div>
<div class="c104"><span><a href="http://whatgetsmehot.posterous.com/" target="_blank">whatgetsmehot.posterous.com</a> Beatles Drive My Car (Russian) Vesyolye Rebyata 'Starinki Avtomobil' beatles.mp4 Watch on Posterous " Drive My Car " is a song written by Paul McCartney , with lyrical contributions by John Lennon and first released by The Beatles on the UK version of the 1965 album Rubber Soul ; it also appeared ... Dogmeat from Dogmeat Weirdopedia Gaejangguk mrjyn yt:quality=high dogmeat</span></div>
</td>
<td valign="top" class="c109" width="146">
<div><span class="c105">From:</span> <a href="http://www.youtube.com/profile?user=gaejangguk" target="_blank">gaejangguk</a></div>
<div><span class="c105">Views:</span> 4</div>
<div class="c107"><img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"> <img src="http://gdata.youtube.com/static/images/icn_star_empty_11x11.gif" height="11" align="top" alt="" class="c106" width="11"></div>
<div class="c108">0 <span class="c105">ratings</span></div>
</td>
</tr>
<tr>
<td><span class="c105">Time:</span> <span class="c110">00:35</span></td>
<td class="c111"><span class="c105">More in</span> <a href="http://www.youtube.com/categories_portal?c=24" target="_blank">Entertainment</a></td>
</tr>
</table>
</div>
<div><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=qj6IDK7rITs" border="0" height="24" alt="" width="113"></a>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=yIl2AUoC8zA" border="0" height="24" alt="" width="62"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?d=63t7Ie-LG7Y" border="0" height="24" alt="" width="94"></a></p>
<p><a href="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?a=yDMny9kBX6s:Wm5b0Vk2tSo:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/youtube-dogsmeat?i=yDMny9kBX6s:Wm5b0Vk2tSo:-BTjWOF_DHI" border="0" height="24" alt="" width="117"></a></p>
<p> </p>
</div>
</div>
<p>March 24, 2011</p>
</li>
</ul>
<p><a href="http://feeds.feedburner.com/youtube-dogsmeat" target="_blank"><img src="http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif" border="0" height="10" alt="" width="10"></a></p>
<p><a href="http://feeds.feedburner.com/youtube-dogsmeat" target="_blank">Subscribe to this Feed</a></p>
<div><a href="http://www.feedburner.com/" target="_blank"><img src="http://www.feedburner.com/fb/images/buzzboost-pwrd.gif" height="18" alt="Headlines by FeedBurner" class="c113" width="88"></a></div>
</div>
</blockquote>
<div>via <a href="http://dogmeats.blogspot.com/b/post-preview?token=r7F7_C4BAAA.djombhEnViPFnX0OiTxV7w.R2n2Ah9lokfOByDmAB_LNw&amp;postId=8827848575842821323&amp;type=POST" target="_blank">dogmeats.blogspot.com</a></div>
</div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/dogmeats-dogsmeat-dogmeat-preview-via-dogmeat" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-271715966492007910?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=RSLNqM66dUw:p59UJCzZ_pk:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=RSLNqM66dUw:p59UJCzZ_pk:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=RSLNqM66dUw:p59UJCzZ_pk:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=RSLNqM66dUw:p59UJCzZ_pk:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=RSLNqM66dUw:p59UJCzZ_pk:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=RSLNqM66dUw:p59UJCzZ_pk:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
<img src="http://feeds.feedburner.com/%7Er/mrjyn/%7E4/RSLNqM66dUw?utm_source=feedburner&amp;utm_medium=email" height="1" alt="" width="1"></div>
</td>
</tr>
<tr>
<td class="c27">
<p class="c15"><a name="12f05eeffd8bbd85_25" href="http://feedproxy.google.com/%7Er/mrjyn/%7E3/WwVw5KI6zoE/i-don-know-last-time-i-saw-her-i.html?utm_source=feedburner&amp;utm_medium=email" target="_blank" class="c14">i don't know, last time i saw her i offered to help her find a ring she had dropped down the toilet of the women's rest room...</a></p>
<p class="c16"><span>Posted:</span> 27 Mar 2011 11:59 AM PDT</p>
<div class="c26">
<div>...she said the only way to fit my arm in was to get undressed. she had been reading erika <a href="http://whatgetsmehot.posterous.com/jidge" target="_blank">jong</a></div>
<div>
<h1 class="c25">MORE <a href="http://whatgetsmehot.posterous.com/i-dont-know-last-time-i-saw-her-i-offered-to" target="_blank" class="c24">Dogmeat »</a></h1>
</div>
<div><img src="https://blogger.googleusercontent.com/tracker/22271694-2721671282112487687?l=visualguidanceltd.blogspot.com" height="1" alt="" width="1"></div>
<div><a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=WwVw5KI6zoE:QTbuXTm7jYg:qj6IDK7rITs" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=qj6IDK7rITs" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=WwVw5KI6zoE:QTbuXTm7jYg:UT3xtbGYFzA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=UT3xtbGYFzA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=WwVw5KI6zoE:QTbuXTm7jYg:-BTjWOF_DHI" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?i=WwVw5KI6zoE:QTbuXTm7jYg:-BTjWOF_DHI" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=WwVw5KI6zoE:QTbuXTm7jYg:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=yIl2AUoC8zA" border="0" alt=""></a> <a href="http://feeds.feedburner.com/%7Eff/mrjyn?a=WwVw5KI6zoE:QTbuXTm7jYg:63t7Ie-LG7Y" target="_blank"><img src="http://feeds.feedburner.com/%7Eff/mrjyn?d=63t7Ie-LG7Y" border="0" alt=""></a></div>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<a href="http://weirdopedia.posterous.com/47821357">Posted</a>
<h1>by <a href="http://posterous.com/people/5ex5ZPudMWTn" rel="author">Limbs Andthings</a></h1>
| Viewed
<div class="posterous_ojs"></div>
times
<div class="posterous_tweet_button posterous_horizontal_count"><a href="http://twitter.com/share" class="posterous_tweet_button twitter-share-button">Tweet</a> <a href="http://www.backtype.com/search?q=http://weirdopedia.posterous.com/47821357" class="posterous_tweet_count"><button id="num_tweets_47821357" class="posterous_retweet_count"><a href="http://www.backtype.com/search?q=http://weirdopedia.posterous.com/47821357" class="posterous_tweet_count"></a></button></a></div>
<div class="facebook_like"></div>
<ul class='clearfix'>
<li class='p_responses_link'><a href="/responses/recent?post_id=47821357" title="View responses to this post"><strong>0</strong> responses</a></li>
<li class='p_like_link'><a href="/likes/create?like_type=post&amp;post_id=47821357" class="like_post" title="Like this post"></a>
<div class='p_like_icon'></div>
<div class='p_unlike_icon c1'></div>
<span>Like</span></li>
<li class='p_comment_link'><a href="/responses/recent?post_id=47821357" title="Comment on this post"></a>
<div>Comment</div>
</li>
</ul>
<div class="p_response_container"><a name='comment'></a>
<div class='p_responses_list clearfix'></div>
</div>
<div class="posterous_ojs"></div>
</div>
<!-- /#articles --></div>
<!-- /#post_column -->
<div class="column">
<h1><a href="http://posterous.com/people/5ex5ZPudMWTn" title="Limbs Andthings's profile"><img class="profile_image" src="http://files.posterous.com/user_profile_pics/1117190/jjgif_tblr_500.gif" alt="Limbs Andthings"></a></h1>
<a href="http://posterous.com/people/5ex5ZPudMWTn" class="profile-link"><strong>Limbs Andthings</strong></a>
<div class="profile">
<div><br>
<h1>Meet fifteen creative ways to waste money 15 Coolest Photos You Won't 
<p> </p>
<br>
<div><br>
<h6><img src="http://28.media.tumblr.com/tumblr_liug93rnwP1qgr38oo1_500.gif" alt="jidge"><br></h6>
<p> </p>
<br></div>
<br></div>
<br></div>
<div class="external"><a href="http://twitter.com/cynophagie" class="ExtTwitterOauth" rel="me"><img src="/images/icons/services/twitter.png" width='16' height='16' alt=''></a>  <a href="http://www.facebook.com/profile.php?id=100001500567461" class="ExtFacebook" rel="me"><img src="/images/icons/services/facebook.png" width='16' height='16' alt=''></a>  <a href="http://friendfeed.com/dogmeat" class="ExtFriendfeed" rel="me"><img src="/images/icons/services/friendfeed.png" width='16' height='16' alt=''></a>  <a href="http://vimeo.com/dogsmeat/videos" class="ExtVimeo" rel="me"><img src="/images/icons/services/vimeo.png" width='16' height='16' alt=''></a>  <a href="http://weirdipedia.blogspot.com/" class="ExtBlogger" rel="me"><img src="/images/icons/services/blogger.png" width='16' height='16' alt=''></a> </div>
</div>
<div class="column">
<h1>Get Updates</h1>
<div class="subscribe-site">
<div id="psub_unsubscribed_div" class="c117"><a href="/members/add_subscription/?site=1507631" id="psub_unsubscribed_link">Follow this site »</a></div>
<div id="psub_subscribed_div" class="c117"><strong>You're following this site</strong> (<a href="/members/edit_member/?site=1507631" id="psub_subscribed_link">Edit</a>)</div>
<div id="psub_contributor_div" class="c117"><strong>You're a contributor here</strong> (<a href="/members/edit_member/?site=1507631" id="psub_contributor_link">Edit</a>)</div>
<div id="psub_admin_div" class="c117"><strong>This is your site</strong> (<a href="/members/edit_member/?site=1507631" id="psub_admin_link">Edit</a>)</div>
<div id="psub_nonuser_div" class="c117"><a href="/members/add_subscription/?site=1507631" id="psub_nonuser_link">Subscribe by email »</a><br>
Get the latest updates in your email box automatically.</div>
<div id="loading_div_BrrBzzGozE" class="c117"><img src="/images/loading.gif" height="14" alt="Loading..." width="14"></div>
<div class="posterous_ojs"></div>
</div>
<a href="http://weirdopedia.posterous.com/rss.xml" rel="alternate" type="application/rss+xml">Subscribe via RSS</a></div>
<div class="column">
<h1>Tags</h1>
<ul>
<li><a href="http://weirdopedia.posterous.com/tag/w3c">W3C</a> <span>(2)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/weirdopedia">Weirdopedia</a> <span>(2)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/facebook">Facebook</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/facebooktoday">Facebook Today</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/jazz">Jazz</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/language">Language</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/love">Love</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/pornoclock">PornO'clock</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/posterousvideo">Posterous Video</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/valentine">Valentine</a> <span>(1)</span></li>
<li><a href="#" id="see_more_tags">View all 18 tags ↓</a></li>
</ul>
<div id="more-tags-listing" class="c117">
<ul class="c118">
<li><a href="http://weirdopedia.posterous.com/tag/video">Video</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/comment">comment</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/css">css</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/dogmeat">dogmeat</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/html5">html5</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/like">like</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/tags">tags</a> <span>(1)</span></li>
<li><a href="http://weirdopedia.posterous.com/tag/vimeo">vimeo</a> <span>(1)</span></li>
</ul>
</div>
<div class="posterous_ojs"></div>
<h1>Archive</h1>
<div class="archive_list">
<div class="archive"><a href="#" id="archive_year2011">2011</a> <span>(155)</span></div>
<div class="inner c119" id="archive_months2011">
<div><a href="/archive/3/2011">March</a> <span>(80)</span></div>
<div><a href="/archive/2/2011">February</a> <span>(43)</span></div>
<div><a href="/archive/1/2011">January</a> <span>(32)</span></div>
</div>
<div class="posterous_ojs"></div>
<div class="archive"><a href="#" id="archive_year2010">2010</a> <span>(151)</span></div>
<div class="inner c119" id="archive_months2010">
<div><a href="/archive/12/2010">December</a> <span>(36)</span></div>
<div><a href="/archive/11/2010">November</a> <span>(7)</span></div>
<div><a href="/archive/10/2010">October</a> <span>(3)</span></div>
<div><a href="/archive/9/2010">September</a> <span>(25)</span></div>
<div><a href="/archive/7/2010">July</a> <span>(38)</span></div>
<div><a href="/archive/6/2010">June</a> <span>(42)</span></div>
</div>
<div class="posterous_ojs"></div>
</div>
</div>
<div class="column c120">
<h1>Contributors</h1>
<ul>
<li><a href="http://posterous.com/people/5ex5ZPudMWTn" title="Limbs Andthings's profile" rel="contributor"><img src="http://files.posterous.com/user_profile_pics/1117190/jjgif_tblr_500_thumb.gif" alt="Limbs Andthings"></a> <a href="http://posterous.com/people/5ex5ZPudMWTn" rel="contributor">Limbs Andthings</a></li>
<li><a href="http://posterous.com/people/5fdyqS8s0SBj" title="YouWeird Tube's profile" rel="contributor"><img src="http://files.posterous.com/user_profile_pics/898838/DrNick_copy_thumb.jpg" alt="YouWeird Tube"></a> <a href="http://posterous.com/people/5fdyqS8s0SBj" rel="contributor">YouWeird Tube</a></li>
<li><a href="http://posterous.com/people/5AqgDhZXiRcB" title="cram meat's profile" rel="contributor"><img src="http://files.posterous.com/user_profile_pics/1053214/SHAMROCKFUCKINGIF_thumb.gif" alt="cram meat"></a> <a href="http://posterous.com/people/5AqgDhZXiRcB" rel="contributor">cram meat</a></li>
<li><a href="http://posterous.com/people/5AqqXWIMkBUt" title="weirdo pedia's profile" rel="contributor"><img src="http://files.posterous.com/user_profile_pics/1083652/dogmeat_quote_thumb.jpg" alt="weirdo pedia"></a> <a href="http://posterous.com/people/5AqqXWIMkBUt" rel="contributor">weirdo pedia</a></li>
<li><a href="http://posterous.com/people/1kLARueHxPmp" title="porn sterous's profile" rel="contributor"><img src="http://files.posterous.com/user_profile_pics/907132/hey_go_like_dogmeat_tpa_script_png_thumb.png" alt="porn sterous"></a> <a href="http://posterous.com/people/1kLARueHxPmp" rel="contributor">porn sterous</a></li>
</ul>
</div>
<div class="clear"></div>
<!-- /.container -->
<div class="posterous_ojs"></div>
</body>
</html>
*{
font : inherit;
font-size : inherit;
font-weight : inherit;
font-style : inherit;
margin : 0 0 0 0;
padding : 0 0 0 0;
color : inherit;
max-width:70em;
border:dashed lime 1px;
}
html {
font-family : 'OFL Sorts Mill Goudy TT', serif;
background-color : #c0ca86;
color : #2d3319;
padding : 2em;
border: blue solid 1em;
}
body {
margin : 0 auto 0 auto;
background-color : #dae1b1;
color : #24251c;
max-width : 70em;
border : 0.6em double #949d65;
padding : 0 1.5em 1.5em;
}
strong {
font-variant : small-caps;
font-family : 'Josefin Sans', serif;
}
h1, h2, h3, h4, h5, h6, dt, th, h1 + blockquote, .abstract, .courseid, .affiliation, .authors, .date, caption, .caption, figcaption {
font-family : 'Josefin Sans', sans-serif;
}
code, tt, pre, samp, kbd {
font-family : 'Josefin Sans', monospace;
font-size : 0.8em;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, dt code, th code, h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt, dt tt, th tt {
font-size : 0.78em;
}
pre code, pre tt {
font-size : 1em;
}
pre, dl {
margin-top : 0.5em;
margin-bottom : 0.5em;
}
dt {
page-break-after : avoid;
}
dd, li {
page-break-before : avoid;
page-break-inside : avoid;
margin-left : 1.5em;
}
em, i, var, cite {
font-style : italic;
}
h1, h2, h3 {
font-weight : bold;
}
h3, h4 {
font-size : 1.15em;
margin-bottom : 0.2em;
margin-top : 1em;
}
h2 {
font-size : 1.5em;
margin-bottom : 0.3em;
margin-top : 1.15em;
}
h1 {
font-size : 2em;
margin-bottom : 0.3em;
margin-top : 1.15em;
}
dt {
margin-bottom : 0.25em;
margin-top : 0.75em;
}
h1:before {
content : "Dogmeat";
display : inline;
text-transform : uppercase;
}

td, th, dd, li, .footer, footer {
margin-bottom : 0.5em;
text-indent : 0;
}
blockquote {
margin-top : 0.5em;
margin-bottom : 0.5em;
margin-left : 1.5em;
}
:first-letter {
color : black;
font-size : 150%;
}
:first-line {
background: orange;
border: 5px inset;red
}
footer {
padding: 2em yellow;
background-color : red;
display : block;
max-width : 70em;
}
sidebar {
float : right;
width : 25%;
margin-left : 1.5em;
margin-top : 0.5em;
}
sidebar h2 {
margin-top : 0;
}
sidebar ul, sidebar li {
margin-left : 0;
padding-left : 0;
}
sidebar h2 {
margin-top : 0;
}
sidebar h3 {
margin-bottom : 0.5em;
}
sidebar img {
float : none;
padding : 0;
margin : 0;
}
:link:focus {
outline : #164796 0.2em solid;
}
:visited:focus {
outline : #831596 0.2em solid;
}
:link {
color : #164796;
outline-width : 0;
outline-offset : 0.1em;
}
:visited {
color : #831596;
}
:link:hover, :visited:hover {
background-color : #ffffcc;
}
:link:active {
color : #687996;
outline-color : #687996;
}
:visited:active {
color : #8f6796;
outline-color : #8f6796;
}
a {
text-decoration : none;
}

div.posterousVideoMainDiv {
margin : 1em;
display : block;
background : url('/images/icons/search16.png') 1px no-repeat #fff;
}

img {
vertical-align : top;
float : right;
clear : right;
background-color : black;
margin-left : 0.8em;
outline : black;
border : 1px solid black;
background:url(http://profile.ak.fbcdn.net/hprofile-ak-snc4/186680_100001500567461_2491946_q.jpg);
}
div.img {
margin-left : auto;
margin-right : auto;
text-align : center;
font-style : italic;
font-size : smaller;
text-indent : 0;
}
hr {
text-align : center;
font-size : 1em;
height : 1em;
}
sup, sub {
font-size : 75%;
}
.container {
width : 700px;
border :6em double #949d65;
padding :2em;
outline: 1em inset red;
width:70em;
margin-top:-1em;
margin-bottom: 1em;
margin-left: 1em;
}
article header h1 {
font-size : 2em;
font-weight : normal;
color : red;
}
article header h1 a {
color : olive;
text-decoration : none;
}
header#page_header {
display : block;
margin-left : auto;
margin-right : auto;
}
header#page_header hgroup {
padding : 1px;
}
header#page_header hgroup h1 {
font-family : 'Josefin Sans', serif;
font-size : 1em;
text-transform : uppercase;
}
header#page_header hgroup h1 a {
color : purple;
text-decoration : none;
}
header#page_header hgroup h2 {
color : white;
font-family : 'Josefin Sans', sans-serif;
font-size : 1em;
font-weight : normal;
padding : 0;
}
.header_image {
padding : 2px 0;
}
nav#navigation {
padding : 0;
}
nav#navigation li {
display : inline-block;
font-family : sans-serif;
font-weight : bold;
list-style : none;
padding : 5px;
text-transform : uppercase;
}
nav#navigation li:first-child {
padding-left : 0;
}
nav#navigation li a {
color : #3a3a3a;
text-decoration : none;
}
nav#navigation li a:hover {
text-decoration : underline;
}
nav#navigation ul li a.current {
color : #1e0101;
}
form.search input.text {
font-size : 12px;
padding : 2px 2px 2px 20px;
border : 1px dashed #ccc;
background : url('/images/icons/search16.png') 1px no-repeat #fff;
}
aside#sidebar {
border-top : 2px solid brown;
font-family : 'OFL Sorts Mill Goudy TT', sans-serif;
font-size : 0.857em;
max-width : 50em;
border : 0.6em double #949d65;
padding : 0;
}
aside#sidebar a {
color : pink;
text-decoration : none;
}
aside#sidebar a:hover {
text-decoration : underline;
}
aside#sidebar .column {
float : left;
padding-right : 20px;
max-width : 50em;
border : 0.6em double #949d65;
padding : 0 1.5em 1.5em;
}
aside#sidebar section {
display : block;
padding : 15px 0;
}
aside#sidebar section h1 {
color : #1e0101;
font-size : 1.143em;
}
aside#sidebar section ul li {
list-style : none;
line-height : 1em;
}
aside#sidebar section div.archive_list {
line-height : 1.2em;
}
div.archive {
background : black;
color : orange;
margin : 1em;
}
aside#sidebar section div.archive_list div.inner {
margin-left : 10px;
line-height : 1em;
}
.profile_image {
background : #fff;
border : 1px dotted #797878;
margin-bottom : 1px;
padding : 1px;
}
.profile {
line-height : 1.5em;
padding-top : 5px;
}
.external {
padding-top : 5px;
}
#search {
float : right;
padding-top : 5px;
}
#searchbox {
background : url(/themes/mag/search-black-50.png) 7px 7px no-repeat #fff;
border : 0.6em double #949d65;
padding : 0 1.5em 1.5em;
}
#searchbox_button {
font-size : 0.875em;
font-weight : bold;
height : auto;
margin-top : 5px;
padding : 3px 10px;
}
section#search_results {
padding : 5px;
margin-bottom : 5px;
text-align : center;
}
section#search_results a {
text-decoration : none;
}
section#search_results a:hover {
text-decoration : underline;
}
section#search_results .submit {
font-size : 0.875em;
font-weight : bold;
height : auto;
margin-top : 5px;
padding : 3px 10px;
}
section#search_results h1, section#filed_under h1 {
color : #1e0101;
font-weight : normal;
text-align : center;
}
section#search_results h1 {
border-bottom : 1px solid #ebebeb;
}
section#filed_under {
padding : 15px 150px;
}
section#filed_under h1 {
font-size : 1em;
margin-bottom : 5px;
}
section#search_results li {
display : inline-block;
font-size : 0.786em;
list-style : none;
margin-right : 5px;
}
.back_to_blog {
display : block;
font-family : sans-serif;
font-weight : bold;
padding : 0;
}
.back_to_blog a {
text-decoration : none;
}
section#contributors li a:first-child {
padding-right : 3px;
text-decoration : none;
}
section#contributors li a img {
border : 0.3em double #949d65;
padding : 1em;
}
section#contributors li a {
vertical-align : middle;
}
section#subscriptions {
padding-bottom : 3px !important ;
}
section#subscriptions h1 {
padding-bottom : 5px;
}
section#rss {
padding-top : 3px !important ;
}
section#subscriptions a {
height : 14px;
}
section#rss a {
display : block;
height : 4px;
padding-left : 8px;
}
section#subscriptions .subscribe-site {
background : url(/images/favicon.png) -1px -1px no-repeat;
}
section#subscriptions .subscribe-site div {
padding-left : 8px;
}
section#rss a {
background : url(/images/feed-icon-14x14.png) -1px -1px no-repeat;
}
section#statistics a {
text-decoration : none;
}
section#statistics a:hover {
text-decoration : underline;
}
section#tags li.selected a {
font-weight : bold;
}
section#tags li.selected a:hover {
cursor : pointer;
}
article header aside.sms {
font-size : 11px;
}
footer section.locations h1 {
font-weight : normal;
margin-top : 0;
}
input, select, textarea {
font-size : 1em;
line-height : 1em !important ;
padding : 2px;
}
input[type="text"], input[type="password"], select, textarea {
background-color : green;
border : 1px solid orange;
}
input[type="button"], input[type="submit"] {
height : 1em;
font-size : 1em;
color : white;
margin-top : 1px;
}
section.share {
margin-bottom : 1px;
}
#post_column .body a {
color : khaki;
}
ul.post-list {
clear : both;
}
.post-list li {
vertical-align : middle;
list-style : none;
overflow : hidden;
height : 130px;
border : 0.6em double orange;
}
.post-list li a {
color : red;
text-decoration : none;
}
.center {
text-align : center;
}
figure {
margin-top : 1.5em;
margin-bottom : 1.5em;
display : block;
position : relative;
overflow : hidden;
}
figcaption {
position : absolute;
color : white;
padding : 10px 20px;
opacity : 0.0;
bottom : 0;
left : -30%;
}
figure:hover figcaption {
opacity : 1.0;
left : 0;
}
.post-brief-image {
max-width : 180px;
font-size : 1em;
overflow : auto;
opacity : 0.75;
background : url(http://static.ak.fbcdn.net/rsrc.php/v1/zb/r/L6P2fymQtet.png);
border : thin solid silver;
margin : auto;
outline : silver 1px double;
display : table-cell;
height : 130px;
vertical-align : middle;
}
.post-brief-text {
color : lime;
display : block;
text-align : center;
font-style : italic;
font-size : smaller;
text-indent : 0;
height : 130px;
line-height : 1em;
overflow : hidden;
width : 180px;
vertical-align : middle;
padding : 1em;
background : blue;
}
.post-title {
display : block;
border:1em dotted white;
padding-top : 1px;
color : black;
text-shadow : black 0.1em 0.1em 0.2em;
}
article {
position : relative;
}
article header {
border-bottom : 1px solid orange;
padding : 0;
}
article header section {
height : auto;
padding-top : 1px;
    font-family:Arial;
    font-size:108%;
    color:black;
    font-weight:bold;
        padding-left: 28px;
        vertical-align: middle;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 12px;
}

.section_header span {
    margin-top: 6px;
    margin-bottom: 10px;
}

article header aside.sms {
float : left;
padding-top : 1px;
}
div.editbox {
height : 16px;
position : absolute;
top : 0;
visibility : hidden;
}
div.editbox ul.mini_commands {
margin-top : 0;
}
ul.mini_commands li a {
color : lime;
}
article:hover div.editbox {
visibility : visible;
}
article div.body {
padding : 0;
}
article div.body div.inner {
line-height : 1em;
}
article div.body div.inner > :first-child {
margin-bottom : 0;
margin-top : 0;
}

article div.body, article div.body blockquote {
margin-top : 1em;
margin-bottom : 1em;
margin-left : 2em;
}

article div.body div.posterousGalleryMainDiv {
margin : 5px;
}


.posterousGalleryMainDiv a.posterousGalleryMainlink {
text-decoration : none !important ;
}
article div.body div.inner a {
text-decoration : none;
}
article div.body div.inner ul, article div.body div.inner ol {
margin-left : 1.5em;
padding-left : 0;
margin-bottom : 0.5em;
}
.galleryLabel {
color : lime;
}

blockquote:after {
display : block;
line-height : 0;
content : url(http://photos-d.ak.fbcdn.net/photos-ak-snc1/v27562/89/190502347629977/app_1_190502347629977_5386.gif);
}
article footer {
padding : 5px;
background : yellow;
color :black ;
}
footer section {
margin : 1px;
background: blue;
color : silver;
}
footer section.author {
padding : 1px;
background : orange;
}
footer section.author a {
background : aqua;
color : green;
}
footer section.author h1 {
display : inline;
background: red;
color : khaki;
}
h1.comment-link {
font-size : 1em;
font-weight : normal;
}
h1.comment-link a {
text-decoration : none;
}
h1.comment-link a:hover {
text-decoration : underline;
}
footer section.comments_box {
margin-top : 1px;
background-color : white;
color : yellow;
}
footer section.comments h1 {
font-size : 0.857em;
font-weight : normal;
}
footer section.comments h1 a {
text-decoration : none;
}
div.comment_none_yet_msg {
font-style : italic;
font-weight : normal;
margin-top : 5px;
}
div.comment_none_yet_msg, div.commentunit {
color : #333;
}
.commentunit .comment_value label {
color : #333 !important ;
}
footer section.comments section h1 {
font-size : 1em;
font-weight : bold;
background-color : #e1e1e1;
color : #4d4d4d;
}
div.comment {
font-weight : normal;
}
div.comment_label {
padding-top : 2px;
margin-top : 0;
}
.comment_profile_description {
font-weight : bold;
}
.comment_profile_description div {
font-weight : normal;
}
div.comment_avatar {
margin-top : 10px;
}
div.commentunit div.profile_icon {
margin-top : 5px;
}
div.commentname {
margin-bottom : 5px;
}
div.comment_area {
clear : left;
float : left;
}
.comment_value input[type="submit"] {
font-size : 0.875em;
font-weight : bold;
height : auto;
margin-top : 5px;
padding : 3px 10px;
}
footer section .comment_loading_div, .loading {
background : url(/themes/mag/loading1-white.gif) no-repeat;
display : inline-block;
height : 1px;
width : 6px;
}
footer section .comment_loading_div {
margin-top : 1px;
}
footer section .comment_loading_div img {
display : none;
}
div.posterous_comments h4, div.spanningheader h4 {
margin : 0;
}
.posterous_comments {
font-family : Lucidatypewriter, monospace;
font-variant : small-caps;
}
article footer time div {
display : inline;
}
footer section.tags {
color : #262626;
font-size : 0.786em;
padding-bottom : 10px;
}
footer section.tags a {
color : #262626 !important ;
}
footer section.tags h1 {
display : inline;
font-size : 11px;
margin : 0;
padding-right : 1px;
}
footer section.tags h1 span {
font-weight : normal;
}
footer section.tags ul {
display : inline;
margin : 0;
}
footer section.tags ul li {
display : inline;
list-style : none;
padding-right : 1px;
}
footer section.tags ul li a {
color : #3a3a3a;
}
footer section.locations {
margin-top : 1px;
margin-bottom : 0;
}
footer section.locations h2 {
font-size : 11px;
margin-top : 0;
}
footer section.locations ul {
display : none;
margin : 0;
}
footer section.locations ul li {
display : none;
list-style : none;
}
footer section.locations div.location_detail {
background : #fbfbfb;
border-top : 2px;
border-bottom : 2px;
margin : 1px;
overflow : hidden;
padding : 2px;
}
footer section.locations div.location_detail div.map {
float : left;
max-width : 50em;
}
footer section.locations div.location_detail div.summary {
float : right;
max-width : 50em;
}
footer section.share, footer section.tags, footer section.locations {
display : block;
font-size : 0.857em;
}
footer#pagination {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
margin : 3px;
overflow : hidden;
padding : 5px;
text-align : center;
}
#pagination a {
color : #262626;
margin : 2px 0;
padding : 5px;
text-decoration : none;
}
#pagination a:hover, #pagination a:active {
background : #333;
color : #fff;
}
#pagination span.current {
color : #1e0101;
font-weight : bold;
padding : 2px 5px;
margin : 2px;
}
footer section.share {
height : 5px;
}
div.ajaxResult {
color : #009900;
font-size : 10px;
margin-bottom : 10px;
}
div.retweet {
background : url("/images/icons/services/twitter11.png");
display : inline-block;
min-height : 11px;
min-width : 1px;
padding-left : 15px;
vertical-align : middle;
font-stretch : ultra-condensed;
}
.twitter-share-button {
float : left;
}
div.facebook_like {
display : inline;
float : left;
margin-left : 5px;
position : relative;
}
table {
margin-top : 0.5em;
margin-left : 0;
margin-right : 0;
margin-bottom : 0.5em;
padding : 0;
border-collapse : separate;
}
table {
border-collapse : separate;
border-spacing : 0;
}
caption, th, td {
text-align : left;
font-weight : normal;
}
th {
background-color : fuchsia;
}
td {
background-color : orange;
}
hr {
text-align : center;
height : 1em;
}
section.private {
left : -25px;
position : absolute;
top : 22px;
}
article header section.private {
min-height : 0;
padding-top : 0;
}
section.private:hover div.private_post_message {
display : block;
}
div.private_post_message {
color : #fff;
display : none;
padding : 10px;
position : absolute;
right : -5px;
text-align : left;
top : -5px;
max-width : 50em;
}
div.private_post_message h1 {
float : none;
font-size : 11px;
margin : 0 0 5px;
padding : 0;
width : auto;
}
div.private_post_message {
font-size : 10px;
margin : 0;
}
div.posterous_retweet_widget {
margin : 0 0 10px;
}
.profile-link {
color : #1e0101 !important ;
font-size : 1em;
}
section#fans h1 {
font-size : 0.786em;
}
section#fans li {
list-style : none;
}
section#fans li a img {
background : #fff;
border : 0.6em double #949d65;
vertical-align : middle;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

/* Page footer */
#ft {
    padding-top: 4px;
    color: #777;
}

#ft p {
    width: 45%;
}

#ft p.fr {
    width: 55%;
    text-align: right;
}

#custom-doc {
    font-family: Tahoma, sans-serif;
    color: #333;
}

h1 {
    color: #000;
    font-family: Arial;
    font-weight: normal;
    font-size: 182%;
}

.faded_edit_cue {
    color: #aaa;
    font-style: italic;
}

#display_fullname {
    margin-top: 0;
}

#edit_fullname h1 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    padding-bottom: 0;
    font-size: 153.9%;
}

#fullname_container {
    height: 30px;
    margin-bottom: 11px;
    border-bottom: 1px solid #dedede;
    white-space: nowrap;
}

h1 a {
    font-size: 47%; /* 85% / 182% */
    vertical-align: top;
}

#hd, #ft {
    font-size: 85%;
}

#hd {
    margin-bottom: 2em;
}

#ft {
    margin-top: 1em;
    border-top: 1px solid #dedede;
}

#contact_display {
    font-size: 85%;
    color: #555;
    margin-bottom: 1em;
}

#contact_edit {
}

#professional_data .title {
    font-weight: bold;
}

#professional_data {
    margin-bottom: 1em;
}

#profile_container {
    padding-left: 1em;
}

#image_upload {
    border: 2px solid #999;
    background: white;
    padding: 10px;
    position: absolute;
    top: -12px;
    left: -12px;
}

#hd {
    padding-top: 0.5em;
}

#hd .logo{
    text-decoration: none;
}

#hd .signin{
    float: right;
    padding-top: 21px;
}

#vcard_link {
    background: url('/static/idpages/vcard.png') no-repeat center left;
    padding-left: 21px;
    font-size: 85%;
}

#display_blurb {
    margin-top: 1em;
    overflow: auto;
    margin-bottom: 0.5em;
}

#display_blurb p {
    white-space: pre-wrap;
}

#edit_blurb_input {
    width: 100%;
}

.section {
    padding-bottom: 10px;
}



td {
  padding: 0.2em;
  border-style: none;
}

th {
  padding: 0.2em;
  padding-right: 0.5em;
  border-style: none;
  text-align: right;
  color: #999;
  white-space: nowrap;
  text-transform: lowercase;
  font-weight: normal;
}


div.box {
  margin: 1em;
  margin-left:auto;
  margin-right:auto;
  width: 60%;
  padding: 0.3em
}