<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Casual Rumblings - CSS</title>
			<link>http://www.christopherchin.com/blog/index.cfm</link>
			<description>This is personal blog of a Coldfusion programmer but not limited to just geek stuff.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 01:45:27 -0700</pubDate>
			<lastBuildDate>Fri, 08 May 2009 11:11:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>chris@christopherchin.com</managingEditor>
			<webMaster>chris@christopherchin.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>chris@christopherchin.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Casual Rumblings</title>
				<link>http://www.christopherchin.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>SVN/CVS:  Any good Commit Comment templates?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2009/5/8/SVNCVS--Any-good-Commit-Comment-templates</link>
				<description>
				
				We&apos;re implementing SVN in our office and well, things are well under way.
&lt;br&gt;&lt;br&gt;
However, people are going to start committing their changes in various ways.  So reading commits from multiple developers (might) prove to be confusing.
&lt;br&gt;&lt;br&gt;
I was playing around with SVN for eclipse and it&apos;s got a great feature called, &quot;Commit Templates&quot;.
&lt;br&gt;&lt;br&gt;
Being new, I created 2 templates for myself and was thinking about making Commit Templates a standard among the developers.
&lt;br&gt;&lt;br&gt;
Here&apos;s what I made up so far:
&lt;br&gt;&lt;br&gt;
&lt;b&gt;=BUG FIX=&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;Bug Description:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;Fix:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;Project:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;b&gt;=NEW FEATURE=&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;Description:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;b&gt;Project:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;
Again, these are just for me.  I was wondering if anyone else has any other templates that you use and like?
&lt;br&gt;&lt;br&gt;
Thanks! 
				</description>
				
				<category>Spry</category>				
				
				<category>Web20</category>				
				
				<category>SVN/CVS</category>				
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<category>Javascript</category>				
				
				<category>jQuery</category>				
				
				<pubDate>Fri, 08 May 2009 11:11:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2009/5/8/SVNCVS--Any-good-Commit-Comment-templates</guid>
				
			</item>
			
			<item>
				<title>It&apos;s 2009: Are we still programming for 800x600 browsers?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2009/1/7/Its-2009-Are-we-still-programming-for-800x600-browsers</link>
				<description>
				
				I&apos;m in the midst of creating a couple of websites and was just wondering what is the &quot;new&quot; standard for screen resolutions.
&lt;br&gt;&lt;br&gt;
I do remember a while back that the holy grail of screen resolutions was 800x600.  Please please please tell me this has gone the way of the 8-track.
&lt;br&gt;&lt;br&gt;
I&apos;m thinking with the advent of cheap and powerful video cards, every up-to-date computer should be at minimum, 1024x768. (I&apos;m hoping higher)
&lt;br&gt;&lt;br&gt;
Has anyone looked at their stats program to see what your visitors screen resolution has been lately? 
				</description>
				
				<category>Technology</category>				
				
				<category>Web20</category>				
				
				<category>CSS</category>				
				
				<pubDate>Wed, 07 Jan 2009 17:49:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2009/1/7/Its-2009-Are-we-still-programming-for-800x600-browsers</guid>
				
			</item>
			
			<item>
				<title>Spry + Autocomplete + InPlaceEditing...anyone?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2007/11/13/Spry--Autocomplete--InPlaceEditinganyone</link>
				<description>
				
				&lt;p&gt;I have been trying to use Spry&apos;s autocomplete with &lt;a href=&quot;http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor&quot; target=&quot;newWindow&quot;&gt;Prototype Ajax.InPlaceEdit&lt;/a&gt; function but can&apos;t seem to see how to integrate the 2.
&lt;/p&gt;
&lt;p&gt;
I have successfully added Prototypes Ajax.InplaceEdit with &lt;a href=&quot;http://www.codeproject.com/jscript/jsactb.asp&quot; target=&quot;newWindow2&quot;&gt;ACTB javascript&lt;/a&gt;  (see if I can get a link up later to this sample).
&lt;/p&gt;
&lt;p&gt;If anyone has done this or knows how to combine InPlaceEditing with Autocompleting (spry and prototype), please reply :)&lt;/p&gt;
&lt;p&gt;I&apos;m surprised at 2 things.  1) Spry hasn&apos;t added InPlaceEditing (along with drag/drop) 2)Combining the 2 to begin with and having a demo up somewhere.  I&apos;m sure I&apos;m not the only one who needs this combo.&lt;/p&gt;
&lt;p&gt;In the meantime, I&apos;ll be plugging away at this and see if I can frankenstein the 2.&lt;/p&gt; 
				</description>
				
				<category>Ajax</category>				
				
				<category>Spry</category>				
				
				<category>Technology</category>				
				
				<category>Web20</category>				
				
				<category>CSS</category>				
				
				<category>Javascript</category>				
				
				<pubDate>Tue, 13 Nov 2007 20:30:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2007/11/13/Spry--Autocomplete--InPlaceEditinganyone</guid>
				
			</item>
			</channel></rss>