<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Matt Renquist</title>
 <link href="http://matt.renquist.net/atom.xml" rel="self"/>
 <link href="http://matt.renquist.net/"/>
 <updated>2010-01-10T22:47:35-08:00</updated>
 <id>http://matt.renquist.net/</id>
 <author>
   <name>Matt Renquist</name>
   <email>matt@renquist.net</email>
 </author>
 
 
 <entry>
   <title>Why Django?</title>
   <link href="http://matt.renquist.net/2009/12/02/why-django/"/>
   <updated>2009-12-02T00:00:00-08:00</updated>
   <id>http://matt.renquist.net/2009/12/02/why-django</id>
   <content type="html">&lt;p&gt;Because, all the cool kids are doing it.&lt;/p&gt;

&lt;p&gt;Real Reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Documentation. The &lt;a href='http://www.python.org/doc/'&gt;documentation&lt;/a&gt; is exceedingly good.&lt;/li&gt;

&lt;li&gt;Consistency.&lt;/li&gt;

&lt;li&gt;Good enough for &lt;a href='http://www.google.com'&gt;google&lt;/a&gt;.&lt;/li&gt;

&lt;li&gt;Good enough for &lt;a href='http://nebula.nasa.gov/services'&gt;NASA&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='http://www.djangoproject.com/'&gt;Django&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>A Thousand Dollars an Hour?</title>
   <link href="http://matt.renquist.net/2008/10/11/a-thousand-an-hour/"/>
   <updated>2008-10-11T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2008/10/11/a-thousand-an-hour</id>
   <content type="html">&lt;p&gt;I recently signed up for the &lt;a href='http://oreillyschool.com/courses/client-side-programming.php'&gt;Client-Side Web Programming Certificate Series&lt;/a&gt; from &lt;a href='http://oreillyschool.com'&gt;The O&amp;#8217;Reilly School of Technology&lt;/a&gt;. However, I decided to cancel about an hour after enrolling. What happened? Well, the idea was that I wanted to formalize the HTML, CSS, and JavaScript that I&amp;#8217;ve picked up over the last few years. Plus, in the end I would end up with a certificate that I could put on my resume. But, things went downhill rapidly.&lt;/p&gt;

&lt;p&gt;In the first lesson, header tags were used to render text in different sizes. There was absolutely no discussion of their semantic meaning, as in, they are really section headers in documents.&lt;/p&gt;

&lt;p&gt;Following that, the &amp;#60;center&amp;#62; tag was used to graphically center some text on the page. This was the same lesson that introduced me to the bgcolor and text attributes of the &amp;#60;body&amp;#62; tag. Next up was the &amp;#60;font&amp;#62; tag. Apparently, they didn&amp;#8217;t bother to take their own advice and look at the linked &lt;a href='http://www.w3schools.com/tags/default.asp'&gt;reference&lt;/a&gt;. If they had, they would have known that were trying to teach me deprecated tags!&lt;/p&gt;

&lt;p&gt;And then, it was on to learn about how to layout pages using tables.&lt;/p&gt;

&lt;p&gt;I also couldn&amp;#8217;t find any mention of doctypes or quirksmode.&lt;/p&gt;

&lt;p&gt;The javascript course wasn&amp;#8217;t much better. They tried to tell me that javascript isn&amp;#8217;t really an object oriented language. Don&amp;#8217;t tell that to &lt;a href='http://javascript.crockford.com/javascript.html'&gt;Douglas Crockford&lt;/a&gt;, who is &lt;a href='http://http://www.json.org/'&gt;pretty&lt;/a&gt; &lt;a href='http://www.jslint.com/'&gt;familiar&lt;/a&gt; with javascript.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s apparently a good idea to use the javascript: protocol, and I also need to enclose all of my inline scripts inside of html comments (even though it hasn&amp;#8217;t been necessary since Navigator 3).&lt;/p&gt;

