<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/css" href="rss.css" ?><!-- generator="wordpress/1.2.1" -->
<!-- ckey="6FE247EE" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>

<channel>
	<title>Winternet</title>
	<link>http://www.jwinter.org/log</link>
	<description>You learn something new every day, no matter how hard you try.</description>
	<copyright>Copyright 2008</copyright>
	<pubDate>Mon, 14 Jan 2008 21:55:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.2.1</generator>

		<item>
		<title>Kottke Kottke</title>
		<link>http://www.jwinter.org/log/archives/2008/01/14/kottke-kottke</link>
		<comments>http://www.jwinter.org/log/archives/2008/01/14/kottke-kottke#comments</comments>
		<pubDate>Mon, 14 Jan 2008 21:53:48 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2008/01/14/kottke-kottke</guid>
		<description>I really like Jason Kottke's site.  I read his RSS feed religiously.  I do not like his &quot;guest authors&quot;.  If I wanted to read them, I would subscribe to their, crappier, blogs.  I'd much prefer that  when Jason took a vacation, his blog did too.

With Yahoo Pipes, this wish can become a reality.  

Kottke Kottke (All Kottke all the time):
http://pipes.yahoo.com/pipes/pipe.run?_id=5n8FQOrC3BGvfKzk6UjTQA&amp;#038;_render=rss

There's some kind of escaping issue, but isn't there always? </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2008/01/14/kottke-kottke/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Haskell News</title>
		<link>http://www.jwinter.org/log/archives/2008/01/09/haskell-news</link>
		<comments>http://www.jwinter.org/log/archives/2008/01/09/haskell-news#comments</comments>
		<pubDate>Wed, 09 Jan 2008 15:36:35 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2008/01/09/haskell-news</guid>
		<description>I've started a site on the programming language Haskell.  The site is called Monad and it's pulled in a lot of useful news and information so far. </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2008/01/09/haskell-news/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Scriptych</title>
		<link>http://www.jwinter.org/log/archives/2007/12/17/scriptych</link>
		<comments>http://www.jwinter.org/log/archives/2007/12/17/scriptych#comments</comments>
		<pubDate>Mon, 17 Dec 2007 17:13:10 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2007/12/17/scriptych</guid>
		<description>Scriptych, the JavaScript News site that I launched this fall, now has categories for each of the major JavaScript frameworks.  Check out the latest news on: Dojo, ExtJS, jQuery, YUI, and Prototype. </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2007/12/17/scriptych/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Greasemonkey - Hide YouTube comments</title>
		<link>http://www.jwinter.org/log/archives/2007/11/23/greasemonkey-hide-youtube-comments</link>
		<comments>http://www.jwinter.org/log/archives/2007/11/23/greasemonkey-hide-youtube-comments#comments</comments>
		<pubDate>Fri, 23 Nov 2007 20:45:40 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2007/11/23/greasemonkey-hide-youtube-comments</guid>
		<description>I wrote a Greasemonkey script to hide/show YouTube comments.
 </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2007/11/23/greasemonkey-hide-youtube-comments/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Javascript News Site</title>
		<link>http://www.jwinter.org/log/archives/2007/11/20/javascript-site</link>
		<comments>http://www.jwinter.org/log/archives/2007/11/20/javascript-site#comments</comments>
		<pubDate>Tue, 20 Nov 2007 15:45:08 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2007/11/20/javascript-site</guid>
		<description>I'm editing a site on &lt;a href=&quot;http://scriptych.hivefire.com/&quot;&gt;JavaScript news&lt;/a&gt;.  Check it out.</description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2007/11/20/javascript-site/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Multiple Databases in a Single Django Project</title>
		<link>http://www.jwinter.org/log/archives/2007/10/13/multiple-database-support-in-django-through-a-middleware-processor</link>
		<comments>http://www.jwinter.org/log/archives/2007/10/13/multiple-database-support-in-django-through-a-middleware-processor#comments</comments>
		<pubDate>Sun, 14 Oct 2007 04:25:18 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2007/10/13/multiple-database-support-in-django-through-a-middleware-processor</guid>
		<description>Django doesn't yet support splitting your project or models across multiple databases.  To scale up your database you use a solution where the application code still believes that it's connecting to a single database server and database, but you're actually connecting to a meta-db-server and db (i.e., a federated database).  What I describe below is a way to get around that for a specific case where you can dispatch to a different db for different requests.

