<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>David&#039;s Tech Blog &#187; note to me</title>
	<atom:link href="http://davidcaylor.com/category/note-to-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidcaylor.com</link>
	<description>linux, web development, and development teams</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='davidcaylor.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>David&#039;s Tech Blog &#187; note to me</title>
		<link>http://davidcaylor.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidcaylor.com/osd.xml" title="David&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://davidcaylor.com/?pushpress=hub'/>
		<item>
		<title>Prettify code blocks</title>
		<link>http://davidcaylor.com/2008/02/20/prettify-code-blocks/</link>
		<comments>http://davidcaylor.com/2008/02/20/prettify-code-blocks/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:56:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[note to me]]></category>

		<guid isPermaLink="false">http://192.168.1.103/wordpress/note-to-me/prettify-code-blocks</guid>
		<description><![CDATA[Google has a project to do &#8220;syntax highlighting of code snippets in a web page&#8221; using javascript.  Its here: http://code.google.com/p/google-code-prettify/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcaylor.com&amp;blog=1780130&amp;post=12&amp;subd=davidcaylor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google has a project to do &#8220;syntax highlighting of code snippets in a web page&#8221; using javascript.  Its here:</p>
<p>http://code.google.com/p/google-code-prettify/</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/davidcaylor.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/davidcaylor.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcaylor.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcaylor.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcaylor.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcaylor.com&amp;blog=1780130&amp;post=12&amp;subd=davidcaylor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcaylor.com/2008/02/20/prettify-code-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">David</media:title>
		</media:content>
	</item>
		<item>
		<title>Safely mashed</title>
		<link>http://davidcaylor.com/2008/02/20/safely-mashed/</link>
		<comments>http://davidcaylor.com/2008/02/20/safely-mashed/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:51:37 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[note to me]]></category>

		<guid isPermaLink="false">http://192.168.1.103/wordpress/javascript/safely-mashed</guid>
		<description><![CDATA[I&#8217;m working on a mashable page for FH&#8217;s intranet, and one of the potential issues is safety if we allow content that isn&#8217;t on some &#8220;approved list&#8221;. That&#8217;s exactly the point of Caja (from Google) &#8211; &#8220;A source-to-source translator for securing Javascript-based web content.&#8221; The Caja page also links to some other pages of groups [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcaylor.com&amp;blog=1780130&amp;post=11&amp;subd=davidcaylor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a mashable page for FH&#8217;s intranet, and one of the potential issues is safety if we allow content that isn&#8217;t on some &#8220;approved list&#8221;.  That&#8217;s exactly the point of <a href="http://code.google.com/p/google-caja/" title="Google Caja" target="_blank">Caja</a> (from Google) &#8211; &#8220;A source-to-source translator for securing Javascript-based web content.&#8221;</p>
<p>The Caja page also links to some other pages of groups working on other problems.  Most notably:<br />
The <a href="http://tech.groups.yahoo.com/group/caplet/" title="Caplet Group" target="_blank">Caplet Group</a> (on Yahoo tech groups) :  The Caplet Group is discussing the situation of the web browser, in particular the Mashup Problem, and the possibility of using a capability messaging system to allow safe and useful communication between frames, worker pools, and other client technologies.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/davidcaylor.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/davidcaylor.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcaylor.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcaylor.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcaylor.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcaylor.com&amp;blog=1780130&amp;post=11&amp;subd=davidcaylor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcaylor.com/2008/02/20/safely-mashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">David</media:title>
		</media:content>
	</item>
	</channel>
</rss>