&lt;p&gt;The user interface wasn&amp;#8217;t very functional; I had a hard time navigating between courses and had to clear text authenticate multiple times just to use different portions of the site. I couldn&amp;#8217;t figure out how to cancel. The site was also ugly, but that&amp;#8217;s both a minor and personal problem.&lt;/p&gt;

&lt;p&gt;Now, this doesn&amp;#8217;t mean that the rest of the content is bad. However, it does say to me that the folks at &lt;a href='http://www.oreillyschool.com/'&gt;O&amp;#8217;Reilly School of Technology&lt;/a&gt; haven&amp;#8217;t been paying attention to web development for the last few years. I wanted to start from first principles. I wanted to solidify the knowledge that I&amp;#8217;ve picked up on my own from the web and various books (many from &lt;a href='http://www.oreilly.com/'&gt;O&amp;#8217;Reilly&lt;/a&gt;.) I know that the HTML/CSS course is meant for absolute beginners, but they are teaching &amp;#8216;best practices&amp;#8217; that haven&amp;#8217;t been best practices for years! And, if they try and start me out with things that I know are either bad form, or just flat out wrong, then I&amp;#8217;m done.&lt;/p&gt;

&lt;p&gt;All in all, I was very disappointed in both the content and the site used to present it. I have always found &lt;a href='http://www.oreilly.com/'&gt;O&amp;#8217;Reilly&amp;#8217;s&lt;/a&gt; books to be very good, but, at least for the courses that I looked at, they fell well short of the quality that I was expecting.&lt;/p&gt;

&lt;p&gt;There are plenty of &lt;a href='http://alistapart.com/'&gt;other&lt;/a&gt; &lt;a href='http://www.opera.com/wsc/'&gt;places&lt;/a&gt; on the web to get better information about modern web development and front end engineering.&lt;/p&gt;

&lt;p&gt;The certificate would have been nice though.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Learning to Fly</title>
   <link href="http://matt.renquist.net/2008/09/14/learning-to-fly/"/>
   <updated>2008-09-14T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2008/09/14/learning-to-fly</id>
   <content type="html">&lt;p&gt;Paddle, really. But, fly just sounded better. So, Kim and I took the &lt;a href='http://www.esquif.com/2008/canot_en.php?id=17'&gt;canoe&lt;/a&gt; out this past weekend to &lt;a href='http://www.cosumnes.org/'&gt;Cosumnes River Preserve&lt;/a&gt; for a bit of a paddle. It was quite fun, even though I can&amp;#8217;t quite remember how to steer efficiently. We are both sore, but I think it hit Kim a little worse than it hit me. Pictures should show up shortly on my &lt;a href='http://www.flickr.com/photos/mattrenquist/'&gt;flickr&lt;/a&gt; page and hopefully you will hear more about our ongoing boating adventures.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Critical Mass</title>
   <link href="http://matt.renquist.net/2008/05/15/critical-mass/"/>
   <updated>2008-05-15T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2008/05/15/critical-mass</id>
   <content type="html">&lt;p&gt;My sad and pathetic compost pile has reached critical mass. It is generating heat! Of course, it smells a little, and had little &amp;#8216;people&amp;#8217; living in it, but the heat should take care of that. Alas, this means that I have to stop adding to this one, and start a new pile. I don&amp;#8217;t know if my luck will hold out.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Pollen!</title>
   <link href="http://matt.renquist.net/2008/05/10/pollen/"/>
   <updated>2008-05-10T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2008/05/10/pollen</id>
   <content type="html">&lt;p&gt;I blame the Sacramento valley. I also blame my lawn. And, I blame the dogs. The dogs where rowdy this morning, so we took them out to the &lt;a href='http://www.sacparks.net/our-parks/american-river-parkway/'&gt;river&lt;/a&gt;. It was nice, but the breeze came up, and with it so did my allergies. I then made the mistake of mowing the lawn. Oops. And, as this &lt;a href='http://www.sacbee.com/health/story/868895.html'&gt;article&lt;/a&gt; from the Bee points out, pollen counts are way up.&lt;/p&gt;

