<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZUIHITSU - Collected Miscellaneous Writings of Colin May</title>
	<atom:link href="http://satsukikorin.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://satsukikorin.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 14 Sep 2011 06:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Learning HTML, CSS and Javascript</title>
		<link>http://satsukikorin.com/blog/2011/learning-html-css-and-javascript/</link>
		<comments>http://satsukikorin.com/blog/2011/learning-html-css-and-javascript/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:13:09 +0000</pubDate>
		<dc:creator>satsuki</dc:creator>
				<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://satsukikorin.com/blog/?p=61</guid>
		<description><![CDATA[At work today I was asked if I could throw together a list of resources for back-end developers and possibly others who would like to start learning front-end web technologies.  This, more or less cut and pasted, is what I whipped up.]]></description>
			<content:encoded><![CDATA[<p>At work today I was asked if I could throw together a list of resources for back-end developers and possibly others who would like to start learning front-end web technologies.  This, more or less cut and pasted, is what I whipped up.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>First off, back-end programmers should note that &#8220;HTML5&#8243; is often, but not always, used as a catch-all term for HTML5+CSS3+Javascript, i.e. the full Web 2.0 front-end suite.  It can be confusing.</p>
<p>
<strong>Getting started</strong></p>
<p><a href="http://code.google.com/edu/ajax/index.html">Google Code University</a> has a good, brief, clear <strong><a href="http://code.google.com/edu/ajax/tutorials/intro-to-js.html">overview of HTML, CSS and Javascript.</a></strong></p>
<p><a href="http://www.csstutorial.net/">CSStutorial.net</a> looks to me like a good site.</p>
<p><a href="http://w3schools.com">w3schools.com</a> &#8211; Maybe start at <strong><a href="http://www.w3schools.com/html/html_xhtml.asp">this page</a></strong>, with an intro to XHTML (note that XHTML is really only needed to support legacy sites&#8230;like GHC&#8230;).   But caution!  W3Schools is the most easily &#8216;found&#8217; tutorial resource on the Web, meaning that it shows up at the top of the search rankings.  Their material is very easy to follow &#8212; I have used it a lot &#8212; but some of the information there needs updating or correction and in fact there is another website built by some top-class dev gurus that totally rips on it:  <a href="http://w3fools.com">w3fools.com</a>.  Still, I think W3Schools can be helpful to beginners getting started, as long as they don&#8217;t entrench the knowledge they pick up there.  </p>
<p><strong><a href="http://diveintohtml5.org/">Dive Into HTML5</a></strong> is possibly the best place to start on HTML5 after getting familiar with basic (X)HTML, CSS and Javascript/DOM scripting.</p>
<p><a href="http://html5rocks.com">Html5rocks.com</a> has good stuff.</p>
<p><a href="http://sitepoint.com">Sitepoint.com</a> is a popular source for Web 2.0 materials.  They publish articles and sell books, web video courses, etc.</p>
<p>For <strong>Javascript</strong>, I suggest book learning rather than just online study.  Online study will get you oriented to basic scripting, but established back-end developers will soon start asking pointed questions about the whys and hows and details, at which point I think books are probably the way to go.  </p>
<p>I vote for the O&#8217;Reilly books.  &#8220;<strong><a href="http://shop.oreilly.com/product/9780596000486.do">The Rhino Book</a></strong>&#8221; is big and fat and has everything in it (and I like it);  <strong><a href="http://shop.oreilly.com/product/9780596517748.do">Javascript: The Good Parts</a></strong> is small but intense, and great for serious developers who want to &#8220;interrogate&#8221; Javascript (Why is made the way it is?  What&#8217;s the point of that?).  Neither of these books is a step-by-step tutorial.  I own both, and am willing to bring them in for sharing, but you can&#8217;t keep &#8216;em!</p>
<p><strong>jQuery</strong> has exploded in part because it has had the best documentation out of all the frameworks (MooTools, Dojo and YUI are names of other frameworks similar to jQuery, but they have pretty much lost out).  Start with the <strong><a href="http://docs.jquery.com/Tutorials:How_jQuery_Works">jQuery beginners&#8217; tutorial</a></strong>.  Picking through the online documentation will explain most else in readily comprehensible terms.</p>
<p style="height:1em;">
<p><strong>Some useful stuff</strong></p>
<p><strong><a href="http://html5boilerplate.com/">HTML5 Boilerplate</a></strong> &#8211; my favorite way to start a new website<br />
<a href="http://css3please.com/">CSS3Please</a><br />
<a href="http://modernizr.com/">Modernizr</a></p>
<p style="height:1em;">
<p><strong>Gurus</strong> (read their articles and trust what they say)</p>
<p>Paul Irish (all-around badass)<br />
John Resig (jQuery founder)<br />
Eric Meyer (CSS kingpin)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://satsukikorin.com/blog/2011/learning-html-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Egypt, Technology and Human Rights</title>
		<link>http://satsukikorin.com/blog/2011/egypt-technology-and-human-rights/</link>
		<comments>http://satsukikorin.com/blog/2011/egypt-technology-and-human-rights/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 22:58:58 +0000</pubDate>
		<dc:creator>satsuki</dc:creator>
				<category><![CDATA[life and society]]></category>
		<category><![CDATA[activism]]></category>
		<category><![CDATA[Egypt]]></category>
		<category><![CDATA[human rights]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[peace]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://satsukikorin.com/blog/?p=49</guid>
		<description><![CDATA[<p>The political upheaval in Egypt has me thinking again about the role of technology in peaceful revolution.  Could it be true that peaceful revolutions have only become possible in the age of mass communication?</p> <p>Gandhi&#8217;s approach, as put to me recently by my friend Andrew Crowder, was to work directly on the consciences of the [...]]]></description>
			<content:encoded><![CDATA[<p>The political upheaval in Egypt has me thinking again about the role of technology in peaceful revolution.  Could it be true that peaceful revolutions have only become possible in the age of mass communication?</p>
<p>Gandhi&#8217;s approach, as put to me recently by my friend Andrew Crowder, was to work directly on the consciences of the oppressors themselves, to lead them to recognize the loathesomeness of their own acts.  This, of course, is nigh impossible to achieve if protesters themselves act violently or contemptibly.</p>
<div id="attachment_50" class="wp-caption alignright" style="width: 160px"><a href="http://satsukikorin.com/blog/wp-content/uploads/2011/02/fem_purplefinger.jpg"><img class="size-full wp-image-50" title="Iraqi voter (please supply copyright information) " src="http://satsukikorin.com/blog/wp-content/uploads/2011/02/fem_purplefinger.jpg" alt="A smiling Iraqi woman with chador flashes peace sign with fingertip stained purple by voter-registration ink." width="150" height="150" /></a><p class="wp-caption-text">Iraqi voter (please supply copyright information if you have it—perhaps The Washington Post?) </p></div>
<p>But I wonder, <b>is mass communcation technology perhaps a <em>necessity</em> for a change of conscience to be achieved on a statewide scale?</b>  I suspect it is.  I suspect that without swift, widespread publicizing of documentary evidence of oppression or abuse, members of the abusive class or regime can easily fool others <em>and themselves</em> that their actions are, if not righteous on their face, at least justified.  This is why China&#8217;s regime has not fallen to peaceful revolution:  broadcast media are so tightly controlled that the regime&#8217;s supporters can let themselves believe each other that their actions are acceptable.</p>
<p class="note">(What are the chances this blog will ever be read in China, eh?)</p>
<p>Print, while perhaps a broadcast medium of some stripe, doesn&#8217;t count for as much since it is not real-time evidence—it&#8217;s just another form of hearsay, really, one party&#8217;s word against another as to what has transpired.  By Gandhi&#8217;s era, radio and newsfilm had come along, and large, widespread audiences could hear and see the news much more directly.  In the time of Dr King, television was the medium of truth.</p>
<p>Now we have the internet.  We have satellites.  We have smartphones.  Mubarak tried turning off the internet, but at best only bought a little time.  Obviously that tactic of control will get harder as time goes by, both as connectivity worldwide gets wider and denser, and as activists get more practiced at getting around obstacles (thanks for the training, Hosni!).  Good luck, China—may you find your way peacefully through Change.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsatsukikorin.com%2Fblog%2F2011%2Fegypt-technology-and-human-rights%2F&amp;title=Egypt%2C%20Technology%20and%20Human%20Rights"><img src="http://satsukikorin.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://satsukikorin.com/blog/2011/egypt-technology-and-human-rights/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Implementing HTML5-Boilerplate</title>
		<link>http://satsukikorin.com/blog/2011/implementing-html5-boilerplate/</link>
		<comments>http://satsukikorin.com/blog/2011/implementing-html5-boilerplate/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 20:28:49 +0000</pubDate>
		<dc:creator>satsuki</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Baker Street Irregulars]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[CSS3 Please]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[HTML5 Boilerplate]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://satsukikorin.com/blog/?p=30</guid>
		<description><![CDATA[<p>Over the weekend I took the time to update the <a href="http://bakerstreetirregulars.net" target="_blank">Baker Street Irregulars website</a> to a full-blown implementation of HTML5 using <a title="HTML5Boilerplate.com" href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>.  The homepage update feels pretty much done, so I expect so put it in place this week.  It&#8217;s already in public beta* at www.bakerstreetirregulars.net/5.  If you have [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I took the time to update the <a href="http://bakerstreetirregulars.net" target="_blank">Baker Street Irregulars website</a> to a full-blown implementation of HTML5 using <a title="HTML5Boilerplate.com" href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>.  The homepage update feels pretty much done, so I expect so put it in place this week.  It&#8217;s already in public beta* at www.bakerstreetirregulars.net/5.  If you have L33t webitation skillz, please visit and share your observations here via Comments.</p>
<p class="note">*I must admit that when I say &#8216;public beta,&#8217; I&#8217;m just posing:   I haven&#8217;t yet studied the industry&#8217;s protocols for software release, so I&#8217;m probably abusing the terminology.  Feel free to set me straight in the Comments.)</p>
<p><img style="width: 172px; float: right; margin-left: 10px;" title="Screenshot of homepage for The Baker Street Irregulars" src="../../wp-content/uploads/2011/02/BSI-med.jpg" alt="" />Next I need to update the mobile browsers&#8217; page.</p>
<p>For those who haven&#8217;t heard of it, HTML5 Boilerplate is a set of templates and supporting files for creating web pages using the newest generation of HTML, called HTML5.  (I presume anyone reading this article knows what HTML is.)  Since it includes some <a title="HTML5 Tag Reference at W3Schools" href="http://www.w3schools.com/html5/html5_reference.asp" target="_blank">new features</a> that aren&#8217;t naturally recognized by old browsers, a number of tricks must be employed to get those old browsers to display the HTML5 pages acceptly.  The Boilerplate package provides those tricks.</p>
<p>To the Boilerplate I have added styles from <a href="http://css3please.com/" target="_blank">CSS3, Please!</a>, a kickass tool I discovered just last week.  At the moment that&#8217;s only being applied to instruct newer browsers to natively (via CSS) render the rounded corners of the black panel containing the site&#8217;s main content, but you can expect to see me use it to add some rotation, shadows other nifty styles in the near future.</p>
<p>Now, Internet Explorer up to version 8 will not render round corners via CSS, but the page looks ugly without them.  So I caved in and used conditional comments to implement the non-nested-div, single-dot-bgimage solution that is being used for all browsers on the current, pre-Boilerplate homepage.  Right now I can&#8217;t find the link to the tutorial that taught me that solution, so I&#8217;ll have to blog about it later again later.  I have some other ideas and comments to share on the subject anyway.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsatsukikorin.com%2Fblog%2F2011%2Fimplementing-html5-boilerplate%2F&amp;title=Implementing%20HTML5-Boilerplate"><img src="http://satsukikorin.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://satsukikorin.com/blog/2011/implementing-html5-boilerplate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The boy vs the girl (part 1)</title>
		<link>http://satsukikorin.com/blog/2011/the-boy-vs-the-girl-part-1/</link>
		<comments>http://satsukikorin.com/blog/2011/the-boy-vs-the-girl-part-1/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 21:50:04 +0000</pubDate>
		<dc:creator>satsuki</dc:creator>
				<category><![CDATA[parenting]]></category>
		<category><![CDATA[childrearing]]></category>
		<category><![CDATA[fatherhood]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[raising kids]]></category>
		<category><![CDATA[SAHD]]></category>
		<category><![CDATA[stay-at-home dad]]></category>

		<guid isPermaLink="false">http://satsukikorin.com/blog/?p=16</guid>
		<description><![CDATA[In which I contrast my boy and my girl; specifically, how they need my time.  <i>My views as a stay-at-home dad (SAHD) have been solicited upon many occasions.  I hope that this will be the first of a number of entries on the subject of parenting. </i>]]></description>
			<content:encoded><![CDATA[<p><em><span style="color: #555;">My views as a stay-at-home dad (SAHD) have been solicited upon many occasions.  I hope that this will be the first of a number of entries on the subject of parenting.</span></em></p>
<p>My children are different.  <em>Duh</em>, you say, that&#8217;s a truism;  be specific for us:  different how, and how does that play out in the parenting line?</p>
<p>My boy, D—my sensitive, caring, cuteness-loving, stereotype-challenging boy—does in fact match stereotype in the manner in which he needs to have his dad-and-son time.  He needs about half an hour a day (more like an hour on weekends) of my undivided attention, and we need to <em>do something together</em>:   read, play a hardware- or software-based game, build something together (rarely), do art, play ball, wrestle—whatever it is, there must be an activity, and we both must be involved, just the two of us.  He&#8217;s easy-going, so others may join in, but then the time doesn&#8217;t really count towards quota.  Ideally our one-on-one time should come in one or two big blocks.</p>
<p>When we do get this time, it seems that the rest of our time goes better:  D remains generally happy and comfortable with or without me in his picture.  All else being equal, he&#8217;s happy to encounter me, to come to me when he needs something, and to cooperate when I direct him.   Overall his mood and his attitude are good.  Conversely, when we don&#8217;t get our dad-and-son time, especially for multiple days, in general his mood gets more brittle and his attitude less congenial.</p>
<p>This is in contrast with J, my rather stereotype-reflective girl.  She needs plenty of attention too (you better believe she does!), but the nature and distribution of that time is different.  She likes company and interaction, but often she is happy to be the one doing the activity while I watch, lob compliments and make suggestions.  Our dad-and-daughter moments may be shorter and spread across the day.  Just sitting on the sofa next to each other does count toward that time.  On the other hand, anyone (usually that means D) who comes along to muscle in on our private moment—even if it&#8217;s happening somewhere public—had better be careful.</p>
<p>There are a couple of other contrasts I note between the two—their broad cognitive profiles and the difference in the way they react to expectations—but I think I had better leave those subjects for later writing.</p>
<p>O reader, what do you think?  Can you point to research which supporting or dismissing these stereotypical images of boy versus girl?  Are your kids comparable or contrastive?  If you personally know my kids, do you have any observations about them relative to this article?  Speak up!</p>
]]></content:encoded>
			<wfw:commentRss>http://satsukikorin.com/blog/2011/the-boy-vs-the-girl-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H.P. Lovecraft &amp; Susanna Clarke</title>
		<link>http://satsukikorin.com/blog/2011/lovecraft-clarke/</link>
		<comments>http://satsukikorin.com/blog/2011/lovecraft-clarke/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 06:21:23 +0000</pubDate>
		<dc:creator>satsuki</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[making connections]]></category>
		<category><![CDATA[H.P. Lovecraft]]></category>
		<category><![CDATA[HP Lovecraft]]></category>
		<category><![CDATA[Jonathan Strange]]></category>
		<category><![CDATA[Lovecraft]]></category>
		<category><![CDATA[Mr Norrell]]></category>
		<category><![CDATA[Susanna Clarke]]></category>

		<guid isPermaLink="false">http://satsukikorin.com/blog//?p=1</guid>
		<description><![CDATA[Could Jonathan Strange &#038; Mr Norrell have been inspired by H.P. Lovecraft?]]></description>
			<content:encoded><![CDATA[<p>Recently, in reading <a href="http://http://en.wikipedia.org/wiki/The_Call_of_Cthulhu">The Call of Cthulhu</a>, I thought I recognized the probable gene of style, tone and even concept displayed in Susanna Clarke&#8217;s <a href="http://www.jonathanstrange.com/copy.asp?s=6&amp;id=6"><em>Jonathan Strange &amp; Mr Norrell</em></a>.  The appearance of the spellings &#8216;shew&#8217; and &#8216;connexion&#8217; first got me thinking;  then the shared central theme of madness and its relation to the supernatural struck me.  I was all ready to feel clever when my sensible side stepped in and made me look into it.  Sadly her <a href="http://www.jonathanstrange.com/copy.asp?s=3">interview</a> nowhere mentions Lovecraft, and seems to suggest that Clarke&#8217;s use of language was more a reflection of prior, English writers, particularly Jane Austen.  Oh, well, maybe some supporting evidence will show up later, allowing me to shout smugly, &#8216;See, I knew it!&#8217;</p>
<p>Actually I haven&#8217;t read <em>Jonathan Strange</em> for a long while.  It&#8217;s probably about time to get it another whirl.</p>
]]></content:encoded>
			<wfw:commentRss>http://satsukikorin.com/blog/2011/lovecraft-clarke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

