Skip to content

Commit

Permalink
Removing references to the old domain
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Jan 11, 2024
1 parent 6f43559 commit 73e9e48
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion archives/P90.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>Post Archive&nbsp;<a href="../rss/posts.rss" title="Subscribe to this archiv
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion archives/a-better-createelementwithname/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions archives/alex-russell-is-not-a-heretic/comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h2>Comments</h2>

<li class="hentry" id="comment-4">
<article class="entry-content">
<p>&lt;blockquote cite=&#8220;http://www.easy-reader.net/archives/alex-russell-is-not-a-heretic/#comment-11827&#8221;&gt;The vendor-specific prefix is present on these properties because the &lt;abbr title=&#8220;Cascading Style Sheets&#8221;&gt;<span class="caps">CSS</span>&lt;/abbr&gt; 3 specification is still in draft.<br />&nbsp;&lt;/blockquote&gt;</p>
<p>&lt;blockquote cite=&#8220;/archives/alex-russell-is-not-a-heretic/#comment-11827&#8221;&gt;The vendor-specific prefix is present on these properties because the &lt;abbr title=&#8220;Cascading Style Sheets&#8221;&gt;<span class="caps">CSS</span>&lt;/abbr&gt; 3 specification is still in draft.<br />&nbsp;&lt;/blockquote&gt;</p>

<p>Right. I know that&#8217;s the intent, but the problem is that these features have been publicized and are now being incorporated into stylesheets as though they were part of the spec. I see that as somewhat of an issue. The spec itself states&nbsp;that</p>

Expand Down Expand Up @@ -288,15 +288,15 @@ <h2>Comments</h2>

<li class="hentry" id="comment-6">
<article class="entry-content">
<p>&lt;blockquote cite=&#8220;http://www.easy-reader.net/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;I would like to follow up on the points regarding the correct patterns for degraded markup for each widget so that we can come up with a set of recommendations which can go in the Dojo&nbsp;docs.&lt;/blockquote&gt;</p>
<p>&lt;blockquote cite=&#8220;/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;I would like to follow up on the points regarding the correct patterns for degraded markup for each widget so that we can come up with a set of recommendations which can go in the Dojo&nbsp;docs.&lt;/blockquote&gt;</p>

<p>Excellent, I&#8217;d love to help. Email&#8217;s on it&#8217;s&nbsp;way.</p>

<p>&lt;blockquote cite=&#8220;http://www.easy-reader.net/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;Progress on the &lt;abbr title=&#8220;Document Type Definition&#8221;&gt;<span class="caps">DTD</span>&lt;/abbr&gt; front isn&#8217;t likely before Dojo 1.0, but may be possible&nbsp;afterward.&lt;/blockquote&gt;</p>
<p>&lt;blockquote cite=&#8220;/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;Progress on the &lt;abbr title=&#8220;Document Type Definition&#8221;&gt;<span class="caps">DTD</span>&lt;/abbr&gt; front isn&#8217;t likely before Dojo 1.0, but may be possible&nbsp;afterward.&lt;/blockquote&gt;</p>

<p>I understand that this isn&#8217;t the most pressing thing for you all right now, but I am glad you&#8217;re interested in it as an option. I&#8217;m happy to help in this regard as well, just let me&nbsp;know.</p>

<p>&lt;blockquote cite=&#8220;http://www.easy-reader.net/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;As for &lt;abbr title=&#8220;Cascading Style Sheets&#8221;&gt;<span class="caps">CSS</span>&lt;/abbr&gt; rules being used to locate widgets, not very likely as the default why is the class selector more blessed than attribute selectors?) but perhaps pluggable. There are only a couple of things that would need to change for such a plugin to work in&nbsp;Dojo.&lt;/blockquote&gt;</p>
<p>&lt;blockquote cite=&#8220;/archives/alex-russell-is-not-a-heretic/#comment-11831&#8221;&gt;As for &lt;abbr title=&#8220;Cascading Style Sheets&#8221;&gt;<span class="caps">CSS</span>&lt;/abbr&gt; rules being used to locate widgets, not very likely as the default why is the class selector more blessed than attribute selectors?) but perhaps pluggable. There are only a couple of things that would need to change for such a plugin to work in&nbsp;Dojo.&lt;/blockquote&gt;</p>