&lt;p&gt;POLLEN! (said in the manner that Kirk yells Kahn&amp;#8217;s name.)&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>New Site</title>
   <link href="http://matt.renquist.net/2008/05/06/new-site/"/>
   <updated>2008-05-06T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2008/05/06/new-site</id>
   <content type="html">&lt;p&gt;After a few tries, I&amp;#8217;ve finally got the new &lt;a href='http://djangoproject.org'&gt;Django&lt;/a&gt; powered site going. Hopefully, I&amp;#8217;ll be able to pull in the posts from my old site and get &amp;#8216;blogging&amp;#8217;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>If I had a million dollars...</title>
   <link href="http://matt.renquist.net/2007/08/28/if-i-had-a-million-dollars/"/>
   <updated>2007-08-28T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2007/08/28/if-i-had-a-million-dollars</id>
   <content type="html">&lt;p&gt;The only reason I&amp;#8217;m posting this is because Kim made fun of me (What&amp;#8217;s the point of having a blog if you never post? I&amp;#8217;m not subscribed to my own husbands blog because there&amp;#8217;s no point!).&lt;/p&gt;

&lt;p&gt;So if I had a million dollars, I&amp;#8217;d buy a neat new camera from &lt;a href='http://www.nikonusa.com/Find-Your-Nikon/ProductDetail.page?pid=25432'&gt;Nikon&lt;/a&gt;. So, there. I&amp;#8217;ve posted. Now subscribe to me in your &lt;a href='http://www.commoncraft.com/rss_plain_english'&gt;feed reader&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href='http://nikonusa.com/Assets/Digital-SLR/25432-Nikon-D300/Views/25432_D300_front_d_left.jpg' title='Nikon D300'&gt;Yes, I know it&amp;#8217;s not a million dollars, but the D300 is still a little pricey.&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Time to Practice</title>
   <link href="http://matt.renquist.net/2007/01/21/time-to-practice/"/>
   <updated>2007-01-21T00:00:00-08:00</updated>
   <id>http://matt.renquist.net/2007/01/21/time-to-practice</id>
   <content type="html">&lt;p&gt;&lt;img src='http://farm1.static.flickr.com/129/372605293_ee9e071b49.jpg' alt='Time to practice' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>There And Back Again</title>
   <link href="http://matt.renquist.net/2006/11/07/there-and-back-again/"/>
   <updated>2006-11-07T00:00:00-08:00</updated>
   <id>http://matt.renquist.net/2006/11/07/there-and-back-again</id>
   <content type="html">&lt;p&gt;So, I had this great plan to move our web hosting to &lt;a href='http://www.dreamhost.com'&gt;Dreamhost&lt;/a&gt; since they have a sale going and it turned out to be something like $20 for a year of hosting with 200Gigs (yes‚Ä¶gigs!) of space. That‚Äôs hard to turn down! Well, it turns out that you get what you pay for. In this case, a not so great mail system, and web servers that felt very, very slow. The amount of spam that Kim and I started seeing in our inboxes tripled, and they don‚Äôt have a smart way of configuring SpamAssasin. So, after moving everything over (both sites, and all mail), I moved it all back. Lots of SCP and DNS changes later‚Ä¶we are now back at &lt;a href='http://www.geekisp.com'&gt;GeekISP&lt;/a&gt;. Hopefully, for quite a while.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Windows Live Writer?</title>
   <link href="http://matt.renquist.net/2006/10/31/windows-live-writer/"/>
   <updated>2006-10-31T00:00:00-08:00</updated>
   <id>http://matt.renquist.net/2006/10/31/windows-live-writer</id>
   <content type="html">&lt;p&gt;So, I thought that I would give this a try, per &lt;a href='http://brian.vallelunga.com'&gt;Brian&amp;#8217;s blog&lt;/a&gt;. Let&amp;#8217;s give it a shot and see if we likes it. &lt;strong&gt;UPDATE&lt;/strong&gt;: It&amp;#8217;s ok, but it doesn&amp;#8217;t have anything that Wordpress&amp;#8217;s backend doesn‚t have. I&amp;#8217;ll stick with WP and Flock. They seem to work ok.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Back to the Grind</title>
   <link href="http://matt.renquist.net/2006/09/09/back-to-the-grind/"/>
   <updated>2006-09-09T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/09/09/back-to-the-grind</id>
   <content type="html">&lt;p&gt;Well, back from the &lt;a href='http://www.akimslife.com/wedding/'&gt;wedding&lt;/a&gt; (for quite a few weeks actually), and back to school for Kim. I&amp;#8217;ll try and post pictures of the wedding soon, and hopefully be able to integrate a photoalbum page into the site. Not much else.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>My new toy</title>
   <link href="http://matt.renquist.net/2006/07/30/my-new-toy/"/>
   <updated>2006-07-30T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/07/30/my-new-toy</id>
   <content type="html">&lt;p&gt;Kim decided that she &amp;#8220;needed&amp;#8221; another greyhound, so I decided that I &amp;#8220;needed&amp;#8221; a Subaru Outback to haul said hound. It&amp;#8217;s a pretty cool car, though Kim doesn&amp;#8217;t like it as much as she did her Corolla. That&amp;#8217;s ok though, as I like it much more. And we picked it up just in time for the wedding! T-minus 1 week!&lt;/p&gt;

&lt;p&gt;&lt;img src='http://farm1.static.flickr.com/77/202408939_6d7a9fd95a.jpg' alt='Matts new toy' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A Study in Texture</title>
   <link href="http://matt.renquist.net/2006/07/08/a-study-in-texture/"/>
   <updated>2006-07-08T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/07/08/a-study-in-texture</id>
   <content type="html">&lt;p&gt;&lt;img src='http://farm1.static.flickr.com/61/174755731_d0d90e69da.jpg' alt='A Study in Texture' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Not Too Bad</title>
   <link href="http://matt.renquist.net/2006/07/07/not-too-bad/"/>
   <updated>2006-07-07T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/07/07/not-too-bad</id>
   <content type="html">&lt;p&gt;&lt;img src='http://farm1.static.flickr.com/100/278518484_894f3807e6.jpg' alt='Not too great shadownot too great light' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A MacKerricher Sunset</title>
   <link href="http://matt.renquist.net/2006/06/30/a-mackerricher-sunset/"/>
   <updated>2006-06-30T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/06/30/a-mackerricher-sunset</id>
   <content type="html">&lt;p&gt;&lt;img src='http://farm1.static.flickr.com/72/176507477_6ac093e2e7.jpg' alt='A MacKerricher Sunset' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Introducing the second half of The Fighting Mongooses</title>
   <link href="http://matt.renquist.net/2006/06/29/fighting-mongooses/"/>
   <updated>2006-06-29T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/06/29/fighting-mongooses</id>
   <content type="html">&lt;p&gt;&lt;img src='http://static.flickr.com/61/176077276_9e3effb308_d.jpg' alt='Introducing the second half of The Fighting Mongooses' /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Flickr</title>
   <link href="http://matt.renquist.net/2006/06/26/flickrrrrrr/"/>
   <updated>2006-06-26T00:00:00-07:00</updated>
   <id>http://matt.renquist.net/2006/06/26/flickrrrrrr</id>
   <content type="html">&lt;p&gt;I&amp;#8217;ve been uploading lots of photos recently to my &lt;a href='http://www.flickr.com/photos/mattrenquist/'&gt;Flickr&lt;/a&gt; account.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Edited on 9/24/08 to reflect new flickr account&lt;/em&gt; - msr&lt;/p&gt;</content>
 </entry>
 
 
</feed>