<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Class Software</title>
			<link>http://blog.classsoftware.com/index.cfm</link>
			<description>Web technologies and applications focusing on ColdFusion, Flex and Flash.</description>
			<image>
    			<title>Class Software</title>
    			<url>http://www.classsoftware.com/images/logosm.gif</url>
    			<link>http://blog.classsoftware.com/index.cfm</link>
			</image>			
			<language>en-us</language>
			<pubDate>Wed, 07 Jan 2009 10:05:44+1100</pubDate>
			<lastBuildDate>Fri, 02 May 2008 15:10:00+1100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>justin@classsoftware.com</managingEditor>
			<webMaster>justin@classsoftware.com</webMaster>
			
			
			
			
			
			<item>
				<title>ColdFusion and Daylight Savings Time</title>
				<link>http://blog.classsoftware.com/index.cfm/2008/5/2/ColdFusion-and-Daylight-Saving</link>
				<description>
				
				ColdFusion has a large number of date functions but not one to see if a past or future date occurs when daylight savings is in effect.  However it is possible to find this out using a little Java code.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Daylight Savings Time</category>				
				
				<pubDate>Fri, 02 May 2008 15:10:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2008/5/2/ColdFusion-and-Daylight-Saving</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Web Designer Required in Sydney Australia</title>
				<link>http://blog.classsoftware.com/index.cfm/2008/2/6/Web-Designer-Required-in-SydneyAustralia</link>
				<description>
				
				A project I&apos;m involved with has need for a web designer.
				 [More]
				</description>
						
				
				<category>Jobs</category>				
				
				<pubDate>Wed, 06 Feb 2008 19:17:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2008/2/6/Web-Designer-Required-in-SydneyAustralia</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Experienced Flex / ColdFusion Developer Available</title>
				<link>http://blog.classsoftware.com/index.cfm/2008/1/30/Experienced-FlexColdFusion-developer-available</link>
				<description>
				
				
				My current projects are coming to a close and I&apos;m available from the last week of February onwards for 4 days a week. Anyone out there that could use my skills?

I have 10+ years CF experience, 5+ years Flash experience and 2+ years of Flex experie...
				
				
				</description>
						
				
				<category>Jobs</category>				
				
				<category>Flex</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 30 Jan 2008 13:17:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2008/1/30/Experienced-FlexColdFusion-developer-available</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Better Sliders</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/27/Flex-Better-Sliders</link>
				<description>
				
				
				I find that the default sliders have a few minor usability issues a) the thumb is too small and b) the hit area of the the thumb is too small. Perhaps I just need new glasses or a bigger screen?

You could skin a slider and change the thumb graphic...
				
				 [More]
				</description>
						
				
				<category>Flex</category>				
				
				<category>Slider</category>				
				
				<pubDate>Wed, 27 Jun 2007 00:51:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/27/Flex-Better-Sliders</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Type Ahead List Boxes</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/18/Flex-Type-Ahead-List-Boxes</link>
				<description>
				
				
				When a user types a character the default behaviour of a list box is to jump to the first item that starts with that character. This is fine for small lists but for a long list of items it&apos;s not very useful. A better solution would be if the list box...
				
				 [More]
				</description>
						
				
				<category>ArrayCollection</category>				
				
				<category>Flex</category>				
				
				<category>List</category>				
				
				<pubDate>Mon, 18 Jun 2007 18:59:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/18/Flex-Type-Ahead-List-Boxes</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Datagrid Visibility Bug</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/17/Flex-Datagrid-Visibility-Bug</link>
				<description>
				
				Run into a nasty little bug with Flex datagrids the other, under some situations Datagrid columns with their visibility set to false will be displayed!

Here&apos;s a workaround.
				 [More]
				</description>
						
				
				<category>Bug</category>				
				
				<category>Flex</category>				
				
				<category>DataGrids</category>				
				
				<pubDate>Sun, 17 Jun 2007 17:40:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/17/Flex-Datagrid-Visibility-Bug</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Filtering Long Lists</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/14/Flex-Filtering-Long-Lists</link>
				<description>
				
				If you have a list box with a large number of items in it it can be hard for someone to find the item in the list that they need. One way around this is you add a filter on the list box.

Here&apos;s how it&apos;s done.
				 [More]
				</description>
						
				
				<category>ArrayCollection</category>				
				
				<category>Flex</category>				
				
				<category>List</category>				
				
				<pubDate>Thu, 14 Jun 2007 21:40:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/14/Flex-Filtering-Long-Lists</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Datagrid Edit Cell on Row Click</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/11/Flex-Datagrid-Edit-Cell-on-Row-Click</link>
				<description>
				
				
				With flex datagrids you sometimes find you have a datagrid with multiple columns but only one or two columns are editable.

