<?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>Cohenville &#187; programming</title>
	<atom:link href="http://www.cohenville.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cohenville.com/blog</link>
	<description>It's interesting to me</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:35:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Charts</title>
		<link>http://www.cohenville.com/blog/2007/12/14/google-charts/</link>
		<comments>http://www.cohenville.com/blog/2007/12/14/google-charts/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 03:28:07 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[mashups]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/12/14/google-charts/</guid>
		<description><![CDATA[Lifehacker had a post about Google&#8217;s new charting API.Â  It&#8217;s pretty slick, you can use it to create on0the-fly, free charts for your website (of course there are limits to free usage).Â  They have an nice API that is easy to understand and (at first look) seems easy to use.Â  Check it out at Google&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Lifehacker had a post about Google&#8217;s new charting API.Â  It&#8217;s pretty slick, you can use it to create on0the-fly, free charts for your website (of course there are limits to free usage).Â  They have an nice API that is easy to understand and (at first look) seems easy to use.Â  Check it out at <a href="http://code.google.com/apis/chart/">Google&#8217;s Code API</a>.</p>
<p><img src="http://lifehacker.com/assets/resources/2007/12/googlechart.png" height="250" width="463" /></p>
<p>Source: <a href="http://lifehacker.com/software/url-hacking/generate-charts-on+the+fly-with-googles-api-332156.php">Lifehacker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/12/14/google-charts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tools for charts and graphs on the web</title>
		<link>http://www.cohenville.com/blog/2007/10/20/tools-for-charts-and-graphs-on-the-web/</link>
		<comments>http://www.cohenville.com/blog/2007/10/20/tools-for-charts-and-graphs-on-the-web/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 11:16:25 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/10/20/tools-for-charts-and-graphs-on-the-web/</guid>
		<description><![CDATA[Smashing Magazine had an article about modern solutions for implementing charts and graphs on the web. They list a large number of tools and frameworks, from free to expensive. If you are interested in this type of functionality for your website, take a look at the list. Source: Smashing Magazine]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine had an article about modern solutions for implementing charts and graphs on the web.  They list a large number of tools and frameworks, from free to expensive.  If you are interested in this type of functionality for your website, take a look at the list.</p>
<p><img src="http://www.smashingmagazine.com/images/charts/fusioncharts.png" height="293" width="445" /></p>
<p>Source: <a href="http://www.smashingmagazine.com/2007/10/18/charts-and-graphs-modern-solutions/">Smashing Magazine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/10/20/tools-for-charts-and-graphs-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX, Javascript and DHTML tricks</title>
		<link>http://www.cohenville.com/blog/2007/08/02/ajax-javascript-and-dhtml-tricks/</link>
		<comments>http://www.cohenville.com/blog/2007/08/02/ajax-javascript-and-dhtml-tricks/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 14:31:23 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/08/02/ajax-javascript-and-dhtml-tricks/</guid>
		<description><![CDATA[I can&#8217;t remember where I came across this &#8211; I think at digg.com. It has a huge number of examples of useful code snippets for slick design of web sites. Examples include things as simple as form validations, but also contain examples of dynamic progress bars for file uploads and other items. Source: Ajax Rain]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t remember where I came across this &#8211; I think at <a href="http://digg.com">digg.com</a>.  It has a huge number of examples of useful code snippets for slick design of web sites.  Examples include things as simple as form validations, but also contain examples of dynamic progress bars for file uploads and other items.</p>
<p><img src="http://www.ajaxrain.com/images/header.jpg" height="80" width="300" /></p>
<p>Source:  <a href="http://www.ajaxrain.com/index.php">Ajax Rain</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/08/02/ajax-javascript-and-dhtml-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 great Javascript snippets</title>
		<link>http://www.cohenville.com/blog/2007/03/28/15-great-javascript-snippets/</link>
		<comments>http://www.cohenville.com/blog/2007/03/28/15-great-javascript-snippets/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 15:26:11 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/03/28/15-great-javascript-snippets/</guid>
		<description><![CDATA[Posted on Digg, a page that lists a number of very useful javascript links for developers to include on their sites.Â Includes image loading and fading, dynamic data tables, calendars, thumbnails, and autocomplete. Source: Digg.com]]></description>
			<content:encoded><![CDATA[<p>Posted on Digg, a <a href="http://www.igglo.co.uk/6/15-javascript-snippets-you-cant-live-without/">page </a>that lists a number of very useful javascript links for developers to include on their sites.Â  Includes image loading and fading, dynamic data tables, calendars, thumbnails, and autocomplete.</p>
<p>Source: <a href="http://www.digg.com/programming/15_Javascript_Snippets_You_Can_t_Live_Without">Digg.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/03/28/15-great-javascript-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30+ Tools and Hacks for Gmail</title>
		<link>http://www.cohenville.com/blog/2007/03/22/30-tools-and-hacks-for-gmail/</link>
		<comments>http://www.cohenville.com/blog/2007/03/22/30-tools-and-hacks-for-gmail/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 15:14:56 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/03/22/30-tools-and-hacks-for-gmail/</guid>
		<description><![CDATA[Posted on Digg.com was a link to a makeuseof.com article on hacks and tools for Gmail users.Â Add-ons that will allow you to use Gmail as an online storage tool, integrating GTD, integrating Google Reader, and more. Source: Digg.com]]></description>
			<content:encoded><![CDATA[<p>Posted on <a href="http://digg.com/software/Gmail_Craze_30_Tools_and_Hacks_for_Gmail">Digg.com</a> was a link to a <a href="http://www.makeuseof.com/tag/gmail-craze-30-tools-to-make-your-gmail-better/">makeuseof.com article</a> on hacks and tools for Gmail users.Â  Add-ons that will allow you to use Gmail as an online storage tool, integrating GTD, integrating Google Reader, and more.</p>
<p><img src="http://mail.google.com/mail/help/images/logo1.gif" height="59" width="143" /></p>
<p>Source: <a href="http://digg.com/software/Gmail_Craze_30_Tools_and_Hacks_for_Gmail">Digg.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/03/22/30-tools-and-hacks-for-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google gadgets &#8211; TV and chat</title>
		<link>http://www.cohenville.com/blog/2007/03/20/google-gadgets-tv-and-chat/</link>
		<comments>http://www.cohenville.com/blog/2007/03/20/google-gadgets-tv-and-chat/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 13:16:51 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/03/20/google-gadgets-tv-and-chat/</guid>
		<description><![CDATA[Lifehacker had a post today about a Google Gadget that enables you to watch live TV from the UK and US.Â Not every channel of course, but certainly a number of options in news, sports, and entertainment. A week or so ago I also read a blog post from Google about a new gadget that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lifehacker.com/">Lifehacker </a>had a <a href="http://www.lifehacker.com/software/google-gadget/add-live-tv-to-your-google-homepage-245283.php">post </a>today about a Google Gadget that enables you to watch live TV from the UK and US.Â  Not every channel of course, but certainly a number of options in news, sports, and entertainment.</p>
<p><img src="http://lifehacker.com/assets/resources/2007/03/googlegadgetlivetv.png" height="286" width="280" /></p>
<p>A week or so ago I also read a <a href="http://googleblog.blogspot.com/2007/03/talk-on-your-personalized-homepage.html">blog post </a>from Google about a new gadget that allows you to use Google Talk through your personalized home page.Â  Another cool tool to add to Google IG.</p>
<p>Source: <a href="http://www.lifehacker.com/software/google-gadget/add-live-tv-to-your-google-homepage-245283.php">Lifehacker </a>and <a href="http://googleblog.blogspot.com/2007/03/talk-on-your-personalized-homepage.html">Official Google Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/03/20/google-gadgets-tv-and-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a sliding DIV on your web page</title>
		<link>http://www.cohenville.com/blog/2007/03/09/create-a-sliding-div-on-your-web-page/</link>
		<comments>http://www.cohenville.com/blog/2007/03/09/create-a-sliding-div-on-your-web-page/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 19:29:10 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cohenville.com/blog/2007/03/09/create-a-sliding-div-on-your-web-page/</guid>
		<description><![CDATA[The geek in me liked this post on how to create sliding DIVs using Javascript and CSS from scratch without having the overhead of effects libraries such as script.aculo.us.Â Firblitz posted a nice tutorial, which was initiated by an additional post from Harry Maugans. Source: FirblitzÂ]]></description>
			<content:encoded><![CDATA[<p>The geek in me liked this <a href="http://firblitz.com/2007/3/6/re-how-to-create-digg-comment-style-sliding-divs-with-javascript-and-css">post </a>on how to create sliding DIVs using Javascript and CSS from scratch without having the overhead of effects libraries such as <a href="http://script.aculo.us/">script.aculo.us</a>.Â  Firblitz posted a nice tutorial, which was initiated by an additional <a href="http://www.harrymaugans.com/2007/03/06/how-to-create-an-animated-sliding-collapsible-div-with-javascript-and-css/">post </a>from Harry Maugans.</p>
<p>Source: <a href="http://firblitz.com/2007/3/6/re-how-to-create-digg-comment-style-sliding-divs-with-javascript-and-css">FirblitzÂ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cohenville.com/blog/2007/03/09/create-a-sliding-div-on-your-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