The first way is to segregate your requests for different DBs into their own Python sub-interpreter in mod_python or mod_wsgi.  If you configure each of  requests to run in their own Python sub-interpreter (using mod_python or mod_wsgi), you'll be loading your ...</description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2007/10/13/multiple-database-support-in-django-through-a-middleware-processor/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Teamocil</title>
		<link>http://www.jwinter.org/log/archives/2006/11/22/teamocil</link>
		<comments>http://www.jwinter.org/log/archives/2006/11/22/teamocil#comments</comments>
		<pubDate>Thu, 23 Nov 2006 04:13:41 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2006/11/22/teamocil</guid>
		<description>There's no i in Teamocil,
At least not where you think.
So together let's make a choice,
And for once we'll be in sync.
Teamoci-il,
I never thought I knew you well,
Teamoci-i-il,
Now I think we really gel.
Tea-mo-cil.

Teamocil is no longer available. Please try either Groupug, Bondat or consult your own Wellness Guide.

Teamocil. </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2006/11/22/teamocil/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Jakob Nielsen&#8217;s Worst Advice</title>
		<link>http://www.jwinter.org/log/archives/2006/05/18/jakob-nielsens-worst-advice</link>
		<comments>http://www.jwinter.org/log/archives/2006/05/18/jakob-nielsens-worst-advice#comments</comments>
		<pubDate>Fri, 19 May 2006 02:40:25 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2006/05/18/jakob-nielsens-worst-advice</guid>
		<description>Jakob Nielsen writes about web usability.  He's often got some great insights backed up by some good research or just common sense.  However, he wrote about design mistakes in building blogs a few months back and I'm still reeling from the effects of his second &quot;mistake&quot;:
2. No Author Photo
Even weblogs that provide author bios often omit the author photo. A photo is important for two reasons:

	It offers a more personable impression of the author. You enhance your credibility by the simple fact that you're not trying to hide. Also, users relate more easily to somebody they've seen.

	It connects the virtual and physical worlds. People who've met you before will recognize your photo, and people who've read your site ...</description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2006/05/18/jakob-nielsens-worst-advice/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Programmer Job Listings by Domain Knowledge not Language</title>
		<link>http://www.jwinter.org/log/archives/2006/01/24/employee-listings-by-domain-knowledge-not-language</link>
		<comments>http://www.jwinter.org/log/archives/2006/01/24/employee-listings-by-domain-knowledge-not-language#comments</comments>
		<pubDate>Wed, 25 Jan 2006 04:52:30 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2006/01/24/employee-listings-by-domain-knowledge-not-language</guid>
		<description>It doesn't seem quite right to me that programming jobs are always advertised by language instead of domain knowledge.  I'd much rather have a programmer on our team who understood the Web domain (REST, HTTP, content databases, client/server, and on and on) than one whose personal language preference happened to match up with our office.  Fact is, we could be wrong about the language we've chosen, the database we've chosen, the middlewhere we use, the APIs we've created, etc. and not see the forest for the trees.  I'd gladly take someone who could come in and see the simplest solutions to these (someone who knows how to cut with the grain) even if it meant some short-term ...</description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2006/01/24/employee-listings-by-domain-knowledge-not-language/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Getting Selected Text from a Textarea Through Javascript in Safari</title>
		<link>http://www.jwinter.org/log/archives/2005/07/19/getting-selected-text-from-a-textarea-through-javascript-in-safari</link>
		<comments>http://www.jwinter.org/log/archives/2005/07/19/getting-selected-text-from-a-textarea-through-javascript-in-safari#comments</comments>
		<pubDate>Tue, 19 Jul 2005 19:22:16 +0000</pubDate>
		
	<category>General</category>		<guid>http://www.jwinter.org/log/archives/2005/07/19/getting-selected-text-from-a-textarea-through-javascript-in-safari</guid>
		<description>Is not possible.  Will update this post if shown to be incorrect.

How it's done in IE:
document.selection.createRange().text will contain your selected text.

How it's done in Mozilla/Firefox:
//Get the textbox through the DOM
var txta = document.getElementById('txt');
//this will contain your selected text
txta.value.substring(txta.selectionStart, txta.selectionEnd)); 


How it's done in Safari:
Call Dave Hyatt and ask him what's selected.
 </description>
		<wfw:commentRSS>http://www.jwinter.org/log/archives/2005/07/19/getting-selected-text-from-a-textarea-through-javascript-in-safari/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
