<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Will's Blog</title>
	<link>http://will.hughesfamily.net.au</link>
	<description>Overseas Travel, Photography, and ofcourse - all things technology.</description>
	<lastBuildDate>Wed, 23 Jul 2008 17:25:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Getting Kerberos / SSO to Work in Flex</title>
		<description>Because Adobe currently don't support Kerberos in Flex, that limits the ability to do cool Single Sign On stuff through Air and on various sites.  So, how to solve this?&#160; Well, this is just a theory, but it seems to work ok on paper.  The basic idea is ...</description>
		<link>http://will.hughesfamily.net.au/20080724/getting-kerberos-sso-to-work-in-flex/</link>
			</item>
	<item>
		<title>Recruitment: How NOT to do it</title>
		<description>Tonight someone I'd met once or twice before tried to recruit me into coming to work for their company.&#160; There's a number of things that put me off about their approach, and I wanted summarise them here so that any other recruiters or managers who read this knows what not ...</description>
		<link>http://will.hughesfamily.net.au/20080711/recruitment-how-not-to-do-it/</link>
			</item>
	<item>
		<title>Testing, 1&#8230;. 2&#8230;?</title>
		<description>These are just paragraphs selected at random and pasted into google.

Just testing something :) 

(PS: Hi work folks) 

 </description>
		<link>http://will.hughesfamily.net.au/20080709/testing-1-2/</link>
			</item>
	<item>
		<title>World Youth Day, aka Another Excuse for BS Police Powers</title>
		<description>As almost anyone who's watched the news in the last year or so - World Youth Day (which is actually FIVE days. Talk about not being able to count.) is in Sydney this year.  Our fine State Government has decided in all it's wisdom to implement Extraordinary Powers to ...</description>
		<link>http://will.hughesfamily.net.au/20080701/world-youth-day-aka-another-excuse-for-bs-police-powers/</link>
			</item>
	<item>
		<title>Well&#8230; What were you expecting?</title>
		<description>  Well? </description>
		<link>http://will.hughesfamily.net.au/20080629/well-what-were-you-expecting/</link>
			</item>
	<item>
		<title>Distributed Object Caching: Memcached &#38; Velocity</title>
		<description>I'm working on a new project at work where we're dealing with data that updates frequently, at unpredictable times, used in across several different front-end services, and needs to scale to pretty decent traffic levels without going nuts on buying more hardware.  So, given all that, one of the ...</description>
		<link>http://will.hughesfamily.net.au/20080627/distributed-object-caching-memcached-velocity/</link>
			</item>
	<item>
		<title>LINQ to SQL Caching Gotcha</title>
		<description>So, today I discovered an issue which related to me doing two calls something a little like this: 

- Execute dc.sp_Proc1 
- If some condition exists, execute dc.sp_Proc2, and then Execute dc.sp_Proc1 again with the same parameters. 
- Insert some records into the database. 

The problem is, the first time ...</description>
		<link>http://will.hughesfamily.net.au/20080624/linq-to-sql-caching-gotcha/</link>
			</item>
	<item>
		<title>LINQ to SQL Learnings: Getting rid of the CRUD</title>
		<description>With many web 2.0 applications there's a basic three-tier architecture..&#160;&#160; In our case the client is a Flex 3/Caringorm application, the Services are WCF/ASP.NET Web Services, and the Database SQL 2005.  One of the typical approaches to creating Web Services for this type of system is to use a ...</description>
		<link>http://will.hughesfamily.net.au/20080609/linq-to-sql-learnings-getting-rid-of-the-crud/</link>
			</item>
	<item>
		<title>LINQ to SQL Learnings: SPROC or not SPROC?</title>
		<description>With databases in many organisations, there's a rule that's carved in stone:   Thou shalt use Stored Procedures for all table access.  Regardless of your position on this, some clients just don't give us any other option. The application is never given direct table access, and anything that ...</description>
		<link>http://will.hughesfamily.net.au/20080609/linq-to-sql-learnings-sproc-or-not-sproc/</link>
			</item>
	<item>
		<title>LINQ to SQL Learnings: SqlDateTime Overflow on Autogenerated Column</title>
		<description>This is the first in (hopefully) a series of quick things I've picked up whilst tackling the previously mentioned project.&#160;  So, I have a table something like this:  CREATE TABLE [dbo].[Product](&#160; [ProductID] [int] IDENTITY(1,1) NOT NULL, &#160; [Name] [nvarchar](100) NOT NULL,&#160;&#160; [Price] [int] NOT NULL,&#160;&#160;&#160; [LastSaveTimestamp] [datetime] NOT ...</description>
		<link>http://will.hughesfamily.net.au/20080609/linq-to-sql-learnings-sqldatetime-overflow-on-autogenerated-column/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.373 seconds -->