Which column are editable are not immediately apparent to a user, they have to click on cells to find out what&apos;s editable or...
				
				 [More]
				</description>
						
				
				<category>Flex</category>				
				
				<category>DataGrids</category>				
				
				<pubDate>Mon, 11 Jun 2007 18:05:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/11/Flex-Datagrid-Edit-Cell-on-Row-Click</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex DataGrid Editing Cells</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/11/Flex-Datagrid-Editing-Cells</link>
				<description>
				
				
				Flex datagrids provide an easy way to edit data. However one minor issue is that by default editable cells have no visual indication that they are actually editable.

You can add a graphical or textual indication that is a cell is editable with an ...
				
				 [More]
				</description>
						
				
				<category>Flex</category>				
				
				<category>DataGrids</category>				
				
				<pubDate>Mon, 11 Jun 2007 17:40:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/11/Flex-Datagrid-Editing-Cells</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion Struct References</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/1/ColdFusion-Struct-References</link>
				<description>
				
				You need to be careful with references to objects or structs. I was looking at some old code the other day and I noticed I hadn&apos;t var&apos;ed some local variables - very naughty of me. So I fixed the code but it no longer worked.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>references</category>				
				
				<category>Error</category>				
				
				<pubDate>Fri, 01 Jun 2007 22:00:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/1/ColdFusion-Struct-References</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Numeric Stepper with Currency</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/6/1/Flex-Numeric-Stepper-with-Currency</link>
				<description>
				
				Flex&apos;s numeric stepper controls work well but will only work with numeric data so can&apos;t be used for editing currency.

There&apos;s a few ways around the issues but none of the solutions are perfect.
				 [More]
				</description>
						
				
				<category>NumericStepper</category>				
				
				<category>Flex</category>				
				
				<pubDate>Fri, 01 Jun 2007 21:30:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/6/1/Flex-Numeric-Stepper-with-Currency</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Webservices XML and Array Conversion</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/5/24/Flex-Webservices-XML-and-Array-Conversion</link>
				<description>
				
				
				I&apos;m currently working on a project involving simple webservices, the webservices return plain XML rather than using SOAP. Personally I prefer SOAP as you get a well defined interface but on this project it was felt that plain XML was less verbose, mo...
				
				 [More]
				</description>
						
				
				<category>XML</category>				
				
				<category>DataBinding</category>				
				
				<category>Flex</category>				
				
				<category>ArrayCollection</category>				
				
				<pubDate>Thu, 24 May 2007 17:44:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/5/24/Flex-Webservices-XML-and-Array-Conversion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion Securing Databases (part 2)</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/5/13/ColdFusion-Securing-Databases-part-2</link>
				<description>
				
				
				In ColdFusion Securing Databases (part 1) we looked at restricting what sql statements can be run with a datasource and partitioning applications to  use multiple datasources and multiple users to improve security. In this article we&apos;ll look at setti...
				
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>SQL Injection</category>				
				
				<category>Database</category>				
				
				<category>Security</category>				
				
				<pubDate>Sun, 13 May 2007 06:42:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/5/13/ColdFusion-Securing-Databases-part-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion Database Indexes</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/5/12/ColdFusion-Database-Indexes</link>
				<description>
				
				
				The most common problem I&apos;ve run into with applications slow performance is the lack of indexes on the databases. Sometimes this is just because the application ran fine with a small amount of data but now is working off a larger amount, or the appli...
				
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Database</category>				
				
				<category>Performance</category>				
				
				<pubDate>Sat, 12 May 2007 09:00:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/5/12/ColdFusion-Database-Indexes</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion Securing Databases (part 1)</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/5/7/ColdFusion-Securing-Databases</link>
				<description>
				
				
				Most ColdFusion applications I&apos;m come across tend to use a single datasource or if they use more than one the same user credentials are used. As well as causing possible performance and scalability issues this can be a security risk.

It&apos;s quite ea...
				
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>SQL Injection</category>				
				
				<category>Database</category>				
				
				<category>Security</category>				
				
				<pubDate>Mon, 07 May 2007 16:25:00+1100</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/5/7/ColdFusion-Securing-Databases</guid>
				
			</item>
			
		 	
			</channel></rss>