<p>It&#8217;s not a hard gap to fill, for sure. I guess I am of the mindset that <code>CLASS</code>es are for classification of elements (not just application of &lt;abbr title=&#8220;Cascading Style Sheets&#8221;&gt;<span class="caps">CSS</span>&lt;/abbr&gt;). That&#8217;s why I favor it as a means of including additional info about an element or using it as a hook for a script. We can talk more about this at length as well via&nbsp;email.</p>
</article>
Expand Down
2 changes: 1 addition & 1 deletion archives/an-event-apart-nyc-post-mortem/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3 class="meta byline author vcard">Posted by <a class="fn" href="/archives/by-
ce, I haven&rsquo;t really felt much like bringing my laptop up to blog in the evening (instead choosing to enjoy spending my time with Kelly).&nbsp;Sorry.</p>
<p>To create a nice triumvirate of excuses, I&rsquo;ll toss in this one too: I&rsquo;ve been spending a considerable amount of time off-line, working on a chapter for an as-yet unannounced web standards book (more on that soon) in addition to plying my technical editing skills to the latest edition (3rd, I believe) of Jen&rsquo;s <cite><a href="http://www.amazon.com/gp/product/0596004842?link_code=as2&amp;camp=1789&amp;tag=easydesign-20&amp;creative=9325">Learning Web Design</a></cite> (note: the link still goes to the 2nd edition) and Andy&rsquo;s <cite><a href="http://www.amazon.com/gp/product/0321410971?&amp;link_code=as2&amp;camp=1789&amp;tag=easydesign-20&amp;creative=9325">Transcending <span class="caps">CSS</span>: The Fine Art of Web Design</a></cite>.</p>
<p>Anyway, so, An Event Apart&hellip;<br /> I had such a great time at this conference. Not only was it a pleasure to speak at, but I met some awesome folks and got to spend more time with <a href="http://zeldman.com">Jeffrey</a>, <a href="http://meyerweb.com">Eric</a>, <a href="http://jasonsantamaria.com">Jason</a>, <a href="http://subtraction.com">Khoi</a>, <a href="http://tantek.com">Tantek</a>, and <a href="http://robweychert.com">Rob</a>. It was also great to spend more time with <a href="http://meyerweb.com/eric/thoughts/2006/07/01/culmination/">(Dr.) Kat</a> and Carolyn (Eric&rsquo;s family) and to finally meet <a href="http://roguelibrarian.com">Carrie</a> and Ava (Jeffrey&rsquo;s family) and Liz (Jason&rsquo;s bride). I also got to hang out a bit more with <a href="http://www.danielmall.com/">Dan</a> <span class="amp">&amp;</span> <a href="http://www.polymermusic.com/">Jon</a> (both formerly of Pixelworthy). They are two truly fantastic gents and they played their roles as the <span class="caps">AEA</span> go-fers/whipping boys with gusto. Seriously, these guys rock. From purely a social aspect, <span class="caps">AEA</span> was fantastic; like an intimate <span class="caps">SXSW.</span></p>
<p>As for the sessions, I thought they were incredible. I thoroughly enjoyed all of Jeffrey&rsquo;s talks. He is such a great speaker, capable of moving an audience with even the simplest turn of phrase. It was nice to finally see Eric giving a <abbr title="Cascading Style Sheets"><span class="caps">CSS</span></abbr> talk too. I&rsquo;ve only seen him talk microformats (at SXSWi 2005) and general web standards stuff relating to search (on one of my panels at SXSWi 2006). I was delighted to find that he and I tackle layout problems very much the same way&hellip; making my methods not seem quite so mad. &ldquo;Stan&rdquo; was also a fantastic solo act (I&rsquo;ve only seen him on panels) and he walked us through how the <cite><span class="caps">ALA</span></cite> redesign came to be. Being that <a href="http://www.easy-reader.net/archives/adding-more-to-my-plate/">I came on board</a> just after the relaunch, it was nice to get some of the&nbsp;backstory.</p>
<p>As for the sessions, I thought they were incredible. I thoroughly enjoyed all of Jeffrey&rsquo;s talks. He is such a great speaker, capable of moving an audience with even the simplest turn of phrase. It was nice to finally see Eric giving a <abbr title="Cascading Style Sheets"><span class="caps">CSS</span></abbr> talk too. I&rsquo;ve only seen him talk microformats (at SXSWi 2005) and general web standards stuff relating to search (on one of my panels at SXSWi 2006). I was delighted to find that he and I tackle layout problems very much the same way&hellip; making my methods not seem quite so mad. &ldquo;Stan&rdquo; was also a fantastic solo act (I&rsquo;ve only seen him on panels) and he walked us through how the <cite><span class="caps">ALA</span></cite> redesign came to be. Being that <a href="/archives/adding-more-to-my-plate/">I came on board</a> just after the relaunch, it was nice to get some of the&nbsp;backstory.</p>
<p>The guest speakers were also a lot of fun to listen to. <a href="http://zefrank.com">ze frank</a> had me in tears I was laughing so hard and I had no idea just how much work Khoi puts into blogging and other non-<cite><span class="caps">NYT</span></cite>-related activities. It&rsquo;s amazing he gets any sleep at all. <a href="http://tantek.com/presentations/2006/07/what-are-microformats/">Tantek&rsquo;s microformats talk</a> was also good because it helped amalgamate a lot of the disperate (and not always clear) information available on microformats into something usable, allowing me to take it beyond the simple hcard and hcal stuff I&rsquo;ve been using for the last couple&nbsp;months.</p>
<p>I also thought the design and code critiques were excellent. The design one could have been a little more hmm, how to put this&hellip; <em>aggressive?</em> But design is such a subjective area, it&rsquo;s hard to critique without some semblance of a creative brief or at least an understanding of the audience. Eric, Tantek and I were a little less forgiving in the code critique, but I think we brought up some really important points and kept it educational for everyone. Tantek&rsquo;s got <a href="http://tantek.com/log/2006/07.html#d27t1218">a nice write-up of the proceedings</a> over at his&nbsp;site.</p>
<p>In all, I had a great time at An Event Apart. You may be thinking <em>sure, but you were a speaker</em>, but I am positive I would have enjoyed it equally as much as an attendee. There were great people, great talks and the food was&nbsp;fantastic.</p>
Expand Down
2 changes: 1 addition & 1 deletion archives/by-author/aaron-gustafson/P60.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2><a class="entry-title" rel="bookmark permalink" href="/archives/alex-russell
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="/archives/a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="/archives/a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion archives/by-category/programming/P30.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2><a class="entry-title" rel="bookmark permalink" href="/archives/alex-russell
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="/archives/a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="/archives/a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion archives/by-tag/coding/P30.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2><a class="entry-title" rel="bookmark permalink" href="/archives/alex-russell
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="/archives/a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="/archives/a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion archives/by-tag/html/P20.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h2><a class="entry-title" rel="bookmark permalink" href="/archives/alex-russell
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="/archives/a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="/archives/a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion archives/by-tag/javascript/P20.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2><a class="entry-title" rel="bookmark permalink" href="/archives/server-side-
<section class="body">
<h2><a class="entry-title" rel="bookmark permalink" href="/archives/a-better-createelementwithname/index.html">A better createElementWithName()</a></h2>
<div class="entry-summary">
<p>Back in 2005, I wrote&nbsp;<a href="http://www.easy-reader.net/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
<p>Back in 2005, I wrote&nbsp;<a href="/archives/death-to-bad-dom-implementations/">a piece about&nbsp;<abbr title="Internet Explorer">IE</abbr>&rsquo;s abysmal generation of&nbsp;<code>NAME</code>d elements via the&nbsp;<abbr title="Document Object Model">DOM</abbr></a>&nbsp;(which, interestingly enough, has proven to be one of the most popular posts on the blog, pointing to the fact that this is an obvious pain point for many&nbsp;<abbr title="Document Object Model">DOM</abbr>&nbsp;scripters out there).</p>
</div>
<p class="more"><a rel="bookmark" href="/archives/a-better-createelementwithname/index.html">Read&nbsp;more&#8230;</a></p>
</section>
Expand Down
Loading

0 comments on commit 73e9e48

Please sign in to comment.